@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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,
h3{
    line-height: 1.3;
}
.wrap{
	margin: 0 auto;
	padding-top: 53px;
	max-width: 750px;
	overflow: hidden;
}
.header{
    margin: auto;
    padding: 8px;
    max-width: 750px;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    line-height: 1;
}
.header img{
	height: 37px;
}
.primary-heading{
	margin: 24px 16px;
	border: solid 15px;
	border-image: url(../images/heading-border.webp) 15 round;
	position: relative;
	z-index: 0;
	text-align: center;
	font-size: 1.8rem;
	color: white;
}
.primary-heading::before{
	background: #ca9a02;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #cc9900;
}
.btn-area.fix{
    margin: 0 auto 24px;
    padding: 0 40px;
    max-width: 410px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.btn-area{
	margin: 0 40px 32px;
}
.regist-btn{
	margin: auto;
	padding: 16px 8px 16px 46px;
	width: 100%;
	display: block;
	background: url("../images/btn-light.webp")no-repeat top center / 100%, #cc0000;
	border-radius: 4px;
	position: relative;
	line-height: 1.3;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	color: white;
}
.regist-btn::before,
.regist-btn::after{
	margin: auto;
	top: 0;
	bottom: 0;
}
.regist-btn::before{
	width: 31px;
	height: 31px;
	background: white;
	border-radius: 30px;
	left: 8px;
}
.regist-btn::after{
	height: 1px;
	border: solid 8px transparent;
	border-left: solid 14px #cc0000;
	left: 18px;
}
.primary-heading::before,
.regist-btn::before,
.regist-btn::after,
.vision .box::after,
.vision .balloon::after,
.problem .box .balloon::before,
.problem .box.reverse .balloon::before,
.list .li::before,
.review .box::before,
.close .btn-area.fix::before{
	content: "";
	position: absolute;
}
.strong{
    font-weight: bold;
    color: #cc0000;
}
.strong.big{
    font-size: 120%;
}
.mbr,
.tbr{
	display: none;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
	margin-bottom: 32px;
}
.vision .primary-heading{
    margin: 0 16px 12px;
}
.vision .balloon{
    margin: 0 16px 24px;
    padding: 12px;
    background: black;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: white;
}
.vision .balloon::after{
    margin: auto;
    width: 1px;
    border: solid 8px transparent;
    border-top: solid 14px black;
    left: 0;
    right: 0;
    bottom: -22px;
}
.vision .inner{
    padding: 16px 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 90%,rgba(255,255,255,1) 100%), url(../images/vision-bg.webp);
	background-repeat: no-repeat,no-repeat;
	background-size: 100%, cover;
}
.vision .box{
    margin: 0 16px;
    padding: 5px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%), url(../images/vision-frame.webp) center / 8px, white;
    box-shadow: 6px 0 6px rgba(0,0,0,0.2), 0 6px 6px rgba(0,0,0,0.2);
    position: relative;
}
.vision .box::after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(234,186,87,0.3) 0%,rgba(234,186,87,0) 50%,rgba(234,186,87,0.3) 100%);
	mix-blend-mode: multiply;
}
.vision .box .text{
	padding: 12px;
	background: white;
	box-shadow: 6px 0 6px rgba(0,0,0,0.2) inset, 0 6px 6px rgba(0,0,0,0.2) inset;
	position: relative;
	z-index: 1;
}
.problem{
    margin-bottom: 32px;
    padding: 0 0 32px;
    background: url(../images/problem-bg.webp) no-repeat center / cover;
    overflow: hidden;
}
.problem .box{
    margin: 24px;
    display: flex;
    align-items: center;
}
.problem .box .left{
    width: 108px;
}
.problem .box .right{
    margin-left: 16px;
    flex: 1;
}
.problem .box .balloon{
    padding: 8px;
    background: white;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: bold;
    color: #666666;
}
.problem .box .balloon::before{
	margin: auto;
	height: 1px;
	border: solid 6px transparent;
	border-right: solid 12px white;
	top: 0;
	left: -18px;
	bottom: 0;
}
.problem .box.reverse .left{
	margin-right: 16px;
	width: inherit;
	flex: 1;
}
.problem .box.reverse .right{
    margin-left: 0;
    width: 108px;
    flex: inherit;
}
.problem .box.reverse .balloon::before{
	border-left: solid 12px white;
	border-right: none;
	left: inherit;
	right: -12px;
}
.problem .text{
    margin: 0 24px;
}
.list{
	margin-bottom: 32px;
}
.list .li{
    margin: 0 24px 20px;
    padding: 8px;
    position: relative;
    border: solid 2px #e2e2e2;
    border-radius: 4px;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
}
.list .li::before{
	background: url(../images/list-bg.webp);
	border-radius: 2px;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	z-index: -1;
}
.review .box{
    margin: 24px 16px 32px;
    padding: 16px;
    background: url(../images/review-bg.webp) no-repeat center / cover;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    position: relative;
}
.review .box::before{
	width: 108px;
	height: 54px;
	top: -8px;
	right: -6px;
}
.review .box.man::before{
	background: url(../images/review-tape-man.webp) top right / 100%;
}
.review .box.woman::before{
	background: url(../images/review-tape-woman.webp) top right / 100%;
}
.review .box .photo{
    margin-right: 16px;
    width: 91px;
    float: left;
}
.review .box .secondary-heading{
	margin: 16px;
	font-size: 1.6rem;
}
.review .man .secondary-heading{
	color: #003399;
}
.review .woman .secondary-heading{
	color: #993399;
}
.btn-area .text{
	padding: 0 0 16px 0;
	line-height: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
.content-body{
    padding: 0 24px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 24px;
}
.disc li{
	margin: 0 0 16px;
	padding-left: 8px;
	border-left: solid 1px #cc9900;
}
.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: 24px;
}
.general h4{
    margin: 0 0 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px;
    font-weight: normal;
    color: #cc9900;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
    margin-bottom: 48px;
    padding: 0 24px;
}
.form-box{
	margin-bottom: 32px;
}
.form-label{
	margin-bottom: 8px;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 60px;
	background: #fff;
	box-sizing: border-box;
	font-size: 1.6rem;
	color: inherit;
	vertical-align: bottom;
	border-radius: 0;
	position: relative;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus{
	background: #fffbed;
}
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;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #fffbed;
}
.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;
}
.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: 1.2rem;
	color: #aaa;
}
.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;}
}
.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{
    margin: 32px 16px;
}
.wrap.close{
	padding-top: 0;
}
.close .btn-area.fix::before{
    margin: auto;
    width: 4px;
    height: 20px;
    background: #cc0000;
    border: none;
    transform: rotate(-45deg);
    top: 0;
    left: 61px;
    bottom: 0;
    z-index: 1;
}
.close .regist-btn{
	cursor: pointer;
}
.close .regist-btn::after{
    width: 4px;
    height: 20px;
    background: #cc0000;
    border: none;
    transform: rotate(45deg);
    left: 21px;
}

