/*--------------------------------
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: #111;
	font-size: 24px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: serif;
}
.fixed-body{
	position: fixed; 
	overflow: hidden;
	inset: 0;
}
.fixed-html{
	height: 100vh;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	height: 100%;
	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;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 auto;
	padding: 0 4%;
	width: 100%;
	max-width: 768px;
	height: 100svh;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background: url(../images/img_top.webp) no-repeat center / cover #000;
}
.top .content-inner{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.logo{
	margin: 0 auto;
	padding: 4% 0;
	width: 70%;
}
.top-txt{
	padding: 4% 0 0;
	font-size: 1.1em;
	line-height: 1.6;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*--------------------------------
Contents
--------------------------------*/
.heading-txt{
	padding: 0 0 4%;
	font-size: 1.2em;
	font-weight: bold;
}
.slide{
	height: 100svh;
}
.slick-list, .slick-track {
  height: 100%;
}

.wrap .slick-vertical .slick-slide, .slick-slide {
    height: 100svh;
	position: relative;
	border: 0;
}
.slide-item{
	height: 100%;
	background: url(../images/bg_q.webp) no-repeat center / cover #000;
}
.slide-item .content-inner{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.q-head{
	padding: 4%;
	text-align: center;
}
.q-head-txt{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
}
.q-head-icon{
	margin: 0 auto;
	width: 12%;
	display: block;
}
.q-head-label{
	padding: 4% 0 0;
	display: block;
}
.answer-nav{
	padding: 4% 8%;
}
.btn-answer{
	margin: 0 0 4%;
	padding: 20% 0 0;
	position: relative;
	display: block;
	opacity: 0;
	transform: translate3d(0,-50%,0);
}
.btn-answer:nth-of-type(1){
	background: url(../images/bg_a.webp) no-repeat center top / 100% auto;
}
.btn-answer:nth-of-type(2){
	background: url(../images/bg_b.webp) no-repeat center top / 100% auto;
}
.btn-answer:nth-of-type(3){
	background: url(../images/bg_c.webp) no-repeat center top / 100% auto;
}
.is-animate .btn-answer{
	animation: slide-down .3s ease-out 0s forwards;
}
.is-animate .btn-answer:nth-of-type(2){
	animation-delay: .1s;
}
.is-animate .btn-answer:nth-of-type(3){
	animation-delay: .2s;
}
.txt-answer{
	padding: 4%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 16%;
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.answer{
	height: 100%;
	display: none;
}
.answer .content-inner{
	padding: 4% 0;
	height: 100%;
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;*/
	overflow: auto;
}
.answer-a{
	background: url(../images/img_a.webp) no-repeat center / cover;
}
.answer-b{
	background: url(../images/img_b.webp) no-repeat center / cover;
}
.answer-c{
	background: url(../images/img_c.webp) no-repeat center / cover;
}
.answer-head{
	margin: 0 16% 0;
	padding: 18% 0 0;
	position: relative;
}
.answer-a .answer-head{
	background: url(../images/bg_heading_a.webp) no-repeat center top / 100% auto;
}
.answer-b .answer-head{
	background: url(../images/bg_heading_b.webp) no-repeat center top / 100% auto;
}
.answer-c .answer-head{
	background: url(../images/bg_heading_c.webp) no-repeat center top / 100% auto;
}
.answer-head-txt{
	position: absolute;
	top: 52%;
	right: 0;
	bottom: 0;
	left: 0;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
			
.answer-top{
	margin: 0 0 4%;
	padding: 0 4%;
	color: #efda9f;
}
.answer-top .sub-head-txt{
	padding: 4% 0;
	font-size: 1.4em;
	line-height: 1.4;
	text-align: center;
}
.answer-bottom{
	margin: 8% 2%;
	padding: 0 6%;
	background: url(../images/bg_result_mid.webp) no-repeat center / 100% auto;
	position: relative;
	z-index: 2;
}
.answer-bottom::before{
	height: 24%;
	content: "";
	position: absolute;
	top: -10%;
	right: 0;
	left: 0;
	background: url(../images/bg_result_top.webp) no-repeat center top / 100% auto;
	z-index: 1;
}
.answer-bottom::after{
	height: 24%;
	content: "";
	position: absolute;
	right: 0;
	bottom: -10%;
	left: 0;
	background: url(../images/bg_result_bottom.webp) no-repeat center bottom / 100% auto;
	z-index: 1;
}
.answer-bottom .sub-head-txt{
	padding: 0 0 4%;
	font-size: 1.1em;
	line-height: 1.4;
	text-align: center;
	text-decoration: underline;
}
.answer-info{
	padding: 0 0 2%;
	font-size: .9em;
	line-height: 1.4;
}
.answer-top .general-txt, .answer-bottom .general-txt{
	padding: 0;
	font-size: .9em;
	line-height: 1.4;
}
.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: 4px solid #a31132;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #a31132;
	font-size: 1.1em;
}
.general-txt, .general-item p{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.6;
}
.gnav{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.75);
	z-index: 2;
	transform: translate3d(0,-100%,0);
	display: none;
	transition: .3s;
}
.show{
	animation: slide-down .3s ease 0s forwards;
	display: block;
	opacity: 1;
}
.gnav-item{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.nav-link{
	padding: 4% 0;
	color: #fff;
	display: block;
	font-weight: bold;
}
.open-nav, .close-nav{
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}
.open-nav{
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.close-nav{
	position: fixed;
	top 0;
	right: 0;
	display: none;
	transform: rotate(45deg);
}
.open-nav .inner, .close-nav .inner{
	margin: auto;
	width: 44px;
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	border-radius: 2px;
}
.open-nav .inner{
	background: #666;
}
.close-nav .inner{
	background: #666;
}
.open-nav .inner::before, .open-nav .inner::after{
	margin: auto;
	width: 44px;
	height: 4px;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	background: #666;
	border-radius: 2px;
}
.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: #666;
	border-radius: 2px;
}
.slick-dots{
	margin: 0 auto;
	padding: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}
.slick-dots li{
	padding: 0 4%;
	height: 12px;
	overflow: hidden;
}
.slick-dots button{
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
	display: block;
	background: #7a662f;
	pointer-events: none;
}
.slick-dots .slick-active button{
	background: #efda9f;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 0 4% 8%;
	width: 100%;
	text-align: center;
}
.reg-btn{
	margin: 0 auto;
	display: block;
}
.btn-row .txt-link{
	margin: 1% 0 0;
	font-size: .9em;
	text-decoration: underline;
	color: #efda9f;
	display: block;
	line-height: 1.4;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 2%;
	width: 100%;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	text-align: right;
	z-index: 3;
}
.copy{
	padding: 2% 0 0;
	font-size: .8em;
}
/*--------------------------------
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: #111;
	overflow: hidden;
	border-radius: 8px;
	display: none;
	color: #fff;
}
.modal-pane .modal-content{
	height: 100%;
	overflow: auto;
}
.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: #666;
	border-radius: 2px;
}
.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,-50%,0);}
	100% {opacity: 1;transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.answer-bottom{
		margin: 12% 2%;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	.reg-btn{
		width: 100%;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
}