/*--------------------------------
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: #f0f0f0;
	font-size: 24px;
	color: #514218;
	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{
	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: #856fac;
}
.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%;
	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;
	color: #fff;
}
.intro .heading-txt{
	border: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.w100{
	width: 100%;
}
.intro .general-txt{
	padding: 4% 0;
	line-height: 1.8;
}
.howto{
	padding: 8%;
}
.howto .heading{
	padding: 0 16% 4%;
}
.howto .heading-txt{
	color: #fff;
	background: #856fac;
}
.howto-item{
	margin: 0 0 96px;
	padding: 4%;
	color: #fff;
	text-align: center;
	position: relative;
}
.howto-item:nth-of-type(1){
	background: url(../images/bg_howto01.webp) no-repeat center / cover;
}
.howto-item:nth-of-type(2){
	background: url(../images/bg_howto02.webp) no-repeat center / cover;
}
.howto-item:nth-of-type(3){
	margin: 0 0 4%;
	background: url(../images/bg_howto03.webp) no-repeat center / cover;
}
.howto-item:nth-of-type(1)::after, .howto-item:nth-of-type(2)::after{
	margin: 0 auto;
	width: 50%;
	height: 64px;
	content: "";
	background: #856fac;
	position: absolute;
	right: 0;
	bottom: -80px;
	left: 0;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.howto-item .general-txt{
	padding: 4% 0 0;
	width: 100%;
	line-height: 1.4;
}
.review{
	padding: 8%;
	background: #dad4e6;
}
.review .heading-txt{
	padding: 6% 0;
	background: url(../images/border_heading.webp) no-repeat center top / 60% auto, url(../images/border_heading.webp) no-repeat center bottom / 60% auto;
}
.review-item{
	margin: 0 0 4%;
	padding: 4%;
	background: #fff;
	border-radius: 8px;
	font-family: sans-serif;
}
.review-head{
	padding: 0 0 2%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.review-head-txt{
	padding: 0 0 0 4%;
	flex-grow: 1;
	font-size: 1.1em;
	line-height: 1.6;
	color: #856fac;
}
.review-thumb{
	width: 20%;
}
.review-txt{
	line-height: 1.4;
}
.wrapup{
	padding: 8%;
}
.wrapup .general-txt{
	padding: 0 0 4%;
	line-height: 1.6;
}
.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 #a40000;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #a40000;
	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: #ff7f7f;
	font-weight: bold;
	text-decoration: underline;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 4% 0;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	opacity: 0;
}
.active{
	animation: slide-down .5s ease-out .3s forwards;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #856fac;
	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 slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,16px,0);}
}
@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;
	}
}