/*--------------------------------
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;
}
.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:359px){
    .mbr{
		display: block;
    }
	.btn-area{
		margin: 0 24px 32px;
	}
	.vision .box .text{
		padding: 16px;
	}
	.problem .box .left{
		width: 80px;
	}
	.problem .box.reverse .right{
		width: 80px;
	}
	.entry-btn .btn-area{
		margin: 32px 0px;
	}
	.regist-btn{
		font-size: 2rem;
	}
	.btn-area .text{
		font-size: 1.6rem;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 750px){
	body{
		font-size: 2.8rem;
	}
	.tbrn{
		display: none;
	}
	.tbr{
		display: block;
	}
	.wrap{
		padding-top: 111px;
	}
	.header{
		padding: 13px;
	}
	.header img{
		height: 85px;
	}
	.primary-heading{
		margin: 40px 30px;
		padding: 10px 0;
		border: solid 15px;
		border-image: url(../images/heading-border.webp) 15 round;
		font-size: 3.6rem;
	}
	.secondary-heading,
	.content-body h3,
	.form-label{
		margin-bottom: 20px;
		font-size: 2.8rem;
	}
	.strong.big{
		font-size: 3.8rem;
	}
	.hero{
		margin-bottom: 60px;
	}
	.btn-area{
		margin: 0 90px 60px;
	}
	.btn-area .text{
		margin-bottom: 4px;
		font-size: 3.4rem;
	}
	.regist-btn{
		padding: 30px 8px 30px 88px;
		border-radius: 8px;
		font-size: 4.6rem;
	}
	.regist-btn::before{
		width: 64px;
		height: 64px;
		border-radius: 64px;
		left: 16px;
	}
	.regist-btn::after{
		border: solid 14px transparent;
		border-left: solid 24px #cc0000;
		left: 39px;
	}
	.vision .balloon{
		margin: 0 30px 40px;
		padding: 20px 10px;
	}
	.vision .balloon::after{
		border: solid 18px transparent;
		border-top: solid 31px black;
		bottom: -49px;
	}
	.vision .primary-heading{
		margin: 0 30px 20px;
	}
	.vision .box{
		margin: 0 30px;
		padding: 10px;
		box-shadow: 10px 10px 6px rgba(0,0,0,0.15), 0 10px 6px rgba(0,0,0,0.15);
	}
	.vision .box .text{
		padding: 20px;
		box-shadow: 10px 0 6px rgba(0,0,0,0.15) inset, 0 10px 6px rgba(0,0,0,0.15) inset;
	}
	.vision .inner{
		padding-bottom: 60px;
		background: url(../images/vision-bg.webp) no-repeat top 29px right 11px / cover;
	}
	.problem{
		margin-bottom: 60px;
		padding: 0 0 60px;
	}
	.problem .box{
		margin: 40px 50px;
	}
	.problem .box .left{
		width: 181px;
	}
	.problem .box .right{
		margin-left: 20px;
	}
	.problem .box.reverse .left{
		margin-right: 39px;
	}
	.problem .box.reverse .right{
		width: 130px;
	}
	.problem .box .balloon{
		padding: 13px;
		box-shadow: 2px 2px 14px rgba(0,0,0,0.3);
		line-height: 1.5;
		font-size: 2.8rem;
	}
	.problem .box .balloon::before{
		border: solid 12px transparent;
		border-right: solid 30px white;
		left: -42px;
	}
	.problem .box.reverse .balloon::before{
		border-left: solid 30px white;
		right: -30px;
	}
	.problem .text{
		margin: 0 50px;
	}
	.list .li{
		margin: 0 50px 40px;
		padding: 8px 12px;
		border: solid 3px #e2e2e2;
		box-shadow: 8px 8px 12px rgb(0,0,0,0.2);
	}
	.list .li::before{
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px;
	}
	.list{
		margin-bottom: 60px;
	}
	.review .box{
		margin: 60px 30px 60px;
		padding: 30px;
		box-shadow: 4px 4px 12px rgba(0,0,0,0.3);
	}
	.review .box::before{
		width: 234px;
		height: 116px;
		top: -28px;
		right: -18px;
	}
	.review .box .photo{
		margin-right: 20px;
		width: 190px;
	}
	.review .box .secondary-heading{
		margin: 27px 27px 27px 222px;
		font-size: 2.8rem;
	}
	.footer{
        font-size: 2rem;
	}
	.content-body{
		padding: 0 50px;
	}
	.content-body p,
	.general-parts .note{
		margin: 0 0 50px;
	}
	.disc li{
		margin: 0 0 30px;
		padding-left: 18px;
		border-left: solid 2px #cc9900;
	}
	.disc li:last-child{
		margin-bottom: 50px;
	}
	.form-wrapper{
		margin-bottom: 100px;
		padding: 0 50px;
	}
	.form-label{
		margin-bottom: 10px;
	}
	.form-box{
		margin-bottom: 50px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea{
		padding: 16px;
		height: 77px;
		font-size: 2.8rem;
	}
	.radio-label{
		line-height: 75px;
	}
	select{
		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, #fffbed;
	}
	.form-msg,
	.alert-msg{
		font-size: 2rem;
	}
	.entry-btn{
		margin-bottom: 50px;
	}
	.entry-btn .btn-area{
		margin: 60px 30px;
	}
	.error{
		margin: 13px 0 0;
	}
	.btn-area.fix{
		padding: 0;
		max-width: 590px;
	}
	.close .btn-area.fix::before{
		width: 8px;
		height: 40px;
		left: 44px;
	}
	.close .regist-btn::after{
		width: 8px;
		height: 40px;
		left: 44px;
	}
}