/* main visual
-------------------------------------------*/

#main-visual{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #3a3a3a;
}
.bx-wrapper,
.bxslider,
.bx-viewport{
	box-shadow: none;
	border: none;
	left: 0;
}
.slider{
	height: 100vh;
}
.slider > li{
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: slider-scale 8s linear infinite;
	animation: slider-scale 8s linear infinite;
}
.slider > li:first-child{
	background-image: url(../img/top/mainvisual-1.jpg);
}
.slider > li:nth-child(2){
	background-image: url(../img/top/mainvisual-2.jpg);
}
.slider > li:nth-child(3){
	background-image: url(../img/top/mainvisual-3.jpg);
}
.slider > li:nth-child(4){
	background-image: url(../img/top/mainvisual-4.jpg);
}
.slider > li:nth-child(5){
	background-image: url(../img/top/mainvisual-5.jpg);
}
.slider > li:nth-child(6){
	background-image: url(../img/top/mainvisual-6.jpg);
}
.slider > li:nth-child(7){
	background-image: url(../img/top/mainvisual-7.jpg);
}
@-webkit-keyframes slider-scale{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.15);
	}
}
@keyframes slider-scale{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.15);
	}
}
.main-copy{
	position: absolute;
	right: 0;
	left: 0;
	top: 42%;
	width: 500px;
	height: auto;
	margin: 0 auto;
}
.scrolldown{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0 0 70px;
	display: block;
	color: #fff;
	font-size: 11px;
}
.scrolldown::after{
	content: "";
	width: 1px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform-origin: top left;
	-webkit-transform-origin: top left;
	animation: scrollbar 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
	-webkit-animation: scrollbar 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
}
.scrolldown::after{
	background-color: rgba(255, 255, 255, 0.8);
}
@-webkit-keyframes scrollbar{
	0%{
		-webkit-transform-origin: top left;
		-webkit-transform: scaleY(0);
	}
	50%{
		-webkit-transform-origin: top left;
		-webkit-transform: scaleY(1);
	}
	75%{
		-webkit-transform-origin: bottom left;
		-webkit-transform: scaleY(1);
	}
	95%{
		-webkit-transform-origin: bottom left;
		-webkit-transform: scaleY(0);
	}
	100%{
		-webkit-transform-origin: top left;
		-webkit-transform: scaleY(0);
	}
}
@keyframes scrollbar{
	0%{
		transform-origin: top left;
		transform: scaleY(0);
	}
	50%{
		transform-origin: top left;
		transform: scaleY(1);
	}
	75%{
		transform-origin: bottom left;
		transform: scaleY(1);
	}
	95%{
		transform-origin: bottom left;
		transform: scaleY(0);
	}
	100%{
		transform-origin: top left;
		transform: scaleY(0);
	}
}
@media screen and (max-width: 960px){
	.main-copy{
		width: 400px;
	}
}
@media screen and (max-width: 650px){
	#main-visual,
	.slider{
		height: 70vh;
	}
	.slider > li:first-child{
		background-position: 20% center;
	}
	.slider > li:nth-child(3){
		background-position: 45% center;
	}
	.slider > li:nth-child(7){
		background-position: 45% center;
	}
	.main-copy{
		width: 76vw;
	}
	.scrolldown{
		padding: 0 0 50px;
		font-size: 10px;
	}
	.scrolldown::after{
		height:40px;
	}
}

/* index common
-------------------------------------------*/

.index-page .outer{
	position: relative;
	width: 100%;
	height: auto;
}
.outer .inner{
	width: 1080px;
	margin: 0 auto;
	padding: 150px 0 170px;
}
.outer .inner h2{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	font-size: 55px;
	font-weight: 900;
	font-family: 'museo-sans', sans-serif;
}
h2:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 80px;
	height: 6px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:#d2b482;
}
@media screen and (max-width: 960px){
	.outer .inner{
		width: 94%;
	}
	.outer .inner h2{
		width: 100%;
		font-size: 50px;
	}
}
@media screen and (max-width: 650px){
	.outer .inner{
		width: 90%;
		padding: 20% 0 30%;
	}
	.outer .inner h2{
		margin-bottom: 20px;
		font-size: 30px;
	}
	h2:before{
		bottom: -16px;
		width: 50px;
		height: 4px;
	}
}

/* pickup
-------------------------------------------*/

