@charset "utf-8";

html, body{
	width:100%;
	height:100%;
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', 'Avenir', 'Helvetica Neue', 'Helvetica','Arial', sans-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: #cf1009;text-decoration: none;}
a:visited {color: #cf1009;text-decoration: none;}
a:hover, .btn:hover, .close:hover{cursor: pointer; text-decoration: underline; color: #cf1009 !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;
}
.red{color: #cf1009;}
.strong{font-weight: 900;}
.center{text-align: center;}
.attention{
    font-size: .12rem !important;
    color:#232323;
    line-height: 1.5em;
}
img{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
/*	-webkit-backface-visibility: hidden;*/
}
s{opacity: .6;}


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


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


#wrap{position: relative;width: 100% !important; margin:0 auto; padding:0;overflow: hidden;opacity: 0;transition: all 1.2s ease-out;}
#wrap.display{opacity: 1;}
#main-contents{position: relative;width: 100%; margin:0 auto; padding:0;}
.contents-wrap{
	position: relative;
	margin: 0 auto;
	padding: 70px 0 45px 0;
	background-color: rgba(255,255,255,.7);
	border-radius: 5px;
	width: 90%;
}
.contents-inner{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
}

#cloud {
	width: 100%;
	height: 220px;
	position: fixed;
	top:10px;
	left: 0;
	background-image: url('../img/cloud.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto 100%;
	z-index: -2;
}
#cloud.animation{animation: bg-slider 92s linear infinite reverse;}
#cloud.opa{opacity: 0;}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1438px 0; }
}

/* BG */
.bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	overflow: hidden;
}
.bg::after{
	position: absolute;
	content: '';
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 1.2s ease-out;
}
.bg.sunny::after{background-image: url('../img/bg_sunny.jpg');}
.bg.cloudy::after{background-image: url('../img/bg_cloudy.jpg');}
.bg.snow::after{background-image: url('../img/bg_snow.jpg');}
.bg.storm::after{background-image: url('../img/bg_storm.jpg');}
.bg.bgAnimate::after{opacity: 1;}
.bg.bgAnimate07::after{opacity: .7;}
#particles-snow, #particles-storm{
	position: fixed;
	content: '';
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 1.2s ease-out;
}
#particles-snow.snowAnimate{opacity: 1;}
#particles-storm.stormAnimate{opacity: 1;}

h2{
	position: absolute;
	top:-45px;
	display: block;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
h2.left{ height: 99px;}
h2.right{ height: 82px;}
#limit h2::after, #precaution h2::after, #faq h2::after{
	position: absolute;
	content: '▼';
	display: block;
	color: #ffffff;
	font-size: 12px;
	background-color: #351717;
	border-radius: 100px;
	width: 25px;
	height: 23px;
	text-align: center;
	padding-top: 2px;
}
#limit h2::after{
	top: 41%;
	right: 45%;
	transform: rotate(-3deg);
}
#precaution h2::after{
	top: 43%;
	right: 48%;
	transform: rotate(3deg);
}
#faq h2::after{
	top: 38%;
	right:32%;
	transform: rotate(-3deg);
}

h2 img{
	position: relative;
	display: block;
	width:100%;
}
h2.left img{ height: 99px; left: -60px;}
h2.right img{ height: 82px; right: -80px;}

h3{
	position: relative;
	margin: 0 auto;
}
h4{
	position: relative;
	margin: 30px auto;
	font-size: .18rem;
	font-weight: 900;
	color: #0b2c7f;
	text-align: center;
}
h5{
    position: relative;
    color: #cf1009;
    font-weight: 900;
}


footer{
	position: relative;
	display: block;
	font-size: .12rem;
	line-height: 1.7em;
	margin: 0 auto;
    background-color: #ffffff;
    background-image: url('../img/bg02.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.footerBg{
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg_footer.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 210% auto;
}
footer p.copyright{position: relative; margin: 20px auto 0 auto; padding-bottom: 0; color:#508cac; text-align: center;}
footer p.nextone{position: relative; margin: 20px auto 0 auto; padding-bottom: 120px; color:#508cac; text-align: center;}
footer p.nextone img{position: relative; display: inline-block; vertical-align: middle; padding-right: 10px; width: 45px;}
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: 38%; text-align: center;}
footer p.sponsor{
    position: relative;
    margin: 60px auto 0 auto;
    color: #508cac;
    font-weight: 700;
    text-align: center;
    font-size: .13rem;
    line-height: 2em;
}
footer .aboutrealdgame{
    position: relative;
    margin: 0 auto;
    padding: 0 0 50px 0;
    width: 80%;
}
footer .aboutrealdgame p{
    position: relative;
    margin: 30px auto;
    font-size: .14rem;
    line-height: 1.8em;
}

#share{
	position: fixed;
	width: 40px;
	padding: 10px 0;
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
	z-index: 98;
	background-color: rgba(255,255,255,.8);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .3s ease-out;
}
#share h2{
	position: relative;
	top:0;
	width: 60%;
	height: auto;
	margin: 0 auto 15px auto;
}
#share h2 img{
	height: auto; 
	width:auto;
	margin: 0;
}
ul.snsShare{
	position: relative;
	margin: auto;
	width: 80%;
}
ul.snsShare li{width: 100%; margin-bottom: 10px;}
.dispShare{right: 0 !important;}

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;
	transition: all .3s ease-out;
    text-align: center;
}
.dispMenu{
	left: 0;
	background-color: #ffffff;
}

