/* メルマガページ メールマガジン*/
#magazine #wrap article .sec01{
padding:20px;
background:#ff56c5;
border:7px solid #b3fefd;
color:#fff;
box-sizing:border-box;
}
#magazine #wrap article .sec01 h3,
#magazine #wrap article .sec01 h4{
color:#fdff5b;
}
#magazine #wrap article .sec01 .submit{
color:#fff;
}

.magazine_button{
  text-align: center;
}
.magazine_send{
padding: 20px 0;
  text-align: center;
  font-weight: bold;
}
.sendBtn {
  padding: 0 !important;
  border-radius: 100px;
  overflow: hidden;
  border-color: #ccc;
  width: 50%;
  margin: 0 auto 15px;
}
.sendBtn a{
background: #ffc9ec;
  color: #ce2494;
  font-size: 1rem;
  font-weight: bold;
padding: 10px;
  display: block;
}
.magazine_kochira{
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #b3fefd;
}
#wrap article .sec01 form {
  text-align: center;
  margin: 10px auto;
}

/* 右カラムグループ店バナー */
.right_shop{
margin-bottom:15px;
}
.right_shop img{
max-width:100%;
}
.right_shop dt{
padding:10px;
font-size:19px;
font-weight:bold;
color:#fff;
background:#fd67cd;
margin-bottom:5px;
font-family:
'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
text-shadow:1px 1px 1px #666;
}
.block2 .right_shop:first-of-type dt{
background:#fd67cd;
}
.block2 .right_shop:nth-of-type(2) dt{
background:#ff0;
color:#ff7a12;
text-shadow:1px 1px 1px #fbb278;
}
.block2 .right_shop:nth-of-type(3) dt{
background:#fd6775;
text-shadow:1px 1px 1px #666;
}
.block2 .right_shop:nth-of-type(6) dt{
background:#ff8809;
}
@media screen and (max-width: 640px) {
.right_shop dt{
margin-bottom:0;
}
.right_shop dd{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
padding:0 5px;
}
.right_shop dd > a{
display:block;
width:49%;
margin-top:5px;
}
.top_recruit{
width: 90%;
margin: 5px auto auto auto;
}
}
/* 出勤予定ページ */
.switchB{
display:none;
}
#list li{
overflow:visible;
margin-top:5px;
background-image: url(/upload/pub/list_back.png);
background-repeat: no-repeat;
}
#schedule ul li .ph{
margin:13px;
width:235px;
left:-3px;
top:-2px;
}
#todayssche .list_new{
width:58px;
top:0px;
left:0px;
}
#todayssche li article{
background: #fff;
height: 40px;
padding:5px 0 20px 0;
}
#todayssche li .time{
height: 28px;
}
.list_today{
top:auto;
width: 65px;
top: 280px;
right: 10px;
}
#topbox .list_new{
top:4px;
left:4px;
width:150px;
}
#topbox .list_today{
top:550px;
}
#daynavi li a{
color: #ff56c5;
}
#daynavi li a.current{
background: rgb(255, 86, 197);
color: #fff;
}

@media screen and (max-width: 768px) {
#list li{
overflow:visible;
margin-top:5px;
background-image: none;
}
#todayssche ul li .ph, #cast ul li .ph, #schedule ul li .ph, #waiting ul li .ph{
margin:auto;
width:auto;
left:0;
top:0;
}
#topbox .list_today{
top:350px;
}
}
@media screen and (max-width: 640px) {
.list_new{
width:58px;
left:-2px;
}
}
/* ヘッダーとフッター */
#toppage .top_crumb{
display:none;
}
#toppage #wrap{
padding-top:10px;
}
#wrap{
background-image:url(/upload/pub/bg_main.png);
}
#wrap::after{
content:"";
display:block;
clear:both;
width:1080px;
height:368px;
background:url(/upload/pub/img_footer.png) no-repeat;
}
@media screen and (max-width: 768px) {
#wrap::after{
height:150px;
width:100%;
background-size:contain;
background-position:center bottom;
}
}
.topfooter{
margin-right:-324px;
}
@media screen and (max-width: 768px) {
.topfooter{
margin-right:0;
}
}
#footer nav{
display:none;
}
#footer .copyright2{
padding:1% 5%;
}
#footer .copyright2{
text-align:center;
}
}


