@charset "utf-8";
.tokushu {
	width: 510px;
	height: auto;
	line-height: 1.2em;
	padding: 1.5em 0 2em!important;
	color: #636363;
	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 3.5em!important;
}
.tokushu .top img {
	width: 100%;
}
/*contents*/
.tokushu .contents {
	position: relative;
	width: 100%;
	margin: 0 auto 3em!important;
	padding: 4em 1.5em 1.5em!important;
	box-sizing: border-box;
}
.tokushu .contents > img{
	position: absolute;
	top:-20px;
	left: 0;
	width: 100%;	
}
.tokushu .bg_001 {
	background-color: #fff2ff;
}
.tokushu .bg_002 {
	background-color: #eef2ff;
}
.tokushu .bg_003 {
	background-color: #f1ffec;
}
.tokushu .bg_004 {
	background-color: #f3f3f3;
}
.tokushu .bg_005 {
	background-color: #ffffe1;
}
.tokushu .bg_006 {
	background-color: #f8edff;
}
.tokushu .bg_007 {
	background-color: #fffbed;
}
.tokushu .bg_008 {
	background-color: #edfffe;
}
.tokushu h3 {
	width: 99%;
	margin: 0 auto 0.6em!important;
	padding: 0.2em 0!important;
	background-color: #fff;
	border-radius: 6px;
	border: dashed 1px #ff6f62;
	box-shadow: 0 0 0 3px #fff;
	box-sizing: border-box;
	color: #ff6f62;
	font-size: 3em!important;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 0px #ebff60, 1px 1px 0px #ebff60;
}
/*.tokushu h3 {
	width: 99%;
	margin: 0 auto 1em!important;
	padding: 0.2em 0!important;
	background-color: #3956c5;
	border-radius: 6px;
	border: dashed 1px #fff;
	box-shadow: 0 0 0 3px #3956c5;
	box-sizing: border-box;
	color: #fff;
	font-size: 3em!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;
}
.tokushu .product_m {
	display: flex;
	flex-flow: column;
	width: 49%;
	margin-bottom: 1.5em!important;
	padding: 1em!important;
	box-sizing: border-box;
	background-color: #fff;
}
.tokushu .product_m p {
	width: 100%;
	min-height: 0%;
	margin: 0 auto 0.8em!important;
}
.tokushu .product_m p img {
	width: 100%;
	border: 1px solid #ECECEC;
	box-sizing: border-box;
	transition: 0.4s;
}
.tokushu .product_m p img:hover {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	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.5em!important;
	text-align: center;
}
.tokushu .product_m h4 span {
	font-size: 0.7em!important;
}
.tokushu .product_m div {
	width: 100%;
	margin: 0 auto!important;
	margin-top: auto!important;
}
.tokushu .product_m div p {
	line-height: 1.2em!important;
	color: #ff4b44;
	font-size: 1.5em!important;
	text-align: center;
}
.tokushu .product_m div p span {
	font-size: 1.2em!important;
}
.tokushu .product_m div .undiscounted {
	margin-bottom: 0.2em!important;
	color: #636363;
	font-size: 1.4em!important;
}
.tokushu .product_m div .undiscounted span {
	font-size: 1em!important;
}
.tokushu .product_m .cart {
	width: 100%;
	padding: 0.5em 0!important;
	font-size: 2em!important;
	text-align: center;
}

/*bnr*/
.tokushu .bnr {	
	margin: 1em auto!important;	
	text-align: center;
}
.tokushu .bnr i {
	margin-left: 0.2em!important;
}
/*footer*/
.tokushu .footer {
	padding: 0.5em 0 !important;
	background-color: #c7c7c7;
	color: #000000;
	font-size: 1.4em!important;
	font-weight: bold;
	text-align: center;
}
/*link h4*/
.tokushu h4 a:link {
	display: inline-block;
	color: #636363!important;
	font-size: 110%!important;
}
.tokushu h4 a:visited {
	color: #636363 !important;
}
.tokushu h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*link cart*/	
.tokushu .cart:link {
	display: inline-block;
	border-radius: 6px;
	background-color: #ff414e;
	color: #fff!important;
	text-decoration: none;
}
.tokushu .cart:visited {
	color: #fff!important;
}
.tokushu .cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}
/*link bnr*/
.tokushu .bnr a:link {	
	display: inline-block;
	width: 95%;
	padding: 0.3em 1em!important;
	background-color: #9bc762;
	border-radius: 6px;
	border: dashed 1px #fff;
	box-shadow: 0 0 0 3px #9bc762;
	box-sizing: border-box;
	color: #fff!important;
	font-size: 2.4em!important;	
	
	text-decoration: none;	
	text-align: center;
}
.tokushu .bnr a:visited {
	background-color: #9bc762;
	color: #fff!important;	
}
.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	line-height: 1em!important;
	z-index: 9999!important;
}
.tokushu .page-top a:link {
	padding: 0 0.4em!important;
	background: #9bc762;
	color: #fff!important;
	font-size: 4em!important;
	text-decoration: none!important;	
}
.tokushu .page-top a:hover {
	position: relative;
	top: 2px;
}
.tokushu .page-top a:visited {
	background: #9bc762;
	color: #fff!important;	
}

@media screen and (max-device-width: 1024px) {
 .tokushu {
   width: 100%;
  }
	.tokushu .top img {
		width: 100%!important;
		height: auto!important;
	}
	.tokushu .contents h3{
		padding: 0.5em 0!important;
	}
	.tokushu .bnr {	
	padding: 0.3em 0.5em!important;
	font-size: 0.8em!important;
	line-height: 1.2!important;
	}
	}
/*ここまでSP用*/
