@charset "utf-8";

#animation{
	opacity: 1;
	position: fixed;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
	background-color:#e60028;
	z-index: 900;
}
#animation div{
	position: absolute;
	width: 100%;
	background-image: url(../img/animation2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	top: 50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);
   -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}
#animation div img {
	width:100%;
	height:auto;
}
#animation div.fadeanimation{
	:0;
}
.word {
	opacity: 0;
	
}
.top_img {
	opacity: 0;
	/*z-index: 1;*/
	
}