/*--------------------------------
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{
	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:not([type=checkbox]),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;
}

/*--------------------------------
global element
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	background: white;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 1.4rem;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.text{
	margin: 0 16px 24px;
}
.primary-heading{
	min-height: 50px;
	margin: 24px 40px;
	padding: 0 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url("../images/heading-left.png") no-repeat left bottom, url("../images/heading-right.png") no-repeat right bottom;
	background-size: 16px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}
.primary-heading .img{
    margin: 0 100%;
    width: 120px;
}
.secondary-heading,
.content-body h3{
	margin: 0 16px 16px;
	padding-bottom: 4px;
	border-bottom: solid 2px black;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff3399;
}
.secondary-heading::after,
.content-body h3::after{
	width: 17px;
	height: 17px;
	content: "";
	background: url("../images/qa-heading-tail.png") no-repeat center / 17px;
	position: absolute;
	left: 78px;
	bottom: -14px;
}
.howto .li .secondary-heading::after,
.review .text-box .secondary-heading::after,
.secondary-heading.marker::after{
	display: none;
}
.btn-box{
    margin: 16px 0;
    text-align: center;
}
.btn-box .text{
    margin: 0 16px 8px;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #ff3399;
}
.btn-box .text::before,
.btn-box .text::after{
	width: 2px;
	height: 25px;
	background: #ff3399;
	content: "";
	position: absolute;
}
.btn-box .text::before{
	left: -8px;
	transform: rotate(-20deg);
}
.btn-box .text::after{
	right: -8px;
	transform: rotate(20deg);
}
.btn-box .secondary-heading.marker .text::before,
.btn-box .secondary-heading.marker .text::after{
    display: none;
}
.btn-area{
	margin: 0 70px 32px;
	position: relative;
}
.btn-area::after{
	margin: auto;
	width: calc(100% - 10px);
	height: 3px;
	content: "";
	background: white;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	filter: blur(2px);
}
.regist-btn{
	padding: 16px;
	width: 100%;
	display: block;
	background: url("../images/btn-bg.jpg") center;
	background-size: 150%;
	border-radius: 5px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-shadow: 0 0 5px black,0 0 5px black,0 0 5px black;
	color: white;
}
.regist-btn .img{
    width: 120px;
}
.st{
	color: #ff3399;
}

/*--------------------------------
header
--------------------------------*/
.top {
    width: 100%;
    position: fixed;
    top: 0;
    background: #000;
    z-index: 2;
}

.top h1{
	width: 100%;
	height: 43px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 10px 0;
    background-image: url(../images/logo.png);
    margin-top: 5px;
}
.top h1 span{
	padding: 120% 0 0 0;
	display: block;
}
.top h2{
	width: 100%;
	height: 30px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 95px 0;
    background-image: url(../images/logo_3ban.png);
    background-size: 140px
}
.top h2 span{
	padding: 120% 0 0 0;
	display: block;
}
.intro {
    width: 100%;
    background: url(../images/bg_intro.jpg) no-repeat center top;
    background-size: 768px 384px;
    height: 384px;
}

.reg-btn{
	padding: 15px 0;
	text-align :center;
	background: /*#322d25*/ rgba(0,0,0,.8);
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200;
    left: 0;
    right: 0;
}
.reg-btn a{
	margin: 0 auto;
	width: 300px;
	height: 50px;
	display: block;
	background: url(../images/btn_regbtn.png) no-repeat 0 0;
	background-size: 300px 50px;
	overflow: hidden;
}
.reg-btn a:hover{
	opacity: .6;
}
.reg-btn a span{
	padding: 120% 0 0 0;
	display: block;
}
.gnav{
	width :100%;
	position: fixed;
	top: 77px;
	background: #000;
	z-index: 3;
}
.open-nav{
	padding: 30px 0 0 0;
	width: 50px;
	line-height: 20px;
	background: url(../images/icon_terms.png) no-repeat center top;
	background-size: 40px;
	position: absolute;
	top: -77px;
	right: 0;
	z-index: 4;
	text-align :center;
	font-size: 11px;
	display: block;
}
.gnav ul{
	display: none;
}
.gnav li{
}
.gnav li a{
	height: 50px;
	line-height: 46px;
	display: block;
	color: #fff;
	border-bottom: 2px solid #736753;
	text-align :center;
	font-size: 16px;
}

.navbar{
    padding: 8px 16px;
    background: url("../images/about-bg.jpg") no-repeat center;
    background-size: cover;
}
.navbar .logo{
    background-position: center;
    background-size: contain;
    position: inherit;
}
.toplogo{
	background-image: url(../images/3ban.png);
}

