@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: #ffd800;text-decoration: underline;}
a:visited {color: #ffd800;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;
}
.yellow{color: #ffd800;}
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: #ffd800;
    text-align: center;
    color: #020065 !important;
    padding: 8px 5px;
    font-size: .12rem;
    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: .12em;
	line-height: 1.6em;
	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% - 100px);
	padding: 30px;
	background-color: rgba(0,0,0,.85);
	background-image: url("../img/frame01.png"), url("../img/frame02.png"), url("../img/frame03.png"), url("../img/frame04.png");
	background-position: 1px 1px, calc(100% - 1px) 1px, 1px calc(100% - 1px),  calc(100% - 1px)  calc(100% - 1px);
    background-size: 34px auto, 34px auto, 34px auto, 34px auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.contentsInner{
	position: relative;
	margin: 0 auto; 
}
.contentsInner::before{
	position: relative;
	margin: 40px auto; 
	content: '';
	display: block;
	width: 100%;
	height: 55px;
	background-image: url("../img/bar.png");
	background-position: 50% 50%;
    background-size: auto 15px;
	background-repeat: no-repeat;
}

/* BG */
.bg{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
	transition: all .1s ease-out;
}
.bg.fix{ z-index: -1;}
#news .bg{
    background-image: url("../img/bg_news.jpg");
	background-position: 50% 50%;
	background-size: auto 100%;
	 z-index: -1;
}
#event .bg{
    background-image: url("../img/bg_event.jpg");
	background-position: 50% 0;
    background-size: auto 409px;
}
#howto .bg, #testCaution .bg{
    background-image: url("../img/bg_play.jpg");
	background-position: 50% 0;
    background-size: auto 444px;
}

h2{
	position: relative;
	margin: 25px 0 0 20px; 
	display: inline-block;
	width: auto;
	overflow: hidden;
	padding: 13px 35px;
	background-color: rgba(0,0,0,.85);
	background-image: url("../img/frame01.png"), url("../img/frame02.png"), url("../img/frame03.png"), url("../img/frame04.png");
	background-position: 1px 1px, calc(100% - 1px) 1px, 1px calc(100% - 1px),  calc(100% - 1px)  calc(100% - 1px);
    background-size: 15px auto, 15px auto, 15px auto, 15px auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
#limit h2, #caution h2, #faq h2{
	margin: 0 20px; 
	display: block;
	padding: 13px 35px 33px 35px;
}
#limit h2::after, #caution h2::after, #faq h2::after{
	position: absolute;
	display: block;
	content: '\025bc';
	font-size: .11rem;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
h2 img{
	position: relative;
    margin: 0 auto;
    display: block;
    width: auto;
	height: 17px;
}

h3{
	position: relative;
	margin: 0 auto 20px auto;
	font-size: .16rem;
	font-weight: 900;
}
h3::before{
	position: absolute;
	display: block;
	content: '\025b6';
	font-size: .11rem;
	transform: translateX(-1.4em);
}

footer{
	position: relative;
	margin:  0 auto;
    padding:30px 0 10px 0;
    text-align: center;
	background-color: #000000;
}
footer h2{
    font-weight: 700;
    font-size: .16rem;
    color: #ffffff;
}
footer p.sponsor{font-size: .10rem;}
footer p.copyright{position: relative; margin: 0 auto;font-size: .10rem;}
footer ul{
	position: relative;
	margin: 20px auto 40px auto;
}
footer ul li{position: relative;width: 220px;margin: 0 auto;}
footer .realdgameLogo{
    position: relative;
    display: block;
    width: 110px;
    margin: 25px auto;
}
footer .contact{
    position: relative;
    margin:  45px auto 20px auto;
}
footer .contact h2{
	background-image: none;
	padding: 0;
	margin: 0;
}
footer .contact h2 img{height: 17px;}
footer .contact p{padding: 30px 0 10px 0;}
footer .btn_member{
    position: relative;
    display: block;
    margin: 20px auto 0 auto;
}