/* TOP新人情報　新人マーク */
.block1 .subcont li .ajph::before{
content:"";
display:block;
width:80px;
height:53px;
background:url(/upload/pub/icon_fresh.png);
background-size:80px 53px;
position:absolute;
top:0;
left:0;
}
@media screen and (max-width: 640px) {
.block1 .subcont li .ajph::before{
width:70px;
height:47px;
background-size:70px 47px;
}
}
/* TOP出勤情報 */
#todayssche li article {
  bottom: 25px;
  height: 40px;
  position: absolute;
  width: 100%;
  padding-top: 5px;
  box-sizing: border-box;
}
#todayssche li article {
  background: linear-gradient(to bottom, rgb(255, 250, 173) , rgb(255, 255, 255));
}
#main_con ul li article h3{
color: #000;
}
#todayssche li article h3, #todayssche li article .body{
color: #000;
}
/* メニュー内とTOPの見出し帯 */
.pagetitle{
background:url(/upload/pub/bg_pagetitle.png)  center;
color:#FF56C5;
margin-top: 10px;
}
.pagetitle text{
background-color:#000;
}
.pagetitle span{
color:#fff;
background-color:#FF56C5;
}
.subtitle{
background:url(/upload/pub/bg_title.png);
color:#FF56C5;
}
.subtitle span{
color:#fff;
background-color:#FF56C5;
}
@media screen and (max-width: 768px) {
.pagetitle{
background:url(/upload/pub/bg_title_sp.png);
color:#FF56C5;
width:768px;
}
.pagetitle text{
background-color:#000;
}
.pagetitle span{
color:#fff;
background-color:#FF56C5;
}
.subtitle{
background:url(/upload/pub/bg_title_sp.png);
color:#FF56C5;
width:768px;
}
.subtitle span{
color:#fff;
background-color:#FF56C5;
}
}
/* PC版ヘッダーナビ */
#gnav{
box-shadow:none;
}
.upside{
background:none;
/* background:url(/upload/pub/bg_navi.png) 0 0 / 33px 33px; */
}
#gnav li,
#gnav ul li:hover{
background:none;
}

#gnav.upside ul{
display:flex;
justify-content:center;
overflow:visible;
padding:18px;
background:url(/upload/pub/bg_navi2.png) 0 0 / 1100px 100px no-repeat;
background-position: center;
border-radius:0 0 6px 6px;
overflow:hidden;
max-width: 1200px;
}
#gnav.upside ul.clearfix::after{
display:none;
}
#gnav.upside ul li{
width:1000px;
}
#gnav.upside ul li.gli{
width:100px;
height:80px;
float:none;
}
#gnav ul li.gli a.gbtn{
display:block;
height:83px;
}
#gnav ul li.gli a.gbtn div{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#gnav ul li.gli a:hover{
position:relative;
top:2px;
}
#gnav ul li.gli.current_top a{
background:url(/upload/pub/navi_top.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_newface a{
background:url(/upload/pub/navi_newface.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_cast a{
background:url(/upload/pub/navi_cast.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_schedule a{
background:url(/upload/pub/navi_sch.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_free1 a{
background:url(/upload/pub/navi_blog.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_free2 a{
background:url(/upload/pub/navi_kuchicomi.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_event a{
background:url(/upload/pub/navi_event.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_system a{
background:url(/upload/pub/navi_system.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_magazine a{
background:url(/upload/pub/navi_magazine.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_recruit a{
background:url(/upload/pub/navi_recruit.png) 0 0 / 95px 73px no-repeat;
}
#gnav ul li.gli.current_recruit a{
background:url(/upload/pub/navi_recruit.png) 0 0 / 95px 73px no-repeat;
}
@media screen and (max-width: 768px) {
#gnav.upside ul{
background:url(/upload/pub/bg_navi3.png) 0 0 / auto auto no-repeat;
}
}
/* スマホヘッダーナビ */
#top_navi{
background:url(/upload/pub/bg_navi.png) 0 0 / 33px 33px;
}
#top_navi > ul{
display:none;
}
#top_navi ul li a{
font-size:.7rem;
line-height:1.3;
padding:3px 0 6px;
color:#fff;
}
#top_navi a::before{
font-weight:normal;
font-family: "Font Awesome 5 Free";
content:"\f004";
display:block;
font-size:1.8rem;
color:#fff;
}
#top_navi li:nth-of-type(2) a::before{
content:"\f017";
}
#top_navi li:nth-of-type(3) a::before{
content:"\f005";
}
#top_navi li:nth-of-type(4) a::before{
content:"\f073";
}
#top_navi li:nth-of-type(5) a::before{
content:"\f02d";
}
#top_navi li:nth-of-type(6) a::before{
content:"\f044";
}
#top_navi li:nth-of-type(7) a::before{
content:"\f3d1";
}
@media screen and (max-width: 768px) {
#header .logo{
height:65px;
box-sizing:border-box;
padding:5px;
}
#btn_menu_sp{
top:5px;
}
#top_navi{
top:65px;
border-top:1px solid #fff;
}
#header-open{
display:none;
}
#header{
height:65px;
}
#wrap{
margin-top:117.25px !important;
}

}
/* スマホヘッダー（PC共通） */
@media screen and (max-width: 768px) {
#header .logo a{
height:58px;
}
#gnav{
display:block;
}
#gnav.upside ul{
padding:0;
margin:0;
border-radius:0;
border-top:1px solid #fff;
}
#gnav.upside ul li.gli{
width:20%;
height:51.25px;
}
#gnav ul li.gli a.gbtn{
height:51.25px;
position:relative;
}
#gnav ul li.gli a.gbtn::after{
content:"";
display:block;
height:70%;
width:2px;
border-left:2px dotted #fff;
position:absolute;
top:15%;
left:0;
z-index:2;
box-sizing:border-box;
}
#gnav ul li.gli.current_top a.gbtn::after{
display:none;
}
#gnav.upside ul li.gli a{
background:none;
}
#gnav.upside ul li.current_newface,
#gnav.upside ul li.current_magazine,
#gnav.upside ul li.current_recruit{
display:none;
}

