@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: url(../images/bg.png);
}
#wrapper{
    overflow-x: hidden;
}
.newsbox span, .newsbox strong, .newsbox em, #newslist_inner span, #newslist_inner strong, #newslist_inner em {
  font-size: inherit;
}
/* font */
#header_on h2 {
  font-family: "Libre Baskerville", serif;
}
#header_on h2 span, #concept h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.profile .size, .ban, .bottom_info p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}
a img {
  transition: all 0.4s ease;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*nav*/
.header_nav ul {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header_nav ul li {
  width: -webkit-calc(100%/4 - 5px);
  width: calc(100% / 4 - 5px);
  margin-right: 5px;
}
.header_nav ul li:last-of-type {
  margin-right: 0;
}
.header_nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* ヘッダーメニュー */
#h_menu_btn {
  position: fixed;
  top: 14vw;
  right: 6vw;
  width: 45px;
  height: 45px;
  z-index: 9997;
  border: solid 1px transparent;
}
.is-fixed #h_menu_btn {
  position: fixed;
  top: 2vw;
  z-index: 10004;
}
#h_menu_btn span {
  display: block;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  background: transparent;
  z-index: 9999;
  position: absolute;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
  -ms-transform: translate(-50%, 0%) rotate(0deg);
  transform: translate(-50%, 0%) rotate(0deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#h_menu_btn span:first-child {
  top: 10px;
}
#h_menu_btn.active span:first-child {
  top: 14px;
  transform: rotate(-45deg);
}
#h_menu_btn span:nth-child(2) {
  bottom: 21px;
}
#h_menu_btn.active span:nth-child(2) {
  display: none;
}
#h_menu_btn span:last-child {
  bottom: 11px;
}
#h_menu_btn.active span:last-child {
  bottom: 13;
  transform: rotate(45deg);
}
#h_menu_btn.active {
  border: none;
  top: 15px;
}
#h_menu_btn.active span:first-child {
  left: 0;
}
#h_menu_btn.active span:last-child {
  bottom: 29px;
  left: 0;
}
#h_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  overflow-x: scroll;
  z-index: 8888;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background: url(../images/bg.png) repeat #000 top center / contain;
}
#h_menu.active {
  height: 100%;
}
#h_menu .open {
  padding: 40px 0 0;
  font-size: 1.2rem;
  font-family: "Gilda Display", serif;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
