@charset "UTF-8";
@font-face {
  font-family: "Noto Sans CJK JP WF";
  font-weight: 400;
  src: url("../fonts/NotoSansCJKJP-reg.woff") format("woff");
}
@font-face {
  font-family: "Rounded Mplus 2p WF";
  font-weight: 400;
  src: url("../fonts/rounded-l-mplus-2p_reg.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP WF";
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-reg.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP WF";
  font-weight: 800;
  src: url("../fonts/NotoSerifJP-bold.woff") format("woff");
}
/* Scss Document */
html {
  font-size: 0.1333333333vw;
}
@media screen and (min-width: 80em) {
  html {
    font-size: 1.7066666667px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

em,
b,
strong,
i {
  font-style: normal;
}

:focus {
  outline: 0;
}

input[type=text],
input[type=checkbox],
input[type=radio],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
}

input[type=text],
textarea {
  padding: 4rem 8rem;
}

select {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  box-shadow: none;
}

button {
  border: 0;
  font-family: inherit;
}

body {
  background-color: #666;
  color: #fff;
  font-family: "Noto Sans CJK JP WF";
  font-size: 16rem;
}

h3 {
  font-weight: normal;
}

.ranking-list-link, .ranking-top-link, .girl-list .girl .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.label-for-mark input[type=checkbox] {
  margin-right: 8rem;
  width: 24rem;
  height: 24rem;
  background-color: #fff;
}
.label-for-mark input[type=checkbox]:checked {
  background: url(../img/common/checkbox.png) #fff no-repeat center/100% auto;
}
.label-for-mark input[type=radio] {
  margin-right: 8rem;
  width: 24rem;
  height: 24rem;
  border: 12rem solid #fff;
  border-radius: 12rem;
  background-color: #AE0000;
}
.label-for-mark input[type=radio]:checked {
  border-width: 6rem;
}

.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/common/ent-bg.jpg);
  background-blend-mode: multiply;
}

.global-header {
  position: relative;
}
.global-header .header-banner {
  display: block;
}
.global-header .navigation-button::after, .global-header .navigation-button::before, .global-header .navigation-button .rect {
  content: "";
  display: block;
  width: 74rem;
  height: 6rem;
  background-color: #fff;
  transition: 0.1s ease-in-out;
}
.global-header .navigation-button {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140rem;
  height: 128rem;
  background-color: #E70000;
  border-radius: 0 0 6rem 6rem;
  border: 0;
  outline: 0;
  padding-top: 66rem;
}
.global-header .navigation-button::before {
  position: absolute;
  top: 30rem;
}
.global-header .navigation-button::after {
  position: absolute;
  top: 46rem;
}
.global-header .navigation-button .label {
  margin-top: 8rem;
  color: #fff;
  font-size: 16rem;
}
.global-header .navigation-button:active {
  background-color: #AE0000;
}
.global-header .navigation-button.open .rect {
  transform: rotate(45deg) translate(-14rem, -14rem);
}
.global-header .navigation-button.open::before {
  transform: rotate(-45deg) translate(-12rem, 12rem);
}
.global-header .navigation-button.open::after {
  opacity: 0;
}
.global-header .navigation-button.open .member,
.global-header .navigation-button.open .member-group {
  transform: translateX(120%);
}
.global-header .navigation-button.top {
  animation: fadeInTop 0.2s ease both;
}
.global-header .navigation-button.bottom {
  top: initial;
  bottom: 32rem;
  right: 16rem;
  border-radius: 6rem;
  animation: fadeInBottom 0.2s ease both;
}
.global-header .navigation-button .member,
.global-header .navigation-button .member-group {
  position: absolute;
  top: 70px;
  width: 140rem;
  height: 140rem;
}
.global-header .navigation-button.top .member,
.global-header .navigation-button.top .member-group {
  top: 115%;
}
.global-header .navigation-button.bottom .member-group {
  top: -125%;
}
.global-header .navigation-button.bottom .member {
  top: -245%;
}
.global-header .navigation-button.bottom.open .member,
.global-header .navigation-button.bottom.open member-group {
  display: none;
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate(100%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate(100%, -100%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.global-header .navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  padding: 60rem 0;
  background-color: #000;
  border: 2rem solid #ff3a80;
  overflow: scroll;
  opacity: 0;
  transition: 0.2s ease;
}
.global-header .navigation .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60rem;
  padding: 0 20rem;
  width: 100%;
}
.global-header .navigation .item {
  width: 49%;
  margin-bottom: 20rem;
}
.global-header .navigation a {
  display: block;
  padding: 16rem 0;
  border: 0.5px solid #b4b4b4;
  color: #fff;
  font-size: 32rem;
  text-align: center;
  transition: 0.2s ease;
}
.global-header .navigation a:hover {
  border-color: #ff3a80;
  color: #ff3a80;
}
.global-header .navigation .link-menu {
  padding: 0 20rem;
  width: 100%;
}
.global-header .navigation .link-menu .item {
  width: 100%;
  margin-bottom: 20rem;
}
.global-header .navigation .link-menu a {
  display: block;
  padding: 16rem 0;
  border: 0.5px solid #b4b4b4;
  color: #fff;
  font-size: 32rem;
  text-align: center;
  transition: 0.2s ease;
}
.global-header .navigation .link-menu a:hover {
  border-color: #ff3a80;
  color: #ff3a80;
}
.global-header .navigation-button.open + .navigation {
  z-index: 998;
  opacity: 1;
}

.top_bnr {
  margin-bottom: 10px;
}

.reserve-nav {
  position: fixed;
  z-index: 997;
  right: 16rem;
  bottom: 176rem;
  transition: 0.2s ease;
  transform: translateX(120%);
}
.reserve-nav-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140rem;
  height: 140rem;
  background-color: #004aaf;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 24rem;
}
.reserve-nav-icon {
  width: auto;
  height: 64rem;
  margin-top: 8rem;
  margin-bottom: 4rem;
}
.reserve-nav.show {
  transform: translateX(0);
}

.shop-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 997;
  display: flex;
  align-items: center;
  padding-top: 16rem;
  padding-right: 156rem;
  padding-bottom: 16rem;
  width: 100%;
  background-color: #212121;
  background-image: linear-gradient(to bottom, #363636 0%, #000 100%);
  transform: translateY(100%);
  transition: 0.2s ease;
}
.shop-nav.show {
  transform: translateY(0);
}
.shop-nav-item {
  width: 25%;
  padding: 24rem 0;
  color: #fff;
  font-size: 28rem;
  text-align: center;
}
.shop-nav-item:not(:last-child) {
  border-right: 1rem solid #999;
}
.shop-nav-item:active {
  background-color: #333;
}

.section-title {
  margin-bottom: 20rem;
  padding-left: 32rem;
  /* height: 100rem; */
  background: url(../img/common/section-title.png) no-repeat center/100% 100%;
  font-family: "Noto Serif JP WF";
  font-weight: 400;
  font-size: 40rem;
  line-height: 100rem;
  color: #ffb400;
  text-shadow: -1px 1px 0px #fff;
  border-bottom: 1px solid #daa52b;
  border-top: 1px solid #daa52b;
}

.button-more {
  font-size: 32rem;
  display: block;
  margin-top: 10rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50rem;
  width: 564rem;
  border-radius: 16rem;
  /* background-image: linear-gradient(0deg, #ff006b 0, #ff0079 50%, #d20064 50%, #d30048 100%); */
  background-color: #E70000;
  color: #fff;
  line-height: 72rem;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 48rem;
}
.pagination-item {
  padding: 8rem 24rem;
  font-size: 28rem;
  border: 1rem solid #AE0000;
  background-color: rgba(33, 33, 33, 0.6);
  color: #fff;
}
.pagination-item.current {
  background-color: #AE0000;
  color: #fff;
}
.pagination-item.active {
  background-color: #AE0000;
  color: #fff;
}
.pagination-item:not(:last-child) {
  margin-right: 16rem;
}

.pager {
  display: flex;
  justify-content: center;
  margin-bottom: 48rem;
}

.paging {
  display: flex;
  align-items: center;
}

.paging li span {
  padding: 10px 10px;
  font-size: 10px;
  border: 1rem solid #000;
  color: #fff;
  background-color: #000;
}
.paging li span:not(:last-child) {
  margin-right: 16rem;
}
.paging li span.active {
  background-color: #fff;
  color: #000;
  border: 1rem solid #000;
}

