@charset "UTF-8";
/* CSS Document */


.img_1 {
	background-image: url(../goods_img/_9284571.jpg)
}

.fit_1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 60vw;
	position: relative;
}
.fit_2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 50vw;
	position: relative;
}

.centerBox {
	position: absolute;
	top: 20vw;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	text-align: center;
}
.centerBox p {
	text-align: justify;
}

.wht_txt{
	color: hsla(0,0%,100%,1.00);	
}
.shadow_txt {
	text-shadow: 1px 1px 1px hsla(0,0%,0%,1.00);
}
.shadow {
	-webkit-filter: drop-shadow(2px 2px 1px hsla(0,0%,0%,0.5));
	filter: drop-shadow(2px 2px 1px hsla(0,0%,0%,0.5));
}
div.product {
	margin-top: 20px;
}
.product img {
	width: 40%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.product img.scale {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.product img.scale:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product a:hover {
	opacity: 1.0;
}

.revue {
	width: 100%;
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}
@media (max-width:991px){
	.centerBox {
	width: 80%;
	}
.product img {
	width: 30%;
	}
}
@media (max-width:900px){
	.fit_1 {
	min-height: 80vw;
	}
	.img_1 {
	background-image: url(../goods_img/_9284581.jpg);
	}
}

@media (max-width:700px){
	.fit_1 {
 min-height: 50vw;
	}
	.centerBox {
	position: static;
	padding-bottom: 20px;
	}
	.prod_top20 {
		padding-top: 10px;
	}
.product img {
	width: 46%;
	}
}
@media (max-width:415px){
.centerBox p {
	font-size: smaller;	
}
}