#h_menu.active .open {
  opacity: 1;
  transition-delay: 0.4s;
}
#h_menu_list {
  overflow-x: scroll;
  padding: 12vw 45px;
}
#h_menu_list li {
  position: relative;
  top: -5px;
  left: -5px;
  opacity: 0;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#h_menu_list li:last-child {
  border-bottom: none;
}
#h_menu.active #h_menu_list li {
  opacity: 1;
  top: 0;
  left: 0;
}
#h_menu.active #h_menu_list li:nth-child(n + 1):nth-child(-n + 12) {
  transition-delay: 0.1s;
}
#h_menu_list li a {
  display: block;
  padding: 15px 0;
  font-weight: 700;
  font-size: 1.4rem;
}
#h_menu_list li svg {
  position: absolute;
  right: 0;
  top: 35%;
}
/*---------------------------------
 header
-----------------------------------*/
h1 {
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
#contents_nav {
  position: relative;
  background: none;
  background-size: 3px 3px;
}
.header_inner h1 {
  background-color: transparent;
  padding-top: 1rem;
}
header .logo a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50%;
  padding: 1% 0px;
}
body.is-fixed #contents_nav .logo {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid transparent;
}
body.is-fixed #contents_nav .logo a {
  width: 20%;
}
#contents_nav:before, #contents_nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
#contents_nav:after {
  bottom: -1px;
  background-color: transparent;
}
/*---------------------------------
 bread-crumb-list
-----------------------------------*/
#bread-crumb-list {
  margin: 10px auto;
  padding: 0 10px;
}
#bread-crumb-list li {
  display: inline-block;
  display: inline;
  font-size: 10px;
}
#bread-crumb-list li span {
  font-size: 12px;
}
/*---------------------------------
 header_on
-----------------------------------*/
#header_on:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../images/th_sp_me2bl_01.png);
  background-size: cover;
}
#header_on h2 {
  font-size: 20px;
  text-align: center;
  margin: 1em 0 1em;
  line-height: 1.2;
}
#header_on h2 span {
  font-size: 12px;
}
#header_on h3 {
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 30px 0 10px;
  letter-spacing: 0.05em;
  font-size: 18px;
}
#header_on h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 39px;
  left: 50%;
  right: 50%;
  margin-left: -8px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  border-width: 20px 0 20px 20px;
  transform: rotate(90deg);
}
#header_on h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
}
.beginner {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.profile {
  border-bottom: 1px solid transparent;
    text-align: center;
    padding: 10px 5px;
}
/*---------------------------------
 footer
-----------------------------------*/
footer {
  background-size: 3px 3px;
  margin: 50px 0 6rem;/*フッターアイコン表示のときに使用*/
  margin: 50px 0 0rem;
}
footer .upperline {
  width: 100%;
  height: 0px;
  background-color: transparent;
  position: relative;
}
footer .upperline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
}
footer .underline:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 1px;
  left: 0;
}
.ban, #copyright {
  text-align: center;
  font-size: 10px;
}
#copyright {
  padding: 3px 5px;
}
.ban {
  padding: 0px 5px 10px;
}
#f_logo {
  padding: 2rem 0;
  text-align: center;
}
#f_logo img {
  max-width: 60%;
}
/*---------------------------------
 bottom_info
-----------------------------------*/
#following {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
    transition: 1.0s;
}
.pagetop {
  text-align: center;
  width: 46px;
  position: absolute;
  bottom: 95px;/*--フッター固定アイコンがあるときに適応--*/
  bottom: 25px;
  right: 4%;
transition: 1.0s;
}
.pagetop a {
  font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  width: 45px;
  height: 45px;
}
.pagetop a img{
    width: 80%;
}
.bottom_info {
  width: 100%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.5rem 1rem;
}
.bottom_info p {
  text-align: center;
  height: auto;
  font-size: 10px;
  width: 50%;
  min-width: 33.3%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  line-height: 1.5;
}
.bottom_info p a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bottom_info_inner {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sns_menu {
  width: 210px;
  margin: 0px auto 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.sns_menu p{
    margin: 0 5px;
}
.sns_menu p a {
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sns_menu img {
  max-width: 40px;
}
.footer_time, .footer_tel, .footer_line {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.footer_time {
  border-left: 1px solid transparent;
}
.footer_line {
  border-right: 1px solid transparent;
}
.bottom_info .footer_line a {
  color: transparent;
  background-color: transparent;
}
/*
.footer_time .icn {
  background: url(../images/th_sp_me2bl_ico_1.png) no-repeat top center / contain;
  width: 2rem;
  height: 2rem;
}
.footer_tel .icn {
  background: url(../images/th_sp_me2bl_ico_2.png) no-repeat top center / contain;
  width: 2rem;
  height: 2rem;
}
.footer_line .icn {
  background: url(../images/th_sp_me2bl_ico_3.png) no-repeat top center / contain;
  width: 2rem;
  height: 2rem;
}
*/
.bottom_info .footer_time {
  color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
}
.bottom_info .footer_tel a {
  color: transparent;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom_info .footer_line a span {
  width: 100%;
}
body.is-fixed #contents_nav .logo {
  z-index: 8887;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
body.is-fixed #contents_nav .logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
body.is-fixed #contents_nav .logo a {
  width: 35%;
  padding: 0;
}
  #header_on h3:after {
    display: none;
  }
  body.is-fixed #contents_nav .logo {
    border: none;
  }

#header_info{
    text-align: center;
}

#header_info .time{
    padding: 5px 0;
line-height: 1.8;
}

#header_info .time .info_bg{
  padding: 0 5px;
  font-size: 10px;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

#h_tel_btn{
    position: fixed;
    top: 14vw;
    left: 6vw;
    width: 45px;
    height: 45px;
    z-index: 8887;
    border: solid 1px transparent;
}
#h_tel_btn a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  width: 100%;
  height: 100%;
}

#h_tel_btn svg{
    width: 80%;
    height: 80%;
}

.is-fixed #h_menu_btn {
    position: fixed;
    top: 8vw;
    z-index: 10004;
}

.is-fixed #h_tel_btn {
    position: fixed;
    top: 8vw;
    z-index: 8887;
}
.is-fixed .header_nav{
    margin-top: 83px;
}

/* profile共通 */
.c-profile {
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 8px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
/* twitter設置(sp) */
.image{
    position: relative;
}
.today_schedule_box,
.girls_box{
    position: relative;
}
.twitter-icon{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
}
.twitter-icon a{
    padding:0!important;
}
.twitter-icon img{
    width: 100%;
}
.rankingslide .twitter-icon{
    bottom: initial;
    top: calc(31vw * 153/118);
    transform: translate(0, -100%);
}
.today_schedule_box .twitter-icon a{
    padding: 0;
}
.top_pickup{
    position: relative;
}
.top_pickup .twitter-icon{
    right: 14vw;
    bottom: 125px;
    width: 40px;
}

/* プロフィールtwitter設置(sp) */
.swbox{
    position: relative;
}
.twitter_bnr{
    position: absolute;
    bottom: 9px;
    right: 3%;
    width: 50px;
    height: auto;
    z-index: 2;
}
/*----------------はみ出し防止-------------------*/
.today_schedule_box .profile .name, #pickup .name, .girls_box .profile .name, .profile .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pagetop.active{
  bottom: 240px;
    transition: 1.0s;
}
/**/
#header_on{
    min-height: 375px;
}
#following .pagetop a svg{
    fill: #000;
    width: 75%;
}

