@charset "UTF-8";

/* SP */
@media screen and (max-device-width: 480px) {

    .tokushu_wrap {
        background: url("../images/bg01.png") repeat left top !important;
    }

    .tokushu_wrap .pc {
        display: none;
    }

    .tokushu_wrap .sp {
        display: block;
    }

    /* -- sns -- */
    .sns_wrap iframe {
        margin-top: -3px !important
    }

    .sns_wrap {
        background-size: contain !important;
    }

    .tokushu_wrap {
        position: relative;
        overflow: hidden;
        width: 100% !important;
        background: url(../images/bg.png) repeat left top;
    }

    /* -- header -- */
    .tokushu_wrap .header {
        position: relative;
        z-index: 1;
        width: 100%;
        background: none !important;
    }

    .tokushu_wrap .header img {
        display: block;
        width: 100%;
    }

    /* -- cont_title -- */
    .tokushu_wrap .cont_title {
        width: 100% !important;
    }

    .tokushu_wrap .cont_title img {
        width: 80%;
    }

    .tokushu_wrap h3 {
        width: 100;
        margin: 0 auto !important;
        padding: 5px 0 10px !important;
    }

    .tokushu_wrap .title p {
        color: #fff;
        display: inline-block;
        font-size: 1em !important;
        position: relative;
        font-weight: 500;
    }

    .tokushu_wrap .title p:before {
        content: "";
        background: url("../images/icon.png") no-repeat;
        display: inline-block;
        position: absolute;
        top: -6px;
        left: -40px;
        width: 33px;
        height: 29px;
    }

    /* -- product_l -- */
    .tokushu_wrap .product_special,
    .tokushu_wrap .product_l {
        width: 96% !important;
        margin: 15px auto 20px auto !important;
        padding: 0 !important;
    }

    /* -- 特典 -- */
    .tokushu_wrap .product_special .p_img {
        width: 100%;
    }

    .tokushu_wrap .product_special .p_img img {
        width: 50%;
    }

    .tokushu_wrap .product_special .present-text {
        display: table;
        width: 92% !important;
        margin: 0 5px 5px 5px !important;
    }

    .tokushu_wrap .product_special .present-text .data {
        width: 100% !important;
    }


    .tokushu_wrap .product_l p .fin,
    .tokushu_wrap .product_l .tokuten .discontinued {
        width: 90% !important;
        height: auto !important;
        padding-top: 90% !important;
    }

    /*product_l 商品名*/
    .tokushu_wrap .product_l h4 {
        width: 95%;
        font-size: 1.2em;
        font-size: 12px !important;
        margin-bottom: 3px !important;
    }

    .tokushu_wrap .product_l h4 span {
        font-size: 1.0em !important;
    }

    /* -- 商品画像 -- */
    .tokushu_wrap .product_l div .p_img {
        width: 55% !important;
        height: auto;
    }

    .tokushu_wrap .product_l div .tokuten {
        width: 40% !important;
        height: auto;
    }


    /*商品詳細*/
    .tokushu_wrap table {
        width: 97% !important;
        margin: 5px auto !important;
        font-size: 1.05em;
        font-size: 10.5px !important;
    }

    .tokushu_wrap th {
        width: 30%;
    }

    .tokushu_wrap td {
        width: auto;
        text-align: left !important;
        line-height: 13px !important;
    }

    /*価格*/
    .tokushu_wrap .product_l .price {
        width: 100% !important;
        font-size: 1.2em !important;
        line-height: 15px !important;
        text-align: center !important;
    }

    .tokushu_wrap .product_l .price span {
        font-size: 1.8em !important;
    }

    .tokushu_wrap .product_l .price .value {
        font-size: 11px !important;
        padding: 0px 4px !important;
        margin: 0 auto 5px !important;
        background-color: #b40800;
        color: #fff;
    }

    /*カート*/
    .tokushu_wrap .cart {
        display: inline-block;
        width: 100% !important;
        max-width: 170px !important;
        margin: 8px 0 10px !important;
        padding: 10px 0 !important;
        font-size: 1.5em !important;
    }

    .tokushu_wrap .product_m .cart {
        width: 90% !important;
        padding: 8px 0 !important;
        font-size: 1.5em !important;
    }

    /* -- 一覧ボタン -- */
    .tokushu_wrap .itemlist {
        width: 94.7%;
        height: auto;
        margin: 20px auto 0 !important;
        text-align: center;
    }

    .tokushu_wrap .itemlist img {
        width: 100%;
    }

    /*footer*/
    .tokushu_wrap .footer {
        width: 100%;
        font-weight: normal !important;
        overflow-wrap: break-word !important;
        line-height: 1.2;
        margin: 15px auto !important;
        padding: 0 !important;
    }

    .tokushu_wrap .footer p {
        width: 100%;
        font-size: 1.1em !important;
        font-weight: normal !important;
        overflow-wrap: break-word !important;
        line-height: 1.2 !important;
    }

    /*　モーダル設定 */
    .tokushu_wrap .modal-window .modal-inner img {
        width: 95%;
        height: auto;
    }

    .tokushu_wrap .modal-window.special .modal-inner img {
        width: 75%;
        height: auto;
    }
}

@media screen and (min-width:320px) {

    /* -- 一覧ボタン -- */
    .tokushu_wrap .itemlist {
        font-size: 18px !important;

    }
}
