@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
--------------------------------*/
body{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.6;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}
a{
	color: #3381ff;
}
img{
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
	position: relative;
}
.primary-heading{
	margin: 16px 0 24px;
	padding: 52px 16px 8px 16px;
	background: url(../images/heading-bg.webp) no-repeat bottom center / 100% 100%;
	text-shadow: -4px -4px 0px #3399ff,-4px -3px 0px #3399ff,-4px -2px 0px #3399ff,-4px -1px 0px #3399ff,-4px 0px 0px #3399ff,-4px 1px 0px #3399ff,-4px 2px 0px #3399ff,-4px 3px 0px #3399ff,-4px 4px 0px #3399ff,-3px -4px 0px #3399ff,-3px 4px 0px #3399ff,-2px -4px 0px #3399ff,-2px 4px 0px #3399ff,-1px -4px 0px #3399ff,-1px 4px 0px #3399ff,0px -4px 0px #3399ff,0px 4px 0px #3399ff,1px -4px 0px #3399ff,1px 4px 0px #3399ff,2px -4px 0px #3399ff,2px 4px 0px #3399ff,3px -4px 0px #3399ff,3px 4px 0px #3399ff,4px -4px 0px #3399ff,4px -3px 0px #3399ff,4px -2px 0px #3399ff,4px -1px 0px #3399ff,4px 0px 0px #3399ff,4px 1px 0px #3399ff,4px 2px 0px #3399ff,4px 3px 0px #3399ff,4px 4px 0px #3399ff;
	font-size: 20px;
	font-weight: 900;
	color: #ffff00;
}
.secondary-heading,
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #3399ff;
}
.btn-area{
	margin: 0 auto 32px;
	padding: 0 16px;
	max-width: 442px;
}
.btn-area.fix{
	margin: 0 auto 16px;
	padding: 0 16px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	transition-duration: 0.5s;
}
.regist-btn{
	display: block;
}
.entry-btn{
	margin: auto;
	padding: 8px 16px;
	width: 100%;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/btn-light.webp) no-repeat center / 100% 100%, url(../images/btn-bg.webp) no-repeat top right / contain, #ffcc00;
	filter: grayscale(0);
	border-radius: 8px;
	text-shadow: -2px -2px 0px #fff,-2px -1px 0px #fff,-2px 0px 0px #fff,-2px 1px 0px #fff,-2px 2px 0px #fff,-1px -2px 0px #fff,-1px 2px 0px #fff,0px -2px 0px #fff,0px 2px 0px #fff,1px -2px 0px #fff,1px 2px 0px #fff,2px -2px 0px #fff,2px -1px 0px #fff,2px 0px 0px #fff,2px 1px 0px #fff,2px 2px 0px #fff;
	cursor: pointer;
	pointer-events: auto;
	font-size: 26px;
	font-weight: 900;
	color: #3366cc;
}
.mbr{
	display: none;
}
/*--------------------------------
header
--------------------------------*/
.header{
    background: url(../images/header-bg.webp) no-repeat top center / cover;
}
.sub-top{
    background: url(../images/bg_subtop.webp) no-repeat top center / cover;
}
.header.absolute{
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.top{
	padding: 4%;
	display: flex;
}
.left{
	padding: 0 8% 0 0;
	width: 40%;
	flex-shrink: 0;
}
.sub-top .left{
	width: 50%;
}
.right{
	flex-grow: 1;
}
.logo-link{
	padding: 4% 4% 0;
	display: flex;
}
/*--------------------------------
contents
--------------------------------*/
.hero{
	position: relative;
	z-index: 0;
}
.swiper-slide{
    padding-left: 0!important;
}
.swiper-slide img{
    width: 100%!important;
}
.about{
	padding: 0 0 78px;
}
.about,.review{
	background: url(../images/bg.webp) no-repeat center top 46px / cover;
}
.about,
.photo,
.review{
    margin-top: -46px;
    position: relative;
}
.about .primary-heading,
.photo .primary-heading{
    margin: 0;
}
.about .text{
    padding: 16px;
}
.photo{
    margin-bottom: 16px;
}
.photo-swiper{
	padding: 4px 0 39px;
	background: url(../images/photo-bg.webp) no-repeat top center / contain, url(../images/bg.webp) no-repeat top center / cover;
}
.content-body{
    padding: 0 16px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 24px;
}
.disc li{
	margin: 0 0 16px;
	padding-left: 8px;
	border-left: solid 1px #3399ff;
}
.disc li:last-child{
	margin-bottom: 24px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body .ex:last-of-type,
.content-body p .ex:last-of-type{
	margin-bottom: 32px;
}
.general h4{
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px;
    line-height: 1.6;
    font-weight: normal;
}
.about-desc{
	padding: 0 4% 4%;
}
.about-desc .sub-head{
	margin: 0 0 2%;
	padding: 1%;
	color: #39f;
	border-left: 8px solid #39f;
	font-weight: bold;
	font-size: 1em;
}
.review-item{
	margin: 0 4% 4%;
	padding: 4%;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
.review-head{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.review-info{
	padding: 0 0 0 4%;
	flex-grow: 1;
	font-weight: bold;
}
.review-thumb{
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
}
.review-txt{
	padding: 4% 0 0;
	font-size: .9em;
	line-height: 1.6;
}
.wrapup-txt{
	padding: 0 4% 4%;
}
.sub-head,.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #39f;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 4px solid #eee;
}
.general-item{
	padding: 0 4%;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #d76666;
	font-size: 1.1em;
}
.general-txt,.general-item p{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.8;
}
/*--------------------------------
form
--------------------------------*/
.remaining{
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 750px;
    background: #44e2ff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 32px;
    display: block;
    background: #ffff69;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.remaining.fix{
	top: 0;
}
.remaining + .header{
	margin-top: 32px;
}
.form-wrapper{
    margin-bottom: 32px;
    padding: 0 16px;
}
.form-box{
	margin-bottom: 32px;
}
.form-label{
	margin: 0 0 8px;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 60px;
	background: #fff;
	border-radius: 0;
	position: relative;
	font-size: 16px;
}
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: black;
}
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;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: black;
}
.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: 14px;
}
.form-box .form-msg{
	padding: 4px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 6px 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;}
}
.entry-btn .btn-area{
    padding: 0;
}
.entry-btn .regist-btn{
	background: url(../images/btn-bg.webp) no-repeat top right / contain, #ffcc00;
	filter: grayscale(1);
	cursor: none;
	pointer-events: none;
}
.entry-btn .regist-btn::after{
	border-left: solid 12px #4c4c4c;
}
.ymd-box,
.area-box{
	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;
}

