/*-----------------setting_css---------------------*/
/*-----------------/setting_css/---------------------*/
#modelroom {
	color: #fff;
}
#modelroom main {
	background: transparent url("../img/modelroom_bg.jpg") right top/cover no-repeat;
}
#modelroom .mv_img .ttl {
	width: 55%;
	max-width: 300px;
}
#modelroom .wrap {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#modelroom .copy {
	max-width: 80%;
	width: 90%;
	margin: 120px auto 0;
	text-align: center;
}
#modelroom .copy .logo_model {
	width: 90%;
	max-width: 400px;
	margin-inline: auto;
	margin-bottom: 3%;
}
#modelroom .copy .p01 {
	margin-bottom: 75px;
	font-size: clamp(10px, 3.5vw, 30px);
}
#modelroom .copy .p02 {
	margin-bottom: 100px;
	font-size: clamp(10px, 10vw, 14px);
	line-height: 2;
	word-break: keep-all;
}
#modelroom .slider .slide {
	position: relative;
}
#modelroom .slider .slide img._pc {
	display: block;
}
#modelroom .slider .slide img._sp {
	display: none;
}
#modelroom .slider .imgnote {
	bottom: 5px;
	right: 10px;
	color: #fff;
	font-size: clamp(10px, 8vw, 40px);
}
#modelroom .thumbn {
	width: calc(100% + 15px);
	margin: 3% auto 0;
}
#modelroom .thumbn .slide {
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}
#modelroom .thumbn .slide .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: 1s;
	transition: 1s;
	text-align: center;
}
#modelroom .thumbn .slide .cover p {
	color: #fff;
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: clamp(10px, 2vw, 14px);
	white-space: nowrap;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}
#modelroom .thumbn .slide.slick-current .cover {
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
#modelroom .scrl {
	margin-top: 15px;
	position: relative;
	text-align: right;
}
#modelroom .scrl p {
	margin-right: 1em;
	font-size: clamp(10px, 10vw, 18px);
	letter-spacing: 0.01em;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
}
#modelroom .scrl::before {
	content: "";
	width: 4em;
	height: 0.6em;
	display: inline-block;
	background-image: url(../img/arrow.svg);
	position: absolute;
	top: 1em;
	right: 0;
}
#modelroom .ant {
	margin-top: 120px;
	font-size: 10px;
	letter-spacing: 0.01em;
	background-color: #fff;
	color: #000000;
	padding-top: 3%;
}
#modelroom .ant p {
	max-width: 1000px;
	width: 90%;
	margin-inline: auto;
}
#modelroom .scrollbar_area {
	position: relative;
	width: min(200px, 42vw);
	margin-left: auto;
	margin-top: 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 768px) {
	#modelroom .scrollbar_area {
		margin-top: 9%;
		/*@media screen end*/
	}
}
#modelroom .scrollbar-text {
	margin-left: auto;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	text-transform: uppercase;
	margin-right: 10px;
}
#modelroom .scrollbar {
	position: relative;
	width: 55%;
}
#modelroom .scrollbar::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	-webkit-animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
	        animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes liner {
	0% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	30% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	70% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		-webkit-transform-origin: 100% 0%;
		        transform-origin: 100% 0%;
	}
	100% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transform-origin: 100% 0%;
		        transform-origin: 100% 0%;
	}
}
@keyframes liner {
	0% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	30% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	70% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		-webkit-transform-origin: 100% 0%;
		        transform-origin: 100% 0%;
	}
	100% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transform-origin: 100% 0%;
		        transform-origin: 100% 0%;
	}
}
@media screen and (max-width: 768px) {
	#modelroom {
		/*@media screen end*/
	}
	#modelroom .copy {
		margin: 10vw auto 0;
	}
	#modelroom .copy .p02 {
		margin-bottom: 12vw;
		font-size: clamp(10px, 3.5vw, 14px);
		letter-spacing: 0.01em;
	}
	#modelroom .slider .slide {
		position: relative;
	}
	#modelroom .slider .slide img._pc {
		display: none;
	}
	#modelroom .slider .slide img._sp {
		display: block;
	}
	#modelroom .thumbn {
		margin: 8vw auto 0;
	}
	#modelroom .ant {
		margin-top: 12vw;
	}
}
/*# sourceMappingURL=modelroom.css.map */