@charset "utf-8";
@font-face {
	font-family: 'MPLUS1p';
	src: url("../fonts/MPLUS1p-Medium.woff2")format("woff2");
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'MPLUS1p';
	src: url("../fonts/MPLUS1p-Bold.woff2")format("woff2");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'MPLUS1p';
	src: url("../fonts/MPLUS1p-ExtraBold.woff2")format("woff2");
	font-weight: 800;
	font-display: swap;
}

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family: 'MPLUS1p', sans-serif;
	-webkit-overflow-scrolling: touch;
}
html{overflow-y: scroll;font-size: 625%;}

body{
	position: relative;
	width: 100%;
	color: #0d0d0d;
	background-color: #fcf5e3;
	font-size: .14em;
	line-height: 1.7em;
	font-weight: 400; 
	word-wrap: break-word;
	z-index: -20;
}

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

a:link {color: #0d0d0d;text-decoration: none;}
a:visited {color: #0d0d0d;text-decoration: none;}
a:hover{text-decoration: none; color: #22c3eb; transition: all .3s ease-out;}
.btnL:hover,.btn_win:hover, .btn_menu:hover, .close:hover {cursor: pointer;transform: scale(0.98,0.98); transition: all .3s ease-out;}
.btn:hover{cursor: pointer;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	opacity: 0;
}
.caution{
	padding-top: 10px;
    font-size: 85%;
    line-height: 1.6em;
}
.center{text-align: center;}
.right{text-align: right;}
.strong{font-weight: 800;}
.normal{font-weight: 500;}
.underline{text-decoration: underline !important;}
.fontSmall{font-size: 82%;}
.fontLarge{font-size: 140%;}
.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;}
.flexend{justify-content:flex-end;}
.flexstart{justify-content:flex-start;}
.flexaligncenter{align-items: center;}
.flexalignstart{align-items: flex-start;}
.flexalignend{align-items: flex-end;}
.flexstretch{align-content: stretch;}
.flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.cautionWrap{
	position: relative;
	margin: 0 auto;
}
.cautionWrap p{
	position: relative;
	margin: 5px auto 0 auto;
	padding-left: 1.1em;
	font-size: 76%;
	line-height: 1.6em;
}
.cautionWrap p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}

img{
	max-width:100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* safari*/
::-webkit-full-page-media, :future, :root img{
	image-rendering:auto;
}
svg {vertical-align:bottom;max-width: 100%;}
img[src$=".svg"] {width: 100%;}

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

#wrap{position: relative;margin: 0 auto;height: auto;width: 100%;opacity: 0;overflow: hidden;}
#wrap.display{opacity: 1;}

#main-contents{
	position: relative; 
	margin: 0 auto;
	padding:0;
}
.contents{
	position: relative;
	opacity: 0;
	transform: translateY(15px);
}
.contDisp{animation: fadeIn .4s ease-in 0s 1 normal forwards;}
@keyframes fadeIn {
	0%{opacity: 0;transform: translateY(15px);}
	100% { opacity: 1;transform: translateY(0);}
}

footer{
	position: relative;
	margin:  0 auto;
	padding: 40px 0 200px 0;
	color: #0d0d0d;
}
footer ul.footSns{
	position: relative;
	margin: 0 auto 20px auto;
	width: calc(100% - 40px);
	gap:0 10px;
}
footer ul.footSns li{
	position: relative;
	margin: 0;
	width: 40px;
}
footer p{
	position: relative; 
	margin: 15px auto 0 auto;
	text-align: center;
}
footer ul.footbnr{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
}
footer ul.footbnr li{
	position: relative;
	width: 100%;
	max-width: 380px;
	margin: 0 auto 10px auto;
	text-align: center;
}
footer ul.footbnr li a{display: block; margin: 0 auto;}
footer ul.official{
	position: relative;
	margin: 0 auto 20px auto;
	width: calc(100% - 40px);
	max-width: 500px;
	gap: 0 25px;
}
footer ul.official li{
	position: relative;
	margin: 0;
	width: calc(40% - 15px);
	padding: 0 5px;
}
footer ul.official li:last-child{padding: 0; width: calc(50% - 30px);}
footer .contact{
	position: relative;
	margin: 20px auto;
}
footer .contact .ttl{
	position: relative;
	margin: 0 auto;
	width: 8em;
	line-height: 1em;
	padding: 5px;
	border: solid 1px #0d0d0d;
	text-align: center;
}
footer .logoA{
	position: relative;
	margin: 0 auto 40px auto;
	width: 100%;
	max-width: 640px;
}
footer .att{
	position: relative;
	margin: 20px auto;
	width: calc(100% - 70px);
	max-width: 620px;
	padding: 10px;
	border: solid 1px #0d0d0d;
	background-color: rgba(255,249,232,0.70);
	text-align: center;
}

#shareBtn{
	position: fixed;
	width: 40px;
	bottom: 12%;
	right: 3px;
	opacity: 0;
    z-index: -1412;
}
#shareBtn h2{
	position: relative;
	margin: 0 auto 5px auto;
}
#shareBtn ul{
	position: relative;
	margin: 0 auto;
}
#shareBtn ul li{width: 100%;margin-bottom:8px;}
#shareBtn.dispShare{z-index: 1412;animation: fadeIn .4s ease-out .04s 1 normal forwards;}

