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

.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: #ffe69b;text-decoration: none;}
a:visited {color: #ffe69b;text-decoration: none;}
a:hover{cursor: pointer;text-decoration: none; color: #b499b3; transition: all .3s ease-out;}
.btn:hover, .btnL:hover {cursor: pointer;transform: scale(1.02,1.02); transition: all .3s ease-out;}

.font-Serif{font-family: 'Noto Serif JP', 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;}
.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;
}

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


/* 共通パーツ */
body{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #321242;
	font-size: .14em;
	line-height: 1.7em;
	font-weight: 400; 
	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;}

/* BG */
.bg{
	position: absolute;
	top: 0;
    left: 0;
    height: 100%;
	width: 100%;
	z-index: -1;
}
#point .bg, #goods .bg{
	background-image: url('../img/bg_point.jpg');
	background-repeat: no-repeat;
	background-position:50% 0;
    background-size: 100% 100%;
}
#goods .bg{
	background-repeat: repeat-y;
    background-size: 100% auto;
}

#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #040A16;
}

h2{
	position: relative;
	margin: 0 auto 35px auto;
	z-index: 20;
}
h2::after{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color:#fff4d8;
	content: '';
	display: block;
}
h2 img{height: 42px; width: auto;margin: 0;}
h2.right img{margin: 0 0 0 auto;}
#point h2 img{height: 38px;}
#event h2 img, #ticket h2 img, #goods h2 img, #voice h2 img{height: 52px;}
#news h2, #goods h2{
	margin: 0 auto 50px auto;
	z-index: 9;
}
#news h2 img, #goods h2 img{filter: drop-shadow(0px 0px 5px #130a1b) drop-shadow(0px 0px 8px #130a1b) drop-shadow(0px 0px 18px #130a1b);}
#news h2::before{
	position: absolute;
	top: -200px;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	background-image: url('../img/bg_news.svg');
	background-repeat: no-repeat;
	background-position:50% 0;
    background-size: auto 100%;
	opacity: .6;
}
#goods h2::before{
	position: absolute;
	top: -160px;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 270px;
	background-image: url('../img/bg_news.svg');
	background-repeat: no-repeat;
	background-position:50% 0;
    background-size: auto 100%;
	opacity: .6;
}
#goods h2.food{margin: 120px auto 35px auto;}

footer{
	position: relative;
	margin:  0 auto;
    padding:30px 0 120px 0;
    text-align: center;
	z-index: 10;
}
footer p.copyright{position: relative; margin: 20px auto 0 auto;font-size: .10rem;}
footer p span{font-size: .11rem;}
footer ul.footbnr{
	position: relative;
	margin: 40px auto 30px 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: 40%;
	margin: 0 auto;
}

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

