/*--------------------------------
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: #26211b;
}
.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 .logo{
	position: relative;
	z-index: 3;
	height: 100%;
}
.top .btn-row{
	padding: 0 8% 6%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
}
.sub-top{
	padding: 4% 0;
	position: relative;
	text-align: center;
	background: url(../images/img_top.webp) no-repeat center bottom / cover;
}
.sub-top .logo{
	padding: 0;
	height: 120px;
}
.logo-link{
	padding: 0 4%;
	height: 120px;
	display: block;
}
.logo-link .content-img{
	margin: 0 auto;
	width: auto;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
	position: relative;
	overflow: hidden;
}
.heading{
	margin: 0 0 4%;
	width: 100%;
	position: relative;
}
.heading-txt{
	margin: auto;
	padding: 4% 0;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.intro{
	padding: 8%;
	background: url(../images/bg_intro.webp) no-repeat center / cover;
}
.intro .general-txt{
	padding: 4% 0;
	line-height: 1.8;
}
.review{
	padding: 8%;
}
.review-list{
	padding: 0 0 2%;
}
.review-item{
	padding: 0 0 1%;
	background: #fff;
	font-family: sans-serif;
	color: #422b16;
}
.review-head-txt{
	padding: 4%;
	font-size: 1.1em;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.review-txt{
	padding: 0 8% 4%;
	line-height: 1.6;
}
.howto{
	padding: 8%;
	background: url(../images/bg_howto.webp) no-repeat center / cover;
}
.howto-item{
	margin: 0 0 96px;
	padding: 4%;
	color: #fff;
	text-align: center;
	position: relative;
	background: rgba(0,0,0,.5);
}
.howto-item:nth-of-type(3){
	margin: 0 0 2%;
}
.howto-item:nth-of-type(1)::after, .howto-item:nth-of-type(2)::after{
	margin: 0 auto;
	width: 50%;
	height: 64px;
	content: "";
	background: url(../images/icon_arrow.webp) no-repeat center / contain; 
	position: absolute;
	right: 0;
	bottom: -80px;
	left: 0;
}
.howto-item .general-txt{
	padding: 4% 0 0;
	width: 100%;
	line-height: 1.4;
}
.wrapup{
	padding: 8%;
	text-align: center;
}
.wrapup .heading{
	margin: 0;
}
.wrapup .heading-txt{
	padding: 4% 0 0;
}
.wrapup .general-txt{
	padding: 0 0 8%;
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.general .btn-row{
	padding: 0 8% 8%;
}
.general-item{
	padding: 0 0 8%;
}
.general .general-item{
	padding: 0 8% 4%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #ddbc49;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #ddbc49;
	font-size: 1.1em;
}
.general .general-txt, .general .general-item p{
	margin: 0 0 4%;
	font-size: .9em;
	line-height: 1.8;
}
.hl-txt{
	color: #ddbc49;
}
.wrap .lpprtitle{
	margin: 10px;
}
.review-list .slick-arrow{
	margin: auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.75);
	text-indent: -9999px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.slick-arrow::after{
	margin: auto;
	width: 12px;
	height: 16px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: #26211b;
	
}
.review-list .slick-next{
	right: -4%;
	z-index: 3;
}
.review-list .slick-next::after{
	left: 18px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.review-list .slick-prev{
	position: absolute;
	left: -4%;
	z-index: 3;
}
.review-list .slick-prev::after{
	right: 18px;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.review-list .slick-disabled{
	opacity: 0;
}
.wrap .slick-track {
  display: flex;
}
.wrap .slick-slide {
  height: auto !important;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 4% 0;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
.reg-btn .content-img{
	position: relative;
	z-index: 2;
	opacity: 0;
	filter: blur(4px);
	transform: scale(1.1);
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
.reg-btn::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transform: scale(1);
	opacity: 0;
	transform-origin: center;
	background: url(../images/btn_regbtn.webp) no-repeat center / contain;
	
}
.active .content-img{
	animation: btn-action01 .4s ease .3s forwards;
}
.active::after{
	animation: btn-action02 .5s ease-out .5s forwards;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #1a1612;
	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: scale(1.1);}
100% {opacity: 1;filter: blur(0); transform: scale(1);}
}
@keyframes btn-action02{
0% {opacity: 1; filter: blur(0); transform: scale(1);}
100% {opacity: 0; filter: blur(2px); transform: scale(1.2);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 18px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.top .btn-row{
		padding: 0 4% 8%;
	}
	.sub-top .logo{
		height: 80px;
	}
	.logo-link{
		height: 80px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.intro, .howto, .review, .wrapup{
		padding: 4%;
	}
	.howto-item{
		margin: 0 0 64px;
	}
	.howto-item:nth-of-type(1)::after, .howto-item:nth-of-type(2)::after{	
		height: 32px;
		bottom: -48px;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row{
		padding: 4% 0 8%;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 4% 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;
	}
}