.mainimgarea {position:relative;}
.mainimgarea .bgcover {position:absolute;top:0px;left:0px;width:100%;height:100%;
	background:#000 url(../img/product/product_main.jpg) no-repeat center center;transform:scale(2.3);}
.mainimgarea.on .bgcover {transform:scale(1.0);transition:7s;}
.mainimgarea .cover {position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.6);opacity:0;}
.mainimgarea:hover .cover {opacity:1;transition:3s;}
.mainimgarea .mainimg {position:relative;z-index:100;}


.products {background-color:#221714;}
.products .content {perspective:5000px;}
.oneproduct {background-color:#fff;margin-bottom:20px;transform:rotateX(180deg);opacity:0;padding:70px;}
.oneproduct.on {transform:rotateX(0deg);opacity:1;transition:0.7s;}
/*
.oneproduct {background-color:#fff;margin-bottom:20px;transform:rotateX(25deg) translateY(100px);opacity:0;padding:70px;}
.oneproduct.on {transform:rotateX(0deg) translateY(0px);opacity:1;transition:0.4s;}
*/
.oneproduct .col {opacity:0;}
.oneproduct.on .col {opacity:1;transition:1s;}
.oneproduct .image {height:100%;min-height:300px;margin-left:70px;background-color:#ddd;background-position:center center;background-repeat:no-repeat;background-size:cover;}


.product01 .image {background-image:url(../img/product/product01.jpg);}
.product02 .image {background-image:url(../img/product/product02.jpg);}
.product03 .image {background-image:url(../img/product/product03.jpg);}
.product04 .image {background-image:url(../img/product/product04.jpg);}
.product05 .image {background-image:url(../img/product/product05.jpg);}
.product06 .image {background-image:url(../img/product/product06.jpg);}
.product07 .image {background-image:url(../img/product/product07.jpg);}
.product08 .image {background-image:url(../img/product/product08.jpg);}
.product09 .image {background-image:url(../img/product/product09.jpg);}
.product10 .image {background-image:url(../img/product/product10.jpg);}


/*SP*/
@media (max-width: 896px){
	.oneproduct {padding:15px;}
	.oneproduct .image {margin:0px;height:180px;min-height:180px;margin-bottom:7px;}
	.oneproduct h2 {font-size:1.5rem;}
}