#btn_ticket{
	position: fixed;
	width: 120px;
	bottom:-220px;
    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: 500;
	transition: all .3s ease-out;
    text-align: center;
	background-color: rgba(163,31,118,.6);
}
nav ul{
	position: relative;
	margin: 70px 0 0 auto;
	width: calc(100% - 30px);
}
nav ul li{
	position: relative;
	padding: 0 0 0 30px;
	margin: 20px 0;
	text-align: left;
	font-size: .16rem;
}
nav ul li::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url("../img/icon.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
nav ul li a{text-decoration: none !important;}
.navWrap{
	position: absolute;
	top:0;
	left: 50px;
	height: 100vh;
	width: calc(100% - 50px);
	background-color: #1b1245;
	box-shadow: -9px 0px 16px -6px rgba(19,10,27,0.6);
}
.dispMenu{left: 0;}

.btn_menu{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 40px;
	height:40px;
    z-index: 702;
    transition: all .3s ease-out;
}
.btn_menu.disp{opacity: 0;}
.close{
	position: fixed;
	top:0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 701;
    opacity: 0;
    transition: all .3s ease-out;
}
.close.disp{opacity: 1;}
.btn_win{
	position: fixed;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 1500;
	background-color: #a31f76;
	background: -webkit-linear-gradient(top, #0a0521, #a31f76);
	background: -o-linear-gradient(top, #0a0521, #a31f76);
	background: linear-gradient(to top, #a31f76, #0a0521);
	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: 501;
 }
.modal {
	position: relative;
	margin: 0 auto;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 502;
    width:100% ;
	transform: translateX(-10px);
    min-height: 100%;
    transition: all .3s ease-out;
	color: #ffffff;
}
.modal section{
	position: relative;
	margin: 0 auto;
	z-index: 503;
}
.modal section div.mordalinner{
	position: relative;
	margin: 70px auto 0 auto;
	padding-bottom: 30%;
}
.modal section div.mordalinner h3{
    position: relative;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
	color: #ffe69b;
	border-bottom: solid 1px #ffe69b;
	font-size: .18rem;
}
.modal section div.mordalinner p{
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
    width: calc(100% - 60px);
}
.modal section div.mordalinner .mordalinnerBox{
    position: relative;
    margin: 0 auto 30px 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;}

	/* BG */
	#point .bg{background-image: url("../img/bg_point_pc.jpg"); background-size: cover;}
	#goods .bg{background-image: url("../img/bg_point_pc.jpg");}

	h2{margin: 0 auto 70px auto;}
	h2::after{width: 60%;}
	h2.right::after{left: 40%;}
	h2 img, h2.right img{height: 44px;margin: 0 auto; transform: translateX(-330px);}
	#event h2 img, #ticket h2 img{transform: translateX(-290px);}
	#howto h2 img, #voice h2 img{transform: translateX(-330px);}
	#goods h2 img{transform: translateX(-360px);}
	#play h2 img{transform: translateX(-310px);}
	#news h2 img{transform: translateX(-340px);}
	#point h2 img{transform: translateX(-240px);}
	#point h2 img, #event h2 img, #ticket h2 img, #goods h2 img, #voice h2 img{height: 54px;}
	#news h2, #goods h2{
		margin: 0 auto 50px auto;
		width: 100%;
	}
	#news h2::after{height: 0;}
	#news h2::before{
		background-image: url('../img/bg_news.svg'), url('../img/bg_news.svg');
		background-repeat: repeat-x, repeat-x;
		background-position:50% 0, 70% 0;
		background-size: auto 100%, auto 100%;
	}
	#goods h2::before{
		background-image: url('../img/bg_news.svg'), url('../img/bg_news.svg');
		background-repeat: repeat-x, repeat-x;
		background-position:50% 0, 70% 0;
		background-size: auto 100%, auto 100%;
	}
	#goods h2.food{margin: 100px auto 70px auto;}


	footer{ padding:30px 0 10px 0;}
	footer p.copyright{margin: 10px auto 0 auto;font-size: .12rem;}
	footer ul.footbnr{
		margin: 40px auto 30px auto;
		width: 380px;
	}

	footer .realdgameLogo{width:200px;}

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

	#btn_ticket{
		width: 140px;
		bottom:-320px;
	}


	/* navigation */
	nav ul{margin: 90px 0 0 auto;}
	nav ul li{
		padding: 0 0 0 40px;
		margin: 30px 0;
		font-size: .18rem;
	}
	nav ul li::before{
		width: 22px;
		height: 22px;
	}
	.navWrap{
		left: 50%;
		width: 50%;
	}

	.btn_menu{
		width: 70px;
		height:70px;
	}
	.close{
		width: 70px;
		height: 70px;
	}
	.btn_win{
		width: 70px;
		height: 70px;
	}

	/* モーダル */
	.modal section div.mordalinner{
		margin: 100px auto 50px auto;
		width: 800px;
		padding-bottom: 80px;
	}
	.modal section div.mordalinner h3{
		padding: 20px;
		font-size: .24rem;
	}
	.modal section div.mordalinner p{
		padding: 30px 0;
		width: 800px;
	}

	/* youtube */
	.modal section div.mordalinner .movieWrap{margin: 50px auto 0 auto;width: 520px;}

}