@charset "UTF-8";


@media screen and (max-device-width: 480px) {
    .tokushu-wrap .pc {
        display: none;
    }

    .tokushu-wrap .top img {
        top: -5px;
        width: 105px !important;
        height: auto !important;
    }

    .tokushu-wrap .cont {
        width: 100%;
    }

    .tokushu-wrap img {
        vertical-align: bottom;
    }

    /* -- cont_title -- */
    .tokushu-wrap .cont-title {
        width: 100%;
        text-align: center;
    }

    .tokushu-wrap .cont-title p {
        font-size: 1.9em !important;
        line-height: 25px !important;
        margin: 0 !important;
    }

    .tokushu-wrap .info {
        width: 96%;
        padding: 12px 15px 0 !important;
    }

    .tokushu-wrap .info p {
        font-size: 1.3em !important;
        line-height: 1.3 !important;
    }

    .tokushu-wrap .main-block {
        width: 100%;
    }
    
      .tokushu-wrap .postcard img{
    width: 100%
}

    /* -- ネットサイン会ライブ ボタン -- */
    .tokushu-wrap .main-block .live a {
        font-size: 1.3em !important;
        padding: 7px 20px !important;
    }

    .tokushu-wrap .main-block p {
        font-size: 1.35em !important;
    }

    .tokushu-wrap h3 {
        padding: 8px 15px 7px !important;
        font-size: 1.45em !important;
    }

    .tokushu-wrap dl.product {
        width: 100%;
    }

    .tokushu-wrap dl.product dt {
        margin: 0 !important;
        padding: 0 5px !important;
        font-size: 1.25em !important;
        line-height: 1.5 !important;
    }


    .tokushu-wrap dl.product dd {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 1.15em !important;
        line-height: 1.5 !important;
    }

    .tokushu-wrap dl.product dd strong {
        font-size: 1.15em !important;
    }

    .tokushu-wrap dl.limit {
        width: 100%;
    }

    .tokushu-wrap dl.limit dd {
        font-size: 1.4em !important;
        line-height: 1.5 !important;
    }

    .tokushu-wrap dl.limit dd span {
        font-size: 1em !important;
    }

    .tokushu-wrap dl.event {
        width: 100%;
    }

    .tokushu-wrap dl.event dd {
        font-size: 1.35em !important;
        line-height: 1.5 !important;
    }

    .tokushu-wrap dl.event dd span {
        font-size: 1em !important;
    }

    .tokushu-wrap a.button {
        width: 88%;
        font-size: 1.3em !important;
    }

    .tokushu-wrap .register,
    .tokushu-wrap .step {
        width: 98%;
    }

    .tokushu-wrap .register h4,
    .tokushu-wrap .step h4 {
        padding: 6px 0 3px !important;
    }

    .tokushu-wrap .register > p,
    .tokushu-wrap .step > p {
        line-height: 1.5 !important;
    }

    .tokushu-wrap .register > div > p,
    .tokushu-wrap .step > div > p {
        font-size: 1.2em !important;
        line-height: 1.5 !important;
        text-indent: -1.2em;
    }

    .tokushu-wrap .register img,
    .tokushu-wrap .step img {
        width: 96%;
    }

    /*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
    .tokushu-wrap .item-block {
        width: calc(100% - 10px);
    }

    .tokushu-wrap .item {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    /*-----------------------------------------------
 商品テキスト
-----------------------------------------------*/
    .tokushu-wrap .item .txt {
        margin: 2px auto 5px !important;
        width: calc(100% - 155px);
    }

    .tokushu-wrap .item .bottom {
        position: absolute;
        right: 5px;
        bottom: 5px;
    }

    .tokushu-wrap .item.column2 .bottom {
        position: relative;
        width: 100% !important;
        text-align: center !important;
    }

    /*-----------------------------------------------
 商品名
-----------------------------------------------*/
    .tokushu-wrap .item .ttl {
        font-size: 1.3em;
        font-size: 13px !important;
        margin: 0 5px 8px !important;
        padding: 0 !important;
        letter-spacing: 0 !important;
    }

    /*-----------------------------------------------
 商品 購入限定数
-----------------------------------------------*/
    .tokushu-wrap .item p.limited {
        margin: 0 0 5px !important;
    }

    /*-----------------------------------------------
 商品画像
-----------------------------------------------*/
    .tokushu-wrap .item .boxImg {
        position: relative;
        display: inline-block;
        width: 150px;
        min-height: 0%;
        height: 150px;
        margin: 4px 0 4px 4px !important;
        padding: 0px !important;
        box-sizing: border-box;
        text-align: center !important;
    }

    .tokushu-wrap .item .boxImg img {
        width: 150px;
        height: 150px;
    }

    .tokushu-wrap .item.column2 .boxImg {
        position: relative;
        display: block;
        width: calc(100% - 8px);
        height: auto;
        margin: 4px auto 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .tokushu-wrap .item.column2 .boxImg img {
        width: 100%;
        height: auto;
    }

    /*-----------------------------------------------
 商品 価格
-----------------------------------------------*/
    .tokushu-wrap .item dl {
        margin: 0 0 10px!important;
    }

    .tokushu-wrap .item dl dt {
        margin: 0 !important;
        font-size: 1.2em;
        font-size: 12px !important;
    }

    .tokushu-wrap .item dl dd {
        font-size: 1.8em;
        font-size: 18px !important;
        font-weight: 600;
    }

    .tokushu-wrap .item dl dd + dd {
        display: inline-block;
        font-size: 1.6em;
        font-size: 16px !important;
        font-weight: 600;
    }

    .tokushu-wrap .item dl dd:after {
        font-size: 1.0em;
        font-size: 10px !important;
        font-weight: normal;
    }


    .tokushu-wrap .caution li {
        margin: 1px 0 1px 15px !important;
        font-size: 1.2em !important;
        line-height: 1.5 !important;
    }

    .tokushu-wrap .caution .red {
        font-size: 1em !important;
    }

    .tokushu-wrap .privacy li {
        font-size: 1.2em !important;
        line-height: 1.5 !important;
    }

/*-----------------------------------------------
 特典一覧
-----------------------------------------------*/
.tokushu-wrap a.tokuten {
	display: inline-block!important;
	width: 97%;
    min-height: 0%;
	height: auto;
    }
    
.tokushu-wrap .tokuten img {
	display: block;
	width: 70%;
    height: auto;
    margin: 0 auto!important;
}

.tokushu-wrap .tokuten .txt {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: calc(100% - 10px);
	padding-top: 0px!important;
}

    /*　モーダル設定 */
    .tokushu-wrap .modal-window .modal-inner img {
        width: 95%;
        height: auto;
    }

}
