@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");

@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,700i");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("http://fonts.googleapis.com/css?family=Josefin+Sans&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');

/* -- all -- */
.tokushu-wrap {
    width: 510px;
    margin: 0;
    padding: 0;
    background: url(../imgs/bg.jpg) no-repeat;
    background-position: center top !important;
    background-attachment: fixed;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 62.5% !important;
    line-height: 1;
    text-align: center;
}

.tokushu-wrap a {
    text-decoration: none !important;
}

.tokushu-wrap .pc {
    display: block !important;
}

.tokushu-wrap .sp {
    display: none !important;
}

/*-----------------------------------------------
 .movie
-----------------------------------------------*/
.tokushu-wrap .movie {
    margin: 15px 0 15px !important;
    padding: 10px 0 11px !important;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center !important;
    /* border-top: 3px double #fff;
    border-bottom: 3px double #fff;*/
}

.tokushu-wrap .movie iframe {
    width: 484px;
    height: 272px;
    margin: 0 !important;
    border: 1px solid #444;
}

.tokushu-wrap .movie h3 {
    width: 100% !important;
    color: #ffffff;
    font-size: 1.5em;
    font-size: 15px !important;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#727272+0,262626+100 */
}


/* -- sns -- */
.sns-wrap {
    margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
    margin-top: -2px !important;
}

.sns-wrap .line {
    display: inline-block;
    line-height: 0;
    margin-top: -2px !important;
    padding-left: 5px\0 !important;
    padding-left: 5px\9 !important;
}

.sns-wrap iframe {
    margin-top: 0 !important
}

/* -- top -- */
.tokushu-wrap .top {
    position: relative;
    width: 510px;
    height: 100px;
}

.tokushu-wrap .top img {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 182px;
    height: 65px;
    margin: auto;
}

/* -- slide-block -- */
/*.tokushu-wrap .slide-block {
	display: inline-block;
	position: relative;
	width: 484px;
	margin: 19px auto 38px auto!important;
	padding: 0;
	background: url(../imgs/slide-bg.png) repeat-y left top;
	text-align: center;
		&:before {
			display: block;
			position: absolute;
			top: -19px;
			left: 0;
			width: 484px;
			height: 19px;
			background: url(../imgs/slide-t.png) no-repeat left top;
			content: "";
		}
		&:after {
			display: block;
			position: absolute;
			bottom: -19px;
			left: 0;
			width: 484px;
			height: 19px;
			background: url(../imgs/slide-b.png) no-repeat left top;
			content: "";
		}
		.slide {
			margin: 0;
			padding: 0;
		}
		.slide li {
			display: inline-block;
			margin: 0;
			padding: 0;
		}
		.slide li img {
			width: 448px;
			height: 186px;
			margin: auto;
		}
}*/

/* -- main-block -- */
.tokushu-wrap .main-block {
    display: inline-block;
    position: relative;
    width: 95%;
    margin: 50px auto 30px auto !important;
    padding: 15px 10px !important;
    background: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*hr {
			width: 92%;
			border: none;
			border-bottom: 2px dotted #b6b1a9;
		}*/
}


