@charset "UTF-8";


/* SP用 */
@media screen and (max-device-width:480px) {
    .tokushu-wrap .pc {
        display: none !important;
    }

    .tokushu-wrap {
        width: 100%;
    }

    .tokushu-wrap .cont {
        width: 98%;
        border: 3px solid #f15788;
        -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
        -ms-box-shadow: 0px 0px 0px 2px #ffffff;
        -moz-box-shadow: 0px 0px 0px 2px #ffffff;
        -o-box-shadow: 0px 0px 0px 2px #ffffff;
        box-shadow: 0px 0px 0px 2px #ffffff;
    }

    .tokushu-wrap .cont h3 {
        width: 100%;
        height: auto;
        padding: 5px 0 !important;
        background: none;
        font-size: 1.35em !important;
        line-height: 1 !important;
    }


    /*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.tokushu-wrap .cont .top_thm img {
	width: 12.5%;;
	margin: 2px 1px 2px 0!important;
}
    
    .tokushu-wrap .item-block {
        padding: 0 !important;
        margin: 0 auto !important;
    }

    /*-----------------------------------------------
 価格とカートボタンエリア
-----------------------------------------------*/
    .tokushu-wrap .product-l .bottom {
        display: inline-block;
        width: 100% !important;
        text-align: center !important;
        padding-left: 10px !important;
    }

    .tokushu-wrap .product-m .bottom {
        text-align: left !important;
    }

    /*-----------------------------------------------
 商品名
-----------------------------------------------*/
    .tokushu-wrap .product-l h4 {
        font-size: 1.2em;
        font-size: 12px !important;
        margin: 0 !important;
    }

    .tokushu-wrap .product-m h4,
    .tokushu-wrap .product-s h4 {
        font-size: 1.2em;
        font-size: 12px !important;
        margin: 0 0 5px !important;
    }

    .tokushu-wrap .product-l h4 span,
    .tokushu-wrap .product-m h4 span,
    .tokushu-wrap .product-s h4 span {
        font-size: 1.1em;
        font-size: 11px !important;
    }

    .tokushu-wrap .product-s h4 {
        position: relative;
        margin: 5px 0 !important;
    }

    /*-----------------------------------------------
 商品画像
-----------------------------------------------*/
    .tokushu-wrap .cont .product-l .detail,
    .tokushu-wrap .cont .product-m .detail {
        position: relative;
        width: calc(100% - 10px);
        margin: 10px auto 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .tokushu-wrap .cont .detail img {
        width: 53%;
        text-align: center !important;
    }

    .tokushu-wrap .cont .detail .tokuten-img img {
        width: 43%;
        margin: 0 0 0 3px !important;
    }

    /*-----------------------------------------------
 価格・カート枠
-----------------------------------------------*/
    .tokushu-wrap .cont .product-l .detail .value,
    .tokushu-wrap .cont .product-m .detail .value,
    .tokushu-wrap .detail .value {
        display: block;
        position: relative !important;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center !important;
        margin: 10px auto 0 !important;
    }

    /*-----------------------------------------------
 商品仕様
-----------------------------------------------*/
    .tokushu-wrap table {
        width: 100% !important;
        margin: 5px auto !important;
        font-size: 1.0em;
        font-size: 10px !important;
    }

    .tokushu-wrap th {
        width: 80px;
        font-size: 1.0em;
        font-size: 10px !important;
    }

    .tokushu-wrap td {
        width: auto;
        text-align: left !important;
        line-height: 13px !important;
    }

    .tokushu-wrap .product-m th {
        width: 40px !important;
        font-size: 1.0em;
        font-size: 10px !important;
    }

    .tokushu-wrap .product-m td {
        width: auto;
        text-align: left !important;
        line-height: 13px !important;
    }

    .tokushu-wrap .cont .product-m ul {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: left;
        list-style-type: none !important;
    }

    /*-----------------------------------------------
 会員価格 off
-----------------------------------------------*/
    .tokushu-wrap .bottom .off {
        position: relative;
        display: inline-block;
        width: 48px;
        height: 14px;
        background-color: #d32618;
        color: #fff;
        font-size: 1.0em;
        font-size: 10px !important;
        line-height: 14px !important;
        margin: 0 5px 0 10px !important;
        padding: 0 0 0 2px !important;
    }

    .tokushu-wrap .off:after {
        content: "";
        position: absolute;
        right: -5px;
        bottom: 0px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: transparent transparent transparent #d32618;
        border-width: 7px 0px 7px 5px;
    }

    /*-----------------------------------------------
 価格
-----------------------------------------------*/
    .tokushu-wrap .product-l .price {
        line-height: 18px !important;
    }

    .tokushu-wrap .product-m .price {
        margin: 0 !important;
        width: 100%;
        font-size: 1.2em;
        font-size: 12px !important;
        text-align: center !important;
    }

    .tokushu-wrap .product-l .price span {
        font-size: 1.5em !important;
        line-height: 15px !important;
    }

    .tokushu-wrap .product-m .price span,
    .tokushu-wrap .product-s .price span {
        font-size: 1.5em;
        font-size: 15px !important;
        font-weight: bold;
        margin: 0 !important;
    }

    .tokushu-wrap .orig_price {
        color: #444;
        font-size: 1.2em;
        font-size: 12px !important;
        margin-bottom: 3px !improtant;
    }

    /*-----------------------------------------------
 カートボタン
-----------------------------------------------*/
    .tokushu-wrap .cont .item-block .cart {
        display: inline-block;
        width: 70% !important;
        max-width: 130px;
        margin: 3px auto !important;
        padding: 0 !important;
    }

    .tokushu-wrap .product-s .cart {
        display: inline-block;
        width: calc(100% - 10px) !important;
        max-width: 130px;
        margin: 2px auto 7px !important;
        padding: 0 !important;
    }

    /* 商品一覧 */
    .tokushu-wrap .itemlist a {
        height: auto;
    }

    .tokushu-wrap .itemlist span {
        background-size: contain;
    }

    /*　モーダル設定 */
    .tokushu-wrap .modal-window .modal-inner img {
        width: 95%;
        height: auto;
    }
}
