@charset "utf-8";
.header .arrow{
	display: none!important;
}
.section1{
	position: relative;
	font-size: 0;
}
.section1 .bg{
	width: 100%;
	height: 1650px;
	background-position: top center;
	background-size: cover;
}
.section1 .section2{
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
.section1 .section2 .singlepage{
	font-family: 'PingFang SC Thin';
	font-size: 15px;
	color: #EEE3AF;
	letter-spacing: 2px;
	text-align: center;
	line-height: 28px;
}
.section1 .section2 .singlepage .title{
	font-family: "HanaMinA";
	font-size: 49px;
	color: #EEE3AF;
	letter-spacing: 9px;
	text-align: center;
	line-height: initial;
	margin-bottom: 55px;
}
.section1 .section2 .ewm{
	margin-top: 100px;
}
.section1 .section2 .ewm p{
	font-family: 'PingFang SC Thin';
	font-size: 15px;
	color: #EEE3AF;
	letter-spacing: 2px;
	text-align: center;
	line-height: 28px;
}
.section1 .section2 .ewm .img{
	text-align: center;
	margin: 23px 0 28px;
}
.section1 .section2 .ewm .img img{
	width: 100px;
	height: 100px;
}

@media (min-width:600px) and (max-width:768px) {
	.section1 .section2{
		top: 17%;
		padding: 0 15px;
	}
}
@media (min-width:425px) and (max-width:599px) {
	.section1 .section2{
		top: 11%;
		padding: 0 15px;
	}
	.section1 .section2 .singlepage .title{
		margin-bottom: 35px;
	}
	.section1 .section2 .ewm{
		margin-top: 50px;
	}
}
@media screen and (max-width:424px) {
	.section1 .section2{
		top: 12%;
		padding: 0 15px;
	}
	.section1 .section2 .singlepage{
		font-size: 13px;
		line-height: 22px;
	}
	.section1 .section2 .singlepage .title{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.section1 .section2 .ewm{
		margin-top: 25px;
	}
	.section1 .section2 .ewm p{
		font-size: 13px;
		line-height: 22px;
	}
	.section1 .section2 .ewm .img{
		margin: 13px 0 18px;
	}
}