@charset "UTF-8";

/* SP */
@media screen and (max-device-width: 1024px) {

/*	.sns_wrap iframe {
		margin-top: -3px !important
	}

	.sns_wrap {
		background-size: contain !important;
	}*/

	.tokushu {
		width: 100% !important;
	}


	.tokushu .top {
		width: 100%;
		height: auto;
		background: none !important;
	}

	.tokushu .top img {
		display: block;
	}
	
.tokushu .pc{
	display: none;
}

.tokushu .sc{
	display: block;
}

	.tokushu h3 {
		background: none;
		font-size: 2.5em !important;
		background: -moz-linear-gradient(left, #d30011, transparent);
		background: -webkit-linear-gradient(left, #d30011, transparent);
		background: linear-gradient(to right, #d30011, transparent);
		padding: 0.3em 0.2em!important;
	}
	
.tokushu .product_l {
	padding: 0.5em!important;
}
	
.tokushu .maker_tokuten p{
	line-height: 1.2;
	margin-bottom:0!important;
}

.tokushu .maker_tokuten .end{
	font-size: 1.6em!important;
	font-weight: bold;
	margin: 0.3em 0!important;
}


.tokushu .maker_tokuten .sign p{
	font-size: 1.2em!important;
}

.tokushu .maker_tokuten p .red{
	font-size: 1.35em!important;
}

.tokushu .maker_tokuten ul li{ 
	line-height: 1.1;
}



	/*product_l 商品名*/
	.tokushu .product_l h4 {
		font-size: 1.3em;
		font-size: 13px !important;
		margin-bottom:0.5em !important;
	}

	.tokushu .product_l h4 span {
		font-size: 0.5em !important;
	}
	
	/*product_l 画像*/
.tokushu .product_l div .p_img {
	width: 54% !important;
	text-align: center
}
.tokushu .product_l .p_img img {
	margin-bottom: 0.3em!important;
}
.tokushu .product_l div .tokuten {
	width: 42% !important;
}

	/*商品詳細*/
.tokushu table {
	margin: 0 auto 15px !important;
	font-size: 1.0em;
	font-size: 10px !important;
	line-height: 1.2;
}
.tokushu th {
	width: 27% !important;
	font-weight:normal;
}
.tokushu td {
	width: 73% !important;
	text-align: left !important;
}
/*価格*/
.tokushu .product_l p {
	width: 48% !important;
	font-size: 1.2em!important;
	line-height: 15px!important;
}
.tokushu .product_l p span {
	font-size: 1.5em!important;
	line-height: 15px!important;
}

/*カート*/	
.tokushu .cart {
	display: inline-block;
	width: 100% !important;
	max-width:150px !important;
	padding: 10px 0 !important;
	font-size: 1.5em;
	font-size: 15px !important;
}


/*オーバーレイ */
.tokusetsu .overlay {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  width: 100%;
  height: 100%;
}

.tokusetsu .overlay_box {
  width: 100%;
}

.tokusetsu .overlay img {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -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%);
}

}
