@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{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.6;
	font-size: 2.8rem;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2;
}
a{
	color: #9933ff;
}
img{
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.primary-heading{
	margin: 64px 100px 48px;
	padding: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/heading-bg.webp) no-repeat center / 62% ,linear-gradient(to bottom, rgba(174,44,241,1) 1%,rgba(119,117,255,1) 100%);
	border-radius: 4px;
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
	color: white;
}
.secondary-heading,
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin: 0 150px 32px;
	padding: 14px 0 13px 32px;
	font-size: 4rem;
	font-weight: bold;
	position: relative;
	color: #9933cc;
}
.content-body h3::before,
.general-parts .secondary-heading::before,
.form-label::before{
	margin: auto;
	width: 16px;
	height: 100%;
	background: linear-gradient(135deg, rgba(193,70,161,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 50%,rgba(219,52,164,1) 100%);
	border-radius: 16px;
	top: 0;
	left: 0;
	bottom: 0;
}
.btn-area.fix{
    margin: 0 auto 32px;
    padding: 0;
    width: 800px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-out;
    z-index: 9999;
}
.btn-area{
	margin: 88px 200px;
	background: #060009;
	border-radius: 8px;
}
.regist-btn{
	padding: 32px 32px 32px 96px;
	width: 100%;
	height: 117px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/btn-bg.webp) no-repeat center right -50px / 80%,url(../images/btn-light.webp) no-repeat top center / 100%, linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(102,0,153,1) 100%);
	border-radius: 8px;
	position: relative;
	text-align: center;
	line-height: 1.2;
	font-size: 5rem;
	font-weight: bold;
	color: white;
}
.regist-btn::before,
.regist-btn::after{
	margin: auto;
	top: 0;
	bottom: 0;
}
.regist-btn::before{
	width: 64px;
	height: 64px;
	background: white;
	border-radius: 32px;
	left: 32px;
	bottom: 0;
}
.regist-btn::after{
	height: 1px;
	border: solid 16px transparent;
	border-left: solid 26px #660099;
	left: 54px;
}
.sentence,
.link-box{
	margin: 0 150px 32px;
}
.img-box{
	margin: 0 150px 32px;
}
.mb,
.means .content{
    margin-bottom: 88px;
}
.header .left .text,
.regist-link,
.review .content{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.regist-btn::before,
.regist-btn::after,
.entry-btn .regist-btn::after,
.howto .secondary-heading .text::before,
.howto .secondary-heading .text::after,
.content-body h3::before,
.general-parts .secondary-heading::before,
.form-label::before,
.btn-area.close::before{
	content: "";
	position: absolute;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
	margin-top: 64px;
	padding: 16px 32px;
	background: black;
}
.main .header{
	margin-top: 0;
}
.header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .inner .left,
.header .inner .right{
	width: 100%;
}
.header .inner .left{
	padding-right: 8px;
}
.header .inner .right{
	padding-left: 8px;
	text-align: center;
}
.header .left .text{
	padding: 4px;
	background: #663399;
	text-align: center;
	font-weight: bold;
	color: white;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
	margin-bottom: 96px;
}
.about .text{
	margin: 0 150px 16px;
}
.link-box{
	text-align: right;
	font-weight: bold;
}
.means .secondary-heading{
	margin: 0 150px 32px;
	padding: 0 107px 0 0;
	display: flex;
	align-items: center;
	background: url(../images/means-heading.webp) no-repeat right center / auto 107px;
}
.means .secondary-heading .num{
    width: 107px;
    display: block;
}
.means .secondary-heading .text{
	padding: 0 16px;
    flex: 1;
    text-align: center;
}
.howto .secondary-heading{
	margin: 56px 150px 32px;
	padding: 0;
	text-align: center;
}
.howto .secondary-heading .text{
	padding: 0 56px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.howto .secondary-heading .text::before,
.howto .secondary-heading .text::after{
	margin: auto 0;
	width: 32px;
	height: 44px;
	top: 0;
	bottom: 0;
}
.howto .secondary-heading .text::before{
	background: url(../images/howto-heading-left.webp) no-repeat left center / contain;
	left: 0;
}
.howto .secondary-heading .text::after{
	background: url(../images/howto-heading-right.webp) no-repeat right center / contain;
	right: 0;
}
.review .content{
	margin: 0 150px 32px;
	padding: 24px 24px 24px 148px;
	background: url(../images/review-icon.webp) no-repeat left 24px top 24px / 100px, #eddffc;
	border-radius: 4px;
}
.review .content .secondary-heading{
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    color: #660099;
}
.review > .text{
    margin: 0 150px 32px;
    font-weight: bold;
    color: #660099;
}
.content-body p,
.general-parts .note{
	margin: 0 150px 48px;
}
.disc li{
	margin: 0 150px 32px;
	padding-left: 16px;
	border-left: solid 2px #a80077;
}
.disc li:last-child{
	margin-bottom: 64px;
}
.general .ex{
	display: block;
	line-height: 1.6;
}
.general > .ex{
	margin: 0 150px;
}
.content-body .ex:last-of-type,
.content-body p .ex:last-of-type{
	margin-bottom: 32px;
}
.general h4{
	margin: 32px 150px 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px;
	line-height: 1.4;
	font-weight: normal;
	color: #9933cc;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin: 0 0 120px;
}
.form-box{
	margin-bottom: 64px;
}
.form-label{
	margin-bottom: 32px;
	padding: 6px 0 5px 32px;
	font-size: 4rem;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 16px;
	width: 100%;
	height: 91px;
	background: #fff;
	box-sizing: border-box;
	font-size: 2.8rem;
	color: inherit;
	vertical-align: bottom;
	border-radius: 0;
	position: relative;
}
textarea{
	resize: vertical;
}
select{
	padding: 12px 40px 12px 12px;
	height: 91px;
	background: url(../images/icon-select.webp) no-repeat right center / 60px, #fff;
	border: 1px solid #ddd;
}
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: 91px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.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{
	margin: 0 150px;
	font-size: 2rem;
	color: #aaa;
}
.form-box .form-msg{
	padding: 4px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 18px 150px 0;
	padding: 4px;
	background: #ff6d6d;
	color: #fff;
	text-align: center;
}
.form-item{
	margin: 0 150px;
	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{
	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: 64px;
}
.entry-btn .regist-btn{
	background: url(../images/btn-bg-gray.webp) no-repeat center right -50px / 80%,url(../images/btn-light.webp) no-repeat top center / 100%, linear-gradient(to bottom, rgba(2,2,2,1) 0%,rgba(76,76,76,1) 100%);
    pointer-events: none;
}
.entry-btn .regist-btn::after{
	border-left: solid 26px #262626;
}
.entry-btn .regist-btn.active{
	background: url(../images/btn-bg.webp) no-repeat center right -50px / 80%,url(../images/btn-light.webp) no-repeat top center / 100%, linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(102,0,153,1) 100%);
    pointer-events: inherit;
}
.entry-btn .regist-btn.active::after{
	border-left: solid 26px #660099;
}
.btn-area.close::before{
	margin: auto;
	width: 40px;
	height: 8px;
	background: #660099;
	border: none;
	top: 0;
	left: 44px;
	bottom: 0;
	transform: rotate(-45deg);
	z-index: 1;
}
.close .regist-btn{
	cursor: pointer;
}
.close .regist-btn::after{
	width: 40px;
	height: 8px;
	background: #660099;
	border: none;
	left: 44px;
	transform: rotate(45deg);
}
.remaining{
    margin: 0 auto;
    padding: 14px;
    height: 64px;
    width: 1200px;
    background: #421558;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 64px;
    display: block;
    background: #9933cc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.remaining.fix{
	top: 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;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
	font-size: 2rem;
}
.global-nav ul{
	display: flex;
}
.nav-list{
	width: 100%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.nav-list:last-child{
	border-right: none;
}
.nav-link{
	padding: 12px 16px;
	display: block;
	color: #fff;
}
.copy{
	padding: 16px;
	display: block;
	color: #fff;
}
.pr{
	margin: 40px auto;
	width: 750px;
	right: 0;
	bottom: -60px;
	text-align: center;
}

/*--------------------------------
hover
--------------------------------*/
.regist-link:hover,
.regist-btn:hover,
.pr a:hover,
.header .inner:hover,
.form-msg a:hover{
    opacity: 0.7;
}
.header .inner.no-link:hover{
	opacity: 1;
}
.regist-btn:hover{
	padding: 34px 32px 30px 96px;
	background: url(../images/btn-bg.webp) no-repeat top -136px right -50px / 80%, linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(102,0,153,1) 100%);
}
.entry-btn .regist-btn.active:hover{
	background: url(../images/btn-bg.webp) no-repeat top -136px right -50px / 80%, linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(102,0,153,1) 100%);
}
.regist-btn:hover::before,
.regist-btn:hover::after{
	top: 4px;
}
.nav-link:hover{
	background: #1a1a1a;
}
.btn-area.close:hover::before{
	background: #49006e;
	top: 4px;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .primary-heading{
	background: url(../images/heading-bg.png) no-repeat center / 62% ,linear-gradient(to bottom, rgba(174,44,241,1) 1%,rgba(119,117,255,1) 100%);
}
.no-webp .regist-btn{
	background: url(../images/btn-bg.png) no-repeat center right -50px / 80%,url(../images/btn-light.png) no-repeat top center / 100%, linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(102,0,153,1) 100%);
}
.no-webp .regist-btn:hover{
	background: url(../images/btn-bg.png) no-repeat top -136px right -50px / 80%, linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(102,0,153,1) 100%);
}
.no-webp .entry-btn .regist-btn{
	background: url(../images/btn-bg-gray.png) no-repeat center right -50px / 80%,url(../images/btn-light.png) no-repeat top center / 100%, linear-gradient(to bottom, rgba(2,2,2,1) 0%,rgba(76,76,76,1) 100%);
    pointer-events: none;
}
.no-webp .entry-btn .regist-btn.active{
	background: url(../images/btn-bg.png) no-repeat center right -50px / 80%,url(../images/btn-light.png) no-repeat top center / 100%, linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(102,0,153,1) 100%);
    pointer-events: inherit;
}
.no-webp .entry-btn .regist-btn.active:hover{
	background: url(../images/btn-bg.png) no-repeat top -136px right -50px / 80%, linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(102,0,153,1) 100%);
}
.no-webp .means .secondary-heading{
	background: url(../images/means-heading.png) no-repeat right center / auto 107px;
}
.no-webp .howto .secondary-heading .text::before{
	background: url(../images/howto-heading-left.png) no-repeat left center / contain;
	top: -8px;
	left: 0;
}
.no-webp .howto .secondary-heading .text::after{
	background: url(../images/howto-heading-right.png) no-repeat right center / contain;
	top: -8px;
	right: 0;
}
.no-webp .review .content{
	background: url(../images/review-icon.jpg) no-repeat left 24px top 24px / 100px, #eddffc;
}
.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: 36px 32px 28px;
	}
	.secondary-heading,
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
		padding: 18px 0 9px 32px;
	}
	.regist-btn{
		padding: 36px 32px 28px 96px;
	}
	.regist-btn:hover{
		padding: 38px 32px 26px 96px;
	}
	.nav-link{
		padding: 14px 16px 10px;
	}
	.remaining p{
		top: 12px;
	}
	.form-label{
		padding: 6px 0 5px 32px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	textarea{
		padding: 12px 10px 16px;
	}
	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;
	}
}