#main_anime{
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
	overflow: hidden;
}
#main_anime img{
	position: absolute;
	top:0px;
	left:0px;
}
#main_anime img#anime1{
	opacity: 0;
	height: 120%;
	top: 0%;
	left: 0%;
	z-index: 10;
}
#main_anime img#anime2{
	width: 150%;
	left: -24.5%;
	top: 0%;
	opacity: 0;
	display: none;
	z-index: 30;
}

#main_anime img#anime_txt1{
	width: 100%;
	opacity: 0;
	top: 33%;
	left: 5%;
	display: none;
	z-index: 11;
}
#main_anime img#anime_txt2{
	width: 90%;
	opacity: 0;
	top: 33%;
	left: 5%;
	display: none;
	z-index: 31;
}
#skip_btn{
	position: absolute;
	top:15px;
	right:96px;
	z-index: 100;
	display: block;
}
#skip_btn img{
	z-index: 101;
}
#main_anime img#loading{
	position: fixed;
	width: 60%;
	top: 49%;
	left: 20%;
	z-index: 200;
}
#footer{
	position: fixed;
	width: 100%;
	bottom: 0px;
}
