@charset "utf-8";
/*ComingSoon記載時に利用*/
.cmsn{
	font-family: "Noto Sans JP";
	font-weight: 900;
	font-size: 55px;
	margin-top:2%;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}
@media screen and (max-width: 767px) {
.cmsn{font-size: 10vw;}
}
