@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",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	line-height: 1.6;
	font-size: 1.4rem;
}
a{
	color: #00a0e9;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading {
    margin-bottom: 4%;
    min-height: 37px;
    padding: 8px 8px 8px 43px;
    display: flex;
    align-items: center;
    background: url("../images/heading-icon.png") no-repeat bottom left,#ff6699;
    background-size: 36px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: white;
}
.secondary-heading {
    margin: 0 4%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ff6699;
}

.general-parts{
	padding: 0 4%;
}
.general-parts .secondary-heading{
	margin: 0 0 2%;
}
.general-parts .note {
    margin-bottom: 8%;
}
.text {
    margin: 0 4% 8%;
}
.btn-area {
	padding: 0 4% 6%;
}
.btn-area.fixed{
    margin: auto;
    max-width: 750px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.regist-btn {
	padding: 3%;
	width: 100%;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fd308b;
	box-shadow: inset 0 -8px 3px -3px rgba(0,0,0,0.1),inset 0 8px 3px -3px rgba(255,255,255,0.5);
	border-radius: 5px;
	font-size: 2.0rem;
	font-weight: bold;
	color: white;
}
.regist-btn:disabled {
	padding: 3%;
	width: 100%;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fd308b;
	box-shadow: inset 0 -8px 3px -3px rgba(0,0,0,0.1),inset 0 8px 3px -3px rgba(255,255,255,0.5);
	border-radius: 5px;
	font-size: 2.0rem;
	font-weight: bold;
	color: white;
	opacity: 0.3;
	pointer-events: none;
}

.entry-submit {
	margin-top: 30px;
}

.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.m-true {
    margin-bottom: 8%;
}

.recaptcha-error {
    margin-bottom: 5px;
    padding: 5px 5px 5px 15px;
    background: #d00;
    color: #fff;
    border-radius: 2px;
    width: 300px;
    margin: auto;
}

.g-recaptcha {
	margin: 0 auto;
    width: 300px;
}

/*--------------------------------
header
--------------------------------*/
.hero{
	margin-bottom: 4%;
	position: relative;
}
.logo{
	width: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left 10px center, right 10px center;
	background-size: contain;
}
.logo-3ban{
	background-image: url(../images/logo.png), url(../images/3ban.png);
}
.logo-4ban{
	background-image: url(../images/logo.png), url(../images/4ban.png);
}
.logo-5ban{
	background-image: url(../images/logo.png), url(../images/5ban.png);
}
.logo-6ban{
	background-image: url(../images/logo.png), url(../images/6ban.png);
}
.logo-7ban{
	background-image: url(../images/logo.png), url(../images/7ban.png);
}
.logo-8ban{
	background-image: url(../images/logo.png), url(../images/8ban.png);
}
.logo-10ban{
	background-image: url(../images/logo.png), url(../images/10ban.png);
}
.logo-11ban{
	background-image: url(../images/logo.png), url(../images/11ban.png);
}
.navbar{
	position: relative;
	background: url("../images/hero-bg.jpg");
	background-size: cover;
}
.navbar-link{
	padding: 1% 0;
	display: block;
}
#mother{
	background: #1d2088;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar #mother{
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*--------------------------------
contents
--------------------------------*/
.graph .primary-heading,
.point .primary-heading,
.review .primary-heading {
    margin-bottom: 0;
}
.graph .secondary-heading {
    color: #00cc99;
}
.graph .inner {
    padding-top: 4%;
    background: url("../images/graph-bg.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}
.graph .text {
    margin: 0 4%;
    padding-bottom: 45px;
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff6699;
}
.graph .text::after{
    margin: auto;
    width: 1px;
    height: 1px;
    content: "";
    border: solid 48px transparent;
    border-top: solid 24px #ff6699;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}
.point .inner {
    padding-top: 45%;
    background: url(../images/point-bg.jpg) no-repeat top;
    background-size: cover;
    overflow: hidden;
}
.review .slide {
    background: url(../images/review-bg.jpg) no-repeat top;
    background-size: cover;
}
.review .head {
    margin: 7% 0 4%;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review .left {
    flex: 0 0 130px;
}
.review .right {
    padding-left: 4%;
    width: 100%;
}
.review .arrow {
    margin: 0 6px 3px 6px;
    width: 14px;
    display: inline-block;
}
.status-ul {
    margin-bottom: 4%;
}
.status-li {
    margin-bottom: 2%;
}
.status-span {
    color: #ff6699;
}
.impetus {
    padding: 4%;
    background: #ff6699;
    border-radius: 5px;
    color: white;
}
.impetus .secondary-heading {
    margin: 0;
    font-size: 1.4rem;
    color: white;
}
.impetus .text {
    margin: 0;
}
.green .status-span {
    color: #13b5b1;
}
.green .impetus {
    background: #13b5b1;
}
.review .impetus .arrow {
    margin: 0 0 3px 0;
}
.slick-arrow {
    margin: auto;
    width: 26px;
    position: absolute;
    top: 3%;
    z-index: 1;
    cursor: pointer;
}
.prev-arrow{
    left: 4%;
}
.next-arrow{
    right: 4%;
}
.slide-box {
    padding-top: 43px;
}
.slide-dots {
	margin: auto;
	position: absolute;
	top: 3.7%;
	left: 60px;
	right: 60px;
	text-align: center;
}
.slide-dots li {
	width: 30px;
	display: inline-block;
}
.slide-dots li button {
	position: relative;
	text-indent: -9999px;
}
.slide-dots li button:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #ccc;
	border-radius: 100px;
	position: absolute;
	top: 1px;
	left: -7px;
	right: 0;
}
.slide-dots li.slick-active button:after {
	content: '';
	width: 16px;
	height: 16px;
	background: #f69;
	border-radius: 100px;
	position: absolute;
	top: 3px;
	left: -5px;
	right: 0;
}


.content-body{
	padding: 0 4%;
}
.content-body h3{
    margin-bottom: 2%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ff6699;
}
.content-body p{
	margin-bottom: 8%;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
	line-height: 1.6;
	border-left: 4px solid #ff6699;
}
.disc li:last-child{
	margin-bottom: 8%;
}

.general .ex {
    display: block;
    line-height: 1.6;
}
.general .ex:last-child {
    margin-bottom: 4%;
}
.general h4 {
    font-size: 1.6rem;
	font-weight: normal;
    line-height: 1.4;
    color: #ff6699;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin-top: 4%;
	margin-bottom: 30px;
}
.form-box{
	margin-bottom: 4%;
	padding: 0 4%;
}
.form-label{
    margin: 0 0 2%;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ff6699;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 15px 10px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
}
select{
	padding-right: 14%;
	background: url(../images/icon-select.png) no-repeat right 2% center #fff;
	background-size: 10%;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	padding-right: 15%;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.radio-label::before{
	margin-right: 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #ff6699;
}
.regular-checkbox{
	padding: 3%;
	display: block;
	font-size: 1.8rem;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	margin-top: 2%;
	font-size: 1.2rem;
	color: #999;
}
.general-parts .form-msg{
	margin-top: 0;
}
.alert-msg{
	margin: -2% 0 4%;
	padding: 0 4%;
	font-size: 1.2rem;
	color: #999;
}
.error{
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}


/*--------------------------------
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: #ff6699 !important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 3%;
	display: block;
	line-height: 1.6;
	color: #fff;
}
.copy{
	padding: 4%;
	display: block;
	line-height: 1.6;
	color: #fff;
}
body #pr{
	margin:auto;
	max-width: 750px;
	right: 0;
	bottom: -60px;
}

/*--------------------------------
media query
--------------------------------*/
    /*--------------------------------
    Xperia
    --------------------------------*/
    @media screen and (max-width:360px){
        html{
            font-size: 60.5%;
        }
		.slide-dots {
			top: 3.8%;
		}
    }
    /*--------------------------------
    iphone se
    --------------------------------*/
    @media screen and (max-width:320px){
        html{
            font-size: 52.5%;
        }
		.slide-dots {
			top: 4%;
		}
		.slide-dots li button:before {
			top: -1px;
		}
		.slide-dots li.slick-active button:after {
			top: 1px;
		}
    }
    /*--------------------------------
    iphone plus
    --------------------------------*/
    @media screen and (min-width:376px){
        html{
            font-size: 72.5%;
        }
		.slide-dots {
			top: 3.6%;
		}
    }
    /*--------------------------------
    phone landscape
    --------------------------------*/
    @media screen and (min-width:568px){
        .sp{
        	display: none;
        }
    }
    /*--------------------------------
    pc / tablet
    --------------------------------*/
    @media screen and (min-width:768px){
        html{
            font-size: 98.5%;
        }
		.spbr{
			display: none;
		}
		.primary-heading {
			min-height: 70px;
			padding: 8px 8px 8px 75px;
			background-size: 67px;
			font-size: 2.0rem;
		}
		.graph .text::after {
			border: solid 80px transparent;
			border-top: solid 50px #ff6699;
			bottom: -65px;
		}
		.graph .text {
			padding-bottom: 85px;
			font-size: 1.6rem;
		}
		.review .left {
			flex: 0 0 260px;
		}
		.review .arrow {
			width: 18px;
		}
		.review .head {
			margin: 5% 0 4%;
		}
		.slide-box {
			padding-top: 69px;
		}
		.slick-arrow {
			width: 43px;
		}
		.slide-dots {
			top: 4%;
		}
		.slide-dots li {
			width: 45px;
		}
		.slide-dots li button:before {
			width: 30px;
			height: 30px;
			top: 2px;
		}
		.slide-dots li.slick-active button:after {
			width: 24px;
			height: 24px;
			top: 5px;
			left: -4px;
		}
		.form-item.normal-radio .radio-label {
			padding-right: 20%;
		}
    }