/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
*{
	font-family: sans-serif;
	font-weight: 400;
}
body{
	background: #fff;
}
a{
	transition: all .3s;
}
a:hover{
	opacity: .7;
}
ul{
	list-style: inside none;
	padding: 0;
}
img{
	display: block;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}
p{
	font-size: 18px;
	line-height: 2em;
}
.center{
	text-align: center;
}
.center img{
	margin: 0 auto;
	text-align: center;
}
#wrapper{
	margin: 0 auto;
	max-width: 768px;
	overflow: hidden;
	width: 100%;
}
ol{
	list-style: inside none;
	margin: 0;
	padding: 0;
}
.delay1{
	animation-delay: 0.1s;
}
.delay2{
	animation-delay: 0.2s;
}
.delay3{
	animation-delay: 0.3s;
}
.delay4{
	animation-delay: 0.4s;
}
.delay5{
	animation-delay: 0.5s;
}
.delay6{
	animation-delay: 0.6s;
}
.delay7{
	animation-delay: 0.7s;
}
.delay8{
	animation-delay: 0.8s;
}
.delay9{
	animation-delay: 0.9s;
}
.delay10{
	animation-delay: 1.0s;
}
.delay15{
	animation-delay: 1.5s;
}
.delay20{
	animation-delay: 2s;
}
/*===============================================
 * header
===============================================*/
.countdown {
	background: linear-gradient(to bottom, #534c4a 0%,#1d100d 70%);
	color: #ead57a;
	font-family: 'Digital-7 Mono', monospace;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px;
	display: block;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	position:relative;
	z-index: 3;
}
.countdown span{
	display: inline-block;
	font-family: 'Digital-7 Mono', monospace;
	font-weight: bold;
	font-size: 2.5em !important;
	line-height: 1;
}
header{
	overflow: hidden;
	position: relative;
	padding:  0 0 10% 0;
}
.header_inner{
	position: relative;
	z-index: 3;
}
.header_mov{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
video{
	vertival-align: bottom;
}
/*===============================================
 * main
===============================================*/
.cta{
	background-image: url(../img/bg_cta.png);
	background-position: center top;
	background-size: cover;
	padding: 10% 0;
}
.cta > img{
	margin-bottom: 30px;
}
.cta .countdown{
	background: linear-gradient(to bottom, #7d0000 0%,#e50012 50%,#7d0000 100%);

	color: #fff;
}
.btn_area{
	margin-top: 5%;
}
#introduction{
	position: relative;
}
.intro_inner{
	background-image: url(../img/bg_introduction.png);
	background-position: center bottom;
	background-size: cover;
	padding: 10% 0 0;
}
.intro_inner ul{
	margin-bottom: 10%;
}
.intro_inner > img{
	margin-bottom: -6%;
	position: relative;
	z-index: 3;
}
.intro_inner ul li + li{
	margin-top: -10%;
}
.intro_text{
	position: relative;
}
.intro_text > img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.intro_text_bg{
	position: relative;
	z-index: 0;
}
#attention01 h2,
#attention02 h2{
	position: relative;
}
#attention01 h2 > img,
#attention02 h2 > img{
	position: relative;
	z-index: 1;
}
#attention01 h2 span,
#attention02 h2 span{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
#attention01 .attention_inner{
	background-image: url(../img/bg_attention1.jpg);
	background-position: center top;
	background-size: cover;
	padding: 10% 0;
}
#attention02 .attention_inner{
	background-image: url(../img/bg_attention2.jpg);
	background-position: center bottom;
	background-size: cover;
	padding: 10% 0;
}
.attention_inner > img + img{
	margin-top: 5%;
}
#voice{
	background-image: url(../img/bg_voice.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 10% 0;
}
#voice ul{
	margin: 10% 0 0;
}
#voice ul li + li{
	margin-top: 5%;
}
#faq{
	background-image: url(../img/bg_faq.png);
	background-position: center top;
	background-size: cover;
	padding: 10% 0;
}
#faq dl{
	margin: 10% 0 0;
}
#faq dl dd{
	margin: 5% 0;
}
/*===============================================
 * footer
===============================================*/
footer{
	background: linear-gradient(to bottom, #534c4a 0%,#1d100d 70%);
	padding: 5px 0;
	text-align: center;
}
footer p{
	color: #fff;
	font-size: 10px;
}