@charset "UTF-8";

/******************************/
/* Slider */
/******************************/
#home__hero {
	margin-bottom: 0;
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
#home__hero__txt {
	position: absolute;
	left: 50%;
	bottom: 200px;
	transform: translateX(-50%);
	z-index: 9;
	text-align: center;
}
#home__hero__txt h2 {
	text-transform: uppercase;
	font-size: 36px;
}
#home__hero__txt h1 {
	font-size: 26px;
	letter-spacing: .1em;
}
#home__hero__slider img {
	height: 100vh;
	object-fit: cover;
}
#home__hero__slider .slick-dots {
	position: absolute;
	right: 50px;
	top: 50%;
	bottom: inherit;
	transform: translateY(-50%);
	z-index: 9;
	width: auto;
}
#home__hero__slider .slick-dots li {
	display: block;
	margin-bottom: 10px;
}
#home__hero__slider .slick-dots li button:before {
	font-size: 15px;
	opacity: .6;
	color: #fff;
}
#home__hero__slider .slick-dots .slick-active button:before, #home__hero__slider .slick-dots button:hover:before {
	color: #fff;
	opacity: 1;
}
#home__hero .credit {
	font-size: 13px;
	-ms-writing-mode: tb-rl;
 	 writing-mode: vertical-rl;
	-webkit-text-orientation: sideways;
  	text-orientation: sideways;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
	#home__hero__slider .slick-dots {right: 15px;}
	#home__hero .credit {
		left: 15px;
		font-size: 11px;
	}
	#home__hero__txt h2 {
		font-size: 20px;
		white-space: nowrap;
	}
	#home__hero__txt h1 {
		font-size: 15px;
		white-space: nowrap;
	}
	#home__hero__txt {
		bottom: 20vh;
	}
}

/******************************/
/* Info */
/******************************/
#home__info {
	margin-top: calc(100vh - 50px);
	position: relative;
	z-index: 1;
	border-radius: 75px 75px 0 0;
}

/******************************/
/* About */
/******************************/
#home__about .img2 {width: 40%;}
#home__about .img {
	position: absolute;
	right: 50px;
	bottom: 0;
	width: calc((100% / 2) - 50px);
	height: 475px;
	object-fit: cover;
	border-radius: 35px;
}
#home__about .wrap h3 {
	font-size: 26px;
	line-height: 1.7;
	letter-spacing: .05em;
}
@media screen and (max-width: 991px) {
	#home__about .img2 {width: 85%;}
	#home__about .img {
		position: static;
		width: 100%;
		height: auto;
		border-radius: 0;
		margin-top: 50px;
	}
}

/******************************/
/* Line Up */
/******************************/
#home__lineup {
	padding-top: 100px;
	z-index: 9;
}
#home__lineup:before {
	content: '';
	width: 100%;
	height: calc(100% - 135px);
	background-color: #f1f3fb;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
@media screen and (max-width: 991px) {
	#home__lineup {padding-top: 0;}
	#home__lineup:before {height: calc(100% - 36px);}
}

/******************************/
/* Category */
/******************************/
#home__cat .common-list a {font-weight: 500;}