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

/* 共通パーツ */
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: #655b6a;
	background-color: #000000;
	font-size: min(4.1vw, .15rem);
	line-height: 1.7em;
	font-weight: 500; 
	word-wrap: break-word;
	z-index: -20;
}

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

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

.contents{
	position: relative;
	opacity: 0;
	transform: translateY(30px);
}
.contDisp{animation: fadeIn .5s ease .2s 1 normal forwards;}
.cont01.contDisp{animation: fadeIn .5s ease .4s 1 normal forwards;}
.cont02.contDisp{animation: fadeIn .5s ease .6s 1 normal forwards;}
.cont03.contDisp{animation: fadeIn .5s ease .8s 1 normal forwards;}
@keyframes fadeIn {
	0%{opacity: 0;transform: translateY(30px);}
	100% { opacity: 1;transform: translateY(0);}
}
.contentsR{
	position: relative;
	opacity: 0;
	transform: translateX(30px);
}
.contDispR{animation: fadeSlideR .5s ease .2s 1 normal forwards;}
.cont01.contDispR{animation: fadeSlideR .5s ease .4s 1 normal forwards;}
.cont02.contDispR{animation: fadeSlideR .5s ease .6s 1 normal forwards;}
@keyframes fadeSlideR {
	0%{opacity: 0;transform: translateX(30px);}
	100% { opacity: 1;transform: translateX(0);}
}
.contentsL{
	position: relative;
	opacity: 0;
	transform: translateX(-30px);
}
.contDispL{animation: fadeSlideL .5s ease .2s 1 normal forwards;}
.cont01.contDispL{animation: fadeSlideL .5s ease .4s 1 normal forwards;}
.cont02.contDispL{animation: fadeSlideL .5s ease .6s 1 normal forwards;}
@keyframes fadeSlideL {
	0%{opacity: 0;transform: translateX(-30px);}
	100% { opacity: 1;transform: translateX(0);}
}
.contentsC{
	position: relative;
	opacity: 0;
}
.contDispC{animation: rotate .2s ease .8s 1 normal forwards;}
.cont01.contDispC{animation: rotate .2s ease 1s 1 normal forwards;}
.cont02.contDispC{animation: rotate .2s ease 1.2s 1 normal forwards;}
@keyframes rotate {
	0%{opacity: 0;transform: rotate(0);}
	20%{opacity: 1;transform: rotate(10deg);}
	40%{opacity: 1;transform: rotate(-10deg);}
	60%{opacity: 1;transform: rotate(10deg);}
	60%{opacity: 1;transform: rotate(-10deg);}
	100% { opacity: 1;transform: rotate(0);}
}

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

.listDot{
	position: relative;
	margin: 0 auto;
}
.listDot p{
	position: relative;
	margin: 0 auto;
	padding-left: 1.1em;
}
.listDot p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '・';
}

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

/* navigation */
#menu{
	position: fixed;
	top:8px;
	right: 8px;
	display: block;
	width: 60px;
	height: 50px;
	z-index: 2600;
}
.btn_menu .menu, .btn_menu .close{
	position: absolute;
	top:-45px;
	right: 1px;
	width: 60px;
	height: 50px;
	opacity: 0;
	cursor: pointer;
}
.btn_menu .menu{z-index: 2602;}
.btn_menu .close{z-index: 2601;}
.btn_menu.disp{opacity: 1;}
.btn_menu .menu.disp{animation: fadeInM .3s  ease-in 0s 1 normal forwards;}
.btn_menu .close.disp{animation: fadeInMC .3s  ease-in 0s 1 normal forwards;z-index: 2603;}
@keyframes fadeInM {
	0%{opacity: 0;top: -65px;}
	100% { opacity: 1;top: 1px;}
}
@keyframes fadeInMC {
	0%{opacity: 0;top: -65px;}
	100% { opacity: 1;top: 1px;}
}

