/*--------------------------------
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{
	list-style-type: 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: 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: #000;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	padding: 0;
	position: relative;
}
.top-inner{
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.logo{
	margin: 0 auto;
	padding: 0 0 64px;
	width: 60%;
}
.catch{
	margin: 0 auto;
	padding: 0 0 32px;
	width: 80%;
}
.top .btn-row{
	width: 100%;
}
.sub-top{
	padding: 16px 0;
	position: relative;
	background: url(../images/img_top.webp) no-repeat bottom / 100% auto #222;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
}
.logo-link{
	height: 60px;
	display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.heading{
	padding: 0 0 32px;
}
.heading-txt,.sub-head{
	padding: 16px;
	font-size: 1.4em;
	line-height: 1.6;
	font-weight: bold;
	color: #707070;
	text-align: center;
	position: relative;
}
.heading-txt::after{
	margin: 0 auto;
	width: 25%;
	height: 8px;
	content:"";
	background: #e60012;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.b-txt{
	color: #c00;
	display: block;
	text-decoration: underline;
}
.hl-txt{
	color: #c00;
	font-weight: bold;
}
.general-item{
	padding:  0 32px;
}
.general-item h3{
	padding: 16px 0;
	font-size: 1.2em;
	color: #e60012;
}
.general-item p,.general-txt{
	padding: 0 0 32px;
	font-size: .9em;
	line-height: 1.6;
}
.general-img{
	padding: 0 0 32px;
}
.content,.general{
	padding: 32px;
}
.intro-list{
	padding: 16px 32px;
}
.intro-list .list-item{
	padding: 16px 0 16px 24px;
	line-height: 1.2;
	position: relative;
}
.intro-list .list-item::after{
	margin: auto;
	width: 6px;
	height: 6px;
	content:"";
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.feature-txt{
	padding: 32px 0;
}
.feature-txt-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
}
.logo-m{
	margin: 8px 8px 8px 0;
	width: 120px;
}
.logo-s{
	margin: 4px;
	width: 80px;
}
.content04 .general-txt{
	font-size: 1em;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 0 64px 64px;
	position: relative;
}
.reg-btn{
	margin: 0 auto;
	width: 100%;
	padding: 16px 32px;
	display: flex;
	flex-direction: column;
	background: #e60012;
	color: #fff;
	box-shadow: 4px 4px 2px rgba(255,255,255,.2) inset,-4px -4px 2px rgba(0,0,0,.2) inset;;
	text-align: center;
	font-weight: bold;
}
.btn-txt01{
	padding: 0 0 16px;
	width: 100%;
	font-size: 1.6em;
}
.btn-txt02{
	width: 100%;
	line-height: 32px;
	border-radius: 16px;
	background: #000;
}
.btn-desc{
	padding: 0 0 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #e60012;
	font-weight: bold;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 32px 16px 0;
	text-align: center;
	background: #222;
	color: #fff;
}
.gnav-list{
	padding: 0 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 16px 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 32px 0;
	font-size: .9em;
	line-height: 1.2;
}
/*--------------------------------
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: 16px;
	}
/*--------------------------------
Header
--------------------------------*/
	.top-inner{
		height: auto;
		bottom: 0;
	}
	.logo{
		padding: 0 0 32px;
	}
	.catch{
		padding: 0 0 16px;
	}
	.logo-link{
		height: 44px;
		display: block;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading{
		padding: 0 0 32px;
	}
	.heading-txt,.sub-head{
		padding: 16px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.heading-txt::after{
		width: 30%;
	}
	.general-item{
		padding:  0 16px;
	}
	.general-item h3{
		padding: 16px 0;
		font-size: 1.2em;
		color: #e60012;
	}
	.general-img{
		padding: 0 0 16px;
	}
	.content,.general{
		padding: 16px;
	}
	.intro-list{
		padding: 8px 16px;
	}
	.intro-list .list-item{
		padding: 8px 0 8px 16px;
	}
	.feature-txt{
		padding: 16px 0;
	}
	.content04 .general-txt{
		font-size: 1em;
	}
/*--------------------------------
Button
-------------------------------*/
	.btn-row{
		padding: 0 16px 16px;
	}
	.reg-btn{
		padding: 8px 16px;
	}
	.btn-txt01{
		padding: 0 0 8px;
		font-size: 1.4em;
	}
	.btn-txt02{
		font-size: .9em;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 0 16px;
	}
	.gnav-list{
		padding: 0 16px;
		display: block;
	}
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.nav-link{
		padding: 16px 0;
	}
	.copy{
		padding: 16px 0;
		font-size: .8em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 14px;
	}
}