@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Graduate|Roboto+Condensed");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

.section__text--sub, .wrapper {
  font-family: "Abel", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.girls_data__name, .gallery__title, .section__title {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", serif;
  font-weight: 600;
}

.girls_data__size, .girls_data__age, .gallery__item_inner, .tab, .section__text_area {
  font-family: "Roboto Condensed", dnp-shuei-gothic-gin-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.wrapper {
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  height: auto;
  color: rgba(255, 255, 255, 0.95);
  /*background-image: linear-gradient(
    135deg,
    lighten(#962cfe, 25%),
    lighten(#d73cff, 25%),
    lighten(#962cfe, 25%)
  );*/
  background-color: #6733a0;
}

.title__inner {
  max-width: 1000px;
  margin: auto;
}
.title__inner img {
  aspect-ratio: 10/3.67;
  width: 100%;
  height: auto;
}

.section__title_area {
  overflow: hidden;
  text-align: center;
  padding: 0.8rem 1.5rem 4rem;
}
.section__title {
  font-size: min(4.4vw, 2.6rem);
  margin: 0 -3% 1.5rem;
  letter-spacing: 0.05em;
  transform: scale(0.96, 1);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .section__title {
    line-height: 1.5;
  }
}
.section__sub_title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section__sub_title .font_size--11 {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .section__sub_title {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .section__text_area {
    font-weight: 400;
  }
}
.section__text_area .section__text {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  display: inline-block;
  border: 1px solid #2f0e53;
  color: #2f0e53;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1rem 1.8em 0.8rem;
}
@media screen and (min-width: 768px) {
  .section__text_area .section__text {
    line-height: 1.4;
  }
}
@media screen and (max-width: 575px) {
  .section__text_area .section__text {
    width: 100%;
    padding: 0.8rem 0.5em;
  }
}
.section__text_area .section__text .sub_color {
  opacity: 0.8;
}
.section__text--sub {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .section__text--sub {
    line-height: 1.5;
  }
}
.section__text--sub .underline {
  text-decoration: underline;
}
.section__main_title {
  padding: 0.12em 0;
  font-size: min(6vw, 2.2em);
  text-align: center;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  background-color: #2f0e53;
  color: #fefefd;
}
.section__main_title_inner {
  display: inline-block;
  transform: scale(0.93, 1);
}

.tab {
  border-bottom: 2px solid;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tab {
    font-weight: 400;
  }
}
.tab__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  padding: 0 2rem;
  margin: auto;
}
.tab__item {
  border-bottom: none;
  padding: 0 1%;
  font-size: 1.15em;
  width: 50%;
  margin-bottom: -2px;
}
.tab__item_inner {
  display: block;
  padding: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  border-radius: 0.8rem 0.8rem 0 0;
  border: 2px solid;
  border-bottom-color: transparent;
  transition: 0.2s;
}
.tab__item_inner::after {
  content: "で見る";
}
.tab__item--active .tab__item_inner {
  background-color: #6733a0;
  border-bottom-color: #6733a0;
  /*@include mq-up() {
    background-color: #dbafff;
    border-bottom-color: #dbafff;
  }
  @include mq-up(lg) {
    background-color: #e3b4ff;
    border-bottom-color: #e3b4ff;
  }*/
  /*.wrapper--ibaraki & {//水戸
    background-color: #d7acff;
    border-bottom-color: #d7acff;
    @include mq-up() {
      background-color: #d8adff;
      border-bottom-color: #d8adff;
    }
    @include mq-up(lg) {
      background-color: #ddb0ff;
      border-bottom-color: #ddb0ff;
    }
  }*/
}
@media (any-hover: hover) {
  .tab__item:not(.tab__item--active) .tab__item_inner {
    border-bottom-color: rgba(255, 255, 255, 0.95);
  }
  .tab__item:not(.tab__item--active) .tab__item_inner:hover {
    background-color: rgba(254, 254, 253, 0.5);
  }
}

.gallery {
  padding: 0 0 5rem;
}
.gallery__title {
  text-align: center;
  letter-spacing: 0.08em;
  padding: 5rem 1.5rem 3rem;
}
.gallery--bumon .gallery__title {
  color: #fff;
}
.gallery__title_inner {
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.gallery--bumon .gallery__title_inner {
  font-size: min(8vw, 2.2em);
  color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid;
  margin: 0 -5%;
  padding: 0.1em 0.5em;
  transform: scale(0.9, 1);
}
.gallery--bumon .gallery__title_inner::after {
  content: "部門";
}
.gallery--shop .gallery__title_inner {
  font-size: min(7.5vw, 2em);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .gallery--shop .gallery__title_inner {
    padding-right: 0;
  }
}
.gallery__title_logo {
  width: 8rem;
  min-width: 8rem;
  padding: 0.3rem;
  background-color: #fff;
  border: 1px solid #ddd;
}
.gallery__title_logo img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
.gallery__title_name {
  transform: scale(0.9, 1);
}
@media screen and (min-width: 768px) {
  .gallery__title_name {
    padding: 0 0.8em;
    margin: 0 -5%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper--ibaraki .gallery__title--kanojo .gallery__title_name, .wrapper--ibaraki .gallery__title--white .gallery__title_name, .wrapper--ibaraki .gallery__title--tsubaki .gallery__title_name, .wrapper--ibaraki .gallery__title--platina .gallery__title_name, .wrapper--ibaraki .gallery__title--boin .gallery__title_name {
    padding: 0 1em 0 0.333em;
  }
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1.5rem;
}
.gallery__item {
  width: min(480px, 100%);
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .gallery__item {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.5rem;
  }
}
.gallery__item_inner {
  height: 100%;
  position: relative;
  background-color: #fff;
  color: #2f0e53;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .gallery__item_inner {
    font-weight: 400;
  }
}
.gallery__item_link {
  display: block;
  position: relative;
  display: flex;
  padding: 0.3rem;
}
@media screen and (min-width: 768px) {
  .gallery__item_link {
    padding: 0.5rem;
  }
}
.gallery__photo_area {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  background-color: #fff;
  width: 47.5%;
  height: 0;
  padding-top: 63.3175%;
}
.gallery__photo_area::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://www.yesgrp.com/common_846/img/png_cover.png);
  top: 0;
  left: 0;
}
.gallery__photo_area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .gallery__photo_area:hover img {
    opacity: 0.8;
  }
}
.gallery__block {
  padding: 0.1rem 0.3rem 0.1rem 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 52.5%;
}
@media screen and (min-width: 768px) {
  .gallery__block {
    padding-left: 1rem;
  }
}

.girls_data {
  width: 100%;
  padding: 0 0 0.8rem;
  line-height: 1.4;
  text-align: center;
}
.girls_data__bumon {
  font-size: min(3.666vw, 1.55rem);
  background-color: rgb(163.6725, 55.4325, 229.0675);
  /*border: 1px solid #949279;
  border-top-color: lighten(#949279, 20%);
  border-left-color: lighten(#949279, 20%);*/
  color: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .girls_data__bumon {
    margin-bottom: 7%;
  }
}
.girls_data__bumon_inner {
  position: relative;
}
.girls_data__bumon_inner::after {
  content: "部門";
  display: inline-block;
}
.girls_data__shop {
  width: 100%;
  margin-bottom: 1%;
}
.girls_data__name {
  font-size: min(5.4vw, 2.3rem);
  letter-spacing: 0.08em;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 767px) {
  .girls_data__name {
    font-weight: 700;
  }
}
.girls_data__age {
  margin-left: 0.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  vertical-align: 10%;
}
@media screen and (min-width: 768px) {
  .girls_data__age {
    font-weight: 400;
  }
}
.girls_data__size {
  font-size: min(4vw, 1.45rem);
  line-height: 1.2;
  opacity: 0.6;
  overflow-wrap: break-word;
  margin-bottom: 5%;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .girls_data__size {
    font-weight: 400;
    letter-spacing: 0.03em;
  }
}
.girls_data__catch {
  margin-bottom: 0.5rem;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .girls_data__catch {
    font-size: 1.5rem;
  }
}
.girls_data__label {
  width: 100%;
}
.girls_data__label_inner {
  display: inline-block;
  margin-top: 0.3rem;
  padding: 0.4rem 0;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  width: min(90%, 11em);
}
.girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  filter: contrast(60%) brightness(125%);
}
.girls_data__label_inner:not(.girls_data__label_inner--next_attendance).work_flag1 {
  filter: contrast(70%) brightness(120%);
}
.girls_data__label_inner:not(.girls_data__label_inner--next_attendance).work_flag2 {
  filter: contrast(50%) brightness(130%);
}
.girls_data__label_inner--next_attendance {
  box-shadow: 0 0 0 1px rgba(47, 14, 83, 0.7) inset;
  color: rgba(47, 14, 83, 0.7);
}
.button {
  width: 100%;
  line-height: 1;
  padding-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.button__inner {
  font-size: 0.93em;
  transition: 0.2s;
  padding: 0.4em 0.6em 0.4em 1em;
  border-radius: 3em;
  display: inline-block;
  border: 1px solid;
  color: #2f0e53;
}
.button__inner .letter_spacing {
  letter-spacing: 0.01em;
  font-size: 0.97em;
}
.button__inner::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.3em;
}
.button--active .button__inner {
  background-color: #fff6b7;
}
@media (any-hover: hover) {
  .gallery__block:hover .button__inner {
    background-color: #ddd;
  }
}

.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.3rem 0.5em;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  color: #6733a0;
  background-color: rgb(208.0966981132, 160.7466981132, 254.5533018868);
}
.breadcrumbs__list {
  display: flex;
  opacity: 0.9;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
  text-decoration: underline;
}

.footer {
  color: #fff;
  background-color: #6733a0;
  font-size: 1.4rem;
  position: relative;
}
.footer__inner {
  padding: 1.5rem 1rem 1rem;
  text-align: center;
}
.footer__logo {
  width: 6rem;
  margin: 0 auto 0.3rem;
}
.footer__logo img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.footer__copy {
  opacity: 0.7;
}

.page_top {
  position: fixed;
  bottom: -5rem;
  right: 0;
  transition: 0.3s;
  z-index: 3;
  color: #fff;
}
.page_top.fixed {
  bottom: 0;
}
.page_top__inner {
  background-color: #2f0e53;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}/*# sourceMappingURL=common.css.map */