#share{
	position: fixed;
	width: 34px;
	bottom: 90px;
	right: -40px;
	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: 73px;
	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: #080162;
}
nav ul{
	position: relative;
	margin: 80px 0 0 auto;
	width: 80%;
}
nav ul li{
	position: relative;
	padding: 10px 0;
}
nav ul li::before{
	position: absolute;
	display: block;
	content: '\025b6';
	font-size: .11rem;
	transform: translateX(-1.5em);
	color: #ffab00;
}
nav ul li a{
	text-decoration: none !important;
	color: #ffab00;
    display: flex;
    align-items: center;
    font-size: .14rem;
}
nav ul li a{text-decoration: none !important; color:#ffab00 !important;}
nav ul li .subNav{
	position: relative;
	margin: 15px auto 0 auto;
	width: calc(100% - 4em);
}
nav ul li .subNav li{
	position: relative;
	padding: 5px 0;
}
nav ul li .subNav li a{font-size: .13rem;}
nav ul li .subNav li::before{font-size: .08rem;}

.btn_menu{
	position: fixed;
	top:-80px;
	right: 0;
	display: block;
	width: 52px;
	height: 51px;
    background-image: url('../img/btn_menu.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
    background-size: 52px auto;
    z-index: 101;
    transition: all .3s ease-out;
}
.btn_menu.menuDisp{top:0;}
.close{
	position: fixed;
	top:-80px;
	right: 0;
	width: 55px;
	height: 53px;
	z-index: 102;
    opacity: 0;
    transition: all .3s ease-out;
}
.close.active{opacity: 1;top:0;}
.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: 0 auto;
}
.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;
	}
    body{font-size: .14em;}
	
	header{min-width: 1200px;}
	
	#wrap{min-width: 1200px;overflow: auto;}
    
	.contetsWrap{
		width: 860px;
		padding: 50px 50px 80px 50px;
		background-size: 45px auto, 45px auto, 45px auto, 45px auto;
	}

	.contentsInner::before{
		margin: 0 auto; 
		height: 155px;
		background-size: auto 30px;
	}

	/* BG */
	#news .bg, #event .bg, #howto .bg{background-size: cover;}

	.h2wrap{
		position: relative;
		margin: 0 auto;
		width: 960px;
	}
	h2{
		margin: 60px 0 5px 0; 
		padding: 20px 60px;
		background-size: 18px auto, 18px auto, 18px auto, 18px auto;
	}
	#limit h2, #caution h2, #faq h2{
		margin: 0 ; 
		padding: 20px 60px 40px 60px;
	}
	#limit h2::after, #caution h2::after, #faq h2::after{
		font-size: .13rem;
		bottom: 8px;
	}
	h2 img{height: 24.5px;}

	h3{font-size: .18rem;}
	h3::before{font-size: .12rem;}

	footer{padding:50px 0 30px 0;}
	footer p.sponsor, footer p.copyright{font-size: .12rem;}
	footer h2 img{height: 22px;}
    footer ul{margin: 30px auto 40px auto;}
    footer ul li{width: 390px;}
    footer .btn_member{
        margin: 30px auto 0 auto;
        width: 390px;
    }
    footer .realdgameLogo{
        width: 180px;
        margin: 60px auto 80px auto;
    }
    footer .contact{margin:  10px auto 40px auto;}
    footer .contact h2 img{height: 25px;}
    footer .contact p{padding: 20px 0 25px 0;}

	#share{
		width: 50px;
		bottom: 120px;
		right: -60px;
	}

	#btn_ticket{
		width: 96px;
		bottom:-110px;
	}

	/* navigation */
	nav ul{
		margin: 80px auto 0 auto;
		width: 420px;
	}
	nav ul li{padding: 15px 0;}
	nav ul li::before{
		font-size: .12rem;
		transform: translateX(-1.6em);
	}
	nav ul li a{font-size: .16rem;}
	nav ul li .subNav li a{font-size: .15rem;}
	nav ul li .subNav li::before{font-size: .09rem;}
	
	.btn_menu{
		top:-80px;
		width: 60px;
		height: 59px;
		background-size: 60px auto;
	}
	.close{
		width: 60px;
		height: 59px;
	}
	.btn_win{
		width: 60px;
		height: 59px;
	}

    /* モーダル */
    .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{width: 720px;}

}