@charset "utf-8";

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
}
html{overflow-y: scroll;font-size: 625%;}

a{font-weight: 900;}
a:link {color: #01deff;text-decoration: none;}
a:visited {color: #01deff;text-decoration: none;}
a:hover{cursor: pointer;text-decoration: none; color: #95FDFF; transition: all .3s ease-out;}
.btn:hover, .btnL:hover {cursor: pointer;transform: scale(1.02,1.02); transition: all .3s ease-out;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.caution{
	padding-top: 10px;
    font-size: .12rem;
    line-height: 1.6em;
}
.center{text-align: center;}
.strong{font-weight: 900;}
.small{font-size: .12rem;}
.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;}
.flexalignstart{align-items: flex-start;}
.flexstretch{align-content: stretch;}
.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;
	image-rendering: high-quality;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}
svg {vertical-align:bottom;max-width: 100%;}
img[src$=".svg"] {width: 100%;}

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

body{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #170c16;
	font-size: .14em;
	line-height: 1.7em;
	font-weight: 500; 
	font-feature-settings: "halt" 1;
	word-wrap: break-word;
	z-index: -10;
}

section{
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#wrap{position: relative;width: 100% !important; margin:0 auto; padding:0;overflow: hidden;opacity: 0;}
#main-contents{position: relative; padding:0;}

.contetsWrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	z-index: 10;
}
.contents{opacity: 0;transform: translateY(20px);transition: all .6s .1s cubic-bezier(.65,.1,.35,.9);}
.contents.viewCont{opacity: 1;transform: translateY(0);}

#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #170c16;
	transition: all .4s .1s cubic-bezier(.65,.1,.35,.9);
}
#loading.open{top:-100%;}
#loading .loadimg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: auto;
	transform: translate(-50%, -50%);
}
#loading .loadimg img{
	width: 60px;
	height: auto;
	margin: 0 auto;
}
#loading .loadTxt {
	text-align: center;
	font-size: .12rem;
}
#loading .loadTxt span{
	position: relative;
	font-size: .22rem;
	padding: 0 5px;
	color: #f6ff03;
	display: inline-block;
	transform: translateY(15px);
}
@keyframes dispAnim {
    50% {opacity: 0;}
    100% {opacity: 1;}
}


.bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-color: #170c16;
	z-index: -3;
}
.anibg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
}
.anibg .canvas {
	position: relative;
	margin: 0 auto;
}

