/*--------------------------------
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: #000;
	font-size: 24px;
	color: #fff;
	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: #101010;
}
.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{
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
}
.top .logo{
	padding: 2% 0;
	height: 20%;
	order: 2;
}
.top .movie{
	height: 40%;
}
.movie-top{
	order: 1;
}
.movie-bottom{
	order: 3;
}
.movie-video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top .btn-row{
	padding: 4%;
	position: absolute;
	bottom: 0;
	background: url(../images/bg_btnrow.webp) no-repeat center  / cover;
	order: 4;
}
.sub-top{
	padding: 2% 0;
	position: relative;
	text-align: center;
}
.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
--------------------------------*/
.main{
	padding: 4% 0 0;
}
.content{
	padding: 0 4%;
	position: relative;
	overflow: hidden;
}
.heading{
	padding: 4% 0;
	width: 100%;
	position: relative;
}
.heading-txt{
	padding: 2% 4%;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #e23091;
	background: url(../images/bg_heading_l.webp) no-repeat left / auto 100%,url(../images/bg_heading_r.webp) no-repeat right / auto 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.general-item{
	padding: 0 0 6%;
	background: url(../images/bg_content_bottom.webp) no-repeat bottom / 100% auto, url(../images/bg_content_mid.webp) repeat center / 100% auto;
}
.general-item .sub-head{
	margin: 0 0 4%;
	padding: 0;
	background: url(../images/bg_content_top.webp) no-repeat center / 100% auto;
}
.general-item .sub-head-txt{
	padding: 0 16%;
	font-size: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.content01 .general-item .general-txt{
	margin: 0 4%;
	padding: 4% 4% 4% 20%;
	line-height: 1.6;
	background: url(../images/bg_content01.webp) no-repeat left top / cover;
}
.content02 .general-item .general-txt{
	margin: 0 4%;
	padding: 4% 20% 4% 4%;
	line-height: 1.6;
	background: url(../images/bg_content02.webp) no-repeat right top / cover;
}
.content03 .general-item .general-txt{
	margin: 0 4%;
	padding: 4% 4% 4% 20%;
	line-height: 1.6;
	background: url(../images/bg_content03.webp) no-repeat left top / cover;
}
.general{
	padding: 0;
}
.general .heading{
	padding: 4%;
}
.general .general-item{
	padding: 4% 4% 0;
	background: none;
}
.general .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 #e23091;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #e23091;
	font-size: 1.1em;
}
.general .general-txt, .general .general-item p{
	margin: 0 0 4%;
	font-size: .9em;
	line-height: 1.6;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 8% 4%;
	width: 100%;
	max-width: 768px;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
.btn-desc{
	margin: 0 0 32px;
	padding: 4%;
	text-align: center;
	background: #c33;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.btn-desc::after{
	margin: 0 auto;
	width: 32px;
	height: 32px;
	content: "";
	background: #c33;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -32px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #761a4c;
	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{
0% {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
	--------------------------------*/
	.sub-head-txt{
		font-size: 1.2em;
	}
	.list-label{
		padding: 0;
		border: 2px solid #c33;
	}
	.list-txt{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		line-height: 1.2;
	}
	.content03 .hl-txt{
		font-size: 1.1em;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	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;
	}
}