nav{
	position: fixed;
	top:0;
	right: 0;
	padding: 0;
	height: 100vh;
	height: 100lvh;
	width: 100%;
	display: none;
	overflow: hidden;
	z-index: 2500;
	background-color: rgba(254,64,138,.74);
}
nav .navBg{
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #e8d1e8;
	background-image: url("../img/bg_menu.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
nav .navWrap{
	position: absolute;
	top:50svh;
	left: 50%;
	background-color: #ffffff;
	border: solid 3px #bfa3e0;
	border-radius: 15px;
	transform: translate(-50%, -50%);
	width: calc(100% - 70px);
	max-width: 480px;
	padding:  70px 10px;
}
nav .navWrap::before{
	position: absolute;
	top: -20px;
	right: -20px;
	content: '';
	width: 76px;
	height: 30px;
	background-image: url("../img/icon_menu.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
}
nav .navWrap::after{
	position: absolute;
	bottom: -82px;
	left: -18px;
	content: '';
	width: 90px;
	height: 80px;
	background-image: url("../img/icon_menu01.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
}
nav .navWrap h1{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 55px;
}
nav ul{
	position: relative;
	top: 50%;
	margin: 0 auto;
	gap:30px 0;
}
nav ul li{
	position: relative;
	margin: 0;
	transform: translateY(20px);
	opacity: 0;
}
nav ul li a{display: block;}
nav ul li a:hover{opacity: 0.7;}

/* 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(255,187,224,0.9);
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 28001;
 }
.btn_win{
	position: absolute;
	top:8px;
	right: 8px;
	display: block;
	width: 60px;
	height: 50px;
	background-image: url("../img/close.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat:no-repeat;
	z-index: 28003 !important;
	cursor: pointer;
}
.modal{
	position: absolute;
	top:30px;
	left:50%;
	width: calc(100% - 80px);
	max-width: 740px;
	height: calc(100vh - 160px);
	overflow: scroll;
	transform: translateX(-50%);
	display: none;
	background-color: #ffffff;
	border:solid 3px #ff3878;
	border-radius: 15px;
	padding: 25px 20px;
	z-index: 28002;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.modal::-webkit-scrollbar {
    display: none;
}
.modal.topM{
	top:50svh;
	height: auto;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.modal h2{
	position: relative;
	margin: 0 auto 15px auto;
	padding-bottom: 5px;
	border-bottom: dotted 3px #ffaddf;
}
.modal h2 img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
}
.modal .btnArea{margin: 1em auto 0 auto;max-width: 420px;}
.modal .Img{margin: 0 auto 1.5em auto;max-width: 320px;}
.modal .cautionWrap{margin: 1em auto 0 auto;}

.button{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	width: calc(100% - 20px);
	display: block;
	text-align: center;
	background-color: #ff3878;
	transition: all .3s ease-out;
	color: #ffffff !important;
	line-height: 1.2em;
	border-radius: 100px;
}
.button::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	content: '\025b6';
	font-size: 76%;
	line-height: 1em;
}
.button:hover{opacity: 0.7;}
.button.next::after{transform: rotate(90deg) translateX(-50%);}
.button.purple{background-color: #9B1AB1;}
.button.noarrow::after{display: none;}

.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: 700;}
.normal{font-weight: 400;}
.underline{text-decoration: underline !important;}
.fontSmall{font-size: 86%;}
.fontLarge{font-size: 120%;}
.pink{color: #ff4189;}
.purple{color: #770aaf;}
.blue{color: #24b4ff;}

.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; }


/* フッター */
footer{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 90px 0;
	background-color: #110e1b;
	text-align: center;
	color: #ffffff;
}
footer .bg{
	position: absolute;
	top:0;
	left: 0; 
	width: 100%;
	height: 100%;
	background-image: url("../img/bg_footer.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
footer .realdgamelogo{
	position: relative;
	margin: 30px auto;
	display: block;
	width: 40%;
}
footer p{
	position: relative;
	margin: 25px auto 0 auto;
	font-size: 80%;
	line-height: 1.6em;
	width: calc(100% - 20px);
}
footer p.copyright{margin: 0 auto 15px auto;}


#ticketBtn{
	position: fixed;
	width: 100%;
	max-width: 500px;
	bottom: -200px;
	right: 0;
	transition: all .3s ease-out;
    z-index: 1401;	
}
#ticketBtn.disp{bottom: 2px !important;}
#ticketBtn ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 10px);
	gap: 0 4px;
}
#ticketBtn ul li{
	position: relative;
	margin: 0;
}
#ticketBtn ul li:nth-child(2){width: calc(35% - 2px);}
#ticketBtn ul li:nth-child(1){width: calc(65% - 2px);}

#shareBtn{
	position: fixed;
	right: -190px;
	bottom: 200px;
	width: 35px;
	padding: 10px 3px 10px 7px;
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	transition: all .3s ease-out;
    z-index: 1402;
}
#shareBtn h2{
	position: relative;
	margin: 0 auto 5px auto;
}
#shareBtn ul{position: relative;}
#shareBtn ul li{margin: 0 0 5px 0;}
#shareBtn.disp{right: 0 !important;}


/* youtube */
.movieWrap{
    position: relative;
    margin: 0 auto;
	background-color: #ffffff;
	width: calc(100% - 44px);
	max-width: 720px;
	border-radius: 15px;
	overflow: hidden;
	border: solid 3px #ff3878;
	outline: solid 1px #ffffff;
	outline-offset: -1px;
}
.movieline{
	position: relative;
	margin:0 auto;
	border: solid 1px #ffffff;
	border-radius: 12px;
	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; }

.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: .19em;}
	
	.btn_menu .menu, .btn_menu .close{
		width: 70px;
		height: 80px;
	}
	nav .navBg{
		max-width: 600px;
		box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.4);
	}
	
	#shareBtn{
		top:auto;
		bottom: 80px;
		width: 50px;
	}
	#ticketBtn{
		max-width: 880px;
		right: 50%;
		transform: translateX(50%);
	}
	#ticketBtn ul li:nth-child(2){width: calc(50% - 2px);}
	#ticketBtn ul li:nth-child(1){width: calc(50% - 2px);}
	
	.modal{padding: 40px 80px;}
	.modal .btnArea{margin: 2em auto 0 auto;}

	.btn_win{
		width: 70px;
		height: 80px;
	}
	
	/* フッター */
	footer{padding: 20px 0 110px 0;}
	footer .bg{background-image: url("../img/bg_footer_pc.png");}
	footer .realdgamelogo{max-width: 170px;}

}
