@charset "UTF-8";

/*--------------------------------
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{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
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;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	background: #000;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.6;
	font-size: 2.8rem;
	color: #fff;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,
h3{
    line-height: 1.3;
}
.wrap{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.primary-heading{
	margin: 64px 100px 64px;
	padding: 20px;
	background: #c3a64d;
	position: relative;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	color: #ffffff;
}
.primary-heading::after{
	margin: auto;
	width: 1px;
	border: solid 15px transparent;
	border-top: solid 25px #c3a64d;
	left: 0;
	right: 0;
	bottom: -40px;
}
.secondary-heading,
.content-body h3,
.form-label,
.general-parts .secondary-heading{
    font-size: 1.8rem;
    font-weight: normal;
}
.secondary-heading{
    margin: 0 30px 6px;
    display: flex;
    align-items: center;
    font-size: 3.2rem;
}
.content-body h3,
.form-label,
.general-parts .secondary-heading{
	margin: 0 0 20px;
	padding: 10px 10px 10px 20px;
    position: relative;
    line-height: 1.3;
	font-size: 3rem;
}
.content-body h3::before,
.form-label::before,
.general-parts .secondary-heading::before{
    width: 8px;
    height: 100%;
    background: #c3a64d;
    border-radius: 8px;
    top: 0;
    left: 0;
    bottom: 0;
}
.btn-area.fix{
    margin: 0 auto 64px;
    padding: 0;
    width: 800px;
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.btn-area{
	margin: 88px auto 120px;
	padding: 0 200px;
	max-width: inherit;
	position: relative;
}
.btn-area.mbn{
	margin: 64px auto 32px;
}
.btn-area.mtn{
	margin: 0 auto 64px;
}
.regist-btn{
	padding: 24px 24px 24px 116px;
	width: 100%;
	height: 169px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url(../images/btn-icon.webp) no-repeat left 24px center / 70px, url(../images/btn-light.webp) no-repeat top left / 98%, url(../images/btn-bg.webp) no-repeat center / cover;
	border: solid 5px white;
	border-radius: 16px;
	box-shadow: 0 -2px 8px #5b5b5b inset,0 -2px 8px #5b5b5b inset;
	position: relative;
	top: 0;
	animation: bounce 0.8s infinite;
	text-shadow:-4px -4px 0px white,-4px -3px 0px white,-4px -2px 0px white,-4px -1px 0px white,-4px 0px 0px white,-4px 1px 0px white,-4px 2px 0px white,-4px 3px 0px white,-4px 4px 0px white,-3px -4px 0px white,-3px 4px 0px white,-2px -4px 0px white,-2px 4px 0px white,-1px -4px 0px white,-1px 4px 0px white,0px -4px 0px white,0px 4px 0px white,1px -4px 0px white,1px 4px 0px white,2px -4px 0px white,2px 4px 0px white,3px -4px 0px white,3px 4px 0px white,4px -4px 0px white,4px -3px 0px white,4px -2px 0px white,4px -1px 0px white,4px 0px 0px white,4px 1px 0px white,4px 2px 0px white,4px 3px 0px white,4px 4px 0px white;
	font-size: 3.8rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	color: #9933cc;
}
@keyframes bounce{
	0%,100%{top: 0;transform: scale(1);}
	30%{top: -8px;}
	50%{transform: scale(1);}
	90%{top: 0;transform: scale(1.02,0.98);}
}
.regist-btn .sub{
	margin: 12px 2px 0 2px;
	padding: 4px 12px;
	display: block;
	background: #000000;
	border-radius: 4px;
	text-shadow:  none;
	text-align: center;
	line-height: 1.3;
	font-size: 3.2rem;
	color: white;
}
.regist-btn,
.about-howto .howto-text-box .text,
.review .li{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.primary-heading::after,
.content-body h3::before,
.form-label::before,
.general-parts .secondary-heading::before{
	content: "";
	position: absolute;
}

/*--------------------------------
header
--------------------------------*/
.header{
	margin-bottom: 64px;
	padding: 8px 24px 8px 8px;
	background: url(../images/header-bg.webp) no-repeat center / cover;
}
.header .link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .img-box:first-child{
    padding-right: 16px;
    width: 340px;
    text-align: left;
}
.header .img-box:last-child{
	padding-left: 16px;
	width: 100%;
	text-align: right;
}

