@charset "UTF-8";
/*=======================================================
comingsoon
=======================================================*/
.ly-main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
}
.bl-maintenance-img-wrapper{
	width: 430px;
	margin: 0 auto 40px;
}
.bl-maintenance-img-wrapper > img{
	width: 430px;
}
.el-main-ttl{
	font-size: 48px;
	letter-spacing: 2.88px;
	line-height: 1.46;
	margin-bottom: 16px;
}
.el-txt.--middle{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.96px;
}
.el-btn{
	width: 300px;
	height: 60px;
	background: #D2000F;
	border-radius: 60px;
	color: #fff;
	letter-spacing: 0px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 32px;
}
.el-company{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.8px;
	margin-top: 40px;
}
.el-address{
	text-align: center;
	letter-spacing: 0.68px;
	margin-top: 8px;
}
@media screen and (max-width: 750px) {
	.bl-mv {
		height: 100dvh;
	}
	.bl-maintenance-img-wrapper{
		width: 516px;
	}
	.bl-maintenance-img-wrapper > img{
		width: 516px;
	}
	.el-main-ttl{
		font-size: 60px;
		letter-spacing: 3.6px;
		margin-bottom: 16px;
	}
	.el-txt.--middle{
		font-size: 34px;
		letter-spacing: 2.04px;
	}
	.el-btn{
		width: 380px;
		height: 76px;
		letter-spacing: 1.8px;
		font-size: 30px;
		margin-top: 48px;
	}
	.el-company{
		font-size: 30px;
		letter-spacing: 1.8px;
		margin-top: 56px;
	}
	.el-address{
		letter-spacing: 1.68px;
	}
}
