@charset "UTF-8";

/* SP */
@media screen and (max-device-width: 480px) {

    .tokushu_wrap .pc {
        display: none !important;
    }

    /*-----------------------------------------------
 sns
-----------------------------------------------*/
    .sns_wrap iframe {
        margin-top: -3px !important
    }

    .sns_wrap {
        background-size: contain !important;
    }

    .tokushu_wrap {
        position: relative;
        overflow: hidden;
        width: 100% !important;
    }

    /*-----------------------------------------------
 header
-----------------------------------------------*/
    .tokushu_wrap .header:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -28px;
        width: 100%;
        height: 28px;
        margin: 0;
        background: url(../images/header_bottom.png) no-repeat right top;
        background-size: contain;
    }

    /*-----------------------------------------------
 見出し
-----------------------------------------------*/
    .tokushu_wrap h3 {
        background: none !important;
    }

    .tokushu_wrap h3 img {
        width: 60%;
        max-width: 211px;
        height: auto;
    }

    /*-----------------------------------------------
 価格とカートボタンエリア
-----------------------------------------------*/
    .tokushu_wrap .product_l .bottom {
        display: inline-block;
        width: 100% !important;
        text-align: center !important;
        padding: 0 0 5x !important;
    }

    .tokushu_wrap .product_m .bottom {
        margin: 0 auto !important;
    }

    @media screen and (max-device-width: 320px) {
        .tokushu_wrap .product_m .bottom .off .sp {
            display: none !important;
        }

        .tokushu_wrap .product_m .bottom {
            margin: 0 0 0 5px !important;
            text-align: left !important;
        }
    }

    /*-----------------------------------------------
 商品名
-----------------------------------------------*/
    .tokushu_wrap .product_l h4 {
        font-size: 1.3em;
        font-size: 13px !important;
        margin: 0 !important;
    }

    .tokushu_wrap .product_m h4 {
        font-size: 1.3em;
        font-size: 13px !important;
        margin: 0 0 5px !important;
    }

    .tokushu_wrap .product_l h4 span,
    .tokushu_wrap .product_m h4 span {
        font-size: 1.1em;
        font-size: 11px !important;
    }

    /*-----------------------------------------------
 商品仕様
-----------------------------------------------*/
    .tokushu_wrap .product_l .detail {
        font-size: 1.2em;
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .tokushu_wrap table {
        width: 100% !important;
        margin: 5px auto !important;
        font-size: 1.0em;
        font-size: 10px !important;
    }

    .tokushu_wrap th {
        width: 20%;
        font-size: 1.0em;
        font-size: 10px !important;
    }

    .tokushu_wrap td {
        width: 80%;
        font-size: 1.0em;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: left !important;
    }

    /*-----------------------------------------------
 会員価格 off
-----------------------------------------------*/
    .tokushu_wrap .product_l .off {
        position: relative;
        top: 8px;
        display: inline-block;
        width: 48px;
        height: 14px;
        background-color: #9d2024;
        color: #fff;
        font-size: 1.0em;
        font-size: 10px !important;
        line-height: 14px !important;
        margin: 0 3px 0 10px !important;
        padding: 0 0 0 2px !important;
    }

    .tokushu_wrap .product_l .off:after {
        content: "";
        position: absolute;
        right: -5px;
        bottom: 0px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: transparent transparent transparent #9d2024;
        border-width: 7px 0px 7px 5px;
    }

    .tokushu_wrap .product_m .off {
        position: relative;
        display: block;
        width: 45px;
        height: 10px;
        background-color: #9d2024;
        color: #fff;
        font-size: 1.0em;
        font-size: 10px !important;
        line-height: 10px !important;
        margin: 5px auto 0 !important;
        padding: 2px 0 2px 2px !important;
    }

    .tokushu_wrap .product_m .off:after {
        content: "";
        position: absolute;
        right: -5px;
        bottom: 0px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: transparent transparent transparent #9d2024;
        border-width: 7px 0px 7px 5px;
    }

    @media screen and (max-device-width: 320px) {
        .tokushu_wrap .product_m .off {
            position: relative;
            top: 8px;
            display: block;
            width: 48px;
            height: 14px;
            background-color: #9d2024;
            color: #fff;
            font-size: 1.0em;
            font-size: 10px !important;
            line-height: 14px !important;
            margin: 0 auto 10px !important;
            padding: 0 0 0 2px !important;
        }

        .tokushu_wrap .product_m .off:after {
            content: "";
            position: absolute;
            right: -5px;
            bottom: 0px;
            width: 0px;
            height: 0px;
            margin: auto;
            border-style: solid;
            border-color: transparent transparent transparent #9d2024;
            border-width: 7px 0px 7px 5px;
        }
    }

    /*-----------------------------------------------
 価格
-----------------------------------------------*/
    .tokushu_wrap .product_l .price {
        line-height: 18px !important;
        margin: 0 0 5px !important;
    }

    .tokushu_wrap .product_m .price {
        position: relative;
        top: 5px;
        margin: 0 !important;
        font-size: 1.1em;
        font-size: 11px !important;
        text-align: left !important;
        vertical-align: top;
    }

    .tokushu_wrap .product_l .price span {
        font-size: 1.5em !important;
        line-height: 15px !important;
    }

    .tokushu_wrap .product_m .price span {
        font-size: 1.4em;
        font-size: 14px !important;
        letter-spacing: 0.5px !important;
    }

    .tokushu_wrap .price span:after {
        display: inline-block;
        margin: 0 0 0 -2px !important;
        font-size: 0.9em;
        content: "（税込）";
    }

    @media screen and (max-device-width: 320px) {

        .tokushu_wrap .product_m .price {
            position: relative;
            top: 0 !important;
        }

    }

    /*-----------------------------------------------
 カートボタン
-----------------------------------------------*/
    .tokushu_wrap .product_l .cart {
        margin: 0 !important;
    }

    .tokushu_wrap .product_m .cart img {
        width: 92%;
        max-width: 170px !important;
        height: auto;
    }

    /*-----------------------------------------------
 プルダウン
-----------------------------------------------*/
    .tokushu_wrap .select-box {
        display: block !important;
        width: 80% !important;
        height: 40px !important;
        margin: 0 auto 10px !important;
        padding: 0 !important;
        text-align: center;
    }

    .tokushu_wrap .product_l input {
        position: relative;
        top: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        background: transparent;
        display: inline-block;
        width: 170px !important;
        height: 42px !important;
        text-align: center;
        text-decoration: none;
        padding: 0 !important;
        margin: 0 0 15px !important;
        cursor: pointer;
    }

    /*-----------------------------------------------
 一覧ボタン
-----------------------------------------------*/
    .tokushu_wrap .itemlist img {
        width: 90%;
    }

    /*-----------------------------------------------
 フッター
-----------------------------------------------*/
    .tokushu_wrap .footer {
        width: 100%;
        height: auto;
        font-size: 0.9em;
        font-size: 9px !important;
        font-weight: normal !important;
    }

    .tokushu_wrap .footer:before {
        background: url(../images/footer_top.png) no-repeat right top;
        background-size: contain;
    }

    /*-----------------------------------------------
 モーダル
-----------------------------------------------*/
    .tokushu_wrap .modal-window .modal-inner img {
        width: 95%;
        height: auto;
    }

    .tokushu_wrap .modal-window.special .modal-inner img {
        width: 75%;
        height: auto;
    }
}