#gnav ul li.gli a.gbtn div{
text-indent:0;
}
#gnav ul li.gli a.gbtn .en{
display:none;
}
#gnav ul li.gli a.gbtn,
#gnav ul li.gli a.gbtn .jp{
color:#fff;
font-weight:bold;
}
#gnav ul li.gli a.gbtn.current, 
#gnav ul li.gli a.gbtn.current .jp, 
#top_navi ul li a.current{
color:#fffb11;
}
#gnav ul li.gli a.gbtn .jp::before{
font-weight:normal;
font-family: "Font Awesome 5 Free";
content:"\f699";
display:block;
font-size:1.6rem;
color:#fff;
font-weight:bold;
}
#gnav ul li.gli.current_event a.gbtn .jp::before{
content:"\f0a1";
}
#gnav ul li.gli.current_cast a.gbtn .jp::before{
content:"\f004";
}
#gnav ul li.gli.current_schedule a.gbtn .jp::before{
content:"\f017";
}
#gnav ul li.gli.current_free1 a.gbtn .jp::before{
content:"\f02d";
}
#gnav ul li.gli.current_free2 a.gbtn .jp::before{
content:"\f044";
}
#gnav ul li.gli.current_system a.gbtn .jp::before{
content:"\f3d1";
}

}


/* 在籍ページ */
.switchB{
display:none;
}
.gallist li{
overflow:visible;
margin-top:5px;
background-image: url(/upload/pub/list_back.png);
background-repeat: no-repeat;
}
.gallist li a .ph{
margin:13px;
width:235px;
overflow:none;
}
.list_new{
width:58px;
}
#schedule ul li .ph{
top:0px;
left:0px;
}
.list_today{
width: 130px;
top: 280px;
right: 0px;
}
#topbox .list_new{
top:4px;
left:4px;
width:150px;
}
#topbox .list_today{
top:550px;
}
#cast ul li .ph{
width: auto;
}
@media screen and (max-width: 768px) {
.gallist li{
overflow:visible;
margin-top:5px;
background-image: none;
}
.gallist li a .ph{
margin:auto;
width:auto;
left:0;
top:0;
}
#topbox .list_today{
top:350px;
}
}
.sns .sns01{
background:#3990e4;
}
.gallist li article, #list li article {
background: linear-gradient(to bottom, rgb(255, 93, 205) , rgb(255, 251, 183));
margin-top: 15px;
}
.gallist li article .catch{
color: #000;
}
.gallist li article h3{
color: #fff;
}
@media screen and (max-width: 768px) {
.list_new{
width:58px;
left:-2px;
}
.list_today{
width: 60px;
top: 240px;
right: 10px;
}
.gallist li article {
width: 100%;
}
.gallist li article, #list li article {
margin-top: 0px;
}
}

