@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: #ce587c;text-decoration: none;}
a:visited {color: #ce587c;text-decoration: none;}
a:hover{cursor: pointer;text-decoration: none; color: #4A1167; transition: all .3s ease-out;}
.btn:hover, .btnL:hover {cursor: pointer;transform: scale(1.05,1.05); 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;}
.margintop{margin: 20px auto 0 auto !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;}
.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;
}
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: #880012;
	background-image: url("../img/bg.jpg");
	background-size: 80px auto;
	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;
}
.contentsUP{opacity: 0;transform: translateY(20px);transition: all .6s .1s cubic-bezier(.65,.1,.35,.9);}
.contentsUP.viewCont{opacity: 1;transform: translateY(0);}
.contentsIN{opacity: 0;}
.contentsIN.viewCont{animation:dispIn .5s ease 0s 1 normal forwards;}
@keyframes dispIn {
	0% {opacity: 0;}
	20% {opacity: .8;}
	30% {opacity: .7;}
    50% {opacity: .5;}
	70% {opacity: .7;}
	74% {opacity: .4;}
	80% {opacity: .6;}
	90% {opacity: .9;}
	95% {opacity: .7;}
    100% {opacity: 1;}
}

#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5000;
}
#loading .loadingBg{
	position: absolute;
	top:0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url("../img/bg_catch.jpg");
	background-repeat: repeat-x;
	background-position: 50% 0;
	background-size: auto 90%;
	background-color: #080202;
	transition: all .6s .1s cubic-bezier(.65,.1,.35,.9);
}
#loading .loadingBg.right{left: 50%;}
#loading .loadingBg.open{transform: translateX(-150%);}
#loading .loadingBg.right.open{transform: translateX(150%);}
#loading .loadimg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: auto;
	transform: translate(-50%, -50%);
	transition: all .6s .1s cubic-bezier(.65,.1,.35,.9);
}
#loading .loadimg.open{opacity: 0;}
#loading .loadimg img{
	width: 100%;
	height: auto;
}
#loading .loadTxt {
	text-align: center;
}
#loading .loadTxt span{
	position: relative;
	font-size: .22rem;
	padding: 0 5px;
	color: #FFF8A3;
	display: inline-block;
	transform: translateY(15px);
}
@keyframes dispAnim {
    50% {transform: translateY(0);}
    100% {transform: translateY(25px);}
}


.bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.bg.right{
	top:-21px;
	height: calc(100% + 21px);
	background-image: url("../img/bg.png"), url("../img/bg_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 132px, 50% 0;
	background-size: 100% auto, 100% auto;
}
#cm .bg, #point .bg{background-color: #230622;}
footer .bg{background-color: #060816;}
#news .bg{background-color: #141f00;}
#ticket .bg, #schedule .bg, #aboutgame .bg{background-color: #00223f;}
#limit .bg{background-color: #120e47;}

.bg::before, .bg.left::before{
	position: absolute;
	content: '';
	display: block;
	top:-19px;
	left: 0;
	width: 100%;
	height: calc(100% + 19px);
	z-index: -1;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
}
.bg.left::before{
	background-image: url("../img/bg.png"), url("../img/bg_left.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 120px, 50% 0;
	background-size: 100% auto, 100% auto;
}
#point .bg.left::before{
	background-image: url("../img/bg.png"), url("../img/bg.png"), url("../img/bg_left.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 50% 120px, 50% 520px, 50% 0;
	background-size: 100% auto, 100% auto,100% auto;
}
#news .bg.left::before{
	background-image: url("../img/bg.png"), url("../img/bg_left.png"), url("../img/bg_news.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 50% 120px, 50% 0, 50% 84%;
	background-size: 100% auto, 100% auto,106% auto;
}
#cm .bg::before{
	background-image: url("../img/bar.png");
	background-repeat: repeat-x;
	background-position: 50% 0;
	background-size: auto 52px;
}
footer .bg::before{background-image: url("../img/bg_footer.png");}
#point .bg::after{
	position: absolute;
	content: '';
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("../img/bg01.png");
	background-repeat: no-repeat;
	background-position: 170% 100%;
	background-size: 84% auto;
}
#charactor .bg{
	top:-21px;
	height: calc(100% + 21px);
	background-image: url("../img/bg.png"), url("../img/bar.png");
	background-repeat: no-repeat, repeat-x;
	background-position: 50% 100%, 50% 0;
	background-size: 100% auto, auto 62px;
}
#charactor .bg::before, #charactor .bg::after{
	position: absolute;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	background: -webkit-linear-gradient(top, rgba(8,2,2,0), #080202);
	background: -o-linear-gradient(top, rgba(8,2,2,0), #080202);
	background: linear-gradient(to top, #080202, rgba(8,2,2,0));
	z-index: -4;
}
#charactor .bg::before{top:30px;transform: rotate(180deg);}
#charactor .bg::after{bottom:0;}
#aboutgame .bg::before{
	background-image:  url("../img/bg.png"), url("../img/bar.png"), url("../img/bg02.png");
	background-repeat: no-repeat, repeat-x, no-repeat;
	background-position: 50% 180%, 50% 0, 50% 40%;
	background-size: 100% auto, auto 52px, 105% auto;
}

h2{
	position: relative;
	width: 280px;
	margin: 0;
	padding-top: 20px;
}
#play h2, #story h2, #goods h2{transform: translateX(-35px);}
#point h2, #news h2, #limit h2{margin:0 0 0 auto;transform: translateX(45px);}
#howto h2, #faq h2{transform: translateX(-68px);}
#cautionlist h2{transform: translateX(-48px);}
#charactor h2{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#charactor h2::before{
	position: absolute;
	top:0;
	left: -5%;
	width: 110%;
	height: 90%;
	content: '';
	display: block;
	transform: rotate(-7.6deg);
	border-bottom: solid 2px #fdfeb7;
	border-top: solid 2px #fdfeb7;
}
#charactor h2 img{
	width: 90%;
	margin:10px auto 0 auto;
}
#ticket h2{margin:0 0 0 auto;transform: translateX(20px);}

h3{
	position: relative;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-size: .16rem;
	font-weight: 700;
	color: #fffa7e;
	text-align: center;
}
h3 span{
	position: relative;
	display: inline-block;
}
h3 span::before{
	position: absolute;
	content: '';
	display: block;
	top:50%;
	left: -40px;
	height: 20px;
	width: calc(100% + 80px);
	background-image: url("../img/icon.png"), url("../img/icon.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: contain, contain;
	transform: translateY(-50%);
}
#goods h3{
	margin: 0 auto;
	font-size: .18rem;
	padding: 10px 0;
}
#goods h3 span::before{
	position: absolute;
	content: '';
	display: block;
	top:50%;
	left: -110px;
	height: 45px;
	width: calc(100% + 220px);
	border-top:solid 2px #fdfeb7;
	border-bottom:solid 2px #fdfeb7;
	background-image: url("../img/icon.png"), url("../img/icon.png"), url("../img/icon.png"), url("../img/icon.png"), url("../img/icon.png"), url("../img/icon.png"), url("../img/icon.png"), url("../img/icon.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 5px 50%, 25px 50%,45px 50%,65px 50%, calc(100% - 5px) 50%, calc(100% - 25px) 50%, calc(100% - 45px) 50%, calc(100% - 65px) 50%;
	background-size: 15px auto, 15px auto, 15px auto, 15px auto, 15px auto, 15px auto, 15px auto, 15px auto;
	transform: translateY(-50%);
}

footer{
	position: relative;
	margin:  0 auto;
    padding: 70px 0 180px 0;
    text-align: center;
	z-index: 20;
}
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: 50px;
	bottom: 110px;
	right: -70px;
	transition: all .3s ease-out;
    z-index: 100;	

}
ul.snsShare{
	position: relative;
	margin: 5px auto 0 auto;
}
ul.snsShare li{width: 100%; margin-bottom: 7px;}
.dispShare{right: 0 !important;}

