@charset "utf-8";
html{
	overflow:hidden;
}

body{
	background:#fff;
	color:#000;
	overflow-x:hidden;
	margin:0;
}

.main a{
	text-decoration:none;
	color:#000;
}

.main a:hover{
	opacity:0.5;
}

.main{
	width:40vw;
	margin:0 auto;
	text-align:center;
}

.complete{
	margin-top:25vh;
}

.complete_ttl{
	font-family:serif;
	font-size:350%;
}

.complete_subttl{
	font-size:120%;
	padding-top:30px;
}



/* レスポンシブ対応用 ===================================================== */

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

.main{
	width:70vw;
}

}

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

.main{
	width:100vw;
}

.complete{
	margin-top:20vh;
}



}

