@charset "UTF-8";

#navigation{min-height: 920px;}
#bg{
	position: relative;
	width: 100%;
	height: 1170px;
	background-image: url("../img/index/bgImage.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	opacity: 0;
}
#keyvisual{
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -380px;
	width: 868px;
	height: 1155px;
	background-image: url("../img/index/castImage.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
	opacity: 0;
}
h1{
	position: fixed;
	display: block !important;
	top: 250px;
	left: 50%;
	margin-left: -100px;
	width: 374px;
	height: 365px !important;
	background-image: url("../img/index/logo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
p.catch{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 450px;
	width: 47px;
	height: 335px;
	background-image: url("../img/index/catch.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.reflection {
    height:100%;
    width:30px;
    position:fixed;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    transform: rotate(15deg);
}

@keyframes reflection {
    0% { transform: scale(0) rotate(-15deg); opacity: 0; }
    90% { transform: scale(4) rotate(-15deg); opacity: 0.2; }
    91% { transform: scale(4) rotate(-15deg); opacity: 1; }
    100% { transform: scale(120) rotate(-15deg); opacity: 0; }
}

/* animation */
@keyframes bganimation{
	0% {
		-webkit-transform: translate(-300px,60px);
		-moz-transform: translate(-300px,60px);
		-o-transform: translate(-300px,60px);
		-ms-transform: translate(-300px,60px);
		transform: translate(-300px,60px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
	}
}
@keyframes castanimation{
	0% {
		-webkit-transform: translate(10px,-5px);
		-moz-transform: translate(10px,-5px);
		-o-transform: translate(10px,-5px);
		-ms-transform: translate(10px,-5px);
		transform: translate(10px,-5px);
		opacity: 0;
	}
	40% {
		-webkit-transform: translate(-7px,4px);
		-moz-transform: translate(-7px,4px);
		-o-transform: translate(-7px,4px);
		-ms-transform: translate(-7px,4px);
		transform: translate(-7px,4px);
		opacity: 1;
	}
	60% {
		-webkit-transform: translate(5px,-2px);
		-moz-transform: translate(5px,-2px);
		-o-transform: translate(5px,-2px);
		-ms-transform: translate(5px,-2px);
		transform: translate(5px,-2px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
	}
}

.product{
	position: fixed;
    bottom:385px;
	left:305px;
	width: 145px;
	height: 145px;
}
.comment{
	position: fixed;
	bottom:85px;
	left:275px;
	width: 145px;
	height: 145px;
}
.charavote{
	position: fixed;
	bottom:235px;
	left:290px;
	width: 145px;
	height: 145px;
}
.survival{
	position: fixed;
	bottom:90px;
	right:5px;
	width: 120px;
	height: 120px;
}

.twicamp{
	position: fixed;
	bottom:90px;
	right:135px;
	width: 120px;
	height: 120px;
}


ul.ticketBnr{
	position: relative;
	margin: 20px 0 0 20px;
	opacity: 0;
}
ul.ticketBnr li{
	position: relative;
	width: 200px;
	margin-bottom: 15px;
}

/* banner */
#bnr{
	position:fixed;
	bottom:0;
	left: 100px;
	background-color: rgba(255,255,255,.6);
	width: 100%;
	padding: 10px 0;
}

/* swiper */
.swiper {
    width: 890px;
	/*width: 650px;*/
    position: relative;
    margin: 0 auto;
}

.swiper-container-wrapper {
    width: 900px;
	/*width: 640px;*/
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.swiper-container {
    margin: 0 !important;
    padding: 0;
}

.swiper-button-next{
    right: -50px;
    background-image: url('../img/index/btn_next.png');
    background-size: 10px auto;
    background-position: 50%;
}

.swiper-button-prev {
    left: -40px !important;
    background-image: url('../img/index/btn_prev.png');
    background-size: 10px auto;
    background-position: 50%;
}

.swiper-slide {
    text-align: center;
    padding: 0;
}

.swiper-slide img {
    vertical-align: bottom;
	width: 280px;
	height: 60px;
}
