/*--------------------------------
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: #000;
	font-size: 24px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	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: #290c36;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
}
.top .btn-row{
	padding: 4%;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
}
.top .btn-row .reg-btn{
	width: 48%;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
}
.heading{
	padding: 0 4%;
	position: relative;
}
.heading-txt{
	padding: 4%;
	width: 100%;
	background: url(../images/bg_heading.webp) no-repeat left / 60% auto;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heading-sub{
	font-size: .6em;
	font-weight: normal;
	color: #fff;
}
.about .general-item{
	padding: 0 4% 4%;
}
.about-list{
	padding: 0 0 2%;
}
.about .general-txt,.about-desc{
	padding: 0 0 4%;
	line-height: 1.6;
}
.about-term{
	padding: 0 0 2%;
	color: #bcca69;
	text-decoration: underline;
}
.img-desc{
	margin: -2% 0 0;
	padding: 0 0 4%;
	font-size: 1.4em;
	font-weight: bold;
}
.survey-list{
	padding: 4%;
}
.survey-list-inner{
	position: relative;
	transition: .3s;
}
.survey-item{
	margin: 0 0 4%;
	padding: 2%;
	background: url(../images/bg_survey.webp) no-repeat center top / cover;
	box-shadow: 2px 2px 4px #fff,2px 2px 0 rgba(255,255,255,.25) inset;
	border-radius: 8px;
	opacity: 0;
	transform: translate3d(0,-50px,0);
	position: absolute;
	top: 0;
	left: 0;
}
.survey-inner{
	display: flex;
	justify-content: space-between;
}
.survey-head{
	width: 48%;
}
.survey-head-txt{
	padding: 2% 2% 0 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1em;
}
.survey-head-txt .ct{
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #fff;
	font-weight: bold;
	font-size: 1.4em;
}
.surver-head-q{
	padding: 2% 0 32px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	text-align: center;
}
.survey-item .general-img{
	width: 48%;
}
.survey-item .btn-row{
	padding: 4% 0 2%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.survey-btn{
	width: 48%;
}
.survey-value{
	line-height: 64px;
	display: block;
	background: #bf0303;
	color: #fff;
	font-size: 1.2em;
	border-radius: 8px;
	box-shadow: -4px -4px 4px rgba(255,255,255,.5) inset, 4px 4px 4px rgba(0,0,0,.5) inset;
	transition: .3s;
	text-align: center;
}
.survey-btn:nth-of-type(2) .survey-value{
	background: #0462d6
}
.radio-btn{
	display: none;
}
.radio-btn:checked + .survey-value{
	opacity: .5;
}
.result-item{
	margin: 0 0 4%;
	padding: 4% 2%;
	background: url(../images/bg_result.webp) no-repeat center top / cover;
	text-align: center;
	color: #000;
	opacity: 0;
	transform: translate3d(0,-50px,0);
}
.slide-in{
	animation: slide-in .3s ease .3s forwards;
}
.slide-out{
	animation: slide-out .3s ease 0s forwards;
}
.result-head{
}
.result-head-txt{
	font-size: 1.2em;
	font-weight: bold;
}
.result-play{
	margin: 2% auto;
	padding: 2%;
	width: 60%;
	font-size: 1.6em;
	color: #f06;
	background: #000;
	display: block;
	border-radius: 4px;
}
.result-desc{	
	padding: 2% 0;
	font-size: 1.1em;
	line-height: 1.6;
}
.ms-txt{
	color: #971f1f;
}
.ss-txt{
	color: #4d4da6;
}
.f-txt{
	color: #f06;
}
.m-txt{
	color: #00b7ee;
}
.ul-txt{
	text-decoration: underline;
}
.result-sites{
	display: none;
	opacity: 0;
	transform: translate3d(0,-50px,0);
}
.result-site-list{
	display: flex;
	flex-direction: column;
}
.result-site{
	margin: 0 0 8%;
	padding: 4%;
}
.site-head{
	padding: 0 16% 4%;
}
.ms{
	background: url(../images/bg_ms.webp) no-repeat center top / cover;
}
.ss{
	background: url(../images/bg_ss.webp) no-repeat center top / cover;
}
.result-txt{
	padding: 2%;
	font-size: 1.1em;
	line-height: 1.4;
}
.result-site .btn-desc{
	padding: 4% 0;
	text-align: center;
	color: #fff45c;
	font-size: 1.2em;
	font-weight: bold;
}
.wrap .lpprtitle
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	position: relative;
	text-align: center;
}
.reg-btn{
	display: block;
}

/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.copy{
	padding: 4% 0;
	font-size: .9em;
	line-height: 1.2;
}
/*--------------------------------
POPUP
--------------------------------*/
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;transform: translate3d(0,-32px,0);}
100% {opacity: 1;transform: translate3d(0,0,0);}
}
@keyframes slide-out{
0% {opacity: 1;transform: translate3d(0,0,0);}
100% {opacity: 0;transform: translate3d(0,32px,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading-txt{
		padding: 4%;
		background: url(../images/bg_heading.webp) no-repeat left / 70% auto;
		font-size: 1.2em;
	}
	.heading-sub{
		width: 30%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		text-align: right;
	}
	.about .general-txt, .about-desc{
		font-size: .9em;
	}
	.img-desc{
		font-size: 1.2em;
	}
.survey-inner{
	display: block;
}
.survey-head{
	padding: 0 0 4%;
	width: 100%;
}
.survey-head-txt{
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.survey-head-txt .ct{
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	font-size: 1.2;
}
.surver-head-q{
	padding: 0 0 0 2%;
	display: block;
	text-align: left;
}
.survey-item .general-img{
	width: 100%;
}
	.survey-value{
		line-height: 48px;
	}
	.result-desc{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.btn-desc{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 4% 0;
	}
	.copy{
		padding: 4% 0;
		font-size: .8em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
}