/*--------------------------------
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: #333;
	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 .btn-row{
	padding: 4% 8%;
	position: absolute;
	bottom: 0;
	background: url(../images/bg_btnrow.webp) no-repeat center  / cover;
}
.top .btn-desc{
	padding: 0 16% 2%;
}
.sub-top{
	position: relative;
	text-align: center;
	background: #000;
}
.sub-top .logo{
	padding: 4% 0;
}
.logo-link{
	padding: 0 4%;
	height: 88px;
	display: block;
}
.logo-link .content-img{
	margin: 0 auto;
	width: auto;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
	position: relative;
	overflow: hidden;
}
.heading{
	margin: 0 0 8%;
	width: 100%;
	background: #8f79b7;
	position: relative;
}
.heading::after{
	width: 100%;
	height: 48%;
	content: "";
	background: #8f79b7;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	bottom: -48%;
}
.heading-txt{
	padding: 4% 4% 0;
	width: 100%;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.sub-head-txt{
	margin: 0 0 4%;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.intro .general-list{
	padding: 4% 4% 8%;
}
.general-list-item{
	padding: 2% 0 2% 16px;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
.general-list-item::after{
	margin: auto 0;
	width: 6px;
	height: 6px;
	content: "";
	background: #666;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
}
.intro-item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.intro-bottom{
	padding: 8% 4% 4%;
}
.intro-bottom .general-list-item{
	font-weight: normal;
	font-size: 1em;
}
.intro-item .sub-head-txt{
	font-size: 1.8em;
}
.howto{
	background: #8f79b7;
}
.howto .heading{
	background: #000;
}
.howto .heading::after{
	background: #000;
}
.howto .content-head{
	padding: 8%;
	width: 100%;
	display: flex;
	align-items: center;
}
.howto .general-img{
	width: 50%;
}
.howto .content-inner{
	padding: 0 0 0 4%;
	width: 50%;
	display: flex;
	justify-content: center;
}
.howto .content-head .general-txt{
	width: auto;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 1.4em;
	line-height: 1.6;
	color: #fff;
}
.howto .content-head .hl-txt{
	color: #fff;
	text-decoration: underline;
}
.howto-item{
	margin: 0 4% 4%;
	padding: 4% 4% 0;
	background: #fff;
	color: #333;
	border-radius: 8px;
}
.howto-head-txt{
	padding: 0 0 2%;
	font-size: 1.1em;
	color: #8f79b7;
}
.howto-item .hl-txt{
	color: #8f79b7;
	text-decoration: underline;
}
.review{
	background: #000;
}
.review-item{
	padding: 4%;
	display: flex;
	flex-direction: row-reverse;
	color: #fff;
}
.review-item .general-img{
	width: 46%;
	flex-shrink: 0;
}
.review-item .content-inner{
	padding: 0 0 0 4%;
}
.review-head-txt{
	padding: 0 0 4%;
	font-size: 1em;
	line-height: 1.4;
}
.safety{
	padding: 0 8%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.safety .sub-head-txt{
	
	color: #8f79b7;
}
.safety .general-list{
	padding: 4% 0;
}
.safety .general-list-item{
	font-size: 1em;
	font-weight: normal;
}
.wrapup{
	padding: 8%;
	background: url(../images/bg_wrapup.webp) no-repeat center top / cover;
	color: #fff;
}
.general{
	padding: 0 0 4%;
}
.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 #ddd;
	color: #8f79b7;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #333;
	font-size: 1.1em;
}
.general-txt{
	padding: 0 0 4%;
	line-height: 1.6;
}
.general .general-txt, .general .general-item p{
	margin: 0 0 4%;
	font-size: .9em;
	line-height: 1.8;
}
.hl-txt{
	color: #ff0000;
}
.w100{
	width: 100%;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 8% 12%;
	width: 100%;
	max-width: 768px;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
.btn-desc{
	padding: 0 0 2%;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
.btn-desc .hl-txt{
	padding: 4% 0 0;
	color: #8f79b7;
	display: block;
	font-size: 1.6em;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #8f79b7;
	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
	--------------------------------*/
	.logo-link{
		height: 64px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading-txt{
		font-size: 1.1em;
	}
	.general-list-item{
		font-size: 1em;
	}
	.howto .content-head .general-txt{
		font-size: 1.2em;
		line-height: 1.4;
	}
	.review-item{
		align-items: flex-start;
	}
	.review-item .general-txt{
		font-size: .9em;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row{
		padding: 8% 4%;
	}
	.btn-desc{
		font-size: 1.1em;
	}
	/*--------------------------------
	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;
	}
}