@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: #000000;
	font-size: 62.5%!important;
	line-height: 1.2em;
}
/* -- 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: 100%;
	margin: 0 auto 5em!important;
}
.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;
}
/*product_s*/
.tokushu .product_s {
	width: 32%;
	padding: 1em!important;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	margin-bottom: 1.5em!important;	
	display: flex;
	flex-flow: column;
}
.tokushu .product_s:nth-child(3n+1):last-child {
	margin-right: 68%!important;
}

@media screen and (min-width:1024px) and ( max-width:2000px) {
  
.tokushu .product_s:nth-child(3n+2):last-child {
	margin-right: 34%!important;
}
}
.tokushu .product_s p {
	width: 100%;
	margin: 0 auto 0.5em!important;
	min-height: 0%;
}
.tokushu .product_s p img {
	width: 100%;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	transition: 0.4s;
}
.tokushu .product_s p img:hover {
	-webkit-transform: scale(2.0);
	-moz-transform: scale(2.0);
	-ms-transform: scale(2.0);
	-o-transform: scale(2.0);
	transform: scale(2.0);
	cursor : pointer;
	cursor: zoom-in;
}
.tokushu .product_s div {
	margin: 0 auto!important;
	margin-top: auto!important;
	width: 100%;
}
.tokushu .product_s div p {
	text-align: center;
	font-size: 1.8em!important;
	color: #d82425;
	margin-bottom: 0.5em!important;
	line-height: 110%!important;
}
.tokushu .product_s div p span {
	font-size: 0.8em!important;
	display: block;
	color: #000000;
}
/* 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---*/
/*link h4*/
.tokushu h4 a:link {
	margin: 0 auto 1em!important;
	text-align: center;
	font-size: 1.5em!important;
	line-height: 150%;
	box-sizing: border-box;
	color: #2d2d2d!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-align: center;
	width: 100%;
	padding: 0.5em 0!important;
	text-decoration: none;
	background-color: #d82425;
	color: #fff!important;
	border-radius: 6px;
	font-size: 1.8em!important;
}
.tokushu .cart:visited {
	color: #fff!important;
}
.tokushu .cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}

.tokushu> ul li {
	font-size: 1.3em!important;
	line-height: 1.4!important;
	margin-left: 10px!important;
}

/*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: #929292!important;
}
.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .page-top a:visited {
	color: #929292!important;
}

@media screen and (max-device-width: 1024px) {
 .tokushu {
   width: 100%;
  }
	.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 .contents{
	width: 95%!important;
}
	.tokushu .contents .flexbox .product_s {
	width: 48%;
	padding: 1em!important;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	margin-bottom: 1.5em!important;	
	display: flex;
	flex-flow: column;
	word-break: break-all!important;
}
.tokushu .product_s p img {
	width: 100%;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	transition: none;
}

.tokushu .product_s p img:hover {
	-webkit-transform:none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	cursor : none;
}
}/*ここまでSP用*/

