@charset "utf-8";

.tokushu {
	width: 510px;
	height: auto;
	line-height: 1.2em;
	color: #006ac8 !important;
	font-family: 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 62.5% !important;
	background-color: #41bbf9;
}

.tokushu .top {
	width: 100%;
	margin: 0 auto 3.5em !important;
	text-align: center;
}

.tokushu .top img {
	width: 100%;
	height: auto;
}

.tokushu .contents {
	width: 95%;
	margin: 0 auto !important;
}

.tokushu .contents h3 {
	text-align: center;
	background: none;
}

.tokushu .contents h3 span {
	display: inline-block;
	margin: 0 auto 1em !important;
	padding: 0.2em 0.7em !important;
	background-color: #fff;
	font-size: 3.5em !important;
	font-weight: 800;
	text-align: center;
	font-family: 'Archivo Black', sans-serif;
	border-radius: 20px;
	border: 5px solid #006ac8;
}

/*product_l*/
.tokushu .contents .product_l {
	margin-bottom: 1.5em !important;
	padding: 1.5em !important;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 1em;
	margin-bottom: 3em !important;
}

.tokushu .contents .product_l h4 {
	margin: 0 auto 1em !important;
	box-sizing: border-box;
	font-size: 1.8em !important;
	text-align: center;
}

.tokushu .contents .product_l h4 span {
	font-size: 0.7em !important;
}

.tokushu .contents .product_l div {
	vertical-align: bottom;
	margin: 0 auto !important;
	text-align: center;
}

.tokushu .contents .product_l div .p_img {
	display: inline-block;
	width: 60%;
}

.tokushu .contents .product_l .p_img img {
	width: 100%;
	margin-bottom: 1em !important;
	border: 1px solid #BEEBFB;
	box-sizing: border-box;
	transition: 0.5s;
}

.tokushu .contents .product_l div .tokuten {
	/*特典画像（小さい画像）が１枚の時このスタイル使用*/
	display: inline-block;
	width: 38%;
	margin: 0 0 0 1% !important;
}

.tokushu .contents .product_l div .tokuten img:hover {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
	cursor: pointer;
	cursor: zoom-in;
}

.tokushu .contents .product_l table {
	width: 100%;
	margin: 0 auto 1em !important;
	table-layout: fixed;
	font-size: 1.4em !important;
}

.tokushu .contents .product_l th {
	width: 30%;
	padding: 0.3em 0.4em !important;
	border: solid 1px #BEEBFB;
	background-color: #f7fd94;
	font-weight: bold;
}

.tokushu .contents .product_l td {
	width: 70%;
	padding: 0.3em 0.4em !important;
	border: solid 1px #BEEBFB;
	background-color: #fdffd5;
}

.tokushu .contents .product_l p {
	display: inline-block;
	width: 49%;
	color: #e95098;
	font-size: 1.5em !important;
	font-weight: bold;
	text-align: center;
}

.tokushu .contents .product_l p span {
	font-size: 1.7em !important;
}

.tokushu .contents .cart {
	display: inline-block;
	width: 49%;
	padding: 0.6em 0 !important;
	font-size: 2em !important;
	text-align: center;
}

/*link h4*/
.tokushu .contents h4 a:link {
	display: inline-block;
	color: #006ac8 !important;
	font-size: 1.1em !important;
	text-decoration: none !important;
	font-weight: 600;
	font-family: 'Noto Sans SC', sans-serif;
}

.tokushu .contents h4 a:visited {
	color: #3f8398 !important;
}

.tokushu .contents h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: underline !important;
}

/*link cart*/
.tokushu .cart:link {
	display: inline-block;
	border-radius: 0.6em;
	background-color: #e95098;
	color: #fff !important;
	text-decoration: none !important;
	font-family: 'Noto Sans SC', sans-serif;
}

.tokushu .cart:visited {
	color: #fff !important;
}

.tokushu .cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}

.tokushu .contents .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;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}

.tokushu .contents .product_s {
	width: 48%;
	border-radius: 1em;
	background-color: #fff;
	text-align: center;
	margin: 0.5em auto !important;
}

.tokushu .contents .product_s:nth-child(2n+1):last-child {
	margin-right: 51% !important;
}

