@charset "utf-8";


@media screen and (max-device-width: 480px) {
    .tokushu .pc {
        display: none !important;
    }

    .sns-wrap .fb-like,
    .sns-wrap .fb-share-button {
        top: -3.5px;
    }

    .sns_wrap iframe {
        margin-top: -3px !important
    }


    /*-----------------------------------------------
 base
-----------------------------------------------*/
    .tokushu {
        width: 100% !important;
    }


    /*-----------------------------------------------
 ベース
-----------------------------------------------*/
    .tokushu .contents {
        width: 100%;
        margin: 10px auto 20px !important;
        padding: 0 !important;
    }

    /*-----------------------------------------------
 文字周り レイアウト
-----------------------------------------------*/
    .tokushu strong {
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }

    /*-----------------------------------------------
 見出し
-----------------------------------------------*/
    .tokushu h3 {
        font-size: 1.8em;
        font-size: 18px !important;
        letter-spacing: 0 !important;
        background: none !important;
        text-align: center !important;
        margin: 0 auto 7px !important;
    }

    .tokushu h5 {
        font-size: 1.4em !important;
    }

    /*-----------------------------------------------
 商品詳細
-----------------------------------------------*/
    .tokushu table th {
        width: 20% !important;
    }

    .tokushu table td {
        width: 80% !important;
    }

    /*-----------------------------------------------
 ネットサイン会リンクボタン
-----------------------------------------------*/
    .tokushu .live a:link {
        font-size: 1.4em;
        font-size: 14px !important;
    }

    /*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
    .tokushu .item {
        margin: 5px auto 0 !important;
        padding: 0 !important;
    }

    /*-----------------------------------------------
 商品テキスト
-----------------------------------------------*/
    .tokushu .item .txt {
        margin: 2px auto 5px !important;
        width: 100% !important;
    }

    .tokushu .item .bottom {
        position: relative;
        width: 100% !important;
        text-align: center !important;
    }

    /*-----------------------------------------------
 商品名
-----------------------------------------------*/
    .tokushu .item .ttl {
        margin: 0 5px 8px !important;
        padding: 0 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
    }

    /*-----------------------------------------------
 商品 購入限定数
-----------------------------------------------*/
    .tokushu .item p.limited {
        margin: 0 0 5px !important;
    }

    /*-----------------------------------------------
 商品画像
-----------------------------------------------*/
    .tokushu .item .boxImg {
        position: relative;
        display: block;
        width: 80% !important;
        min-height: 0%;
        height: auto;
        margin: 4px auto!important;
    }

    .tokushu .item .boxImg img {
        display: block;
        width: 100%;
        height: auto;
    }

    /*-----------------------------------------------
 商品 価格
-----------------------------------------------*/
    .tokushu .item dl {
        margin-top: 0 !important;
    }

    .tokushu .item dl dt {
        margin: 0 !important;
        font-size: 1.2em;
        font-size: 12px !important;
    }

    .tokushu .item dl dd {
        font-size: 1.8em;
        font-size: 18px !important;
        font-weight: 600;
    }

    .tokushu .item dl dd + dd {
        display: inline-block;
        font-size: 1.6em;
        font-size: 16px!important;
        font-weight: 600;
    }

    .tokushu .item dl dd:after {
        font-size: 1.0em;
        font-size: 10px !important;
        font-weight: normal;
    }
}
