@charset "utf-8";

html, body{
	width:100%;
	height:100%;
	font-family: 'Noto Serif JP', serif;
	-webkit-font-smoothing: antialiased;
}
html{overflow-y: scroll;font-size: 625%;}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a:link {color: #fcff00;text-decoration: none;}
a:visited {color: #fcff00;text-decoration: none;}
a:hover, .btn:hover, .snsShare li a:hover, .btn_menu:hover, #pagetop img:hover{cursor: pointer; text-decoration: underline; color: #d30203 !important; transition: all .3s ease-out;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.center{text-align: center;}
.strong{font-weight: bold;}
.attention{
    font-size: .12rem !important;
    color:#E50026;
    line-height: 1.6em;
}
.yellow{color: #fcff00;}
.red{color: #d30203;}
img{
	max-width: 100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.button{
    position: relative;
    display: block;
    margin: 20px auto;
    background-color: #740009;
    text-align: center;
    color: #fcff00;
    border-radius: 5px;
    padding: 3px 0;
    font-size: .13rem;
    font-weight: 700;
}
a.button:hover{text-decoration: none !important;}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }


/* 共通パーツ */
body{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #000000;
	font-size: .14em;
	line-height: 1.8em;
	font-weight: 500; 
	font-feature-settings: "halt" 1;
	word-wrap: break-word;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.dispblur{opacity: 0;}
#wrap{position: relative;width: 100% !important; margin:0 auto; padding:0;overflow: hidden;opacity: 0;}
#wrap.display{transition: all 1.2s ease-out;opacity: 1;}
#main-contents{position: relative;width: 100%; margin:0 auto; padding:0;}
.contents-wrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 50px);
}

/* BG */
.bg{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
#about .catch .bg{
    background-image: url("../img/bg_catch.jpg");
	background-position: 50% 0;
	background-size: auto 100%;
}
#about .aboutTxt .bg{
    background-image: url("../img/bg_about.jpg");
	background-position: 50% 0;
	background-size: cover;
    background-repeat: no-repeat;
}
#point .bg{
    background-image: url("../img/bg_point.jpg");
	background-position: 50% 0;
}
#intro .bg{
    background-image: url("../img/bg_intro.jpg");
	background-position: 50% 100%;
    background-size: 140% auto;
    background-repeat: no-repeat;
}
#story .bg{
    background-image: url("../img/bg_story.jpg");
	background-position: 40% 10%;
    background-size: 600px auto;
    background-repeat: no-repeat;
}
#event .bg{
    background-image: url("../img/bg_event.jpg");
	background-position: 50% 0;
    background-size: auto 100%;
}
#howto .bg{
    background-image: url("../img/bg_howto01.jpg");
	background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: repeat;
}
#spec .bg{
    background-image: url("../img/bg_spec.jpg");
    background-color: #000000;
	background-position: 5px 0;
    background-size: calc(100% + 70px) auto;
    background-repeat: no-repeat;
}
#ticket .bg{
    background-image: url("../img/bg_ticket.jpg");
	background-position: 0 0;
    background-size: 600px auto;
    background-repeat: repeat;
}
#precaution .bg{
    position: fixed;
    background-image: url("../img/bg_faq.jpg");
	background-position: 50% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: all .6s ease-out;
    opacity: 0;
}
#precaution .bg.fix{opacity: 1;z-index: -1;}
footer .bg{
    background-image: url("../img/bg_footer.jpg");
	background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
}
.bg::before, .bg::after, #howto .howtoWrap::before, #ticket #release::before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: -webkit-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(top, #000000, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0), #000000);
    z-index: -1 !important;
}
.bg::after, #howto .howtoWrap::before, #ticket #release::before{
    bottom: 0;
    top:auto;
    background: -webkit-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: -o-linear-gradient(bottom, #000000, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0), #000000);
}
#about .aboutTxt .bg::before, #about .aboutTxt .bg::after, #intro .bg::before, #intro .bg::after, #spec .bg::before, #spec .bg::after, #ticket .bg::after, #precaution .bg::after{display: none;}
#point .bg::before, #point .bg::after{height: 180px;}
#story .bg::before, #precaution .bg::before{height: 240px;}


h2{
	position: relative;
	width: 100%;
	overflow: hidden;
}
h2 img{
	position: relative;
    margin: 0 auto;
    display: block;
    width: auto;
}
#point h2 img{height: 104px; transform: translateX(10px);}
#news h2 img{height: 87px;}
#intro h2 img{height: 93px;}
#story h2 img{height: 117px; transform: translateX(10px);}
#event h2 img{height: 85px;}
#howto h2 img{height: 125px; transform: translateX(-15px);}
#ticket h2 img{height: 83px; transform: translateX(-5px);}
#precaution h2 img{height: 112px; transform: translateX(-5px);}

