@charset "utf-8";





@font-face {
	font-family: "CG";
	src: url("../font/GOTHIC.TTF");
}





@font-face {
	font-family: "SA";
	src: url("../font/SANSUMI.TTF");
}





body{
	padding: 0px;
	margin: 0px;
}





#cont{
	position: absolute;
	background-image: linear-gradient(to right, #EEE, #FFF, #DDD);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}





#contpoplogo{
	text-align: center;
}





#contpoptxt{
	font-family: "SA";
	font-size: 6vh;
	color: #333;
	text-align: center;
}





#coming{
	font-family: "SA";
	font-size: 2vh;
	color: #333;
	font-weight: bold;
	text-align: right;
}





#poplogo{
	width: 10vh;
}