@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
body {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.title {
  /*padding-top: 1rem;
  &__inner {
    max-width: 1000px;
    height: 0;
    padding-top: 50%;
    position: relative;
    @media screen and (min-width: 1000px) {
      padding-top: 500px;
    }
    &::after {
      content: "";
      background-image: url(../img/title.png);
      background-size: 100%;
      width: 100%;
      height: 0;
      padding-top: 50%;
      display: block;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
    }
    img {
      display: none;
    }
  }*/
}

.section__inner {
  padding-top: 1.5rem;
}

.info__inner {
  max-width: 50rem;
  margin: auto;
  display: block;
  padding: 0.8rem 0 1rem;
  border: 2px solid;
  box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.3);
  font-size: clamp(1.4rem, 3.2vw, 1.6rem);
  letter-spacing: 0.08em;
  line-height: 1.4;
  border-radius: 5em;
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .info__inner {
    border-width: 3px;
    padding-left: 3%;
    padding-right: 3%;
    display: inline-block;
    box-sizing: content-box;
  }
}
.info__title {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 0.1em;
}
.info__text {
  font-size: 1.05em;
  font-weight: 500;
  margin-bottom: 0.05em;
}
.info__button {
  font-size: 0.93em;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.info__button .underline {
  text-decoration: underline;
}
.info__button_icon {
  margin-right: 0.15em;
}

@media screen and (max-width: 767px) {
  .gallery__list {
    padding: 0 1px;
  }
}
.gallery__item {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .gallery__item {
    padding: 0 1px;
    margin-bottom: 2px;
  }
}
.gallery__item_inner {
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .gallery__item_inner {
    padding: 0.4rem;
  }
}
.gallery__item_img {
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
}
@media screen and (min-width: 768px) {
  .gallery__item_img {
    top: 0.4rem;
    left: 0.4rem;
    width: calc(100% - 0.8rem);
  }
}
.gallery__item_img_inner {
  padding-top: 150%;
}

.girls_data {
  padding-top: 150%;
}
.girls_data__inner {
  padding: 0.6rem 0;
  z-index: 1;
}
.girls_data__inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-top: 1.333em solid transparent;
  border-left: 1.333em solid transparent;
  border-right: 1.333em solid;
  border-bottom: 1.333em solid;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .girls_data__inner::before {
    right: -0.4rem;
    bottom: -0.4rem;
  }
}
.girls_data__inner::after {
  font-size: 1.6rem;
  color: white;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .girls_data__inner::after {
    right: -0.2rem;
    bottom: -0.2rem;
  }
}
.girls_data__inner:hover::after {
  color: inherit;
}
.girls_data__shop {
  padding: 0.2rem 0.5em;
  display: inline-block;
  color: #fff;
  margin-bottom: 0.3rem;
}
.girls_data__name {
  text-decoration: none;
  margin-bottom: 0.2rem;
  letter-spacing: 0.08em;
}
.girls_data__age {
  padding-left: 0.15em;
  letter-spacing: 0.05em;
}
.girls_data__size {
  margin-bottom: 0.4rem;
  letter-spacing: 0.05em;
}
.girls_data__label {
  padding: 0;
}
.girls_data__label_inner {
  max-width: 10.5em;
  padding: 0.2rem 0;
}
.girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  border-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.95);
}
.girls_data__label_inner.girls_data__label_inner--3, .girls_data__label_inner.girls_data__label_inner--5 {
  background-color: #afafaf !important;
  color: #fff !important;
}
.inline-wrap__name a {
  height: auto;
  min-height: 3.5rem;
  padding: 0.5rem 1em;
  border-radius: 3em;
  line-height: 1.3;
  color: #fff;
}
.inline-wrap {
  max-width: 45rem;
}

.inline-wrap__image {
  padding-top: 150%;
}

/*デバイスが横向きの場合*/
/*デバイスが縦向きの場合*/
@media (orientation: landscape) {
  .inline-wrap__inner {
    min-width: 320px;
  }
}
@media (orientation: landscape) and (min-height: 500px) {
  .inline-wrap__inner {
    width: 45rem;
    height: 67.5rem;
  }
}
@media (orientation: portrait) and (min-width: 640px) {
  .inline-wrap__inner {
    width: auto;
  }
}
.section--shop_info .section__text {
  font-size: 2em;
  letter-spacing: 0;
  font-weight: 500;
}

.banner__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .banner__list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .banner__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .banner__list {
    padding: 0;
  }
}
.banner__item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .banner__item {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner__item {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .banner__item {
    width: 25%;
  }
}
.banner__item_inner {
  border: 1px solid;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 500;
  padding: 1em 1rem;
  transition: 0.2s;
}
@media screen and (min-width: 576px) {
  .banner__item_inner {
    border-radius: 0.6rem;
  }
}
li:not(.active) .banner__item_inner:hover {
  filter: brightness(115%);
}
.active .banner__item_inner {
  background-color: #ddd !important;
}
.banner__item_inner::after {
  content: none;
}
.active .banner__item_inner::after {
  content: none;
}
@media screen and (max-width: 575px) {
  .banner__item_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding: 0.3em 1rem;
  }
  .banner__item:nth-child(even) .banner__item_inner {
    border-left: none;
  }
  .banner__item:not(:nth-child(-n+2)) .banner__item_inner {
    border-top: none;
  }
}

body {
  background-color: #000000;
  background-image: url(../img/bg.jpg);
  background-position: center top;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 300px;
  }
}

.wrapper {
  color: #0d0d0d;
}

.breadcrumbs {
  color: rgba(255, 255, 255, 0.9);
  background-color: #000000;
}

.footer {
  color: rgba(255, 255, 255, 0.9);
  background-color: #000000;
}

.shop__item:not(:last-child) .shop__item_inner {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.page_top {
  color: rgba(255, 255, 255, 0.8);
}
.page_top__inner {
  background-color: #000000;
}

.title__inner {
  max-width: 1200px;
}

.info {
  color: #0d0d0d;
}
.info__title {
  font-weight: 700;
  margin-bottom: 0.15em;
}
.info__inner {
  border: none;
  background-color: #ebc774;
}
.info__inner:hover {
  background-color: #f0d598;
}
.info__button {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.gallery__item_inner {
  color: #0d0d0d;
  background-color: #fff;
}
.gallery__item_inner img {
  background-color: #cdcdcd;
}

.girls_data__inner::before {
  border-right-color: #e8be5e;
  border-bottom-color: #e8be5e;
}
.girls_data__inner::after {
  color: white;
}
.girls_data__inner:hover {
  color: #e8be5e;
}
.girls_data__inner:hover::before {
  border-right-color: #f1d9a1;
  border-bottom-color: #f1d9a1;
}
.girls_data__shop {
  background-color: #0d0d0d;
  color: #fff;
}
.girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  border-color: rgba(255, 255, 255, 0);
  background-color: #d10705;
  color: rgba(255, 255, 255, 0.95);
}
a:hover .girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  background-color: #ebc774;
}
.inline-wrap__image::after {
  background-color: #e8be5e;
}
.inline-wrap__name a {
  color: #0d0d0d;
  color: #fff;
  background-color: #e8be5e;
}
.inline-wrap__name a:hover {
  background-color: #eed08a;
}

.section--shop_info .section__text {
  color: rgba(255, 255, 255, 0.9);
}

.section--shop_info {
  color: rgba(255, 255, 255, 0.9);
}

.banner__item_inner {
  background-color: #000000;
}
.active .banner__item_inner, .banner__item_inner:hover {
  background-color: #262626 !important;
}/*# sourceMappingURL=style.css.map */