nav .navWrap{
	position: relative;
	width: calc(100% - 20px);
	padding-bottom: 100px;
}
nav ul{
	position: relative;
	margin: 10px auto;
	padding: 10px 0 20px 0;
	width: calc(100% - 20px);
	background-color: #3a5984;
	border-radius: 5px;
}
nav ul li{
	position: relative;
	margin: 0 auto;
	padding: 10px 0 10px 35px;
	width: calc(100% - 60px);
	text-align: left;
	font-weight: 900;
	line-height: 2em;
	border-bottom: solid 1px #5377a9;
}
nav ul li::before{
	position: absolute;
	left: 0;
	content: '';
	width: 23px;
	height: 2em;
	background-image: url('../img/menu.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 50%;
}
nav ul li:last-child{border-bottom: none;}
ul.subNav{
	margin: 0;
	padding: 5px 0;
}
ul.subNav li{
	border-bottom: none;
	font-size: .14rem;
	font-weight: 500;
	margin: 0 auto;
	padding: 0;
}
ul.subNav li::before{width: 0;height: 0;}
nav ul li a{
	text-decoration: none !important;
	color: #ffffff !important;
}


.logo{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	background-color: #00042c;
	background-image: url('../img/mountainBg.png');
	background-repeat: no-repeat;
	background-position: 2px calc(100% + 1px);
	background-size: auto 38px;
}
.logo img{
	width: auto;
	height: 35px;
	padding: 10px 0 0 0;
}
.btn_menu{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 100;
	background-color: #00042c;
	z-index: 101;
}
.mTxt{
    position: absolute;
    bottom: 1px;
    font-size: .09rem;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.menu-trigger:hover{ cursor: pointer; }
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	top:8px;
	right: 10px;
	width: 30px;
	height: 18px;
	z-index: 10;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) {top: 8px;}
.menu-trigger span:nth-of-type(3) {bottom: 0;}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

#btn_ticket{
	position: fixed;
	width: 100%;
	bottom:-100px;
	z-index: 98;
	transition: all .3s ease-out;
    text-align: center;
}
#btn_ticket a{
	position: relative;
	margin: auto;
	padding: 15px 0 7px 0;
	display: block;
	background-color: #ffffff;
	border-top: solid 2px #a2d1ea;
}
#btn_ticket a::before{
	position: absolute;
	top:-35px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 35px;
	background-image: url('../img/mountainBg.png');
	background-repeat: no-repeat;
	background-size: auto 35px;
}
#btn_ticket a span{
	position: relative;
	margin: auto;
	padding: 5px 0;
	display: block;
	border-radius: 5px;
	background-color: #3a5984;
	width: calc(100% - 10px);
}
#btn_ticket a img{
	width: 90%;
}
.dispTicket{bottom: 0 !important;}


