@charset "utf-8";

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
	-webkit-overflow-scrolling: touch;
}
html{overflow-y: scroll;font-size: 625%;}

body{
	position: relative;
	width: 100%;
	font-size: min(4.1vw, .15rem);
	line-height: 1.7em;
	font-weight: 400; 
	word-wrap: break-word;
	background-color: #000000;
	color: #ffffff;
	z-index: -20;
}

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

.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%;line-height: 1.5em;}
.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;
}

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%;overflow: hidden;opacity: 0;}
#wrap.display{animation: fadeIn .4s ease-out 0s 1 normal forwards;}

a:link {color: #180426;text-decoration: none;}
a:visited {color: #180426;text-decoration: none;}
a:hover{color: #e1d24f; transition: all .3s ease-out;}

.contents{
	position: relative;
	opacity: 0;
}
.contDisp{animation: fadeIn .5s ease-out .4s 1 normal forwards;}
@keyframes fadeIn {
	0%{opacity: 0;}
	100% { opacity: 1;}
}
.contentsS{
	position: relative;
	opacity: 0;
	transform: translateY(20px);
}
.contDispS{animation: fadeSlide .5s ease .4s 1 normal forwards;}
.cont01.contDispS{animation: fadeSlide .5s ease .6s 1 normal forwards;}
.cont02.contDispS{animation: fadeSlide .5s ease .8s 1 normal forwards;}
.cont03.contDispS{animation: fadeSlide .5s ease 1s 1 normal forwards;}
@keyframes fadeSlide {
	0%{opacity: 0;transform: translateY(20px);}
	100% { opacity: 1;transform: translateY(0);}
}
.contentsB{
	position: relative;
	opacity: 0;
	transform: scale(0.8, 0.8);
}
.contentsB.contDispB{animation: fadeScale .5s ease .4s 1 normal forwards;}
@keyframes fadeScale {
	0%{opacity: 0;transform: scale(0.8, 0.8);}
	100% { opacity: 1;transform: scale(1, 1);}
}

#bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100lvh;
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: -1;
}

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

.button{
	position: relative;
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #000000;
	color: #ffffff !important;
	transition: all .3s ease-out;
	line-height: 1.2em;
}
.button::after{
	position: absolute;
	top:50%;
	right: 12px;
	transform: translateY(-50%);
	content: '\025bc';
	font-size: 70%;
}
.links{
	position: relative;
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #000000;
	transition: all .3s ease-out;
	color: #ffffff !important;
	line-height: 1.2em;
}
.links::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\025b6';
  display: block;
	font-size: 74%;
	line-height: 1em;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}


/* navigation */
#menu{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 2600;
}
#btnMenu{
	position: fixed;
	top:0;
	right: 0;
	display: none;
	padding: 15px 10px 0 10px;
	width: 25px;
	height: 30px;
    z-index: 2700;
    transition: all .3s ease-out;
	background-color: #5a1446;
	line-height: 1;
	cursor: pointer;
}
#btnMenu.disp{background-color: #000000;}
.btn_win{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	padding: 15px 10px 0 10px;
	width: 25px;
	height: 30px;
    z-index: 1900;
    transition: all .3s ease-out;
	line-height: 1;
}

#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu-trigger {
  position: relative;
  width: 25px;
  height: 13px;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu-trigger span:nth-of-type(2) {
  top: 6px;
}
#menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(6px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
	background-color: #ffffff;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
	background-color: #ffffff;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}

nav{
	position: fixed;
	top:0;
	left: 110%;
	padding: 0;
	height: 100vh;
	height: 100lvh;
	width: 100%;
	background-image: url("../img/nav/bg_menu.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80% auto;
	background-color: rgba(56,24,33,0.97);
	opacity: 0;
	overflow: hidden;
	z-index: 2601;
	transition: all .3s ease-out;
}
nav.disp{
	left: 0;
	opacity: 1;
}
nav .navWrap{
	position: absolute;
	top:0;
	left:0;
	width: calc(100% + 20px);
	height: 100%;
	overflow-y: auto;
}
nav ul{
	position: absolute;
	top:50%;
	left: calc(50% - 10px);
	transform: translate(-50%, -50%);
	width: 86%;
	max-width: 420px;
	display: none;
}
nav ul.disp{display: block;}
nav ul li{
	position: relative;
	margin: 0 auto 30px auto;
	opacity: 0;
	transform: translateY(20px);
}
nav ul li a{display: block;}

/* フッター */
footer{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 min(30vw, 100px) 0;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
}
footer .realdgame{
	position: relative;
	margin: 0 auto;
	width: 40%;
	max-width: 180px;
	display: block;
}
footer .host{
	position: relative;
	margin: 30px auto 20px auto;
}
footer .copyright{
	position: relative;
	margin: 30px auto 0 auto;
	font-size: 80%;
	line-height: 1.6em;
}
footer .copyright p{padding-bottom: 10px;}

#ticketBtn{
	position: fixed;
	width: 30%;
	max-width: 90px;
	bottom: -200px;
	right: 2px;
	transition: all .3s ease-out;
    z-index: 1401;	
}
#ticketBtn.disp{bottom: 2px !important;}

#shareBtn{
	position: fixed;
	right: -190px;
	bottom: 100px;
	width: 35px;
	transition: all .3s ease-out;
    z-index: 1402;	
}
#shareBtn ul{position: relative;}
#shareBtn ul li{margin: 0 0 8px 0;}
#shareBtn.disp{right: 0 !important;}

