@charset "utf-8";

@import url("http://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('http://use.fontawesome.com/releases/v5.8.2/css/all.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');

@media screen and (max-device-width: 480px) {
    .tokushu_wrap .pc {
        display: none !important;
    }

    .sns-wrap .fb-like,
    .sns-wrap .fb-share-button {
        top: -3.5px;
    }

    .sns_wrap iframe {
        margin-top: -3px !important
    }

    /* .sns_wrap iframe{
    margin-top: -3px!important
 }*/

    .tokushu_wrap {
        width: 100% !important;
        background-image: url(../images/bg.jpg);
        background-size: 25% !important;
    }

    /*top*/
    .tokushu_wrap .header img {
        width: 100% !important;
    }

    .tokushu_wrap .contents {
        width: 95% !important;
    }

    .tokushu_wrap .contents h3 {
        position: relative;
        width: 100%;
        font-size: 1.8em;
        font-size: 18px !important;
        margin: 0 !important;
        background: none !important;
    }

    .tokushu_wrap .contents.blue h3 {
        background: none !important;
    }

    .tokushu_wrap .contents .box {
        padding: 8px 8px 3px !important;
    }

    .tokushu_wrap .contents .box .photo {
        width: 100%;
        margin: 0 0 5px !important;
        text-align: center !important;
    }

    .tokushu_wrap .contents .box .photo img {
        width: 50%;
    }

    .tokushu_wrap h5 {
        font-size: 1.4em !important;
    }

    .tokushu_wrap table th {
        width: 22% !important;
    }

    .tokushu_wrap table td {
        width: 78% !important;
    }

    /*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
    .tokushu_wrap .item {
        margin: 5px 0 !improtant;
        padding: 5px 5px 0 !important;
    }

    /*-----------------------------------------------
 商品名
-----------------------------------------------*/
    .tokushu_wrap .item .ttl {
        font-size: 1.2em;
        font-size: 12px !important;
        letter-spacing: 0 !important;
        text-align: left !important;
    }

    /*-----------------------------------------------
 商品テキスト
-----------------------------------------------*/
    .tokushu_wrap .item .txt {
        position: relative;
        display: inline-block;
        margin: 5px 0 5px 5px !important;
        width: calc(100% - 110px) !important;
    }

    /*-----------------------------------------------
 商品画像
-----------------------------------------------*/
    .tokushu_wrap .item .boxImg {
        position: relative;
        display: inline-block;
        margin: 2px auto 5px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .tokushu_wrap .item .boxImg img {
        width: 100%;
        height: 100%;
    }

    /*-----------------------------------------------
 商品 価格
-----------------------------------------------*/
    .tokushu_wrap .item dl dt {
        margin: 0 !important;
        font-size: 1.2em;
        font-size: 12px !important;
    }

    .tokushu_wrap .item dl dd {
        font-size: 1.5em;
        font-size: 15px !important;
        font-weight: 600;
    }

    .tokushu_wrap .item dl dd:after {
        font-size: 1.0em;
        font-size: 10px !important;
        font-weight: normal;
    }

    /*.live ネットサイン会リンクボタン*/
    .tokushu_wrap .live a:link {
        line-height: 16px !important;
    }

    .tokushu_wrap strong {
        font-size: 13px !important;
    }

    .tokushu_wrap p span strong {
        font-size: 1.3em;
        font-size: 13px !important;
    }

    /*.全巻セットへの誘導ボタン*/
    .tokushu_wrap .item_block {
        width: 90% !important;
        text-align: center;
    }

    .tokushu_wrap .item_block a:link {
        display: inline-block;
        width: 100% !important;
    }
    
  /*-----------------------------------------------
 下部バナー
-----------------------------------------------*/
.tokushu_wrap .bnrBlock p img{
    width: 100% !important;
    height: auto;
} 
    

    /*-----------------------------------------------
 モーダル
-----------------------------------------------*/
    .tokushu_wrap .overlay {
        display: none;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
    }

    .tokushu_wrap .overlay_box {
        width: 100%;
    }

    .tokushu_wrap .overlay img {
        position: fixed;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        max-width: 96% !important;
        max-height: calc(100% - 40px);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

}