.bread {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 10px 20rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.bread a {
  color: #E70000;
  margin-right: 10px;
}
.bread .left-space {
  margin-left: 10px;
}
.bread .bread-current {
  margin-left: 10px;
}
.bread.top {
  background-color: #000;
}

.footer {
  padding-left: 20rem;
  padding-right: 20rem;
  padding-bottom: 128rem;
}
.footer .navigation-banner {
  margin-bottom: 96rem;
}
.footer .banner-link:not(:last-of-type) {
  display: block;
  margin-bottom: 44rem;
}
.footer .banner-image {
  display: block;
  width: 100%;
}
.footer .groupshop-banner-store {
  padding: 6px 0;
  margin-bottom: 30px;
  border: 2px solid #e70000;
  background: #000000;
  text-align: center;
  color: #e70000;
}
.footer .groupshop-banner-store .groupshop-banner-store-name {
  font-family: "Noto Sans CJK JP ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.footer .groupshop-banner-store .groupshop-banner-store-time {
  margin-top: -4px;
  font-size: 23px;
}
.footer .groupshop-banner-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60rem 128rem;
  width: 80%;
  margin: 0 auto 60px;
}
.footer .groupshop-banner-txt .groupshop-banner-txt-link {
  font-family: "Noto Sans CJK JP ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
  color: #e70000;
  font-size: 45rem;
  font-weight: bold;
  border-bottom: 1.5px solid #e70000;
}
.footer .banner-link p {
  font-family: "Noto Sans CJK JP ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.top-slider {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: right;
}
.top-slider .swiper-dots {
  padding-top: 32rem;
  padding-bottom: 40rem;
}
.top-slider-image {
  display: block;
  width: 100%;
  height: auto;
}
.top-slider-shopinfo {
  display: inline-block;
  padding: 4rem 24rem;
  margin-right: 16rem;
  border-radius: 0 0 8rem 8rem;
  background-color: #E70000;
  color: #fff;
  font-size: 30rem;
  letter-spacing: 0.04em;
  box-shadow: inset 0 4rem 8rem rgba(0, 0, 0, 0.2);
}

.top-news {
  padding-bottom: 96rem;
  background-color: #000;
}
.top-news .news-inner {
  margin-bottom: 80rem;
  padding: 0 20rem;
}
.top-news .section-title {
  padding-right: 30rem;
  background-image: url(../img/common/section-title.png);
  font-family: "Noto Sans CJK JP WF";
  text-align: left;
}

.swiper-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 40rem;
}
.swiper-dots .swiper-pagination-bullet {
  margin: 0 16rem !important;
  height: 28rem;
  width: 28rem;
  background-color: #3c3c3c;
  border-radius: 14rem;
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
}
.swiper-dots .swiper-pagination-bullet-active {
  background-color: #fff;
}

.integrate-menu .integrate-menu-tab {
  position: sticky;
  position: -webkit-sticky;
  top: 168rem;
  z-index: 100;
  padding: 16rem 20rem 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.integrate-menu .integrate-menu-tab .menu-tab-item {
  position: relative;
  padding: 10rem 16rem 14rem;
  font-size: 32rem;
  text-align: center;
  transition: color 0.2s 0.4s ease;
}
.integrate-menu .integrate-menu-tab .menu-tab-item::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 4rem solid #AE0000;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.2s 0.4s ease;
  transform: scaleX(0);
}
.integrate-menu .integrate-menu-tab .swiper-slide-thumb-active {
  color: #E70000;
}
.integrate-menu .integrate-menu-tab .swiper-slide-thumb-active::after {
  transform: scaleX(1);
}

.integrate-menu-body .swiper-slide {
  padding-bottom: 40rem;
  text-align: center;
}
.integrate-menu-body .filter {
  border-top-color: transparent;
}
.integrate-menu-body .shop-switch {
  margin-bottom: 16rem;
  border-bottom-color: #AE0000;
}
.integrate-menu-body .top-ranking-list {
  /*
  .girl-list {
    transition: 0.2s ease;
    opacity: 0;
    z-index: 1;
    &:nth-of-type(2) {
      background-color: rgba(blue, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }
    &:nth-of-type(3) {
      background-color: rgba(red, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }
  }
  #ranking-1:checked ~ .top-ranking-list-wrap .girl-list:nth-of-type(1),
  #ranking-2:checked ~ .top-ranking-list-wrap .girl-list:nth-of-type(2),
  #ranking-3:checked ~ .top-ranking-list-wrap .girl-list:nth-of-type(3) {
    z-index: 3;
    opacity: 1;
  }
  */
}
.integrate-menu-body .top-ranking-list .ranking-switch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32rem;
}
.integrate-menu-body .top-ranking-list .ranking-switch-button {
  min-width: 20%;
  color: #000;
  border: 1rem solid #505050;
  background-image: linear-gradient(to bottom, #f5fafa 0%, #c8c8c8 54%, #dcdcdc 57%, #fafafa 100%);
  font-size: 26rem;
  padding: 4rem 16rem;
}
.integrate-menu-body .top-ranking-list .ranking-switch-button:not(:last-child) {
  margin-right: 24rem;
}
.integrate-menu-body .top-ranking-list .ranking-switch input[type=radio]:checked + .ranking-switch-button {
  background-image: linear-gradient(to bottom, #141414 0%, #565656 54%, #282828 57%, #282828 100%);
  color: #fff;
}
.integrate-menu-body .top-ranking-list-wrap {
  position: relative;
  width: 100%;
  margin-top: 32rem;
}

.shop-switch .yellow {
  color: #E70000 !important;
  border-bottom: 1rem solid #AE0000;
}

.top-banner {
  position: fixed;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 3.125vw 13.0208333333vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.top-banner-btn {
  position: absolute;
  display: block;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 3px solid #fff;
  background: #000;
}
.top-banner-btn span::before, .top-banner-btn span::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 16px;
  height: 2px;
  background: #fff;
}
.top-banner-btn span::before {
  transform: rotate(45deg);
}
.top-banner-btn span::after {
  transform: rotate(-45deg);
}

.top_bnr {
  margin-bottom: 15px;
}
.top_bnr:nth-of-type(2) {
  border: 2px solid #ff79ae;
}
.top_bnr img {
  vertical-align: bottom;
}

.top-stories {
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.top-stories-title {
  padding: 16rem 0 16rem 32rem;
  color: #E70000;
  font-size: 34rem;
  background-color: rgba(161, 30, 30, 0.1);
}
.top-stories.fixed.group {
  height: 359rem;
}
.top-stories.fixed.shop {
  height: 318rem;
}
.top-stories.fixed .top-stories-list {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  padding: 16rem 16rem;
  border-bottom: 1rem solid #AE0000;
  width: 100%;
  max-width: 1280px;
}
@media screen and (min-width: 80em) {
  .top-stories.fixed .top-stories-list {
    left: calc((100% - 1280px) / 2);
  }
}
.top-stories.fixed .top-stories-list .top-stories-name,
.top-stories.fixed .top-stories-list .top-stories-shop {
  display: none;
}
.top-stories-list {
  display: flex;
  padding: 32rem 16rem;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  transition: padding 0.3s ease;
}
.top-stories-list::after {
  content: "";
  padding-right: 16rem;
}
.top-stories-link {
  margin-right: 48rem;
}
.top-stories-shop {
  display: block;
  margin-bottom: 8rem;
  font-size: 22rem;
}
.top-stories-icon {
  margin-bottom: 8rem;
  padding: 4rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ea5902 0%, #d5000f 69%, #d40077 100%);
}
.top-stories-iconimage {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5rem solid #333;
  object-fit: cover;
}
.top-stories-name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24rem;
  white-space: nowrap;
}
.top-stories-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transform: translateY(-100%);
  transform-origin: center;
  transition: 0.2s ease-in;
}
.top-stories-modal.active {
  z-index: 1000;
  opacity: 1;
  transform: translateY(0);
}
.top-stories-modal .swiper-container {
  width: 100%;
  height: 100%;
}
.top-stories-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 102;
  display: grid;
  /* grid-template-columns: auto auto; */
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto auto auto;
  grid-column-gap: 32rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  padding: 24rem;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.32) 60%, transparent 100%);
  opacity: 0.4;
  transition: 0.4s 0.2s ease-in-out;
}
.top-stories-info .icon {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  overflow: hidden;
}
.top-stories-info .name {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  font-size: 30rem;
}
.top-stories-info .shop {
  margin-left: 1em;
  color: #fff;
  font-size: 22rem;
  padding: 1rem 8rem 2rem;
  border-radius: 6rem;
  border: 0.5px solid #fff;
}
.top-stories-info .stories-text {
  grid-column: 1/3;
  grid-row: 3/4;
  color: #fff;
  margin-top: 16rem;
  width: 100%;
  font-size: 28rem;
  /* white-space: nowrap; */
  line-height: 1.6;
  max-height: 124.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.top-stories-modal .top-stories-attendance {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 8rem 16rem;
  border-radius: 6rem;
  background-color: #E70000;
  font-size: 26rem;
  line-height: 1;
  margin-right: 90rem;
}
.top-stories-modal .top-stories-attendance-time {
  margin-left: 0.6em;
}
.top-stories-modal .stories-close {
  position: absolute;
  top: 16rem;
  right: 16rem;
  z-index: 102;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 90rem;
  height: 90rem;
  background: url(../img/common/close.png) no-repeat center/90rem auto;
}
.top-stories-modal .stories-sound {
  position: absolute;
  top: 28rem;
  right: 140rem;
  z-index: 102;
  width: 72rem;
  height: 72rem;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/common/sound-off.png) no-repeat center/72rem auto;
}
.top-stories-modal .image-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.top-stories-modal .image-wrap img {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}
.top-stories-modal .image-wrap video {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}
.top-stories-modal .swiper-slide-active img {
  opacity: 1;
}
.top-stories-modal .swiper-slide-active .top-stories-info {
  opacity: 1;
}

.tabitem2,
.tabitem3 {
  position: absolute;
  top: -99999px;
}