/* modal */
.opwin{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	display: none;
	z-index: 28000;
	overflow-y: auto;
	background-color: rgba(22,21,23,0.9);
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 28001;
 }
.btn_close{
	position: absolute;
	top:0;
	right: 0;
	display: block;
	padding: 10px 5px 0 5px;
	width: 20px;
	height: 20px;
	background-color: #000000;
	z-index: 28003 !important;
	cursor: pointer;
}
.btn_close span{
	position: absolute;
	display: block;
	top:14px;
	left: 6px;
	width: 18px;
	height: 1px;
	background-color: #ffffff;
}
.btn_close span:nth-of-type(1) {
	transform: rotate(45deg);
}
.btn_close span:nth-of-type(2) {
	transform: rotate(-45deg);
}
.modal{
	position: absolute;
	left:50%;
	top:50%;
	height: auto;
	transform: translate(-50%, -50%);
	width: calc(100% - 90px);
	max-width: 820px;
	display: none;
	background-image: url("../img/popup/bg_popup.png"), url("../img/bg_schedule.jpg");
	background-repeat: no-repeat, repeat;
	background-position: 50% 50%, 0 0;
	background-size: 70% auto, 250px auto;
	padding: 25px;
	color: #000000;
	z-index: 28002;
	outline: solid 1px #000000;
	outline-offset: -12px;
}
.modal.chara{
	background-image: url("../img/popup/icon03.png"), url("../img/popup/bg_popup.png"), url("../img/bg_schedule.jpg");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: 0 2px, calc(100% - 5px) calc(100% - 5px), 0 0;
	background-size: 60% auto, 50% auto, 250px auto;
}
.modal.topM{
	top:30px;
	height: calc(100vh - 170px);
	transform: translateX(-50%);
}
.modal .modalWrap{
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
}
.modal.topM .modalWrap{
	overflow: scroll;
	height: calc(100vh - 170px);
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal.topM .modalWrap::-webkit-scrollbar {display: none;}
.modal h2{
	position: relative;
	margin: 10px auto 15px auto;
	width: 100%;
	color: #a32328;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
.modal h2.margin{margin: 50px auto 15px auto;}
.modal h3{
	position: relative;
	margin: 0 10px 10px 0;
	padding: 17vw 3px 0 3px;
	width: calc(65% - 10px);
	font-weight: bold;
	font-size: 110%;
	border-bottom: solid 1px #000000;
}
.modal .Img{
	position: relative;
	margin:32px 0 5px 10px;
	width: 35%;
	max-width: 120px;
	float: right;
}
.modal p.clearfix{padding: 0 3px 30px 3px; clear: all;}
.modal p.center{padding: 2em 0;}
.modal .movieWrap{margin: 25px auto 0 auto;}
.modal .btnArea{margin: 25px auto 0 auto;}
.modal .btnArea .links{
	background-color: #000000;
	color: #ffffff !important;
	font-size: 90%;
	font-weight: bold;
}
.modal .charaS{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	gap: 10px;
}
.modal .charaS .iconC{
	position: relative;
	margin: 0;
	width: 40px;
}
.modal .charaS .textC{
	position: relative;
	margin: 0;
	width: calc(100% - 50px);
	line-height: 1.5em;
}

#main-contents{
	position: relative; 
	margin: 0 auto;
	padding:0;
}

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

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

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:.5em;
	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: min(5vw, .16rem);}
	
	#bg{background-image: url("../img/bg_pc.jpg");}
	
	#wrap{padding: 0;}
	
	.button:hover{background-color: #d4b93d;}

	/* navigation */
	#btnMenu{
		padding: 16px 13px 0 13px;
		width: 28px;
		height: 35px;
	}
	.btn_win{
		padding: 16px 12px 0 12px;
		width: 28px;
		height: 35px;
	}

	#menu-trigger {
	  width: 26px;
	  height: 13px;
	}
	nav{background-size: auto 50%;}
	
	#ticketBtn{max-width: 120px;}
	#shareBtn{
		top: auto;
		bottom: 160px;
		width: 45px;
	}
	#shareBtn ul li{margin: 0 0 10px 0;}

	/* modal */
	.btn_close{
		padding: 16px 12px 0 12px;
		width: 28px;
		height: 35px;
	}
	.btn_close span{
		top:23px;
		left: 13px;
		width: 26px;
	}

	.modal{padding: 45px 50px;}
	.modal{background-size:  auto 80%, 500px auto;}
	.modal.chara{background-size: 300px auto, 300px auto, 500px auto;}
	.modal.chara .modalWrap{width: 60%;}
	.modal.chara .Img{padding-top: 3vw;}
	.modal.icontext{max-width: 500px;background-size:auto 200px, 250px auto;}
	.modal.point{text-align: center;}
	.modal h2{
		margin: 0 auto 25px auto;
		padding-bottom: 15px;
	}
	.modal h3{
		padding: 4vw 3px 0 3px;
	}
	.modal .btnArea{margin: 35px auto 0 auto;}

	footer{padding: 50px 0 20px 0;}
	
	ruby[data-ruby]::before{top:.3em;}

}

@media screen and (max-height: 450px) and (max-width: 640px)  {
	nav ul{
		top:50px;
		transform: translateX(-50%);
	}
}
@media screen and (max-height: 350px) and (min-width: 641px)  {
	nav ul{
		top:70px;
		transform: translateX(-50%);
	}
}