@charset "utf-8";

.tokushu {
	width: 100%;
	height: auto;
	line-height: 1.2em;
	padding-bottom: 0.1em !important;
	background: url(../images/71_bg.jpg) repeat;
	color: #000000;
	font-family: 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 62.5% !important;
}

/* -- 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;
}

/*top*/
.tokushu .top {
	width: 100%;
	margin: 0 auto 1em !important;
}

.tokushu .top img {
	width: 100%;
}

/*contents*/
.tokushu .contents {
	width: 95%;
	margin: 0 auto 2em !important;
}

.tokushu h3 {
	margin: 0 auto 0.3em !important;
	padding: 0.3em 0 !important;
	background-color: #907701;
	border-radius: 4px;
	color: #fff;
	font-size: 2em !important;
	font-weight: bold;
	text-align: center;
}

/*product_m*/
.tokushu .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto !important;
	padding: 2em 1.5em 0.5em !important;
	background-color: #fff;
	border-radius: 4px;
	border: solid 2px #907701;
	box-shadow: 0px 0px 0px 1px#fff inset, 0px 0px 0px 2px #907701 inset;
	box-sizing: border-box;
}

.tokushu .product_m {
	display: flex;
	flex-flow: column;
	width: 49%;
	margin-bottom: 1.5em !important;
	padding: 1em !important;
	box-sizing: border-box;
	background-color: #fffcec;
	border: 1px solid #ceccb6;
}

.tokushu .product_m .off {
	display: inline-block;
	width: 50%;
	margin: 0 auto 0.5em !important;
	padding: 0.2em 0 !important;
	line-height: 1.4em !important;
	background: #92d00d;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4em !important;
	font-weight: bold;
	text-align: center;
}

.tokushu .product_m p {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0.8em !important;
}

.tokushu .product_m p img {
	width: 100%;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	cursor: pointer;
	cursor: zoom-in;
}

.tokushu .product_m h4 {
	line-height: 150%;
	margin: 0 auto 0.8em !important;
	box-sizing: border-box;
	font-size: 1.6em !important;
	font-weight: bold;
	text-align: center;
}

.tokushu .product_m h4 span {
	display: block;
	font-size: 0.9em !important;
}

.tokushu .product_m div {
	width: 100%;
	margin: 0 auto !important;
	margin-top: auto !important;
}

.tokushu .product_m div p {
	line-height: 110% !important;
	margin-bottom: 0.5em !important;
	color: #fe0000;
	font-size: 1.8em !important;
	font-weight: bold;
	text-align: center;
}

.tokushu .product_m div p span {
	display: block;
	margin-bottom: 0.3em !important;
	color: #af9400;
	font-size: 0.9em !important;
}

.tokushu .product_m .cart {
	width: 100%;
	padding: 0.6em 0 !important;
	font-size: 2em !important;
	text-align: center;
}

/* overlay */
.tokushu .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.tokushu .overlay img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 600px;
	max-height: 600px;
	-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---*/
/*link h4*/
.tokushu h4 a:link {
	display: inline-block;
	line-height: 150%;
	margin: 0 auto !important;
	box-sizing: border-box;
	color: #af9400 !important;
	text-decoration: none;
	text-align: center;
}

.tokushu h4 a:visited {
	color: #af9400 !important;
}

.tokushu h4 a:hover {
	color: #e91100 !important;
	text-decoration: underline;
}

/*link cart*/
.tokushu .cart:link {
	display: inline-block;
	width: 100%;
	padding: 0.5em 0 !important;
	border-radius: 15px;
	background-color: #e91100;
	color: #fff !important;
	font-size: 1.8em !important;
	text-decoration: none;
	text-align: center;
}

.tokushu .cart:visited {
	color: #fff !important;
	background-color: #e91100;
}

.tokushu .cart:hover {
	background-color: #ff1300 !important;
}

/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999 !important;
}

.tokushu .page-top i {
	vertical-align: middle !important;
}

.tokushu .page-top a:link {
	display: inline-block;
	padding: 0.5em 0.6em !important;
	background-color: #e91100;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0px 0px 0px 3px #af9400;
	color: #fff !important;
	font-size: 1.2em !important;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle !important;
}

.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.tokushu .page-top a:visited {
	color: #000000 !important;
}


/* -- SP用設定 -- */
@media screen and (max-device-width: 1024px) {
	.tokushu {
		background: url(../imgs/bg.jpg) repeat left top !important;
	}

	.sns_wrap .fb-like,
	.sns_wrap .fb-share-button {
		top: -3.5px;
	}

	.tokushu h3 {
		font-size: 1.3em;
		font-size: 13px !important;
	}
	.tokushu .product_m .off {
	width: auto !important;
	padding: 2px 8px !important;
	line-height: 1.4em !important;
	font-size: 1.4em !important;
}
.tokushu .product_m div p {
	font-size: 1.5em;
	font-size: 15px !important;
}
/*link h4*/
.tokushu h4 a:link {
	line-height: 130% !important;
	font-size: 1.2em;
	font-size: 12px !important;
}
.tokushu .product_m h4 span {
	font-size: 0.7em !important;
}

/*link cart*/
.tokushu .cart:link {
	display: inline-block;
	border-radius: 10px;
	font-size: 1.5em !important;
}
}