/*--------------------------------
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{
	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,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;
}

/*--------------------------------
global element
--------------------------------*/
body{
	background: #fff;
	font-size: 15px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
a{
	transition: .5s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.wrap{
    padding: 50px 0 0;
}
.txt-none{
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
/*--------------------------------
header
--------------------------------*/
.header{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    display: flex;
}
.header .title{
    width: 210px;
    height: 100%;
    flex: 0 1 210px;
}
.logo-3ban{
    background: url(../images/logo-3ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-4ban{
    background: url(../images/logo-4ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-5ban{
    background: url(../images/logo-5ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-6ban{
    background: url(../images/logo-6ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-7ban{
    background: url(../images/logo-7ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-8ban{
    background: url(../images/logo-8ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo{
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
}
.header .nav-btn{
    line-height: 50px;
    text-align: right;
    padding: 0 10px;
    font-size: 16px;
    color: #154552;
    flex: 1 0 auto;
}
.header .head-nav{
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
}
.head-nav a{
    padding: 15px;
    display: block;
    font-size: 16px;
    letter-spacing: 6px;
    background: #fff;
    color: #154552;
    border-top: 1px solid #ccc;
}
/*--------------------------------
contents
--------------------------------*/
.top{
    width: 100%;
    height: 65vh;
    position: relative;
}
.top-img{
    width: 100%;
    height: 40vh;
    background: url(../images/top-img.jpg) no-repeat 0 0;
    background-size: auto 40vh;
}
.top .catch{
    width: 70%;
    height: 0;
    padding: 40% 0 0;
    background: url(../images/catch.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 65%;
    left: 5%;
}

.about{
    padding: 20px 0;
}
.h01{
    font-size: 22px;
    color: #154552;
    letter-spacing: 6px;
    text-align: center;
    font-weight: bold;
}
.h01 .h-sub{
    display: block;
    padding: 20px 0 0;
    font-size: 14px;
    letter-spacing: 0;
}
.about-img{
    width: 100%;
    margin: 20px 0 0;
    padding: 40% 0 0;
    background: url(../images/about-img.jpg) no-repeat 0 0;
    background-size: 90% auto;
    position: relative;
}
.about-text{
    width: 90%;
    margin: 0 0 0 10%;
    padding: 8%;
    background: rgba(16,54,67,.9);
    color: #fff;
}
.h02{
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}
.p{
    font-size: 14px;
    line-height: 1.5;
}
.reg-btn{
    line-height: 70px;
    margin: 10% 5%;
    padding: 0 0 0 25px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
    background: url(../images/feather.png) no-repeat 10px center,#cc3b49;
    background-size: auto 40px;
    box-shadow: 0 4px 0 0 #5a2121;
    border-radius: 10px;
}

.point{
    width: 100%;
    padding: 10%;
    position: relative;
    background: url(../images/point-bg.jpg) no-repeat 0 0;
    background-size: 100% auto ;
    z-index: 1;
}
.point-inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.point-head{
    width: 100%;
    padding: 10% 5%;
    margin: 0 0 10%;
    background: #154552;
    color: #fff;
}
.point-head .h-sub{
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.point-figure{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point-box{
    width: 48%;
    margin: 0 0 4%;
    padding: 48% 0 0;
    position: relative;
    flex: 0 0 48%;
}
.point01 {
    background: url(../images/point01.jpg) no-repeat 0 0;
    background-size: cover;
}
.point02 {
    background: url(../images/point02.jpg) no-repeat 0 0;
    background-size: cover;
}
.point03 {
    background: url(../images/point03.jpg) no-repeat 0 0;
    background-size: cover;
}
.point04 {
    background: url(../images/point04.jpg) no-repeat 0 0;
    background-size: cover;
}
.point-text{
    width: 100%;
    color: #154552;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 4px rgba(255,255,255,.9);
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Meiryo;
    background: rgba(255,255,255,0.6);
    padding: 10px 0;
}

.voice{
    margin: 0;
    padding: 10% 0 ;
    position: relative;
    background: #67c1c9;
}
.voice .h01{
    color: #fff;
}
.voice-inner{
    width: 100%;
    padding: 10% 5% 0;
}
.voice-box{
    width: 100%;
    margin: 0 0 5%;
}
.voice-img{
    width: 100%;
    height: auto;
}
.voice-text{
    width: 90%;
    margin: -10% 0 0;
    padding: 12% 8% 8%;
    background: #fff;
    position: relative;
    color: #154552;
}
.user-name{
    padding: 11px 22px;
    position: absolute;
    top: -20px;
    left: 8%;
    display: inline-block;
    background: #154552;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
}
.h03{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5%;
}
.voice-text .p{
    font-size: 14px;
    line-height: 1.4;
}

.bottom-btn{
    padding: 0;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
    padding: 5% 0;
    background: #154552;
    color: #fff;
}
.copy{
    text-align: center;
    font-style: normal;
    line-height: 1.2;
}
.to-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/to-top.png) no-repeat 0 0,#818181;
    background-size: contain;
    border-radius: 20px;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}

/*--------------------------------
Form
--------------------------------*/
.entry{
    margin: 0;
    padding: 10% 0 5%;
    background: #67c1c9;
}
.entry .h01{
    color: #fff;
}
.form{
	padding: 5%;
}
.form .fieldset{
	padding: 10px 0 0 0;
	position: relative;
}
.form .fieldset label{
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.form .fieldset p{line-height: 40px;}
.form .fieldset p span{font-family:sans-serif;}
.form-desc{
	padding: 5px 0 0 ;
	flex-basis: 100%;
	flex-shrink: 0;
	flex-grow: 1;
	font-size: 12px;
    line-height: 1.2;
}
.msg,
.alert{
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #c7c7c7;
	word-wrap: break-word;
    background: #fff;
    color: #4b4b4b;
    line-height: 1.2;
}
.error{
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #ffe5e5;
	color: #f33;
}
.entry-btn .error {
    margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #ffe5e5;
	color: #f33;
    font-size: 15px;
}
.form input[type="text"],
.form input[type="password"],
.form textarea,.form select{
	padding: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	border: 0;
	background: #eaeaea;
	-webkit-appearance: none;
	border-radius: 5px;
}
.form input[type="radio"]{
	width: 30px;
	height: 30px;
	border: 5px solid #eaeaea;
	border-radius: 50%;
    background: #eaeaea;
}
.form input[type="radio"]:checked{
	background: #ffbc51;
}
.regular-radio{
	display: flex;
	align-items: center;
}
.regular-radio span{
	padding: 0 5% 0 5px;
	display: block;
    color: #fff;
}
.form textarea{
	height: 120px;
	display: block;
}
.form select{
	background: url(../images/icon_select.png) no-repeat right #eaeaea;
	background-size:25px;
}
.form .second-select{
	margin: 1px 0 0 0;
}

.g-recaptcha {
	margin: 0 auto;
    width: 305px;
}
.entry-btn{padding:10px 0;}

.entry-btn button{
	margin: 0 auto;
	width: 100%;
    height: 70px;
	display: block;
	overflow:hidden;
    background: #cc3b49;
    border-radius: 5px;
	box-shadow: 0 5px 0 0 #5a2121;
    text-align: center;
    margin-top: 10px;
}

.entry-btn button:disabled{
	margin: 0 auto;
	width: 100%;
    height: 70px;
	display: block;
	overflow:hidden;
    background: #cc3b49;
    border-radius: 5px;
	box-shadow: 0 5px 0 0 #5a2121;
    text-align: center;
    margin-top: 10px;
    opacity: .3;
    pointer-events: none
}
.entry-btn button span{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.form p a{color:#ffa311;}
.form input[type="text"].qtr{width:50%;float:left;}
.entry-btn p{
    margin: 0 0 10px;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #c7c7c7;
	word-wrap: break-word;
    background: #fff;
    color: #4b4b4b;
    line-height: 1.2;
}

.juyo {
    border: 2px solid #f00;
    box-sizing: border-box;
    padding: 3%;
}
.form .msg span,.form .juyo span{float:none; padding:0;}
.form .juyo{margin:10px 0 0 0;}

.sa-form .msg{
    margin: 10px 0;
}

.success{
    width: 90%;
    margin: 5% auto;
    background: #fff;
    padding: 5%;
}
.success .p{
    margin: 0 0 5%;
}
.success a{
    color:#ffa311;
}

#popup article{padding:0;}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#154552;color:#fff;font-size:16px;}
#popup article h3,#popup article h4{padding:10px;color:#154552;line-height:30px;}
#popup article p,#popup article ul{padding:10px;line-height:18px;} 

/* mother */
#mother{
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 130px;
}
#mother h1{
    height: 50px;
    background-position: 0 center;
    background-size: auto 30px;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}

/* karamail button */
#mailButton{
    margin: 10px 0 0 ;
}
#mailButton li{display:block; width:50%; float:left;}
#mailButton li a{display:block; text-align:center; font-size:140%; padding:15px 0; text-decoration:none; color:#fff; font-weight:bold; border:1px solid #ccc;}
#mailButton li.male a{border-radius:10px 0 0 10px; -webkit-border-radius:10px 0 0 10px; -moz-border-radius:10px 0 0 10px; border-color:#006cff; text-shadow:0 -1px 1px #006cff;
background: -webkit-gradient(linear, left top, left bottom, from(#5d93ff), color-stop(0.49, #117cff), color-stop(0.5, #026dc7), to(#004c8d) );
background: -moz-linear-gradient(top, #5d93ff, #117cff 49%, #026dc7 50%, #004c8d);}
#mailButton li.female a{border-radius:0 10px 10px 0; -webkit-border-radius:0 10px 10px 0; -moz-border-radius:0 10px 10px 0; border-color:#fd1a5a; text-shadow:0 -1px 1px #fd1a5a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff8ca7), color-stop(0.49, #ff577f), color-stop(0.5, #ff3363), to(#ff0c45) );
background: -moz-linear-gradient(top, #ff8ca7, #ff577f 49%, #ff3363 50%, #ff0c45);}
#mailButton li.male a:hover,#mailButton li.male a:active{border-color:#006cff; text-shadow:0 -1px 1px #107cff;
background: -webkit-gradient(linear, left top, left bottom, from(#6da3ff), color-stop(0.49, #218cff), color-stop(0.5, #127dd7), to(#105c9d) );
background: -moz-linear-gradient(top, #6da3ff, #218cff 49%, #127dd7 50%, #105c9d);}
#mailButton li.female a:hover,#mailButton li.female a:active{border-color:#fd1a5a; text-shadow:0 -1px 1px #ff2a6a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff9cb7), color-stop(0.49, #ff678f), color-stop(0.5, #ff4373), to(#ff1c55) );
background: -moz-linear-gradient(top, #ff9cb7, #ff678f 49%, #ff4373 50%, #ff1c55);}

body .lpprtitle{
	background: #111;
}
body .lpprbox{
	background: rgba(0,0,0,0.2);
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
/*--------------------------------
js
--------------------------------*/
.point-box{
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s;
}
.point01{
    transition-delay: .3s;
}
.point02{
    transition-delay: .6s;
}
.point03{
    transition-delay: .9s;
}
.point04{
    transition-delay: 1.2s;
}
.js-extend{
    height: 0;
    transition: all .5s;
}
.js-fadein{
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s;
}
.js-fadein-active{
    opacity: 1;
    transform: translateY(0);
}

/* campaign */
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; 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:16px; 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: 55px;
	right: 5px;
	z-index: 2; 
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 70px;
	height: 70px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
