/*--------------------------------
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: 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{
	margin: 0 0 32px;
	position: relative;
}
.top .btn-row{
	padding: 0 64px 32px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.sub-top{
	padding: 16px 0;
	position: relative;
	text-align: center;
	background: #000;
}
.sub-top .logo{
	padding: 0;
	height: 44px;
}
.logo-link{
	height: 44px;
	display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.heading{
	padding: 0 0 64px;
}
.heading-txt{
	padding: 0 32px;
	height: 88px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: url(../images/bg_heading.webp) no-repeat center / cover;
}
.hl-txt{
	color: #f03;
	font-weight: bold;
	font-size: 1.2em;
}
.ul-txt{
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}
.content01{
	background: url(../images/bg_content01.webp) no-repeat center bottom / cover;
}
.content02{
	background: url(../images/bg_content02.webp) no-repeat center / cover;
}
.content03{
	background: url(../images/bg_content03.webp) no-repeat center / cover;
}
.content04{
	background: url(../images/bg_content04.webp) no-repeat center / cover;
}
.content05{
	background: url(../images/bg_content05.webp) no-repeat center / cover;
}
.general-item{
	padding:  0 64px 32px;
}
.content03 .general-item{
	text-align: center;
}
.sub-head,.general-item h3{
	padding: 16px 0;
	font-size: 1.4em;
	font-weight: bold;
}
.general-item p,.general-txt{
	padding: 0 0 32px;
	line-height: 1.8;
}
.general-item p a{
	color: #39c;
	text-decoration: underline;
	word-break: break-all;
}
.general-img{
	padding: 0 0 32px;
}
.content03 .general-img{
	margin: 0 auto;
	width: 80%;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 64px;
	position: relative;
	text-align: center;
}
.btn-desc{
	padding: 16px 0 0;
	color: #c00;
}
.reg-btn{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	line-height: 88px;
	background: #900;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: .3em;
	border-top: 6px solid rgba(255,255,255,.3);
	border-right: 6px solid rgba(0,0,0,.05);
	border-bottom: 6px solid rgba(0,0,0,.05);
	border-left: 6px solid rgba(0,0,0,.3);
	display: block;
}
/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	color: #fff;
}
.form-inner{
	padding: 0 16px 16px;
}
.form .heading{
	padding: 0 0 32px;
}
.form-box{
	margin-bottom: 24px;
}
.form-label{
	margin-bottom: 8px;
	line-height: 20px;
	display: block;
	background: #332e2e;
	color: #fff;
	text-align: center;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 60px;
	background: #fff;
	box-sizing: border-box;
    font-size: 1.2em;
	color: inherit;
	vertical-align: bottom;
	border-radius: 0;
	position: relative;
	color: #000;
	appearance: none;
	outline: none;
	border: 1px solid #ddd;
}
textarea{
    resize: vertical;
}
select{
	padding: 8px 20px 8px 8px;
	height: 60px;
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #fff;
	border: 1px solid #ddd;
	color: #000;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #ffffe5;
}
.radio-box{
	padding: 4px 0 0 0;
	display: flex;
}
.regular-radio{
	display: none;
}
.radio-label{
	width: 50%;
	line-height: 58px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	box-sizing: border-box;
	color: #000;
}
.radio-label:nth-of-type(1) .radio-label-text{
	border-radius: 4px 0 0 4px;
	border-right: 0;
}
.radio-label:nth-of-type(2) .radio-label-text{
	border-radius: 0 4px 4px 0;
}
.regular-radio:checked + .radio-label-text{
	background: #900;
	color: #fff;
}
.regular-checkbox{
	margin-bottom: 5px;
	padding: 5px;
	display: block;
	background: #eee;
	font-size: 18px;
	border: 1px solid #eb739f;
}
.regular-checkbox input:checked + .check-label{
	color: #eb739f;
}
.form-msg{
	font-size: 1em;
}
.form-box .form-msg{
	padding: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.entry-btn .form-msg{
	padding: 16px 0 0;
}
.alert-msg{
	padding: 32px 0;
	line-height: 1.4;
	font-size: .9em;
	color: #fff;
}
.alert-msg a{
	color: #39c;
	text-decoration: underline;
}
.error{
	margin: 7px 0 0;
	padding: 4px;
	line-height: 1.2;
	background: #ff6d6d;
	color: #fff;
	text-align: center;
}
.form-item{
	position: relative;
}
.form-border{
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center;
}
input[type=text]:focus + .form-border::after,
input[type=tel]:focus + .form-border::after,
input[type=password]:focus + .form-border::after,
textarea:focus + .form-border::after{
	margin: 0 auto;
	width: 0%;
	height: 2px;
	content: "";
	background: #eb739f;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform-origin: center;
	animation: fade-border .3s ease .1s forwards;
}
@keyframes fade-border{
	0%{width: 0%;opacity: 0;}
	100%{width: 100%;opacity: 1;}
}
.ymd-box,.area-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	width: 32%;
	flex-shrink: 0;
}
.area-box select,
.area-box .sub-area{
	width: 49%;
	flex-shrink: 0;
}
.area-box .sub-area select{
	width: 100%;
	flex-shrink: 0;
}
.entry-btn{
}
.entry-btn .btn-area{
    padding: 0;
}
.close .regist-btn{
	cursor: pointer;
}
.remaining {
    margin: 0 auto;
    height: 44px;
	line-height: 44px;
    max-width: 768px;
    background: #900;
    z-index: 9999;
    position: fixed;
    top: -44px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 44px;
	line-height: 44px;
    display: block;
    background: #600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.remaining.fix{
	top: 0;
}
.regist-btn{
	margin: 0 auto;
	width: 100%;
	height: 88px;
	background: #900;
	border-radius: 2px;
	border-top: 3px solid rgba(255,255,255,.3);
	border-right: 3px solid rgba(0,0,0,.05);
	border-bottom: 3px solid rgba(0,0,0,.05);
	border-left: 3px solid rgba(0,0,0,.3);
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	transition: .2s;
	filter: grayscale(1);
    pointer-events: none;]
	border: 0;
}
.regist-btn.active{
	opacity: 1;
	filter: grayscale(0);
	pointer-events: auto;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 32px 16px 0;
	text-align: center;
	background: #200;
	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;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #c00;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #c00;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
	color: #333;
}
.close-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.close{
	line-height: 60px;
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.close::before,.close::after{
	margin: auto 0;
	width: 2px;
	height: 32px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 44px;
	bottom: 0;
	transform-origin: center;
}
.close::before{
	transform: rotate(45deg);
}
.close::after{
	transform: rotate(-45deg);
}
/*--------------------------------
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 .btn-row{
		padding: 0 16px 16px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading{
		padding: 0 0 32px;
	}
	.heading-txt{
		padding: 0 16px;
		height: 64px;
		font-size: 1.3em;
	}
	.general-item{
		padding:  0 32px 16px;
	}
	
	.sub-head,.general-item h3{
		padding: 16px 0;
	}
	.general-item p,.general-txt{
		padding: 0 0 16px;
	}
	.general-img{
		padding: 0 0 16px;
	}
	.content03 .general-txt{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.content03 .general-img{
		width: 80%;
	}
	/*--------------------------------
	Button
	-------------------------------*/
	.btn-row{
		padding: 32px 16px;
	}
	.btn-desc{
		padding: 8px 0 0;
	}
	.reg-btn{
		width: 90%;
		line-height: 44px;
		border-top: 4px solid rgba(255,255,255,.3);
		border-right: 4px solid rgba(0,0,0,.05);
		border-bottom: 4px solid rgba(0,0,0,.05);
		border-left: 4px solid rgba(0,0,0,.3);
	}
	/*--------------------------------
	Form
	--------------------------------*/
	.form .heading{
		padding: 0 0 16px;
	}
	.regist-btn{
		height: 64px;
	}
	/*--------------------------------
	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;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.top .btn-row{
		padding: 0 16px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading-txt{
		padding: 0 8px;
		font-size: 1.1em;
	}
}