/*--------------------------------
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,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
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;
	border-radius: 0;
}
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
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	font-family: sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}
a,button{
	transition: .3s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.wrap{
	width: 100%;
	height: 100%;
}
/*--------------------------------
header
--------------------------------*/
.top{
	width: 100%;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(255,255,255,.85);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top h1{
}
.top h1 a{
	width: 230px;
	height: 44px;
	display: block;
	transition: .3s;
	overflow: hidden;
	cursor: pointer;
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.logo-1ban a{
	background-image: url(../images/logo-1ban.png);
}
.logo-2ban a{
	background-image: url(../images/logo-2ban.png);
}
.logo-9ban a{
	background-image: url(../images/logo-9ban.png);
}
.logo a{
	background-image: url(../images/logo.png);
}
.top h1.logo a{
	width: 145px;
}

.top h1 span{
	padding: 120% 0 0 0;
	display: block;
}
.top-btn{
	padding: 0 5px;
}
.top-btn a{
	margin: 0 auto;
	padding: 0 10px;
	height: 34px;
	background: #ff89a2;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	box-shadow: 0 -2px 0 rgba(0,0,0,.2) inset;
	transform: translate3d(0,0,0);
	display: flex;
	align-items: center;
	justify-content: center;
}
/*--------------------------------
Pagination
--------------------------------*/
.pagination{
	padding: 10px 0;
	width: 100%;
	position: fixed;
	bottom: 50%;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 3;
}
.pagination .btn-next{
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,.75);
	border-radius: 50%;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	position: relative;
}
.pagination .btn-next::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #b29e8f transparent transparent transparent;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 15px;
}
.pagination .swiper-button-disabled{
	opacity: 0;
}
/*--------------------------------
Contents
--------------------------------*/
.swiper-container {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.swiper-slide{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img1{
	background-image: url(../images/image01.jpg);
}
.img2{
	background-image: url(../images/image02.jpg);
}
.img3{
	background-image: url(../images/image03.jpg);
}
.img4{
	background-image: url(../images/image04.jpg);
}
.content .inner{
	width: 100%;
	height: 50%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	transition: .5s;
	z-index: 1;
	background: #fff;
}
.action .inner{
	opacity: 1;
	z-index: 2;
}
.heading{
	width: 100%;
}
.heading h1{
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 800;
}
.content p{
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
@media screen and (max-width:320px) {
.content .inner{
	padding: 10px;
}
.heading h1{
	font-size: 16px;
	line-height: 18px;
}
.content p{
	font-size: 12px;
	line-height: 16px;
}
}
@media screen and (min-width:321px) {
.content .inner{
	padding: 10px 15px;
}
.heading h1{
	font-size: 20px;
	line-height: 24px;
}
}
/*--------------------------------
Button
--------------------------------*/
.reg-btn{
	margin: 0 auto;
	width: 100%;
	height: 55px;
	background: url(../images/btn-bg.jpg) no-repeat 0 0;
    background-size: cover;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	border-radius: 6px;
	box-shadow: 0 4px 0 #d7838f,0 -1px 0 0 #fef1ef inset;
	transition: .2s;
	transform: translate3d(0,0,0);
	display: flex;
	align-items: center;
	justify-content: center;
}
.reg-btn span{
	padding: 0 0 0 35px;
	position: relative;
	line-height: 30px;
}
.reg-btn span::after{
	width: 45px;
	height: 40px;
	background: url(../images/feather.png) no-repeat 0 center;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
}
@media screen and (max-width:320px) {
.reg-btn a,.reg-btn button{
	height: 50px;
	font-size: 16px;
}
}
/*--------------------------------
Form
--------------------------------*/
.entry-form{
	width: 100%;
	font-weight: 500;
}
.entry-head{
	width: 100%;
}
.entry-head a{
	margin: 0 auto;
	width: 230px;
	height: 44px;
	display: block;
	transition: .3s;
	overflow: hidden;
	cursor: pointer;
	background-size: auto 40px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}
.entry-form .entry-head a{
	margin: 0;
}
.entry-head a span{
	padding: 120% 0 0 0;
	display: block;
}
.entry-form .inner{
	padding: 20px 10px;
}
.form-label{
	width: 100%;
	line-height: 40px;
	background: #c7b18b;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.entry-form .form-item p{
	padding: 0;
}
.alert{
	margin: 0 0 5px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #ddd;
	color: #333;
}
.alert a{
	color: #ff89a2;
}
.entry-form .form-item .radio-box{
	padding: 10px 0 0 0;
	display: flex;
	align-items: center;
	color: #333;
}
.radio-label{
	width: 100%;
	display: flex;
	align-items: center;
}
.radio-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
}
.error{
	margin: 0 0 5px 0;
	line-height: 20px;
	background: #900;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
}
.error::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #900 transparent;
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
}
.general h3{
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.general p{
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
}
.general .important{
	margin: 10px 0 0 0;
	padding: 20px;
	border: 2px solid #900;
	font-size: 14px;
}
.important span{
	margin: 0 0 5px 0;
	line-height: 30px;
	display: block;
	border-bottom: 4px solid #900;
	font-size: 18px;
}
.important a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
/*--------------------------------
Form parts
--------------------------------*/
input[type="text"],
input[type="password"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	line-height: 20px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
}
select{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_select.png) no-repeat right #fafafa;
	background-size: 30px 40px;
	font-size: 16px;
	position: relative;
	border: 1px solid #ddd;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
textarea{
	padding: 10px;
	width: 100%;
	height: 100px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	display: block;
	border: 1px solid #ddd;
}
input[type="radio"]{
	width: 36px;
	height: 36px;
	border: 5px solid #fff;
	border-radius: 50%;
	position: relative;
	background: #eee;
	flex-shrink: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
input[type="radio"]:checked::after{
	width: 26px;
	height: 26px;
	background: #ff89a2;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
/*--------------------------------
Footer
--------------------------------*/
.copy{
	width: 100%;
}
.copy small{
	padding: 20px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.nav-link {
    color: #333;
    text-decoration: underline;
}
.nav-list {
    margin-bottom: 10px;
    text-align: center;
}
.copy {
    margin-bottom: 10px;
    text-align: center;
}
.general-section {
    margin-top: 44px;
    padding: 10px 15px;
}
.content-body h3 {
    margin: 10px 0;
    font-weight: bold;
}
.content-body p{
    margin: 10px 0 20px;
}
.reg-btn a {
    color: #333;
}

/*--------------------------------
PopUp
--------------------------------*/
#popup{padding:10px;background:#f0f0f0;font-weight:500;}
#popup article{padding:0;background:#fff;}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#ff89a2;color:#fff;font-size:16px;}
#popup article h3,
#popup article h4{padding:10px;color:#ff89a2;line-height:30px;}
#popup article p,
#popup article ul{padding:10px;line-height:18px;color:#666;} 

.sa-form{
	padding: 10px;
}
.sa-form h3{
	color:#ff89a2;
}
.sa-form p{
	margin: 10px 0;
}

/* mother */
#mother{
    position: absolute;
    top: 0;
    left: 150px;
    width: 90px;
    height: 44px;
}
#mother h1{
    height: 100%;
    background-size: contain;
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
}
/* karamail button */
#mailButton li{display:block; width:100%;}
#mailButton li a{display:block; text-align:center; font-size:130%; padding:15px 0; text-decoration:none; color:#fff; font-weight:bold; border:1px solid #ccc;}
#mailButton li.male a{border-radius:10px; -webkit-border-radius:10px; -moz-border-radius: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);}

/* pr */
body{
	margin-bottom: 0 !important;
}
body #pr{
	position: static;
	margin: 10px 0 0;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}