/*--------------------------------
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;
	background: url(../images/bg_btnrow.webp) no-repeat center  / cover;
}
.sub-top{
	padding: 4% 0;
	position: relative;
	text-align: center;
}
.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;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
	position: relative;
	overflow: hidden;
}
.heading{
	margin: 0 0 4%;
	padding: 24% 0 0;
	width: 100%;
	position: relative;
	background: url(../images/bg_heading.webp) no-repeat center / 100% auto;
}
.heading-txt{
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.intro{
	padding: 4%;
	background: url(../images/bg_content.webp) repeat center / 64px #ff7995;
	text-align: center;
	border-top: 16px solid #282828;
	border-bottom: 16px solid #282828;
}
.intro .general-txt{
	line-height: 1.6;
	font-weight: bold;
}
.feature{
	padding: 4% 8%;
	background: url(../images/bg_feature02.webp) no-repeat right bottom/ 50% auto, url(../images/bg_feature01.webp) no-repeat center top/ 100% auto;
}
.feature .heading{
	margin: 0;
	padding: 32% 0 0;
	background: none;
}
.feature-item{
	margin: 0 0 4%;
}
.feature-head{
	margin: 0 0 4%;
}
.feature-head-txt{
	display: flex;
	align-items: center;
	font-size: 1.1em;
}
.feature-ct{
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	flex-grow: 0;
}
.feature-ct .content-img{
	width: auto;
	height: 100%;
}
.feature-label{
	margin: 0 0 0 4%;
	padding: 2% 0;
	text-align: center;
	border-top: 2px solid #ff7995;
	border-bottom: 2px solid #ff7995;
	flex-grow: 1;
	font-weight: bold;
}
.feature-item-txt{
	padding: 4%;
	background: rgba(0,0,0,.5);
	border: 1px solid #333;
	line-height: 1.6;
}
.review{
	padding: 4% 4% 0;
	background: url(../images/bg_content.webp) repeat center / 64px #ff7995;
	border-top: 16px solid #282828;
	border-bottom: 16px solid #282828;
}
.review-list{
	margin: 0 0 4%;
}
.review-item{
	margin: 0 1%;
	border-radius: 16px;
	background: #fff;
}
.flex-box{
	padding: 4%;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.review-inner{
	padding: 0 0 0 4%;
	flex-grow: 1;
}
.review-head-txt{
	padding: 0 0 2%;
	font-size: 1em;
	line-height: 1.6;
	color: #666;
}
.review-txt{
	line-height: 1.6;
	color: #333;
}
.review-thumb{
	width: 15%;
	flex-shrink: 0;
	flex-shrink: 0;
	flex-grow: 0;
}
.faq{
	padding: 4%;
	background: url(../images/bg_faq.webp) no-repeat right bottom/ 40% auto;
}
.faq-item{
	padding: 4%;
}
.faq-head-txt{
	padding: 0 0 4%;
	font-size: 1.1em;
	color: #ff7995;
}
.faq-txt{
	line-height: 1.6;
}
section.general{
	padding: 0 8% 8%;
}
.general .btn-row{
	padding: 0;
}
.general-item{
	padding: 0 0 8%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #ff7995;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #ff7995;
	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:  #00b7ee;
}
.wrap .lpprtitle{
	margin: 10px;
}
.review-list .slick-arrow{
	margin: auto;
	width: 44px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	background: rgba(128,128,128,.70);
}
.review-list .slick-next{
	right: -2%;
	z-index: 3;
	clip-path: polygon(0 0, 40% 0, 100% 50%, 40% 100%, 0 100%, 60% 50%);
}
.review-list .slick-prev{
	position: absolute;
	left: -2%;
	z-index: 3;
	clip-path: polygon(60% 0, 100% 0, 40% 50%, 100% 100%, 60% 100%, 0 50%);
}
.review-list .slick-disabled{
	opacity: 0;
}
.wrap .slick-track {
  display: flex;
}
.wrap .slick-slide {
  height: auto !important;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 2% 4%;
	width: 100%;
	max-width: 768px;
}
.fixed-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.75);
	z-index: 999;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #ff7995;
	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
	--------------------------------*/
	.sub-top .logo{
		height: 44px;
	}
	.logo-link{
		height: 44px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.review-head-txt{
		line-height: 1.2em;
	}
	.review-txt{
		font-size: .9em;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row{
		padding: 4%;
	}
	/*--------------------------------
	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;
	}
}