@charset "utf-8";

.Sub_keyvisual {
	padding-bottom:0;
}

/*-------------------------------
	Site_renewal
-------------------------------*/

.Site_renewal {
	position:relative;
	padding-top:0;
}

.Site_renewal::before {
	content:"";
	display: block;
	width:92.4vw;
	max-width:120rem;
	height:9.08vw;
	max-height:11.8rem;
	background:url(../images/site_renewal/txt_coming_soon.svg) no-repeat center / contain;
	position:relative;
	margin:3rem auto 1rem;
}

.sr_top p {
	text-align: center;
}

.sr_top p:not(:last-of-type) {
	margin-bottom: 2em;
}

/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px){

/*-------------------------------
	Site_renewal
-------------------------------*/

.Site_renewal::before {
	width:68rem;
	max-width:100%;
	height:6.7rem;
	max-height:100%;
	margin:5rem auto 2rem;
}


} /* end 768px */