.tokushu-wrap .main-block h3 {
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    width: 100% !important;
    height: 40px;
    color: #ffffff;
    font-size: 1.5em;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 40px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#727272+0,262626+100 */
    background: #727272;
    /* Old browsers */
    background: -moz-linear-gradient(top, #727272 0%, #262626 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #727272 0%, #262626 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #727272 0%, #262626 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#262626', GradientType=0);
    /* IE6-9 */
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

}

/*
.tokushu-wrap .main-block.campaign h3 {
    top: 56px;
    height: auto;
    line-height: 20px !important;
    margin: 0px 20px;
}*/


.tokushu-wrap .main-block h3:before {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 46px;
    height: 10px;
    background: url(../imgs/square.png) no-repeat left top;
    content: "";
}

.tokushu-wrap .main-block h3:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 46px;
    height: 10px;
    background: url(../imgs/square.png) no-repeat left top;
    content: "";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.tokushu-wrap .main-block > p {
    margin: 0 15px !important;
    color: #514f4a;
    font-size: 1.1em;
    font-size: 11px !important;
    text-align: left;
    line-height: 1.6 !important;
}

/* -- product -- */

/* -.product_l -----------------------------------------------------------*/

.tokushu-wrap .product-l,
.tokushu-wrap .product-m {
    position: relative;
    width: 474px;
    width: 100%;
    margin: 5px auto !important;
    padding: 10px 15px !important;
    border-bottom: 2px dotted #b6b1a9;
    text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


.tokushu-wrap .product-l.last,
.tokushu-wrap .product-m.last {
    border-bottom: none;
}

/* - .product_l -.top-block-----------------------------------------------------------*/

.tokushu-wrap .product-l .top-block {
    position: relative;
    text-align: left;
    overflow: hidden;
}

.tokushu-wrap .product-l .top-block h4 {
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: bold;
    text-align: left;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
}

.tokushu-wrap .product-l .top-block h4 a {
    color: #0495e0 !important;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokushu-wrap .product-l .top-block h4 a:hover {
    color: #fff75d !important;
}

.tokushu-wrap .product-l .top-block h4 span {
    font-size: 1.05em;
    font-size: 10.5px !important;
    font-weight: normal;
}

.tokushu-wrap .product-l .top-block img {
    float: left;
    margin: 5px !important;
    border: 1px solid #cccccc;
    width: 50%;
}

.tokushu-wrap .product-l .top-block img:nth-child(3) {
    width: 38%;
    margin-left: 15px !important;
}

.tokushu-wrap .product-l .top-block .value {
    position: absolute;
    right: 8px;
    bottom: 0;
    text-align: right;
}

.tokushu-wrap .product-l .top-block .value dl {
    color: #e84ea0;
    font-weight: bold;
}

.tokushu-wrap .product-l .top-block .value dl dt {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.3em;
    font-size: 13px !important;
}

.tokushu-wrap .product-l .top-block .value dl dd {
    display: inline-block;
    font-size: 1.7em;
    font-size: 17px !important;
}

.tokushu-wrap .product-l .top-block .value dl dd:after {
    display: inline-block;
    font-size: 1.05em;
    font-size: 10.5px !important;
    font-weight: normal;
    content: "（税込）";
}

.tokushu-wrap .product-l .top-block .value .cart {
    display: inline-block;
    width: 120px;
    height: 26px;
    margin: 3px 0 !important;
    background-color: #e84ea0;
    color: #ffffff;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    line-height: 28px !important;
    -webkit-border-radius: 13px;
    -ms-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokushu-wrap .product-l .top-block .value .cart:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*----.product_l -bottom-block ----------------------------------------------------------------*/


.tokushu-wrap .product-l .bottom-block {
    margin: 5px auto 0 auto !important;
    text-align: center;
}

.tokushu-wrap .product-l .bottom-block table {
    width: 440px;
    margin: 0 auto !important;
    padding: 0 !important;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 1.1em;
    font-size: 11px !important;
}

.tokushu-wrap .product-l .bottom-block table th {
    padding: 6px 0 4px !important;
    background-color: #7dd297;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.tokushu-wrap .product-l .bottom-block table td {
    padding: 6px 5px 4px !important;
    background-color: #d6efdb;
    color: #57735b;
    text-align: left;
}

/*----.product_l -.tokuten ----------------------------------------------------------------*/

.tokushu-wrap .product-l .tokuten {
    margin: 15px auto 15px auto !important;
    text-align: center;
    width: 440px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 1.1em;
    font-size: 11px !important;
}


.tokushu-wrap .product-l .tokuten h5 {
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: bold;
    text-align: left;
    line-height: 1.6 !important;
    color: #fff !important;
    background-color: #e84ea0;
    text-align: center;
    padding: 6px 0 !important;
    margin: 10px 0 5px 0 !important;
}


.tokushu-wrap .product-l .tokuten p {
    font-size: 1.1em;
    font-size: 12px !important;
    margin-top: 0px !important;
    padding: 3px 0 3px 0 !important;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.tokushu-wrap .product-l .tokuten img {
    width: 94%;
    margin: 3px auto !important;
    border: 1px solid #cccccc;
}




/*------.product-m----------------------------------------------------------------------*/

.tokushu-wrap .product-m {
    position: relative;
    text-align: left;
    overflow: hidden;
}

.tokushu-wrap .product-m h4 {
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: bold;
    text-align: left;
    line-height: 1.6 !important;
}

.tokushu-wrap .product-m h4 a {
    color: #0495e0 !important;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokushu-wrap .product-m h4 a:hover {
    color: #fff75d !important;
}

.tokushu-wrap .product-m h4 span {
    font-size: 1.05em;
    font-size: 10.5px !important;
    font-weight: normal;
}

.tokushu-wrap .product-m img {
    float: left;
    margin: 5px !important;
    border: 1px solid #cccccc;
}

.tokushu-wrap .product-m ul {
    display: block;
    float: left;
    width: 160px;
    margin: 10px 0 10px 20px !important;
    color: #514f4a;
    text-align: left;
}

.tokushu-wrap .product-m ul li {
    font-size: 1.1em;
    font-size: 11px !important;
    list-style-type: disc;
    line-height: 1.6 !important;
}

.tokushu-wrap .product-m .value {
    position: absolute;
    right: 15px;
    bottom: 10px;
    text-align: right;
}

.tokushu-wrap .product-m .value dl {
    color: #e84ea0;
    font-weight: bold;
}

.tokushu-wrap .product-m .value dl dt {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.3em;
    font-size: 13px !important;
}

.tokushu-wrap .product-m .value dl dd {
    display: inline-block;
    font-size: 1.7em;
    font-size: 17px !important;
}

.tokushu-wrap .product-m .value dl dd:after {
    display: inline-block;
    font-size: 1.05em;
    font-size: 10.5px !important;
    font-weight: normal;
    content: "（税込）";
}

.tokushu-wrap .product-m .value .cart {
    display: inline-block;
    width: 120px;
    height: 26px;
    margin: 3px 0 !important;
    background-color: #e84ea0;
    color: #ffffff;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    line-height: 28px !important;
    -webkit-border-radius: 13px;
    -ms-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokushu-wrap .product-m .value .cart:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}


/*------.product-s----------------------------------------------------------------------*/
.tokushu-wrap .product-s {
    display: inline-block;
    width: 220px;
    margin: 10px 3px 5px !important;
    padding: 10px 5px !important;
    border: 1px solid #b6b1a9;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.tokushu-wrap .product-s h4 {
    margin: 5px auto !important;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.6 !important;
}

.tokushu-wrap .product-s h4 span {
    font-size: 1.05em;
    font-size: 10.5px !important;
    font-weight: normal;
}

.tokushu-wrap .product-s h4 a {
    color: #0495e0 !important;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tokushu-wrap .product-s h4 a:hover {
    color: #fff75d !important;
}

.tokushu-wrap .product-s img {
    width: 94%;
    margin: 3px auto !important;
    border: 1px solid #cccccc;
}

.tokushu-wrap .product-s dl {
    margin: 5px auto 2px auto !important;
    color: #e84ea0;
    font-weight: bold;
    text-align: center;
}

.tokushu-wrap .product-s dl dt {
    display: inline-block;
    margin: 0 5px !important;
    font-size: 1.2em;
    font-size: 12px !important;
}

.tokushu-wrap .product-s dl dd {
    display: inline-block;
    font-size: 1.5em;
    font-size: 15px !important;
}

.tokushu-wrap .product-s dl dd:after {
    display: inline-block;
    font-size: 1.05em;
    font-size: 10.5px !important;
    font-weight: normal;
    content: "（税込）";
}

.tokushu-wrap .product-s .cart {
    display: inline-block;
    width: 120px;
    height: 26px;
    margin: 3px 0 !important;
    background-color: #e84ea0;
    color: #ffffff;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    line-height: 28px !important;
    -webkit-border-radius: 13px;
    -ms-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokushu-wrap .product-s .cart:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}


/* -- キャンペーン .main-block.campaign----------------------------------------------------------------------*/
/*
.tokushu-wrap .main-block.campaign h4 {
    font-size: 1.3em;
    font-size: 14px !important;
    margin-top: 15px !important;
    padding: 3px 0 3px 0 !important;
    color: #fff;
    font-weight: bold;
    /*background-color: rgba(232,78,160,0.3);
    background-color: #E84EA0;
}*/

.tokushu-wrap .main-block.campaign ul {
    /*padding-left: 0.4em !important;
	text-indent: -0.8em;*/
    margin: 10px 15px !important;
    padding: 0;
}

.tokushu-wrap .main-block.campaign ul li {
    text-align: left;
    font-size: 1.1em;
    font-size: 11px !important;
    padding-left: 0.4em !important;
	text-indent: -0.8em;
    line-height: 1.6 !important;
    font-weight: bold !important;
}

.tokushu-wrap .main-block.campaign ul li:before {
	content: "・";
	margin-right: 0.2em !important;
}

.tokushu-wrap .main-block.campaign p.days {
    font-size: 1.1em;
    font-size: 12px !important;
    margin-top: 0px !important;
    padding: 3px 0 3px 0 !important;
    font-weight: bold;
    color: #e84ea0 !important;
}

.tokushu-wrap .main-block.campaign table {
    margin: 10px 15px 0 15px !important;
    font-size: 11px;
    color: #514f4a !important;
}


.tokushu-wrap .main-block.campaign table th {
    width: 15%;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    font-size: 11px!important;
}

.tokushu-wrap .main-block.campaign table th:after {
    padding-left: 0.5em !important;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
}

.tokushu-wrap .main-block.campaign table td {
    font-weight: bold;
    width: 85%;
    text-align: left;
    font-size: 11px!important;
}

.tokushu-wrap .main-block.campaign h5 {
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: bold;
    text-align: left;
    line-height: 1.6 !important;
    color: #fff !important;
    background-color: #e84ea0;
    text-align: center;
    padding: 6px 0 !important;
    margin: 10px 0 5px 0 !important;
}

.tokushu-wrap .main-block.campaign .underline {
    font-weight: bold;
    color: #fe0000 !important;
    text-decoration: underline;
    border-bottom: none;
}

.tokushu-wrap .main-block.campaign .fin {
        position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.4);
    z-index: 999;
    width: 100%;
    font-size: 3.4em;
    font-size: 34px !important;
    padding: 350px 0 !important;
    margin: 0 auto !important;
    color: #fff;
    text-shadow: #333 2px 2px 3px, #333 -2px 2px 3px, #333 2px -2px 3px, #333 -2px -2px 3px, #333 0px 0px 2px, #333 0px 0px 2px, #333 0px 0px 2px, #333 0px 0px 2px, #333 0px 0px 2px, #333 0px 0px 2px, #333 0px 0px 2px, #333 0px 0px 2px, #333 0px 0px 2px;
    -webkit-filter: dropshadow(color=#333, offX=0, offY=-1) dropshadow(color=#333, offX=1, offY=0) dropshadow(color=#333, offX=0, offY=1) dropshadow(color=#333, offX=-1, offY=0);
    filter: dropshadow(color=#333, offX=0, offY=-1) dropshadow(color=#333, offX=1, offY=0) dropshadow(color=#333, offX=0, offY=1) dropshadow(color=#333, offX=-1, offY=0);
}


/* -- footer ----------------------------------------------------------------------*/
.tokushu-wrap .footer {
    width: 510px;
    height: 37px;
    background: url(../imgs/footer-bg.jpg) repeat-x left top;
    text-align: center;
}

.tokushu-wrap .footer p {
    color: #ffffff;
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 40px !important;
}

.tokushu-wrap .footer p:before {
    display: inline-block;
    margin-right: 5px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/* -- .backtop----------------------------------------------------------------*/
.tokushu-wrap .backtop {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 9999;
}

.tokushu-wrap .backtop a {
    display: block;
    width: 48px;
    height: 58px;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.tokushu-wrap .backtop span {
    display: block;
    width: 48px;
    height: 58px;
    background: url(../imgs/backtop.png) no-repeat left top;
}

.tokushu-wrap .backtop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}




.tokushu-wrap .itemlist {
    margin: 0 auto 50px auto !important;
}


.tokushu-wrap .itemlist img {
    width: 95%;
    height: auto;
    display: inline-block;
    position: relative;
}



/* -----max-width:480px-----------------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) {
    .tokushu-wrap {
        width: 100%;
        line-height: 1.3;
        display: block;
    }

    .tokushu-wrap .pc {
        display: none !important;
    }

    .tokushu-wrap .sp {
        display: block !important;
    }

    .sns-wrap iframe {
        margin-top: -3px !important
    }

    .sns-wrap {
        background-size: contain !important;
    }

    .tokushu-wrap .top {
        width: 100%;
        height: 0 !important;
        padding-top: 20% !important;
    }

    .tokushu-wrap .top img {
        width: 35.68%;
        height: auto;
    }

    .tokushu-wrap .main-block {
        width: 95%;

    }

    .tokushu-wrap .main-block:before {
        width: 100%;
        position: absolute;
    }

    .tokushu-wrap .main-block:after {
        width: 90%;
    }

    .tokushu-wrap .main-block h3 {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#727272+0,262626+100 */
        background: #727272;
        /* Old browsers */
        background: -moz-linear-gradient(top, #727272 0%, #262626 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #727272 0%, #262626 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #727272 0%, #262626 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#262626', GradientType=0);
        /* IE6-9 */
        width: 100% !important;
    }

    /* -- product -- */
    .tokushu-wrap .product-l,
    .tokushu-wrap .product-m {
        width: 95%;
        padding: 10px 0 !important;
        box-sizing: border-box !important;
    }

    .tokushu-wrap .product-l .top-block img {
        width: 50%;
    }

    .tokushu-wrap .product-l .top-block img:nth-child(3) {
        width: 40%;
    }

    .tokushu-wrap .product-l .top-block .value {
        clear: both;
        position: relative;
    }

    .tokushu-wrap .product-l .bottom-block table {
        width: 100%;
    }

    .tokushu-wrap .product-l .bottom-block table th {
        width: 30%;
    }

    .tokushu-wrap .product-l .bottom-block table td {
        width: 70%;
    }

    .tokushu-wrap .product-l .top-block .value .cart {
        width: 50%;
    }

    .tokushu-wrap .product-s {
        display: inline-block;
        width: 47%;
    }

    /*----.product_l -.tokuten ----------------------------------------------------------------*/

    .tokushu-wrap .product-l .tokuten {
        width: 95% !important;
    }

    .tokushu-wrap .product-l .tokuten p {
        font-size: 1.1em;
    }

    /* -- footer --------------------------------------------------------------*/
    .tokushu-wrap .footer {
        width: 100%;
        height: 37px;
    }


    .tokushu-wrap .itemlist {
        width: 95%;

    }

    /* -- .movie --------------------------------------------------------------*/

    .tokushu-wrap .movie iframe {
        width: 95%;
        height: auto;
    }

    .tokushu-wrap .movie h3 {
        font-size: 13px !important;
        padding: 0;
        margin: 5px;
    }


    /* -- キャンペーン .main-block.campaign----------------------------------------------------------------------*/
    
    .tokushu-wrap .main-block.campaign p{
      margin: 0 7px !important;   
    }
    
    .tokushu-wrap .main-block.campaign p.days {
        margin: 0 7px !important;
    }

    .tokushu-wrap .main-block.campaign table {
       margin: 10px 7px 0 7px !important;
    }
    
    .tokushu-wrap .main-block.campaign table th {
        width: 20% !important;
    }

    .tokushu-wrap .main-block.campaign table td {
        width: 80% !important;
    }
    
    .tokushu-wrap .itemlist img {
        width: 100%;
    }
    
    .tokushu-wrap .main-block.campaign ul {
        margin: 0 7px !important;
    }
    
    .tokushu-wrap .main-block.campaign ul li {
        margin: 0 !important;
    }
    
    
}



/* -- max-width:1024px-----------------------------------------------------------*/

@media screen and (max-width:1024px) {
    .tokushu-wrap {
        width: 100%;
        line-height: 1.3;
        background: url(../imgs/bg.jpg) repeat;
        background-position: center top !important;
        background-attachment: fixed;
    }

    .sns-wrap iframe {
        margin-top: 0 !important;
    }

    .sns-wrap {
        background-size: contain !important;
    }

    .tokushu-wrap .top {
        width: 100%;
        height: 0 !important;
        padding-top: 20% !important;
    }

    .tokushu-wrap .top img {
        width: 35.68%;
        height: auto;
    }

    .tokushu-wrap .main-block {
        width: 95%;

    }


    .tokushu-wrap .main-block h3 {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#727272+0,262626+100 */
        background: #727272;
        /* Old browsers */
        background: -moz-linear-gradient(top, #727272 0%, #262626 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #727272 0%, #262626 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #727272 0%, #262626 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#262626', GradientType=0);
        /* IE6-9 */
        width: 100% !important;
    }


    /* -- product -- */
    .tokushu-wrap .product-l,
    .tokushu-wrap .product-m {
        width: 95%;
        padding: 10px 0 !important;
        box-sizing: border-box !important;
    }

    .tokushu-wrap .product-l .top-block h4 {
        margin-bottom: 5px !important;
    }

    .tokushu-wrap .product-l .top-block img {
        width: 50%;
        margin: 0 auto !important;
        margin-top: auto !important;
    }

    .tokushu-wrap .product-l .top-block img:nth-child(3) {
        width: 40%;
        margin-left: 8px !important;
    }

    .tokushu-wrap .product-l .top-block .value {
        clear: both;
        position: relative;
    }

    .tokushu-wrap .product-l .bottom-block table {
        width: 100%;
    }

    .tokushu-wrap .product-l .bottom-block table th {
        width: 30%;
    }

    .tokushu-wrap .product-l .bottom-block table td {
        width: 70%;
    }

    .tokushu-wrap .product-l .top-block .value .cart {
        width: 40%;
    }

    .tokushu-wrap .product-s {
        display: inline-block;
        width: 47%;
    }

    /* -- footer -- */
    .tokushu-wrap .footer {
        width: 100%;
        height: 37px;
    }

    .sns-wrap iframe {
        margin-top: 0 !important;
    }

}
