/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul, li, summary{
    list-style-type: none;
}
summary::-webkit-details-marker {
  display:none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #111;
	font-size: 24px;
	color: #333;
	font-family: serif;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: #fff;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
.clear{
	margin: 0;
	padding: 0;
	clear: both;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	height: 100dvh;
	position: relative;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
}
.top-btn-row{
	padding: 4%;
	position: absolute;
	bottom: 20%;
	display: flex;
	justify-content: space-between;
	background: none;
	z-index: 9;
}
.enter-btn{
	width: 48%;
}
.movie-top{
	width: 100%;
	height: 100%;
}
.movie-video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-inner{
	position: absolute;
	bottom: 0;
}
.sub-top{
	padding: 4% 0;
	position: relative;
	text-align: center;
	background: #fff;
}
.sub-top .logo{
	padding: 0;
	height: 88px;
}
.logo-link{
	padding: 0 4%;
	height: 88px;
	display: block;
}
.logo-link .content-img{
	margin: 0 auto;
	width: auto;
}
/*--------------------------------
Contents
--------------------------------*/
.home{
	display: none;
}
.content{
	padding: 0;
	position: relative;
	overflow: hidden;
}
.heading{
	padding: 0 4% 8%;
	width: 100%;
	position: relative;
}
.heading-txt{
	padding: 2%;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ae0101;
	position: relative;
}
.heading-txt::after{
	margin: 0 auto;
	width: 32px;
	height: 32px;
	content: "";
	position: absolute;
	right: 0;
	bottom: -32px;
	left: 0;
	background: #ae0101;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.sub-head{
	padding: 4%;
}
.sub-head-txt{
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #ff637d;
	text-align: center;
	display: flex;
	flex-wrap :wrap;
	justify-content: center;
}
.intro-head-txt{
	padding: 4%;
	font-size: 1.2em;
	background: #000;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.intro-top{
	padding: 10% 0 0;
	position: relative;
}
.slide-head-txt{
	padding: 4% 4% 6%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	background: #fff;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: bold;
	clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
}
.intro .general-item{
	padding: 8%;
}
.intro01 .general-item{
	background: url(../images/bg_intro01.webp) no-repeat center  / cover;
}
.intro02 .general-item{
	background: url(../images/bg_intro02.webp) no-repeat center  / cover;
}
.intro .hl-txt{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.intro01 .slide-head-txt, .intro01 .hl-txt{
	color: #990594;
}
.intro02 .slide-head-txt, .intro02 .hl-txt{
	color: #ae0101;
}
.about{
	padding: 8%;
	text-align: center;
}
.about .general-img{
	padding: 0 0 8%;
}
.about .general-txt{
	display: flex;
	flex-wrap :wrap;
	justify-content: center;
}
.about .general-txt .hl-txt{
	color: #ae0101;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 49%, rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 100%);
	font-weight: bold;
}
.faq{
	padding: 8%;
	background: url(../images/img_faq.webp) no-repeat right 8% top 30% / 30% auto #000;
	color: #fff;
}
.faq-item{
	padding: 0 0 4%;
}
.faq-item:nth-of-type(1){
	padding: 0 40% 4% 0;
}
.faq-head-txt{
	padding: 0 0 2%;
	color: #ae0101;
	font-size: 1.1em;
	line-height: 1.2em;
}
.wrapup{
	padding: 8%;
}
.wrapup-head-txt{
	padding: 0 0 2%;
	color: #ae0101;
	font-size: 1.1em;
	line-height: 1.2em;
}
.general-txt{
	padding: 0 0 4%;
	line-height: 1.6;
}
.wrap .lpprtitle{
	margin: 10px;
}
.general{
	padding: 0 8% 8%;
}
.general .general-item{
	margin: 0 0 4%;
}
.general-item .general{
	padding: 0;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #ff637d;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #ff637d;
	font-size: 1.1em;
}
.general .general-txt, .general .general-item p{
	margin: 0 0 4%;
	font-size: .9em;
	line-height: 1.6;
}
.w100{
	width: 100%;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 2% 4%;
	width: 100%;
	max-width: 768px;
	background: rgba(255,255,255,.75);
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #ae0101;
	color: #fff;
}
.gnav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 4% 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 4% 0;
	font-size: .9em;
	line-height: 1.4;
}
/*--------------------------------
POPUP
--------------------------------*/
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
	0% {opacity: 0;filter: blur(4px);}
	100% {opacity: 1;filter: blur(0);}
}
@keyframes btn-action01{
	% {opacity: 0;filter: blur(4px);transform: translate3d(0,-32px,0);}
	100% {opacity: 1;filter: blur(0); transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 18px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.sub-top .logo{
		height: 64px;
	}
	.logo-link{
		height: 64px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading-txt{
		font-size: 1em;
	}
	.heading-txt::after{
		width: 16px;
		height: 16px;
		bottom: -16px;
	}
	.slide-head-txt{
		padding: 2% 0 8%;
		font-size: 1em;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row{
		padding: 4%;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 0;
	}
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.nav-link{
		padding: 4% 0;
	}
	.copy{
		padding: 4% 0;
		font-size: .8em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
}