@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  color: #231815;
  font-weight: 500;
  background-position: center top;
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
}

main {
  background: url(../images/main-bg.jpg) repeat;
}

.gothic {
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

.mincho {
  font-family: "小塚明朝 Pr6N", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none;
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .containerTab {
    padding: 0 5.2083333333vw;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section__tittle {
  padding: 10px;
  margin-top: 150px;
  margin-bottom: 50px;
  background-color: #dd668e;
  color: white;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .section__tittle {
    margin-bottom: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .section__tittle {
    font-size: 5.2272727273vw;
  }
}

@font-face {
  font-family: "anzu";
  src: url(../font/APJapanesefontF.ttf), url(../font/fontscore.com_a_apjapanesefontk.ttf);
}
@font-face {
  font-family: "maruhana";
  src: url(../font/TA-maruhanamaki.otf);
}
.top {
  background-color: #e7f7ff;
  margin-top: 22px;
}
@media (max-width: 1600px) {
  .top {
    margin-top: 1.375vw;
  }
}
@media (max-width: 768px) {
  .top {
    margin-top: 0;
    padding-top: 5.2083333333vw;
    background-color: #fff;
  }
}
.top__swiper img {
  width: 1300px !important;
  height: 588px;
}
@media (max-width: 1600px) {
  .top__swiper img {
    width: 81.25vw !important;
    height: 36.75vw;
  }
}
@media (max-width: 768px) {
  .top__swiper img {
    width: 89.5833333333vw !important;
    height: auto;
  }
}
.top__swiper .swiper {
  /* 画像サイズ調整 */
  /* ページネーションの余白 */
}
.top__swiper .swiper-wrapper {
  height: 688px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-wrapper {
    height: 43vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-wrapper {
    height: 53.90625vw;
  }
}
.top__swiper .swiper-button-prev, .top__swiper .swiper-button-next {
  width: 74px;
  height: 74px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-button-prev, .top__swiper .swiper-button-next {
    width: 4.625vw;
    height: 4.625vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-button-prev, .top__swiper .swiper-button-next {
    width: 9.6354166667vw;
    height: 9.6354166667vw;
  }
}
@media (max-width: 440px) {
  .top__swiper .swiper-button-prev, .top__swiper .swiper-button-next {
    width: 16.8181818182vw;
    height: 16.8181818182vw;
  }
}
.top__swiper .swiper-button-prev::after, .top__swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 74px;
  width: 74px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-button-prev::after, .top__swiper .swiper-button-next::after {
    height: 4.625vw;
    width: 4.625vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-button-prev::after, .top__swiper .swiper-button-next::after {
    width: 9.6354166667vw;
    height: 9.6354166667vw;
  }
}
@media (max-width: 440px) {
  .top__swiper .swiper-button-prev::after, .top__swiper .swiper-button-next::after {
    width: 16.8181818182vw;
    height: 16.8181818182vw;
  }
}
.top__swiper .swiper-button-prev {
  top: 45%;
  left: 28.5%;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-button-prev {
    left: 22.5%;
  }
}
.top__swiper .swiper-button-prev::after {
  background-image: url(../images/swiper-btn.png);
  background-size: 74px 74px;
  height: 74px;
  width: 74px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-button-prev::after {
    background-size: 4.625vw 4.625vw;
    height: 4.625vw;
    width: 4.625vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-button-prev::after {
    background-size: 9.6354166667vw 9.6354166667vw;
    width: 9.6354166667vw;
    height: 9.6354166667vw;
  }
}
@media (max-width: 440px) {
  .top__swiper .swiper-button-prev::after {
    background-size: 16.8181818182vw 16.8181818182vw;
    width: 16.8181818182vw;
    height: 16.8181818182vw;
  }
}
.top__swiper .swiper-button-next {
  top: 45%;
  right: 28.5%;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-button-next {
    right: 22.5%;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-button-next {
    right: 12%;
  }
}
.top__swiper .swiper-button-next::after {
  background-image: url(../images/swiper-btn.png);
  background-size: 74px 74px;
  width: 74px;
  height: 74px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1600px) {
  .top__swiper .swiper-button-next::after {
    background-size: 4.625vw 4.625vw;
    width: 4.625vw;
    height: 4.625vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-button-next::after {
    background-size: 9.6354166667vw 9.6354166667vw;
    width: 9.6354166667vw;
    height: 9.6354166667vw;
  }
}
.top__swiper .swiper-slide-next, .top__swiper .swiper-slide-prev {
  background-color: #fff;
  height: 588px;
}
.top__swiper .swiper-slide-next img, .top__swiper .swiper-slide-prev img {
  opacity: 0.2;
  width: 100% !important;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-slide-next, .top__swiper .swiper-slide-prev {
    height: 36.75vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-slide-next, .top__swiper .swiper-slide-prev {
    height: 40.4947916667vw;
  }
}
.top__swiper .swiper-slide__box {
  width: 100% !important;
  height: 588px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-slide__box {
    width: 81.25vw !important;
    height: 36.75vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-slide__box {
    width: 89.5833333333vw !important;
    height: 40.4947916667vw;
  }
}
.top__swiper .swiper-slide__box img {
  width: 100% !important;
  height: 588px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-slide__box img {
    width: 81.25vw !important;
    height: 36.75vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-slide__box img {
    width: 89.5833333333vw !important;
    height: 40.4947916667vw;
  }
}
.top__swiper .swiper-slide-active {
  width: 1300px !important;
  height: 588px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-slide-active {
    width: 81.25vw !important;
    height: 36.75vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-slide-active {
    width: 89.5833333333vw !important;
    height: 40.4947916667vw;
  }
}
.top__swiper .swiper-slide-active img {
  width: 100% !important;
  height: 588px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-slide-active img {
    width: 81.25vw !important;
    height: 36.75vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-slide-active img {
    width: 89.5833333333vw !important;
    height: 40.4947916667vw;
  }
}
.top__swiper .swiper-pagination-bullet {
  height: 22px;
  width: 22px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper-pagination-bullet {
    width: 1.375vw;
    height: 1.375vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-pagination-bullet {
    width: 2.8645833333vw;
    height: 2.8645833333vw;
  }
}
.top__swiper .swiper-pagination-bullet-active {
  background-color: #ffd5e0;
}
.top__swiper .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top__swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 0px;
}
@media (max-width: 1600px) {
  .top__swiper .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .top__swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.625vw 0;
  }
}
.top__sche h2 {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 1600px) {
  .top__sche h2 {
    padding: 3.125vw 0;
  }
}
@media (max-width: 768px) {
  .top__sche h2 {
    padding: 9.1145833333vw 0 3.3854166667vw;
  }
}
.top__sche h2 img {
  width: 552px;
}
@media (max-width: 1600px) {
  .top__sche h2 img {
    width: 34.5vw;
  }
}
@media (max-width: 768px) {
  .top__sche h2 img {
    width: 71.6145833333vw;
  }
}
.top__sche__nav {
  padding-left: 157px;
}
@media (max-width: 1600px) {
  .top__sche__nav {
    padding-left: 9.8125vw;
  }
}
@media (max-width: 768px) {
  .top__sche__nav {
    padding-left: 0;
  }
}
.top__sche__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 42px 117px;
}
@media (max-width: 1600px) {
  .top__sche__nav__list {
    gap: 2.625vw 7.3125vw;
  }
}
@media (max-width: 768px) {
  .top__sche__nav__list {
    gap: 3.90625vw 3.90625vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top__sche__nav__list .girlCard {
  width: 216px;
}
@media (max-width: 1600px) {
  .top__sche__nav__list .girlCard {
    width: 13.5vw;
  }
}
@media (max-width: 768px) {
  .top__sche__nav__list .girlCard {
    width: 39.0625vw;
  }
}
.top__sche__nav__list .girlCard-info {
  padding: 7px 0;
}
@media (max-width: 1600px) {
  .top__sche__nav__list .girlCard-info {
    padding: 0.4375vw 0;
  }
}
@media (max-width: 768px) {
  .top__sche__nav__list .girlCard-info {
    gap: 0.2604166667vw;
    padding: 1.3020833333vw 0;
  }
}
.top__sche__btn {
  margin: 50px auto;
  padding: 10px 0;
  width: 191px;
  font-size: 24px;
  color: #7ac6f1;
  background-color: #fff;
  border: 1px solid #7ac6f1;
  text-align: center;
  font-family: "maruhana";
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .top__sche__btn {
    margin: 3.125vw auto;
    padding: 0.625vw 0;
    width: 11.9375vw;
    font-size: 1.5vw;
    border-radius: 1.25vw;
  }
}
@media (max-width: 768px) {
  .top__sche__btn {
    margin: 6.5104166667vw auto;
    padding: 2.6041666667vw 0;
    width: 41.6666666667vw;
    font-size: 4.9479166667vw;
    border-radius: 2.6041666667vw;
    border: 0.2604166667vw solid #7ac6f1;
  }
}

.schedule {
  background-image: url(../images/schedule-bg.png);
  background-size: 1488px auto;
  background-repeat: repeat;
}
.schedule h2 {
  margin: 0 auto;
  padding: 95px 0 0;
  width: 528px;
}
@media (max-width: 1600px) {
  .schedule h2 {
    padding: 5.9375vw 0 0;
    width: 33vw;
  }
}
@media (max-width: 768px) {
  .schedule h2 {
    padding: 7.1614583333vw 0 0;
    width: 75.5208333333vw;
  }
}
.schedule__btn {
  padding-top: 54px;
}
@media (max-width: 1600px) {
  .schedule__btn {
    padding-top: 3.375vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn {
    padding-top: 4.1666666667vw;
  }
}
.schedule__btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1600px) {
  .schedule__btn__list {
    gap: 0.9375vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 1.3020833333vw;
    width: 100%;
    text-align: center;
  }
}
.schedule__btn__list-link, .schedule__btn__list-link-tab {
  padding: 8px;
  width: 116px;
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #000;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .schedule__btn__list-link, .schedule__btn__list-link-tab {
    padding: 0.75vw;
    width: 7.25vw;
    border-radius: 0.5625vw;
    font-size: 1.125vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list-link, .schedule__btn__list-link-tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #26cbde;
    color: #fff;
    border: none;
    padding: 1.5625vw 0;
    width: 10.9375vw;
    border-radius: 1.171875vw;
    font-size: 3.125vw;
  }
}
.schedule__btn-today {
  margin: 35px auto 0;
  padding: 4px;
  border-radius: 9px;
  width: 234px;
  text-align: center;
  font-size: 34px;
}
@media (max-width: 1600px) {
  .schedule__btn-today {
    margin: 2.1875vw auto 0;
    padding: 0.25vw;
    border-radius: 0.5625vw;
    width: 14.625vw;
    font-size: 2.125vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn-today {
    margin: 4.5572916667vw auto 0;
    padding: 2.0833333333vw;
    border-radius: 1.171875vw;
    width: 43.4895833333vw;
    font-size: 4.4270833333vw;
  }
}
@media (max-width: 440px) {
  .schedule__btn-today {
    margin: 7.9545454545vw auto 0;
    padding: 3.6363636364vw;
    border-radius: 2.0454545455vw;
    width: 68.1818181818vw;
    font-size: 7.7272727273vw;
  }
}
.schedule__btn .dateActive {
  background-color: #ee9cb9;
  color: #fff;
  border: 1px solid #fff;
}
.schedule__nav {
  margin: 115px auto;
}
@media (max-width: 1600px) {
  .schedule__nav {
    margin: 7.1875vw auto;
  }
}
@media (max-width: 768px) {
  .schedule__nav {
    margin: 5.2083333333vw auto;
  }
}
.schedule__nav__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 105px 52px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 968px;
}
@media (max-width: 1600px) {
  .schedule__nav__list {
    gap: 11.5625vw 3.25vw;
    width: 60.5vw;
  }
}
@media (max-width: 768px) {
  .schedule__nav__list {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.90625vw 3.90625vw;
    width: 87.2395833333vw;
  }
}
@media (max-width: 768px) {
  .schedule__nav__list .girlCard {
    width: 39.0625vw;
  }
  .schedule__nav__list .girlCard-info {
    gap: 0.2604166667vw;
    padding: 1.3020833333vw 0;
  }
}

.concept {
  background-color: #ffeaf2;
  text-align: center;
}
.concept h2 {
  padding: 65px 0 0;
}
.concept h2 img {
  width: 360px;
}
@media (max-width: 1600px) {
  .concept h2 img {
    width: 22.5vw;
  }
}
@media (max-width: 768px) {
  .concept h2 img {
    width: 45.5729166667vw;
  }
}
@media (max-width: 1600px) {
  .concept h2 {
    padding: 4.0625vw 0 0;
  }
}
@media (max-width: 768px) {
  .concept h2 {
    padding: 10.8072916667vw 0 0;
  }
}
.concept__text {
  padding: 30px 0 40px;
  font-family: "anzu";
}
@media (max-width: 768px) {
  .concept__text {
    letter-spacing: -0.6510416667vw;
  }
}
.concept__text h3 {
  font-size: 48px;
  color: #f56991;
}
@media (max-width: 1600px) {
  .concept__text h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .concept__text h3 {
    font-size: 6.5104166667vw;
    line-height: 0.9;
  }
}
.concept__text h3 span {
  font-size: 67px;
}
@media (max-width: 1600px) {
  .concept__text h3 span {
    font-size: 4.1875vw;
  }
}
@media (max-width: 768px) {
  .concept__text h3 span {
    font-size: 9.375vw;
  }
}
.concept__text p {
  font-family: unset;
  font-size: 23px;
  line-height: 1.8;
  color: #4d4d4d;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .concept__text p {
    font-size: 1.4375vw;
  }
}
@media (max-width: 768px) {
  .concept__text p {
    font-size: 3.2552083333vw;
    padding: 0 2%;
    font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.concept__text p span {
  display: inline-block;
  padding: 53px 0 0;
  color: #299dd4;
  font-size: 43px;
  font-family: "anzu";
}
@media (max-width: 1600px) {
  .concept__text p span {
    padding: 3.3125vw 0 0;
    font-size: 2.6875vw;
  }
}
@media (max-width: 768px) {
  .concept__text p span {
    padding: 4.1666666667vw 0 3.90625vw;
    font-size: 7.2916666667vw;
    line-height: 1;
  }
}

.system {
  background-image: url(../images/schedule-bg.png);
  background-size: 1488px auto;
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .system {
    background-size: 193.75vw auto;
  }
}
.system h2 {
  margin: 0 auto;
  padding: 95px 0 0;
  width: 528px;
  text-align: center;
}
@media (max-width: 1600px) {
  .system h2 {
    padding: 5.9375vw 0 0;
    width: 33vw;
  }
}
@media (max-width: 768px) {
  .system h2 {
    padding: 6.5104166667vw 0 0;
    width: 50.78125vw;
  }
}
.system h2 img {
  width: 359px;
}
@media (max-width: 1600px) {
  .system h2 img {
    width: 22.4375vw;
  }
}
@media (max-width: 768px) {
  .system h2 img {
    width: 65.1041666667vw;
  }
}
@media (max-width: 440px) {
  .system h2 img {
    width: 81.5909090909vw;
  }
}
.system__text {
  text-align: center;
}
.system__text h3 {
  padding-top: 20px;
  color: #f56991;
  font-size: 39px;
  font-family: "anzu";
}
@media (max-width: 1600px) {
  .system__text h3 {
    padding-top: 1.25vw;
    font-size: 2.4375vw;
  }
}
@media (max-width: 768px) {
  .system__text h3 {
    padding-top: 8.8541666667vw;
    font-size: 6.5104166667vw;
  }
}
.system__text p {
  line-height: 1.8;
  padding-top: 27px;
  font-size: 21px;
  color: #4d4d4d;
}
@media (max-width: 1600px) {
  .system__text p {
    padding-top: 1.6875vw;
    font-size: 1.3125vw;
  }
}
@media (max-width: 768px) {
  .system__text p {
    padding-top: 3.515625vw;
    font-size: 3.3854166667vw;
    line-height: 1.6;
  }
}
.system__money {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 1600px) {
  .system__money {
    padding: 3.75vw 0;
    gap: 2.5vw;
  }
}
@media (max-width: 768px) {
  .system__money {
    padding: 5.2083333333vw 0;
    gap: 2.6041666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.system__money-inner {
  padding: 40px 0;
  width: 396px;
  height: 133px;
  background-image: url(../images/system-money-bg.png);
  background-size: 396px 133px;
  background-repeat: no-repeat;
  font-size: 45px;
  font-family: "maruhana";
  text-align: center;
  color: #a174af;
}
@media (max-width: 1600px) {
  .system__money-inner {
    padding: 2.5vw 0;
    width: 24.75vw;
    height: 8.3125vw;
    background-size: 24.75vw 8.3125vw;
    font-size: 2.8125vw;
  }
}
@media (max-width: 768px) {
  .system__money-inner {
    padding: 5.2083333333vw 0;
    width: 52.0833333333vw;
    height: 17.3177083333vw;
    background-size: 52.0833333333vw 17.3177083333vw;
    font-size: 5.859375vw;
    letter-spacing: -0.5208333333vw;
  }
}
.system__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding-bottom: 115px;
}
@media (max-width: 1600px) {
  .system__course {
    gap: 1.5625vw;
    padding-bottom: 7.1875vw;
  }
}
@media (max-width: 768px) {
  .system__course {
    gap: 3.2552083333vw;
    padding-bottom: 14.9739583333vw;
  }
}
.system__course-type {
  margin: 0 auto;
  padding: 45px 0;
  background-image: url(../images/system-cource-bg.png);
  background-size: 906px 321px;
  background-repeat: no-repeat;
  width: 906px;
  height: 321px;
}
@media (max-width: 1600px) {
  .system__course-type {
    padding: 2.8125vw 0;
    background-size: 56.625vw 20.0625vw;
    width: 56.625vw;
    height: 20.0625vw;
  }
}
@media (max-width: 768px) {
  .system__course-type {
    padding: 3.2552083333vw 0;
    background-size: 83.3333333333vw 49.4791666667vw;
    width: 83.3333333333vw;
    height: 49.4791666667vw;
    line-height: 1.5;
  }
  .system__course-type:nth-of-type(3) {
    height: 55.3385416667vw;
    background-size: 83.3333333333vw 55.3385416667vw;
  }
  .system__course-type:nth-of-type(4) {
    height: 57.9427083333vw;
    background-size: 83.3333333333vw 57.9427083333vw;
  }
}
.system__course-type-name {
  text-align: center;
  color: #333333;
}
.system__course-type-name :first-child {
  font-family: "anzu";
  font-size: 50px;
}
@media (max-width: 1600px) {
  .system__course-type-name :first-child {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .system__course-type-name :first-child {
    font-size: 5.7291666667vw;
  }
}
.system__course-type-name :nth-of-type(2) {
  padding: 20px 0;
  font-size: 22px;
}
@media (max-width: 1600px) {
  .system__course-type-name :nth-of-type(2) {
    padding: 1.25vw 0;
    font-size: 1.375vw;
  }
}
@media (max-width: 768px) {
  .system__course-type-name :nth-of-type(2) {
    padding: 1.0416666667vw 0 1.8229166667vw;
    font-size: 3.3854166667vw;
    line-height: 1.2;
  }
}
.system__course-type-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  color: #ff9c3e;
  font-size: 53px;
  font-family: "maruhana";
}
@media (max-width: 1600px) {
  .system__course-type-price {
    gap: 0.625vw;
    font-size: 2.8125vw;
  }
}
@media (max-width: 768px) {
  .system__course-type-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    line-height: 1.2;
    font-size: 6.7708333333vw;
  }
}

.girls {
  background-color: #ffeaf2;
}
.girls h2 {
  margin: 0 auto;
  text-align: center;
  padding: 95px 0 0;
}
@media (max-width: 1600px) {
  .girls h2 {
    padding: 5.9375vw 0 0;
  }
}
@media (max-width: 768px) {
  .girls h2 {
    padding: 5.2083333333vw 0 0;
  }
}
.girls h2 img {
  width: 333px;
}
@media (max-width: 1600px) {
  .girls h2 img {
    width: 20.8125vw;
  }
}
@media (max-width: 768px) {
  .girls h2 img {
    width: 41.6666666667vw;
  }
}
.girls__btn {
  padding-top: 36px;
}
@media (max-width: 1600px) {
  .girls__btn {
    padding-top: 2.25vw;
  }
}
@media (max-width: 768px) {
  .girls__btn {
    padding-top: 4.6875vw;
  }
}
@media (max-width: 440px) {
  .girls__btn {
    padding-top: 8.1818181818vw;
  }
}
.girls__btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}
@media (max-width: 1600px) {
  .girls__btn__list {
    gap: 1.0625vw;
  }
}
@media (max-width: 768px) {
  .girls__btn__list {
    gap: 2.2135416667vw 9.6354166667vw;
  }
}
.girls__btn__list-link {
  padding: 12px 0;
  width: 142px;
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #000;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: normal;
}
@media (max-width: 1600px) {
  .girls__btn__list-link {
    padding: 0.75vw 0;
    width: 8.875vw;
    border-radius: 0.5625vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .girls__btn__list-link {
    padding: 1.5625vw 0;
    width: 18.4895833333vw;
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .girls__btn__list-link {
    padding: 2.7272727273vw 0;
    width: 32.2727272727vw;
    font-size: 4.5454545455vw;
  }
}
.girls__btn__list-select {
  margin: 49px auto 0;
  padding: 6px;
  border-radius: 9px;
  width: 234px;
  height: 50px;
  text-align: center;
  font-size: 34px;
}
@media (max-width: 1600px) {
  .girls__btn__list-select {
    margin: 3.0625vw auto 0;
    padding: 0.375vw;
    border-radius: 0.5625vw;
    width: 14.625vw;
    height: 3.125vw;
    font-size: 2.125vw;
  }
}
@media (max-width: 768px) {
  .girls__btn__list-select {
    margin: 6.3802083333vw auto 0;
    padding: 0.78125vw;
    border-radius: 1.171875vw;
    width: 30.46875vw;
    height: 6.5104166667vw;
    font-size: 4.4270833333vw;
  }
}
@media (max-width: 440px) {
  .girls__btn__list-select {
    margin: 11.1363636364vw auto 0;
    padding: 1.3636363636vw;
    border-radius: 2.0454545455vw;
    width: 53.1818181818vw;
    height: 11.3636363636vw;
    font-size: 7.7272727273vw;
  }
}
.girls .dateActive {
  background-color: #ee9cb9;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .girls .dateActive {
    border: 0.1302083333vw solid #fff;
  }
}
@media (max-width: 440px) {
  .girls .dateActive {
    border: 0.2272727273vw solid #fff;
  }
}
.girls__nav {
  margin: 70px auto;
}
@media (max-width: 1600px) {
  .girls__nav {
    margin: 4.375vw auto;
  }
}
@media (max-width: 768px) {
  .girls__nav {
    margin: 5.2083333333vw auto 0;
    padding: 10.4166666667vw 0;
    background-image: url(../images/schedule-bg.png);
    background-size: 100vw auto;
    background-repeat: repeat;
  }
}
.girls__nav__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 26px 55px;
  width: 1200px !important;
  padding-left: 100px;
}
@media (max-width: 1600px) {
  .girls__nav__list {
    gap: 1.625vw 3.4375vw;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .girls__nav__list {
    width: 100vw !important;
    gap: 3.90625vw 3.90625vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3.90625vw;
  }
}
.girls__nav__list .girlCard {
  width: 225px;
}
@media (max-width: 1600px) {
  .girls__nav__list .girlCard {
    width: 14.0625vw;
  }
}
@media (max-width: 768px) {
  .girls__nav__list .girlCard {
    width: 39.0625vw;
  }
}
.girls__nav__list .girlCard-info {
  gap: 3px;
  padding: 5px 0;
}
@media (max-width: 1600px) {
  .girls__nav__list .girlCard-info {
    gap: 0.1875vw;
    padding: 0.3125vw 0;
  }
}
@media (max-width: 768px) {
  .girls__nav__list .girlCard-info {
    gap: 0.2604166667vw;
    padding: 1.3020833333vw 0;
  }
}
.girls__btn-more {
  margin: 50px auto;
  padding: 20px 0;
  width: 320px;
  color: #7ac6f1;
  font-size: 38px;
  border-radius: 20px;
  border: 2px solid #7ac6f1;
  text-align: center;
  font-family: "maruhana";
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 1600px) {
  .girls__btn-more {
    margin: 3.125vw auto;
    padding: 1.25vw 0;
    width: 20vw;
    font-size: 2.375vw;
    border-radius: 1.25vw;
    border: 0.125vw solid #7ac6f1;
  }
}
@media (max-width: 768px) {
  .girls__btn-more {
    margin: 6.5104166667vw auto;
    padding: 2.6041666667vw 0;
    width: 41.6666666667vw;
    font-size: 4.9479166667vw;
    border-radius: 2.6041666667vw;
    border: 0.2604166667vw solid #7ac6f1;
  }
}
@media (max-width: 768px) {
  .girls .is-hidden,
  .girls .is-btn-hidden {
    display: none !important;
  }
}

.access {
  background-color: #e7f7ff;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .access {
    padding-bottom: 13.0208333333vw;
  }
}
.access h2 {
  margin: 0 auto;
  padding: 55px 0 14px;
  text-align: center;
}
@media (max-width: 1600px) {
  .access h2 {
    padding: 4.0625vw 0 0;
  }
}
@media (max-width: 768px) {
  .access h2 {
    padding: 4.8177083333vw 0 1.3020833333vw;
  }
}
.access h2 img {
  width: 360px;
}
@media (max-width: 1600px) {
  .access h2 img {
    width: 22.5vw;
  }
}
@media (max-width: 768px) {
  .access h2 img {
    width: 45.5729166667vw;
  }
}
.access__text {
  padding-bottom: 52px;
  text-align: center;
}
@media (max-width: 1600px) {
  .access__text {
    padding-bottom: 3.25vw;
  }
}
@media (max-width: 768px) {
  .access__text {
    padding-bottom: 1.3020833333vw;
  }
}
.access__text p {
  font-family: "anzu";
  font-size: 39px;
  color: #f56991;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .access__text p {
    font-size: 1.875vw;
    padding-bottom: 1.25vw;
  }
}
@media (max-width: 768px) {
  .access__text p {
    font-size: 4.9479166667vw;
    padding-bottom: 3.90625vw;
  }
}
.access__store {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 71px 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 915px;
}
@media (max-width: 1600px) {
  .access__store {
    gap: 4.4375vw 2.9375vw;
    width: 57.1875vw;
  }
}
@media (max-width: 768px) {
  .access__store {
    gap: 10.4166666667vw 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4%;
  }
}
.access__store-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
@media (max-width: 1600px) {
  .access__store-place {
    gap: 0.3125vw 0;
  }
}
@media (max-width: 768px) {
  .access__store-place {
    gap: 2.6041666667vw 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access__store-place h3 {
  font-size: 28px;
  color: #e792d6;
}
@media (max-width: 1600px) {
  .access__store-place h3 {
    font-size: 1.75vw;
  }
}
@media (max-width: 768px) {
  .access__store-place h3 {
    font-size: 5.2083333333vw;
    margin: 0 auto;
  }
}
.access__store-place img {
  width: 434px;
}
@media (max-width: 1600px) {
  .access__store-place img {
    width: 27.125vw;
  }
}
@media (max-width: 768px) {
  .access__store-place img {
    width: 96.3541666667vw;
  }
}
.access__store-place p {
  font-size: 16px;
  color: #299dd4;
}
@media (max-width: 1600px) {
  .access__store-place p {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .access__store-place p {
    font-size: 2.8645833333vw;
  }
}

.footer {
  position: relative;
  padding: 30px 0;
  background-color: #eceaff;
}
@media (max-width: 1600px) {
  .footer {
    padding: 1.875vw 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
    background-color: #ffdcf3;
  }
}
.footer-logo img {
  width: 356px;
}
@media (max-width: 1600px) {
  .footer-logo img {
    width: 22.25vw;
  }
}
@media (max-width: 768px) {
  .footer-logo img {
    width: 65.1041666667vw;
    padding-bottom: 15.625vw;
    margin: 0 auto;
  }
}
@media (max-width: 440px) {
  .footer-logo img {
    width: 80.9090909091vw;
    padding-bottom: 11.3636363636vw;
  }
}
.footer__nav {
  color: #a174af;
  font-family: "maruhana";
}
.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 60px;
  font-size: 22px;
}
@media (max-width: 1600px) {
  .footer__nav__list {
    gap: 0 3.75vw;
    font-size: 1.375vw;
  }
}
@media (max-width: 768px) {
  .footer__nav__list {
    gap: 0 3.90625vw;
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .footer__nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.2727272727vw 6.8181818182vw;
    font-size: 5.9090909091vw;
  }
}
.footer__info {
  position: absolute;
  top: 79px;
  left: 40%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  color: #299dd4;
  font-size: 24px;
  font-family: "anzu";
}
@media (max-width: 1600px) {
  .footer__info {
    top: 4.9375vw;
    gap: 3.125vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .footer__info {
    top: 44.2708333333vw;
    font-size: 2.8645833333vw;
    left: 0;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .footer__info {
    top: 54.5454545455vw;
    font-size: 5vw;
    left: 0%;
  }
}
.footer__info span {
  font-family: initial;
}
.footer__info-tel {
  width: 200px;
}
@media (max-width: 1600px) {
  .footer__info-tel {
    width: 12.5vw;
  }
}
@media (max-width: 768px) {
  .footer__info-tel {
    width: 39.0625vw;
  }
}
@media (max-width: 440px) {
  .footer__info-tel {
    width: 45.4545454545vw;
  }
}
.footer__info-tel img {
  width: 39.0625vw;
}
@media (max-width: 768px) {
  .footer__info-text {
    font-size: 5.859375vw;
  }
}
.footer-wrap {
  padding: 11px 0 0 95px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1600px) {
  .footer-wrap {
    padding: 0.6875vw 0 0 5.9375vw;
  }
}
@media (max-width: 768px) {
  .footer-wrap {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7.2916666667vw;
  }
}
@media (max-width: 440px) {
  .footer-wrap {
    gap: 12.7272727273vw;
  }
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1600px) {
  .footer-inner {
    gap: 2.6875vw;
  }
}
@media (max-width: 768px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .footer-inner {
    gap: 2.2727272727vw;
  }
}
.footer-inner p {
  padding: 0 0 9px 40px;
  color: #299dd4;
  font-size: 16px;
  font-family: "maruhana";
}
@media (max-width: 1600px) {
  .footer-inner p {
    padding: 0 0 0.5625vw 2.5vw;
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .footer-inner p {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .footer-inner p {
    font-size: 3.6363636364vw;
  }
}
.footer-btn {
  margin: 0 0 0 38px;
  padding: 10px 0;
  width: 568px;
  font-size: 40px;
  font-family: "anzu";
  text-align: center;
  color: #4f7d98;
  background-color: #b8d6f1;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .footer-btn {
    margin: 0 0 0 2.375vw;
    padding: 0.625vw 0;
    width: 35.5vw;
    font-size: 2.5vw;
    border-radius: 0.625vw;
  }
}
@media (max-width: 768px) {
  .footer-btn {
    width: 73.9583333333vw;
    margin: 0 auto;
    font-size: 5.2083333333vw;
    border-radius: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .footer-btn {
    width: 77.2727272727vw;
    font-size: 6.8181818182vw;
    border-radius: 2.2727272727vw;
  }
}
.footer__recruit {
  margin: 6.5104166667vw auto 6.5104166667vw;
  width: 65.1041666667vw;
  font-size: 5.9895833333vw;
  padding: 1.3020833333vw;
  border-radius: 1.953125vw;
  text-align: center;
  font-family: "anzu";
  color: #4f7d98;
  background-color: #b8d6f1;
}
.footer__tabNav {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 220, 243, 0.5);
}
.footer__tabNav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 2.6041666667vw 0;
}
.footer__tabNav-wrap img {
  width: 22.65625vw;
}
.footer__banner {
  padding: 32px 16px 0;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .footer__banner {
    padding: 32px 16px 120px;
  }
}
.footer__banner--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.footer__banner--container li a img {
  width: 100%;
}

.header {
  background-color: #f0abc6;
}
@media (max-width: 768px) {
  .header {
    background-color: inti;
  }
}
.header h1 {
  padding: 13px 0;
  font-size: 13px;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}
@media (max-width: 1600px) {
  .header h1 {
    padding: 0.8125vw;
    font-size: 0.8125vw;
  }
}
@media (max-width: 768px) {
  .header h1 {
    display: none;
  }
}
.header__top {
  position: relative;
  background-image: url(../images/header-bg.png);
  background-size: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .header__top {
    background-repeat: repeat;
  }
}
.header__top::before, .header__top::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 43px;
  background-image: url(../images/header-deco.png);
}
@media (max-width: 1600px) {
  .header__top::before, .header__top::after {
    height: 2.6875vw;
  }
}
@media (max-width: 768px) {
  .header__top::before, .header__top::after {
    height: 5.5989583333vw;
    background-repeat: no-repeat;
  }
}
@media (max-width: 440px) {
  .header__top::before, .header__top::after {
    height: 9.7727272727vw;
    background-repeat: no-repeat;
  }
}
.header__top::before {
  position: absolute;
  top: 0;
}
.header__top::after {
  position: absolute;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  padding: 45px 0;
}
@media (max-width: 1600px) {
  .header__top-flex {
    gap: 1.625vw;
    padding: 2.8125vw 0;
  }
}
@media (max-width: 768px) {
  .header__top-flex {
    padding: 6.5104166667vw 3.90625vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 440px) {
  .header__top-flex {
    padding: 11.3636363636vw 6.8181818182vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header__top-flex img {
  width: 411px;
  margin-right: 23px;
}
@media (max-width: 1600px) {
  .header__top-flex img {
    width: 27.5625vw;
    margin-right: 1.4375vw;
  }
}
@media (max-width: 768px) {
  .header__top-flex img {
    width: 100%;
    margin-right: 0;
  }
}
.header__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  padding-top: 27px;
}
@media (max-width: 1600px) {
  .header__top-info {
    gap: 1.625vw;
    padding-top: 1.6875vw;
  }
}
@media (max-width: 768px) {
  .header__top-info {
    gap: 0.6510416667vw;
    padding-top: 0;
  }
}
.header__top-info img:first-child {
  width: 316px;
  height: 47px;
}
@media (max-width: 1600px) {
  .header__top-info img:first-child {
    width: 19.75vw;
    height: 2.9375vw;
  }
}
@media (max-width: 768px) {
  .header__top-info img:first-child {
    width: 39.0625vw;
    height: auto;
  }
}
.header__top-info img:nth-child(2) {
  width: 462px;
  height: 104px;
  margin-right: 49px;
}
@media (max-width: 1600px) {
  .header__top-info img:nth-child(2) {
    width: 28.875vw;
    height: 6.5vw;
    margin-right: 3.0625vw;
  }
}
@media (max-width: 768px) {
  .header__top-info img:nth-child(2) {
    width: 60.15625vw;
    height: auto;
    margin-right: 0;
  }
}
.header__nav {
  padding: 14px 0;
  color: #a174af;
  font-family: "maruhana";
  background-color: #eceaff;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1600px) {
  .header__nav {
    padding: 0.875vw 0;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 45px;
  font-size: 25px;
}
@media (max-width: 1600px) {
  .header__nav__list {
    gap: 0 2.8125vw;
    font-size: 1.5625vw;
  }
}
.header__tabNav {
  position: fixed;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fbb6d1;
  -webkit-transition: 0.6s all ease-out;
  transition: 0.6s all ease-out;
  z-index: 10;
}
.header__tabNav__list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  gap: 10.4166666667vw 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__tabNav__list-link {
  position: relative;
  color: #fff;
  font-size: 4.6875vw;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 440px) {
  .header__tabNav__list-link {
    font-size: 5.2272727273vw;
  }
}
.header__tabNav__list-link a {
  display: inline-block;
  width: 60%;
  padding: 0.5208333333vw 0;
}
.header__tabNav__list-link::before {
  content: "";
  position: absolute;
  top: -3.90625vw;
  left: 21.875vw;
  width: 4.1666666667vw;
  height: 4.4270833333vw;
  background: url(../images/header-deco-tab.png) no-repeat;
  background-size: contain;
}
@media (max-width: 440px) {
  .header__tabNav__list-link::before {
    left: 19.5454545455vw;
  }
}
.header__tabNav__list-link::after {
  content: "";
  display: block;
  width: 52%;
  height: 8px;
  margin: 0 auto;
  background: url(../images/header-bottom-tab.png);
  background-size: cover;
  background-position-x: -2.6041666667vw;
}
.header__tabNav-active {
  left: 0 !important;
}
.header__tabButton {
  position: fixed;
  width: 5.7291666667vw;
  height: 4.1666666667vw;
  right: 4.1666666667vw;
  top: 8.59375vw;
  z-index: 20;
}
.header__tabButton span {
  position: absolute;
  left: 0px;
  top: 3.125vw;
  width: 100%;
  height: 0.390625vw;
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header__tabButton span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2.6041666667vw;
  width: 100%;
  height: 0.390625vw;
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header__tabButton span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 2.6041666667vw;
  width: 100%;
  height: 0.390625vw;
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header__tabButton-active {
  background: none !important;
}
.header__tabButton-active::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
.header__tabButton-active::after {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}
.header__tabButton-bg {
  z-index: 20;
  position: fixed;
  display: block;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  right: 1.8229166667vw;
  top: 6.7708333333vw;
  background: #fbb6d1;
  opacity: 0.8;
}

.girlCard {
  border: 2px solid #ffb3cf;
  background: #fff;
  width: 203px;
}
@media (max-width: 1600px) {
  .girlCard {
    border: 0.125vw solid #ffb3cf;
    width: 12.6875vw;
  }
}
@media (max-width: 768px) {
  .girlCard {
    border: 0.5208333333vw solid #ffb3cf;
    width: 26.4322916667vw;
  }
}
.girlCard-time {
  padding: 7px 0;
  color: #ec5282;
  background-color: #ffb3cf;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1600px) {
  .girlCard-time {
    padding: 0.4375vw 0;
    font-size: 1.125vw;
  }
}
@media (max-width: 768px) {
  .girlCard-time {
    padding: 0.9114583333vw 0;
    font-size: 3.90625vw;
  }
}
.girlCard-img {
  padding: 12px 9px 0px;
}
@media (max-width: 1600px) {
  .girlCard-img {
    padding: 0.75vw 0.5625vw 0;
  }
}
@media (max-width: 768px) {
  .girlCard-img {
    padding: 2.6041666667vw 1.171875vw 0;
  }
}
.girlCard-img img {
  width: 220px;
  border: 2px solid #ffb3cf;
}
@media (max-width: 1600px) {
  .girlCard-img img {
    width: 13.75vw;
  }
}
@media (max-width: 768px) {
  .girlCard-img img {
    width: 41.6666666667vw;
    border: 0.390625vw solid #ffb3cf;
  }
}
.girlCard-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
}
@media (max-width: 1600px) {
  .girlCard-info {
    padding: 0.1875vw 0;
  }
}
@media (max-width: 768px) {
  .girlCard-info {
    padding: 1.0416666667vw 0 1.3020833333vw;
  }
}
.girlCard-name {
  color: #ec5282;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .girlCard-name {
    font-size: 0.9375vw;
  }
}
@media (max-width: 768px) {
  .girlCard-name {
    font-size: 2.8645833333vw;
  }
}
.girlCard-size {
  font-size: 11px;
}
@media (max-width: 1600px) {
  .girlCard-size {
    font-size: 0.6875vw;
  }
}
@media (max-width: 768px) {
  .girlCard-size {
    font-size: 2.9947916667vw;
  }
}
.girlCard-store {
  font-size: 11px;
}
@media (max-width: 1600px) {
  .girlCard-store {
    font-size: 0.6875vw;
  }
}
@media (max-width: 768px) {
  .girlCard-store {
    font-size: 2.9947916667vw;
  }
}/*# sourceMappingURL=style.css.map */