h2{
	position: relative;
	margin: 0;
	padding: 0 0 12px 10px;
	background-image: url("../img/bg_ttl.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: auto 19px;
}
h2 img{
	position: relative;
	margin: 0;
	height: 50px;
	width: auto;
}

footer{
	position: relative;
	margin:  0 auto;
    text-align: center;
	z-index: 20;
}
footer .bg1{
	position: absolute;
	top:-60px;
	left:calc(50% - 40px);
	transform: translateX(-50%);
	width: 620px;
	height:220px;
	z-index: -1;
	background-color: #819aa5;
	border-radius:310px / 110px;
}
footer .bg1::before{
	position: absolute;
	top:5px;
	left: calc(50% + 80px);
	transform: translateX(-50%);
	width: 620px;
	height:220px;
	content: '';
	display: block;
	background-color: #bf9fc6;
	border-radius:310px / 110px;
}
footer .bg1::after{
	position: absolute;
	top:10px;
	left: calc(50% + 40px);
	transform: translateX(-50%);
	width: 620px;
	height:220px;
	content: '';
	display: block;
	background-color: #0d0517;
	border-radius:310px / 110px;
}
footer .footerInner{
	position: relative;
	margin:  0 auto;
    padding: 0 0 180px 0;
    text-align: center;
	z-index: 20;
	background-color: #0d0517;
}
footer p{position: relative; margin: 30px auto 0 auto;font-size: .12rem;}
footer p.copyright{margin: 5px auto 0 auto}
footer ul.footbnr{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
}
footer ul.footbnr li{position: relative;width: 100%; margin: 0 auto 15px auto;}
footer .realdgameLogo{
    position: relative;
    display: block;
	width: 46%;
	margin: 0 auto 40px auto;
}

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

#btn_ticket{
	position: fixed;
	width: 100%;
	height: 110px;
	bottom:-130px;
    right: 0;
	z-index: 98;
	transition: all .3s ease-out;
}
#btn_ticket::before{
	position: absolute;
	width: 100%;
	height: 44px;
	bottom:0;
    left: 0;
	background-color: #a22200;
	content: '';
	display: block;
}
#btn_ticket img{
	position: relative;
	margin: 0 0 0 auto;
	height: 110px;
	transform: translateX(30px);
}
.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: 1500;
	transition: all .3s ease-out;
    text-align: center;
	background-image:  url("../img/bg_faq.png"), url("../img/bg.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position:  0 118%, 50% 0;
	background-size: 80% auto, cover;
	background-color: #170c16;
}
nav .toppage{display: none;}
nav ul{
	position: relative;
	margin: 80px 0 0 auto;
}
nav ul li{
	position: relative;
	padding: 0 0 8px 0;
	margin: 20px 0 35px 40px;
	text-align: left;
	border-bottom: solid 1px #fdff6a;
}
nav ul li:nth-child(2){margin: 20px 0 35px 160px;}
nav ul li:nth-child(3){margin: 20px 0 35px 80px;}
nav ul li:nth-child(4){margin: 20px 0 35px 230px;}
nav ul li:nth-child(5){margin: 20px 0 0 20px;}
nav ul li img{height: 22px; width: auto;}
.dispMenu{left: 0;}
.btn_menu{
	position: fixed;
	top:0;
	right:-70px;
	display: block;
	width: 60px;
	height:60px;
    z-index: 702;
	opacity: 1;
    transition: all .3s ease-out;
}
.btn_menu.disp{right:0;opacity: 1;}
.close{
	position: fixed;
	top:0;
	right:  -70px;
	width: 60px;
	height: 60px;
	z-index: 1501;
    opacity: 0;
    transition: all .3s ease-out;
}
.close.disp{right:0;opacity: 1;}
.btn_win{
	position: fixed;
	top: 0;
	right: -70px;
	width: 60px;
	height: 60px;
	z-index: 1504;
	opacity: 0;
	transition: all .3s ease-out;
}
.btn_win.disp{right:0;opacity: 1;}

/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 1500;
	background-image:  url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position:50% 0;
	background-size: cover;
	background-color: #170c16;
	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: 1501;
	overflow: hidden;
 }
.modal {
	position: relative;
	margin: 0 ;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 1502;
    width:calc(100% - 20px);
    transition: all .3s ease-out;
	color: #ffffff;
}
.modal section{
	position: relative;
	margin: 0 auto;
	z-index: 1503;
}
.modal section div.mordalinner{
	position: relative;
	margin: 70px auto 0 auto;
	padding: 30px 0;
	width: calc(100% - 40px);
	border: solid 1px #ffffff;
	background-color: rgba(255,255,255,.1);
}
.modal section div.mordalinner h3{
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
	width: calc(100% - 60px);
    text-align: center;
	color: #f6ff07;
	font-weight: 900;
	font-size: .18rem;
}
.modal section div.mordalinner h3::before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	bottom:-5px;
	left: 0;
	background-color: #f6ff07;
}
.modal section div.mordalinner h3::after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	left: 0;
	bottom:-45px;
	background-image: url("../img/Flare05.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 80px;
}
.modal section div.mordalinner p{
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
    width: calc(100% - 60px);
}
.modal section div.mordalinner a{ text-decoration: underline;}
.modal section div.mordalinner .mordalinnerBox{
    position: relative;
    margin: 0 auto;
}

