@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: black;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.6;
	font-size: 2.8rem;
	color: white;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,
h3{
    line-height: 1.2;
}
.wrap{
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}
.inner{
	margin: auto;
	max-width: 1000px;
}
.primary-heading{
	margin-bottom: 48px;
	padding: 16px 32px;
	background: url("../images/heading-bg.webp") no-repeat top center / cover;
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin: 0 0 16px;
	display: block;
	font-size: 3.6rem;
	color: #99ccff;
}
.btn-area.fix{
    margin: 0 auto 32px;
    padding: 0;
    width: 888px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.btn-area{
	margin: 64px 64px 80px;
}
.regist-btn{
	width: 100%;
}
.regist-btn,
.balloon-box{
	padding: 4px;
	display: block;
	background: -webkit-linear-gradient(top, rgba(202,173,134,1) 0%,rgba(202,173,134,1) 5%,rgba(140,106,62,1) 8%,rgba(108,82,48,1) 92%,rgba(97,74,44,1) 95%,rgba(97,74,44,1) 100%);
	background: linear-gradient(to bottom, rgba(202,173,134,1) 0%,rgba(202,173,134,1) 5%,rgba(140,106,62,1) 8%,rgba(108,82,48,1) 92%,rgba(97,74,44,1) 95%,rgba(97,74,44,1) 100%);
	border-radius: 8px;
}
.regist-btn .btn,
.balloon{
	height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(top, rgba(177,135,79,1) 0%,rgba(132,101,59,1) 100%);
	background: linear-gradient(to bottom, rgba(177,135,79,1) 0%,rgba(132,101,59,1) 100%);
	border-radius: 4px;
}
.regist-btn .text{
	margin: 0 32px;
	padding: 16px 16px 16px 84px;
	position: relative;
	text-shadow: 0 1px 3px #724716, 0 1px 3px #724716, 0 1px 3px #724716, 0 1px 3px #724716, 0 1px 3px #724716, 0 1px 3px #724716, 0 1px 3px #724716, 0 1px 3px #724716;
	line-height: 1.2;
	font-size: 4.2rem;
	color: white;
}
.regist-btn .text::before,
.regist-btn .text::after{
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
}
.regist-btn .text::before{
	width: 64px;
	height: 64px;
	background: white;
	border-radius: 100px;
	box-shadow: 0 3px 3px #8d867c inset;
}
.regist-btn .text::after{
	height: 1px;
	border: solid 14px transparent;
	border-left: solid 24px #b28850;
	top: 3px;
	left: 23px;
}
.balloon-box{
	margin: 16px 64px 0;
	padding: 4px;
	background: -webkit-linear-gradient(top, rgba(139,171,207,1) 0%,rgba(139,171,207,1) 11%,rgba(55,96,138,1) 14%,rgba(2,47,78,1) 86%,rgba(0,36,61,1) 89%,rgba(0,36,61,1) 100%);
	background: linear-gradient(to bottom, rgba(139,171,207,1) 0%,rgba(139,171,207,1) 11%,rgba(55,96,138,1) 14%,rgba(2,47,78,1) 86%,rgba(0,36,61,1) 89%,rgba(0,36,61,1) 100%);
	position: relative;
}
.balloon-box::before{
	margin: auto;
	width: 42px;
	height: 40px;
	background: url("../images/balloon-tail.webp") no-repeat center / cover;
	top: -36px;
	left: 0;
	right: 0;
}
.balloon{
	padding: 8px;
	height: inherit;
	display: block;
	background: -webkit-linear-gradient(top, rgba(80,128,180,1) 0%,rgba(0,53,89,1) 100%);
	background: linear-gradient(to bottom, rgba(80,128,180,1) 0%,rgba(0,53,89,1) 100%);
	line-height: 1.4;
	font-size: 2.8rem;
	text-align: center;
}
.balloon .strong{
	color: #ffff33;
}
.regist-btn .text::before,
.regist-btn .text::after,
.balloon-box::before,
.review-box::before,
.close .regist-btn .cross::before{
    content: "";
    position: absolute;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    margin-bottom: 48px;
    padding: 24px;
    background: url("../images/header-bg.webp") no-repeat bottom center / cover;
    text-align: center;
}
.header .link{
    margin: auto;
    width: 300px;
    display: block;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
	margin-bottom: 48px;
}
.about .text{
	margin: 0 32px 48px;
}
.review .secondary-heading{
	margin: 0 auto 60px;
	padding-bottom: 38px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	text-align: center;
	color: white;
}
.review .man .secondary-heading{
	background-image: url("../images/review-heading-man.webp");
}
.review .woman .secondary-heading{
	background-image: url("../images/review-heading-woman.webp");
}
.review-box{
	margin: 0 48px 69px 48px;
	padding: 24px 280px 24px 24px;
	border: solid 3px #996c33;
	position: relative;
}
.review-box::before{
	width: 175px;
	height: 200px;
	border-radius: 8px;
	top: -24px;
	left: -24px;
}
.man .review-box::before{
	border: solid 3px #3366cc;
}
.woman .review-box::before{
	border: solid 3px #cc6699;
}
.man .review-box:nth-of-type(1)::before{
    background: url("../images/review1.webp") no-repeat center / cover, white;
}
.man .review-box:nth-of-type(2)::before{
    background: url("../images/review2.webp") no-repeat center / cover, white;
}
.woman .review-box:nth-of-type(1)::before{
    background: url("../images/review3.webp") no-repeat center / cover, white;
}
.woman .review-box:nth-of-type(2)::before{
    background: url("../images/review4.webp") no-repeat center / cover, white;
}
.man .review-box:nth-of-type(1){
	background: url("../images/review1-bg.webp") no-repeat right center;
}
.man .review-box:nth-of-type(2){
	background: url("../images/review2-bg.webp") no-repeat right center;
}
.woman .review-box:nth-of-type(1){
	background: url("../images/review3-bg.webp") no-repeat right center;
}
.woman .review-box:nth-of-type(2){
	background: url("../images/review4-bg.webp") no-repeat right center;
}
.man .review-box:nth-of-type(1),
.man .review-box:nth-of-type(2),
.woman .review-box:nth-of-type(1),
.woman .review-box:nth-of-type(2){
	background-size: 55%;
}
.review-box .h4{
	margin: 0 0 14px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.man .review-box .h4{
    color: #99ccff;
}
.woman .review-box .h4{
    color: #ff99cc;
}
.man .review-box:nth-of-type(1) .ml{
    margin-left: 3.5em;
}
.man .review-box:nth-of-type(2) .ml{
    margin-left: 1em;
}
.woman .review-box:nth-of-type(1) .ml{
    margin-left: 2em;
}
.woman .review-box:nth-of-type(2) .ml{
    margin-left: 4em;
}
.review-box .head{
	margin-bottom: 24px;
	padding-left: 157px;
	min-height: 158px;
}
.review-box .status-box{
    text-align: right;
}
.review-box .status{
	padding: 0 32px;
	display: inline-block;
	background: #707070;
}
.review-box .status .job{
    margin-left: 32px;
}
.review-box .text{
	text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
}
.man .review-box .strong{
	color: #ff99cc;
}
.woman .review-box .strong{
	color: #99ccff;
}
.message{
	margin: 0 32px 48px;
	padding: 32px;
	background: url("../images/message-bg.webp") no-repeat top center / cover;
}
.message .primary-heading{
	margin-bottom: 32px;
	padding: 0 0 30px;
	background: url("../images/message-heading.webp") no-repeat bottom center / 400px;
	font-size: 3.4rem;
	color: #330000;
}
.message .text{
	margin-bottom: 48px;
    color: black;
}
.message .text:last-of-type{
	margin-bottom: 16px;
}
.message .sign-box{
	margin-bottom: 32px;
    text-align: right;
}
.message .sign-box img{
    width: 160px;
}
.message .logo-box{
    text-align: center;
}
.message .logo-box img{
    width: 250px;
}
.content-body,
.form-wrapper{
    padding: 0 32px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 48px;
}
.disc li{
	margin: 0 0 24px;
	padding: 0 0 0 16px;
	border-left: solid 4px #99ccff;
}
.disc li:last-child{
	margin-bottom: 48px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.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: bold;
    color: #ffffff;
}

/*--------------------------------
form
--------------------------------*/
.form-box{
	height: 100%;
}
.form-label{
    margin: 0;
    padding: 5px 24px 4px 0;
    width: 350px;
    display: block;
    float: left;
    text-align: right;
    font-size: 2.8rem;
    font-weight: bold;
    color: #99ccff;
}
.form-item{
    margin-bottom: 48px;
    width: calc(100% - 350px);
    float: right;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
	font-size: 2.2rem;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus{
	background: #ffffe5;
}
select{
	padding-right: 40px;
	background: url("../images/icon-select.webp") no-repeat right center / 40px, #fff;
}
select:focus{
	background: url("../images/icon-select.webp") no-repeat right center / 40px, #ffffe5;
}
textarea.text_l{
    resize: vertical;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 2.8rem;
}
.form-item.normal-radio .radio-label span{
	margin-left: 16px;
}
.radio-label::before{
	margin-right: 5px;
	width: 45px;
	height: 45px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #323232;
}
.regular-checkbox{
	padding: 8px 16px;
	display: block;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	font-size: 2.2rem;
}
.alert-msg{
	margin: 0 0 48px;
	padding: 0;
	width: 936px;
	clear: both;
	word-wrap: break-word;
	font-size: 2.0rem;
}
.check-label{
    font-size: 2.2rem;
}
.error{
	margin: -49px 0 48px;
	padding: 8px;
	width: calc(100% - 350px);
	float: right;
	background: #d00;
	color: #fff;
	border-radius: 2px;
	font-size: 2.2rem;
}
.entry-btn .btn-area{
	margin: 64px 24px 80px;
}
.notice{
	color:#f00;
	font-size:110%;
}
select::-ms-expand{
    display: none;
}

/*--------------------------------
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: #670001 !important;
	color: #fff;
}
.close .regist-btn{
	cursor: pointer;
}
.close .regist-btn .text::after{
    width: 10px;
    height: 40px;
    background: #b28850;
    border: none;
    transform: rotate(45deg);
    top: 2px;
    left: 27px;
}
.close .regist-btn .cross{
	position: relative;
}
.close .regist-btn .cross::before{
	margin: auto;
	width: 10px;
	height: 40px;
	background: #b28850;
	transform: rotate(-45deg);
	top: 2px;
	left: -57px;
	bottom: 0;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
	font-size: 2.0rem;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	line-height: 1.6;
}
.copy{
	line-height: 1.4;
}
.nav-link,
.copy{
	padding: 12px;
	display: block;
	font-size: 2.0rem;
	color: #fff;
}
.pr{
	padding: 40px;
	text-align: center;
}

/*--------------------------------
hover
--------------------------------*/
.regist-btn:hover .btn{
	background: -webkit-linear-gradient(top, rgba(132,101,59,1) 0%,rgba(177,135,79,1) 100%);
	background: linear-gradient(to bottom, rgba(132,101,59,1) 0%,rgba(177,135,79,1) 100%);
}
.regist-btn:hover .text{
	padding: 18px 16px 14px 84px;
	text-shadow: none;
}
.regist-btn:hover .text::before{
    top: 4px;
}
.regist-btn:hover .text::after{
    top: 7px;
}
.close .regist-btn:hover .text::after{
    top: 5px;
}
.close .regist-btn:hover .cross::before{
    top: 1px;
}
.alert-msg a:hover,
.header .link:hover,
.pr a:hover,
.note a:hover{
    opacity: 0.7;
}
.nav-link:hover{
	background: #1a1a1a;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .primary-heading{
	background: url("../images/heading-bg.jpg") no-repeat top center / cover;
}
.no-webp .balloon-box::before{
	background: url("../images/balloon-tail.png") no-repeat center / cover;
}
.no-webp .header{
    background: url("../images/header-bg.jpg") no-repeat bottom center / cover;
}
.no-webp .review .man .secondary-heading{
	background-image: url("../images/review-heading-man.png");
}
.no-webp .review .woman .secondary-heading{
	background-image: url("../images/review-heading-woman.png");
}
.no-webp .man .review-box:nth-of-type(1)::before{
    background: url("../images/review1.jpg") no-repeat center / cover, white;
}
.no-webp .man .review-box:nth-of-type(2)::before{
    background: url("../images/review2.jpg") no-repeat center / cover, white;
}
.no-webp .woman .review-box:nth-of-type(1)::before{
    background: url("../images/review3.jpg") no-repeat center / cover, white;
}
.no-webp .woman .review-box:nth-of-type(2)::before{
    background: url("../images/review4.jpg") no-repeat center / cover, white;
}
.no-webp .man .review-box:nth-of-type(1){
	background: url("../images/review1-bg.png") no-repeat right bottom;
}
.no-webp .man .review-box:nth-of-type(2){
	background: url("../images/review2-bg.png") no-repeat right bottom;
}
.no-webp .woman .review-box:nth-of-type(1){
	background: url("../images/review3-bg.png") no-repeat right bottom;
}
.no-webp .woman .review-box:nth-of-type(2){
	background: url("../images/review4-bg.png") no-repeat right bottom;
}
.no-webp .man :nth-of-type(1).review-box,
.no-webp .man :nth-of-type(2).review-box,
.no-webp .woman :nth-of-type(1).review-box,
.no-webp .woman :nth-of-type(2).review-box{
	background-size: 55%;
}
.no-webp .message{
    background: url("../images/message-bg.jpg") no-repeat top center / cover;
}
.no-webp .message .primary-heading{
    background: url("../images/message-heading.png") no-repeat bottom center / 400px;
}
.no-webp select{
	background: url("../images/icon-select.png") no-repeat right center / 40px, #fff;
}
.no-webp select:focus{
	background: url("../images/icon-select.png") no-repeat right center / 40px, #ffffe5;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	.primary-heading{
		padding: 22px 32px 10px 32px;
	}
	.regist-btn .text{
		padding: 20px 16px 12px 84px;
	}
	.regist-btn:hover .text{
		padding: 22px 16px 10px 84px;
	}
	.balloon{
		padding: 12px 8px 4px;
	}
	.review-box .status{
		padding: 8px 32px 0 32px;
		line-height: 1.4;
	}
	.nav-link,
	.copy{
		padding: 14px 12px 10px;
	}
	.disc li{
		padding: 5px 0 0 16px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	textarea{
		padding: 12px 10px 16px;
	}
	select{
		padding: 13px 10px;
	}
	.form-label{
		padding: 8px 24px 4px 0;
	}
	.form-item.normal-radio .radio-label span{
		padding-top: 8px;
	}
	.error{
		padding: 10px 8px 6px 13px;
	}
	.close .regist-btn .text::after{
		top: 3px;
	}
	.close .regist-btn:hover .text::after{
		top: 6px;
	}
}