@charset "shift_jis";

/* ----- banner style ----- */

.bnr_newproducts2018 {
	margin-bottom: 3px;
	background-image: url("/newproducts2018/images/bnr_newproducts2018_over.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bnr_newproducts2018 a img {
	opacity: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 0.3s ease;
}
.bnr_newproducts2018 a:hover img {
	opacity: 0;
}