@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 .pc {
		display: none !important;
	}

	.tokushu .top {
		width: 100%;
		height: auto;
		background: none !important;
	}

	.tokushu .top img {
		display: block;
	}

	.tokushu h3 {
		background: none;
		font-size: 2.5em !important;
	}

	.tokushu h3:before {
		display: inline-block;
		position: absolute;
		top: 9px;
		left: 0px;
		width: 50px;
		height: 15px;
		background-color: aqua;
		background: url(../images/ttl_image.png) no-repeat left top;
		content: "";
	}

	.tokushu h3:after {
		display: inline-block;
		position: absolute;
		top: 9px;
		right: 0px;
		width: 50px;
		height: 15px;
		background-color: aqua;
		background: url(../images/ttl_image.png) no-repeat left top;
		content: "";
	}

	.tokushu .sw_contents {
		width: 92% !important;
	}


	/*product_l 商品名*/
	.tokushu .product_l h4 {
		font-size: 1.3em;
		font-size: 13px !important;
		margin-bottom: 3px !important;
	}

	.tokushu .product_l h4 span {
		font-size: 0.5em !important;
	}

	/*product_l 画像*/
	.tokushu .product_l div .p_img {
		width: 54% !important;
	}

	.tokushu .product_l .p_img img {
		margin-bottom: 0.3em !important;
	}

	.tokushu .product_l div .tokuten {
		width: 42% !important;
	}

	.tokushu .product_l .img3 .p_img {
		display: inline-block;
		width: 39% !important;
		margin: 0 0 5px !important;
	}

	.tokushu .product_l .img3 .tokuten {
		display: inline-block;
		width: 29% !important;
		margin: 0 0 5px !important;
	}

	/*商品詳細*/
	.tokushu table {
		margin: 0 auto 15px !important;
		font-size: 1.0em;
		font-size: 10px !important;
	}

	.tokushu th {
		width: 27% !important;
		font-weight: normal;
		line-height: 10px !important;
	}

	.tokushu td {
		width: 73% !important;
		text-align: left !important;
		line-height: 11px !important;
	}

	/*価格*/
	.tokushu .product_l p {
		width: 45% !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: 160px !important;
		padding: 10px 0 !important;
		font-size: 1.25em;
		font-size: 12.5px !important;
	}

	/*product_m*/
	/*product_m 商品名*/
	.tokushu .product_m h4 {
		line-height: 120%;
		font-size: 1.3em !important;
		font-weight: normal;
	}

	.tokushu .product_m h4 span {
		font-size: 0.6em !important;
	}

	.tokushu .product_m div p {
		font-size: 1.1em !important;
		font-weight: bold;
		text-align: center;
	}

	.tokushu .product_m div p span {
		font-size: 1.5em !important;
	}

	/*footer*/
	.tokushu .footer {
		padding: 10px 0 5px !important;
		font-size: 0.9em;
		font-size: 9px !important;
		font-weight: normal !important;
	}

	/*オーバーレイ */
.tokushu .overlay {
		display: none;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 103;
		width: 100%;
		height: 100%;
	}

.tokushu .overlay_box {
		width: 100%;
	}

.tokushu .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%);
	}

	/*　モーダル設定 */
.tokushu .modal-window .modal-inner img {
		width: 95%;
		height: auto;
	}
}