h3{
	position: relative;
	margin: 30px auto 0 auto;
}
h3 img{
	position: relative;
    margin: 0 auto;
    display: block;
    height: 71px;
    width: auto;
    transform: translateX(-20px);
}
#spec h3 img{height: 40px; transform: translateX(0);}

footer{
	position: relative;
	margin: 40px auto 0 auto;
    padding: 35px 0 20px 0;
    text-align: center;
    font-weight: 700;
    opacity: 0;
}
footer ul{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 80%;
}
footer ul li{position: relative;width: 110px; text-align: center;}
footer p.sponsor{
    position: relative;
    margin: 50px auto 20px auto;
    font-size: .12rem;
}
footer p.copyright{font-size: .10rem;}

#share{
	position: fixed;
	width: 32px;
	bottom: 90px;
	right: -40px;
	transition: all .3s ease-out;
    z-index: 20;
}
ul.snsShare{
	position: relative;
	margin: auto;
}
ul.snsShare li{width: 100%; margin-bottom: 10px;}
.dispShare{right: 0 !important;}

#btn_ticket{
	position: fixed;
	width: 88px;
	bottom:-100px;
    right: 0;
	z-index: 98;
	transition: all .3s ease-out;
    text-align: center;
}
.dispTicket{bottom: 0 !important;}