/*--------------------------------
contents
--------------------------------*/
.swiper-slide,
.hero-swiper-container,
.about-swiper-container{
    padding: 0!important;
}
.swiper-slide img{
    width: 100%!important;
}
.about-swiper-container > .swiper-wrapper{
	-webkit-transition-timing-function: linear!important;
	-o-transition-timing-function: linear!important;
	transition-timing-function: linear!important;
}
.hero{
	margin-bottom: 16px;
	position: relative;
}
.hero .top-text{
    margin: auto;
    position: absolute;
    top: 12px;
    z-index: 2;
}
.hero .top-text.left{
	width: 18%;
	left: 205px;
}
.hero .top-text.right1,
.hero .top-text.right2{
	width: 70%;
	right: -66px;
}
.hero .top-text.right2{
	mix-blend-mode: multiply;
}
.hero .inner{
	padding: 200px 0 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
}
.hero .inner .top-logo{
    padding: 0 350px;
}
.hero .inner .btm-text{
    padding: 0 320px;
}
.hero .inner .btm-logo{
    width: 250px;
    position: absolute;
    right: 32px;
    bottom: 32px;
}
.about-howto > .heading{
	margin: 64px 100px;
}
.about-howto .pic-area{
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%),url(../images/about-bg.webp) no-repeat top / cover;
    overflow: hidden;
}
.about-howto .about-text-box{
	margin: 60px 0;
	padding: 30px 150px;
	background: url(../images/about-icon.webp) no-repeat right 150px center / 172px;
}
.about-howto .about-text-box .text{
    letter-spacing: 1px;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1.5;
    text-shadow: 0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000;
}
.about-howto .text .strong{
	font-size: 3.9rem;
    color: #cc99ff;
}
.about-howto .li{
	margin-bottom: 64px;
	padding: 0 150px;
	list-style: none;
}
.about-howto .secondary-heading .number{
	margin-right: 16px;
	padding: 6px 14px;
	background: #c3a64d;
	border-radius: 10px;
	line-height: 1;
	font-weight: bold;
	color: #ffffff;
}
.about-howto .secondary-heading .heading{
	line-height: 1;
}
.about-howto .howto-text-box{
	margin: 0 150px 64px;
	padding: 24px 16px;
	border: solid 2px #c3a64d;
}
.about-howto .howto-text-box .text{
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.7;
    color: #cc99ff;
}
.review{
    padding-top: 64px;
    background: url(../images/review-bg.webp) no-repeat top -5% center / contain;
}
.review .inner,
.closing .inner{
    margin: auto;
    width: 1000px;
}
.review .ul{
    padding: 0 150px;
}
.review .li{
	margin-bottom: 32px;
	padding: 32px 32px 32px 230px;
	min-height: 104px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	background-color: #993399;
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: left 40px center;
	border-radius: 8px;
	text-align: left;
}
.review .li:last-child{
    margin-bottom: 0;
}
.review .li:nth-child(1){
	background-image: url(../images/review1.webp);
}
.review .li:nth-child(2){
	background-image: url(../images/review2.webp);
}
.review .li:nth-child(3){
	background-image: url(../images/review3.webp);
}
.review .li:nth-child(4){
	background-image: url(../images/review4.webp);
}
.review .secondary-heading{
    margin: 0 0 4px;
    font-weight: bold;
    color: yellow;
}
.review .text{
	color: white;
}
.review .secondary-heading .age{
	margin-right: 1em;
}
.closing{
	padding: 45px 100px 55px;
	background:  linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%), url(../images/closing-bg.webp) no-repeat top center / cover;
	text-align: center;
}
.closing .btn-area{
    margin: 0 auto 32px;
}
.content-body{
	margin: 0 150px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 64px;
}
.disc li{
	margin: 0 0 32px;
	padding-left: 16px;
	border-left: solid 2px #c3a64d;
}
.disc li:last-child{
	margin-bottom: 64px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body .ex:last-of-type,
.content-body p .ex:last-of-type{
	margin-bottom: 64px;
}
.general h4{
	margin: 0 0 8px;
	padding-bottom: 8px;
	border-bottom: solid 2px;
	font-weight: normal;
	color: #c9b67b;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin: 0 150px 64px;
}
.form-box{
	margin-bottom: 64px;
}
.form-label{
	margin-bottom: 24px;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 16px;
	width: 100%;
	height: 77px;
	background: #fff;
	box-sizing: border-box;
	font-size: 2.8rem;
	color: inherit;
	vertical-align: bottom;
	border-radius: 0;
	position: relative;
	color: #000;
}
textarea{
	resize: vertical;
}
select{
	padding: 12px 62px 12px 12px;
	height: 77px;
	background: url(../images/icon-select.webp) no-repeat right center / 60px, #fff;
	border: 1px solid #ddd;
	color: #000;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 60px, #ffffe5;
}
.radio-box{
	padding: 4px 0 0 0;
	display: flex;
}
.regular-radio{
	display: none;
}
.radio-label{
	width: 50%;
	line-height: 75px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	border: 1px solid #ddd;
	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: #eb739f;
	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,
.alert-msg{
	font-size: 2rem;
	color: #fff;
}
.form-box .form-msg{
	margin: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 18px 0 0;
	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{
    margin-bottom: 32px;
}
.entry-btn .btn-area{
    padding: 0 50px;
}
.entry-btn .regist-btn,
.close .regist-btn{
	font-size: 5rem;
}
.close .regist-btn{
	cursor: pointer;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{
	border: 0;
	font-size: 1.4rem;
	color:#333;
	text-indent: 0;
	padding: 10px 0 10px 20px;
}
.campaign h5{
	font-weight: normal;
	font-size: 1.2rem;
	color:#333;
	padding: 10px 0 10px 20px;
}
.campaign p{
	padding: 0 10px 0 20px;
}
.cam_msg{
	font-size: 1.1rem;
	color:#aaa;
	padding: 0;
}
.campaign strong{
	font-weight: bold;
	color:#f00;
}
.camMenu{
	margin-bottom: 10px;
	padding-left: 20px;
}
.camMenu dt{
	font-weight: bold;
	font-size: 1.6rem;
	margin: 5px 0;
}
.camMenu dt:before{
	content:"";
	color:#714769;
}
.camMenu dd{
	margin-bottom: 10px;
}
.camMenu table{
	border-collapse: collapse;
	width: 270px;
	color:#000;
}
.camMenu table th{
	text-align: center;
	background:#ccc;
	width: 90px;
	border: 1px solid #aaa;
}
.camMenu table td{
	text-align: right;
	width: 90px;
	background:#fff;
	border: 1px solid #aaa;
	padding-right: 10px;
	box-sizing: border-box;
}
.camMenu table tr td:last-child{
	background:#ff0;
}
#campaign_btn,
#campaign_btn_entry{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a{
	width: 60px;
	height: 60px;
	display: block;
	background: url("../images/cam_btn.png") no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
.lpprtitle{
	background-color: #323232!important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
    margin: 128px 0 64px;
    padding: 0 350px;
    text-align: center;
    font-size: 2rem;
	color: #fff;
}
.global-nav ul{
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}
.nav-link{
	text-decoration: underline;
	color: #fff;
}
.copy{
	display: block;
}

/*--------------------------------
hover
--------------------------------*/
.regist-btn:hover{
    padding: 28px 24px 20px 116px;
    background: url(../images/btn-icon.webp) no-repeat top 28px left 24px / 70px, url(../images/btn-bg.webp) no-repeat center / cover;
    box-shadow: none;
    opacity: 0.8;
}
.nav-link:hover,
.alert-msg a:hover,
.header .link:hover,
.pr a:hover,
.note a:hover{
    opacity: 0.7;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .regist-btn{
	background: url(../images/btn-icon.png) no-repeat left 24px center / 70px, url(../images/btn-light.png) no-repeat top left / 98%, url(../images/btn-bg.jpg) no-repeat center / cover;
}
.no-webp .regist-btn:hover{
    background: url(../images/btn-icon.png) no-repeat top 28px left 24px / 70px, url(../images/btn-bg.jpg) no-repeat center / cover;
}
.no-webp .header{
    background: url(../images/header-bg.jpg) no-repeat center / cover;
}
.no-webp .about-howto .pic-area{
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%),url(../images/about-bg.jpg) no-repeat top / cover;
}
.no-webp .about-howto .about-text-box{
	background: url(../images/about-icon.png) no-repeat right 150px center / 172px;
}
.no-webp .review{
	background: url(../images/review-bg.jpg) no-repeat top -5% center / contain;
}
.no-webp .review .li:nth-child(1){
	background-image: url(../images/review1.png);
}
.no-webp .review .li:nth-child(2){
	background-image: url(../images/review2.png);
}
.no-webp .review .li:nth-child(3){
	background-image: url(../images/review3.png);
}
.no-webp .review .li:nth-child(4){
	background-image: url(../images/review4.png);
}
.no-webp .closing{
	background:  linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%), url(../images/closing-bg.jpg) no-repeat top center / cover;
}
.no-webp select{
	background: url("../images/icon-select.png") no-repeat right center / 60px, #fff;
}
.no-webp select:focus{
	background: url("../images/icon-select.png") no-repeat right center / 60px, #ffffe5;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	.primary-heading{
		padding: 22px 20px 18px;
	}
	.content-body h3,
	.form-label,
	.general-parts .secondary-heading{
		padding: 12px 10px 8px 20px;
	}
	.hero .inner .btm-text{
		position: relative;
		top: -20px;
	}
	.about-swiper-container .swiper-slide{
		width: 200px!important;
	}
	.about-howto .secondary-heading .heading{
		padding-top: 6px;
	}
	.regist-btn .sub{
		padding: 5px 12px 3px 12px;
	}
	.review .li{
		padding: 34px 32px 30px 230px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	textarea{
		padding: 18px 16px 14px;
	}
	select{
		padding: 13px 10px;
	}
	.form-item.normal-radio .radio-label span{
		padding-top: 8px;
	}
	.error{
		padding: 10px 8px 6px 13px;
	}
	select::-ms-expand{
		display: none;
	}
}