@charset "UTF-8";
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../fonts/AcuminVariableConcept.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
}

main {
  display: block;
  overflow-y: hidden;
  overflow-x: 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;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  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;
}

@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../fonts/AcuminVariableConcept.ttf") format("truetype");
}
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../fonts/AcuminVariableConcept.ttf") format("truetype");
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  font-family: 游明朝, Yu Mincho, 游明朝体, YuMincho, serif;
  overflow-x: hidden;
  font-weight: 500;
}

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: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 1240px) {
  .container {
    padding: 0;
    max-width: 96.875vw;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.main {
  padding-bottom: 100px;
}
@media (max-width: 1240px) {
  .main {
    padding-bottom: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .main {
    padding-bottom: 13.3689839572vw;
  }
}
@media (max-width: 440px) {
  .main {
    padding-bottom: 22.7272727273vw;
  }
}

.bg {
  background: url(../images/bg.png) repeat-x;
  background-size: cover;
  background-position: top 0 center;
}

.h2-title {
  padding-bottom: 5px;
  padding-top: 62px;
  margin: 0 auto;
  width: 400px;
  border-bottom: 7px solid #a4d7e6;
  text-align: center;
  font-size: 32px;
  letter-spacing: 6px;
}
@media (max-width: 1240px) {
  .h2-title {
    padding-top: 4.84375vw;
    padding-bottom: 0.6510416667vw;
    width: 31.25vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.46875vw;
    border-bottom: 0.546875vw solid #a4d7e6;
  }
}
@media (max-width: 768px) {
  .h2-title {
    margin-bottom: 9.765625vw;
    width: 100%;
    font-size: 7.8125vw;
    border-bottom: 1.5625vw solid #a4d7e6;
    font-weight: normal;
  }
}
.h2-title p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
}
.h2-title .h2-en {
  font-size: 12px;
  color: #5d5d5d;
  font-weight: normal;
  font-family: "Acumin Variable Concept", sans-serif;
  font-style: Condensed Medium;
}
@media (max-width: 768px) {
  .h2-title .h2-en {
    font-size: 3.6458333333vw;
    letter-spacing: -0.0260416667vw;
  }
}

.h3-title {
  padding: 0 0 36px;
  font-size: 23px;
  font-weight: normal;
}
@media (max-width: 1240px) {
  .h3-title {
    padding: 0 0 2.8125vw;
    font-size: 1.796875vw;
  }
}
@media (max-width: 768px) {
  .h3-title {
    padding: 0 0 4.6875vw;
    font-size: 6.25vw;
  }
}
.h3-title > p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1240px) {
  .h3-title > p {
    gap: 0.78125vw;
  }
}
.h3-title > p::after, .h3-title > p::before {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  background-color: #a4d7e6;
}
@media (max-width: 1240px) {
  .h3-title > p::after, .h3-title > p::before {
    width: 2.8125vw;
    height: 0.3125vw;
  }
}
@media (max-width: 768px) {
  .h3-title > p::after, .h3-title > p::before {
    width: 5.46875vw;
    height: 0.6510416667vw;
  }
}
.h3-title span {
  padding-left: 33px;
  color: #a4d7e6;
  font-size: 15px;
  letter-spacing: 30px;
}
@media (max-width: 1240px) {
  .h3-title span {
    padding-left: 2.578125vw;
    font-size: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .h3-title span {
    padding-left: 4.296875vw;
    font-size: 1.953125vw;
  }
}
@media (max-width: 440px) {
  .h3-title span {
    padding-left: 7.5vw;
    font-size: 3.4090909091vw;
  }
}

.new {
  position: relative;
}
.new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/new.png) no-repeat;
  background-size: 84px 83px;
  width: 84px;
  height: 83px;
  z-index: 1;
}
@media (max-width: 1240px) {
  .new::before {
    background-size: 6.5625vw 6.5625vw;
    width: 6.5625vw;
    height: 6.484375vw;
  }
}
@media (max-width: 768px) {
  .new::before {
    background-size: 14.9739583333vw 14.9739583333vw;
    width: 14.9739583333vw;
    height: 14.9739583333vw;
  }
}

