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

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

body{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #21052f;
	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: #ffffff;text-decoration: none;}
a:visited {color: #ffffff;text-decoration: none;}
a:hover{text-decoration: none; color: #23d7f3; transition: all .3s ease-out;}
.btnL:hover,.btn_win:hover, .btn_menu:hover, .close:hover {cursor: pointer;opacity: 0.7; 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: 400;}
.underline{text-decoration: underline !important;}
.fontSmall{font-size: 86%;}
.fontLarge{font-size: 120%;}
.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: 86%;
	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;}

#bg{
	position: fixed;
	width: 100%;
	height: 100%;
	height: 100svh;
	background-image: url("../img/bg.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
#main-contents{
	position: relative; 
	margin: 0 auto;
	padding:0;
}
.contents{
	position: relative;
	opacity: 0;
}
.contentsY{
	position: relative;
	opacity: 0;
	transform: translateY(15px);
}
.contDisp{animation: fadeIn .4s ease-in 0s 1 normal forwards;}
.contDispY{animation: fadeInY .4s ease-in 0s 1 normal forwards;}
@keyframes fadeIn {
	0%{opacity: 0;}
	100% { opacity: 1;}
}
@keyframes fadeInY {
	0%{opacity: 0;transform: translateY(15px);}
	100% { opacity: 1;transform: translateY(0);}
}

h2{
	position: relative;
	margin: 0 auto 20px auto;
	width: calc(100% - 20px);
	max-width: 600px;
}

.btnArea{position: relative;}
.button{
	position: relative;
	margin: 0 auto;
	padding: 3px;
	width: calc(100% - 30px);
	display: block;
	background-image: url("../img/bg_button.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 480px auto;
	border: solid 2px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
	transition: all .3s ease-out;
}
.button span{
	position: relative;
	margin: 0 auto;
	display: block;
	border: solid 1px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
	text-align: center;
	background: linear-gradient(180deg,rgba(135, 103, 49, 1) 20%, rgba(248, 239, 183, 1) 50%, rgba(132, 99, 45, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	padding: 12px;
	font-weight: 700;
	line-height: 1em;
}
.button.lineheight1 span{line-height: 1.5em;}
.button span::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 8px;
	height: 15px;
	background-image: url("../img/arrow.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	content: '';
}
.button:hover{opacity: 0.7;}

footer{
	position: relative;
	margin:  -20px auto 0 auto;
	padding: 50px 0 220px 0;
	background-color: #000000;
}
footer .logoList{
	position: relative;
	margin: 0 auto 50px auto;
	width: calc(100% - 40px);
	gap:0 40px;
}
footer .logoList div{
	position: relative;
	margin: 0;
	width: calc(50% - 40px);
	max-width: 100px;
}
footer p{
	position: relative; 
	margin: 0 auto;
	text-align: center;
	font-size: 92%;
}
footer .copyright p{margin: 15px auto 0 auto;}
footer p.credit{margin: 30px auto 0 auto;font-size: 80%;}
footer .realdgameLogo{
	position: relative;
	margin: 0 auto 20px auto;
	width: 40%;
	max-width: 120px;
}
footer .totop{
	position: relative;
	margin: 0 auto 60px auto ;
	display: block;
	width: 18em;
	padding: 5px 0;
	line-height: 1em;
	border: solid 1px #757575;
	color: #BDBDBD;
	font-size: 90%;
	text-align: center;
}
footer .totop:hover{background-color: #3B3B3B;color: #ffffff;}

#shareBtn{
	position: fixed;
	width: 40px;
	bottom: 60px;
	right: 0;
	opacity: 0;
    z-index: -1412;
}
#shareBtn .ttl{
	position: relative;
	margin: 0 auto;
	padding-bottom: 5px;
}
#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:8px;
	left: 0;
	opacity: 0;
	 z-index: -2411;
	gap: 0 10px;
}
#ticketBtn a{
	position: relative;
	display: block;
	width: calc(50% - 10px);
	max-width: 240px;
}
#ticketBtn a.soon{pointer-events: none;opacity: 0.4;}
#ticketBtn img{
	position: relative;
	margin: 0 auto;
}
#ticketBtn.disp{animation: fadeInY .4s ease-out .04s 1 normal forwards; z-index: 2411;}

/* 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-color: rgba(34,2,61,0.95);
}

nav ul{
	position: relative;
	margin: 0 auto;
	padding-top:90px;
	width: calc(100% - 10px);
	transform: translateX(-10px);
}
nav ul li{
	position: relative;
	margin: 0 auto 25px auto;
	padding: 0 0 5px 0;
	width: calc(100% - 30px);
}
nav ul li.soon a{pointer-events: none;opacity: 0.3;}
nav ul li a{display: block;}
nav ul li img{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 580px;
}
nav ul li div{padding-top: 10px;}
nav ul li div img{position: relative;}


.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.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: 2601;}
.btn_menu .close.disp{animation: fadeIn .3s  ease-in 0s 1 normal forwards;z-index: 2602;}

/* 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%;
}

.popup{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 3000;
	overflow-y: auto;
	background-color: rgba(16,0,73,0.95);
	display: none;
}
.close_win01 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3001;
	overflow: hidden;
 }
.btn_win01{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
    z-index: 3004;
}
.popup .popupWrap{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 60px);
	max-width: 600px;
	z-index: 3003;
}
.popup .popupWrap .popuplogo{
	position: relative;
	margin: 0 auto 5px auto;
	width: 40%;
	max-width: 400px;
}
.popup .popupInner{
	position: relative;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	text-align: center;
	 background-color: #ffffff;
	border: solid 2px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
	color: #000000;
}
.popup .popupInner h2{
	position: relative;
	margin: 20px auto 20px auto;
	width: 100%;
	text-align: center;
	font-size:130%;
	font-weight: 700;
	color: #9B00BF;
	border-bottom: solid 1px #9B00BF;
}
.popup .popupInner p{
	position: relative;
	padding-bottom: 20px;
}
.popup .popupWrap p.caution{
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 0;
}

.opwin{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: -2800;
	overflow-y: auto;
	background-color: rgba(16,0,73,0.95);
    transition: all .3s ease-out;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2801;
	overflow: hidden;
 }
.btn_win{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
    z-index: -2803;
}
.modal{
	position: absolute;
	top:50%;
	left:50%;
	width: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: -2802;
	max-width:960px;
}
.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 20px 15px;
	width: calc(100% - 60px);
	 background-color: #ffffff;
	border: solid 2px;
	border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
	color: #000000;
}
.modal .mordalinner .modalWrap.goodsImg{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	width: calc(100% - 30px);
	background-color: transparent;
	border:none;
}
#tokuten01.modal .mordalinner .modalWrap{padding: 0;width: calc(100% - 30px);}
.modal .mordalinner .modalWrap h2{
	position: relative;
	margin: 20px auto 20px auto;
	width: 100%;
	text-align: center;
	font-size:130%;
	font-weight: 700;
	color: #9B00BF;
	border-bottom: solid 1px #9B00BF;
}
.modal .mordalinner .movieWrap{margin: 20px auto;border: solid 2px #9B00BF;}
.modal .mordalinner .modalCont{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	z-index: 1803;
}
#tokuten01.modal .mordalinner .modalCont{width: 100%;}
.modal .mordalinner .btnArea{margin: 30px auto 0 auto;}
.modal .mordalinner .Img{margin: 0 auto;}
.modal .mordalinner .Img img{margin: 10px auto 0 auto;}
#tokuten01.modal .mordalinner .Img img{margin: 0 auto;}
.modal .mordalinner a{color: #000000;}

.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;}
	
	#bg{background-image: url("../img/bg_pc.jpg");}

	footer{padding: 60px 0 100px 0;}
	footer .logoList div{max-width: 110px;}
	footer .realdgameLogo{margin: 0;max-width: 180px;}
	footer .totop{
		width: 40em;
		padding: 8px 0;
		line-height: 1em;
		font-size: 80%;
	}
	#shareBtn{
		width:50px;
		bottom:105px;
	}
	#shareBtn ul li{margin-bottom: 10px;}
	
	#ticketBtn{
		max-width: 500px;
		left: auto;
		right: 0;
	}

	/* navigation */
	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{
		width: 70px;
		height: 70px;
	}
	.modal .mordalinner .modalWrap{
		padding: 30px 40px;
		border: solid 3px;
		border-image: linear-gradient(180deg,rgba(135, 103, 49, 1) 0%, rgba(250, 242, 186, 1) 16%, rgba(132, 99, 45, 1) 37%, rgba(248, 239, 183, 1) 51%, rgba(132, 99, 45, 1) 62%, rgba(250, 242, 186, 1) 85%, rgba(132, 99, 45, 1) 100%) 1;
	}
	.modal .mordalinner .modalWrap h2{margin: 20px auto 30px auto;}
	.modal .mordalinner .movieWrap{margin: 20px auto;border: solid 3px #9B00BF;}
	
	h2{margin: 0 auto 40px auto;}
	
	.button{
		padding: 4px;
		max-width: 480px;
		background-size: auto auto;
	}
	.button span{
		padding: 18px;
		line-height: 1em;
	}
	.button span::after{
		right: 15px;
		width: 10px;
		height: 19px;
	}

}
