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

.section__title .button__inner, .section__main_title {
  text-transform: capitalize;
  font-family: "Lexend", "Murecho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.wrapper {
  color: #4d4d4d;
}
.top_visual__inner {
  max-width: 1400px;
}
@media screen and (min-width: 1200px) {
  .top_visual__inner img {
    margin-top: -1.5rem;
  }
}

.breadcrumbs {
  font-size: 1.4rem;
  display: none;
}
.wrapper--index .breadcrumbs {
  max-width: 1400px;
  margin: auto;
}
.footer {
  font-size: 1.4rem;
  background-color: white;
}
.footer__item--shop_neme {
  font-size: 1.1em;
  margin: 0.3rem 0 0.8rem;
}
.footer__copy {
  font-size: 0.88em;
  margin-top: 2rem;
}

.page_top {
  color: #fff;
}
.page_top__inner {
  background-color: #2d2d2d;
}

.section--gravure_list {
  display: none;
}

.gallery {
  padding-bottom: 3rem;
}
.gallery__item_inner {
  padding: 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .gallery--md .gallery__item_inner, .gallery--sm .gallery__item_inner {
    padding: 0.6rem;
  }
}
.gallery__photo {
  border: 1px solid rgba(205, 205, 205, 0.3);
}

.girls_data {
  position: relative;
  /*&__label_inner {
    &:not(.girls_data__label_inner--next_attendance) {
      background-color: $accent-color;
      color: #fff;
      border-color: $accent-color;
    }
  }*/
}
.girls_data__name {
  font-size: 20px;
}
.girls_data__title {
  display: inline-block;
  padding: 0 0.5em;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(77, 77, 77, 0.8);
}
.gallery__list .girls_data__title {
  font-size: 1.3rem;
  margin-top: 0.5rem;
  position: absolute;
  top: -2.1em;
  right: 0.4rem;
}
.gravure_list .girls_data__title {
  font-size: 1.2rem;
  margin-top: 0.3rem;
}

.vol_data {
  background-color: rgba(77, 77, 77, 0.7);
}

.button {
  color: #fff;
}
.button__inner {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
@media (any-hover: hover) {
  .section__title .button__inner:hover {
    background-color: rgb(65.4, 65.4, 65.4);
  }
}
.arrow .button__inner::after {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
}

.active .collection__photo_inner {
  border-color: #ea61a0;
}

.banner__item_inner:hover::after {
  border-color: #ea61a0;
}

.gravure_list__item_inner {
  background-color: #fff;
}

.active .gravure_list__item_inner {
  color: rgb(14.4, 14.4, 14.4);
}

@media (any-hover: hover) {
  .gravure_list__item:not(.active) .gravure_list__item_inner:hover {
    color: rgb(14.4, 14.4, 14.4);
  }
}
.wrapper--index .info_top {
  display: none;
}
.info_top__title {
  width: min(100%, 120rem);
  margin: auto;
}
.photo-319301 .section--profile {
  background-color: rgba(0, 206, 160, 0.1);
}

.photo-319302 .section--profile {
  background-color: rgba(250, 32, 7, 0.1);
}

.photo-319303 .section--profile {
  background-color: rgba(7, 167, 215, 0.1);
}

.photo-319304 .section--profile {
  background-color: rgba(255, 132, 39, 0.1);
}

.class-319301 img {
  transform: scale(1.35) rotate(42deg);
  margin-left: -19%;
  margin-top: -4%;
}

@media (any-hover: hover) {
  .class-319301 a:hover .gallery__photo_inner img,
  .class-319301 a:hover .collection__photo_inner img {
    transform: scale(1.4) rotate(42deg);
  }
}
.class-319302 img {
  transform: scale(1.05);
}

@media (any-hover: hover) {
  .class-319302 a:hover .gallery__photo_inner img,
  .class-319302 a:hover .collection__photo_inner img {
    transform: scale(1.1);
  }
}
.class-319303 img {
  transform: scale(1.15);
}

@media (any-hover: hover) {
  .class-319303 a:hover .gallery__photo_inner img,
  .class-319303 a:hover .collection__photo_inner img {
    transform: scale(1.2);
  }
}
.class-319304 img {
  transform: scale(1.1);
  margin-top: -3%;
}

@media (any-hover: hover) {
  .class-319304 a:hover .gallery__photo_inner img,
  .class-319304 a:hover .collection__photo_inner img {
    transform: scale(1.15);
  }
}/*# sourceMappingURL=style.css.map */