body,html {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}
 
.anime {
 width: 100%;
 height: 100%;
 /*max-height: 1080px;*/
 background-color: #ffffff; /* スマホ対応　*/
 position: relative;
 z-index: 100000; /* スマホ対応　*/
}
 
.anime img {
	width: 300px;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
 
.mainSite {
 width: 100%;
 height: 100%;
 max-height: 1080px;
 position: relative;
}
