@charset "utf-8";

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


.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: #fffc00;text-decoration: underline;}
a:visited {color: #fffc00;text-decoration: underline;}
a:hover, .btn:hover, .close:hover, .btnList li:hover, .button:hover, #btn_more:hover, .closeUp:hover{cursor: pointer; text-decoration: none; color: #00f0ff !important; opacity:.7;transition: all .3s ease-out;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.font-Roto{font-family: 'Roboto', sans-serif;}
.red{color: #ff1c04;}
.bold{font-weight: 700;}
.strong{font-weight: 900;}
.underline{text-decoration: underline;}
.center{text-align: center;}
.attention{
    font-size: .12rem;
    color:#7ad5ff;
    line-height: 1.5em;
}
.caution{font-size: .12rem;line-height: 1.5em;}
.subTxt{padding-bottom: 45px !important;}
.btnUp img{transform: rotate(180deg);}

.Box{
    position: relative;
    margin: 0 auto;
    padding: 6%;
    background-image: url("../img/map_bg.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
    background-size: contain;
}
.BoxInner{
    position: relative;
    width: 100%;
    height: 0;
    padding-top:74.82%;
    background-color: #000;
}
.BoxInner iframe, .BoxInner div{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}


.button{
    position: relative;
    margin: 0 auto;
    width: 249px !important;
    background-image: url("../img/btn_bg.png");
	background-repeat: repeat-y;
	background-position: 50% 0;
    background-size: 100% auto;
    text-align: center;
    font-size: .16rem;
    color: #d8f902;
    font-weight: 700;
}
.button img{width: 20px;}
.button::before{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 249px;
    height: 20px;
    background-image: url("../img/btn_bg1.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
    background-size: 100% auto;
}
.button::after{
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    display: block;
    width: 249px;
    height: 20px;
    background-image: url("../img/btn_bg1.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
    background-size: 100% auto;
    transform: translateX(-50%) rotate(180deg);
}

.ttlBox{
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    width: auto !important;
    text-align: center;
    background-image: url("../img/corner01.png"), url("../img/corner02.png"), url("../img/corner03.png"), url("../img/corner04.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 0 0, 100% 0, 0 100%, 100% 100%;
    background-size: 10px auto, 10px auto, 10px auto, 10px auto;
}

img{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
/*	-webkit-backface-visibility: hidden;*/
}

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


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


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

#bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg.jpg");
	background-position: 0 0;
    background-size: 250px auto;
    z-index: -3;
}
#bg::before{
    position: absolute;
    display: block;
    content: '';
    top:0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 45%;
    background: -webkit-linear-gradient(top, #031327 10%, rgba(3,19,39,0));
    background: -o-linear-gradient(top, #031327 10%, rgba(3,19,39,0));
    background: linear-gradient(to top, rgba(3,19,39,0) 10%, #031327);
    z-index: -2;
}
#bg::after{
    position: absolute;
    display: block;
    content: '';
    bottom:0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 45%;
    background: -webkit-linear-gradient(bottom, #031327, rgba(3,19,39,0));
    background: -o-linear-gradient(bottom, #031327, rgba(3,19,39,0));
    background: linear-gradient(to bottom, rgba(3,19,39,0), #031327);
    z-index: -1;
}

h2{
	position: relative;
    margin-bottom: 18px;
    width: calc(100% - 20px);
    height: 79px;
    background-image: url("../img/ttl_bg.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 0;
    background-size: auto 100%;
}
h2::before{
	position: absolute;
    display: block;
    content: '';
    top: 39px;
    left: 0;
    width: calc(100% - 44px);
    height: 6px;
    background-image: url("../img/ttl_bg_line.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
    background-size: auto 6px;
}
h2::after{
	position: absolute;
    display: block;
    content: '';
    top: 43px;
    left: 49px;
    width: calc(100% - 49px);
    height: 6px;
    background-image: url("../img/ttl_bg_line.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
    background-size: auto 6px;
}
h2 img{
	position: relative;
	display: block;
    height: 19px;
    padding-top: 15px;
    padding-left: 20px;
}

h3{
	position: relative;
	margin: 0 auto;
}
h4{
	position: relative;
	margin: 0 0 12px 0;
    padding: 0 0 9px 12px;
	font-size: .16rem;
	font-weight: 700;
	color: #00f0ff;
    line-height: 1.3em;
    letter-spacing: .1em;
    background-image: url("../img/sub_ttl.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
    background-size: auto 9px;
}
h5{
    position: relative;
    color: #deff00;
    font-size: .18rem;
    font-weight: 700;
    margin: 45px auto 20px auto;
    text-align: center;
}
h5.textS{font-size: .14rem;}

h6{
    position: relative;
    color: #00f0ff;
    font-size: .14rem;
    font-weight: 700;
    margin: 20px auto;
    text-align: center;
}

footer{
	position: relative;
	display: block;
	font-size: .12rem;
	line-height: 1.7em;
	margin: 0 auto;
    background-color: #031327;
}
footer::before{
    position: absolute;
    top: -180px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 180px;
    background: -webkit-linear-gradient(bottom, #031327 70%, rgba(3,19,39,0));
    background: -o-linear-gradient(bottom, #031327 70%, rgba(3,19,39,0));
    background: linear-gradient(to bottom, rgba(3,19,39,0), #031327 30%);
}
footer p.copyright{position: relative; margin: 20px auto 0 auto; text-align: center;}
footer p.reg{position: relative; margin: 10px auto 0 auto;padding-bottom: 160px;text-align: center;}
footer ul.logoList{
	position: relative;
	margin: 0 auto 30px 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: calc(100% - 30px);
}
footer ul.logoList li{position: relative;width: 50%; text-align: center;margin-bottom: 20px;}
footer ul.logoList li img{height:28px;}
footer ul.logoList li .hiraparkLogo img{height:38px;}
footer ul.logoList li .ytvLogo img{height:32px;}
footer ul.logoList li.width100{width: 70% !important;}
.ttlBar::before{
    position: relative;
    margin: 30px 0;
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-image: url("../img/line05.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
}
.contact.ttlBar::before{margin: 5px 0 30px 0;}
footer p.sponsor{
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: .14rem;
    vertical-align: middle;
    line-height: 2em;
}
footer p.sponsor span{
    font-size: .18rem;
    font-weight: 900;
    display: block;
    padding-bottom: 10px;
}
footer p.sponsor img{padding: 5px 0 30px 0;}
footer p.sponsor .SCRAPLogo img{height:28px;}
footer p.sponsor .aid-dccLogo img{height:20px;}
footer p.contact_ttl{
	position: relative;
    margin: 45px auto 0 auto;
    font-size: .18rem;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}
footer p.contact{
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: .14rem;
}

.shareWrap{
    position: relative;
    margin: 240px auto 140px auto;
}
.shareWrap::before{
    position: absolute;
    top: -105px;
    left: 0;
    display: block;
    content: '';
    width: 88%;
    height: 59px;
    background-image: url("../img/line03.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
    background-size: auto 100%;
}
.shareWrap::after{
    position: absolute;
    bottom: -90px;
    right: 0;
    display: block;
    content: '';
    width: 74%;
    height: 59px;
    background-image: url("../img/line04.png");
	background-repeat: no-repeat;
	background-position: 0 0;
    background-size: auto 100%;
}
#share{
	position: relative;
    margin: 30px auto;
    width: calc(100% - 30px);
	padding: 10px 0;
}
#share .share_ttl{
	position: relative;
    font-size: .16rem;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}
ul.snsShare{
	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-between;
	align-items: center;
}
ul.snsShare li{width: 33%;}
.tagBtn{
    position:relative;
    display: block;
    margin:auto;
    width:70%;
}
.mm{
    position:relative;
    display: block;
    margin:auto;
    width:84%;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* navigation */
nav{
	position: fixed;
	top:0;
	left: calc(100% + 20px);
	padding: 0;
	height: 100vh;
	width: calc(100% + 20px);
	overflow-y: auto;
	z-index: 100;
    background-color: rgba(51, 175, 234, .7);
	transition: all .3s ease-out;
}
.dispMenu{left: -20px;}
nav .navWrap{
	position: absolute;
    top:0;
    left: calc(100% + 50px);
	width: 80%;
    height: 100%;
    background-color: #052145;
    box-shadow:0px 0px 6px 3px rgba(5,33,69, .4);
    padding-top: 70px;
    transition: all .3s ease-out;
}
.dispMenuIn{left: 20% !important;}
nav ul{
	position: relative;
	margin: 0 0 0 auto;
	padding: 0;
	width: 90%;
}
nav ul li{
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	line-height: 4em;
	border-bottom: solid 1px #5377a9;
    color: #ffffff;
}
nav ul li a{
	text-decoration: none !important;
	color: #ffffff !important;
}
nav ul li a:hover, nav ul li p:hover{text-shadow:0px 0px 4px #33afea;}

.logo{
	position: relative;
	margin: 0;
	height: 60px;
}
.logo img{
	width: auto;
	height: 50px;
	padding: 5px 0 0 0;
}
.btn_menu{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 101;
    background-image: url("../img/close.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
    transition: all .3s ease-out;
}
.dispclose{opacity: 0;}

#BtnArea{
	position: fixed;
	width: 100%;
	bottom:-150px;
    left: 0;
	z-index: 98;
    background: -webkit-linear-gradient(bottom, #031327 70%, rgba(3,19,39,0));
    background: -o-linear-gradient(bottom, #031327 70%, rgba(3,19,39,0));
    background: linear-gradient(to bottom, rgba(3,19,39,0), #031327 70%);
	transition: all .3s ease-out;
}
#BtnArea ul{
    position: relative;
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-end;
}
#BtnArea ul li{width: 33%; text-align: right;}
#BtnArea ul li img{ width: 80%;}
#BtnArea ul li #btn_howto, #BtnArea ul li #btn_faq{  text-align: center;}
#BtnArea ul li #btn_howto img, #BtnArea ul li #btn_faq img{ width: 64%;}
#btn_ticket a{
	position: relative;
	display: block;
}
.dispTicket{bottom: 0 !important;}


/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: -10px;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 10000;
    background-color: rgba(5,33,69,.96);
	opacity: 0;
	display: none;
	overflow-y: auto;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
 }
.close {
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 10002;
}
.modal {
	position: relative;
	margin: 60px auto;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 10001;
}
.modal section{
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
}
.modal section div.mordalinner{
	position: relative;
	margin: 10px auto 0 auto;
	padding: 40px 0 20px 0;
	width: calc(100% - 30px);
}
.modal section div.mordalinner::before, .modal section div.mordalinner::after{
	position: absolute;
    left: 0;
    display: block;
	content: '';
	width: 100%;
	background-repeat: no-repeat;
	background-size: auto 40px;
}
.modal section div.mordalinner h3{
    width: 90%;
    margin-bottom: 20px;
    font-size: .16rem;
    font-weight: 900;
    padding-bottom: 5px;
    text-align: center;
    color: #00f0ff;
}
.modal section div.mordalinner h3::after{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 81px;
    height: 7px;
    background-image: url("../img/line06.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
    background-size: auto 100%;
}
.modal section div.mordalinner p{
    position: relative;
    margin: 30px auto;
    width: 89%;
}
.modal section div.mordalinner a{
    color:#ffffff;
    text-decoration: underline;
}
.modal section div.mordalinner a:hover{text-decoration: none;}
.modal section div.mordalinner .attention{color:#ffffff !important;}
.modal section div.mordalinner .mordalinnerBox{
    position: relative;
    margin: auto;
    width: 89%;
}

.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{
        padding: 0;
        width: 960px;
    }
    
    #bg{background-size: 500px auto;}
    
    .subTxt{padding-bottom: 60px !important;}
    .attention{font-size: .14rem;}
    .caution{font-size: .14rem;}
    
    .Box{padding:32px;width: 530px}
    
    .button{
        width: 490px !important;
        font-size: .22rem;
    }
    .button::before{
        top: -40px;
        width: 490px;
        height: 40px;
    }
    .button::after{
        bottom: -40px;
        width: 490px;
        height: 40px;
    }


    h2{
        margin: 0 auto 35px auto;
        transform: translateX(-45px);
        width: 960px;
        height: 159px;
        background-position: 405px 0;
    }
    h2::before{
        top: 75px;
        left: 0;
        width: 500px;
        height: 14px;
        background-size: auto 14px;
    }
    h2::after{
        top: 80px;
        left: 87px;
        width: 500px;
        height: 14px;
        background-size: auto 14px;
    }
    h2 img{
        height: auto;
        padding-top: 30px;
        padding-left: 45px;
    }
    h4{font-size: .36rem;}
    h4{
        margin: 0 auto 20px auto;
        width: 960px;
        font-size: .18rem;
        background-image: url("../img/sub_ttl.png");
        background-size: auto 18px;
    }
    h5{
        font-size: .22rem;
        margin: 70px auto 30px auto;
    }
    h5.textS{font-size: .22rem;}

    h6{
        font-size: .22rem;
        margin: 60px auto 40px auto;
    }
    
    footer{font-size: .14rem;}
    footer::before{
        top: -280px;
        height: 280px;
    }
    footer p.reg{padding-bottom: 30px;}
    footer ul.logoList{width: 860px}
    footer ul.logoList li{width: 210px;margin-bottom: 25px;}
    footer ul.logoList li.width100{width: 860px !important;}
    footer ul.logoList li img{height:36px;}
    footer ul.logoList li .hiraparkLogo img{height:52px;}
    footer ul.logoList li .ytvLogo img{height:44px;}
    .ttlBar::before{
        margin: 40px 0;
        height: 10px;
    }
    .contact.ttlBar::before{margin: 25px 0 40px 0;}
    footer p.sponsor{font-size: .16rem;}
    footer p.contact_ttl{
        margin: 45px auto 0 auto;
        font-size: .22rem;
    }
    footer p.sponsor span{font-size: .22rem;}
    footer p.sponsor .aid-dccLogo img{height:30px;}
    footer p.sponsor .SCRAPLogo img{height:36px;}
    footer p.contact{font-size: .16rem;}

    .shareWrap{margin: 340px auto 280px auto;}
    .shareWrap::before{
        top: -185px;
        width: 46%;
        height: 118px;
    }
    .shareWrap::after{
        bottom: -180px;
        width: 60%;
        height: 118px;
    }
    #share{
        margin: 40px auto 50px auto;
        width: 400px;
        padding: 0;
    }
    #share ul li{width: 98px;}
    #share .share_ttl{font-size: .24rem; padding-bottom: 25px;}
    .tagBtn{width:320px;}
    .mm{ width:420px;}

    /* navigation */
    nav .navWrap{padding-bottom: 10px;width: 90%;}
    nav ul li{font-size: .18rem;}
    .btn_menu{
        width: 70px;
        height: 70px;
    }
    
    .logo{height: 70px;}
    .logo img{height: 60px;}

    #BtnArea{
        left: calc(100% - 114px);
        width: 114px;
        background: none;
    }
    #btn_ticket{bottom:-200px;}
    #BtnArea ul li{width: 100%;}
    #BtnArea ul li img{ width: 100%;}


    /* モーダル */
    .close {
        width: 70px;
        height: 70px;
    }
    .modal section{
        padding: 20px 0;
        width: 960px;
    }
    .modal section div.mordalinner{
        margin: 30px auto 0 auto;
        padding: 0 0 30px 0;
        width: calc(100% - 40px);
    }
    .modal section div.mordalinner h3{
        width: 860px;
        margin-bottom: 80px;
        font-size: .24rem;
    }
    .modal section div.mordalinner h3::after{
        bottom: -45px;
        width: 203px;
        height: 17px;
        background-image: url("../img/line06.png");
    }
    .modal section div.mordalinner p{
        margin: 60px auto;
        width: 590px;
    }
    .modal section div.mordalinner .mordalinnerBox{width: 590px;}
    .modal section div.mordalinner img{width: auto;}

}