/* ヘッダーナビ */
#header{
background: none;
}
#header .inner{
max-width:1120px;
box-sizing:border-box;
}
#header .header_info .shop, #header .header_info .time,#header .header_info .tel{
color:#fff;
text-shadow:2px 2px 5px #FA2CA8,2px 2px 5px #FA2CA8,2px 2px 5px #FA2CA8;
}
@media screen and (max-width: 768px) {
#header{
padding:0;
}
#header .inner{
padding:0 2%;
background: url(/upload/pub/bg_navi4.png) 0 0 / 33px 33px;
}
#btn_menu_sp span{
background:#ff78be;
}
}


/* 認証ページ */
.age img{
/* display:none; */
}
.index_heaven01{
margin: 10px 30px;
}
.index_heaven{
margin: 10px;
}

/* 認証ページバナー */
.index_bnr_wrap{
width:720px;
margin:30px auto 0;
}
.index_bnr{
margin-bottom:20px;
}
.index_bnr dd{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.index_bnr dd a{
display:block;
width:49.5%;
margin-top:7px;
}
.index_bnr_wrap .index_bnr:last-of-type dd a{
width:100%
}
#main .index_bnr dt img,
#main .index_bnr dd img{
max-width:100%;
}
@media screen and (max-width: 640px) {
.index_bnr_wrap{
width:100%;
}
.index_bnr{
margin-bottom:10px;
}
.index_bnr dd{
padding:0 5px;
}
#main .index_bnr dt img{
vertical-align:bottom;
}
}
/* 認証ページボタン */
#entrance .more_btn{
border-color: #FA2CA8;
}

#entrance .more_btn a{
background-color: #FA2CA8;
  color: #FFF;
}
/* スマホフッターナビ */
#bottomNavi li i{
display:none;
}
#bottomNavi li span::before{
font-family: "Font Awesome 5 Free";
font-weight:bold;
content:"\f095";
display:block;
font-size:2rem;
margin-bottom:.3rem;
}
#bottomNavi li:nth-of-type(2) span::before{
content:"\f0e0";
}
#bottomNavi li:nth-of-type(3) span::before{
content:"\f044";
}
#bottomNavi li:nth-of-type(4) span::before{
content:"\f03d";
}
#bottomNavi li:nth-of-type(5) span::before{
content:"\f007";
}
#bottomNavi li:nth-of-type(6) span::before{
content:"\f35b";
color:#626262;
}
#bottomNavi li:nth-of-type(6) span{
color:#626262;
}

/* プロフページ */
#topbox #photodata .list_new{
width:100px;
left: 20px;
top: 20px;
}
#topbox #photodata .list_today{
width:90px;
right: 30px;
}
#topbox #profdata{
background:url(/upload/pub/bg_cork.png);
font-family: "MS Pゴシック" ;
}
#topbox #profdata h3{
color:#FF56C5;
}
#schebox > ul{
background:#ff56c5;
border:4px solid #b3fefd;
box-sizing:border-box;
}
#schebox > ul li .days,
#schebox > ul li .time{
color:#fff;
}
#schebox .sp{
background:#ff56c5;
box-sizing:border-box;
border:4px solid #b3fefd;
}
#schebox .sp dt,
#schebox .sp dd{
color:#fff;
}
#topbox #profdata .type li{
border:1px solid #DECDA0;
background:#DECDA0;
color:#fff;
font-size:1.1rem;
font-weight:bold;
}
#topbox #profdata .catch, #event .slick-dots li.slick-active button::before, .slick-dots li.slick-active button::before {
color:#1FAEAE;
}
#topbox #profdata dd{
font-weight:bold;
width: 100%;
}
#topbox #profdata dt{
width: 100%;
background-color: #ff9ede;
color: #fff;
}
.prof_movie{
width: 100%;
background-color: #ff69cc;
color: #fff;
float: left;
font-weight: bold;
text-align: center;
}
.moviebox video{
padding-top: 10px;
}
#cast ul li .ph,
#schedule ul li .ph{
padding-top: 120.333%;
}
@media screen and (max-width: 768px) {
#topbox #profdata{
font-family: "MS Pゴシック" ;
}
#schebox{
padding:0 10px;
}
#topbox #photodata .list_new{
width:80px;
left: 0px;
top: 0px;
}
#topbox #photodata .list_today{
left: 245px;
width: 80px;
right: 0px;
}
}
/* イベントページ */
#event .topiclist li .ph{
width:100%;
float:none;
margin:0;
}
#event .topiclist li article{
display:none;
}
@media screen and (max-width: 640px) {
#event .topiclist{
padding:0 10px;
}
}
/* 口コミページ */
#kuchikomi_inner{
  width: 880px;
  background-color: #FFC;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}