#btn_ticket{
	position: fixed;
	width: 98px;
	height: 121px;
	bottom:-130px;
    right: 0;
	z-index: 98;
	transition: all .3s ease-out;
}
.dispTicket{bottom: -10px !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-color: #0f0304;
}
nav .toppage{
	position: absolute;
	top: 30px;
	left: 10px;
	width: 110px;
	display: block;
}
nav ul{
	position: relative;
	margin: 120px 0 0 auto;
}
nav ul li{
	position: relative;
	padding: 0 0 8px 10px;
	margin: 20px 0 20px 60px;
	text-align: left;
	font-size: .18rem;
	font-weight: 900;
}
nav ul li::before{
	position: absolute;
	content: '';
	display: block;
	top:50%;
	left: -20px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background-image: url("../img/icon.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
nav ul li a, nav ul li p{color: #ffde02 !important; text-decoration: none !important;}
nav ul li p{opacity: .4;}
.navbg{
	position: absolute;
	top:0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background-image: url("../img/bg_catch.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	opacity: .25;
}
.navWrap{
	position: absolute;
	top:0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background-image: url("../img/bar.png"), url("../img/bar.png"), url("../img/bg_menu.png");
	background-repeat: repeat-x, repeat-x,  no-repeat;
	background-position: 50% -20px, 50% calc(100% + 20px), 50% 50%;
	background-size: auto 52px, auto 52px, contain;
}
.navWrap::before{
	position: absolute;
	top:20px;
	left: 50%;
	transform: translateX(-50%);
	width: 650px;
	height:650px;
	content: '';
	display: block;
	background-color: rgba(255,126,0,.09);
	border-radius: 50%;
}
.dispMenu{left: 0;}
.btn_menu{
	position: fixed;
	top:0;
	right:0;
	display: block;
	width: 50px;
	height:50px;
    z-index: 702;
	opacity: 1;
    transition: all .3s ease-out;
}
.btn_menu.disp{right:0;opacity: 1;}
.close{
	position: fixed;
	top:-60px;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 1501;
    opacity: 0;
    transition: all .3s ease-out;
}
.close.disp{top:0;opacity: 1;}
.btn_win{
	position: fixed;
	top: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 1504;
	opacity: 0;
	transition: all .3s ease-out;
}
.btn_win.disp{top:0;opacity: 1;}

/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 1500;
	background-color: #48000e;
	background-image: url("../img/bar.png"), url("../img/bg.png"), url("../img/bg_left.png"), url("../img/bg01.png");
	background-repeat: repeat-x,  no-repeat,  no-repeat,  no-repeat;
	background-position: 50% calc(100% + 25px), 50% 50%, 0 -25px, 0 100%;
	background-size: auto 52px, contain, 100% auto, 100% auto;
	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: 120px auto 0 auto;
}
.modal section div.mordalinner h3{
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
	width: calc(100% - 60px);
    text-align: center;
	color: #ffde02;
	font-weight: 900;
	font-size: .18rem;
}
.modal section div.mordalinner h3::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	bottom:5px;
	left: 0;
	background-color: #ffde02;
}
.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;
}
.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.right{
		top:-51px;
		height: calc(100% + 51px);
		background-image: url("../img/bg.png"), url("../img/bg_right_pc.png");
		background-repeat: repeat-x, no-repeat;
		background-position: 50% 132px, 50% 0;
		background-size:auto auto,100% auto;
	}
	.bg::before, .bg.left::before{
		top:-51px;
		height: calc(100% + 51px);
	}
	.bg.left::before{background-image: url("../img/bg.png"), url("../img/bg_left_pc.png");}
	#point .bg.left::before{
		background-image: url("../img/bg.png"), url("../img/bg_left_pc.png");
		background-repeat: repeat-x, no-repeat;
		background-position: 20% 120px, 50% 0;
		background-size: auto auto,100% auto;
	}
	#news .bg.left::before{
		background-image: url("../img/bg.png"), url("../img/bg_left_pc.png"), url("../img/bg_news.png");
		background-position: 50% 120px, 50% 0, 50% 40px;
		background-size:auto auto, 100% auto,960px auto;
	}
	#cm .bg::before{top:-38px;;background-size: auto 88px;}
	footer .bg::before{background-image: url("../img/bg_footer_pc.png");}
	#point .bg::after{
		background-position: 100% 100%;
		background-size: auto auto;
	}
	#charactor .bg{
		top:-51px;
		height: calc(100% + 51px);
		background-repeat: repeat-x, repeat-x;
		background-position: 10% 100%, 50% 0;
		background-size: auto auto, auto 72px;
	}
	#charactor .bg::before{top:38px;}
	#aboutgame .bg::before{
		background-image:  url("../img/bg.png"), url("../img/bar.png"), url("../img/bg02.png");
		background-repeat:  repeat-x, repeat-x, no-repeat;
		background-position: 50% 180%, 50% -21px, 0 40%;
		background-size: auto auto, auto 72px, 450px auto;
	}

	h2{
		width: 960px;
		margin: 0 auto;
		padding-top: 20px;
	}
	h2 img{width: 340px;}
	#point h2 img, #news h2 img, #limit h2 img, #ticket h2 img{margin: 0 0 0 auto;}
	#play h2, #story h2, #goods h2{transform: translateX(0);}
	#point h2, #news h2, #limit h2{margin: 0 auto;transform: translateX(0);}
	#howto h2, #faq h2{transform: translateX(0);}
	#cautionlist h2{transform: translateX(0);}
	#charactor h2 img{
		width: 380px;
		margin:60px auto 0 auto;
	}
	#ticket h2{margin:0 auto;transform: translateX(0);}

	h3{
		padding: 0 0 30px 0;
		font-size: .18rem;
	}
	#goods h3{
		font-size: .22rem;
		padding: 12px 0;
	}

	footer{padding: 70px 0 10px 0;}
	footer p{font-size: .14rem;}
	footer ul.footbnr{width: 340px;}
	footer ul.footbnr li{margin: 0 auto 25px auto;}
	footer .realdgameLogo{width: 200px;}

	#share{
		width: 60px;
		bottom: 140px;
		right: -90px;
	}
	ul.snsShare li{margin-bottom: 10px;}
	#btn_ticket{
		width: 135px;
		height: 145px;
		bottom:-150px;
	}

	/* 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 140px;
		height: 60px;
		width:calc(100% - 280px);
		text-align: center;
		background-position: 10px 0;
		background-size: 100px auto;
		overflow-y: hidden;
	}
	nav .toppage{
		position: absolute;
		top: 20px;
		left: 10px;
		width: 120px;
	}
	nav ul{
		margin: 0 auto;
		width: 930px;
		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 35px;
		margin:0;
		text-align: center;
		font-size: .16rem;
		border-bottom: none;
		line-height: 80px;
	}
	nav ul li::before{left: -7px;}
	.navWrap{
		background-image: url("../img/bar.png");
		background-repeat: repeat-x;
		background-position: 50% -27px;
		background-size: auto 72px;
		min-width: 1200px;
	}
	.navWrap::before{display: none;}
	.btn_menu{display: none;}
	.close{display: none;}
	.btn_win{
		top: -90px;
		width: 80px;
		height: 80px;
	}


	/* モーダル */
	.opwin {
		background-image: url("../img/bar.png"), url("../img/bg.png"), url("../img/bg_left_pc.png"), url("../img/bg01.png");
		background-repeat: repeat-x,  repeat-x,  no-repeat,  no-repeat;
		background-position: 50% calc(100% + 35px), 10% 50%, 0 -48px, 0 100%;
		background-size: auto 72px, auto auto, 100% auto, auto auto;
	}
	.modal {
		margin: 0 auto ;
		width:960px;
	}

	.modal section div.mordalinner{margin: 160px auto 0 auto;}
	.modal section div.mordalinner h3{
		margin: 0 auto 30px auto;
		width:  960px;
		font-size: .24rem;
	}
	.modal section div.mordalinner h3::before{
		width: 960px;
		bottom:-5px;
		left: 0;
	}
	.modal section div.mordalinner p{
		padding: 25px 0;
		width: 760px;
		font-size: .14rem;
	}

	.movieWrap{width: 520px !important;}
}