@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_wrap {
		position: relative;
		overflow: hidden;
		width: 100% !important;
	}

	/* -- header -- */
	.tokushu_wrap .header {
		position: relative;
		z-index: 1;
		width: 100%;
		background: none !important;
	}

	.tokushu_wrap .header img {
		display: block;
		width: 100%;
	}

	/* -- cont -- */
	.tokushu_wrap .cont {
		width: 98%;
		margin: 5px auto 20px auto !important;
		border: 3px solid #353124;
	}

	/*product_l 商品名*/
	.tokushu_wrap .product_l h4 {
		font-size: 1.3em;
		font-size: 13px !important;
		margin-bottom: 3px !important;
	}

	.tokushu_wrap .product_l h4 span {
		font-size: 1.0em !important;
	}

	/*product_l 画像*/
	.tokushu_wrap .product_l div .p_img {
		margin: 5px 0 !important;
		width: 54% !important;
	}

	.tokushu_wrap .product_l div .p_img img {
		margin-bottom: 0.3em !important;
	}

	.tokushu_wrap .product_l div .tokuten {
		width: 42% !important;
	}

.tokushu_wrap .product_l div.img3 .tokuten {
	margin: 5px 0 0 2px !important;
}

	/*商品詳細*/
	.tokushu_wrap table {
		width: 98% !important;
		margin: 5px auto 15px !important;
		font-size: 1.0em;
		font-size: 10px !important;
	}

	.tokushu_wrap th {
		font-weight: normal;
		line-height: 10px !important;
		border: solid 1px #9f8a41;
	}

	.tokushu_wrap td {
		text-align: center!important;
		line-height: 11px !important;
		border-top: none;
	}
	
	.tokushu_wrap th,
	.tokushu_wrap td {
		display: block !important;
		width: 98% !important;
	}

	/*価格*/
	.tokushu_wrap .product_l p {
		width: 45% !important;
		font-size: 1.3em !important;
		line-height: 15px !important;
	}

	.tokushu_wrap .product_l p span {
		font-size: 1.6em !important;
		line-height: 16px !important;
	}

	/*カート*/
	.tokushu_wrap .cart {
		display: inline-block;
		width: 100% !important;
		max-width: 160px !important;
		margin-top: 10px !important;
		padding: 10px 0 !important;
		font-size: 1.25em;
		font-size: 12.5px !important;
	}
		.tokushu_wrap .product_m .cart {
		width: 90% !important;
		padding: 8px 0 !important;
		font-size: 1.25em;
		font-size: 12.5px !important;
		}

	/*product_m*/
	.tokushu_wrap .product_m {
		padding: 1px !important;
		margin: 3px !important;
		box-sizing: border-box;
		border: 1px solid #4d452d;
	}

	/*product_m 商品名*/
	.tokushu_wrap .product_m h4 {
		line-height: 120%;
		font-size: 1.3em !important;
		font-weight: normal;
	}
	
.tokushu_wrap .product_m div {
	display:table;
	width: 96% !important;
	vertical-align: top !important;
	padding-bottom: 10px !important;
}

.tokushu_wrap .product_m div .p_img {
	margin-top: 5px!important;
	width: 55%;
}


	.tokushu_wrap .product_m h4 span {
		font-size: 1.0em !important;
	}

	/*product_m 価格*/
	.tokushu_wrap .product_m div p {
		text-align: center;
	}

	.tokushu_wrap .product_m div p span {
	font-size: 1.6em;
	font-size: 16px !important;
		font-weight: bold;
	}


	/* -- 他商品への誘導 -- */
	.tokushu_wrap .itemlist {
		width: 90%;
		height: auto;
		margin: 20px auto 10px auto !important;
		text-align: center;
	}

	.tokushu_wrap .itemlist p {
		font-size: 16px !important;
		line-height: 48px !important;
	}

	/*footer*/
	.tokushu_wrap .footer {
		width: 100%;
		padding: 10px 0 5px !important;
		font-size: 0.9em;
		font-size: 9px !important;
		font-weight: normal !important;
	}

/* -- backtop -- */
.tokushu_wrap .backtop {
		width: 100%;
	height: 26px;
	margin-top: 20px!important;
	text-align: center;
}
.tokushu_wrap .backtop img {
	width: 55px;
	height: 26px;
	margin: auto;
}
.tokushu_wrap .backtop a {
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.tokushu_wrap .backtop a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: galpha( opacity=70 )h;
	text-decoration: none!important;
}


	/*オーバーレイ */
	.tokushu_wrap .overlay {
		display: none;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 103;
		width: 100%;
		height: 100%;
	}

	.tokushu_wrap .overlay_box {
		width: 100%;
	}

	.tokushu_wrap .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%);
	}

}
