/*--------------------------------
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;
	-moz-box-sizing: border-box;
	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;
	-webkit-appearance: none;
	-moz-appearance: none;
	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;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}
.fixed-body{
	position: fixed; 
	overflow: hidden;
	inset: 0;
}
.fixed-html{
	height: 100vh;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	height: 100%;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: url(../images/bg.webp) repeat center top / 100% auto #000;
	text-align: center;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
/*--------------------------------
Contents
--------------------------------*/
.slide{
	height: 100svh;
}
.slick-list {
  height: 100%;
}
.wrap .sliDE .slick-slide, .slick-slide, .slick-track {
    height: 100svh;
	position: relative;
	border: 0;
}
.slide01{
	background: url(../images/img_bg01.webp) no-repeat center / cover;
}
.slide02{
	background: url(../images/img_bg02.webp) no-repeat center / cover;
}
.slide03{
	background: url(../images/img_bg03.webp) no-repeat 0 0 / cover;
}
.slide04{
	background: url(../images/img_bg04.webp) no-repeat center top / cover;
}
.slide05{
	background: url(../images/img_bg05.webp) no-repeat center top / cover;
}
.slide06{
	background: url(../images/img_bg06.webp) no-repeat center top / cover;
}
.content-head{
	width: 50%;
	position: absolute;
	top: 1%;
	left: 1%;
}
.content-inner{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.slide-txt{
	width: 100%;
	opacity: 0;
	filter: blur(4px);
	transform: translate3d(-100%,0,0);
}
.slick-active .slide-txt{
	animation: slide-in 1s ease .1s forwards;
}

.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 #d5c177;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #d5c177;
	font-size: 1em;
}
.general-txt, .general-item p{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.6;
}
.slick-dots{
	padding: 4%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}
.new-list .slick-dots{
	display: flex;
	bottom: 0;
}
.slick-dots li{
	padding: 0 2%;
	height: 12px;
	overflow: hidden;
}
.slick-dots button{
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
	display: block;
	background: #666;
	opacity: .8;
}
.slick-dots .slick-active button{
	background: #d5c177;
}
.gnav{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(113,102,61,.9);
	z-index: 2;
	transform: translate3d(0,-100%,0);
	display: none;
	transition: .3s;
}
.show{
	animation: slide-down .3s ease 0s forwards;
	display: block;
	opacity: 1;
}
.gnav-item{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-link{
	padding: 8% 0;
	color: #fff;
	display: block;
	font-size: .9em;
}
.open-nav, .close-nav{
	width: 88px;
	height: 88px;
	z-index: 3;
	position: fixed;
	top: 16px;
	right: 16px;
	background: rgba(0,0,0,.5);
	border-radius: 50%;
}
.close-nav{
	display: none;
	transform: rotate(45deg);
}
.open-nav .inner, .close-nav .inner{
	margin: auto;
	width: 44px;
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}
.open-nav .inner::before, .open-nav .inner::after{
	margin: auto;
	width: 44px;
	height: 4px;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	background: #fff;
}
.open-nav .inner::before{
	top: -12px;
}
.open-nav .inner::after{
	bottom: -12px;
}
.close-nav .inner::before{
	margin: auto;
	width: 4px;
	height: 44px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: auto;
	padding: 0 2%;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 8%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	Z-INDEX: 2;
}
.reg-btn{
	margin: 0 auto;
	width: 46%;
	display: block;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 2%;
	width: 100%;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	text-align: right;
	z-index: 3;
}
.gnav{
	font-size: .8em;
}
.txt-link{
	margin: 0 0 0 2%;
	text-decoration: underline;
}
.copy{
	padding: 2% 0 0;
	font-size: .8em;
}
/*--------------------------------
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 slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(-100%,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;transform: translate3d(0,-100%,0);}
100% {opacity: 1;transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.open-nav, .close-nav{
		width: 44px;
		height: 44px;
		top: 8px;
		right: 8px;
		background: rgba(0,0,0,.4);
	}
	.open-nav .inner, .close-nav .inner{
		width: 22px;
		height: 2px;
	}
	.open-nav .inner::before, .open-nav .inner::after{
		width: 22px;
		height: 2px;
	}
	.open-nav .inner::before{
		top: -6px;
	}
	.open-nav .inner::after{
		bottom: -6px;
	}
	.close-nav .inner::before{
		width: 2px;
		height: 22px;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
}