@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%;}

.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: #307eff;text-decoration: underline;}
a:visited {color: #307eff;text-decoration: underline;}
a:hover, .btn:hover, .snsShare li a:hover, .btn_menu:hover{cursor: pointer; text-decoration: none; color: #ffd800 !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;}
.caution{
	padding-top: 10px;
    font-size: .10rem !important;
    line-height: 1.6em;
}
.gray{opacity: .4;}
.paddingBottom{padding-bottom: 75px;}
.marginBottom{margin-bottom: 75px !important;}
.flexbox{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbetween{justify-content: space-between;}
.flexaround{justify-content: space-around;}
.flexcenter{justify-content:center;}
.flexaligncenter{align-items: center;}
.flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.button{
    position: relative;
    display: inline-block;
	width: auto;
    margin: 10px 0;
	left: 50%;
	transform: translateX(-50%);
    background-color: #01e7be;
    text-align: center;
    color: #000000 !important;
	text-decoration: none !important;
    padding: 8px 4em;
    font-size: .12rem;
    font-weight: 900;
	border-radius: 5px;
}
.button.w100{padding: 8px 2.5em;}
a.button:hover{text-decoration: none !important;color: #000000 !important;}
.button::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	content: '';
	width: 12px;
	height: 12px;
	background-image: url("../img/arrow.png");
	background-position: 50% 50%;
    background-size: contain;
}

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


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

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#wrap{position: relative;width: 100% !important; margin:0 auto; padding:0;overflow: hidden;}


.contetsWrap{
	position: relative;
	margin: 0 auto; 
	width: calc(100% - 50px);
	padding: 25px 0;
}

/* BG */
.bg{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -5;
}
#event .bg{
    background-image: url("../img/bg_event.jpg");
	background-position: 50% 0;
    background-size: cover;
}
.movieTest .bg{
	 background-image: url("../img/bg_precautions.jpg");
	background-position: 50% 0;
    background-size: cover;
}

#event h2, #howto h2{
	position: relative;
	margin: 0 auto 45px auto;
	background-image: url("../img/ttlBg.png");
	background-position: 50% 50%;
    background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	height: 90px;
}
#event h2 img, #howto h2 img{
	position: relative;
	height: 48px;
	margin: 0 auto;
	transform: translateY(26px);
}
#news h2, #limit h2, #caution h2, #faq h2, h3{
	position: relative;
	margin: 0 auto 20px auto; 
	padding: 3px 0;
	display: block;
	overflow: hidden;
	width: calc(100% - 50px);
	background-color: #ffffff;
	background-image: url("../img/ttlBg01.png"), url("../img/ttlBg02.png");
	background-position: 1px 0, 100% 0;
    background-size: 19px 100%, 19px 100%;
	background-repeat: no-repeat, no-repeat;
	text-align: center;
	color: #000000;
	font-weight: 900;
	font-size: .15rem;
}
#limit h2, #caution h2, #faq h2{
	margin: 0 auto; 
	padding: 8px 0;
	width: calc(100% - 50px);
	background-color: #000000;
	background-image: url("../img/ttlBg03.png"), url("../img/arrow02.png");
	background-size: auto 100%, auto 10px;
	background-position: 2px 0, calc(100% - 10px) 50%;
}
#news h2{margin: 0 auto;font-size: .18rem;width: 100%;}
#limit h2::after, #caution h2::after, #faq h2::after{
	position: absolute;
	display: block;
	content: '';
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
#limit h2 img, #caution h2 img, #faq h2 img{
	position: relative;
    margin: 0 auto;
    display: block;
    width: auto;
	height: 16px;
}

h3{
	position: relative;
	margin: 0 auto 20px auto;
	font-size: .16rem;
	font-weight: 900;
}
h3::before{
	position: absolute;
	display: block;
	font-size: .11rem;
}