.top__swiper {
  width: 1200px;
  padding-bottom: 110px !important;
}
@media (max-width: 1240px) {
  .top__swiper {
    width: 100%;
    padding-bottom: 8.59375vw !important;
  }
}
@media (max-width: 768px) {
  .top__swiper {
    width: 100vw;
    padding-bottom: 14.3229166667vw !important;
  }
}
.top__swiper img {
  width: 100% !important;
}
.top__swiper .swiper-pagination {
  bottom: 30px !important;
}
@media (max-width: 1240px) {
  .top__swiper .swiper-pagination {
    bottom: 2.34375vw !important;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-pagination {
    bottom: 3.90625vw !important;
  }
}
.top__swiper .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  margin: 0 20px !important;
}
@media (max-width: 1240px) {
  .top__swiper .swiper-pagination-bullet {
    width: 1.5625vw !important;
    height: 1.5625vw !important;
    margin: 0 1.5625vw !important;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-pagination-bullet {
    width: 4.0364583333vw !important;
    height: 4.0364583333vw !important;
    margin: 0 3.90625vw !important;
  }
}
.top__swiper .swiper-pagination-bullet-active {
  background-color: #69c3d5;
}
.top__sche {
  padding: 27px 0 50px;
}
@media (max-width: 1240px) {
  .top__sche {
    padding: 2.109375vw 0 3.90625vw;
  }
}
@media (max-width: 768px) {
  .top__sche {
    padding: 0;
  }
}
.top__sche__nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 16px;
}
@media (max-width: 1240px) {
  .top__sche__nav__list {
    gap: 1.5625vw 1.25vw;
  }
}
@media (max-width: 440px) {
  .top__sche__nav__list {
    gap: 4.5454545455vw 3.6363636364vw;
  }
}
.top__sche__nav__list::after {
  content: "";
  display: block;
  width: 33.333%;
  height: 0;
}
.top__sche-btn {
  display: flex;
  align-items: center;
  gap: 49px;
  margin: 40px auto 0;
  padding: 13px 0 13px 54px;
  width: 294px;
  font-size: 24px;
  border-radius: 40px;
  background-color: #69c3d5;
  color: #fff;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1rem;
}
@media (max-width: 1240px) {
  .top__sche-btn {
    gap: 3.828125vw;
    width: 22.96875vw;
    font-size: 1.875vw;
    padding: 1.015625vw 0 1.015625vw 4.21875vw;
    margin: 3.125vw auto 0;
    padding: 1.015625vw 0 1.015625vw 4.21875vw;
    letter-spacing: 0.0078125vw;
  }
}
@media (max-width: 768px) {
  .top__sche-btn {
    gap: 6.3802083333vw;
    margin: 5.2083333333vw auto 0;
    padding: 1.6927083333vw 0 1.6927083333vw 7.03125vw;
    width: 38.28125vw;
    font-size: 3.125vw;
  }
}
.top__sche-btn::after {
  content: "";
  display: block;
  background: url(../images/sche-deco.png) no-repeat;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
}
@media (max-width: 1240px) {
  .top__sche-btn::after {
    width: 3.28125vw;
    height: 3.28125vw;
    background-size: 3.28125vw 3.28125vw;
  }
}
@media (max-width: 768px) {
  .top__sche-btn::after {
    width: 5.46875vw;
    height: 5.46875vw;
    background-size: 5.46875vw 5.46875vw;
  }
}
.top__newface {
  position: relative;
}
.top__newface__nav {
  padding-top: 27px !important;
}
@media (max-width: 1240px) {
  .top__newface__nav {
    padding-top: 2.109375vw !important;
  }
}
@media (max-width: 768px) {
  .top__newface__nav {
    padding-top: 0 !important;
  }
}
.top__newface__nav__list {
  display: flex;
  flex-wrap: nowrap;
}
.top__newface__swiper {
  width: 1080px !important;
}
@media (max-width: 1240px) {
  .top__newface__swiper {
    width: 84.375vw !important;
  }
}
.top__newface__swiper-wrap {
  gap: 20px;
}
@media (max-width: 1240px) {
  .top__newface__swiper-wrap {
    gap: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .top__newface__swiper-wrap {
    gap: 2.6041666667vw;
  }
}
.top__newface__swiper .swiper-slide {
  width: 257px !important;
}
@media (max-width: 1240px) {
  .top__newface__swiper .swiper-slide {
    width: 20.078125vw !important;
  }
}
@media (max-width: 768px) {
  .top__newface__swiper .swiper-slide {
    width: 46.875vw !important;
  }
}
@media (max-width: 768px) {
  .top__newface .swiper-navWrap {
    display: none;
  }
}
.top__newface .swiper-navWrap .swiper-button-next,
.top__newface .swiper-navWrap .swiper-button-prev {
  width: 42px;
  height: 42px;
}
@media (max-width: 1240px) {
  .top__newface .swiper-navWrap .swiper-button-next,
  .top__newface .swiper-navWrap .swiper-button-prev {
    width: 3.28125vw;
    height: 3.28125vw;
  }
}
.top__newface .swiper-navWrap .swiper-button-next::after,
.top__newface .swiper-navWrap .swiper-button-prev::after {
  content: "" !important;
  position: absolute;
  display: block;
  background: url(../images/arrow.png) no-repeat;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
}
@media (max-width: 1240px) {
  .top__newface .swiper-navWrap .swiper-button-next::after,
  .top__newface .swiper-navWrap .swiper-button-prev::after {
    background-size: 3.28125vw 3.28125vw;
    width: 3.28125vw;
    height: 3.28125vw;
  }
}
.top__newface .swiper-navWrap .swiper-button-next.swiper-button-next,
.top__newface .swiper-navWrap .swiper-button-prev.swiper-button-next {
  transform: rotate(180deg);
}
.top__newface .swiper-navWrap .swiper-button-next.swiper-button-next::after,
.top__newface .swiper-navWrap .swiper-button-prev.swiper-button-next::after {
  right: 20px;
  top: -65px;
}
@media (max-width: 1240px) {
  .top__newface .swiper-navWrap .swiper-button-next.swiper-button-next::after,
  .top__newface .swiper-navWrap .swiper-button-prev.swiper-button-next::after {
    right: 1.5625vw;
    top: -5.078125vw;
  }
}
.top__newface .swiper-navWrap .swiper-button-next.swiper-button-prev::after,
.top__newface .swiper-navWrap .swiper-button-prev.swiper-button-prev::after {
  left: -20px;
  top: 65px;
}
@media (max-width: 1240px) {
  .top__newface .swiper-navWrap .swiper-button-next.swiper-button-prev::after,
  .top__newface .swiper-navWrap .swiper-button-prev.swiper-button-prev::after {
    left: -1.5625vw;
    top: 5.078125vw;
  }
}
.top__newface__rank {
  padding-top: 50px;
}
@media (max-width: 1240px) {
  .top__newface__rank {
    padding-top: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .top__newface__rank {
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .top__newface__rank {
    padding-top: 11.3636363636vw;
  }
}

.girls {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .girls {
    gap: 0;
  }
}
.girls .h2-title {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .girls .h2-title {
    padding-top: 4.5572916667vw;
  }
}
.girls__nav {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .girls__nav {
    padding-top: 3.2552083333vw;
  }
}
.girls__nav__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media (max-width: 768px) {
  .girls__nav__list {
    gap: 2.6041666667vw 1.3020833333vw;
    justify-content: center;
  }
}

@media (max-width: 1240px) {
  .schedule {
    gap: 1.953125vw;
  }
}
@media (max-width: 768px) {
  .schedule {
    gap: 0;
  }
}
.schedule__btn {
  padding: 33px 0;
}
@media (max-width: 1240px) {
  .schedule__btn {
    padding: 2.578125vw 0;
  }
}
@media (max-width: 768px) {
  .schedule__btn {
    padding: 4.296875vw 0;
  }
}
@media (max-width: 440px) {
  .schedule__btn {
    padding: 7.5vw 0;
  }
}
.schedule__btn__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.schedule__btn__list-link {
  cursor: pointer !important;
  width: 14.2857142857%;
  text-align: center;
  background-color: #d4c6aa;
  color: #fff;
  font-size: 20px;
  padding: 22px 0;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
}
@media (max-width: 1240px) {
  .schedule__btn__list-link {
    font-size: 1.5625vw;
    padding: 1.71875vw 0;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list-link {
    font-size: 3.3854166667vw;
    flex-direction: column;
    padding: 0.6510416667vw 0;
  }
}
.schedule__btn__list-link.dateactive {
  border: none;
  background: #c6ac7f !important;
  border: 1px solid #fff;
  color: #fff !important;
}
.schedule__btn__list-link_date {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .schedule__btn__list-link_date {
    justify-content: center;
  }
}
.schedule__nav__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media (max-width: 1240px) {
  .schedule__nav__list {
    gap: 1.5625vw 0.78125vw;
  }
}
@media (max-width: 768px) {
  .schedule__nav__list {
    gap: 2.6041666667vw 3.125vw;
  }
}
.schedule__nav__list::after {
  content: "";
  display: block;
  width: 33.333%;
  height: 0;
}

.system__section {
  padding-top: 50px;
}
@media (max-width: 1240px) {
  .system__section {
    padding-top: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .system__section {
    padding-top: 19.53125vw;
  }
}
@media (max-width: 440px) {
  .system__section {
    padding-top: 11.3636363636vw;
  }
}
.system__basic {
  text-align: center;
}
.system__basic-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #a4d7e6;
}
@media (max-width: 768px) {
  .system__basic-plan {
    flex-wrap: nowrap;
  }
}
.system__basic-plan:last-child {
  border: none;
}
@media (max-width: 768px) {
  .system__basic-plan:last-child {
    display: none;
  }
}
.system__basic-plan:last-child img {
  width: 325px;
}
.system__basic dl {
  display: inline-grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 17px 33px;
}
@media (max-width: 768px) {
  .system__basic dl {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.3020833333vw;
    width: 85.4166666667vw;
  }
}
.system__basic dl dt {
  padding: 5px 0;
  width: 180px;
  background-color: #a4d7e6;
  font-size: 16px;
}
@media (max-width: 768px) {
  .system__basic dl dt {
    width: 47.3958333333vw;
    font-size: 3.6458333333vw;
    font-weight: normal;
    padding: 1.4322916667vw 0;
  }
}
.system__basic dl dd {
  width: 145px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .system__basic dl dd {
    width: 38.1510416667vw;
    font-size: 3.6458333333vw;
    font-weight: normal;
  }
}
.system__course {
  text-align: center;
}
.system__course-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #a4d7e6;
}
.system__course-plan:last-child dl,
.system__course-plan:last-child dt {
  font-size: 16px;
}
@media (max-width: 768px) {
  .system__course-plan:last-child dl,
  .system__course-plan:last-child dt {
    font-size: 3.6458333333vw;
  }
}
.system__course dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px 33px;
  width: 687px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .system__course dl {
    width: 89.453125vw;
  }
}
.system__course dl dt {
  padding: 5px 0;
  width: 193px;
  background-color: #a4d7e6;
  padding: 14px 0;
  font-size: 20px;
  width: 180px;
}
@media (max-width: 768px) {
  .system__course dl dt {
    width: 47.3958333333vw;
    font-size: 3.6458333333vw;
    font-weight: normal;
    padding: 1.4322916667vw 0;
  }
}
.system__course dl dd {
  font-size: 20px;
  width: 145px;
}
@media (max-width: 768px) {
  .system__course dl dd {
    width: 38.1510416667vw;
    font-size: 3.6458333333vw;
    font-weight: normal;
  }
}
.system__option-plan {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 24px;
  font-weight: normal;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .system__option-plan {
    justify-content: space-between;
    font-size: 4.0364583333vw;
    gap: 1.3020833333vw;
    width: 100%;
  }
}
.system__option-plan::after {
  content: "";
  display: block;
  width: 245px;
  height: 1px;
  background-color: #a4d7e6;
  order: 2;
}
@media (max-width: 768px) {
  .system__option-plan::after {
    width: auto;
    min-width: 0;
    flex: 1;
    margin: 0 10px;
  }
}
.system__option-plan dt {
  order: 3;
}
@media (max-width: 768px) {
  .system__option-plan dt {
    width: 13.5416666667vw;
    white-space: nowrap;
  }
}
.system__option-plan dd {
  order: 1;
  text-align: right;
  width: 263px;
}
@media (max-width: 768px) {
  .system__option-plan dd {
    text-align: left;
    width: auto;
    min-width: 0;
  }
}
.system__option dl {
  display: flex;
  flex-direction: column;
  gap: 27px 0;
  padding-right: 138px;
}
@media (max-width: 768px) {
  .system__option dl {
    padding: 0 11.328125vw;
  }
}
.system__option span {
  font-size: 16px;
  text-align: right;
}
@media (max-width: 768px) {
  .system__option span {
    font-size: 3.3854166667vw;
    font-weight: normal;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: left;
    letter-spacing: -0.0651041667vw;
    font-feature-settings: "palt";
    padding-top: 3.90625vw;
  }
}
.system__payment {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .system__payment {
    font-size: 3.3854166667vw;
  }
}
.system__payment p:first-child {
  font-size: 29px;
}
@media (max-width: 768px) {
  .system__payment p:first-child {
    font-size: 3.7760416667vw;
  }
}
.system__attention {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 20px 30px;
  font-size: 17px;
  border-radius: 26px;
}
@media (max-width: 1240px) {
  .system__attention {
    padding: 1.5625vw 2.34375vw;
    font-size: 1.5625vw;
    border-radius: 2.03125vw;
  }
}
@media (max-width: 768px) {
  .system__attention {
    font-size: 3.3854166667vw;
  }
}
@media (max-width: 440px) {
  .system__attention {
    font-size: 4.5454545455vw;
  }
}
.system__attention ul {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .system__attention ul {
    line-height: 2;
  }
}
.system__attention p {
  padding-top: 10px;
}
@media (max-width: 1240px) {
  .system__attention p {
    padding-top: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .system__attention p {
    padding-top: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .system__attention p {
    padding-top: 4.5454545455vw;
  }
}

.event__section {
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1240px) {
  .event__section {
    padding: 7.8125vw 0 0;
  }
}
@media (max-width: 768px) {
  .event__section {
    padding: 13.0208333333vw 0 0;
  }
}
.event__section img {
  padding-bottom: 20px;
}
@media (max-width: 1240px) {
  .event__section img {
    padding-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .event__section img {
    padding-bottom: 2.6041666667vw;
  }
}
.event__section p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
}
.event__section p:first-of-type {
  padding-bottom: 10px;
}
@media (max-width: 1240px) {
  .event__section p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .event__section p {
    font-size: 3.3854166667vw;
  }
}
.event__section p span {
  font-size: 33px;
  color: #a4d7e6;
}
@media (max-width: 1240px) {
  .event__section p span {
    font-size: 2.578125vw;
  }
}
@media (max-width: 768px) {
  .event__section p span {
    font-size: 7.2916666667vw;
  }
}

.access__nav {
  text-align: center;
}

.profile .news {
  display: none !important;
}
.profile .bunner-rec {
  padding: 120px 0 100px;
  width: 780px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .profile .bunner-rec {
    padding: 15.625vw 0 13.0208333333vw;
    width: 100%;
    text-align: center;
  }
}

.header {
  padding: 107px 0 0;
}
@media (max-width: 1240px) {
  .header {
    padding: 8.359375vw 0 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 6.5104166667vw;
  }
}
.header__img {
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .header__img {
    padding-bottom: 6.5104166667vw;
  }
}
.header__img img {
  width: 254px;
}
@media (max-width: 1240px) {
  .header__img img {
    width: 19.84375vw;
  }
}
@media (max-width: 768px) {
  .header__img img {
    width: 54.0364583333vw;
  }
}
.header__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 8px 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 19px;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1240px) {
  .header__info {
    font-size: 1.484375vw;
  }
}
@media (max-width: 768px) {
  .header__info {
    font-size: 4.9479166667vw;
    padding: 1.3020833333vw 0;
  }
}
.header__nav__list {
  display: flex;
  width: 100%;
}
.header__nav__list-link {
  background-color: #69c3d5;
  border: 1px solid #fff;
  color: #fff;
  width: 14.2857142857%;
  text-align: center;
  padding: 26px 0;
  font-size: 19px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1240px) {
  .header__nav__list-link {
    font-size: 1.484375vw;
    padding: 2.03125vw 0;
  }
}

.girlCard {
  padding-bottom: 10px;
  border-collapse: collapse;
  width: 286px;
}
@media (max-width: 1240px) {
  .girlCard {
    padding-bottom: 0.78125vw;
    width: 22.34375vw;
  }
}
@media (max-width: 768px) {
  .girlCard {
    padding-bottom: 1.3020833333vw;
    width: 46.6145833333vw;
  }
}
@media (max-width: 440px) {
  .girlCard {
    padding-bottom: 2.2727272727vw;
  }
}
.girlCard-img {
  position: relative;
  padding: 0 0 13px;
  text-align: center;
  width: 286px;
}
@media (max-width: 1240px) {
  .girlCard-img {
    padding: 0 0 1.015625vw;
    width: 22.34375vw;
  }
}
@media (max-width: 768px) {
  .girlCard-img {
    width: 46.6145833333vw;
  }
  .girlCard-img img {
    width: 100%;
  }
}
.girlCard-name {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1240px) {
  .girlCard-name {
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .girlCard-name {
    font-size: 3.6458333333vw;
  }
}
.girlCard-size {
  padding: 3px 0;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1240px) {
  .girlCard-size {
    padding: 0.234375vw 0;
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .girlCard-size {
    font-size: 3.2552083333vw;
  }
}
.girlCard-time-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  padding: 7px 0;
  font-size: 23px;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1240px) {
  .girlCard-time-wrap {
    gap: 0 0.625vw;
    padding: 0.546875vw 0;
    font-size: 1.796875vw;
  }
}
@media (max-width: 768px) {
  .girlCard-time-wrap {
    font-size: 3.6458333333vw;
  }
}
.girlCard-time-wrap::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/girl-time.png) no-repeat;
  background-size: 18px 18px;
}
@media (max-width: 1240px) {
  .girlCard-time-wrap::before {
    width: 1.40625vw;
    height: 1.40625vw;
    background-size: 1.40625vw 1.40625vw;
  }
}
@media (max-width: 768px) {
  .girlCard-time-wrap::before {
    width: 2.9947916667vw;
    height: 2.9947916667vw;
    background-size: 2.9947916667vw 2.9947916667vw;
  }
}
.girlCard .newface .girlCard-img {
  position: relative;
}
.girlCard .newface .girlCard-img::after {
  content: "NEW";
  position: absolute;
  left: 6px;
  bottom: 4px;
  padding: 10px 6px;
  color: #fff;
  font-size: 26px;
  background: #69c3d5;
  border-radius: 6px;
}
@media (max-width: 1240px) {
  .girlCard .newface .girlCard-img::after {
    left: 0.46875vw;
    bottom: 0.3125vw;
    padding: 0.78125vw 0.46875vw;
    font-size: 2.03125vw;
  }
}

.newfaceCard {
  width: 257px !important;
}
@media (max-width: 1240px) {
  .newfaceCard {
    width: 20.078125vw !important;
  }
}
@media (max-width: 768px) {
  .newfaceCard {
    width: 46.875vw !important;
  }
}
.newfaceCard-img {
  position: relative;
  padding-bottom: 8px;
}
@media (max-width: 1240px) {
  .newfaceCard-img {
    padding-bottom: 0.625vw;
  }
}
@media (max-width: 768px) {
  .newfaceCard-img {
    padding-bottom: 1.0416666667vw;
  }
  .newfaceCard-img img {
    width: 46.875vw !important;
  }
}
.newfaceCard-name {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 1240px) {
  .newfaceCard-name {
    font-size: 1.796875vw;
  }
}
@media (max-width: 768px) {
  .newfaceCard-name {
    font-size: 2.9947916667vw;
  }
}
@media (max-width: 440px) {
  .newfaceCard-name {
    font-size: 5.2272727273vw;
  }
}
.newfaceCard-size {
  padding: 8px 0;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 1240px) {
  .newfaceCard-size {
    padding: 0.625vw 0;
    font-size: 1.484375vw;
  }
}
@media (max-width: 768px) {
  .newfaceCard-size {
    padding: 1.0416666667vw 0;
    font-size: 2.4739583333vw;
  }
}
@media (max-width: 440px) {
  .newfaceCard-size {
    padding: 1.8181818182vw 0;
    font-size: 4.3181818182vw;
  }
}
.newfaceCard-time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  margin: 5px auto 0;
  padding: 2px 0;
  width: 220px;
  font-size: 20px;
  color: #e30060;
  border: solid 2px #e30060;
}
@media (max-width: 1240px) {
  .newfaceCard-time {
    gap: 0 0.625vw;
    margin: 0.390625vw auto 0;
    padding: 0.15625vw 0;
    width: 17.1875vw;
    font-size: 1.5625vw;
  }
}
.newfaceCard-time::before {
  content: "";
  width: 29px;
  height: 29px;
  background: url(../images/girl-time.png) no-repeat;
  background-size: contain;
}
@media (max-width: 1240px) {
  .newfaceCard-time::before {
    width: 2.265625vw;
    height: 2.265625vw;
  }
}

.prof__main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding-top: 52px;
  z-index: 1;
}
@media (max-width: 1240px) {
  .prof__main {
    padding-top: 4.0625vw;
  }
}
@media (max-width: 768px) {
  .prof__main {
    padding-top: 6.7708333333vw;
  }
}
@media (max-width: 440px) {
  .prof__main {
    padding-top: 4.0625vw;
  }
}
.prof__main::before {
  content: "";
  display: inline-block;
  width: 1200px;
  height: 10px;
  background-color: #e30060;
  position: absolute;
  top: 87px;
  left: -20px;
  z-index: -1;
}
@media (max-width: 1240px) {
  .prof__main::before {
    width: 93.75vw;
    height: 0.78125vw;
    top: 6.796875vw;
    left: -1.5625vw;
  }
}
@media (max-width: 768px) {
  .prof__main::before {
    width: 156.25vw;
    height: 1.3020833333vw;
    top: 82.6822916667vw;
  }
}
@media (max-width: 440px) {
  .prof__main::before {
    width: 272.7272727273vw;
    height: 2.2727272727vw;
    top: 137.5vw;
  }
}
.prof-right {
  width: 60%;
}
@media (max-width: 768px) {
  .prof-right {
    width: 100%;
  }
}
.prof-img img {
  width: 356px;
}
@media (max-width: 1240px) {
  .prof-img img {
    width: 27.8125vw;
  }
}
@media (max-width: 768px) {
  .prof-img img {
    width: 46.3541666667vw;
  }
}
@media (max-width: 440px) {
  .prof-img img {
    width: 80.9090909091vw;
  }
}
.prof-h3 {
  font-size: 24px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .prof-h3 {
    font-size: 1.875vw;
    margin-bottom: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .prof-h3 {
    font-size: 3.125vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .prof-h3 {
    font-size: 5.4545454545vw;
    margin-bottom: 2.2727272727vw;
  }
}
.prof__name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 30px;
}
@media (max-width: 1240px) {
  .prof__name {
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .prof__name {
    flex-direction: column;
    align-items: center;
    padding: 2.6041666667vw 0;
    gap: 1.3020833333vw;
    font-size: 3.90625vw;
  }
}
@media (max-width: 440px) {
  .prof__name {
    padding: 4.5454545455vw 0;
    gap: 2.2727272727vw;
    font-size: 6.8181818182vw;
  }
}
.prof__name p:nth-child(2)::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1px;
  width: 4px;
  height: 20px;
  background-color: #000;
}
@media (max-width: 1240px) {
  .prof__name p:nth-child(2)::before {
    width: 0.3125vw;
    height: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .prof__name p:nth-child(2)::before {
    width: 0.5208333333vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .prof__name p:nth-child(2)::before {
    width: 0.9090909091vw;
    height: 4.5454545455vw;
  }
}
.prof__spec {
  font-size: 24px;
  padding-top: 28px;
}
@media (max-width: 1240px) {
  .prof__spec {
    font-size: 1.875vw;
    padding-top: 2.1875vw;
  }
}
@media (max-width: 768px) {
  .prof__spec {
    font-size: 3.125vw;
    padding-top: 3.6458333333vw;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .prof__spec {
    font-size: 5.4545454545vw;
    padding-top: 6.3636363636vw;
  }
}
.prof__option {
  padding-top: 70px;
}
@media (max-width: 1240px) {
  .prof__option {
    padding-top: 5.46875vw;
  }
}
@media (max-width: 768px) {
  .prof__option {
    padding-top: 9.1145833333vw;
  }
}
@media (max-width: 440px) {
  .prof__option {
    padding-top: 15.9090909091vw;
  }
}
.prof__option-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  grid-auto-flow: row;
  grid-template-areas: ". . . ." ". . . ." ". . . .";
}
@media (max-width: 1240px) {
  .prof__option-table {
    gap: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .prof__option-table {
    gap: 1.3020833333vw;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . " ". . " ". . " ". . " ". . " ". . ";
  }
}
@media (max-width: 440px) {
  .prof__option-table {
    gap: 2.2727272727vw;
  }
}
.prof__option-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2px 0;
  align-items: center;
  background-color: #e30060;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1240px) {
  .prof__option-inner {
    padding: 0.15625vw 0;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .prof__option-inner {
    padding: 0.2604166667vw 0;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .prof__option-inner {
    padding: 0.4545454545vw;
    font-size: 3.6363636364vw;
  }
}
.prof__option-inner .ok {
  padding: 4px 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e30060;
  color: #e30060;
}
@media (max-width: 1240px) {
  .prof__option-inner .ok {
    padding: 0.3125vw 0;
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .prof__option-inner .ok {
    padding: 0.5208333333vw 0;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media (max-width: 440px) {
  .prof__option-inner .ok {
    padding: 0.9090909091vw 0;
    width: 6.8181818182vw;
    height: 6.8181818182vw;
  }
}
.prof__option-inner .ok::after {
  content: "○";
}
.prof__option-inner .ng {
  width: 30px;
  height: 30px;
  border: 2px solid #e30060;
  background-color: #fff;
  color: #e30060;
  text-align: center;
  position: relative;
}
@media (max-width: 1240px) {
  .prof__option-inner .ng {
    width: 2.34375vw;
    height: 2.34375vw;
    border: 0.15625vw solid #e30060;
  }
}
@media (max-width: 768px) {
  .prof__option-inner .ng {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media (max-width: 440px) {
  .prof__option-inner .ng {
    width: 6.8181818182vw;
    height: 6.8181818182vw;
  }
}
.prof__option-inner .ng::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 38px;
  background-color: #e30060;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 12px;
}
@media (max-width: 1240px) {
  .prof__option-inner .ng::after {
    width: 0.15625vw;
    height: 2.96875vw;
    top: -0.46875vw;
    left: 0.9375vw;
  }
}
@media (max-width: 768px) {
  .prof__option-inner .ng::after {
    width: 0.2604166667vw;
    height: 4.9479166667vw;
    top: -0.78125vw;
    left: 1.5625vw;
  }
}
@media (max-width: 440px) {
  .prof__option-inner .ng::after {
    width: 0.4545454545vw;
    height: 8.6363636364vw;
    top: -1.3636363636vw;
    left: 2.7272727273vw;
  }
}
.prof__comment {
  padding-top: 20px;
}
@media (max-width: 1240px) {
  .prof__comment {
    padding-top: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .prof__comment {
    padding-top: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .prof__comment {
    padding-top: 4.5454545455vw;
  }
}
.prof__comment div {
  line-height: 1.5;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
}
@media (max-width: 1240px) {
  .prof__comment div {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .prof__comment div {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .prof__comment div {
    font-size: 4.5454545455vw;
  }
}
.prof__sche {
  padding-top: 30px;
}
@media (max-width: 1240px) {
  .prof__sche {
    padding-top: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .prof__sche {
    padding-top: 3.90625vw;
  }
}
@media (max-width: 440px) {
  .prof__sche {
    padding-top: 6.8181818182vw;
  }
}
.prof__sche h3 {
  padding-bottom: 10px;
  text-align: center;
  color: #e30060;
  font-size: 30px;
}
@media (max-width: 1240px) {
  .prof__sche h3 {
    padding-bottom: 0.78125vw;
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .prof__sche h3 {
    font-size: 3.90625vw;
  }
}
@media (max-width: 440px) {
  .prof__sche h3 {
    font-size: 6.8181818182vw;
  }
}
.prof__sche__date-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 10px;
}
@media (max-width: 768px) {
  .prof__sche__date-list {
    grid-template-columns: 1fr;
  }
}
.prof__sche__date-list-link {
  padding-top: 5px;
  font-size: 25px;
  color: #fff;
  background-color: #e30060;
  text-align: center;
}
@media (max-width: 1240px) {
  .prof__sche__date-list-link {
    padding-top: 0.390625vw;
    font-style: 1.953125vw;
  }
}
@media (max-width: 768px) {
  .prof__sche__date-list-link {
    padding: 1.3020833333vw 0;
    font-size: 3.2552083333vw;
  }
}
@media (max-width: 440px) {
  .prof__sche__date-list-link {
    padding: 2.2727272727vw 0;
    font-size: 5.6818181818vw;
  }
}
.prof__sche__time-list-link {
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  outline: 3px solid #e30060;
  outline-offset: -3px;
}
@media (max-width: 1240px) {
  .prof__sche__time-list-link {
    padding: 0.390625vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .prof__sche__time-list-link {
    padding: 1.3020833333vw 0;
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .prof__sche__time-list-link {
    padding: 4.5454545455vw 0;
    font-size: 4.5454545455vw;
  }
}
.prof__none {
  padding-top: 100px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 1240px) {
  .prof__none {
    padding-top: 7.8125vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .prof__none {
    padding-top: 13.0208333333vw;
    font-size: 2.6041666667vw;
  }
}
.prof__none :nth-child(2) {
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 1240px) {
  .prof__none :nth-child(2) {
    font-size: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .prof__none :nth-child(2) {
    font-size: 1.953125vw;
  }
}

.ranking {
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-bottom: 10px solid #e30060;
}
@media (max-width: 1240px) {
  .ranking {
    padding-top: 1.5625vw;
    border-bottom: 0.78125vw solid #e30060;
  }
}
@media (max-width: 768px) {
  .ranking {
    padding-top: 2.6041666667vw;
    flex-direction: column;
    width: 100%;
    border-bottom: 1.3020833333vw solid #e30060;
  }
}
@media (max-width: 440px) {
  .ranking {
    padding-top: 4.5454545455vw;
  }
}
.ranking-img {
  width: 243px;
  box-shadow: 0px 0px 15px -1px rgba(3, 3, 3, 0.58);
}
@media (max-width: 1240px) {
  .ranking-img {
    width: 18.984375vw;
  }
}
@media (max-width: 768px) {
  .ranking-img {
    width: 31.640625vw;
  }
}
@media (max-width: 440px) {
  .ranking-img {
    width: 55.2272727273vw;
  }
}
.ranking h3 {
  display: inline-block;
  font-size: 60px;
  font-family: "Acumin Variable Concept", sans-serif;
  letter-spacing: 4px;
  line-height: 1;
  border-bottom: 3px solid #e30060;
}
@media (max-width: 1240px) {
  .ranking h3 {
    font-size: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .ranking h3 {
    display: block;
    font-size: 7.8125vw;
    text-align: center;
  }
}
.ranking h3 span {
  font-size: 100px;
  color: #e30060;
}
@media (max-width: 1240px) {
  .ranking h3 span {
    font-size: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .ranking h3 span {
    font-size: 13.0208333333vw;
  }
}
@media (max-width: 440px) {
  .ranking h3 span {
    font-size: 22.7272727273vw;
  }
}
.ranking .girl-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  font-size: 27px;
  padding: 15px 0;
}
@media (max-width: 1240px) {
  .ranking .girl-info {
    gap: 1.5625vw;
    font-size: 2.109375vw;
    padding: 1.171875vw 0;
  }
}
@media (max-width: 768px) {
  .ranking .girl-info {
    justify-content: center;
    padding: 1.953125vw 0;
    font-size: 3.515625vw;
  }
}
@media (max-width: 440px) {
  .ranking .girl-info {
    padding: 3.4090909091vw 0;
    font-size: 6.1363636364vw;
  }
}
.ranking-store {
  padding-left: 5px;
  font-size: 31px;
  border-left: 5px solid #000;
}
@media (max-width: 1240px) {
  .ranking-store {
    padding-left: 0.390625vw;
    font-size: 2.421875vw;
    border-left: 0.390625vw solid #000;
  }
}
@media (max-width: 768px) {
  .ranking-store {
    font-size: 4.0364583333vw;
    border-left: 0.6510416667vw solid #000;
  }
}
@media (max-width: 440px) {
  .ranking-store {
    font-size: 7.0454545455vw;
    border-left: 1.1363636364vw solid #000;
  }
}
.ranking-txt {
  padding: 10px 0;
  font-size: 19px;
  line-height: 1.3;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1240px) {
  .ranking-txt {
    padding: 0.78125vw 0;
    font-size: 1.484375vw;
  }
}
@media (max-width: 768px) {
  .ranking-txt {
    font-size: 2.4739583333vw;
  }
}
@media (max-width: 440px) {
  .ranking-txt {
    font-size: 4.3181818182vw;
  }
}

.mapList {
  display: inline-flex;
  flex-direction: column;
  padding-top: 100px;
}
@media (max-width: 1240px) {
  .mapList {
    padding-top: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .mapList {
    padding-top: 13.0208333333vw;
  }
}
.mapList-desc {
  padding: 15px 0 20px;
  font-size: 20px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 1240px) {
  .mapList-desc {
    font-size: 1.5625vw;
    padding: 1.171875vw 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .mapList-desc {
    font-size: 4.1666666667vw;
    padding: 1.953125vw 0 2.6041666667vw;
  }
}
@media (max-width: 768px) {
  .mapList-address iframe {
    width: 75.390625vw;
    height: 75.390625vw;
  }
}

.footer {
  background-color: #ffffff;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
.footer__nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  font-size: 18px;
  padding-top: 30px;
}
@media (max-width: 1240px) {
  .footer__nav__list {
    gap: 3.90625vw;
    font-size: 1.953125vw;
  }
}
@media (max-width: 768px) {
  .footer__nav__list {
    gap: 2.6041666667vw 6.5104166667vw;
    font-size: 3.2552083333vw;
  }
}
.footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px 0 25px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .footer__info {
    flex-direction: column;
    gap: 2.6041666667vw;
  }
}
.footer__info p {
  font-size: 19px;
}
.footer__info-bnr {
  font-size: 16px;
  color: #fff;
  background: #ff008d;
  width: 263px;
  text-align: center;
  padding: 17px 0;
}
@media (max-width: 1240px) {
  .footer__info {
    gap: 2.34375vw;
    padding: 5.078125vw 0 1.953125vw;
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .footer__info {
    gap: 3.90625vw;
    padding: 8.4635416667vw 0 7.1614583333vw;
    font-size: 3.90625vw;
  }
}
@media (max-width: 440px) {
  .footer__info {
    gap: 2.2727272727vw;
    padding: 4.5454545455vw 0 12.5vw;
    font-size: 6.8181818182vw;
  }
}
.footer__img {
  padding: 20px 0;
  width: 230px;
}
.footer__img img {
  width: 100%;
}
@media (max-width: 1240px) {
  .footer__img {
    padding: 4.6875vw 0 3.515625vw;
    width: 17.96875vw;
  }
}
@media (max-width: 768px) {
  .footer__img {
    padding: 0;
    width: 43.4895833333vw;
  }
}
.footer-copy {
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer-copy {
    font-size: 2.734375vw;
    padding: 1.953125vw 0 26.0416666667vw;
  }
}
.footer__tabButton {
  color: #fff;
  width: 13.671875vw;
  height: 13.671875vw;
  z-index: 100;
  position: relative;
}
.footer__tabButton__link {
  max-height: 13.0208333333vw;
  height: 100vh;
  background-color: #3b8de4;
  width: 100%;
}
.footer__tabButton__link img {
  max-width: 20.3125vw;
  width: 100%;
}
.footer__tabButton__link a,
.footer__tabButton__link span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__tabButton-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0.6510416667vw 0;
  z-index: 100;
  width: 100%;
  gap: 0.390625vw;
}
.footer__tabButton span {
  position: absolute;
  width: 6.1197916667vw;
  left: 2.8645833333vw;
  height: 0.9114583333vw;
  background: #fff;
  transition: 0.3s all ease-in-out;
}
.footer__tabButton span:nth-of-type(1) {
  top: 3.6458333333vw;
}
.footer__tabButton span:nth-of-type(2) {
  top: 5.859375vw;
}
.footer__tabButton span:nth-of-type(3) {
  top: 8.0729166667vw;
}
.footer__tabButton span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  display: block;
  width: 19.53125vw;
  bottom: -0.390625vw;
  left: 137%;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 5.859375vw;
  font-weight: bold;
}
.footer__tabButton-active:nth-of-type(1) {
  width: 23% !important;
  top: 6.25vw !important;
  left: 2.6041666667vw;
  transform: rotate(45deg);
}
.footer__tabButton-active:nth-of-type(2) {
  width: 23% !important;
  top: 6.25vw !important;
  left: 2.6041666667vw;
  transform: rotate(-45deg);
}
.footer__tabButton-active:nth-of-type(3) {
  background-color: transparent !important;
}
.footer__tabButton-active:nth-of-type(3)::after {
  content: "CLOSE" !important;
}
.footer__tabButton-bg {
  display: block;
  width: 18.2291666667vw;
  height: 16.9270833333vw;
  right: 3.90625vw;
  top: 5.7291666667vw;
  z-index: 99;
  overflow: hidden;
}
@media (max-width: 440px) {
  .footer__tabButton-bg {
    width: 18.1818181818vw;
    height: 18.1818181818vw;
    right: 5vw;
    top: 5vw;
  }
}
.footer__tabNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #69c3d5;
  transition: 0.6s all ease-out;
  z-index: 50;
  overflow: hidden;
}
.footer__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.footer__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(-50%);
}
.footer__tabNav__list-link {
  font-size: 3.3854166667vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 440px) {
  .footer__tabNav__list-link {
    font-size: 5.4545454545vw;
    line-height: 1.6;
  }
}
.footer__tabNav-active {
  left: 0 !important;
}/*# sourceMappingURL=style.css.map */