#pickup .text{
	font-size: 14px;
	line-height: 1.5;
	padding: 30px 0 40px;
}
#pickup ul{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 1110px;
}
#pickup li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 340px;
	height: auto;
	text-align: left;
	margin: 0 30px 30px 0;
	box-sizing: border-box;
	background-color: #f2f2f2;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#pickup li:hover{
	-webkit-box-shadow: 0 0 12px #aaa;
	-moz-box-shadow: 0 0 12px #aaa;
	box-shadow: 0 0 12px #aaa;
}
#pickup li a img:hover{
	opacity: 1;
}
#pickup .icon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#pickup .update,
#pickup .category{
	float: left;
	width: 50px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#pickup .update{
	background-color: #f0503c;
}
#pickup .buy{
	background-color: #333;
}
#pickup .rent{
	color: #333;
	border: 1px solid #333;
	background-color: #fff;
}
#pickup li .thumbnail{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	z-index: 1;
}
#pickup li .thumbnail img{
	width: 340px;
	height: 230px;
	object-fit: cover;
}
#pickup li .caption{
	width: 340px;
	height: auto;
	line-height: 1.3;
	padding: 20px 18px 10px 18px;
}
#pickup li .caption p{
	padding-bottom: 8px;
	color: #333;
}
#pickup li .caption .title{
	font-size: 17px;
	font-weight: bold;
}
#pickup li .caption .price{
	color: #af8c50;
	font-weight: bold;
	letter-spacing: .02em;
}
#pickup li .caption .info,
#pickup li .caption .dete{
	font-size: 12px;
}
#pickup li .caption .dete{
	color: #999;
}
#pickup .link-btn-area .more-btn{
	display: inline-block;
	padding: 0 10px;
	margin-top: 20px;
}
#pickup .link-btn-area .more-btn a{
	background: url(../img/common/icon-arrow-bk.svg) 90% center no-repeat;
	background-size: 8px 10px;
	background-color: #fff;
}
#pickup .link-btn-area .more-btn a:hover{
	background: url(../img/common/icon-arrow-white.svg) 90% center no-repeat;
	background-size: 8px 10px;
	background-color: #333;
	color: #fff;
}
@media screen and (max-width: 960px){
	#pickup ul{
		width: 103%;
	}
	#pickup li{
		width: 31%;
		margin: 0 2% 2% 0;
	}
	#pickup .update,
	#pickup .category{
		width: auto;
		height: 22px;
		line-height: 22px;
		padding: 1px 6px 2px;
		font-size: 11px;
	}
	#pickup li .thumbnail img{
		width: 100%;
		height: 180px;
	}
	#pickup li .caption{
		width: 100%;
	}
	#pickup li .caption .title{
		font-size: 16px;
	}
	#pickup li .caption .info,
	#pickup li .caption .dete{
		font-size: 11px;
	}
	#pickup .link-btn-area .more-btn{
		margin-top: 10px;
	}
}
@media screen and (max-width: 650px){
	#pickup .text{
		font-size: 12px;
		padding: 30px 0 40px;
	}
	#pickup ul{
		width: 100%;
	}
	#pickup li{
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
	#pickup .update,
	#pickup .category{
		padding: 0 8px 2px;
	}
	#pickup li .thumbnail img{
		height: auto;
	}
	#pickup li .caption{
		padding: 16px 18px 8px 18px;
	}
	#pickup li .caption .title,
	#pickup li .caption .price{
		font-size: 15px;
	}
	#pickup li .caption p{
		padding-bottom: 2%;
	}
	#pickup li .caption .info,
	#pickup li .caption .dete{
		font-size: 11px;
	}
	#pickup .link-btn-area{
		margin-top: -10px;
	}
	#pickup .link-btn-area .more-btn{
		width: 100%;
		padding: 4px 0;
	}
}

/* about
-------------------------------------------*/

#about{
	background: url(../img/top/about-bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
}
#about h3{
	padding: 20px 0 40px;
	font-size: 18px;
	letter-spacing: .15em;
}
#about .read{
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: .12em;
	padding-bottom: 30px;
}
#about .link-btn-area .more-btn{
	display: inline-block;
	padding: 0 10px;
}
#about .link-btn-area .more-btn a{
	color: #fff;
	background: url(../img/common/icon-arrow-white.svg) 90% center no-repeat;
	background-size: 8px 10px;
	border-color: #fff;
}
#about .link-btn-area .more-btn a:hover{
	background: url(../img/common/icon-arrow-bk.svg) 90% center no-repeat;
	background-size: 8px 10px;
	background-color: #fff;
	color: #333;
}
@media screen and (max-width: 960px){
	#about .read{
		font-size: 26px;
	}
}
@media screen and (max-width: 650px){
	#about h3{
		padding: 10px 0 30px;
		font-size: 13px;
	}
	#about .read{
		font-size: 17px;
		padding-bottom: 30px;
	}
	#about .link-btn-area .more-btn{
		width: 100%;
		padding: 0 0 5%;
	}
}

/* news
-------------------------------------------*/

#news .inner h2{
	font-size: 34px;
}
#news .news-list{
	position: relative;
	width: 540px;
	margin: 0 auto;
	padding-top: 40px;
}
#news .news-list ul{
	text-align: left;
	margin-bottom: 20px;
}
#news .news-list li{
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
#news .news-list li span,
#news .news-list li p{
	display: inline-block;
	vertical-align: top;
}
#news .news-list li span{
	width: 120px;
}
#news .news-list li p{
	width: 420px;
	font-weight: bold;
}
@media screen and (max-width: 960px){
	#news .news-list{
		width: 60%;
	}
	#news .news-list li{
		display: block;
	}
	#news .news-list li span,
	#news .news-list li p{
		width: 100%;
	}
	#news .news-list li p{
		padding-top: 8px;
	}
}
@media screen and (max-width: 650px){
	#news .news-list{
		width: 100%;
		padding-top: 20px;
	}
	#news .inner h2{
		font-size: 28px;
	}
	#news .news-list ul{
		width: 80%;
		margin: 0 auto 30px;
	}
	#news .news-list li{
		padding-bottom: 10px;
		font-size: 11px;
	}
	#news .news-list li p{
		padding-top: 4px;
	}
}

/* banner
-------------------------------------------*/

#banner{
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 170px;
}
#banner ul{
	display: flex;
	gap: 30px 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#banner ul li{
	width: 48%; 
	height: auto;
}
#banner ul li:last-child {
	margin: auto;
}
@media screen and (max-width: 960px){
	#banner{
		width: 94%;
	}
}
@media screen and (max-width: 650px){
	#banner{
		width: 90%;
		padding-bottom: 30%;
	}
	#banner ul li{
		width: 100%; 
	}
}