footer{
	position: relative;
	margin:  0 auto;
    padding:30px 0 10px 0;
    text-align: center;
	background-color: #000000;
}
footer p.copyright{position: relative; margin: 30px auto 0 auto;font-size: .10rem;}
footer ul{
	position: relative;
	margin: 20px auto 40px auto !important;
	width: 80%;
}
footer ul li{position: relative;width: 40%; margin: 0;}
footer .realdgameLogo{
    position: relative;
    display: block;
}
footer .mailBnr img{
	position: relative;
	margin: 0 auto 40px auto;
	display: block;
	width: calc(100% - 50px);
}

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

#btn_ticket{
	position: fixed;
	width: 110px;
	bottom:0;
    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;
}
.dispMenu{left: 0;}
nav .navWrap{
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	background-color: #000000;
	background-image: url('../img/bg_popup.jpg');
	background-repeat: no-repeat;
	background-position: 50% 100%;
    background-size: cover;
}
nav ul{
	position: relative;
	margin: 0 0 0 auto;
	padding-top: 60px;
	width: 90%;
}
nav ul li{
	position: relative;
	padding: 5px 0;
}
nav ul li::before{
	position: absolute;
	display: block;
	top: 10px;
	left: 2px;
	content: '';
	background-image: url('../img/arrow03.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: contain;
	width: 12px;
	height: 12px;
}
nav ul li a{
	text-decoration: none !important;
	color: #000000;
    font-size: .18rem;
	background-color: #ffffff;
	padding: 0 3px 0 18px;
	font-weight: 700;
}
nav ul li a{text-decoration: none !important; color:#000000 !important;}
nav ul li .subNav{
	position: relative;
	margin: 5px auto 0 auto;
	width: calc(100% - 4em);
	padding: 0;
}
nav ul li .subNav li{
	position: relative;
	padding: 3px 0;
}
nav ul li .subNav li a{font-size: .15rem;padding: 0 3px 0 14px;}
nav ul li .subNav li::before{
	width: 8px;
	height: 8px;
}

.btn_menu{
	position: fixed;
	top:0;
	right: -100px;
	display: block;
	width: 50px;
	height: 50px;
    background-image: url('../img/menu.jpg');
	background-repeat: no-repeat;
	background-position: 0 100%;
    background-size: 50px auto;
    z-index: 301;
    transition: all .3s ease-out;
}
.btn_menu.menuDisp{right:0;}
.close{
	position: fixed;
	top:0;
	right: -100px;
	width: 50px;
	height: 50px;
	z-index: 302;
    opacity: 0;
    transition: all .3s ease-out;
}
.close.active{opacity: 1;right:0;}
.btn_win{
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	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;
	background-image: url('../img/bg_popup.jpg');
	background-repeat: no-repeat;
	background-position: 50% 100%;
    background-size: cover;
	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;
    padding: 0;
    text-align: center;
	width: 100%;
	background-color: transparent;
}
.modal section div.mordalinner h3 span{
    position: relative;
    margin: 0 auto;
    font-size: .15rem;
    font-weight: 700;
    padding: 0;
    text-align: center;
	background-color: transparent;
	color: #d1f600;
}
.modal section div.mordalinner h3 span::before {
	position: absolute;
	top: 50%;
	left: -210px;
	transform: translateY(-50%);
background-color: #d1f600;
content: "";
	width: 200px;
	height: 1px;
	display: block;
}
.modal section div.mordalinner p{
    position: relative;
    margin: 0 auto;
    padding: 0 0 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: 0 auto 30px auto;
}
.modal section div.mordalinner .photoP{
    position: relative;
    margin: -30px auto 0 auto;
    width: 280px;
    transform: translateX(12px);
}
.bnrWrap a{ width: 40%; margin: 0 5px;}
.modal#first section div.mordalinner img{display: block; margin: 120px auto 0 auto;}

/* youtube */
.movieWrap{
    position: relative;
    margin: 0 auto;
	background-color: #000000;
}
.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%;
}

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


/* ----- pc ----- */
@media screen and (min-width: 641px) {
		
	.sp{ display: none; }
	.pc{ display: block; }
    
	.caution{
		font-size: .12rem !important;
		line-height: 1.8em;
	}
	.paddingBottom{padding-bottom: 140px;}
	.marginBottom{margin-bottom: 140px !important;}
	
    body{font-size: .14em;}
	
	header{min-width: 1200px;}
	
	#wrap{min-width: 1200px;overflow: auto;}
	#wrap p{text-align: center;}
	
	.button{
		margin: 20px 0;
		padding: 10px 4em;
		font-size: .14rem;
	}
	.button.w100{padding: 10px 4em;}
	.button::after{
		width: 16px;
		height: 16px;
	}


	.contetsWrap{
		width: 960px;
		padding: 50px 0;
	}


	#event h2, #howto h2{
		margin: 20px auto 100px auto;
		height: 110px;
	}
	#event h2 img, #howto h2 img{
		height: 60px;
		transform: translateY(28px);
	}
	#news h2, #limit h2, #caution h2, #faq h2, h3{
		margin: 0 auto 30px auto; 
		padding: 6px 0;
		font-size: .14rem;
		width: 800px;
	}
	#charactor h3{margin: 0 auto;}
	#news h2{margin: 0 auto; width: 600px;font-size: .18rem !important;}
	#limit h2, #caution h2, #faq h2{
		margin: 0 auto; 
		padding: 12px 0;
		background-size: auto 100%, auto 15px;
		background-position: 2px 0, calc(100% - 15px) 50%;
	}
	#news h2 img, #limit h2 img, #caution h2 img, #faq h2 img{height: 22px;}

	h3{
		margin: 0 auto 60px auto;
		font-size: .18rem;
	}
	
	footer{padding:100px 0 10px 0;}
	footer p.copyright{font-size: .12rem;}
	footer ul{
		margin: 20px auto 60px auto !important;
		width: 480px;
	}
	footer .mailBnr img{
		margin: 0 auto 80px auto;
		width: 480px;
	}

	#share{
		width: 59px;
		right: 0;
		bottom: 120px;
	}
	ul.snsShare{
		position: relative;
		margin: 15px auto 0 auto;
		width: 50px;
	}
	.dispShare{right: 10px !important;}

	#btn_ticket{
		width: 160px;
		right: 10px;
	}

	/* navigation */
	nav{background-color: rgba(255,255,255,.7);text-align: left;}
	nav .navWrap{width: 60%;margin: 0 0 0 auto;}
	nav ul li a{padding: 0 3px 0 20px;font-size: .20rem;}
	nav ul li::before{
		width: 14px;
		height: 14px;
	}
	nav ul li .subNav li a{font-size: .17rem;padding: 0 3px 0 17px;}
	nav ul li .subNav li::before{
		width: 10px;
		height: 10px;
	}

	.btn_menu{
		width: 60px;
		height: 60px;
		background-size: 60px auto;
	}
	.close{
		width: 60px;
		height: 60px;
	}
	.btn_win{
		width: 60px;
		height: 60px;
	}

	/* モーダル */
	.modal {width: 960px;}
	.modal#nazoImg {width: 2000px;}
	.modal section div.mordalinner{margin: 70px auto 60px auto;	}
	.modal section div.mordalinner h3 span{font-size: .18rem;}
	.modal section div.mordalinner h3 span::before {
		left: -110px;
		width: 100px;
	}
	.modal section div.mordalinner p{
		padding: 0 0 25px 0;
		width: 680px;
		font-size: .14rem;
		text-align: left !important;
	}
	.modal section div.mordalinner .mordalinnerBox{width: 620px;}
	.modal section div.mordalinner img{margin: 0 auto; width: 100%;}
	.modal section#modalkit div.mordalinner img{margin: 0 auto; width: 560px;}
	.modal#first section div.mordalinner img{width: 600px;}

	.bnrWrap { width: 420px;}

}