/*--------------------------------
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: 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: 0 4% 4%;
	position: absolute;
	bottom: 0;
}
.sub-top{
	padding: 4% 0;
	position: relative;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 88px;
}
.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%;
	padding: 0 16%;
	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;
	background: url(../images/bg_heading.webp) no-repeat center / cover;
}
.about{
	padding: 8%;
	background: url(../images/bg_about.webp) no-repeat right top / 60% auto;
}
.about .general-txt{
	padding: 0 0 8%;
	line-height: 1.6;
}
.play{
	padding: 0 8% 8%;
}
.play-list{
	margin: 0 0 8%;
}
.play-item{
	background: url(../images/bg_play.webp) no-repeat center / cover;
}
.play-item-inner{
	padding: 4%;
	display: flex;
	flex-direction: column;
}
.play-head{
	padding: 12.5% 0 0;
	background: url(../images/bg_playlabel.webp) no-repeat center top / 50% auto;
	order: 2;
	position: relative;
}
.play-head-txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #d8d7ae;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4em;
	letter-spacing: .4em;
}
.play-txt{
	padding: 2% 0 0;
	order: 3;
	color: #000;
	line-height: 1.6;
}
.play-thumb{
	margin: 0 0 2%;
	order: 1;
}
.play .general-txt{
	line-height: 1.6;
}
.survey{
	padding: 0 8% 8%;
}
.survey-head-txt{
	padding: 0 0 2%;
	font-size: 1.1em;
}
.survey .general-txt{
	line-height: 1.6;
}
.review{
	padding: 0 8% 8%;
}
.review-item{
	padding: 0 0 8%;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.review-inner{
	padding: 0 0 0 4%;
}
.review-head-txt{
	padding: 0 0 4%;
	font-size: 1.1em;
	line-height: 1.6;
	color: #69f;
}
.review-item:nth-of-type(even) .review-head-txt{
	color: #f6c;
}
.review-txt{
	line-height: 1.6;
}
.review-thumb{
	width: 30%;
	flex-shrink: 0;
}
.general{
	padding: 0 8% 8%;
}
.general .heading{
	padding: 0;
}
.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 #900;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #900;
	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;
}
.play-list .slick-arrow{
	margin: auto;
	width: 64px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	background: rgba(128,128,128,.70);
}
.play-list .slick-next{
	right: -2%;
	z-index: 3;
	clip-path: polygon(0 0, 40% 0, 100% 50%, 40% 100%, 0 100%, 60% 50%);
}
.play-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%);
}
.play-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;
	z-index: 9;
	background: rgba(0,0,0,.75);
	display: none;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: url(../images/bg_heading.webp) no-repeat center / cover;
	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: 64px;
	}
	.logo-link{
		height: 64px;
	}
	/*--------------------------------
	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;
	}
}