/*--------------------------------
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: 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: #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{
	padding: 0 4%;
	height: 10dvh;
	position: relative;
	overflow: hidden;
	background: #00a0e9;
	display: flex;
	align-items: center;
}
/*--------------------------------
Contents
--------------------------------*/
.main{
	height: 100dvh;
}
.content{
	position: relative;
	overflow: hidden;
}
.page01{
	background: url(../images/bg_01.webp) no-repeat center top / cover;
}
.page02{
	background: url(../images/bg_02.webp) no-repeat center top / cover;
}
.page03{
	background: url(../images/bg_03.webp) no-repeat center top / cover;
}
.page04{
	background: url(../images/bg_04.webp) no-repeat center top / cover;
}
.page05{
	background: url(../images/bg_05.webp) no-repeat center top / cover;
}
.page06{
	background: url(../images/bg_06.webp) no-repeat center top / cover;
}
.page07{
	background: url(../images/bg_07.webp) no-repeat center top / cover;
}
.page08{
	background: url(../images/bg_08.webp) no-repeat center top / cover;
}
.content-head{
	display: flex;
}
.page01 .content-head{
	background: rgba(106,0,95,.8);
}
.page02 .content-head{
	background: rgba(228,0,127,.8);
}
.page03 .content-head{
	background: rgba(68,0,98,.8);
}
.page04 .content-head{
	background: rgba(255,51,102,.8);
}
.page05 .content-head{
	background: rgba(255,102,0,.8);
}
.page06 .content-head{
	background: rgba(51,51,51,.8);
}
.page07 .content-head{
	background: rgba(9,124,37,.8);
}
.page08 .content-head{
	background: rgba(0,73,134,.8);
}
.content-head-txt{
	padding: 1%;
	height: 72px;
	flex-grow: 1;
}
.select-btn{
	opacity: 0;
	display: block;
}
.slick-active .select-btn{
	animation: fade-in .3s ease .5s forwards;
}
.genre-list{
	height: 100%;
}
.general-img{
	height: 100%;
	position: relative;
}
.catch{
	margin: auto;
	width: 90%;
	height: 25%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}
.genre-list .slick-arrow{
	margin: auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	z-index: 3;
}
.genre-list .slick-next{
	right: 4%;
	background: url(../images/icon_arrow_r.webp) no-repeat center / cover;
}
.genre-list .slick-prev{
	position: absolute;
	left: 4%;
	background: url(../images/icon_arrow_l.webp) no-repeat center / cover;
}
.genre-list .slick-disabled{
	opacity: 0;
}
.wrap .slick-list {
  height: 100%;
}
.wrap .slick-track {
  height: 100%;
}
.modal-content .heading-txt{
	padding: 0 0 4%;
	font-size: 1.2em;
	font-weight: bold;
}
.general-item{
	padding: 0 0 8%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 2px solid #00a0e9;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #00a0e9;
	font-size: 1em;
}
.general-txt, .general-item p{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.6;
}
.top-nav{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.9);
	z-index: 2;
	transform: translate3d(0,-100%,0);
	display: none;
	transition: .3s;
}
.show{
	animation: slide-down .3s ease 0s forwards;
	display: block;
	opacity: 1;
}
.top-nav-item{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.top-nav-link{
	padding: 8% 0;
	color: #fff;
	display: block;
	font-size: .9em;
}
.open-nav, .close-nav{
	width: 72px;
	height: 72px;
}
.open-nav{
	position: relative;
}
.close-nav{
	position: fixed;
	top 0;
	right: 0;
	display: none;
	transform: rotate(45deg);
	z-index: 3;
}
.open-nav .inner, .close-nav .inner{
	margin: auto;
	width: 44px;
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 3;
}
.open-nav .inner::before, .open-nav .inner::after{
	margin: auto;
	width: 44px;
	height: 4px;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	background: #fff;
}
.open-nav .inner::before{
	top: -12px;
}
.open-nav .inner::after{
	bottom: -12px;
}
.close-nav .inner::before{
	margin: auto;
	width: 4px;
	height: 44px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}
.comm-pane{
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	display: block;
}
.slick-active .comm-pane{
	animation: fade-in .3s ease .5s forwards;
}
.comm-list{
	padding: 0 8% 2%;
}
.wrap .comm-item{
	margin: 2% 0 0;
	width: 100%;
	line-height: 44px;
	font-size: .8em;
	overflow: hidden;
}
.comm-inner{
	padding: 0 2%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 8px;
	background: rgba(32,32,32,.6);
	color: #fff;
}
.slick-vertical .slick-slide{
	border: 0;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 0 8% 4%;
	width: 100%;
	max-width: 768px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
}
.btn-row .general-img{
	padding: 0 24% 4%;
}
.btn-desc{
	padding: 0 0 4%;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	height: 10dvh;
	text-align: center;
	background: #004986;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.gnav-list{
	padding: 2% 0;
	width: 100%;
	display: flex;
}
.gnav-item{
	width: 50%;
	text-align: center;
}
.nav-link{
	color: #fff;
	display: block;
	font-size: .8em;
	text-decoration: underline;
}
.copy{
	font-size: .7em;
	line-height: 1.4;
	display: block;
	text-align: center;
}
/*--------------------------------
Modal
--------------------------------*/
.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,.75);
	display: none;
}
.modal-pane{
	margin: auto;
	padding: 4%;
	width: 90%;
	max-width: 736px;
	height: 60%; 
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	display: none;
}
.result{
	width: 90%;
	max-width: 704px;
	height: 85%; 
	background: url(../images/bg_content.webp) no-repeat center / cover;
	border-radius: 0;
}
.result .general-item{
	padding: 0;
}
.result .general-txt{
	padding: 4% 0;
	font-size: .8em;
}
.result-thumb .content-img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.modal-pane .modal-content{
	height: 100%;
	overflow: auto;
}
.result .modal-content{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.close-modal{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 8px;
	transform: rotate(45deg);
	transform-origin: center;
}
.close-modal::before,.close-modal::after{
	margin: auto;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
}
.close-modal::before{
	width: 4px;
	height: 100%;
}
.close-modal::after{
	width: 100%;
	height: 4px;
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-down{
	0% {opacity: 0;transform: translate3d(0,-100%,0);}
	100% {opacity: 1;transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 18px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.main-content{
		display: flex;
		align-items: center;
	}
	.content-inner{
		width: 100%;
		height: auto;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
}