.girls .section-title {
  margin-bottom: 20rem;
}
.girls .search-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0 10rem;
  background-color: #AE0000;
  color: #fff;
  font-size: 32rem;
  text-align: center;
}
.girls .search-icon {
  margin-left: 16rem;
  height: 36rem;
}
.girls .girl-search {
  transition: height 0.2s ease;
  /* margin-bottom: 32rem; */
}
.girls .girl-search .filter {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-width: 1rem 0;
  font-size: 32rem;
  margin-bottom: 0;
}
.girls .girl-search .filter .title {
  padding: 0 16rem;
  white-space: nowrap;
}
.girls .girl-search .filter .filter-list {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
  padding: 24rem 16rem;
}
.girls .girl-search .label {
  padding: 4rem 20rem;
  background-color: #000000;
  font-size: 28rem;
}
.girls .girl-search .input-area {
  display: flex;
  padding: 20rem;
  justify-content: space-between;
}
.girls .girl-search input[type=text],
.girls .girl-search select {
  /* width: 70%; */
  width: 67vw;
  font-size: 24rem;
}
.girls .girl-search .ltgt {
  width: 25%;
}
.girls .girl-search .button-more {
  margin-top: 32rem;
  font-size: 28rem;
}
.girls .open + .girl-search {
  height: 680rem;
}
.girls .extend {
  margin-bottom: 48rem;
}
.girls .filter {
  border-top: 1px solid #C60000;
}

