@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: #04132a;
}

.title {
  background-color: #00030a;
}
.title__inner {
  max-width: 1100px;
  margin: auto;
}
.title__inner img {
  aspect-ratio: 10/4;
  width: 100%;
  height: auto;
}

.section__title_area {
  text-align: center;
  padding: 0.8rem 1.5rem 4rem;
}
.section__title {
  font-size: min(4.4vw, 2.4rem);
  margin: 0 -3% 1.5rem;
  letter-spacing: 0.05em;
  transform: scale(0.96, 1);
}
@media screen and (max-width: 767px) {
  .section__title {
    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;
  background-color: rgba(184, 211, 235, 0.4);
  padding: 0.8rem 1.8rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section__text_area .section__text {
    line-height: 1.4;
    padding: 1rem 1.8em 0.8rem;
  }
}
.section__text_area .section__text .sub_color {
  opacity: 0.6;
}
.section__text--sub {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  opacity: 0.7;
}
@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: #042753;
  color: #fefefd;
}
.section__main_title_line {
  padding: 0.08em 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(254, 254, 253, 0.8);
}
.section__main_title_inner {
  display: inline-block;
  transform: scale(0.93, 1);
}

.tab {
  color: #009edc;
  border-bottom: 2px solid;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tab {
    font-weight: 400;
  }
}
.wrapper--matsuyama .tab {
  display: none;
}
.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: #fff;
  border-bottom-color: #fff;
}
@media (any-hover: hover) {
  .tab__item:not(.tab__item--active) .tab__item_inner {
    border-bottom-color: #009edc;
  }
  .tab__item:not(.tab__item--active) .tab__item_inner:hover {
    background-color: #ededed;
  }
}

.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: #0b3370;
  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(8vw, 2em);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .wrapper--ibaraki .gallery__title--bad_mito .gallery__title_inner, .wrapper--ibaraki .gallery__title--lesson1 .gallery__title_inner, .wrapper--ibaraki .gallery__title--p_les .gallery__title_inner, .wrapper--sapporo .gallery__title--badcompany .gallery__title_inner, .wrapper--sapporo .gallery__title--lesson1 .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 {
  padding: 0 0.8em;
  margin: 0 -5%;
  transform: scale(0.9, 1);
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1.5rem;
}
.gallery__item {
  width: min(420px, 100%);
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .gallery__item {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.5rem;
  }
}
.wrapper--matsuyama .gallery__item {
  width: min(450px, 100%);
}
.gallery__item_inner {
  height: 100%;
  position: relative;
  border: 1px solid rgba(4, 19, 42, 0.3);
  background-color: rgba(184, 211, 235, 0.3);
}
@media screen and (min-width: 768px) {
  .gallery__item_inner {
    font-weight: 400;
  }
}
.gallery__item_link {
  display: block;
  position: relative;
  display: flex;
}
.gallery__photo_area {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  background-color: #fff;
  width: 47.5%;
  height: 0;
  padding-top: 71.25%;
}
.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) {
  a:hover .gallery__photo_area img {
    opacity: 0.7;
  }
}
.gallery__block {
  padding: 0.5rem 0.5rem 0.5rem 0.7rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 52.5%;
}
@media screen and (min-width: 768px) {
  .gallery__block {
    padding-top: 0.7rem;
  }
}

.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.6rem);
  background-color: #fff;
  padding: 0.4rem 0.5rem 0.3rem;
  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 {
  color: #ef2183;
  width: 100%;
  margin-bottom: 1%;
}
.girls_data__name {
  color: #ef2183;
  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.5rem);
  line-height: 1.2;
  opacity: 0.8;
  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.5;
}
@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.3rem 0;
  border: 1px solid;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  width: 90%;
}
.girls_data__label_inner:not(.girls_data__label_inner--next_attendance) {
  color: #fff;
  background-color: #004c95;
  border-color: transparent;
}
.girls_data__label_inner--next_attendance {
  color: #004c95;
}
.girls_data__label_inner--3, .girls_data__label_inner--5 {
  color: #04132a;
  background-color: rgba(125, 125, 125, 0.9);
  border-color: transparent;
}

.button {
  width: 100%;
  text-align: right;
  line-height: 1;
  padding-right: 0.2rem;
}
.button__inner {
  display: inline-block;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-size: 0.93em;
  opacity: 0.9;
}
.button__inner::before {
  content: "→";
  padding-right: 0.2em;
}
@media (any-hover: hover) {
  a:hover .button__inner {
    opacity: 0.5;
  }
}

.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.3rem 0.5em;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
  opacity: 0.6;
}
.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: #004c95;
  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: #003f7c;
  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 */