/*--------------------------------
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
--------------------------------*/
body{
	background: #fff;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #3e3a39;
}
a{
	color: #ff0064;
}
.primary-heading{
	margin-bottom: 20px;
	padding: 28px 40px;
	height: 85px;
	background: #ffc8e6;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-size: 40px;
	font-weight: 600;
}
.secondary-heading{
	margin-bottom: 20px;
	padding: 8px 24px;
	background: #ff0064;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.1;
}
.tertiary-heading{
	margin-bottom: 20px;
	height: 72px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-size: 26px;
	color: #920783;
	line-height: 72px;
}
.general-parts{
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1000px;
}
.note{
	padding: 0 8px 40px;
	line-height: 1.5;
}
.general-list li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 8px 0;
}
.strong-txt{
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-weight: 600;
	color: #ff0064;
}
.large-txt{
	font-size: 23px;
}
.huge-txt{
	font-size: 28px;
}
.kerning{
	letter-spacing: -.2em;
}
.btn{
	font-weight: 600;
	color: #fff;
	text-align: center;
	transition: all .3s ease;
}
.btn:hover{
	opacity: .8;
}
.regist-btn{
	font-size: 32px;
}
.btn-area{
	padding: 0 0 20px;
	text-align: center;
}
.fit-img{
	width: 100%;
	height: auto;
}
.align-center-img{
	margin: 0 auto;
	max-width: 100%;
	display: block;
	height: auto;
}
.slick-arrow{
	margin-top: -16px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	background: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
.slick-prev{
	left: 5px;
	background-image: url(../images/prev.png);
	background-size: 100%;
}
.slick-next{
	right: 5px;
	background-image: url(../images/next.png);
	background-size: 100%;
}

/*--------------------------------
header
--------------------------------*/
.hero{
	padding-top: 175px;
	position: relative;
}
.fix-nav{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.header-bar{
	padding: 0 40px;
	height: 128px;
	position: relative;
	background: rgba(255,181,211,1);
	background: -moz-linear-gradient(top, rgba(255,181,211,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,181,211,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,181,211,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,181,211,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,181,211,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,181,211,1) 0%, rgba(255,255,255,1) 100%);
}
.ch{
	width: 200px;
	height: 128px;
	position: absolute;
	display: block;
	background: no-repeat left center;
	content: "";
}
.site-title{
	margin-left: 200px;
	height: 100%;
	display: block;
	background: url(../images/logo.png) no-repeat left center;
	background-size: auto 50px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.header-btn-area{
	padding: 0;
	width: 379px;
	height: 68px;
	position: absolute;
	bottom: 0;
	right: 20px;
}
.header-btn-area .regist-btn{
	height: 100%;
	display: block;
	background: url(../images/header-signup.png) no-repeat center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 68px;
	letter-spacing: .5em;
}
.hero .global-nav{
	height: 47px;
	background: #920783;
}
.nav-wrapper{
	margin: 0 auto;
	width: 1000px;
	display: flex;
}
.nav-btn{
	width: 20%;
	height: 100%;
	background: url(../images/nav-btn.png) no-repeat center center;
	transition: all .3s ease;
}
.nav-btn a{
	display: block;
	color: #fff;
	text-align: center;
	line-height: 47px;

}
.nav-btn:hover{
	opacity: .8;
}
.navbar{
	background: url(../images/logo.png) no-repeat right 10px center;
	background-size: auto 60px;
}
.logo{
	width: 100%;
	height: 80px;
	display: block;
	line-height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 40px;
}
.logo-3ban{
	background-image: url(../images/logo-3ban.png);
}
.logo-4ban{
	background-image: url(../images/logo-4ban.png);
}
.logo-5ban{
	background-image: url(../images/logo-5ban.png);
}
.logo-6ban{
	background-image: url(../images/logo-6ban.png);
}
.logo-7ban{
	background-image: url(../images/logo-7ban.png);
}
.logo-8ban{
	background-image: url(../images/logo-8ban.png);
}
.logo-10ban{
	background-image: url(../images/logo-10ban.png);
}
.logo-11ban{
	background-image: url(../images/logo-11ban.png);
}
.hero-bottom{
	padding: 20px 15px;
	background: #ff0064;
}
#about,
#for,
#review,
#play,
#data{
	margin-top: -30px;
	padding-top: 30px;
}


/*--------------------------------
contents
--------------------------------*/
.card-wrapper{
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card{
	margin-bottom: 20px;
	padding: 7px;
	width: calc(25% - 32px);
	box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.for-man .card{
	background: #d5ead7;
}
.for-woman .card{
	background: #f8c8d2;
}
.card-caption{
	margin-top: 8px;
	text-align: center;
	line-height: 1.2;
}
.sec-1{
	background: url(../images/bg-1.jpg) no-repeat center bottom;
}
.sec-2{
	background: url(../images/bg-2.jpg) no-repeat center 30px;
}
.sec-5{
	background: url(../images/bg-5.jpg) no-repeat center bottom;
}
.sec-1 .primary-heading{
	background-image: url(../images/heading-1.png);
}
.sec-2 .primary-heading{
	background-image: url(../images/heading-2.png);
}
.sec-3 .primary-heading{
	background-image: url(../images/heading-3.png);
}
.sec-4 .primary-heading{
	background-image: url(../images/heading-4.png);
}
.sec-5 .primary-heading{
	background-image: url(../images/heading-5.png);
}
.sec-2 .tertiary-heading{
	margin-left: -20px;
	padding-left: 60px;
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat; 
}
.sec-2 .general-parts{
	position: relative;
}
.sec-2 .note{
	margin-left: 250px;
	max-width: 580px;
	height: 72px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.8;
}
.for-man .tertiary-heading{
	background-image: url(../images/icon-tie.png);
}
.for-woman .tertiary-heading{
	background-image: url(../images/icon-lip.png);
}
.tertiary-heading + .note{
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.flex-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-parts{
	width: calc(50% - 36px);
}
.content-body{
	padding: 10px;
}
.content-body h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #ff0064;
}
.content-body p{
	margin-bottom: 10px;
	line-height: 1.8;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
	line-height: 1.5;
	border-left: 4px solid #ff0064;
}

/*--------------------------------
profile
--------------------------------*/

.prof-card{
	margin-bottom: 40px;
	width: calc(50% - 20px);
	padding: 15px 20px;
	box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.is-woman{
	background: url(../images/prof-bg-woman.jpg) no-repeat center;
	background-size: cover;
}
.is-man{
	background: url(../images/prof-bg-man.jpg) no-repeat center;
	background-size: cover;
}
.prof-meta{
	margin-bottom: 16px;
	padding-left: 153px;
	min-height: 140px;
	position: relative;
}
.thumb{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
	background-repeat: no-repeat;
	background-position: center;
}
.chara-1{
	background-image: url(../images/chara1.jpg);
	background-size: cover;
}
.chara-2{
	background-image: url(../images/chara2.jpg);
	background-size: cover;
}
.chara-3{
	background-image: url(../images/chara3.jpg);
	background-size: cover;
}
.chara-4{
	background-image: url(../images/chara4.jpg);
	background-size: cover;
}
.prof-meta-list{
	margin-bottom: 7px;
	width: 100%;
	border-collapse: collapse;
}
.prof-label,
.prof-val{
	padding: 4px 10px;
	border: 1px solid;
}
.prof-label{
	width: 80px;
	font-weight: 500;
}
.play-area{
	font-weight: 800;
	display: flex;
	align-items: center;
	white-space:nowrap;
}
.play-label{
	margin-right: 4px;
	padding: 4px 10px;
	background: #a40b5d;
	color: #fff;
}
.search-btn{
	max-width: 390px;
	margin: 0 auto;
	display: block;
}

play-slide{
	padding-top: 23px;
}
.play-card{
	margin: 0 0 43px;
	padding: 15px 10px;
	height: 194px;
	position: relative;
	background: url(../images/play-bg.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.play-img{
	width: 160px;
	height: auto;
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 1;
}
.play-heading{
	padding: 0 4px;
    width: 240px;
    height: 36px;
    position: absolute;
    top: -12px;
    left: -16px;
    background: #ffe80a;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    white-space: nowrap;
    border-left: 10px solid #ff7175;
    z-index: 2;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.play-card .note{
	padding: 11px 0 0 172px;
}

/*--------------------------------
form
--------------------------------*/
.entry-wrap{
	margin: 0 auto;
	width: 1000px;
}
.form-wrapper{
	margin-bottom: 30px;
}
.form-box{
	padding: 10px;
}
.form-label{
	margin-bottom: 5px;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	margin: 0 0 5px;
	padding: 12px 5px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	color: inherit;
	vertical-align: bottom;
	border: 1px solid #ccc;
	border-radius: 8px;
}
select{
	padding-right: 20px;
	background: url(../images/icon_select.png) no-repeat right center #fff;
	background-size: 20px;
}
.regular-radio{
	display: none;
}
.radio-label{
	margin-right: 20px;
}
.radio-label::before{
	margin-right: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #ff0064;
	border: 1px solid #ff0064;
	box-shadow: inset 0 0 1px 3px #fff;
}
.radio-label-text{
	line-height: 20px;
}
.regular-checkbox{
	margin-bottom: 5px;
	padding: 12px 5px;
	display: block;
	background: #eee;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.regular-checkbox input:checked + .check-label{
	color: #ff0064;
}
.form-msg{
	color: #999;
}
.alert-msg{
	margin: 0 10px;
	padding: 10px;
	background: #eee;
}
.error{
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
	background: #d00;
	color: #fff;
}
.form-wrapper .regist-btn{
	margin: 15px auto 0;
	width: 550px;
	height: 80px;
	display:block;
	line-height: 80px;
	background: #8e0980;
	border-radius: 10px;
}


/*--------------------------------
reg-modal
--------------------------------*/
.reg-open{
	cursor: pointer;
}
.modal-overlay{
	background: rgba(0,0,0,0.5);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: -1;
	transition: all .3s;
}
.modal-overlay.active{
	opacity: 1;
	z-index: 4;
}
.reg-modal{
	margin: auto;
	width: 90%;
	max-width: 500px;
	background: #fff;
	padding: 20px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-40%);
	opacity: 0;
	border-radius: 10px;
	z-index: -1;
	transition: all .3s;
}
.reg-modal.active{
	opacity: 1;
	z-index: 5;
	transform: translateY(-50%);
}
.branch-text{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}
.branch-btn{
	display: block;
	font-size: 18px;
	line-height: 50px;
	margin: 0 0 10px;
	transition: all .3s;
}
.ss-btn{
	color: #e61673;
	border: 2px solid #e61673;
}
.ms-btn{
	color: #c96510;
	border: 2px solid #c96510;
}

/*--------------------------------
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: 50px;
	right: 40px; 
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 120px;
	height: 120px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #ffc8e6;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #fff;
}
.nav-link{
	height: 50px;
	display: block;
	font-size: 18px;
	color: inherit;
	line-height: 50px;
}
.copy{
	padding: 10px;
	display: block;
	line-height: 1.2;
}
.pr{
	padding: 20px;
	text-align: center;
}