@charset "UTF-8";


/*========================================

   展示場

========================================*/
body.showroom {}

body.showroom .hero {
	height: 600px;
	overflow: hidden;
	position: relative;
}

body.showroom .hero img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(0);
	transition: transform .1s linear;
}


body.showroom .copy {
	padding: 100px 0;
}

body.showroom .copy h2,
body.showroom .copy h3 {
	margin: 0;
	padding: 0;
}

body.showroom .copy h2 {
	border: none;
	margin-top: 0;
}

body.showroom .copy h2 img {}

body.showroom .copy h3 {
	margin-top: 70px;
}

body.showroom .copy h3 img {}




.slider,
.slider li {
	padding: 0;
	margin: 0;
}

.slider img {
	width: 1000px;
	height: auto;
}


.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50%;
	background-position: center;
	background-size: 10px 14px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	border: 0;
	outline: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
	display: block;
	z-index: 200;
}



.slick-prev:before,
.slick-next:before {
	content: "";
	line-height: 1;
	display: block;
	color: white;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.slick-prev {
	left: calc(((100% - 1000px) / 2) - 40px);
	background-image: url(icn_prev.svg);
}

.slick-next {
	right: calc(((100% - 1000px) / 2) - 40px);
	background-image: url(icn_next.svg);
}

.slick-img {
	opacity: .3;
}

.slick-img.slick-current {
	opacity: 1;
}


.thumbnail {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}

.thumbnail .slick-track {
	display: flex;
	justify-content: space-between;
}

.thumbnail .slick-list {
	padding: 0 !important;
}

.thumbnail img {
	width: 100%;
	cursor: pointer;
}

.thumbnail .thumbnail-img {
	width: calc((100% / 9) - 10px) !important;
}


.thumbnail-img {
	opacity: .3;
}

.thumbnail-img.slick-current {
	opacity: 1;
}

.madori {
	margin-top: 100px;
}