#ticketBtn{
	position: fixed;
	width: 100%;
	bottom:0;
	left: 0;
	opacity: 0;
	 z-index: -2411;
	transform: translateY(100px);
}
#ticketBtn a{
	position: relative;
	display: block;
	width: 50%;
}
#ticketBtn img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 346px;
}
#ticketBtn.disp{animation: fadeInY .4s ease-out .04s 1 normal forwards; z-index: 2411;}
@keyframes fadeInY {
	0%{opacity: 0;transform: translateY(100px);}
	100% { opacity: 1;transform: translateY(0);}
}

/* navigation */
nav{
	position: fixed;
	top:0;
	left: 0;
	padding: 0;
	height: 100vh;
	width: calc(100% + 20px);
	display: none;
	overflow-y: auto;
	z-index: 2500;
}
nav .navWrap{
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(4,244,247, .95) 0%, rgba(8,77,234, .95) 100%);
}

nav ul{
	position: relative;
	margin: 0 auto;
	padding-top:90px;
	width: calc(100% - 40px);
	transform: translateX(-10px);
}
nav ul li{
	position: relative;
	margin: 0 auto 30px auto;
	padding: 0 0 5px 10px;
	width: calc(100% - 25px);
}
nav ul li::before{
	position: absolute;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	left: -10px;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("../img/icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	mix-blend-mode: screen;
}
nav ul li a{display: block;}
nav ul li img{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 574px;
}

.btn_menu{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
    z-index: -2600;
	opacity: 0;
}
.btn_menu .menu, .btn_menu .close{
	position: absolute;
	top:0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 0;
}
.btn_menu .close{top:0;right: 0;width: 50px;height: 50px;}
.btn_menu.disp{animation: fadeIn .3s  ease-in 0s 1 normal forwards;z-index: 2600;}
.btn_menu .menu.disp{animation: fadeIn .3s  ease-in 0s 1 normal forwards;z-index: 2600;}
.btn_menu .close.disp{animation: fadeIn .3s  ease-in 0s 1 normal forwards;z-index: 2600;}

/* youtube */
.movieWrap{
    position: relative;
    margin: 0 auto;
	background-color: #000000;
	max-width: 720px;
	overflow: hidden;
}
.movie{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie iframe, .movie img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.opwin{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: -1800;
	overflow-y: auto;
	background-color: rgba(255,173,0,0.95);
    transition: all .3s ease-out;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1801;
	overflow: hidden;
 }
.btn_win{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
    z-index: -1803;
}
.modal{
	position: absolute;
	top:50%;
	left:50%;
	width: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: -1802;
	max-width:760px;
}
.modal.topM{top: 30px;transform: translate(-50%, 0);padding-bottom: 30px;}
.modal .mordalinner{
	position: relative;
	margin: 0 auto;
	opacity: 0;
	transition: all .3s ease-out;
}
.modal .mordalinner.disp{opacity: 1;}
.modal .mordalinner .modalWrap{
	position: relative;
	margin: 0 auto;
	padding: 10px 15px;
	width: calc(100% - 60px);
	 background-color: #ffffff;
	border: solid 2px #FF7B00;
	color: #000000;
	border-radius: 20px;
}
.modal .mordalinner .modalWrap h2{
	position: relative;
	margin:20px auto 0 auto;
	width: 100%;
	max-width: 580px;
	border-bottom: dotted 2px #6c5321;
	padding-bottom: 8px;
}
.modal .mordalinner .Img{
	position: relative;
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 640px;
}
.modal .mordalinner .modalCont{
	position: relative;
	margin: 25px auto;
	width: calc(100% - 20px);
	z-index: 1803;
}
.modal .mordalinner .movieWrap{margin: 0 auto;}
.modal .mordalinner .modalCont a.button{
	position: relative;
	margin: 20px auto 0 auto;
	display: block;
	width: 100%;
	max-width: 460px;
	padding: 5px 0;
	line-height: 1em;
	text-align: center;
	color: #ffffff;
	background-color: #FF7B00;
	border-radius: 100px;
	background-image: url("../img/arrow01.png");
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}

.sp{ display: block; }
.pc{ display: none; }

.is-empty{visibility: hidden;padding: 0;height: 0;margin: 0 !important;}

ruby{display: inline-block;padding-top: .5em;}
ruby[data-ruby]{ position: relative;}
ruby[data-ruby]::before{
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -5em;
    right: -5em;
	top:.1em;
	font-size: 50%;
}
ruby[data-ruby] rt{ display: none;}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
		
	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .16em;}
	
	#wrap{padding: 0;}

	footer{padding: 60px 0 100px 0;}
	footer .realdgameLogo{
		margin: 50px auto;
		max-width: 180px;
	}
	footer p{
		margin: 5px auto 0 auto;
		font-size: .16rem;
	}
	footer ul.footbnr{margin: 30px auto; max-width: 800px;}
	footer .realdgameLogo{
		margin: 20px auto 50px auto;
		max-width: 190px;
	}
	footer .contact .ttl{margin: 10px auto;}
	
	#shareBtn{
		width:40px;
		bottom:155px;
	}
	#shareBtn ul li{margin-bottom: 10px;}

	#ticketBtn{
		left: auto;
		right: 0;
		width: 480px;
	}
	
	nav .navWrap{
		width: 30%;
		max-width: 600px;
	}
	
	/* navigation */
	nav{background-color: rgba(255,254,230,0.88);}
	nav .navWrap{
		width: 40%;
		max-width: 600px;
		box-shadow: -5px 0px 9px 0px rgba(0,0,0,0.6);
	}
	nav ul{padding-top:100px;width: calc(100% - 120px);}
	nav ul li{margin: 0 auto 30px auto;}
	
	.btn_menu{
		width:70px;
		height: 70px;
	}
	.btn_menu .menu, .btn_menu .close{
		width: 70px;
		height: 70px;
	}
	.btn_menu .close{width: 70px;height: 70px;}

	.btn_win{
		top:10px;
		right: 10px;
		width: 70px;
		height: 70px;
	}
	.modal .mordalinner .modalWrap{
		padding: 60px 35px 50px 35px;
		background-size: 396px auto;
		border: solid 6px #CCA508;
		border-radius: 15px;
	}
	.modal .mordalinner .movieWrap{margin: 0 auto 30px auto;}
	.modal .mordalinner .modalCont a.button{
		margin:30px auto 0 auto;
		padding: 15px 0;
	}

}
