<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
section {
	text-align: justify;
}
section .wrap {
	padding: 0 4%;
	box-sizing: border-box;
}
section .text {
	letter-spacing: 0.025em;
}
.slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 3;
}
.slick-dots &gt; li {
	margin: 0 5px;
}
.slick-dots &gt; li button {
	cursor: pointer;
	font-size: 0;
	outline: none;
	background: #fff;
	border: none;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.slick-dots &gt; li.slick-active button {
	background: #a62107;
}
#sec1 {
	background: url(../img/index/s1_bg.jpg) no-repeat center top / cover;
	color: #fff;
}
#sec1 h2 {
	margin: 0 -4% 20vw;
}
#sec1 .text {
	padding-bottom: 70px;
	text-align: center;
	margin: 0 -4%;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
}
#sec1-1 h2 {
	margin: -15px 0 -20vw;
	position: relative;
	z-index: 3;
}
#sec1-1 .container .box {
	text-align: center;
}
#sec1-1 .container .box.left {
	background-image: linear-gradient(
		to bottom,
		rgba(255, 231, 185, 0.6) 60%,
		rgba(0, 0, 0, 0)
	);
}
#sec1-1 .container .box h3 {
	position: relative;
	z-index: 3;
}
#sec1-1 .container .box.left .text {
	position: relative;
	z-index: 4;
	margin: -20vw 0 5vw;
}
#sec1-1 .container .box .slide {
	margin: 0 5%;
}
#sec1-1 .container .box .list-btn {
	display: flex;
	padding: 15px 4% 50px;
	justify-content: center;
}
#sec1-1 .container .box .list-btn li + li {
	margin-left: 20px;
}
#sec1-1 .container .box.right {
	background: url(../img/index/s1-1_bg2.png) repeat;
	background-size: 70%;
}
#sec1-1 .container .box.right h3 {
	position: relative;
	top: -30px;
	margin-bottom: -15px;
}
#sec1-1 .container .box.right .text {
	margin: 0 0 20px;
}
#sec2 {
	background: url(../img/index/s2_line.jpg) repeat-x bottom,
		url(../img/index/s2_bg.jpg) no-repeat bottom center / cover;
	color: #fff;
	padding-bottom: 10vw;
}
#sec2 .box {
	position: relative;
}
#sec2 .box h2 {
	position: absolute;
	top: -7vw;
	left: 0;
	right: 0;
}
#sec2 .text {
	text-align: center;
	margin: 20px -4%;
}
#sec2 .container .box {
	padding: 6px 2px;
	background: url(../img/index/s2_btn_bg.jpg) no-repeat center / cover;
	/*border: 5px solid #000;*/
	box-sizing: border-box;
}
#sec2 .container .box + .box {
	margin-top: 5vw;
}
#sec2 .container .box h3 {
	margin-bottom: 10px;
}
#sec2 .container .box .btns {
	display: flex;
	justify-content: center;
}
#sec2 .container .box .btns li + li {
	margin-left: 20px;
}
#sec3 {
	position: relative;
	padding-bottom: 20vw;
	background-image: linear-gradient(
		to top,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.6) 110%
	);
}
#sec3 h2 {
	position: absolute;
	top: 0;
	left: -15%;
	width: 60%;
}
#sec3 .photo {
	margin-right: -5%;
	margin-left: 18%;
}
#sec3 .text {
	margin: 20px -2% 20px 18%;
	position: relative;
	z-index: 3;
}
#sec3 .button {
	text-align: center;
}
</pre></body></html>