/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 10000;
	background-color: rgba(255,255,255,.70);
	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;
    background-color: #00042c;
}
.close p {
	position: absolute;
	top:15px;
	right: 10px;
	width: 30px;
	height: 18px;
	z-index: 10003;
}
.close p span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	border-radius: 4px;
}
.close p span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.close p span:nth-of-type(2) {
    bottom: 0;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.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;
	width: 90%;
	background-color: #ffffff;
	border-radius: 5px;
}
.modal section div.mordalinner{
	position: relative;
	margin: 10px auto 0 auto;
	padding: 40px 0 20px 0;
	width: calc(100% - 20px);
	background-color: #3a5984;
	border-radius: 5px;
    color: #ffffff;
}
.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::before, .modal section div.mordalinner::after{
	top:-40px;
	height: 40px;
	background-image: url('../img/popuoBg01.png');
	background-size: auto 40px;
    background-position: 10px 0;
}
.modal section div.mordalinner::after{
	top:-18px;
	height: 18px;
	background-image: url('../img/popuoBg02.png');
	background-size: auto 18px;
    background-position: calc(100% - 10px) 0;
}
.modal section div.mordalinner h3{
    width: 90%;
    font-size: .14rem;
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: solid 2px #ffffff;
    text-align: center;
}
.modal section div.mordalinner h3::before{
	position: absolute;
    top:6px;
    display: block;
	content: '';
	width: 32px;
	height: 23px;
	background-image: url('../img/ttl_popup.png');
	background-size: auto 23px;
    background-position: 0 0;
	background-repeat: no-repeat;
}
.modal section div.mordalinner img{
    position: relative;
    margin: 30px auto;
    width: 89%;
    display: block;
}
.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: .14em;}
	
	header{min-width: 1200px;}
	
	#wrap{min-width: 1200px;overflow: auto;}

    .contents-wrap{
        padding: 120px 0 100px 0;
        width: 960px;
    }
    .contents-inner{width: calc(100% - 100px);}

    #cloud {height: 435px;}

	/* BG */
    .bg::after{
        background-position: 50% 100%;
        background-size: cover;
    }

    h2{width: 1100px; left: 50%; transform: translateX(-50%);top:-60px;}
    h2.left{ height: 162px;}
    h2.right{ height: 136px;}
    h2.left img{ height: 162px; width: auto; left: 0;}
    h2.right img{ height: 136px; width: auto; right: auto;left: calc(100% - 571px);}
	#limit h2::after, #precaution h2::after, #faq h2::after{
		font-size: 22px;
		width: 40px;
		height: 32px;
		text-align: center;
		padding-top: 8px;
	}
	#limit h2::after{
		top: 41%;
		right: 62%;
	}
	#precaution h2::after{
		top: 44%;
		right: 37%;
	}
	#faq h2::after{
		top: 38%;
		right:58%;
	}

    h4{font-size: .24rem;}

    footer{
        font-size: .12rem;
        background-size: auto;
        background-image: url('../img/bg03.png');
    }
    .footerBg{
        background-position: 50% 0;
        background-size: 100% auto;
    }
    footer p.copyright{margin: 50px auto 0 auto;}
    footer p.nextone{padding-bottom: 270px;}
    footer ul{width: 650px;}
    footer ul li{width: 32%;}
    footer p.sponsor{
        margin: 100px auto 0 auto;
        font-size: .14rem;
    }
    footer .aboutrealdgame{
        padding: 40px 0 85px 0;
        width: 740px;
    }
    footer .aboutrealdgame p{margin: 40px auto;}

    #share{
        width: 70px;
        padding: 15px 0;
        right: -70px;
    }
    #share h2{
        width: 40px;
        margin: 0 0 20px 0;
    }
    ul.snsShare{width: 60px;}


    /* navigation */
    nav .navWrap{padding-bottom: 10px;}
    nav ul li{
        padding: 10px 0 10px 95px;
        width: 620px;
        font-size: .16rem;
        vertical-align: top;
    }
    nav ul li::before{
        left: 50px;
        width: 24px;
    }
    nav ul li a{display: inline-block; width: 170px;}
    ul.subNav{
        vertical-align: top;
        display: inline-block;
        width: 420px;
        
    }
    ul.subNav li{display: inline-block; width: auto; font-size: .14rem;}


    #btn_ticket{bottom:-200px;}
    #btn_ticket a::before{
        top:-69px;
        height: 71px;
        background-size: auto 71px;
    }
    #btn_ticket a span{padding: 30px 0 17px 0;width: calc(100% - 20px);}
    #btn_ticket a img{width: 400px;}


    /* モーダル */
    .modal section{
        padding: 20px 0;
        width: 960px;
    }
    .modal section div.mordalinner{
        margin: 30px auto 0 auto;
        padding: 60px 0 30px 0;
        width: calc(100% - 40px);
    }
    .modal section div.mordalinner::before, .modal section div.mordalinner::after{
        top:-45px;
        height: 45px;
        background-size: auto 45px;
    }
    .modal section div.mordalinner::after{
        top:-20px;
        height: 20px;
        background-size: auto 20px;
    }
    .modal section div.mordalinner h3{
        width: 860px;
        font-size: .20rem;
        padding-bottom: 10px;
    }
    .modal section div.mordalinner h3::before{
        top:8px;
        width: 62px;
        height: 26px;
        background-position: 20px 0;
        background-size: auto 26px;
    }
    .modal section div.mordalinner p{
        margin: 35px auto;
        width: 860px;
    }
    .modal section div.mordalinner img{width: auto;}

}