@charset "utf-8";

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family: 'Noto Serif JP', 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;}

.font-Sans{font-family: 'Noto Sans JP', sans-serif;}

.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;
}
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: #000000;
	background-color: #ffffff;
	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;transition: all 1s .1s cubic-bezier(.69,.03,.58,.81);}
.contents.viewCont{opacity: 1;transform: translateY(0);}
.contentsUPWrap{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.contentsUP{opacity: 0;transform: translateY(20px);transition: all .6s .3s cubic-bezier(.65,.1,.35,.9);}
.contentsUP.viewCont{opacity: 1;transform: translateY(0);}
.contentsIN{opacity: 0;transform: translateX(-30px);transition: all .6s 0s cubic-bezier(.65,.1,.35,.7);}
.contentsIN.viewCont{opacity: 1;transform: translateX(0);}

#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000000;
}
#loading .loadimg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: auto;
	transform: translate(-50%, -50%);
}
#loading .loadimg img{
	width: 100%;
	height: auto;
}

.bg, .bg1{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -5;
}
.bg1{z-index: -6;}

h2{
	position: relative;
	margin: 0 auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	text-align: center;
	padding: 40px 0;
	font-size: .30rem;
}
#story h2{padding: 30px 0 10px 0;border-bottom: solid 1px #979797;}
#cautionlist h2{padding: 10px 0;}
#faq h2{color: #ffffff;}

footer{
	position: relative;
	margin:  0 auto;
    padding: 0;
    text-align: center;
	z-index: 20;
}
footer .footBg{
	position: relative;
	margin: auto 0 auto;
	padding:0 0 250px 0;
	background-color: #000000;
	background-image: url("../img/bg_footer01.svg"), url("../img/bg_footer02.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: 0 20px, calc(100% - 10px) 96px;
	background-size: 18% auto, 2.5% auto;
}
footer .footBg::before{
	position: absolute;
	top:0;
	left: 0;
	content: '';
	width: 100%;
	height: 100px;
	display: block;
	background-image: url("../img/bg_white.svg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 101% 100%;
	transform: scale(-1,-1);
}
footer p{position: relative; margin: 20px auto 0 auto;font-size: .12rem;color: #ffffff;font-weight: 700;}
footer p.copyright{margin: 5px auto 0 auto}
footer ul.footbnr{
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	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: 48px;
	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: 138px;
	height: 94px;
	bottom:-120px;
    right: 0;
	z-index: 98;
	transition: all .3s ease-out;
}
.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-color: #045858;
	background-image: url("../img/bg_menu.svg");
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-size: 150px auto;
}
nav .toppage{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 110px;
	display: block;
}
nav ul{
	position: relative;
	margin: 90px 0 0 auto;
}
nav ul li{
	position: relative;
	padding: 0 0 8px 10px;
	margin: 20px 0 20px 120px;
	text-align: left;
	font-size: .15rem;
	border-bottom: solid 1px #045858;
	font-weight: 900;
}
nav ul li::before{
	position: absolute;
	content: '';
	display: block;
	bottom:-10px;
	left: -20px;
	width: 20px;
	height: 20px;
	background-image: url("../img/menuicon.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
nav ul li a, nav ul li p{color: #ffffff !important; text-decoration: none !important;}
nav ul li p{opacity: .4;}
nav ul li a span, nav ul li p span{color: #56c19f !important; }
.navWrap{
	position: absolute;
	top:0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.navWrap::before, .navWrap::after{
	position: absolute;
	content: '';
	display: block;
	top:-50vh;
	transform-origin: center;
	left: 40px;
	width: 200vw;
	height: 200vh;
	overflow: hidden;
}
.navWrap::before{
    transform: rotate(24deg);
	background-color: #ffffff;
}
.navWrap::after{
    transform: rotate(20deg);
	background-color: #000000;
}
.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: #045858;
	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;
 }
.close_win::before{
	position: absolute;
	content: '';
	display: block;
	top:30px;
	transform-origin: center;
    transform: rotate(-10deg);
	left: -50vw;
	width: 200vw;
	background-color: #0f2226;
	height: calc(100% - 0.001 * (0.001* 50% + 50vw) * 2);
	overflow: hidden;
}
.close_win::after{
	position: absolute;
	content: '';
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/ttl_popup.svg"), url("../img/bg_popup.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: 10px 0, 50% calc(100% + 20px);
	background-size: 34px auto, 110% auto;
}
.modal {
	position: relative;
	margin: 0 ;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 1502;
    width:calc(100% - 20px);
    min-height: 100%;
    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;
}
.modal section div.mordalinner h3{
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
	width: calc(100% - 60px);
    text-align: center;
	color: #56c19f;
	font-weight: 900;
	font-size: .18rem;
}
.modal section div.mordalinner h3::before{
	position: absolute;
	content: '';
	width: calc(100% + 50px);
	height: 1px;
	bottom:5px;
	left: 0;
	background-color: #153339;
}
.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;
	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;overflow: auto;padding: 0;}
	
	.contetsWrap{width: 960px;margin: 0 auto;}

	#loading .loadimg{width: 250px;}

	h2{
		padding: 80px 0 50px 0;
		font-size: .44rem;
		width: 960px; 
	}
	#story h2{padding: 100px 0 40px 0;margin-bottom: 40px;}
	#cautionlist h2{padding: 10px 0;}

	footer .footBg{
		padding:120px 0 20px 0;
		background-position: calc(50% - 480px) 30px, calc(50% + 450px) 120px;
		background-size: 120px auto, 17px auto;
	}
	footer .footBg::before{height: 150px;}
	footer p{margin: 40px auto 0 auto;font-size: .14rem;}
	footer p.copyright{margin: 5px auto 0 auto}
	footer ul.footbnr{
		padding-top: 50px;
		width: 380px;
	}
	footer ul.footbnr li{margin: 0 auto 25px auto;}
	footer .realdgameLogo{
		width: 180px;
		margin: 0 auto;
	}


	#share{
		width: 70px;
		bottom: 140px;
		right: -90px;
	}
	ul.snsShare li{margin-bottom: 10px;}
	#btn_ticket{
		width: 185px;
		height: 125px;
		bottom:-150px;
	}

	/* navigation */
	#menu{
		position: fixed;
		top:0;
		left: 0;
		padding: 0;
		height: 60px;
		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: 5px;
		left: 10px;
		width: 140px;
	}
	nav ul{
		margin: 0 auto;
		width: 900px;
		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: .18rem;
		border-bottom: none;
		line-height: 60px;
	}
	nav ul li::before{
		bottom:50%;
		left: 0;
		transform: translateY(50%);
	}
	.navWrap::before, .navWrap::after{
		top:-105%;
		transform-origin: left;
	left: 200px;
	width: 200vw;
	height: 200vh;}
	.btn_menu{display: none;}
	.close{display: none;}
	.btn_win{
		top: -90px;
		width: 80px;
		height: 80px;
	}

	/* モーダル */
	.close_win::before{
		top:26%;
		transform-origin: left;
		transform: rotate(-7deg);
		left: -50vw;
		height: 200vh;
	}
	.close_win::after{
		background-position: 10px 0, -20px calc(100% + 20px);
		background-size: 60px auto, 660px auto;
	}
	.modal {
		margin: 0 auto ;
		width:960px;
	}

	.modal section div.mordalinner{margin: 100px 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;}
}