.logo{
    margin: auto;
    max-width: 750px;
    overflow: hidden;
    text-indent: -300%;
    background-position: left 8px bottom 8px;
    background-size: 155px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.navbar-link{
    display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.hero{
    position: relative;
}
.about{
    background: url("../images/about-bg.jpg") center / 100%;
    overflow: hidden;
}
.howto .inner{
    background: url("../images/howto-bg.jpg");
    background-size: 10px;
    overflow: hidden;
}
.howto .li{
    margin: 0 8px 16px;
    padding: 8px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
}
.howto .li .secondary-heading{
    margin: 0;
    padding: 7px 0 7px 35px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: top left 4px;
    border: none;
    line-height: 1.4;
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
    color: inherit;
}
.howto .li:nth-child(1) .secondary-heading{
    background-image: url("../images/1.jpg");
}
.howto .li:nth-child(2) .secondary-heading{
    background-image: url("../images/2.jpg");
}
.howto .li:nth-child(3) .secondary-heading{
    background-image: url("../images/3.jpg");
}
.howto .li:nth-child(4) .secondary-heading{
    background-image: url("../images/4.jpg"),url("../images/howto-bg4.jpg");
}
.howto .li:nth-child(5) .secondary-heading{
    background-image: url("../images/5.jpg"),url("../images/howto-bg5.jpg");
}
.howto .li:nth-child(6) .secondary-heading{
    background-image: url("../images/6.jpg");
}
.howto .li:nth-child(4) .secondary-heading,
.howto .li:nth-child(5) .secondary-heading{
    background-position: top left 4px, center right;
    background-size: 24px,contain;
}
.howto .li .btn-area{
    margin: 0 54px 16px;
}
.howto .li .text-box{
    padding: 8px 96px 8px 35px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.howto .li:first-child .text-box{
    padding: 4px 96px 0 35px;
}
.howto .li:nth-child(2) .text-box{
    background-image: url("../images/howto-bg2.jpg");
}
.howto .li:nth-child(3) .text-box{
    background-image: url("../images/howto-bg3.jpg");
}
.howto .li:nth-child(6) .text-box{
    background-image: url("../images/howto-bg6.jpg");
}
.howto .li .text-box .text{
	margin: 0 0 16px;
	text-shadow: 0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white;
}
.howto .li .text-box .text:last-child{
	margin: 0;
}
.qa .primary-heading{
    margin: 0 40px;
}
.qa .inner{
    padding: 24px 0 0;
    background: url("../images/qa-bg.jpg") no-repeat right center / cover;
    overflow: hidden;
}
.qa .inner .text:last-child{
    margin: 0 16px 16px;
}
.review .inner{
    background: url("../images/review-bg.jpg") no-repeat center / cover;
    overflow: hidden;
}
.review .text-box{
    position: relative;
}
.review .text-box:nth-child(even){
    margin: 0 32px 32px 16px;
}
.review .text-box:nth-child(odd){
    margin: 0 16px 32px 32px;
}
.review .text-box::before{
    width: 100%;
    height: auto;
    content: "";
    background: white;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    filter: blur(4px);
}
.review .text-box .secondary-heading,
.review .text-box .text{
    margin: 0;
    background: none;
    position: relative;
    z-index: 1;
}
.review .text-box .secondary-heading{
    margin: 0 0 8px 0;
    padding: 0 51px 0 26px;
    border-bottom: none;
    text-align: center;
}
.review .text-box .secondary-heading img{
    width: 100%;
    max-width: 289px;
}
.review .text-box:nth-child(odd) .secondary-heading{
    padding: 0 26px 0 51px;
}
.review .text-box .text{
    padding: 0 24px 24px;
}
.closing .inner{
    padding-top: 24px;
    background: url("../images/closing-bg.jpg") no-repeat bottom / 100% #f8f3f0;
    overflow: hidden;
}
.secondary-heading.marker{
    padding: 0;
    background: none;
    position: relative;
    border: none;
    text-align: center;
    color: black;
}
.secondary-heading.marker::before{
	width: 100%;
	height: 12px;
	content: "";
	background: #ffff00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}
.secondary-heading.marker .text{
    margin: 0;
    position: relative;
    font-size: inherit;
    font-weight: inherit;
    color: black;
    z-index: 1;
}

.content-body{
	padding: 0 16px;
}
.content-body h3{
	margin: 0 0 16px;
}
.content-body p{
	margin-bottom: 24px;
}
.disc li{
	margin: 0 0 8px;
	padding-left: 8px;
	border-left: 1px solid #000000;
}
.disc li:last-child{
	margin-bottom: 24px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.general .ex:last-child{
    margin-bottom: 4%;
}
.general h4{
    font-weight: normal;
    color: #ff3399;
}
.general-parts .secondary-heading{
    margin: 0 0 16px;
}
.general-parts .note{
    margin-bottom: 24px;
}
.mbr{
	display: none;
}
/*--------------------------------
form
--------------------------------*/
.remaining{
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 750px;
    background: #a9175e;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 32px;
    display: block;
    background: #ed238c;
    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 span{
	color: white;
}
.remaining.fix{
	top: 0;
}
.remaining + .navbar{
	margin-top: 32px;
}
.notice-box{
    margin: 24px 16px;
    padding: 8px;
    background: #f29b76;
    text-align: center;
    color: white;
}
.form-wrapper{
    margin-bottom: 32px;
    padding: 0 16px;
}
.form-box{
	margin-bottom: 32px;
}
.form-label{
	margin-bottom: 8px;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff3399;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 60px;
	background: #fff;
	position: relative;
	font-size: 16px;
}
textarea{
	resize: vertical;
	height: auto;
}
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{
	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{
	margin: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 8px 0 0;
	padding: 4px;
	background: #ff6d6d;
	font-size: 14px;
	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-form .btn-area {
    margin: 0 54px 32px;
}
.entry-btn .regist-btn{
	filter: grayscale(1);
	pointer-events: none;
	cursor: inherit;
}
.entry-btn .regist-btn.active{
	filter: grayscale(0);
	pointer-events: auto;
	cursor: pointer;
}
.ymd-box{
	column-gap: 8px;
}
.ymd-box,
.area-box{
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	flex-shrink: 1;
}
.area-box select,
.area-box .sub-area{
	width: calc(50% - 4px);
}
.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: #a30c6c!important;
	color: #fff;
}

/*--------------------------------
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: 750px;
	right: 0;
	bottom: -60px;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:320px){
	.mbr{
		display: block;
	}
	.btn-area{
		margin: 0 60px 32px;
	}
	.howto .li .text-box{
		padding: 8px 60px 8px 35px;
	}
	.review .text-box:nth-child(even),
	.review .text-box:nth-child(odd){
		margin: 0 16px 32px 16px;
	}
	.review .text-box .secondary-heading,
	.review .text-box:nth-child(odd) .secondary-heading{
		padding: 0 26px;
	}
}
/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 768px){
	body{
		line-height: 1.6;
		font-size: 2.8rem;
	}
	.text{
		margin: 0 32px 48px;
	}
	.logo{
		background-position: left 16px bottom 16px;
		background-size: 308px;
	}
	.primary-heading{
		margin: 48px 100px;
		padding: 0 32px;
		min-height: 95px;
		background-size: 32px;
		font-size: 3.6rem;
	}
	.primary-heading .img{
		width: 239px;
	}
	.secondary-heading,
	.content-body h3{
		margin: 0 32px 32px;
		padding-bottom: 8px;
		border-bottom: solid 4px black;
		font-size: 3.2rem;
	}
	.secondary-heading::after,
	.content-body h3::after{
		width: 39px;
		height: 25px;
		content: "";
		background: url("../images/qa-heading-tail.png") no-repeat center / 39px;
		position: absolute;
		left: 154px;
		bottom: -25px;
	}
	.secondary-heading.marker::before{
		height: 24px;
		bottom: -6px;
	}
	.btn-box{
		margin: 32px 0;
	}
	.btn-box .text{
		margin: 0 32px 16px;
		font-size: 3.2rem;
	}
	.btn-box .text::before,
	.btn-box .text::after{
		height: 50px;
	}
	.btn-box .text::before{
		left: -16px;
	}
	.btn-box .text::after{
		right: -16px;
	}
	.btn-area{
		margin: 0 160px 64px;
	}
	.btn-area::after{
		width: calc(100% - 20px);
		height: 8px;
		background: rgba(255,255,255,0.6);
		top: 6px;
		filter: blur(3px);
	}
	.regist-btn .img{
		width: 217px;
	}
	.howto .inner{
		background-size: 21px;
	}
	.howto .li{
		margin: 0 24px 64px;
		padding: 24px 18px;
	}
	.howto .li .secondary-heading{
		padding: 14px 0 14px 60px;
		background-size: 50px;
		background-position: top left;
	}
	.howto .li:nth-child(4) .secondary-heading,
	.howto .li:nth-child(5) .secondary-heading{
		background-position: top left, center right;
		background-size: 50px,contain;
	}
	.howto .li .text-box{
		padding: 16px 180px 16px 60px;
	}
	.howto .li:first-child .text-box{
		padding: 8px 180px 0 60px;
	}
	.howto .li .btn-area {
		margin: 0 118px 16px;
	}
	.qa .primary-heading{
		margin: 0 100px;
	}
	.qa .inner{
		padding: 48px 0 0;
	}
	.qa .inner .text:last-child{
		margin: 0 32px 32px;
	}
	.review .text-box::before{
		filter: blur(8px);
	}
	.review .text-box:nth-child(even){
		margin: 0 128px 48px 32px;
	}
	.review .text-box:nth-child(odd){
		margin: 0 32px 48px 128px;
	}
	.review .text-box .secondary-heading{
		margin: 0 0 16px 0;
		padding: 0 60px 0 64px;
	}
	.review .text-box .secondary-heading img{
		max-width: 100%;
	}
	.review .text-box .text{
		padding: 0 48px 48px;
	}
	.closing .inner{
		padding-top: 48px;
	}
	.footer,.copy{
		font-size: 1.8rem;
	}
	.content-body{
		padding: 0 32px;
	}
	.content-body p{
		margin-bottom: 48px;
	}
	.content-body h3{
		margin: 0 0 32px;
	}
	.disc li{
		margin: 0 0 16px;
		padding-left: 16px;
		border-left: 2px solid #000000;
	}
	.disc li:last-child{
		margin-bottom: 48px;
	}
	.remaining{
		padding: 14px;
		height: 64px;
	}
	.remaining .progress{
		height: 64px;
	}
	.remaining p{
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	}
	.remaining + .navbar {
	    margin-top: 64px;
	}
	.form-wrapper{
	    margin-bottom: 64px;
	    padding: 0 48px;
	}
	.form-box{
		margin-bottom: 64px;
	}
	.form-label{
		margin-bottom: 16px;
		font-size: 2.6rem;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea,
	.check-label{
		padding: 16px;
		height: inherit;
		font-size: 28px;
	}
	select{
		padding-right: 62px;
		background: url(../images/icon-select.webp) no-repeat right center / 60px, #fff;
		height: inherit;
	}
	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;
	}
	.entry-btn .btn-area{
	    margin: 0 112px 64px;
	}
	.entry-btn .regist-btn::after{
	    border-left: solid 22px #666;
	}
	.radio-label{
	    line-height: 77px;
	}
	.ymd-box{
	    column-gap: 16px;
	}
	.area-box select,
	.area-box .sub-area{
	    width: calc(50% - 8px);
	}
	.form-msg,
	.alert-msg{
		font-size: 20px;
	}
	.alert-msg{
		margin: 16px 0 32px;
		font-size: 2rem;
	}
	.error{
		margin: 14px 0 0;
		line-height: 48px;
		font-size: 24px;
	}
	form .regist-btn{
		font-size: 5.0rem;
	}
	.general-parts .secondary-heading {
		margin: 0 0 32px;
	}
	.general-parts .form-msg{
		font-size: 2.8rem;
	}
	.general-parts .note{
		margin-bottom: 48px;
	}
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 10px 0;
	background: #323232;
	color: #fff;
	text-align: center;
}
.footer .inner{
	margin: 0 auto;
	width: 100%;
	line-height: 20px;
}
.footer nav{
	width: 100%;
}
.footer nav a{
	margin: 0 10px;
	color: #fff;
}
.footer nav a:hover{
	opacity: .6;
	text-decoration: underline;
}
.footer small{
	width: 100%;
	font-size: 12px;
    line-height: 1.4;
}
.nav-list{
    padding-bottom: 5px;
}
/* campaign */
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; 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:16px; 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: 0;
	right: 0; 
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
button{
  margin: 0!important;
  padding: 0!important;
  background: none!important;
  border: none!important;
  border-radius: 0;!important
  outline: none!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
}
.slide-arrow{
  position: absolute!important;
  top: 50%!important;
  margin-top: -15px!important;
}
.slick-prev:before, .slick-next:before{
    content: ''!important;

}
.slick-prev {
    left: -20px!important;
      width: 0!important;
  height: 0!important;
  border-left: 0 solid transparent!important;
  border-right: 15px solid #fff!important;
  border-top: 10px solid transparent!important;
  border-bottom: 10px solid transparent!important;
}

.slick-next{
  right: -20px!important;
  width: 0!important;
  height: 0!important;
  border-right: 0 solid transparent!important;
  border-left: 15px solid #fff!important;
  border-top: 10px solid transparent!important;
  border-bottom: 10px solid transparent!important;
}