.girl-list .girl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 0 16rem 48rem;
  margin-bottom: 48rem;
  border-bottom: 1px solid #C60000;
}
.girl-list .girl-ranking-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32rem;
}
.girl-list .girl-ranking-text {
  padding-left: 16rem;
  font-size: 32rem;
  text-align: right;
}
.girl-list .girl-ranking-text-image {
  height: 80rem;
}
.girl-list .girl-ranking-icon {
  height: 140rem;
}
.girl-list .girl-state {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20rem;
  width: 100%;
  font-size: 28rem;
  line-height: 50rem;
  text-align: center;
  padding: 1rem;
  background-image: linear-gradient(to bottom, #BC0000 0%, #B50000 50%, #FF0000 51%, #920000 100%);
}
.girl-list .girl-state.state-realtime {
  background-image: linear-gradient(to bottom, #BC0000 0%, #B50000 50%, #FF0000 51%, #920000 100%);
}
.girl-list .girl-state.state-attendance {
  background-image: linear-gradient(to bottom, #BC0000 0%, #B50000 50%, #FF0000 51%, #920000 100%);
}
.girl-list .girl-state.state-newface {
  background-image: linear-gradient(to bottom, #BC0000 0%, #B50000 50%, #FF0000 51%, #920000 100%);
}
.girl-list .girl-state.state-ranking01 {
  background-image: linear-gradient(to bottom, #BC0000 0%, #B50000 50%, #FF0000 51%, #920000 100%);
}
.girl-list .girl-state.state-ranking02 {
  background-image: linear-gradient(to bottom, #BC0000 0%, #B50000 50%, #FF0000 51%, #920000 100%);
}
.girl-list .girl-state.state-ranking03 {
  background-image: linear-gradient(to bottom, #BC0000 0%, #B50000 50%, #FF0000 51%, #920000 100%);
}
.girl-list .girl-state .status {
  width: 40%;
  color: #fff;
}
.girl-list .girl-state .attending-time {
  position: relative;
  width: 60%;
  background-color: #000;
}
.girl-list .girl-state .attending-time::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 25rem 20rem;
  border-bottom-color: #000;
  border-right-color: #000;
  left: -40rem;
}
.girl-list .girl.attending .girl-image {
  animation: highlight 1.4s linear infinite both;
}
.girl-list .girl-image {
  /* display: block; */
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.girl-list .girl-image-wrap {
  width: 344rem;
  position: relative;
}
.girl-list .girl-image-wrap::before {
  content: "";
  display: block;
  padding-top: 140.20618556%;
}
.girl-list .girl-shop {
  margin-top: 16rem;
  background-color: #C60000;
  font-size: 24rem;
  line-height: 40rem;
  text-align: center;
}
.girl-list .girl-meta {
  display: flex;
  flex-direction: column;
  width: 350rem;
  text-align: left;
}
.girl-list .girl .name {
  font-size: 36rem;
  font-weight: 600;
}
.girl-list .girl .age {
  display: block;
  font-size: 32rem;
  border-bottom: 1rem solid #fff;
}
.girl-list .girl .sizes {
  font-size: 32rem;
}
.girl-list .girl .entry-date {
  background-color: #000;
  border: 1px solid #C60000;
  font-size: 22rem;
  padding: 2rem 8rem;
  text-align: center;
  margin-bottom: 8rem;
}
.girl-list .girl .icons {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 16rem;
  position: relative;
  z-index: 11;
}
.girl-list .girl .icons li {
  width: 23.8%;
}
.girl-list .girl .icons li:not(:last-child) {
  margin-right: 1.6%;
}
.girl-list .girl .features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.girl-list .girl .features li {
  margin-bottom: 8rem;
  padding: 0 1rem;
  width: 49%;
  background-color: #f5f5f0;
  color: #000;
  font-size: 22rem;
  line-height: 32rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.girl-list .girl .nominate-fee {
  display: flex;
  justify-content: space-between;
  padding-left: 8rem;
  width: 100%;
  color: #A90000;
  font-size: 32rem;
  line-height: 54rem;
  overflow: hidden;
  background: url("../img/common/bg-fee.png") no-repeat;
  background-size: 100%;
}
.girl-list .girl .nominate-fee .value {
  position: relative;
  padding-right: 8rem;
  color: #fff;
}
.attend-indicator {
  margin: 0 16rem 32rem;
  border: 1rem solid #C60000;
  border-radius: 10rem;
  line-height: 60rem;
  background: linear-gradient(to bottom, #000 0%, #303030 50%, #000 100%);
  font-size: 24rem;
  color: #C60000;
  text-align: center;
  color: #fff;
}

.filter {
  display: flex;
  align-items: center;
  margin-bottom: 48rem;
  background-color: #282828;
  border: 0 solid #C60000;
  border-width: 1rem 0;
  font-size: 32rem;
}
.filter .title {
  padding: 0 16rem;
  white-space: nowrap;
}
.filter .filter-list {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 24rem 16rem;
}
.filter .item {
  display: flex;
  align-items: center;
  margin-right: 64rem;
}
.filter .item:not(:last-child) {
  margin-bottom: 24rem;
}
.filter .item input[type=radio] {
  margin-right: 0.6em;
  border-radius: 16rem;
  width: 32rem;
  height: 32rem;
  background-color: #fff;
  border: 8rem solid #fff;
  transition: background-color 0.3s ease;
}
.filter .item input[type=radio]:checked {
  background-color: #C60000;
}

.shop-switch {
  display: flex;
  justify-content: center;
  margin-bottom: 16rem;
  padding: 32rem 0;
  border-bottom: 1rem solid transparent;
  background-color: rgba(0, 0, 0, 0.9);
}
.shop-switch .item:not(:last-child) {
  margin-right: 32rem;
}
.shop-switch .text {
  color: #fff;
  font-size: 28rem;
  transition: 0.2s ease;
}
.shop-switch input[type=radio]:checked + .text {
  color: #C60000;
  border-bottom: 1rem solid #C60000s;
}

@keyframes highlight {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(60%);
  }
  100% {
    filter: brightness(100%);
  }
}
/* .girl-list .girl-hide {
  display: none;
} */
.btn_submit input {
  background: #E70000;
  width: 100px;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

.profile .section-title {
  margin-bottom: 20rem;
}
.profile-border {
  margin-right: 20rem;
  margin-bottom: 32rem;
  margin-left: 20rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
.profile-inner {
  padding: 24rem;
  background-color: #000;
}
.profile-header {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}
.profile-header-icon {
  margin-right: 32rem;
  padding: 3rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ea5902 0%, #d5000f 69%, #d40077 100%);
}
.profile-header-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4rem solid #fff;
  object-fit: cover;
}
.profile-header-meta {
  width: 75%;
}
.profile-header-meta .name {
  font-size: 34rem;
  width: 100%;
}
.profile-header-meta .sizes {
  font-size: 28rem;
}
.profile-header-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16rem;
  width: 100%;
}
.profile-header-features .item {
  margin-bottom: 8rem;
  width: 49.5%;
  background-color: #fff;
  color: #E70000;
  font-size: 22rem;
  text-align: center;
}
.profile-image {
  position: relative;
  margin-bottom: 32rem;
}
.profile .icons {
  display: flex;
  position: absolute;
  left: 16rem;
  bottom: 16rem;
  z-index: 10;
}
.profile .icons li {
  width: 80rem;
  margin-right: 8rem;
}
.profile-video {
  width: 100%;
  margin-bottom: 20px;
}
.profile-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 64rem;
}
.profile-bottom-nominate {
  display: flex;
  justify-content: space-between;
  padding-left: 8rem;
  margin-bottom: 24rem;
  width: 100%;
  color: #C60000;
  font-size: 32rem;
  line-height: 54rem;
  overflow: hidden;
  text-align: center;
  background: url("../img/common/bg-fee-profile.png") no-repeat;
  background-size: 100%;
}
.profile-bottom-nominate .label {
  width: 47%;
  color: #3c3c3c;
}
.profile-bottom-nominate .value {
  position: relative;
  width: 53%;
  color: #fff;
}
.profile-bottom-state {
  display: flex;
  justify-content: center;
  padding: 1px;
  margin-bottom: 24rem;
  width: 100%;
  background-image: linear-gradient(to bottom, #BC0000 0%, #B50000 50%, #FF0000 51%, #920000 100%);
  line-height: 52rem;
  text-align: center;
}
.profile-bottom-state .status {
  width: 50%;
  color: #fff;
  font-size: 32rem;
}
.profile-bottom-state .attending-time {
  position: relative;
  width: 50%;
  background-color: #000;
  font-size: 28rem;
}
.profile-bottom-state .attending-time::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 26rem 20rem;
  border-bottom-color: #000;
  border-right-color: #000;
  left: -40rem;
}
.profile-bottom-mailmagazine {
  margin-bottom: 24rem;
  width: 100%;
  background-color: #bd0000;
  color: #fff;
  font-size: 28rem;
  line-height: 52rem;
  text-align: center;
}
.profile-bottom-questions {
  width: 100%;
  background-color: #C60000;
  color: #fff;
  font-size: 28rem;
  line-height: 52rem;
  text-align: center;
}
.profile-bottom-questions-modal {
  border: 2rem solid transparent;
  width: 100%;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease;
}
.profile-bottom-questions-modal.open {
  height: 420rem;
  padding: 20rem;
  border-color: #C60000;
  opacity: 1;
}
.profile-bottom-questions-list {
  height: 304rem;
  overflow: auto;
  font-size: 26rem;
  -webkit-overflow-scrolling: touch;
}
.profile-bottom-questions-a {
  margin-bottom: 24rem;
}
.profile-bottom-questions-close {
  margin-top: 32rem;
  min-width: 256rem;
  padding: 2rem 0;
  font-size: 24rem;
  line-height: 40rem;
  background-color: #C60000;
  color: #fff;
}
.profile-message {
  margin-bottom: 32rem;
  padding: 14rem 14rem 54rem;
  border: 0.5px solid #C60000;
  background-color: #141414;
}
.profile-message .title {
  margin-bottom: 64rem;
  background-color: #C60000;
  color: #fff;
  font-size: 40rem;
  line-height: 64rem;
  text-align: center;
}
.profile-message .text {
  padding: 0 20rem;
  font-family: "Rounded Mplus 2p WF";
  font-size: 36rem;
}
.profile-prices {
  margin-bottom: 128rem;
  padding: 3rem;
  background-image: linear-gradient(to right, #a96a2f 6%, #50311c 42%, #c68f51 73%, #674d25 100%);
}
.profile-prices .inner {
  padding: 40rem 20rem;
  max-height: 720rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  font-family: "Rounded Mplus 2p WF";
  font-size: 36rem;
  letter-spacing: -0.06em;
}
.profile-prices-value {
  display: grid;
  grid-template-columns: 160rem auto;
  grid-auto-rows: auto;
  margin-bottom: 32rem;
  letter-spacing: 0.06em;
}
.profile-attendance {
  margin-bottom: 48rem;
}
.profile-attendance .title {
  margin-bottom: 24rem;
  background-color: #C60000;
  color: #fff;
  font-size: 40rem;
  line-height: 64rem;
  text-align: center;
}
.profile-attendance .item {
  display: flex;
  font-size: 36rem;
  letter-spacing: 0;
  /* &:nth-child(even) .date {
    background-color: #373737;
  }

  &:nth-child(even) .hour {
    background-color: #191919;
  } */
}
.profile-attendance .item:nth-child(odd) {
  background-color: #191919;
}
.profile-attendance .item:nth-child(even) {
  background-color: #373737;
}
.profile-attendance .date {
  width: 46%;
  line-height: 70rem;
  /* background-color: #191919; */
  text-align: center;
}
.profile-attendance .hour {
  width: 54%;
  /* background-color: #373737; */
  text-align: center;
  line-height: 70rem;
}
.profile-options .title {
  margin-bottom: 24rem;
  background-color: #C60000;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
.profile-options .option-list {
  display: flex;
  flex-wrap: wrap;
}
.profile-options .item {
  width: 50%;
  background-color: #191919;
  font-size: 32rem;
  line-height: 72rem;
  text-align: center;
}
.profile-options .item:nth-child(4n-1), .profile-options .item:nth-child(4n-2) {
  background-color: #373737;
}
.profile-twitter {
  background-color: #fff;
  padding-bottom: 40rem;
}
.profile-twitter .title {
  margin-bottom: 26rem;
  background-color: #C60000;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
.profile-twitter .inner {
  margin-left: 20rem;
  margin-right: 20rem;
}
.profile-twitter iframe {
  width: 1280px !important;
}
.profile-stories {
  background-color: #fff;
  padding-top: 32rem;
  padding-bottom: 72rem;
}
.profile-stories .title {
  margin-bottom: 26rem;
  background-color: #C60000;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
.profile-stories .story {
  position: relative;
  padding-top: 80rem;
}
.profile-stories .story::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to right, #a96a2f 6%, #50311c 42%, #c68f51 73%, #674d25 100%);
}
.profile-stories .story-date {
  display: block;
  padding: 0 96rem;
  margin-bottom: 24rem;
  color: #C60000;
  font-size: 30rem;
}
.profile-stories .story-image-wrap {
  position: relative;
  padding: 0 90rem;
  margin-bottom: 64rem;
}
.profile-stories .story-image {
  width: 100%;
  height: auto;
  border-radius: 8rem;
}
.profile-stories .story-text {
  padding: 0 40rem;
  color: #000;
  font-size: 26rem;
  line-height: 1.6;
  margin-bottom: 64rem;
}
.profile-stories .story-name {
  margin-bottom: 32rem;
}
.profile-stories .stories-more {
  display: block;
  margin: 72rem auto 0;
  width: 564rem;
}
.profile-review .title {
  margin-bottom: 26rem;
  background-color: #C60000;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
.profile-review-inner {
  margin-left: 20rem;
  margin-right: 20rem;
  background-color: #fff;
  margin-bottom: 48rem;
  background-image: linear-gradient(to right, #a96a2f 6%, #50311c 42%, #c68f51 73%, #674d25 100%);
  position: relative;
  padding: 16rem;
  padding-top: 40rem;
  overflow-x: hidden;
}
.profile-review-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: 4rem;
  display: block;
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  background: url(../img/common/background-decoration1.png) no-repeat right top/410rem auto;
  background-color: #fff;
}
.profile-review-switch {
  position: relative;
  z-index: 2;
  font-size: 32rem;
}
.profile-review-switch-item {
  border-bottom: 3rem solid #C60000;
  background-color: #969696;
  color: #fff;
  line-height: 72rem;
  font-size: 24rem;
  text-align: center;
}
.profile-review-switch .swiper-slide-thumb-active {
  background-color: #000;
  border: 3rem solid #C60000;
  border-bottom: 0;
}
.profile-review-content {
  background-color: #000;
}
.profile-review-body {
  border: 3rem solid #C60000;
  border-top-width: 0;
  margin-bottom: 48rem;
}
.profile-review-item {
  margin-bottom: 48rem;
}
.profile-review-name {
  border-bottom: 1px solid #fff;
  padding: 12rem 24rem;
  color: #C60000;
  font-size: 36rem;
}
.profile-review-rate {
  margin: 8rem 0;
  padding: 0 24rem;
  color: #ffc100;
  font-size: 30rem;
}
.profile-review-text {
  padding: 0 24rem;
  font-size: 25rem;
  line-height: 1.4;
}
.profile-review-post {
  background-color: #000;
  border: 3rem solid #C60000;
  border-top-width: 0;
  padding: 20rem;
}
.profile-review-form {
  display: flex;
  flex-wrap: wrap;
  border: 1rem solid #88878b;
  font-size: 26rem;
}
.profile-review-form .label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 8rem;
  border-right: 1rem solid #88878b;
  width: 40%;
  text-align: center;
}
.profile-review-form .label:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.profile-review-form .input-area {
  width: 60%;
  padding: 16rem;
}
.profile-review-form .input-area:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.profile-review-form .input-area input[type=text],
.profile-review-form .input-area select {
  width: 100%;
}
.profile-review-form .input-area textarea {
  width: 100%;
  height: 192rem;
}
.profile-review-send {
  display: block;
  margin: 32rem auto;
  color: #fff;
  background-color: #C60000;
  text-align: center;
  width: 60%;
  padding: 16rem 0;
  font-size: 28rem;
}
.profile .backto-list .button {
  display: block;
  width: 100%;
  line-height: 90rem;
  background-image: url(../img/common/metalplate-l.png), url(../img/common/metalplate-r.png), url(../img/common/metalplate-c.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
  background-size: auto 100%;
  border-radius: 14rem;
  color: #000;
  font-size: 40rem;
  font-weight: 800;
  text-align: center;
}
.profile .backto-list {
  padding: 0 20rem;
  margin-bottom: 32rem;
}
.swiper-adjust {
  min-height: 50px !important;
  padding: 5px 0;
}

.slide-adjust div {
  font-size: 14px;
  width: 90%;
  margin: auto;
}

.opt-box:last-child {
  margin-top: -24rem;
}

.schedule .section-title {
  margin-bottom: 32rem;
}
.schedule .date-selector {
  position: sticky;
  top: -1rem;
  z-index: 100;
  margin-bottom: 32rem;
}
.schedule .date-selector .item {
  padding: 0;
  background-color: #efefef;
  background-image: linear-gradient(to bottom, #fafafa 0%, #eeeeee 52%, #b9b9b9 56%, #d6d6d6 100%);
  color: #3c3c3c;
  font-size: 32rem;
}
.schedule .date-selector .item:not(:last-child) {
  border-right: 1rem solid #777;
}
.schedule .date-selector .swiper-slide-thumb-active {
  background-color: #b4b4b4;
  background-image: linear-gradient(to bottom, #b8b8b8 0%, #919191 47%, #737373 52%, #a3a3a3 100%);
  color: #fff;
}
.schedule .filter {
  margin-bottom: 32rem;
  border-top: 1rem solid #C60000;
}

.girl {
  opacity: 1;
}

.girl.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display: none;
}

/* .girl.is-hidden .link{
  display: none;
} */
.girl.is-btn-hidden {
  display: none;
}

.schedule-text {
  font-size: 32rem;
  margin-bottom: 15px;
  width: 96%;
  background-color: #000;
  margin: 20px auto;
  padding: 4px 10px;
}

.pager-nav,
.review-page-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pager-nav li,
.review-page-nav li {
  margin-right: 8px;
}

.pager-nav li.active a,
.review-page-nav li.active a {
  background: #E70000;
  color: #fff;
}

.pager-nav li:last-child,
.review-page-nav li:last-child {
  margin-right: 0;
}

.pager-nav a,
.review-page-nav a {
  display: block;
  border: 1px solid #C60000;
  color: #C60000;
  background-color: #000;
  padding: 10px 10px;
  font-weight: bold;
}

.pager-nav a:hover,
.review-page-nav a:hover {
  background: #E70000;
  color: #fff;
}

.schedule-link {
  padding: 16rem 0;
  display: block;
}

.realtime .section-title {
  margin-bottom: 32rem;
}
.realtime .realtime-toggle {
  position: sticky;
  top: -1rem;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16rem 0;
  margin-bottom: 20rem;
  font-size: 36rem;
  font-weight: 600;
  text-align: center;
}
.realtime .realtime-toggle::after {
  content: "";
  width: 14rem;
  height: 14rem;
  border-left: 4rem solid #fff;
  border-bottom: 4rem solid #fff;
  position: absolute;
  right: 20rem;
  top: 45%;
  transition: 0.2s ease;
  transform: rotate(135deg);
}
.realtime .realtime-toggle.hide + .girl-list * {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, height 0.2s ease;
}
.realtime .realtime-toggle.hide::after {
  top: calc(50% - 10rem);
  transform: rotate(-45deg);
}
.realtime-count {
  display: inline-block;
  margin-left: 1em;
  background-color: rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 24rem;
  font-weight: 400;
  border-radius: 8rem;
  padding: 2rem 8rem 4rem;
}
.realtime .group1 {
  background-color: #daa520;
}
.realtime .group2 {
  background-color: #7319ff;
}
.realtime .group3 {
  background-color: #00c101;
}
.realtime .group4 {
  background-color: #bb012d;
}
.realtime .group5 {
  background-color: #ff732b;
}
.realtime .group6 {
  background-color: #a700cd;
}
.realtime .group7 {
  background-color: #2c00b2;
}
.realtime .group8 {
  background-color: #261e1c;
}
.realtime .group9 {
  background-color: #fa0068;
}
.realtime .group10 {
  background-color: #0097dd;
}
.realtime .group11 {
  background-color: #c92800;
}
.realtime .group12 {
  color: #C60000;
  background-color: #fff;
}
.realtime .group12::after {
  border-color: #C60000;
}
.realtime .group13 {
  background-color: #3cb371;
}
.realtime .girl-list {
  overflow: hidden;
}
.realtime .girl-list * {
  transition: opacity 0.2s ease;
}

.stories .shop-switch {
  margin-bottom: 20rem;
}
.stories-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  margin-left: 20rem;
  margin-right: 20rem;
  margin-bottom: 48rem;
  padding: 20rem;
  color: #000;
  border: 1rem solid #9d622c;
}
.stories-head {
  position: relative;
}
.stories-icon {
  padding: 4rem;
  width: 120rem;
  height: 120rem;
  margin-right: 24rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ea5902 0%, #d5000f 69%, #d40077 100%);
}
.stories-iconimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5rem solid #fff;
}
.stories-status {
  display: inline-flex;
  padding: 6rem 16rem;
  margin-bottom: 8rem;
  background-color: #A90000;
  font-size: 26rem;
}
.stories-status-attendance {
  color: #fff;
}
.stories-status-hour {
  margin-left: 24rem;
  padding: 0 32rem;
  border-radius: 4rem;
  background-color: #fff;
  color: #A90000;
}
.stories-name {
  font-size: 26rem;
}
.stories-image {
  margin: 32rem 0 8rem;
  width: 100%;
  height: auto;
}
.stories-timestamp {
  display: block;
  margin-bottom: 16rem;
  font-size: 24rem;
  width: 100%;
  text-align: right;
  color: #A90000;
  letter-spacing: 0.1em;
}
.stories-text {
  width: 100%;
  font-size: 28rem;
  line-height: 1.6;
}
.stories .button-more {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.ranking-switch {
  margin-bottom: 20rem;
}
.ranking-type {
  padding: 16rem 0;
  border-bottom: 1rem solid transparent;
  background-color: transparent;
  color: #666;
  font-size: 30rem;
}
.ranking-type.swiper-slide-thumb-active {
  border-bottom-color: #E70000;
  color: #E70000;
}
.ranking-wrapper {
  margin-bottom: 40rem;
  width: calc(100% - 40rem);
}
.ranking-top {
  position: relative;
  margin-bottom: 32rem;
  padding: 1px;
}
.ranking-top-inner {
  display: flex;
  justify-content: space-between;
  padding: 20rem;
  background: url(../img/common/ranking-bg.png) no-repeat center/100% 100%;
}
.ranking-top-text {
  display: flex;
  flex-direction: column;
  width: 280rem;
  width: 42%;
}
.ranking-top-title {
  display: flex;
  align-items: flex-end;
  margin-top: 8rem;
  margin-bottom: 20rem;
  color: #ba272d;
  font-family: "Noto Serif JP WF";
}
.ranking-top-title .left {
  line-height: 1.1;
  font-size: 36rem;
  letter-spacing: -0.01em;
}
.ranking-top-title .ja {
  font-size: 24rem;
}
.ranking-top-title .right {
  font-size: 48rem;
  line-height: 1;
}
.ranking-top-title .num {
  font-size: 88rem;
}
.ranking-top-meta {
  margin-bottom: 24rem;
  padding: 4rem 8rem;
  border: 1rem dotted #000;
}
.ranking-top-name {
  color: #000;
  font-size: 28rem;
  font-weight: 400;
}
.ranking-top-sizes {
  color: #000;
  font-size: 20rem;
  word-spacing: 0.1em;
}
.ranking-top-fee {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24rem;
  padding-left: 24rem;
  border: 1rem solid #A90000;
  background-color: #fff;
  color: #A90000;
  font-size: 20rem;
}
.ranking-top-fee .value {
  width: 96rem;
  background-color: #A90000;
  color: #fff;
  text-align: center;
}
.ranking-top-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ranking-top-features .item {
  width: 49%;
  background-color: #fff;
  color: #A90000;
  text-align: center;
  border: 1rem solid #A90000;
  line-height: 32rem;
  margin-bottom: 8rem;
}
.ranking-top-attendance {
  margin-bottom: 16rem;
  border: 1rem solid #5c0e0e;
  background-image: linear-gradient(0deg, #A90000 50%, #E70000 51%);
  color: #fff;
  font-size: 20rem;
  line-height: 1;
  padding: 4rem 1px 1px 1px;
  text-align: center;
}
.ranking-top-attendance-time {
  display: block;
  margin-top: 8rem;
  background-color: #fff;
  color: #000;
  padding: 8rem 0;
}
.ranking-top-reserve {
  margin-top: auto;
  margin-bottom: 8rem;
  line-height: 48rem;
  background-image: url(../img/common/metalplate-l.png), url(../img/common/metalplate-r.png), url(../img/common/metalplate-c.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
  background-size: auto 100%;
  border-radius: 7rem;
  color: #000;
  font-size: 18rem;
  font-weight: 400;
  text-align: center;
}
.ranking-top-image {
  width: 52%;
}
.ranking-top-image-main {
  height: auto;
}
.ranking-list {
  padding: 1px;
}
.ranking-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.ranking-list-item {
  position: relative;
  width: 48%;
  margin-bottom: 32rem;
}
.ranking-list-head {
  margin-bottom: 8rem;
  font-family: "Noto Serif JP WF";
  font-size: 36rem;
  font-weight: 400;
  text-align: center;
}
.ranking-list-attendance {
  display: flex;
  flex-direction: column;
  background-color: #E70000;
  text-align: center;
  padding: 1px;
  margin-bottom: 8rem;
  font-size: 24rem;
}
.ranking-list-attendance-status {
  padding: 2rem 0;
}
.ranking-list-attendance-time {
  background-color: #000;
  padding: 2rem 0;
  letter-spacing: 0.06em;
  word-spacing: 0.4em;
}
.ranking-list-image {
  width: 100%;
  height: 420rem;
  object-fit: cover;
}
.ranking-list-image-wrap {
  position: relative;
}
.ranking-list-image-rank {
  position: absolute;
  width: 96rem;
  height: auto;
  left: 16rem;
  bottom: 16rem;
}
.ranking-list-sizes {
  font-size: 30rem;
  text-align: center;
}
.system .section-title {
  margin-bottom: 20rem;
}
.system-wrapper {
  margin: 0 20rem 32rem;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
  padding: 1px;
}
.system-inner {
  background-color: #000;
}
.system-tab {
  padding: 0 40rem;
  margin-bottom: 32rem;
}
.system-tab .swiper-slide {
  width: 50% !important;
  padding: 16rem 0;
  font-size: 32rem;
  color: #646464;
  background-color: transparent;
}
.system-tab .swiper-slide-thumb-active {
  border-bottom: 1rem solid #C60000;
  color: #C60000;
}

.system-fee {
  padding-bottom: 48rem;
}
.system-fee-other {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 38rem;
  font-size: 26rem;
  line-height: 1.3;
}
.system-fee-other > div:last-child {
  border-bottom: 2px solid #E70000;
}
.system-fee-other dd {
  width: 50%;
  text-align: center;
  color: #fff;
}
.system-fee-other dt {
  padding: 10px;
  width: 50%;
  font-weight: lighter;
  color: #fff;
  background: #000;
  text-align: center;
  border-right: 2px solid #E70000;
}
.system-fee-other dt span {
  font-size: 16rem;
  color: #fff;
  display: block;
  text-align: center;
}
.system-fee-other dt span p a {
  color: #e60000;
  text-decoration: underline !important;
  font-weight: bold;
}
.system-fee-other div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #323232;
  border-left: 2px solid #E70000;
  border-top: 2px solid #E70000;
  border-right: 2px solid #E70000;
}
.system-fee-credit {
  display: flex;
  align-items: center;
  padding-top: 27rem;
  padding-right: 80rem;
  padding-left: 80rem;
  padding-bottom: 80rem;
  font-size: 26rem;
}
.system-fee-credit-icon {
  margin-right: 28rem;
  width: 336rem;
}
.system-fee-basic {
  padding: 0 80rem;
}
.system-fee-basic table {
  margin-bottom: 2em;
  width: 100%;
  font-size: 27rem;
  border-collapse: collapse;
}
.system-fee-basic table th {
  text-align: center;
}
.system-fee-basic table td {
  padding: 0.5em 0;
  text-align: center;
  width: 50%;
}
.system-fee-basic table thead {
  font-size: 24rem;
}
.system-fee-basic table thead h3 {
  font-size: 30rem;
  letter-spacing: 0;
  font-weight: bold;
}
.system-fee-basic table thead:after {
  content: "";
  height: 0.5em;
  width: 100%;
  padding: 2px 0;
  display: block;
}
.system-fee-basic table tbody tr {
  border: 1px solid;
}
.system-fee .service-time {
  color: #C60000;
}
.system-fee .service-time td:first-child {
  background: #C600008a;
  color: #fff;
}
.system-fee .usually-price {
  color: #E70000;
  text-align: center;
}
.system-fee .usually-price td:first-child {
  background: #E700008a;
  color: #fff;
}
.system-fee .day-time {
  color: #2586ff;
}
.system-fee .day-time td:first-child {
  background: #2586ff8a;
  color: #fff;
}

.system-free {
  margin-bottom: 48rem;
  font-size: 40rem;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  width: 85vw;
  margin: 0 auto;
  border: 1px solid #E70000;
  font-weight: bold;
}

.point {
  font-size: 32rem;
}

.hotel-pink {
  padding: 1px 3px;
  border-radius: 3px;
  background: #C60000;
  color: #fff;
  text-align: center;
}

.hotel-blue {
  padding: 1px 3px;
  border-radius: 3px;
  background: #2586ff;
  color: #fff;
  text-align: center;
}

.hotel-yellow {
  padding: 1px 3px;
  border-radius: 3px;
  background: #C60000;
  color: #fff;
  text-align: center;
}

.hotel-adjust {
  margin-left: 7px;
  margin-bottom: 5px;
}

.ml-adjust {
  margin-left: 20rem;
}

.fuyo {
  position: relative;
}
.fuyo::before {
  position: absolute;
  content: "付与";
  font-size: 18rem;
  top: -21px;
  left: 14px;
  color: #C60000;
}

.system-options .title {
  text-align: center;
}
.system-options .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20rem;
}
.system-options .options-item {
  width: 48%;
  margin-bottom: 40rem;
}
.system-options .options-name {
  margin-bottom: 8rem;
  background-color: #C60000;
  color: #fff;
  font-size: 32rem;
  text-align: center;
}
.system-options .options-image {
  width: 100%;
  height: auto;
}
.system-options .options-price {
  padding-bottom: 8rem;
  font-size: 32rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.system-cosplay .title {
  text-align: center;
}
.system-cosplay .cosplay {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20rem;
}
.system-cosplay .cosplay-item {
  width: 48%;
  margin-bottom: 24rem;
}
.system-cosplay .cosplay-image {
  display: block;
  width: 100%;
  height: auto;
}

.dd-flex {
  display: flex;
  font-size: 12px;
  width: 95%;
  margin: 10px auto;
  justify-content: center;
}
.dd-flex img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 3px;
}

.reviews-post {
  margin: 0 16rem 64rem;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
  padding: 1px;
}
.reviews-inner {
  background-color: #000;
  padding: 16rem;
}
.reviews-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32rem;
  padding: 5px 16rem;
  /* height: 72rem; */
  height: auto;
  background-color: #C60000;
}
.reviews-title .name {
  color: #fff;
  font-size: 32rem;
  font-weight: 600;
  width: 48%;
}
.reviews-title .link {
  background-color: #fff;
  color: #C60000;
  font-size: 24rem;
  padding: 10rem 16rem;
  border-radius: 4rem;
  width: 49%;
}
.reviews-attendance {
  display: flex;
  align-items: center;
  padding: 1px;
  margin-bottom: 32rem;
  background: linear-gradient(to bottom, #f1a200 0%, #d28900 50%, #ffb83d 51%, #ffa100 100%);
  font-size: 28rem;
  text-align: center;
}
.reviews-attendance .status {
  width: 48%;
  padding-right: 16rem;
}
.reviews-attendance .time {
  position: relative;
  width: 52%;
  background-color: #000;
  color: #fff;
  line-height: 56rem;
}
.reviews-attendance .time::before {
  content: "";
  position: absolute;
  left: -56rem;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56rem 56rem;
  border-color: transparent;
  border-bottom-color: #000;
}
.reviews-image {
  display: block;
  width: 100%;
  height: auto;
}
.reviews-wrapper {
  position: relative;
  border: 4rem solid #C60000;
}
.reviews-label {
  position: absolute;
  top: -68rem;
  left: -4rem;
  z-index: 2;
  width: 50%;
  background-color: #C60000;
  color: #fff;
  font-size: 28rem;
  line-height: 64rem;
  text-align: center;
}
.reviews-list {
  overflow-y: auto;
  max-height: 640rem;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.reviews-body {
  padding: 16rem 24rem;
  margin-bottom: 16rem;
}
.reviews-reviewer {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #fff;
  color: #C60000;
  font-size: 36rem;
}
.reviews-rate {
  display: block;
  margin-bottom: 8rem;
  color: #C60000;
  font-size: 28rem;
}
.reviews-text {
  font-size: 28rem;
  text-align: justify;
  line-height: 1.6;
}

.events .section-title {
  margin-bottom: 20rem;
}
.events-inner {
  margin-top: 20rem;
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 64rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
.events-post {
  padding: 24rem;
  background-color: #000;
}
.events-post:not(:last-of-type) {
  margin-bottom: 1px;
}
.events-banner {
  display: block;
  margin-bottom: 16rem;
}
.events-shop {
  background-color: #E70000;
  font-size: 24rem;
  padding: 0 8rem;
  width: 112rem;
  text-align: center;
  line-height: 40rem;
  border-radius: 6rem 6rem 0 0;
}
.events-text {
  font-size: 28rem;
}

.enquetes .section-title {
  margin-bottom: 20rem;
}
.enquetes-wrapper {
  margin-right: 20rem;
  margin-bottom: 48rem;
  margin-left: 20rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
.enquetes-inner {
  background-color: #000;
  padding: 64rem 48rem;
}
.enquetes-introduction {
  margin-bottom: 32rem;
  font-size: 22rem;
  text-align: justify;
}
.enquetes-form {
  /* %form-style {} */
}
.enquetes-form-group {
  margin-bottom: 64rem;
}
.enquetes-form label {
  display: block;
  margin-bottom: 8rem;
  color: #fff;
  font-size: 24rem;
}
.enquetes-form input[type=text] {
  width: 100%;
  line-height: 56rem;
  padding: 4rem 16rem;
}
.enquetes-form textarea {
  width: 100%;
  min-height: 256rem;
}
.enquetes-form-submit {
  font-size: 22rem;
  text-align: center;
}
.enquetes-form-submit-button {
  margin-top: 16rem;
  width: 464rem;
  background-color: #C60000;
  border-radius: 6rem;
  color: #fff;
  font-size: 35rem;
  line-height: 96rem;
}
.enquetes-form-confirm {
  margin-bottom: 48rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 22rem;
  line-height: 1.8;
}
.enquetes-form-confirm dt {
  min-width: 30%;
  font-weight: 600;
}
.enquetes-form-confirm dd {
  width: 70%;
  text-align: left;
  word-break: break-all;
}
.enquetes-phase {
  margin-bottom: 32rem;
  font-size: 28rem;
  text-align: center;
}
.enquetes-sent {
  font-size: 20rem;
  line-height: 1.8;
  text-align: center;
}

.mailmagazine .section-title {
  margin-bottom: 20rem;
}
.mailmagazine-block {
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 32rem;
  padding-bottom: 16rem;
  border: 1rem solid #C60000;
  background-color: #231815;
}
.mailmagazine-block-title {
  margin-bottom: 20rem;
  padding: 4rem 16rem;
  background-color: #C60000;
  font-size: 28rem;
}
.mailmagazine .process {
  padding: 0 40rem;
  font-size: 28rem;
}
.mailmagazine .button-more {
  margin-top: 32rem;
  margin-bottom: 32rem;
  font-size: 30rem;
}
.mailmagazine .form-layout {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20rem;
  margin-left: 40rem;
  margin-right: 40rem;
  border: 1rem solid #88878b;
  font-size: 26rem;
}
.mailmagazine .form-layout .label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8rem;
  width: 40%;
  border-right: 1rem solid #88878b;
  text-align: center;
}
.mailmagazine .form-layout .label:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.mailmagazine .form-layout .input-area {
  display: flex;
  flex-wrap: wrap;
  padding: 16rem;
  width: 60%;
}
.mailmagazine .form-layout .input-area:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.mailmagazine .form-layout .input-area input[type=text],
.mailmagazine .form-layout .input-area select {
  padding: 4rem 8rem;
  width: 100%;
  background-color: #fff;
}
.mailmagazine .form-layout .label-for-mark {
  display: flex;
  align-items: center;
}
.mailmagazine .form-layout .deny-hour .checkbox {
  width: 100%;
  margin-bottom: 8rem;
}
.mailmagazine .form-layout .deny-day .checkbox {
  width: 32%;
}
.mailmagazine-form-confirm {
  display: flex;
  flex-wrap: wrap;
  margin-left: 40rem;
  margin-right: 40rem;
  border: 1rem solid #88878b;
  font-size: 24rem;
}
.mailmagazine-form-confirm dt {
  padding: 16rem;
  border-right: 1rem solid #88878b;
  width: 48%;
}
.mailmagazine-form-confirm dt:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.mailmagazine-form-confirm dd {
  padding: 16rem;
  width: 52%;
}
.mailmagazine-form-confirm dd:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.mailmagazine-form-confirm .girl-icon {
  margin-right: 16rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  vertical-align: middle;
}
.mailmagazine-form-complete {
  padding: 0 40rem;
  font-size: 24rem;
  text-align: center;
}
.mailmagazine .mm-error {
  color: red;
  font-size: 11px;
}
.mailmagazine .status-girl {
  margin-bottom: 20px;
}

.content-box {
  width: 100%;
  margin: 10px auto 20px auto;
  font-size: 90%;
  overflow: hidden;
}

.content-box p {
  margin: 20px 0;
}

.content-box table {
  margin: 0px auto;
  table-layout: fixed;
  width: 90%;
  border-collapse: collapse;
}
.content-box table td {
  padding: 10px;
  border: 1px solid #88878b;
}

.content-box table th,
.content-box table td {
  padding: 10px;
}

.content-box table th {
  width: 130px;
}

.content-box tr {
  border: 1px solid #88878b;
}

.content-box table td label {
  display: inline-block;
  padding: 4px 20px 4px 0;
}

.content-box table td input {
  width: 100%;
  margin-right: 3px;
}

.content-box .submit {
  margin: 0px auto 30px;
  font-size: 110%;
  display: block;
  text-align: center;
}

/* サブタイトル */
.content-box h1 {
  margin: 0% 0 0 0%;
  background: #C60000;
}

.content-box h1 span {
  width: 59%;
  margin: 2px 0px 4px 10px;
  padding: 4px 10px 6px 10px;
  font-size: 1.5rem;
}

.content-box h3 {
  margin: 0% 0 0 0%;
  background: #C60000;
}

.content-box h3 span {
  width: 59%;
  margin: 2px 0px 4px 10px;
  padding: 4px 10px 6px 10px;
  font-size: 1.5rem;
}

.sub-attend {
  display: inline-block;
  background: #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #FFF;
}

/* サブタイトル */
/* h25_1228追加 */
#contenter .section .submit input,
#contenter .section .submit a {
  background: #C60000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  padding: 7px 50px;
  text-align: center;
  width: 340px;
  margin: 0 auto;
}

.access-description {
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 24rem;
  padding: 1px;
  border-radius: 6rem;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
  font-size: 28rem;
}
.access-description .inner {
  border-radius: 6rem;
  padding: 20rem 24rem;
  background-color: #000;
}
.access-description .transportation {
  color: #E70000;
}
.access-map {
  margin-bottom: 30rem;
  padding: 0 20rem;
}
.access-guide {
  padding: 0 20rem;
}
.access-guide-title {
  margin-bottom: 20rem;
  background-color: #000;
  color: #fff;
  font-size: 28rem;
  font-weight: 800;
  line-height: 60rem;
  text-align: center;
}
.access-guide-video {
  position: relative;
  margin-bottom: 48rem;
}
.access-guide-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.access-guide-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-guide-slider {
  margin-bottom: 48rem;
  width: 540rem;
}
.access-guide-slider .swiper-dots {
  margin-top: 32rem;
}
.access-area {
  margin-bottom: 32rem;
  padding: 32rem 20rem 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.access-area-name {
  margin-bottom: 16rem;
  padding: 4rem 16rem;
  background-color: #E70000;
  font-size: 30rem;
}
.access-list-link {
  display: block;
  padding: 0 16rem;
  border-bottom: 1px solid #999;
  font-size: 26rem;
  line-height: 64rem;
}

.access-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.access-address {
  margin: -24rem 0 24rem 0;
  font-size: 26rem;
  text-align: center;
}

.jobinterview-inner {
  margin-left: 16rem;
  margin-right: 16rem;
  margin-bottom: 64rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
.jobinterview-info {
  padding: 24rem;
  background-color: #000;
  margin-bottom: 1px;
}
.jobinterview-title {
  margin-bottom: 16rem;
  font-size: 36rem;
}
.jobinterview-text {
  font-size: 28rem;
  line-height: 1.6;
  text-align: justify;
}

.column {
  margin-top: 20rem;
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 64rem;
  font-size: 14px;
}

.column ul {
  margin-top: 3%;
}

.column ul li {
  border-bottom: 1px #999 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.column ul li a {
  color: #FFFFFF;
  position: relative;
}

.column ul li a date {
  color: #C60000;
  font-size: 14px;
}

.column ul li img {
  width: 100% !important;
  height: auto !important;
}

.events .section-title {
  line-height: 1.4;
  padding-top: 16rem;
  padding-bottom: 16rem;
  font-size: 36rem;
}

body.entrance {
  background-image: url(../img/common/ent-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: auto 100%;
  background-color: #000;
  /* コンテンツ */
  /* 初めの画像切り替え */
  /*コラム*/
}
@media screen and (min-width: 1200px) {
  body.entrance {
    background-size: 1200px auto;
  }
}
body.entrance a {
  text-decoration: none;
  color: #FFF;
}
body.entrance a:link {
  color: #FFF;
}
body.entrance a:visited {
  color: #FFF;
}
body.entrance a:hover {
  color: #FFF;
}
body.entrance img {
  vertical-align: bottom;
  max-width: 100%;
}
body.entrance a img {
  border: none;
}
body.entrance img {
  max-width: 100%;
}
body.entrance .ent24 {
  padding-top: 30px;
}
body.entrance #wrapper {
  margin: 0px auto;
  padding: 80px 0;
  max-width: 414px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  body.entrance #wrapper {
    max-width: 1200px;
  }
}
body.entrance #head-section {
  width: 100%;
  margin: 0px auto;
  background: #000;
  border-radius: 0px 0px 7px 7px;
  color: #C60000;
  text-align: center;
  padding: 4% 0;
  font-size: 16px;
}
body.entrance #ent_section {
  width: 80%;
  margin: 0px auto;
}
@media screen and (min-width: 1200px) {
  body.entrance #ent_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  body.entrance #ent_section p {
    width: 25% !important;
    margin: unset !important;
  }
  body.entrance #ent_section p img {
    width: 100%;
  }
}
body.entrance #ent_section p:last-child {
  margin-top: 20px;
  text-align: center;
}
body.entrance #ent_section p:last-child img {
  width: 280px;
}
body.entrance #foot-section {
  width: 96%;
  margin: 5% auto 0;
  background: #000;
  border-radius: 7px 7px 0px 0px;
  text-align: center;
  padding: 4% 0;
}
body.entrance #foot-section p {
  padding: 0 1%;
  font-size: 14px;
  line-height: 2.8;
}
body.entrance #foot-section p a {
  padding: 4% 0;
}
body.entrance #modal-content {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
body.entrance #modal-overlay {
  background-color: #000;
  height: 140%;
  left: 0;
  opacity: 0.75;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.entrance #animation_target {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
body.entrance #animation_target img {
  display: none;
}
body.entrance .anime {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0 auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
body.entrance #loader {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: 1.5s linear 0s normal none infinite running spin;
  border-color: #fff transparent #fff #fff;
  border-image: none;
  border-radius: 30px;
  border-style: solid;
  border-width: 8px;
  bottom: 0;
  display: none;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.entrance .column {
  width: 100%;
  background: #C60000;
}
body.entrance .column a {
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

.entrance .column {
  width: 100%;
  background: #C60000;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
.entrance__title {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .entrance__title {
    display: block;
  }
}
.entrance__title img {
  width: 80%;
}
@media screen and (min-width: 1200px) {
  .entrance__title img {
    width: 30% !important;
  }
}
@media screen and (min-width: 1200px) {
  .entrance__bnr {
    text-align: center;
  }
}
.entrance__leave {
  margin: 50px 0;
  text-align: center;
}
.entrance__leave__container__enter {
  margin: 24px 0;
}
.entrance__leave__container__enter p {
  margin-bottom: 8px;
  font-size: 20px;
}
.entrance__leave__container__exit {
  margin: 24px 0;
}
.entrance__leave__container__exit p {
  margin-bottom: 8px;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .entrance__leave__container__exit p {
    font-size: 10rem;
  }
}
.entrance__leave__comment {
  margin-top: 8px;
  font-size: 12px;
}
.entrance__group__head {
  text-align: center;
  font-size: 22px;
  margin-top: 70px;
}
@media screen and (min-width: 1200px) {
  .entrance__group__head {
    font-size: 10rem;
    width: 100%;
    padding: 0;
  }
}
.entrance__bottom__bnr {
  text-align: center;
  margin-bottom: 50px;
}
.entrance__bottom__bnr ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1200px) {
  .entrance__bottom__bnr ul {
    flex-direction: row;
    font-size: 10rem;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.entrance__bottom__text {
  max-width: 574px;
  margin: 0 auto;
  padding: 24px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1200px) {
  .entrance__bottom__text {
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 8rem;
    padding: 40rem 0 40rem 0;
  }
}
.entrance__copy {
  max-width: 574px;
  margin: 0 auto;
  padding: 24px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1200px) {
  .entrance__copy {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
}

.container-ent {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.container-ent::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/common/ent-bg.jpg);
  background-size: cover;
  z-index: -10;
}

.entrance__heading {
  text-align: center;
  padding-top: 21.3333333333vw;
}
.entrance__heading img {
  width: 85%;
}
.entrance__shoplist {
  text-align: center;
  margin: 60px auto 110px;
}
.entrance__shoplist li {
  margin-bottom: 35px;
  letter-spacing: 0.05em;
}
.entrance__shoplist li a {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 22px;
  transition: 0.3s;
  text-align: center;
}
.entrance__shoplist li a:hover {
  text-shadow: 1px 1px 2px #dd0556, 0 0 1em #dd0556, 0 0 0.2em #dd0556;
  transition: 0.3s;
}
.entrance__shoplist .exit {
  margin: 0 auto;
  width: 100%;
  bottom: 5.3333333333vw;
  font-size: 3.2vw;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1200px) {
  .entrance__shoplist .exit {
    font-size: 10rem;
  }
}
.entrance__shoplist .exit a {
  position: relative;
  font-size: 3.7333333333vw;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .entrance__shoplist .exit a {
    font-size: 10rem;
  }
}
.entrance__shoplist .exit a::after {
  position: absolute;
  content: "";
  bottom: 0.5333333333vw;
  left: 0;
  width: 7.2vw;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .entrance__shoplist .exit a::after {
    width: 20rem;
    bottom: 0;
  }
}
.entrance__shoplist .exit a:hover {
  opacity: 0.8;
}
.entrance__container {
  text-align: center;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 1200px) {
  .entrance__container {
    padding: 30rem 0;
  }
}
.entrance__container--enter {
  padding-bottom: 6.4vw;
}
.entrance__container--enter p {
  font-size: 5.3333333333vw;
  line-height: 2;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 1200px) {
  .entrance__container--enter p {
    font-size: 10rem;
  }
}
.entrance__container--caution {
  padding-bottom: 6.4vw;
}
@media screen and (min-width: 1200px) {
  .entrance__container--caution {
    padding-bottom: 20rem;
  }
}
.entrance__container--comment {
  padding-bottom: 6.4vw;
}
@media screen and (min-width: 1200px) {
  .entrance__container--comment {
    padding-bottom: 20rem;
  }
}
.entrance__container--comment a {
  font-size: 3.2vw;
}
@media screen and (min-width: 1200px) {
  .entrance__container--comment a {
    font-size: 8rem;
  }
}
.entrance__container--exit p {
  font-size: 5.3333333333vw;
  line-height: 2;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 1200px) {
  .entrance__container--exit p {
    font-size: 8rem;
  }
}

.entrance-banner {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 10;
  padding-top: 70px;
}
.entrance-banner__group {
  text-align: center;
  padding: 0 0 2.6666666667vw;
}
.entrance-banner__group--heading {
  font-size: 5.8666666667vw;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__group--heading {
    font-size: 8rem;
  }
}
.entrance-banner__group--heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 28vw;
  transform: translate(-50%, -50%);
  width: 4.8vw;
  height: 1px;
  background-color: #fff;
}
.entrance-banner__group--heading::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 72vw;
  transform: translate(-50%, -50%);
  width: 4.8vw;
  height: 1px;
  background-color: #fff;
}
.entrance-banner__group--item:first-child img {
  width: 75%;
}
.entrance-banner__group--item:nth-child(2) img {
  width: 75%;
}
.entrance-banner__group--item:nth-child(3) {
  padding-top: 2.6666666667vw;
}
.entrance-banner__group--item:nth-child(3) img {
  width: 75%;
}
.entrance-banner__group--item:last-child {
  padding-top: 4vw;
}
.entrance-banner__group--item:last-child img {
  width: 55%;
}
.entrance-banner__text p {
  text-align: justify;
  text-align-last: left;
  padding: 48rem 40rem;
  font-size: 3.4666666667vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__text p {
    font-size: 10rem;
    padding: 10rem 20rem;
  }
}
.entrance-banner__box {
  padding: 5.3333333333vw;
  text-align: center;
}
.entrance-banner__box div {
  padding: 1.3333333333vw 0;
}
.entrance-banner__form {
  margin-right: 20rem;
  margin-bottom: 48rem;
  margin-left: 20rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
.entrance-banner__wrap {
  background-color: #000;
  padding: 48rem 48rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__wrap {
    padding: 20rem 40rem;
  }
}
.entrance-banner__wrap .detailed {
  font-size: 22rem;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__wrap .detailed {
    font-size: 11rem;
  }
}
.entrance-banner__wrap .detailed dd {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__wrap .banner {
    font-size: 12rem;
  }
}
.entrance-banner__wrap .banner dt {
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__wrap .banner dt {
    font-size: 12rem;
  }
}
.entrance-banner__text {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 22rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__text {
    padding-top: 10rem;
    padding-bottom: 10rem;
    font-size: 10rem;
  }
}
.entrance-banner .tx_right {
  font-size: 22rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner .tx_right {
    font-size: 8rem;
  }
}
.entrance-banner table {
  width: 100%;
}
.entrance-banner table tr {
  display: block;
  margin-bottom: 64rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner table tr {
    margin-bottom: 24rem;
  }
}
.entrance-banner table th {
  text-align: left;
  display: block;
}
.entrance-banner table th label {
  display: block;
  margin-bottom: 8rem;
  color: #fff;
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner table th label {
    margin-bottom: 2rem;
    font-size: 10rem;
  }
}
.entrance-banner table td {
  display: block;
}
.entrance-banner table td input {
  width: 100%;
  line-height: 56rem;
  padding: 4rem 16rem;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner table td input {
    font-size: 10rem;
    line-height: 13rem;
    padding: 4rem 8rem;
  }
}
.entrance-banner .submit {
  text-align: center;
}
.entrance-banner .submit input {
  -webkit-appearance: none;
  margin-top: 16rem;
  width: 464rem;
  background-color: #A90000;
  border-radius: 6rem;
  color: #fff;
  font-size: 35rem;
  line-height: 96rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner .submit input {
    font-size: 10rem;
    line-height: 13rem;
    padding: 4rem 8rem;
  }
}

.links-box {
  margin-right: 20rem;
  padding-bottom: 48rem;
  margin-left: 20rem;
}
@media screen and (min-width: 1200px) {
  .links-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.links-box h2 {
  font-size: 30rem;
  margin: 8rem 0;
}
@media screen and (min-width: 1200px) {
  .links-box h2 {
    font-size: 9rem;
  }
}
.links-box ul {
  display: flex;
  flex-wrap: wrap;
}

.entrance-footer {
  background-color: #000;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .entrance-footer {
    font-size: 12rem;
  }
}
.entrance-footer p {
  padding: 6.6666666667vw 0;
  color: #fff;
  font-size: 11px;
}

.movie__container {
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 24rem;
}
.movie__top {
  padding: 7px;
  background-color: #000;
  margin-bottom: 30px;
  margin-top: 30px;
}
.movie__top--video {
  width: 100%;
}
.movie__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie__list--item {
  width: 49%;
  padding: 5px;
  background-color: #000;
  margin-bottom: 15px;
}
.movie__list--video {
  width: 100%;
}
.movie__list a {
  display: block;
}
.movie__list--credit {
  font-size: 12px;
  color: #fff;
  background-color: #A90000;
  padding: 7px 14px;
  margin-top: 0px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}
.movie__list--credit .name {
  font-size: 14px;
  font-weight: 500;
}
.movie__list--pic {
  padding: 3rem;
  width: 80rem;
  height: 80rem;
  margin-top: 10rem;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ea5902), color-stop(69%, #d5000f), to(#d40077));
  background-image: linear-gradient(to right, #ea5902 0%, #d5000f 69%, #d40077 100%);
}
.movie__list--pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4rem solid #fff;
}

/*# sourceMappingURL=style.css.map */
