@charset "utf-8";

.tokushu {
	width: 510px;
	height: auto;
	font-family: 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	color: #2d2d2d !important;
	font-size: 62.5% !important;
	line-height: 1.2em !important;
	background: url(../images/34_bg001.png) repeat;
	padding-bottom: 3em !important;
}

/* -- sns -- */
.sns_wrap {
	margin: 5px 0 5px 3px !important;
}

.sns_wrap .fb-like {
	margin-top: -2px !important;
}

.sns_wrap .line {
	display: inline-block;
	margin-top: -2px !important;
	padding-left: 5px\0 !important;
	padding-left: 5px\9 !important;
	line-height: 0;
}

/*top*/
.tokushu .top {
	width: 100%;
	margin: 0 auto 3.5em !important;
}

.tokushu .top img {
	width: 100%;
}

/*contents*/
.tokushu .contents {
	width: 95%;
	margin: 0 auto 5em !important;
}

.tokushu h3 {
	margin: 0 auto 0.5em !important;
	text-align: center;
	background-color: #000000;
	color: #fff !important;
	font-size: 3.5em !important;
	font-weight: bold;
	padding: 0.3em 0 !important;
}

.tokushu .product_l {
	box-sizing: border-box;
	padding: 1.5em !important;
	margin-bottom: 1.5em !important;
	background-color: #efefef;
}

.tokushu .product_l h4 {
	margin: 0 auto !important;
	text-align: center;
	font-size: 1.8em !important;
	line-height: 150%;
	padding: 0.5em 0.5em 1em !important;
	box-sizing: border-box;
}

.tokushu .product_l h4 span {
	font-size: 0.7em !important;
}

.tokushu .product_l div {
	margin: 0 auto 1em !important;
	vertical-align: bottom;
}

.tokushu .product_l div .p_img {
	width: 60%;
	display: inline-block;
}

.tokushu .product_l div .tokuten {
	width: 38%;
	display: inline-block;
	margin: 0 0 0 1% !important;
}

.tokushu .product_l .p_img img {
	width: 100%;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	cursor: pointer;
	cursor: zoom-in;
}

.tokushu .product_l dl {
	display: inline-block;
	text-align: center;
	width: 49%;
	font-size: 1.5em !important;
	font-weight: bold;
	color: #fe0000 !important;
	padding: 0.6em 0 !important;
}

.tokushu .product_l dl span {
	font-size: 1.7em !important;
}

.tokushu .product_l dt,
.tokushu .product_l dd {
	display: inline-block;
}

.tokushu .product_l .cart {
	display: inline-block;
	text-align: center;
	width: 49%;
	padding: 0.6em 0 !important;
	font-size: 2em !important;
}

.tokushu table {
	margin: 0 auto 1em !important;
	width: 100%;
	font-size: 1.4em !important;
	table-layout: fixed;
}

.tokushu th {
	width: 30%;
	border: solid 1px #c7c7c7;
	padding: 0.3em 0.4em !important;
	background-color: #fff;
}

.tokushu td {
	width: 70%;
	border: solid 1px #c7c7c7;
	padding: 0.3em 0.4em !important;
	background-color: #fff;
}

/*連続購入特典割引券について(info)*/
.tokushu .info {
	box-sizing: border-box;
	padding: 1.5em !important;
	margin-bottom: 1.5em !important;
	background-color: #efefef;
	font-size: 1.6em !important;
}

.tokushu .info ul li {
	line-height: 200% !important;
}

.tokushu .info span {
	color: #ff0000 !important;
	font-weight: bold;
}

/*bnr*/
.tokushu .bnr {
	width: 65%;
	margin: 0 auto 3em !important;
	font-size: 2em !important;
}

.tokushu .bnr a span {
	display: block;
	width: 80%;
	margin: 0 auto 0.5em !important;
}

.tokushu .bnr a span img {
	width: 100%;
}

.tokushu .bnr i {
	margin-left: 0.2em !important;
}

/*footer*/
.tokushu .footer {
	background-color: #c7c7c7;
	color: #000000 !important;
	padding: 0.5em 0 !important;
	text-align: center;
	font-size: 1.4em !important;
	font-weight: bold;
}

/* overlay */
.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 img {
	max-width: 600px;
	max-height: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	-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%);
}

/*link*/
.tokushu h4 a:link {
	color: #2d2d2d !important;
	font-size: 110% !important;
	display: inline-block;
}

.tokushu h4 a:visited {
	color: #2d2d2d !important;
}

.tokushu h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*link cart*/
.tokushu .cart:link {
	display: inline-block;
	text-decoration: none;
	background-color: #fe0000;
	color: #fff !important;
	border-radius: 6px;
}

.tokushu .cart:visited {
	color: #fff !important;
}

.tokushu .cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}

/*info*/
.tokushu .info a:link {
	text-decoration: none;
	display: inline-block;
	padding: 0.4em !important;
	background-color: #c7c7c7;
	border-radius: 6px;
	color: #000000 !important;
	font-weight: bold;
}

.tokushu .info a:visited {
	color: #000000 !important;
}

.tokushu .info a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*bnr link*/
.tokushu .bnr a:link {
	display: inline-block;
	text-align: center;
	padding: 1.5em !important;
	text-decoration: none;
	color: #000000 !important;
	border: 1px solid #000000;
}

.tokushu .bnr a:visited {
	color: #000000 !important;
}

.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999 !important;
}

.tokushu .page-top a:link {
	text-decoration: none !important;
	font-size: 6em !important;
	color: #000000 !important;
}

.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.tokushu .page-top a:visited {
	color: #000000 !important;
}

/*float*/
.tokushu .left {
	float: left;
}

.tokushu .right {
	float: right;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*ここからSP用*/
@media screen and (max-device-width: 1024px) {
	.tokushu {
		width: 100%;
	}

	.tokushu .contents .product_l table th {
		line-height: 1.3;
	}

	.tokushu .contents .product_l table td {
		line-height: 1.2;
	}

.tokushu .product_l h4 {
	text-align: left !important;
	font-size: 1.6em !important;
	line-height: 130%;
}


.tokushu .product_l dl {
	display: table;
	text-align: center !important;
	width: 100%;
	font-size: 1.5em !important;
	font-weight: bold;
	color: #fe0000 !important;
	padding: 0.6em 0 !important;
	margin-bottom:2px !important; 
}

.tokushu .product_l dl span {
	font-size: 1.7em !important;
}


	.tokushu .product_l .cart {
		display: block;
		margin: 0 auto !important;
	}

	.tokushu .product_l .cart:link {
		display: block;
	}

	.tokushu .product_l div .p_img {
		width: 55%;
		display: inline-block;
	}

	.tokushu .product_l div .tokuten {
		width: 40%;
		display: inline-block;
		margin: 0 0 0 1% !important;
	}
}