@charset "utf-8";
/* CSS Document */

#commingsoon{
	padding: 250px 0 ;
}
#commingsoon .txt{
	font-size: 4rem;
	text-align: center;
}
/*------------------------------- sp ----------------------------*/



@media screen and (max-width: 768px) {
	
	#commingsoon{
		padding: 30vw 0 ;
	}
	#commingsoon .txt{
		font-size: 2rem;
		text-align: center;
	}
}