@charset "utf-8";
/* CSS Document */
#spmain {
	height: 100%;
	display: grid;
	background: #fff;
}

#spmain a {color:#557c32;}

#spmain p {
	margin: auto;
	font-family: "Alegreya Sans SC", sans-serif;
	text-align: center;
	font-size: 7vw;
	color: #f00;
	opacity: 0.8;
	line-height: 0.8em;
}
#spmain .word {display: block !important;}
#spmain .char {opacity: 0;}

@media (max-width: 468px) {

#spmain p {
	margin: auto;
	font-family: "Alegreya Sans SC", sans-serif;
	text-align: center;
	font-size: 11vw;
	color: #f00;
	opacity: 0.8;
	line-height: 1.2em;
}
	}
