/*--------------------------------
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: #fff;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	color: #000;
}
a{
	color: #3af;
}
p,li,ul{
	line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	width: 1000px;
}
.li {
    margin-left: 28px;
    font-size: 22px;
    list-style-type: disc;
}
.primary-heading{
	margin-bottom: 30px;
	padding: 30px 50px;
	position: relative;
	background: url("../images/heading-bg.jpg") no-repeat;
	background-size: cover;
	text-shadow:0px 5px 1px white,0px 4px 1px white,1px 4px 1px white,2px 4px 1px white,3px 3px 1px white,4px 2px 1px white,4px 1px 1px white,4px 0px 1px white,5px 0px 1px white,4px -1px 1px white,4px -2px 1px white,4px -3px 1px white,3px -4px 1px white,2px -5px 1px white,1px -5px 1px white,0px -5px 1px white,-1px -5px 1px white,-2px -5px 1px white,-3px -5px 1px white,-4px -4px 1px white,-5px -3px 1px white,-5px -2px 1px white,-5px -1px 1px white,-5px 0px 1px white,-5px 1px 1px white,-5px 2px 1px white,-4px 3px 1px white,-3px 4px 1px white,-2px 4px 1px white,-1px 4px 1px white;
	filter:dropshadow(color=white,offx=0,offy=5,positive=1),dropshadow(color=white,offx=3,offy=3,positive=1),dropshadow(color=white,offx=4,offy=-1,positive=1),dropshadow(color=white,offx=2,offy=-5,positive=1),dropshadow(color=white,offx=-2,offy=-5,positive=1),dropshadow(color=white,offx=-5,offy=-2,positive=1),dropshadow(color=white,offx=-5,offy=2,positive=1),dropshadow(color=white,offx=-1,offy=4,positive=1);
	font-size: 28px;
	font-weight: bold;
	color: #010101;
	line-height: 1.2;
}
.secondary-heading{
	margin-bottom: 22px;
    line-height: 1.2;
	font-size: 26px;
	font-weight: 600;
	color: #e4007f;
}
.secondary-heading.another {
    color: #00b7ee;
}
.general-parts{
	padding: 0 15px;
	margin: 0 0 20px;
}
.text {
    margin: 0 50px 30px;
}
.text.about {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #e4007f;
}
.strong-txt{
	color: #d5176e;
}
.gothic{
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.btn-area{
	margin: 0 50px 30px;
	padding-bottom: 20px;
	text-align: center;
}
.btn-area.fixed {
    margin: 0;
    padding: 0 50px 50px;
    width: 1000px;
    position: fixed;
    bottom: 0;
}
.btn.regist-btn{
	padding: 20px 75px 20px 20px;
	width: 100%;
	display: block;
	position: relative;
	background: -webkit-linear-gradient(top, rgba(176,218,234,1) 0%,rgba(30,169,213,1) 50%,rgba(105,192,223,1) 51%,rgba(176,213,229,1) 100%);
	background: linear-gradient(to bottom, rgba(176,218,234,1) 0%,rgba(30,169,213,1) 50%,rgba(105,192,223,1) 51%,rgba(176,213,229,1) 100%);
	border: solid 2px white;
	border-radius: 12px;
	box-shadow: 0 8px 8px #888888;
	text-shadow:0px 4px 1px #e4007f,0px 3px 1px #e4007f,1px 3px 1px #e4007f,2px 3px 1px #e4007f,2px 2px 1px #e4007f,3px 2px 1px #e4007f,3px 1px 1px #e4007f,3px 0px 1px #e4007f,4px 0px 1px #e4007f,3px -1px 1px #e4007f,3px -2px 1px #e4007f,3px -3px 1px #e4007f,2px -3px 1px #e4007f,2px -4px 1px #e4007f,1px -4px 1px #e4007f,0px -4px 1px #e4007f,-1px -4px 1px #e4007f,-2px -4px 1px #e4007f,-3px -4px 1px #e4007f,-3px -3px 1px #e4007f,-4px -3px 1px #e4007f,-4px -2px 1px #e4007f,-4px -1px 1px #e4007f,-4px 0px 1px #e4007f,-4px 1px 1px #e4007f,-4px 2px 1px #e4007f,-3px 2px 1px #e4007f,-3px 3px 1px #e4007f,-2px 3px 1px #e4007f,-1px 3px 1px #e4007f;
	filter:dropshadow(color=#e4007f,offx=0,offy=4,positive=1),dropshadow(color=#e4007f,offx=3,offy=2,positive=1),dropshadow(color=#e4007f,offx=3,offy=-1,positive=1),dropshadow(color=#e4007f,offx=1,offy=-4,positive=1),dropshadow(color=#e4007f,offx=-2,offy=-4,positive=1),dropshadow(color=#e4007f,offx=-4,offy=-2,positive=1),dropshadow(color=#e4007f,offx=-4,offy=2,positive=1),dropshadow(color=#e4007f,offx=-1,offy=3,positive=1);
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	font-size: 34px;
	font-weight: bold;
}
.btn.regist-btn::before,
.btn.regist-btn::after{
	margin: auto;
	width: 1px;
	height: 1px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
}
.btn.regist-btn::before{
	right: 0px;
	border: solid 20px transparent;
	border-left: solid 28px #e4007f;
}
.btn.regist-btn::after{
	right: 14px;
	border: solid 12px transparent;
	border-left:solid 18px white;
}
.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.m-true {
    padding: 0 7%;
    margin-bottom: 4%;
}
.fit-img.m-true {
    padding: 0 10%;
}
.btn-area .fit-img{
	width: 100%;
	max-width: 550px;
}
.img-center{
	margin: 0 auto;
	max-width: 190px;
	height: auto;
	display: block;
}
.img-caption{
	margin: 8px 0 20px;
	color: #ff14a3;
	font-weight: 800;
	text-align: center;
}


/*--------------------------------
header
--------------------------------*/
.hero{
	margin-bottom: 30px;
	position: relative;
}
.hero .fit-img {
    width: 100%;
}
.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: 10px center, right 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{
	padding: 2% 0;
	position: relative;
	background: #00a9dc;
}
#mother{
	background: #1d2088;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar #mother{
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*--------------------------------
contents
--------------------------------*/
.content-body{
	padding: 0 7%;
}
.content-body h3{margin-bottom: 4%;padding: 0;background: none;font-size: 2.0rem;font-weight: bold;color: #e4007f;line-height: 1.2;}
.content-body p{
	margin-bottom: 4%;
}
.disc li{
	margin: 0 0 20px;
	padding-left: 10px;
	line-height: 1.5;
	border-left: 4px solid #e4007f;
}
.slide-box{
	margin: 0 8px;
	border-radius: 5px;
	overflow: hidden;
}
.slick-arrow{
	margin-top: -16px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	background: none no-repeat center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
.slick-prev{
	left: 0;
	background-image: url(../images/arrow-prev.png);
	background-size: auto 15px;
}
.slick-next{
	right: 0;
	background-image: url(../images/arrow-next.png);
	background-size: auto 15px;
}
.review-container {
	padding:0 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.review-box {
    margin-bottom: 30px;
    padding-right: 15px;
    width: 50%;
    overflow: hidden;
}
.review-box:nth-child(even){
    padding-left: 15px;
    padding-right: 0;
}
.review-box:last-child{
    border-bottom: none;
}
.review {
    padding: 20px;
    height: 100%;
    overflow: hidden;
    background: #eeeeee;
}
.left {
    margin: 0 10px 10px 0;
    width: 105px;
    float: left;
}
.right {
    margin: 0 -115px 10px 0;
    padding-right: 115px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.review .left .text {
    margin: 0;
    text-align: center;
}
.review.man .left .text{
    color: #00b7ee;
}
.review.woman .left .text{
    color: #e4007f;
}
.table {
    margin-bottom: 3%;
    width: 100%;
    border: solid 1px #010101;
}
.th,
.td {
    padding: 2%;
    width: 55%;
    border: solid 1px #010101;
    line-height: 1.4;
}
.th{
	width: 45%;
	color: white;
	vertical-align: middle;
}
.review .right .text {
    margin: 0;
}
.text.balloon {
    margin: 0;
    padding: 10px;
    clear: both;
    position: relative;
    background: white;
    border-radius: 10px;
}
.man .text.balloon {
    border: solid 2px #11bcef;
}
.man .text.balloon::before,
.man .text.balloon::after,
.woman .text.balloon::before,
.woman .text.balloon::after{
	width: 1px;
	height: 1px;
	content: "";
	position: absolute;
}
.man .text.balloon::before{
	top: -41px;
	left: 36px;
	border: solid 15px transparent;
	border-bottom: solid 25px #11bcef;
}
.man .text.balloon::after{
	top: -36px;
	left: 38px;
	border: solid 13px transparent;
	border-bottom: solid 23px #ffffff;
}
.woman .text.balloon::before{
	background: url("../images/balloon_woman_tail.png") no-repeat;
	background-size: 100%;
}
.woman .text.balloon {
    border: solid 2px #e4007f;
}
.woman .text.balloon::before{
	top: -41px;
	left: 36px;
	border: solid 15px transparent;
	border-bottom: solid 25px #e4007f;
}
.woman .text.balloon::after{
	top: -36px;
	left: 38px;
	border: solid 13px transparent;
	border-bottom: solid 23px #ffffff;
}
.ul-container {
    margin: 0 50px 30px;
    display: flex;
}
.ul-box {
    padding-right: 15px;
    width: 50%;
}
.ul-box:nth-child(even){
    padding-left: 15px;
    padding-right: 0;
}
.ul-img {
    margin: 0 50px 141px;
    display: flex;
    flex-wrap: wrap;
}
.li-img{
    margin-bottom: 30px;
    padding: 0 15px 0 0;
    width: 50%;
    position: relative;
}
.li-img:nth-child(even){
    padding: 0 0 0 3%;
}
.li-img:nth-last-child(-n+2){margin-bottom: 0;}
.li-img .text {
    margin: auto;
    position: absolute;
    left: 0;
    right: 5px;
    bottom: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #e4007f;
}
.li-img:nth-child(even) .text{
    left: 35px;
    right: 0;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin-bottom: 30px;
}
.form-box{
	margin-bottom: 30px;
	height: 100%;
}
.form-label{
    padding: 13px 0;
    display: block;
    float: left;
    width: 300px;
    background: white;
    font-size: 24px;
    color: #e4007f;
}
.form-item{
    width: calc(100% - 300px);
    float: right;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 10px 10px;
	width: 680px;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
	font-size: 20px;
}
select{
	padding-right: 40px;
	background: url(../images/icon-select.png) no-repeat right center #fff;
	background-size: 40px;
}
select::-ms-expand {
    display: none;
}
.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: 18%;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 26px;
}
.radio-label::before{
	margin-right: 5px;
	width: 60px;
	height: 60px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #e4007f;
}
.regular-checkbox{
	padding: 10px;
    width: 680px;
	display: block;
	font-size: 20px;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	margin-top: 2%;
	font-size: 2.2rem;
	color: #999;
}
.alert-msg{
	margin: 0 0 30px;
	padding: 0;
	width: 1000px;
	display: block;
	clear: both;
	font-size: 2.2rem;
	color: #999;
	word-wrap: break-word;
}
.error{
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}

/*--------------------------------
Overlay
--------------------------------*/
.js-overlay{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 10;
	display: none;
}
.js-close-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	cursor: pointer;
}
.js-close-btn{
	width: 80px;
	height: 80px;
	position: absolute;
	top: -20px;
	right: -20px;
	background: url(../images/icon_close.png) no-repeat center;
	background-size: 80px;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	transfor: translate3d(0,0,0);
	cursor: pointer;
	transition: .3s;
}
.js-close-btn:hover{
	opacity: .85;
	box-shadow: 0 0 0 rgba(0,0,0,.0);
	transfor: translate3d(0,2px,0);
}
.js-overlay section{
	margin: auto;
	max-width: 1000px;
	position: absolute;
	top: 50px;
	right: 50px;
	bottom: 50px;
	left: 50px;
	background: #fff;
	z-index: 12;
	box-shadow: 8px 8px 8px rgba(0,0,0,.5);
	display: none;
}
.js-overlay .heading{
	margin: 0;
}
.js-overlay article{
	margin: auto;
	padding: 20px;
	position: absolute;
	top: 123px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	overflow: auto;
	border: 1px solid #3c3c3c;
}
.js-overlay article h3{
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
	color: #e4007f;
    line-height: 1.4;
}
.js-overlay article p{margin: 0 0 30px;}
.disc {
    margin-bottom: 30px;
}
.js-overlay article h4{
	margin: 0 0 10px;
	font-size: 24px;
	color: #e4007f;
    line-height: 1.4;
}
.js-overlay .general .ex {
    display: block;
    line-height: 1.4;
}
.js-overlay .general .ex:last-child {
    margin-bottom: 30px;
}

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

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 20px;
	display: block;
	cursor: pointer;
	font-size: 26px;
	line-height: 1.2;
	color: #fff;
}
.copy{
	padding: 20px;
	display: block;
	line-height: 1.4;
	color: #fff;
}
.pr{
	padding: 10px;
	text-align: center;
}