/*--------------------------------
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: #f0f0f0;
	font-size: 24px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	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;
	background: #fff;
	overflow: hidden;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
	background: url(../images/bg_top.webp) no-repeat right center/ contain;
	text-align: center;
}
.logo{
	position: relative;
	z-index: 2;
}
.top-img{
	width: 100%;
	position: absolute;
	top: 16%;
	left: 0;
	z-index: 1;
}
.top-desc{
	padding: 0 4% 8%;
	font-weight: bold;
	line-height: 1.6;
}
.sub-top{
	position: relative;
	background: url(../images/bg_heading.webp) no-repeat center / cover;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 120px;
}
.logo-link{
	padding: 2% 0;
	height: 120px;
	display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
}
.heading{
	padding: 8% 0 4% 0;
}
.heading .heading-txt{
	padding: 2%;
	width: 75%;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #d30987;
	position: relative;
	text-align: center;
}
.intro{
	padding: 0 0 8%;
	background: url(../images/bg_intro.webp) no-repeat left center / 40% auto;
}
.intro .heading-txt{
	margin: 0 0 0 auto;
}
.intro .general-item{
	margin: 0 0 0 38%;
	padding: 4% 8%;
}
.intro .general-txt{
	font-size: 1em;
}
.about{
	background: url(../images/bg_about.webp) no-repeat center / cover;
}
.about .general-item{
	padding: 4% 8% 0;
	position: relative;
}
.about .general-txt{
	padding: 4% 0;
	font-size: 1em;
}
.review{
	background: #fee9f2;
}
.review .heading-txt{
	margin: 0 0 0 auto;
}
.review .content-inner{
	padding: 0 4% 4%;
}
.review-item{
	margin: 0 0 4%;
	padding: 4% 0 8%;
	display: flex;
	align-items: center;
	background: url(../images/bg_review.webp) repeat-x left bottom / auto 6px;
}
.review-item:nth-last-child(1){
	background: none;
}
.review-head{
	width: 30%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	text-align: center;
}
.review-head-txt{
	padding: 4% 0 0;
	font-size: 1em;
	line-height: 1.2;
	color: #d30987;
	font-weight: bold;
}
.review-item .general-txt{
	padding: 0 4%;
	font-size: 1em;
	line-height: 1.4;
	position: relative;
}
.review-thumb{
	width: 100%;
}
.wrapup{
	position: relative;
	display: flex;
}
.wrapup-list{
	padding: 2% 4%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wrapup-list-item{
	padding: 2% 0 2% 2%;
	color: #d30987;
	font-weight: bold;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.wrapup-list-item::after{
	margin: auto 0;
	width: 4px;
	height: 4px;
	content: "";
	background: #d30987;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6px;
}
.wrapup .general-img{
	width: 30%;
	flex-shrink: 0;
}
.general{
	padding: 0;
}
.general .heading{
	padding: 4% 0 0;
}
.general-item{
	padding: 8%;
}
.sub-head,.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #d30987;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 4px solid #ccc;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #6c7ec9;
	font-size: 1.1em;
}
.general-txt,.general-item p{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.8;
}
.hl-txt{
	color: #d30987;
	font-size: 1.1em;
	font-weight: bold;
}
.play{
	background: url(../images/bg_play.webp) no-repeat center right / 65% auto;
}
.slide{
	padding: 4% 16% 8% 16%;
}
.play-item{
	position: relative;
}
.play-img{
	margin: 0 0 32px;
}
.play-head-txt{
	margin: 0 auto;
	width: 80%;
	height: 64px;
	line-height: 64px;
	position: absolute;
	color: #fff;
	background: rgba(211,9,135,.7);
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.play-desc{
	padding: 0 4% 8%;
	text-align: center;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.slick-arrow{
	margin: auto;
	width: 44px;
	height: 44px;
	background:  #d30987;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-indent: -9999px;
}
.slick-prev{
	left: 4%;
	clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 70% 100%, 20% 50%, 70% 0);
}
.slick-next{
	right: 4%;
	clip-path: polygon(30% 0, 80% 50%, 30% 100%, 0% 100%, 50% 50%, 0% 0%);
}
.slick-disabled{
	filter: grayscale(1);
	opacity: .5;
}
.slick-disabled::after{
	opacity: .5;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 2% 4%;
	width: 100%;
	max-width: 768px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5);
	z-index: 2;
}
.reg-btn{
	margin: 0 auto;
	display: block;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 16%;
	text-align: center;
	background: #d30987;
	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.2;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #fc4683;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #fc4683;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
	color: #333;
}
.close-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.close{
	line-height: 60px;
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.close::before,.close::after{
	margin: auto 0;
	width: 2px;
	height: 32px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 44px;
	bottom: 0;
	transform-origin: center;
}
.close::before{
	transform: rotate(45deg);
}
.close::after{
	transform: rotate(-45deg);
}
/*--------------------------------
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(50px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-50px,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 18px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.top-img{
		top: 14%;
	}
	.top-desc, .play-desc{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.sub-top .logo{
		height: 88px;
	}
	.logo-link{
		height: 88px;
	}
	.heading .heading-txt{
		width: 80%;
		font-size: 1.1em;
	}
	.intro{
		background: url(../images/bg_intro.webp) no-repeat left top / auto 100%;
	}
	.intro .general-item{
		background: rgba(255,255,255,.75);
	}
	.intro .general-txt{
		line-height: 1.4;
	}
	.review-head-txt{
		font-size: .9em;
	}
	.wrapup .general-img .content-img{
		object-fit: cover;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.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: 13px;
	}
}