#kuchikomi_frame{
  width: 880px;
  margin-right: auto;
  margin-left: auto;
}
#kuchikomi_frame_left{
float: left;
width: 410px;
display: block;
margin-top: 20px;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 20px;
}
#kuchikomi_frame_right {
  float: left;
  width: 410px;
  display: block;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
#kuchikomi_outerframe {
  text-align: center;
}
#kuchikomi_frame_center {
  width: 410px;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.kuchikomi {
  width: 880px;
  height: 498px;
  margin: auto;
  position: relative;
  text-align: center;
}

.kuchikomi #link1 {
  position: absolute;
  top: 170px;
  left: 28px;
width: 193px;
}
.kuchikomi #link2 {
  position: absolute;
  top: 170px;
  left: 236px;
width: 193px;
}
.kuchikomi #link3 {
  position: absolute;
  top: 170px;
  left: 446px;
width: 193px;
}
.kuchikomi #link4 {
  position: absolute;
  top: 170px;
  left: 656px;
width: 193px;
}
@media screen and (max-width: 768px) {
#kuchikomi_frame{
width: auto;
}
#kuchikomi_frame_left {
width: 320px;
margin: auto;
float: none;
}
#kuchikomi_frame_right {
width: 320px;
margin: auto;
float: none;
padding-top: 20px;
}
#kuchikomi_frame_center{
width: 320px;
margin: auto;
padding-bottom: 20px;
}
.kuchikomi {
width: auto;
height: auto;
}
}
@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
}
}
/* 口コミページ（TOP）*/

.kuchikomi_top {
width: auto;
margin: auto;
position: relative;
text-align: center;
margin-bottom: 20px;
}
.kuchikomi_top .img_wrap{
display:flex;
position:absolute;
top:33%;
padding:0 2%;
}
.kuchikomi_top .img_wrap p{
filter: drop-shadow(0 0 10px rgba(96,197,251,0.9));
}
.kuchikomi_top .img_wrap p:not(:last-child){
margin-right:1.5%;
}
.kuchikomi_top #link1 {
position: absolute;
left: 24px;
width: 167px;
}
.kuchikomi_top #link2 {
  position: absolute;
left: 203px;
width: 167px;
}
.kuchikomi_top #link3 {
  position: absolute;
left: 384px;
width: 167px;
}
.kuchikomi_top #link4 {
  position: absolute;
left: 564px;
width: 167px;
}

@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
}
}
/* 新人情報*/
.gallist li article .comment {
  color: #F60;
}
@media screen and (max-width: 768px) {
#wrap article{
width: auto;
text-align: center;
}
#newface .gallist > li{
width: 49%;
}
.gallist li article p{
white-space: normal;
}
}
/* アクセス&マップ*/
.system_map {
text-align: center;
margin-bottom: 20px;
}
.system_map img {
margin-top: 10px;
}
.systemlist .comment{
padding: 0;
}
@media screen and (max-width: 768px) {
.system_map iframe{
height: 50%;
}
}

/* 口コミ見た方割引 */
.review_discount{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.review_discount_img{
display: flex;
width: auto;
margin: auto;
}
.review_discount_img p{
margin: 10px;
}
@media screen and (max-width: 768px) {
.review_discount_img{
display: flex;
flex-wrap: wrap;
}
.review_discount_img p{
width: 40%;
margin: 5px;
margin: 10px auto;
}
}
/* TOP 口コミ＆ヒメ割 */
.top_flex{
display:flex;
justify-content:space-between;
margin-bottom:15px;
}
.top_flex > div{
width:49%;
}
@media screen and (max-width: 640px) {
.top_flex{
display:block;
padding:0 10px;
margin-bottom:15px;
}
.top_flex > div{
width:100%;
margin-bottom: -20px;
}
.top_link2{
height: 320px;
}
}
/* 背景変更に伴う変更 */
@media screen and (max-width: 640px) {
#gnav_sp {
    background: url(/upload/pub/bg_body.jpg) repeat top center / cover rgba(255,255,255,0.9);
  }
}
/* 在籍女性の写真サイズ変更 */
#todayssche ul li .ph{
  position: relative;
  padding-top: 169.333%;
  overflow: hidden;
}
#cast ul li .ph{
  padding-top: 134.333%;
}

@media screen and (max-width: 640px) {
#todayssche ul li .ph{
padding-top: 166.333%;
}
#cast ul li .ph {
  padding-top: 148.333%;
}
}