/*--------------------------------
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;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 12px 16px;
	display: block;
	color: #fff;
}
.copy{
	padding: 16px;
	display: block;
	color: #fff;
}
body #pr{
	margin: auto;
	max-width: 410px;
	right: 0;
	bottom: -100px;
}

/*--------------------------------
media query landscape
--------------------------------*/
@media screen and (min-width:568px){
	.primary-heading{
	    font-size: 22px;
	}
	.btn-area.fix{
	    padding: 0;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 750px){
	body{
		font-size: 28px;
	}
	.primary-heading{
	    margin: 32px 0 48px;
	    padding: 112px 56px 16px 56px;
	    font-size: 36px;
	}
	.btn-area{
	    margin-bottom: 64px;
	    padding: 0 32px;
	    max-width: 606px;
	}
	.btn-area.fix{
	    margin: 0 auto 32px;
	    padding: 0;
	}
	.regist-btn,
	.entry-btn .regist-btn.active{
	    padding: 16px 32px;
	    min-height: 100px;
	    font-size: 40px;
	}
	.header{
	    padding: 24px;
	}
	.header .top .right{
	    margin-left: 16px;
	    width: 210px;
	}
	.header .left .logo-sub{
	    height: 50px;
	    background: url(../images/logo-sub.webp) no-repeat left / contain;
	}
	.about{
		padding: 0 0  124px;
	}
	.about,
	.photo,
	.review{
	    margin-top: -94px;
	}
	.about .text{
	    padding: 40px 56px;
	}
	.photo-swiper{
	    padding: 8px 0 102px;
	    background: url(../images/photo-bg.webp) no-repeat top center / contain, url(../images/bg.webp) no-repeat top 260px center / cover;
	}
	.content-body{
	    padding: 0 56px;
	}
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
	    margin: 0 0 16px;
	    font-size: 28px;
	}
	.content-body p,
	.general-parts .note{
	    margin: 0 0 48px;
	}
	.disc li{
	    margin: 0 0 24px;
	    padding-left: 16px;
	    border-left: solid 2px #3399ff;
	}
	.disc li:last-child{
	    margin-bottom: 48px;
	}
	.general h4{
	    margin: 0 0 16px;
	    padding-bottom: 16px;
	    border-bottom: solid 2px;
	}
	.remaining{
		padding: 14px;
		height: 64px;
	}
	.remaining .progress{
		height: 64px;
	}
	.remaining p{
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	}
	.remaining + .header{
	    margin-top: 64px;
	}
	.form-wrapper{
	    margin-bottom: 64px;
	    padding: 0 56px;
	}
	.form-box{
		margin-bottom: 64px;
	}
	.form-label{
		margin: 0 0 16px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea,
	.check-label{
		padding: 8px 16px;
		height: 70px;
		font-size: 28px;
	}
	select{
		padding-right: 62px;
		background: url(../images/icon-select.webp) no-repeat right center / 60px, #fff;
	}
	select:focus{
		background: url(../images/icon-select.webp) no-repeat right center / 60px, #ffffe5;
	}
	.form-item.normal-radio{
		margin-top: 16px;
	}
	.form-item.normal-radio .radio-label{
		font-size: 2.4rem;
	}
	.form-msg,
	.alert-msg{
		font-size: 20px;
	}
	.error{
		margin: 14px 0 0;
		line-height: 48px;
		font-size: 24px;
	}
	.radio-label{
	    line-height: 70px;
	}
	.form-box .form-msg{
	    padding: 8px 0 0 0;
	}
	.entry-btn .btn-area{
	    padding: 0;
	}
	.footer{
		font-size: 20px;
	}
	body #pr{
	    max-width: 750px;
	}
}