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

body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.anime {
	width: 100%;
	height: 100%;
	max-height: 1080px;
	background-color: #ffffff;
	position: relative;
}

.anime img {
	display: block;
	position: absolute;
	top: 10%;
	left: 20%;
}

.mainSite {
	width: 100%;
	height: 100%;
	max-height: 1080px;
	background-color: #ffffff;
	position: relative;
}

.mainSite p {
	font-size: 160%;
	color: #FFF;
	position: absolute;
	top: 42%;
	left: 40%;
}
.ichi_center{
	text-align:center;
}