/* ルームsp */
.filterBtn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filterBtn button {
    padding: 5px 10px;
    font-size: 13px;
    margin: 7px;
    border-radius: 5px;
    border: solid 1px transparent;
    min-width: 120px;
    width: 40%;
}

.filterBtn button:hover {
    cursor: pointer;
}

.filterBtn .active.mixitup-control-active,
.filterBtn .ctgBtn1.mixitup-control-active,
.filterBtn .ctgBtn3.mixitup-control-active,
.filterBtn .ctgBtn3.mixitup-control-active {
    border: none;
}

.shop {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    min-height: 26px;
}

/* profルームsp */
#profile .shop {
    border: none;
    display: block;
    width: calc(100% - 10px);
}
#profile .shop.shop-1 {
    background: #757474;
    color: #fff;
}
#profile .shop.shop-2 {
    background: #3a3a3a;
    color: #fff;
}
.prof_table li span.time {
    min-height: 60px;
}
/* ルーム切り替え用 */
.is_hidden{
display:none!important;
}
/* schedule-tabs-sp */
.shop-list {
    width: 100%;
}
.list-tab {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}
.list-tab .tab {
    width: 50%;
    text-align: center;
    font-size: 16px;
}
.list-tab .tab a{
    padding: 6px;
    display: block;
    width: 100%;
}
#header_on .tab-content-title{
    margin: 40px auto 20px;
    padding: 10px;
}
#header_on #erea1::before,
#header_on #erea2::before,
#header_on #erea3::before{
display: none;
}
.tab-content .topschedule_in {
    border: none;
}
  .today_schedule_box.mix .profile,
.girls_box.mix .profile {
    min-height: 128px;
}
/* 共通 */
.size span {
    display: block;
}
#h_menu_list li i{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
/* top */
.big-banner{
margin-bottom: 0px;
}
.big-banner a{
    display: block;
    margin-bottom: 10px;
}
.big-banner img{
width: 100%;
}
/* schedule */
#day_btns li a span{
display: inline-block;
}
/* profile */
.profile-movie__image {
    text-align: center;
    margin-top: 10px;
}
.profile-movie__image video{
    height: 59vw;
    width: 100%;
    object-fit: cover;
}

/* 画像比率固定 */
/* top */
.today_schedule_box .image >a >img{
    height: 60vw;
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px){
    .today_schedule_box .image >a >img{
        height: 64vw;
}
}
@media screen and (min-width: 768px){
    .pick_photo{
        padding: 30px 50px 0;
}
}
@media screen and (min-width: 768px){
    .top_pickup a{
        padding: 5% 14% 8%!important;
}
}

.pick_photo >img{
    object-fit: cover;
    height: 82vw;
    width: 100%;
}

.girls_box .image >a >img {
    height: 60vw;
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px){
    .girls_box .image >a >img{
        height: 63vw;
}
}

/* 出勤 */
#schedule .girls_box .image >a >img{
    height: 58.5vw;
}
/* ランキング */
#ranking .g_image >img{
    object-fit: cover;
    height: 40.5vw;
    width: 100%;
}
/* プロフィール */
#profile .swiper-slide >img{
    height: 111.8vw;
    width: 100%;
    object-fit: cover;
}

/* sp_sc */
#wrapper #day_btns{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
overflow: auto;
}
#wrapper #day_btns li{
    min-width: 14.3%;
}
#wrapper #day_btns li a span{
    display: block;
}
#wrapper .selectDay{
    background: #8f8260;
    color: #fff;
    text-align: center;
    padding: 6px;
}
/* sp_prof */
#wrapper .prof_table{
    max-height: 320px;
    overflow: auto;
}
.mainWidget iframe{
  width: 100%;
}



/*ソートボタン*/
.girl_sort,
.schedule_sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 2rem;
}

.girl_sort li,
.schedule_sort li {
  margin: 0 .2rem .2rem;
  padding: .5rem;
  border-radius: .5rem;
  background: #000;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}

.girl_sort li.mixitup-control-active,
.schedule_sort li.mixitup-control-active {
    background: #888;
}