@charset "utf-8";
html {
	font-size : 14px;
	font-family: "メイリオ";
}

/*hover*/
.tpl_image .mask {
    opacity: 0;
    overflow: visible;
    border: 0px solid rgba(0,0,0,0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.tokusyu_contents:hover .mask{
	opacity: 1;
    border: 170px solid rgba(0,0,0,0.5);
}
.tokusyu_contents .mask span {
    background: rgba(255,255,255,0.7) url(../img/link.png) center no-repeat;
	 background-size: 18px;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
	border-radius: 30px;
    position: relative;
    top: -10px;
    opacity: 0;
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.tokusyu_contents:hover  .mask span {
    opacity: 1;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.tokusyu_contents .tpl_link_bottan a{
	position: relative;
}
.tokusyu_contents .tpl_link_bottan a:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.tokusyu_contents .tpl_link_bottan a:after {
     top: 7%;
    left: 1%;
    padding: 7px;
    border: 3px solid #fff;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.8);
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 97%;
    height: 88%;
    content: '';
    box-sizing: border-box;
    z-index: 999999;
    display: block;
}
.tokusyu_contents:hover .tpl_link_bottan a{
	background: #FFBF00;
}
.tokusyu_contents:hover .tpl_link_bottan a:after{
	    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
@media (max-width:992px) and (min-width:480px){
	.tokusyu_contents:hover .mask{
		    border: 150px solid rgba(0,0,0,0.5);
	}
}
/* 特集セール用css */
.tokusyu_container {
	width: 100%;
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	line-height: 1.2;
	margin-bottom: 20px;
}
#template { width: 100%; }
.tokusyu_contents {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 0.5%;
	border: 10px solid #eee;
	background: #fff;
	position: relative;
	/*min-height: 395px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tokusyu_contents,
.tokusyu_contents a,
.tokusyu_contents a:hover {
	color: #554747;
	text-decoration: none;
}
.tokusyu_contents .tpl_link {
	overflow: hidden;
	font-size: 26px;
	padding: 15px 20px 0;
	margin-bottom: 20px;
}
.tokusyu_contents .tpl_link a { font-weight: bold; }

.tokusyu_contents .tpl_image {
	height: 100%;
	width: 35%;
	float: left;
	position: relative;
	text-align: center;
}
.tokusyu_contents .tpl_image img {
	width: 100%;
	margin: 2% auto;
}


.tokusyu_contents .tpl_catch {
	font-size: 18px;
	line-height: 1.3;
	overflow: hidden;
	padding: 10px 0 0 25px;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.tokusyu_contents .text_box{
	width: 65%;
	float: right;
	overflow: hidden;
	padding-left: 15px;
}
.tokusyu_contents .text_box .right{
	width: 40%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusyu_contents .tpl_link_bottan {
	text-align: right;
	margin: 10px 20px 10px;
}
.tokusyu_contents .tpl_link_bottan a{
	display: inline-block;
	max-width: 200px;
	color:#fff;
	padding: 10px 15px ;
	text-align: center;
	font-size: 14px;
	background: #799407;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tokusyu_contents .tpl_soldout {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tokusyu_contents .tpl_soldout a {
	background: rgba(255,255,255,0.6);
	color: #999;
	font-weight: bold;
	font-size: 50px;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 8;
}
.tokusyu_contents .tpl_soldout:hover a {
	color: #fff;
	background: rgba(0,0,0,0.5);
	transition: all .25s;
}
.tokusyu_contents .tpl_price {
	font-size: 200%;
	padding: 15px 5px 15px 0;
	color: #ff0000;
	font-weight: bold;
	text-align: right;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.tokusyu_contents .tpl_price span.fs { font-size: 30%; }
.tokusyu_contents .tpl_price span.fl { font-size: 35%; }
.tokusyu_contents .item_review_box,
.tokusyu_contents .tpl_retail {
	font-size: 12px;
	overflow: hidden;
	padding: 10px 25px 0 10px;
	text-align:right;
}
.tokusyu_contents .item_review_box a { text-decoration: underline; }
.tokusyu_contents .icon { position: absolute; }
.tokusyu_contents .tpl_ship_free {
	bottom: 10px;
	right: 10px;
}
.tokusyu_contents .tpl_sale_off {
	bottom: 10px;
	left: 30px;
}
.tokusyu_contents .tpl_newitem {
	top: 10px;
	left: 10px;
}
.tokusyu_contents .tpl_ship_free img,
.tokusyu_contents .tpl_sale_off img,
.tokusyu_contents .tpl_newitem img {
	width: 80px;
	height: auto;
}
@media screen and (max-width:992px) {
	.tokusyu_contents{
		min-height: 330px;
	}
	.tokusyu_contents .tpl_sale_off{
		top: 70%;
	}
	.tokusyu_contents .tpl_link{
		font-size: 20px;
	}
	.tokusyu_contents .tpl_catch{
		font-size: 14px;
	}
	.tokusyu_contents .tpl_price{
		font-size: 25px;
	}
}
@media screen and (max-width:768px) {
html { font-size : 12px; }
.tokusyu_contents {
	min-height: 250px;
}
.tokusyu_contents .tpl_link {
	padding: 15px 5px 2px;
	font-size: 16px;
}
.tokusyu_contents .tpl_link_bottan img { width: 160px; }
.tokusyu_contents .tpl_catch {
	font-size: 13px;
	padding: 5px;
}
.tokusyu_contents .tpl_soldout a { font-size: 30px; line-height: 9;}
.tokusyu_contents .tpl_price { font-size: 200%; }
.tokusyu_contents .item_review_box,
.tokusyu_contents .tpl_retail {
	font-size: 11px;
	/*padding: 3px 0 0 20px;*/
}
.tokusyu_contents .tpl_ship_free img,
.tokusyu_contents .tpl_sale_off img,
.tokusyu_contents .tpl_newitem img {
	width: 50px;
	height: auto;
}
}

@media screen and (max-width:640px) {
html { font-size : 12px; }
/* 特集セール用css */
.tokusyu_contents {
	padding: 0.5%;
	position: relative;
	min-height: 210px;
	clear: both;
}
.tokusyu_contents .tpl_link {
	font-size: 13px;
}
.tokusyu_contents .tpl_link_bottan { margin: 5px 20px 10px 10px }
.tokusyu_contents .tpl_link_bottan img { width: 120px; }
.tokusyu_contents .tpl_catch {
	font-size: 11px;
	padding: 5px 5px 0;
}
.tokusyu_contents .tpl_soldout a {
	font-size: 25px;
	line-height: 8;
}
.tokusyu_contents .tpl_price {
	font-size: 18px;
	text-align: right;
}
.tokusyu_contents .item_review_box,
.tokusyu_contents .tpl_retail {
	font-size: 11px;
	padding: 3px 0 0 10px;
}
.tokusyu_contents .tpl_ship_free img,
.tokusyu_contents .tpl_sale_off img,
.tokusyu_contents .tpl_newitem img { width: 45px; }
}

@media screen and (max-width:480px) {
html { font-size : 12px; }
.tokusyu_contents { min-height: 400px; }
.tokusyu_contents .tpl_link {
	font-size: 14px;
}
.tokusyu_contents .tpl_link_bottan {
	text-align: center;
	margin: 0 0 10px!Important;
}
.tokusyu_contents .tpl_catch {
	font-size: 11px;
	padding: 5px 5px 0;
}
.tokusyu_contents .tpl_image {
	width: 100%;
	margin: 0;
	text-align: center;
}
.tokusyu_contents .tpl_image img{
	width: 95%;
	margin: 10px 0;
}
.tokusyu_contents .text_box,
.tokusyu_contents .tpl_catch,
.tokusyu_contents .text_box .right{
	width: 100%;
}
.tokusyu_contents .tpl_soldout a {
	font-size: 25px;
	line-height: 10;
}
.tokusyu_contents .tpl_price {
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}
.tokusyu_contents .tpl_price span.fs,
.tokusyu_contents .tpl_price span.fl { font-size: 10px; }
.tokusyu_contents .item_review_box,
.tokusyu_contents .tpl_retail {
	font-size: 11px;
	padding: 10px;
	text-align: center;
}
.tokusyu_contents .tpl_ship_free img,
.tokusyu_contents .tpl_sale_off img,
.tokusyu_contents .tpl_newitem img { width: 100%; }
}


/*ズーム*/
.tokusyu_contents .tpl_image { position: relative; overflow: hidden; }
.tokusyu_contents .tpl_image a:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; display: block; z-index: 10; background-color: rgba(255, 255, 255, 0.0); background: rgba(255, 255, 255, 0.0); color: rgba(255, 255, 255, 0.0); opacity: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.tokusyu_contents .tpl_image a:after { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; content: ""; display: block; z-index: 10; border: 1px solid #fff; opacity: 0; }
.tokusyu_contents .tpl_image a img { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.tokusyu_contents .tpl_image:hover a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.tokusyu_contents .tpl_image:hover a:before { opacity: 1; }
.tokusyu_contents .tpl_image:hover a:after { opacity: 0; }