.tokushu .contents .product_s img {
	margin: 0 auto 0.5em !important;
	width: 90%;
	height: auto;
	border: solid 1px #BEEBFB;
}

.tokushu .contents .product_s h4 {
	margin: 1em 1em !important;
	box-sizing: border-box;
	font-size: 1.4em !important;
	text-align: center;
}

.tokushu .contents .product_s h4 span {
	font-size: 0.7em !important;
}

.tokushu .contents .product_s dl {
	text-align: center;
	font-weight: bold;
	margin: 0.5em 0 !important;
}

.tokushu .contents .product_s dt {
	display: inline-block;
	font-size: 1.4em !important;
	color: #e95098;
}

.tokushu .contents .product_s dd {
	display: inline-block;
	font-size: 2.2em !important;
	color: #e95098;
}

.tokushu .contents .product_s dd:after {
	display: inline-block;
	content: "(税込)";
	font-size: 0.5em !important;
}

.tokushu .contents .product_s .cart {
	margin: 0.5em auto 1em !important;
	display: block;
	width: 70%;
}

/*bnr*/
.tokushu .bnr {
	width: 80%;
	position: relative;
	display: block;
	margin: 2em auto 3em !important;
	font-size: 2.5em !important;
	background: #fff;
	text-align: right;
	border: 5px solid #006ac8;
	border-radius: 1em;
	font-weight: bold;
}

/*.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.5em !important;
}

.tokushu .fa-arrow-alt-circle-up {
	color: #006ac8 !important;
}

/*link bnr*/
.tokushu .bnr a:link {
	display: inline-block;
	padding: 1em !important;
	text-decoration: none;
	text-align: center;
}

.tokushu .bnr:before {
	position: absolute;
	top: -5px;
	left: 8px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 50%;
	height: 0;
	padding-top: 36.765% !important;
	background-size: contain;
	z-index: 1;
	content: "";
}

/*footer*/
.tokushu .footer {
	padding: 0 0 2em !important;
	font-size: 1.3em !important;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999 !important;
}

.tokushu .page-top a:link {
	color: #000000 !important;
	font-size: 6em !important;
	text-decoration: none !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 {
		width: 100%;
	}

	.tokushu .contents h3 {
		background: none;
	}

	.tokushu .contents h3 span {
		font-size: 3em !important;
		color: #006ac8 !important;
		padding: 0.5em 0.7em !important;
	}

	.tokushu .contents .product_l h4 {
		margin: 0 auto 1em !important;
		box-sizing: border-box;
		font-size: 1.2em !important;
		text-align: center;
	}

	.tokushu .contents .product_l h4 span {
		font-size: 0.8em !important;
		line-height: 1.3 !important;
	}

	.tokushu .contents .product_s h4 {
		height: calc(80px - 6.5vw) !important;
		margin: 1em 1em !important;
		box-sizing: border-box;
		font-size: 1.2em !important;
		text-align: center;
	}

	.tokushu .contents .product_s h4 span {
		font-size: 0.8em !important;
	}

	.tokushu .contents .product_l th {
		line-height: 1.3em !important;
	}

	.tokushu .contents .product_l td {
		line-height: 1.3em !important;
	}

	.tokushu .contents .product_l p span {
		font-size: 1.6em !important;
	}

	.tokushu .contents .product_l p {
		font-size: 1.3em !important;
	}


	.tokushu .contents .product_l div .p_img {
		display: inline-block;
		width: 53%;
	}

	.tokushu .contents .product_l .p_img img {
		margin-right: 5px !important;
	}

	.tokushu .contents .product_l div .tokuten {
		/*特典画像（小さい画像）が１枚の時このスタイル使用*/
		display: inline-block;
		width: 40%;
	}

	.tokushu .contents h4 a:link {
		line-height: 1.2;
	}

	/*link cart*/
	.tokushu .cart:link {
		font-size: 1.5em !important;
		padding: auto 10px !important;
	}

	.tokushu .bnr {
		width: 80%;
		position: relative;
		display: block;
		margin: 2em auto 3em !important;
		font-size: 2.5em !important;
		background: #fff;
		text-align: right;
		border: 5px solid #006ac8;
		border-radius: 1em;
		font-weight: bold;
	}

	.tokushu .bnr a:link {
		font-size: 0.7em !important;
	}
}

/*ここまでSP用*/