/*--------------------------------
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: #fff;
	font-family: sans-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: #000;
}
.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{
	position: relative;
	overflow: hidden;
}
.top .btn-row{
	padding: 4%;
	position: absolute;
	bottom: 0;
}
.sub-top{
	padding: 4% 0;
	position: relative;
	text-align: center;
	background: #672424;
}
.sub-top .logo{
	padding: 0;
	height: 64px;
}
.logo-link{
	padding: 0 4%;
	height: 64px;
	display: block;
}
.logo-link .content-img{
	margin: 0 auto;
	width: auto;
}
.scroll-pull {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(0,0,0,0.7);
  padding: 10px 18px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  z-index: 9999;
}

.scroll-pull .arrow {
  font-size: 28px;
  animation: drop 1.3s infinite;
}

@keyframes drop {
  0% { transform: translateY(-5px); opacity:0.3; }
  50% { transform: translateY(5px); opacity:1; }
  100% { transform: translateY(-5px); opacity:0.3; }
}
/*--------------------------------
Contents
--------------------------------*/
.main{
	height: 100vh;
}
.content{
	padding: 0;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.slick-container {
  height: 100vh;
  overflow: hidden;
}
.slick-slide {
  height: 100vh !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page01{
	background: url(../images/bg_01.webp) no-repeat center / cover;
}
.page02{
	background: url(../images/bg_02.webp) no-repeat center / cover;
}
.page03{
	background: url(../images/bg_03.webp) no-repeat center / cover;
}
.page04{
	background: url(../images/bg_04.webp) no-repeat center / cover;
}
.page05{
	background: url(../images/bg_05.webp) no-repeat center / cover;
}
.page06{
	background: url(../images/bg_06.webp) no-repeat center / cover;
}
.page07{
	background: linear-gradient(to bottom, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url(../images/bg_07.webp) no-repeat center top / cover;
}
.content-head{
	width: 100%;
	height: 100%;
	flex-grow: 1;
	display: flex;
	justify-content: center;
}
.content-head-txt{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page01 .content-head-txt{
	padding: 4% 0;
}
.page01 .content-head-txt .content-img:nth-of-type(1){
	width: 80%;
	height: auto;
}
.page01 .content-head-txt .content-img:nth-of-type(2){
	width: 95%;
	height: auto;
}
.page02 .content-head-txt{
	padding: 4% 4% 4% 0;
}
.page02 .content-head-txt .content-img:nth-of-type(1){
	width: auto;
	height: 70%;
	align-self: flex-end;
}
.page02 .content-head-txt .content-img:nth-of-type(2){
	width: 90%;
	height: auto;
}
.page03 .content-head-txt{
	padding: 4% 0 4% 4%;
}
.page03 .content-head-txt .content-img{
	width: auto;
	height: 100%;
	align-self: flex-start;
}
.page04 .content-head-txt{
	padding: 4% 0;
}
.page04 .content-head-txt .content-img:nth-of-type(1){
	width: 50%;
	height: auto;
}
.page04 .content-head-txt .content-img:nth-of-type(2){
	width: 100%;
	height: auto;
}
.page05 .content-head-txt{
	padding: 4% 0;
	justify-content: center;
}
.page05 .content-head-txt .content-img{
	width: 90%;
	height: auto;
	align-self: center;
}
.page06 .content-head-txt{
	padding: 4% 0;
	justify-content: center;
}
.page06 .content-head-txt .content-img{
	width: 90%;
	height: auto;
	align-self: center;
}
.page07 .content-head-txt{
	padding: 4% 0 0;
}
.page07 .content-head-txt .content-img{
	width: 80%;
	height: auto;
}
.modal-content .heading-txt{
	padding: 0 0 4%;
	font-size: 1.2em;
	font-weight: bold;
}
.general-item{
	padding: 0 0 8%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 2px solid #eb6877;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #eb6877;
	font-size: 1em;
}
.general-txt, .general-item p{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.6;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 0 8% 4%;
	width: 100%;
	max-width: 768px;
}
.btn-row .general-img{
	padding: 0 24% 4%;
}
.btn-desc{
	padding: 0 0 4%;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #672424;
	color: #fff;
}
.gnav-list{
	padding: 4% 0;
	display: flex;
}
.gnav-item{
	width: 50%;
	text-align: center;
}
.nav-link{
	color: #fff;
	display: block;
	font-size: .8em;
	text-decoration: underline;
}
.copy{
	font-size: .8em;
	line-height: 1.4;
	display: block;
	text-align: center;
}
/*--------------------------------
Modal
--------------------------------*/
.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,.75);
	display: none;
}
.modal-pane{
	margin: auto;
	padding: 4%;
	width: 90%;
	max-width: 736px;
	height: 60%; 
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	background: #000;
	overflow: hidden;
	border-radius: 8px;
	display: none;
}
.modal-pane .modal-content{
	height: 100%;
	overflow: auto;
}
.close-modal{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 8px;
	transform: rotate(45deg);
	transform-origin: center;
}
.close-modal::before,.close-modal::after{
	margin: auto;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}
.close-modal::before{
	width: 4px;
	height: 100%;
}
.close-modal::after{
	width: 100%;
	height: 4px;
}
/*--------------------------------
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: 44px;
	}
	.logo-link{
		height: 44px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.content-head{
		width: 100%;
		height: 100dvh;
		flex-grow: 1;
		display: flex;
		justify-content: center;
	}
	.content-head-txt{
		width: 100%;
		height: 90dvh;
	}
	.page02 .content-head-txt{
		padding: 4% 4% 16% 0;
	}
	.page02 .content-head-txt .content-img:nth-of-type(1){
		width: auto;
		height: 60%;
		align-self: flex-end;
	}
	.page03 .content-head-txt{
		padding: 8% 0 8% 4%;
	}
	.page04 .content-head-txt{
		padding: 4% 0 16% 0;
	}
	.page04 .content-head-txt .content-img:nth-of-type(1){
		width: 60%;
	}
	.page07 .content-head{
		height: 50dvh;
	}
	.page07 .content-head-txt{
		padding: 4% 0 0;
	}
	.page07 .content-head-txt .content-img{
		width: 80%;
		height: auto;
}
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row{
		padding: 0 8% 24%;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
}