@charset "UTF-8";
/****************************************
TOP page
*****************************************/
#topanime {
	height:100vh;
	overflow: hidden;
	position: relative;
	background:#fff;
	z-index:30;
}

#skip {
	color:#fff;
	font-size:20px;
	line-height:1;
	letter-spacing:0.05em;
	text-align: center;
	position: absolute;
	bottom:50px;
	right:50px;
	height:auto;
	padding:0;
	z-index:99;
	cursor:pointer;
	text-shadow:1px 1px 1px #444;
}
#title1, #title2 {
	position: absolute;
	top:50%;
	left:50%;
	width:500px;
	height:auto;
	margin:-55px 0 0 -250px;
	z-index:9;
}
#mainImg1, #mainImg2, #mainImg3, #mainImg4, #title1, #subtitle {
	opacity:0;
}
#mainImg1, #mainImg2, #mainImg3, #mainImg4 {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
#mainImg1 {
	background:url(../../images/mainvisual01.jpg) no-repeat center center;
	background-size:cover;
	z-index:4;
}
#mainImg2 {
	background:url(../../images/mainvisual02.jpg) no-repeat center center;
	background-size:cover;
	z-index:3;
}
#mainImg3 {
	background:url(../../images/mainvisual03.jpg) no-repeat center center;
	background-size:cover;
	z-index:2;
}
#mainImg4 {
	background:url(../../images/mainvisual04.jpg) no-repeat right center;
	background-size:cover;
	z-index:1;
}
#mainImg1 img, #mainImg2 img, #mainImg3 img, #mainImg4 img {
	position: absolute;
}

#topImg {
	width:100%;
	max-height:1333px;
	opacity:0;
	background:url(../../images/bg.jpg) no-repeat 0 0;
	background-size:100% auto;
	position: relative;
}
#dancer {
	max-height:1333px;
	position: relative;
	overflow:hidden;
	transform:translate3d(0,0,0);
	z-index:3;
}
#dancer img {
	position: relative;
	top:10px;
	opacity:0;
	margin-bottom:-12px;
}
#topBg {
	width:100%;
	max-width:none;
	position: absolute;
	top:0;
	left:-10px;
	opacity:0;
	z-index:2;
}
#etc {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:99 !important;
	transform:translate3d(0,0,5);
}
#etc img {
	margin:0 auto;
	display: block;
}
#etc h1, #subtitle, #etc h3 {
	position: absolute;
	z-index:99 !important;
	transform:translate3d(0,0,5);
}
#etc h1 {
	width:100%;
	top:48%;
	left:0;
	text-align: center;
}
#etc h1 img {
	width:41%;
}
#subtitle {
	width:100%;
	top:0;
	left:0;
	margin:5.5vw 0 0;
	padding-left:11%;
	text-align: center;
}
#subtitle img {
	width:5.4%;
}
#etc h3 {
	width:100%;
	bottom:3%;
	left:0;
	text-align: center;
}
#etc h3 img {
	width:76.8%;
}
#topCM {
	font-size:0;
	height:0;
	position: absolute;
	top:-100px;
	z-index:-1;
}

@media screen and (max-width: 1000px) {
#title1, #title2 {
	width:400px;
	height:auto;
	margin:-44px 0 0 -200px;
}

}

@media screen and (max-width: 768px) {
#contents {
	background:none;
}
#skip {
	font-size:15px;
	bottom:15px;
	right:15px;
}

#title1, #title2 {
	left:0;
	width:100%;
	padding:0 20%;
	margin:-13% 0 0;
}
#ftTop {
	padding:0 10px;
	display:block;
}
#mainImg1 {
	background:url(../../images/mainvisual01_sp.jpg) no-repeat center center;
	background-size:cover;
}
#mainImg2 {
	background:url(../../images/mainvisual02_sp.jpg) no-repeat center center;
	background-size:cover;
}
#mainImg3 {
	background:url(../../images/mainvisual03_sp.jpg) no-repeat center center;
	background-size:cover;
}
#mainImg4 {
	background:url(../../images/mainvisual04_sp.jpg) no-repeat right center;
	background-size:cover;
}
#mainImg1 img.sp, #mainImg2 img.sp, #mainImg3 img.sp, #mainImg4 img.sp {
	display:none !important;
}
#topImg {
	background:url(../../images/bg_sp.jpg) no-repeat 0 0;
	background-size:100% auto;
}

#etc h1 {
	top:36.5%;
}
#etc h1 img {
	width:80%;
}
#subtitle {
	margin:17px 0 0;
	padding-left:13%;
}
#subtitle img {
	width:8.2%;
}
#etc h3 {
	bottom:25px;
}
#etc h3 img {
	width:90%;
}

}