/* youtube */
.movieWrap{
    position: relative;
    margin: 0 auto;
	width: calc(100% - 40px);
	background-color: #000000;
}
.movieWrap.wide{width:100%;}
.modal section div.mordalinner .movieWrap{margin: 30px auto 0 auto;width: calc(100% - 60px);}
.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; }
    
    body{font-size: .16em;background-size: auto auto;}
	
	header{min-width: 1200px;}
	
	.caution{font-size: .12rem;}
	.small{font-size: .14rem;}
	
	#wrap{min-width: 1200px;padding: 0;}
	
	.contetsWrap{width: 960px;margin: 0 auto;}

	#loading .loadimg{width: 430px;}
	
	.bg{background-image: url("../img/bg_pc.jpg");}
	.anibg{
		left: 50%;
		transform: translateX(-50%);
		width: 1200px;
	}

	h2{
		width: 960px;
		margin: 0 auto;
		background-position: 0 100%;
	}

	footer .bg1{
		top:-123px;
		width: calc(100% + 30px);
		border-radius:50% / 110px;
	}
	footer .bg1::before{
		width: calc(100% + 30px);
		border-radius:50% / 110px;
	}
	footer .bg1::after{
		width: calc(100% + 30px);
		border-radius:50% / 110px;
	}
	footer .footerInner{padding: 0 0 120px 0;}
	footer p{margin: 50px auto 0 auto;font-size: .14rem;}
	footer ul.footbnr{width: 380px;}
	footer .realdgameLogo{width: 220px;}

	#share{
		width: 50px;
		bottom: 180px;
		right: -90px;
	}
	ul.snsShare li{margin-bottom: 12px;}

	#btn_ticket{
		height: 130px;
		bottom:-150px;
	}
	#btn_ticket::before{height: 52px;}
	#btn_ticket img{
		margin: 0 auto;
		height: 130px;
		transform: translateX(50px);
	}

	/* navigation */
	#menu{
		position: fixed;
		top:0;
		left: 0;
		padding: 0;
		height: 70px;
		width:100%;
		z-index: 500;
	}
	nav{
		position: relative;
		top:0;
		left: 0;
		padding: 5px 40px;
		height: 60px;
		width:calc(100% - 80px);
		text-align: center;
		overflow-y: hidden;
		background-image:  none;
		background-color: #170c16;
		border-bottom: solid 1px #fdff6a;
	}
	nav .toppage{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 80px;
		display: block;
	}
	nav ul{
		margin: 0 auto;
		width: 800px;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content:center;
		align-items: center;
	}
	nav ul li{
		padding: 0 15px;
		margin:18px 0 0 0;
		border-bottom: none;
	}
	nav ul li:nth-child(2), nav ul li:nth-child(3), nav ul li:nth-child(4), nav ul li:nth-child(5), nav ul li:nth-child(6){margin: 18px 0 0 0;}
	nav ul li img{height: 22px;}
	nav ul li img:hover{transform: scale(1.03, 1.03);}
	.navWrap{min-width: 1100px;}
	.navWrap::before{display: none;}
	.btn_menu{display: none;}
	.close{display: none;}
	.btn_win{
		right: -90px;
		width: 80px;
		height: 80px;
	}

	/* モーダル */
	.opwin {background-image:  url("../img/bg_pc.jpg");}
	.modal {
		margin: 0 auto 80px auto ;
		width:960px;
	}

	.modal section div.mordalinner{margin: 80px auto 0 auto;}
	.modal section div.mordalinner h3{
		margin: 10px auto 50px auto;
		width: 800px;
		font-size: .24rem;
	}
	.modal section div.mordalinner h3::before{
		width: 800px;
		bottom:-5px;
		left: 0;
	}
	.modal section div.mordalinner p{
		padding: 25px 0;
		width: 760px;
		font-size: .14rem;
	}
	.movieWrap{width: 520px !important;}
}