/* 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;
}
/*===============================================
 * header
===============================================*/
header{
	position: relative;
}
header > img{
	position: relative;
	z-index: 0;
}
.kv_inner{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.kv_inner img{
	display: block;
	width: 100%;
}
.kv_inner h1{
	position: relative;
	z-index: 2;
}
.kv_sub_top,
.kv_sub_bottom{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.kv_sub_top > img{
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
/*===============================================
 * main
===============================================*/
.cta{
	background: #ffe321;
	padding: 0;
}
.cta_inner{
	background: #8ce27d;
	margin-top: -15%;
	padding-bottom: 25%;
}
.img_cta2{
	margin-top: -15%;
}
.cta > img + img{
	margin-top: 5%;
}
.btn_area{
	margin-top: 5%;
}
.next{
	padding: 10% 0 15%;
}
#introduction{
	background: url(../img/bg_introduction.jpg);
	background-size: cover;
	padding-bottom: 30%;
}
#introduction h2{
	position: relative;
	bottom: 10vh;
	margin-bottom: -5vh;
}
#introduction > img + img{
	margin: 30px 0 0;
}
#point{
	background: #ffd800;
	padding-bottom: 25%;
}
#point h2{
	position: relative;
	bottom: 12vh;
	margin-bottom: -5vh;
}
.point_inner{
	background: url(../img/bg_point.png);
	background-position: center bottom;
	background-size: cover;
}
.point_inner > div{
	padding: 10% 0 25%;
}
.img_point{
	margin-top: -10vh;
}
.text_point{
	margin: -3vh 0 -1vh;
	position: relative;
	z-index: 1;
}
.ba{
	display: flex;
	flex-wrap: wrap;
}
.ba > div{
	margin: 1%;
	width: 48%;
}
#result{
	background: url(../img/bg_result.jpg);
	background-position: center center;
	background-size: cover;
	padding-bottom: 15%;
}
#result h2{
	position: relative;
	bottom: 15vh;
	margin-bottom: -10vh;
}
#result .mov_wrapper{
	margin: 0 auto;
	text-align: center;
}
#result .mov_wrapper video{
	opacity: .9;
}
.result{
	margin: 5% 0;
	position: relative;
	z-index: 0;
}
.cracker{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.ticket{
	position: relative;
	z-index: 2;
}
.bg_cracker{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#voice{
	background: #32558a;
}
#voice h2{
	position: relative;
	margin-bottom: -3vh;
	z-index: 1;
}
.box_voice,
.box_inner{
	position: relative;
}
.img_voice,
.title_voice,
.text_voice{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#summary .heading{
	position: relative;
	z-index: 0;
}
#summary .heading .heading_inner,
#summary .heading .heading_inner img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#summary .heading .heading_inner h2,
#summary .heading .heading_inner h2 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2 !important;
}
.summary_contents{
	background-image: url(../img/bg_summary2.jpg);
	background-size: cover;
	background-position: center bottom;
}
.img_summary{
	position: relative;
	bottom: 10vh;
	margin-bottom: -5vh;
}
img.imgCenter{
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
form.app_form input.address{
	max-width: 90%;
	width: 900px;
	height: 50px;
	font-size: 100%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-radius: 40px;
}
form.app_form .submit_btn{
	border: 0;
	background: url("../img/btn.png") no-repeat 0 0;
	background-size: auto;
	background-size: contain;
	max-width: 90%;
	width: 100%;
	padding-top: 23.5%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*===============================================
 * footer
===============================================*/
footer{
	background: #8ce27d;
	padding: 5px 0;
	text-align: center;
}
footer ul{
	display: flex;
	justify-content: center;
}
footer ul li{
	margin: 0 5px;
}
footer ul li a{
	font-size: 14px;
	font-weight:; 400;
	text-decoration: none;
}
footer p{
	color: #fff;
	font-size: 10px;
}
@media screen and (max-width: 640px){
	footer ul li a{
		font-size: 10px !important;
	}
}
.remodal{
	padding: 35px 15px !important;
	text-align: center;
}
.txtJustify{
	text-align: left;
}
.remodal table{
	width: 100%;
}
.remodal table th,
.remodal table td{
	border: 1px solid #9f9fa0;
	font-size: 12px;
	padding: .5em 1em;
}
.remodal table th{
	background: #efeff0;
	width: 30%;
}