/* navigation */
nav{
	position: fixed;
	top:0;
	left: calc(100% + 20px);
	padding: 0;
	height: 100vh;
	width: calc(100% + 20px);
	overflow-y: auto;
	z-index: 100;
	transition: all .3s ease-out;
    text-align: center;
}
.dispMenu{
	left: 0;
	background-color: #000000;
}
nav ul{
	position: relative;
	margin: 50px 0 0 auto;
	width: 85%;
}
nav ul li{
	position: relative;
	padding: 13px 0;
}
nav ul li a{
	text-decoration: none !important;
	color: #d30203;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: .15rem;
}
nav ul li a::after{
    flex-grow: 1;
    content: "";
    border-top: 1px solid #3f0606;
    margin-left: 1.5em;
}
nav ul li a{text-decoration: none !important; color:#d30203 !important;}

.btn_menu{
	position: fixed;
	top:-80px;
	right: 0;
	display: block;
	width: 64px;
	height: 59px;
    background-image: url('../img/menu.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
    background-size: contain;
    z-index: 101;
    transition: all .3s ease-out;
}
.btn_menu.menuDisp{top:0;}
.close{
	position: fixed;
	top: 0;
	right: 0;
	width: 64px;
	height: 59px;
	z-index: 102;
    opacity: 0;
    transition: all .3s ease-out;
}
.close img{width: 64px; height: auto;}
.close.active{opacity: 1;}
.btn_win{
	position: fixed;
	top: 0;
	right: 0;
	width: 64px;
	height: 59px;
	z-index: 203;
}

/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 200;
	background-color: #000000;
	opacity: 0;
	display: none;
	overflow-y: auto;
    transition: all .3s ease-out;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 201;
 }
.modal {
	position: relative;
	margin: 0 auto;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 202;
    width: calc(100% - 60px);
    transform: translateX(-10px);
    min-height: 90%;
    transition: all .3s ease-out;
}
.modal section{
	position: relative;
	margin: 0 auto;
}
.modal section div.mordalinner{
	position: relative;
	margin: 70px auto 40px auto;	
}
.modal section div.mordalinner h3{
    position: relative;
    margin: 0 auto 30px auto;
    font-size: .16rem;
    font-weight: 700;
    padding: 0 10px 8px 10px;
    width: calc(100% - 20px);
    text-align: center;
    background-image: url("../img/ttl_bar.png");
	background-position: 50% 100%;
    background-size: auto 2px;
    background-repeat: repeat-x;
}
.modal section div.mordalinner p{
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
    width: calc(100% - 10px);
    font-size: .13rem;
}
.modal section div.mordalinner p.small{font-size: .11rem;border-top: solid 1px #333333;}
.modal section div.mordalinner .mordalinnerBox{
    position: relative;
    margin: auto;
}
.modal section div.mordalinner .photoP{
    position: relative;
    margin: -30px auto 0 auto;
    width: 280px;
    transform: translateX(12px);
}

/* youtube */
.movieWrap{
	position: relative;
	margin: 20px auto;
	width: calc(100% - 20px);
}
.movie{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 表示アニメーション  */
.disp_blur.dispblur, #about .aboutTxt.disp_blur.dispblur, #pagetop.disp_blur, #precaution #caution.disp_blur.dispblur,  #precaution #faq.disp_blur.dispblur, #precaution #limit.disp_blur.dispblur {
    opacity: 1;
    animation: blur 1s ease 0s 1 normal;
    -moz-animation: blur 1s ease 0s 1 normal;
    -webkit-animation: blur 1s ease 0s 1 normal;
    -o-animation: blur 1s ease 0s 1 normal;
    -ms-animation: blur 1s ease 0s 1 normal;
}
.disp_blur_main {
    opacity: 1;
    animation: blur 1.5s ease 0s 1 normal;
    -moz-animation: blur 1.5s ease 0s 1 normal;
    -webkit-animation: blur 1.5s ease 0s 1 normal;
    -o-animation: blur 1.5s ease 0s 1 normal;
    -ms-animation: blur 1.5s ease 0s 1 normal;
}
@keyframes blur {
    0% {filter: blur(20px);}
    100% {filter: blur(0);}
}

.sp{ display: block; }
.pc{ display: none; }


/* ----- pc ----- */
@media screen and (min-width: 641px) {
		
	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .16em;}
	
	header{min-width: 1200px;}
	
	#wrap{min-width: 1200px;overflow: auto;}

    .contents-wrap{width: 960px;}
    
    /* BG */
    #about .catch .bg{background-size: auto auto;}
    #about .aboutTxt .bg{background-size: auto;}
    #intro .bg{
        background-position: 50% -20px;
        background-size: auto calc(100% + 30px);
    }
    #story .bg{
        background-position: 50% 80px;
        background-size: auto auto;
    }
    #event .bg{background-size: auto;}
    #howto .bg{background-size: auto auto;}
    #spec .bg{
        background-position: 50% 0;
        background-size: auto 100%;
    }
    #ticket .bg{background-size: auto auto;}
    #precaution .bg{
        background-image: url("../img/bg_faq_pc.jpg");
        background-position: 50% 50%;
        background-size: cover;
    }
    footer .bg{background-size: auto auto;}
    #point .bg::before, #point .bg::after{height: 240px;}
    #story .bg::before, #precaution .bg::before{height: 380px;}

    #point h2 img{height: 143px; transform: translateX(10px);}
    #news h2 img{height: 121px;}
    #intro h2 img{height: 130px;}
    #story h2 img{height: 163px; transform: translateX(10px);}
    #event h2 img{height: 118px; transform: translateX(-10px);}
    #howto h2 img{height: 175px; transform: translateX(-15px);}
    #ticket h2 img{height: 116px; transform: translateX(-5px);}
    #precaution h2 img{height: 157px; transform: translateX(-5px);}

    h3{margin: 40px auto 0 auto;}
    h3 img{height: 100px;transform: translateX(-30px);}
    #spec h3 img{height: 56px; transform: translateX(0);}

    footer{
        margin: 70px auto 0 auto;
        padding: 80px 0 70px 0;
    }
    footer ul{width: 960px;}
    footer ul li{width: 160px;}
    footer p.sponsor{
        margin: 70px auto 40px auto;
        font-size: .16rem;
    }
    footer p.copyright{font-size: .12rem;}

    #share{
        width: 56px;
        bottom: 230px;
        right: -60px;
    }

    ul.snsShare li{margin-bottom: 12px;}

    #btn_ticket{
        width: 176px;
        bottom:-190px;
    }

    /* navigation */
    nav ul{
        margin: 110px 0 0 auto;
        width: 80%;
    }
    nav ul li{padding: 20px 0;}
    nav ul li a{font-size: .18rem;}

    .btn_menu{
        width: 91px;
        height: 79px;
    }
    .close{
        width: 91px;
        height: 79px;
    }
    .close img{width: 91px;}
    .btn_win{
        width: 91px;
        height: 79px;
    }

    /* モーダル */
    .modal section div.mordalinner{
        margin: 115px auto 40px auto;
        width: 960px;
    }
    .modal section div.mordalinner h3{
        margin: 0 auto 20px auto;
        font-size: .20rem;
        padding: 0 20px 18px 20px;
        width: calc(100% - 40px);
    }
    .modal section div.mordalinner p{
        width: calc(100% - 20px);
        font-size: .14rem;
    }
    .modal section div.mordalinner p.small{font-size: .12rem;}
    .modal section div.mordalinner .photoP{width: 380px;}

	.movieWrap{
		margin: 40px auto;
		width: 720px;
	}
}