@charset "UTF-8";
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.gothic {
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

@font-face {
  font-family: "A-OTF UD新丸ゴ Pro";
  src: url(../fonts/A-OTF-UDSHINMGOPRO-MEDIUM.OTF);
}
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 16px;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  zoom: 0.9;
  -moz-transform: scale(0.9);
}
@media (max-width: 768px) {
  body {
    zoom: 1;
    -moz-transform: scale(1);
  }
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow-x: hidden;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.gothic {
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

@font-face {
  font-family: "A-OTF UD新丸ゴ Pro";
  src: url(../fonts/A-OTF-UDSHINMGOPRO-MEDIUM.OTF);
}
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.gothic {
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

@font-face {
  font-family: "A-OTF UD新丸ゴ Pro";
  src: url(../fonts/A-OTF-UDSHINMGOPRO-MEDIUM.OTF);
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

.section-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 60px;
  color: #ff0066;
  font-size: 40px;
  border-bottom: 8px solid #ff0066;
}
@media (max-width: 1200px) {
  .section-title {
    gap: 1.1666666667vw;
    margin-bottom: 5vw;
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-title {
    gap: 1.8229166667vw;
    margin-bottom: 7.421875vw;
    font-size: 5.2083333333vw;
    border-bottom: 1.0416666667vw solid #ff0066;
  }
}
.section-title span {
  padding-bottom: 10px;
  font-feature-settings: "palt";
}
@media (max-width: 1200px) {
  .section-title span {
    padding-bottom: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .section-title span {
    padding-bottom: 1.3020833333vw;
  }
}
.section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  background-size: 100px 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1200px) {
  .section-title::after {
    width: 8.3333333333vw;
    height: 5vw;
    background-size: 8.3333333333vw 5vw;
  }
}
@media (max-width: 768px) {
  .section-title::after {
    width: 13.0208333333vw;
    height: 7.8125vw;
    background-size: 13.0208333333vw 7.8125vw;
  }
}

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  font-family: "A-OTF UD新丸ゴ Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-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;
  }
}

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

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

.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-top: 73px;
  padding-bottom: 180px;
  background: url(../img/main-bg.png) repeat;
  background-size: 350px 350px;
}
@media (max-width: 1200px) {
  main {
    padding: 6.0833333333vw 2% 15vw;
    background-size: 29.1666666667vw 29.1666666667vw;
  }
}
@media (max-width: 768px) {
  main {
    padding: 5.3385416667vw 0 23.4375vw;
    background-size: 45.5729166667vw 45.5729166667vw;
  }
}

.content {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .img-tab {
    width: 100vw;
  }
}
@media (max-width: 440px) {
  .img-tab {
    width: 100vw;
  }
}

@media (max-width: 440px) {
  .img-sp {
    width: 100vw;
  }
}

.heading-sp {
  margin: 0 0.9090909091vw;
  padding: 1.8181818182vw 0 1.1363636364vw;
  background: #ff0066;
  border-radius: 16px;
  color: #fff;
  font-size: 5.4545454545vw;
  letter-spacing: 1px;
  text-align: center;
}
.heading-sp-flow {
  position: relative;
  margin: 6.8181818182vw 0.9090909091vw 2.2727272727vw;
  padding: 2.2727272727vw 0 1.5909090909vw;
  gap: 0 3.4090909091vw;
  background: #ff0066;
  border-radius: 16px;
  color: #fff;
  font-size: 4.5454545455vw;
  letter-spacing: 1px;
  text-align: center;
}
.heading-sp-flow span {
  position: absolute;
  top: -6.8181818182vw;
  left: 5vw;
  padding: 1.8181818182vw 1.3636363636vw 0.9090909091vw 1.8181818182vw;
  background: #ff0066;
  border-radius: 16px 16px 0 0;
  color: #fff;
}

@media (max-width: 440px) {
  .sp-none {
    display: none !important;
  }
}

.header {
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
.header__flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 395px;
  padding: 30px 16% 18px;
  box-shadow: 0 0 10px rgba(128, 47, 62, 0.1);
}
@media (max-width: 1200px) {
  .header__flex {
    gap: 32.9166666667vw;
    padding: 2.5vw 1.3333333333vw 1.5vw;
  }
}
@media (max-width: 768px) {
  .header__flex {
    background: #fff;
    justify-content: flex-start;
    padding: 3.90625vw 2.9947916667vw;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 15px rgba(128, 47, 62, 0.5);
  }
}
.header__logo {
  width: 284px;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 23.6666666667vw;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 100%;
  }
}
.header__logo img {
  width: 284px;
}
@media (max-width: 1200px) {
  .header__logo img {
    width: 23.6666666667vw;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    width: 27.4739583333vw;
  }
}
.header__logo p {
  margin-bottom: 3.90625vw;
  padding-left: 1.3020833333vw;
  font-size: 2.6041666667vw;
  color: #ff0066;
  display: inline-block;
}
.header__login {
  display: flex;
  justify-content: flex-end;
  padding-right: 105px;
  gap: 27px;
}
@media (max-width: 1200px) {
  .header__login {
    padding-right: 8.75vw;
    gap: 2.25vw;
  }
}
@media (max-width: 768px) {
  .header__login {
    display: none;
  }
}
.header__login img {
  width: 150px;
}
@media (max-width: 1200px) {
  .header__login img {
    width: 12.5vw;
  }
}
.header__swiper {
  max-height: 600px;
  width: auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .header__swiper {
    max-height: 50vw;
  }
}
@media (max-width: 768px) {
  .header__swiper {
    margin-top: 18.0989583333vw;
  }
}
.header__swiper img {
  max-height: 600px;
  height: 100vh;
  width: auto;
}
@media (max-width: 1200px) {
  .header__swiper img {
    max-height: 50vw;
  }
}
@media (max-width: 768px) {
  .header__swiper img {
    max-height: 45.0520833333vw;
  }
}
.header__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
  padding: 17px 0;
  background: #000;
  color: #fff;
  font-size: 28px;
}
@media (max-width: 1200px) {
  .header__tel {
    gap: 6.25vw;
    padding: 1.4166666667vw 0;
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .header__tel {
    gap: 3.90625vw;
    padding: 2.2135416667vw 0;
    font-size: 3.6458333333vw;
  }
}
.header__nav {
  font-size: 27px;
  color: #ff0066;
  box-shadow: 0 0 10px rgba(128, 47, 62, 0.1);
}
@media (max-width: 1200px) {
  .header__nav {
    font-size: 2.25vw;
  }
}
.header__nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 42px 0;
}
@media (max-width: 1200px) {
  .header__nav__list {
    gap: 2.6041666667vw;
    padding: 3.5vw 0;
  }
}
.header__nav__list .active {
  color: #000;
}
.header__tabNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ff0066;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.header__tabNav__close {
  position: absolute;
  top: 6.5104166667vw;
  right: 6.5104166667vw;
  z-index: 999;
}
.header__tabNav__close span {
  position: absolute;
  top: 0;
  right: 0.9114583333vw;
  width: 10.4166666667vw;
  height: 1.3020833333vw;
}
.header__tabNav__close span::before, .header__tabNav__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.1145833333vw;
  height: 1.0416666667vw;
  background-color: #fff;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
.header__tabNav__close span::before {
  transform: rotate(45deg);
}
.header__tabNav__close span::after {
  transform: rotate(-45deg);
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: 8%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(-50%);
  max-width: 100vw;
  width: 100%;
}
.header__tabNav__list-link {
  font-size: 3.7760416667vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
.header__tabNav-active {
  left: 0 !important;
}
.header__tabNav__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5.2083333333vw;
  position: absolute;
  top: 8%;
  z-index: 999;
}
.header__tabNav__info__tel {
  font-size: 5.2083333333vw;
}
.header__tabNav__info__tel img {
  width: 5.2083333333vw;
}
.header__tabNav__info__login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6041666667vw;
}
.header__tabNav__info__login span {
  background-color: #fff;
  color: #ff0066;
  padding: 1.3020833333vw 5.2083333333vw;
  font-size: 3.6458333333vw;
}
.header__tabButton {
  position: fixed;
  width: 9.2447916667vw;
  height: 0.9114583333vw;
  top: 2.4739583333vw;
  right: 2.6041666667vw;
  z-index: 100;
}
.header__tabButton span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 0.9114583333vw;
  background: #ff0066;
  transition: 0.3s all ease-in-out;
  z-index: 100;
  color: #ff0066;
}
.header__tabButton span:nth-of-type(1) {
  top: 4.296875vw;
}
.header__tabButton span:nth-of-type(2) {
  top: 6.9010416667vw;
  font-size: 2.34375vw;
}
.header__tabButton span:nth-of-type(3) {
  top: 9.375vw;
}
.header__tabButton-active:nth-of-type(1) {
  width: 90% !important;
  top: 5.46875vw !important;
  left: 0.9114583333vw;
  transform: rotate(45deg);
  background: #fff;
}
.header__tabButton-active:nth-of-type(2) {
  background-color: transparent;
}
.header__tabButton-active:nth-of-type(3) {
  width: 90% !important;
  top: 5.46875vw !important;
  left: 0.9114583333vw;
  transform: rotate(-45deg);
  background: #fff;
}
.header__tabButton-nav {
  display: flex;
}
.header__tabButton-nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9.1145833333vw 0;
  width: 100%;
  height: 13.0208333333vw;
  gap: 1.953125vw;
}
.header__tabButton-nav div span {
  font-size: 3.3854166667vw;
}

.login :hover {
  opacity: 0.8;
}

.login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 71, 71, 0.8);
  display: none;
  z-index: 9999;
}
@media (max-width: 768px) {
  .login-modal {
    width: 100%;
    height: 100%;
  }
}
.login-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  width: 800px;
  height: 600px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .login-modal__content {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 440px) {
  .login-modal__content {
    width: 90%;
    height: 50%;
  }
}
.login-modal__content h3 {
  padding-left: 55px;
  position: relative;
  color: #ff0066;
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .login-modal__content h3 {
    font-size: 3.6458333333vw;
    padding-left: 7.1614583333vw;
  }
}
@media (max-width: 440px) {
  .login-modal__content h3 {
    font-size: 6.3636363636vw;
  }
}
.login-modal__content h3::before {
  content: "";
  display: inline-block;
  background-image: url(../img/login-icon.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 48px;
  background-size: 45px 48px;
  position: absolute;
  top: -15px;
  left: 0;
}
@media (max-width: 768px) {
  .login-modal__content h3::before {
    top: -1.953125vw;
    width: 5.859375vw;
    height: 6.25vw;
    background-size: 5.859375vw 6.25vw;
  }
}
@media (max-width: 440px) {
  .login-modal__content h3::before {
    top: 0vw;
  }
}
.login-modal__content__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 250px;
}
@media (max-width: 768px) {
  .login-modal__content__form {
    width: 32.5520833333vw;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .login-modal__content__form {
    width: 80%;
  }
}
.login-modal__content__form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ff0066;
}
@media (max-width: 768px) {
  .login-modal__content__form input {
    padding: 1.3020833333vw;
  }
}
.login-modal__content__link {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}
.login-modal__content__link p {
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #ff0066;
  color: #ff0066;
}
@media (max-width: 768px) {
  .login-modal__content__link p {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 440px) {
  .login-modal__content__link p {
    font-size: 3.1818181818vw;
  }
}

.footer {
  border-top: 1px solid #ff0066;
}
@media (max-width: 1200px) {
  .footer {
    padding: 0 3%;
  }
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 28px 0;
}
@media (max-width: 1200px) {
  .footer__flex {
    padding: 2.3333333333vw 0;
  }
}
.footer__logo {
  width: 284px;
}
@media (max-width: 1200px) {
  .footer__logo {
    width: 23.6666666667vw;
  }
}
.footer__nav {
  font-size: 20px;
  color: #ff0066;
}
@media (max-width: 1200px) {
  .footer__nav {
    font-size: 1.6666666667vw;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 42px 0 20px;
}
@media (max-width: 1200px) {
  .footer__nav__list {
    padding: 3.5vw 0 1.6666666667vw;
  }
}
.footer__nav__list .active {
  color: #000;
}
.footer__recruit {
  font-size: 18px;
  color: #fff;
  background-color: #ff0066;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  margin-left: auto;
}
.footer__recruit a {
  display: block;
}
@media (max-width: 1200px) {
  .footer__recruit {
    font-size: 1.5vw;
  }
}
.footer__tab__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  z-index: 100;
}
.footer__tab__nav img {
  width: 13.9322916667vw;
}
.footer__tab__nav__btn {
  width: 49.9%;
  padding: 2.6041666667vw 0;
  gap: 1.953125vw;
  height: 11.71875vw;
  background-color: #ff0066;
  text-align: center;
}
.footer__tabButton__bg {
  position: relative;
  z-index: 100;
}
.footer__tabButton img {
  padding-top: 0.6510416667vw;
  width: 19.7916666667vw;
}
.footer__tabButton-nav {
  display: flex;
}
.footer__tabButton-nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9.1145833333vw 0;
  width: 100%;
  height: 13.0208333333vw;
  gap: 1.953125vw;
}
.footer__tabButton-nav div span {
  font-size: 3.3854166667vw;
}

.system .section-title span {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .system .section-title span {
    padding-left: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .system .section-title span {
    padding-left: 0;
  }
}
.system .section-title::after {
  background-image: url(../img/h2-girl.png);
}
.system__wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 48px 0px;
  justify-items: stretch;
  justify-content: space-around;
  grid-template-areas: "system__box1 system__box1" "system__box2 system__box3" "system__box4 system__box4";
}
@media (max-width: 768px) {
  .system__wrap {
    display: flex;
    flex-direction: column;
    width: 91.1458333333vw;
    margin: 0 auto;
  }
}
.system__box {
  border-radius: 10px;
  border: 3px solid #ff0066;
  box-shadow: 0 0 10px rgba(128, 47, 62, 0.1);
  background-color: #fff;
}
@media (max-width: 1200px) {
  .system__box {
    border-radius: 0.8333333333vw;
    border: 0.25vw solid #ff0066;
    box-shadow: 0 0 0.8333333333vw rgba(128, 47, 62, 0.1);
  }
}
@media (max-width: 768px) {
  .system__box {
    border-radius: 1.953125vw;
    border: 0.390625vw solid #ff0066;
    box-shadow: 0 0 1.3020833333vw rgba(128, 47, 62, 0.1);
  }
}
.system__box1 {
  grid-area: system__box1;
  padding: 35px 50px;
}
@media (max-width: 1200px) {
  .system__box1 {
    padding: 2.9166666667vw 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .system__box1 {
    padding: 4.5572916667vw 6.5104166667vw;
  }
}
.system__box1 dl {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 52px;
}
@media (max-width: 1200px) {
  .system__box1 dl {
    gap: 4.3333333333vw;
  }
}
@media (max-width: 768px) {
  .system__box1 dl {
    flex-wrap: wrap;
    gap: 6.5104166667vw;
  }
}
.system__box1__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.system__box1__list dt {
  font-size: 33px;
}
@media (max-width: 1200px) {
  .system__box1__list dt {
    font-size: 2.75vw;
  }
}
@media (max-width: 768px) {
  .system__box1__list dt {
    font-size: 4.296875vw;
  }
}
.system__box1__list dd {
  font-size: 50px;
  color: #ff0066;
}
@media (max-width: 1200px) {
  .system__box1__list dd {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .system__box1__list dd {
    font-size: 6.5104166667vw;
  }
}
.system__box2 {
  padding: 63px 70px;
  width: 588px;
  grid-area: system__box2;
}
@media (max-width: 1200px) {
  .system__box2 {
    padding: 5.25vw 5.8333333333vw;
    width: 49vw;
  }
}
@media (max-width: 768px) {
  .system__box2 {
    width: 100%;
  }
}
.system__box2 dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .system__box2 dl {
    gap: 0.8333333333vw;
    padding-bottom: 2.5vw;
  }
}
@media (max-width: 768px) {
  .system__box2 dl {
    gap: 1.3020833333vw;
    padding-bottom: 6.5104166667vw;
  }
}
.system__box2 dl dt {
  font-size: 33px;
}
@media (max-width: 1200px) {
  .system__box2 dl dt {
    font-size: 2.75vw;
  }
}
@media (max-width: 768px) {
  .system__box2 dl dt {
    font-size: 4.296875vw;
  }
}
.system__box2 dl dd {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .system__box2 dl dd {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .system__box2 dl dd {
    font-size: 3.125vw;
  }
}
.system__box2__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1200px) {
  .system__box2__list {
    gap: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .system__box2__list {
    gap: 2.6041666667vw;
  }
}
.system__box2__list li {
  display: flex;
  color: #ff0066;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .system__box2__list li {
    justify-content: center;
    gap: 3.90625vw;
  }
}
.system__box2__list li p {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .system__box2__list li p {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .system__box2__list li p {
    font-size: 6.5104166667vw;
  }
}
.system__box2__list li p span {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .system__box2__list li p span {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .system__box2__list li p span {
    font-size: 5.2083333333vw;
  }
}
.system__box3 {
  grid-area: system__box3;
  justify-self: end;
}
@media (max-width: 1200px) {
  .system__box3 {
    justify-self: end;
  }
}
.system__box4 {
  grid-area: system__box4;
  padding: 45px 0;
}
@media (max-width: 1200px) {
  .system__box4 {
    padding: 3.75vw 0;
  }
}
@media (max-width: 768px) {
  .system__box4 {
    padding: 8.3333333333vw 0;
  }
}
.system__box4__title {
  font-size: 33px;
  text-align: center;
  margin-bottom: 33px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .system__box4__title {
    font-size: 2.75vw;
    margin-bottom: 2.75vw;
  }
}
@media (max-width: 768px) {
  .system__box4__title {
    font-size: 4.296875vw;
    margin-bottom: 4.296875vw;
    font-weight: 700;
  }
}
.system__box4__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 438px;
  gap: 23px 60px;
  align-items: center;
}
@media (max-width: 1200px) {
  .system__box4__list {
    gap: 1.9166666667vw 5vw;
  }
}
@media (max-width: 768px) {
  .system__box4__list {
    flex-direction: column;
    padding: 0 11.71875vw;
    max-height: none;
  }
}
.system__box4__list li {
  display: flex;
  width: 490px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .system__box4__list li {
    width: 40.8333333333vw;
  }
}
@media (max-width: 768px) {
  .system__box4__list li {
    width: 100%;
  }
}
.system__box4__list li p {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .system__box4__list li p {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .system__box4__list li p {
    font-size: 3.90625vw;
  }
}
.system__box4__list li p:last-child {
  color: #ff0066;
  font-size: 57px;
}
@media (max-width: 1200px) {
  .system__box4__list li p:last-child {
    font-size: 4.75vw;
  }
}
@media (max-width: 768px) {
  .system__box4__list li p:last-child {
    font-size: 5.078125vw;
  }
}
.system__box4__list li p:last-child span {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .system__box4__list li p:last-child span {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .system__box4__list li p:last-child span {
    font-size: 5.078125vw;
  }
}
.system__caution {
  padding: 98px 0 0;
}
@media (max-width: 1200px) {
  .system__caution {
    padding: 8.1666666667vw 0 0;
  }
}
@media (max-width: 768px) {
  .system__caution {
    padding: 8.3333333333vw 0 0;
    width: 91.1458333333vw;
    margin: 0 auto;
  }
}
.system__caution h3 {
  margin-bottom: 24px;
  padding: 14px 0;
  font-size: 21px;
  text-align: center;
  background-color: #ff0066;
  color: #fff;
}
@media (max-width: 1200px) {
  .system__caution h3 {
    font-size: 1.75vw;
    margin-bottom: 2vw;
    padding: 1.1666666667vw 0;
  }
}
@media (max-width: 768px) {
  .system__caution h3 {
    font-size: 2.734375vw;
    margin-bottom: 3.125vw;
  }
}
.system__caution p,
.system__caution li {
  font-size: 17px;
  line-height: 2.5;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .system__caution p,
  .system__caution li {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .system__caution p,
  .system__caution li {
    font-size: 2.4739583333vw;
    line-height: 2;
  }
}
@media (max-width: 440px) {
  .system__caution p,
  .system__caution li {
    font-size: 2.9545454545vw;
  }
}
@media (max-width: 768px) {
  .system__caution p {
    padding: 0 2.6041666667vw;
  }
}
.system__caution li {
  list-style: disc;
  margin-left: 1.5em;
}
@media (max-width: 768px) {
  .system__caution li {
    margin-left: 2em;
  }
}

.access .section-title {
  margin-bottom: 66px;
}
@media (max-width: 1200px) {
  .access .section-title {
    margin-bottom: 5.5vw;
  }
}
@media (max-width: 768px) {
  .access .section-title {
    margin-bottom: 5.859375vw;
    margin-top: 3.90625vw;
  }
}
.access .section-title span {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .access .section-title span {
    padding-left: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .access .section-title span {
    padding-left: 0;
  }
}
.access .section-title::after {
  background-image: url(../img/h2-access.png);
}
.access__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 121px 0;
}
@media (max-width: 1200px) {
  .access__inner {
    gap: 10.0833333333vw 0;
  }
}
@media (max-width: 768px) {
  .access__inner {
    flex-direction: column;
    gap: 15.7552083333vw 0;
  }
}
.access__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1200px) {
  .access__box {
    gap: 1.6666666667vw;
  }
}
.access__box h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background-color: #ff0066;
  padding: 7px 81px;
}
@media (max-width: 1200px) {
  .access__box h3 {
    font-size: 2vw;
    padding: 0.5833333333vw 6.75vw;
  }
}
@media (max-width: 768px) {
  .access__box h3 {
    font-size: 3.125vw;
    padding: 0.9114583333vw 10.546875vw;
  }
}
.access__box iframe {
  width: 581px;
  height: 378px;
}
@media (max-width: 1200px) {
  .access__box iframe {
    width: 48.4166666667vw;
    height: 31.5vw;
  }
}
@media (max-width: 768px) {
  .access__box iframe {
    width: 75.6510416667vw;
    height: 49.21875vw;
  }
}

.girl .section-title {
  margin-bottom: 66px;
}
@media (max-width: 1200px) {
  .girl .section-title {
    margin-bottom: 5.5vw;
  }
}
@media (max-width: 768px) {
  .girl .section-title {
    margin-bottom: 5.859375vw;
    margin-top: 3.90625vw;
  }
}
.girl .section-title span {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .girl .section-title span {
    padding-left: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .girl .section-title span {
    padding-left: 0;
  }
}
.girl .section-title::after {
  background-image: url(../img/h2-girl.png);
}
.girl .section-title__list {
  padding-top: 33px;
}
@media (max-width: 1200px) {
  .girl .section-title__list {
    padding-top: 2.75vw;
  }
}
.girl__list .cast__box__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 62px 16px;
}
@media (max-width: 1200px) {
  .girl__list .cast__box__list {
    justify-content: center;
    gap: 5.1666666667vw 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .girl__list .cast__box__list {
    gap: 3.90625vw 3.125vw;
  }
}

.cast__box__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 62px 16px;
}
@media (max-width: 1200px) {
  .cast__box__list {
    gap: 5.1666666667vw 2.1666666667vw;
  }
}

.girlCard {
  width: 288px;
}
@media (max-width: 1200px) {
  .girlCard {
    width: 24vw;
  }
}
@media (max-width: 768px) {
  .girlCard {
    width: 37.5vw;
  }
}
.girlCard-img img {
  width: 288px;
}
@media (max-width: 1200px) {
  .girlCard-img img {
    width: 24vw;
  }
}
@media (max-width: 768px) {
  .girlCard-img img {
    width: 37.5vw;
  }
}
.girlCard-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  background-color: #ff8090;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .girlCard-tag {
    gap: 0.8333333333vw;
    padding: 0.8333333333vw 0;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .girlCard-tag {
    gap: 1.3020833333vw;
    padding: 1.3020833333vw 0;
    font-size: 2.6041666667vw;
  }
}
.girlCard-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-top: 17px;
}
@media (max-width: 1200px) {
  .girlCard-info {
    gap: 0.5833333333vw;
    padding-top: 1.4166666667vw;
  }
}
.girlCard-name {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .girlCard-name {
    font-size: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .girlCard-name {
    font-size: 3.3854166667vw;
  }
}
.girlCard-size {
  font-size: 21px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .girlCard-size {
    font-size: 1.75vw;
  }
}
@media (max-width: 768px) {
  .girlCard-size {
    font-size: 2.734375vw;
  }
}
.girlCard-time {
  font-size: 24px;
  background-color: #ff0066;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  letter-spacing: -0.01em;
}
@media (max-width: 1200px) {
  .girlCard-time {
    font-size: 2vw;
    padding: 0.5833333333vw 0;
  }
}
@media (max-width: 768px) {
  .girlCard-time {
    font-size: 3.125vw;
  }
}

.schedule .section-title {
  margin-bottom: 66px;
}
@media (max-width: 1200px) {
  .schedule .section-title {
    margin-bottom: 5.5vw;
  }
}
@media (max-width: 768px) {
  .schedule .section-title {
    margin-bottom: 5.859375vw;
    margin-top: 3.90625vw;
  }
}
.schedule .section-title span {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .schedule .section-title span {
    padding-left: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .schedule .section-title span {
    padding-left: 0;
  }
}
.schedule .section-title::after {
  background-image: url(../img/h2-schedule.png);
}
.schedule__list .cast__box__list {
  justify-content: flex-start;
  padding: 70px 0 0;
}
@media (max-width: 1200px) {
  .schedule__list .cast__box__list {
    padding: 5.8333333333vw 0 0 3.125vw;
  }
}
@media (max-width: 768px) {
  .schedule__list .cast__box__list {
    padding: 6.5104166667vw 0 0 11.71875vw;
  }
}
.schedule__btn {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .schedule__btn {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .schedule__btn::-webkit-scrollbar {
    margin-top: 1.3020833333vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar-track {
    background-color: #e2e2e2;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar-track {
    display: none;
  }
}
@media (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar-thumb {
    display: none;
  }
}
.schedule__btn__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 768px) {
  .schedule__btn__list {
    justify-content: center;
    gap: 2.6041666667vw;
  }
}
.schedule__btn__list .dateactive {
  background: #ff0066;
  position: relative;
  color: #fff;
}
.schedule__btn__list .dateactive:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
}
@media (max-width: 768px) {
  .schedule__btn__list .dateactive:after {
    bottom: -1.3020833333vw;
    left: 4.5572916667vw;
  }
}
.schedule__btn__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 154px;
  background: #fff;
  text-align: center;
  font-size: 21px;
  color: #ff0066;
  border: 1px solid #ff0066;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(128, 47, 62, 0.1);
}
@media (max-width: 1200px) {
  .schedule__btn__list-link {
    font-size: 1.6666666667vw;
    width: 10.5vw;
    padding: 1.25vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list-link {
    font-size: 2.734375vw;
    width: 20.0520833333vw;
  }
}
.schedule__btn__list-link_date {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.03em;
  margin-right: 6px;
}
@media (max-width: 1200px) {
  .schedule__btn__list-link_date {
    margin-right: 0.5vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list-link_date {
    margin-right: 0;
  }
}

.top__diary {
  padding-bottom: 197px;
}
@media (max-width: 1200px) {
  .top__diary {
    padding-bottom: 16.4166666667vw;
  }
}
.top__diary .section-title {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .top__diary .section-title {
    margin-top: 0;
  }
}
.top__diary .section-title span {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .top__diary .section-title span {
    padding-left: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .top__diary .section-title span {
    padding-left: 6.5104166667vw;
  }
}
.top__diary .section-title::after {
  background-image: url(../img/h2-diary.png);
}
.top__diary__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 23px 9px;
}
@media (max-width: 1200px) {
  .top__diary__list {
    gap: 1.9166666667vw 0.75vw;
  }
}
@media (max-width: 768px) {
  .top__diary__list {
    justify-content: center;
    gap: 2.9947916667vw 1.171875vw;
    padding: 0 12%;
  }
}
.top__diary__link {
  margin: 92px auto 0;
  padding: 10px 20px;
  width: 349px;
  color: #fff;
  background-color: #ff0066;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .top__diary__link {
    margin: 7.6666666667vw auto 0;
    padding: 0.8333333333vw 1.6666666667vw;
    width: 29.0833333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__diary__link {
    margin: 11.9791666667vw auto 0;
    padding: 1.3020833333vw 2.6041666667vw;
    width: 45.4427083333vw;
    font-size: 3.2552083333vw;
  }
}
.top__schedule .section-title {
  justify-content: flex-start;
}
.top__schedule .section-title span {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .top__schedule .section-title span {
    padding-left: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .top__schedule .section-title span {
    padding-left: 6.5104166667vw;
  }
}
.top__schedule .section-title::after {
  background-image: url(../img/h2-schedule.png);
}
@media (max-width: 1200px) {
  .top__schedule .cast__box__list {
    justify-content: center;
  }
}
.top__schedule__link {
  margin: 92px auto 0;
  padding: 10px 20px;
  width: 349px;
  color: #fff;
  background-color: #ff0066;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .top__schedule__link {
    margin: 7.6666666667vw auto 0;
    padding: 0.8333333333vw 1.6666666667vw;
    width: 29.0833333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__schedule__link {
    margin: 11.9791666667vw auto 0;
    padding: 1.3020833333vw 2.6041666667vw;
    width: 45.4427083333vw;
    font-size: 3.2552083333vw;
  }
}
.top__ranking {
  padding-top: 144px;
}
.top__ranking .section-title {
  justify-content: flex-start;
}
.top__ranking .section-title span {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .top__ranking .section-title span {
    padding-left: 1.4166666667vw;
  }
}
.top__ranking .section-title::after {
  background-image: url(../img/h2-ranking.png);
}
.top__ranking__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1200px) {
  .top__ranking__list {
    gap: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .top__ranking__list .ranking {
    margin: 0 auto;
  }
}
.top__ranking__list .ranking h3 {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .top__ranking__list .ranking h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .top__ranking__list .ranking h3 {
    font-size: 3.90625vw;
    width: 52.0833333333vw;
    padding-bottom: 1.3020833333vw;
  }
}
@media (max-width: 768px) {
  .top__ranking__list .ranking {
    width: 64.84375vw;
    min-width: 64.84375vw;
    margin: 0 auto;
  }
  .top__ranking__list .ranking .girlCard-name,
  .top__ranking__list .ranking .girlCard-size {
    font-size: 3.90625vw;
  }
  .top__ranking__list .ranking .girlCard-info {
    width: 52.0833333333vw;
  }
  .top__ranking__list .ranking .girlCard-img {
    width: 52.0833333333vw;
  }
  .top__ranking__list .ranking .girlCard-img img {
    width: 52.0833333333vw;
  }
}
.top__ranking__list .ranking:first-child img {
  width: 350px;
}
@media (max-width: 1200px) {
  .top__ranking__list .ranking:first-child img {
    width: 29.1666666667vw;
  }
}
@media (max-width: 768px) {
  .top__ranking__list .ranking:first-child img {
    width: 52.0833333333vw;
  }
}
.top__ranking__list .ranking .swiper-slide {
  width: 64.84375vw !important;
}

.concept__bg {
  background: url(../img/concept-bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 1203px;
}
@media (max-width: 1200px) {
  .concept__bg {
    height: 100.25vw;
  }
}
@media (max-width: 768px) {
  .concept__bg {
    margin-top: 14.9739583333vw;
    position: relative;
    height: 200.6510416667vw;
    background-size: auto 109.375vw;
    background-position: -104.9479166667vw 0;
    overflow: hidden;
  }
  .concept__bg .section-title {
    padding-top: 0;
    position: absolute;
    top: -11.5885416667vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.concept .section-title {
  padding-top: 69px;
}
@media (max-width: 1200px) {
  .concept .section-title {
    padding-top: 5.75vw;
  }
}
@media (max-width: 768px) {
  .concept .section-title {
    padding-top: 0;
  }
}
.concept__flex {
  display: flex;
  flex-direction: column;
  padding: 125px 15px 0;
  gap: 54px;
}
@media (max-width: 1200px) {
  .concept__flex {
    padding: 10.4166666667vw 1.25vw 0vw;
    gap: 4.5vw;
  }
}
@media (max-width: 768px) {
  .concept__flex {
    padding: 92.3177083333vw 0;
    align-items: center;
    gap: 9.375vw;
    width: 87.3697916667vw;
    margin: 0 auto;
  }
}
.concept__flex__img {
  padding-left: 26px;
}
@media (max-width: 1200px) {
  .concept__flex__img {
    padding-left: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .concept__flex__img {
    padding-left: 0;
  }
}
.concept__flex__img img {
  width: 469px;
}
@media (max-width: 1200px) {
  .concept__flex__img img {
    width: 39.0833333333vw;
  }
}
@media (max-width: 768px) {
  .concept__flex__img img {
    width: 67.1875vw;
  }
}
.concept__flex__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1200px) {
  .concept__flex__text {
    gap: 1vw;
  }
}
@media (max-width: 768px) {
  .concept__flex__text {
    gap: 2.0833333333vw;
  }
}
.concept__flex__text p {
  font-size: 31px;
  color: #ff0066;
  font-weight: 500;
  font-family: "FOT-筑紫明朝 Pro", "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  line-height: 1.35;
}
@media (max-width: 1200px) {
  .concept__flex__text p {
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 768px) {
  .concept__flex__text p {
    font-size: 3.6458333333vw;
  }
}
.concept__flex__text p:nth-child(2) {
  font-size: 41px;
}
@media (max-width: 1200px) {
  .concept__flex__text p:nth-child(2) {
    font-size: 3.4166666667vw;
  }
}
@media (max-width: 768px) {
  .concept__flex__text p:nth-child(2) {
    font-size: 4.8177083333vw;
  }
}
.concept__caution {
  padding: 67px 0;
}
@media (max-width: 1200px) {
  .concept__caution {
    padding: 5.5833333333vw 0;
  }
}
@media (max-width: 768px) {
  .concept__caution {
    padding: 8.0729166667vw 0;
  }
}
.concept__caution__text {
  padding: 55px 0 0 232px;
}
@media (max-width: 1200px) {
  .concept__caution__text {
    padding: 4.5833333333vw 0 0vw 19.3333333333vw;
  }
}
@media (max-width: 768px) {
  .concept__caution__text {
    padding: 7.421875vw 0 0;
    width: 90.3645833333vw;
    margin: 0 auto;
  }
}
.concept__caution__text p {
  color: #091130;
  font-size: 18px;
  font-weight: 500;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.88;
  font-feature-settings: "palt";
}
@media (max-width: 1200px) {
  .concept__caution__text p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .concept__caution__text p {
    font-size: 3.6458333333vw;
    font-weight: 300;
    line-height: 1.65;
  }
}

.diary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  padding: 22px 24px;
  border: 1px solid #ff0066;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(128, 47, 62, 0.1);
  background-color: #fff;
  width: 394px;
  height: 738px;
}
@media (max-width: 1200px) {
  .diary {
    border-radius: 0.8333333333vw;
    width: 31.25vw;
    height: 61.5vw;
    padding: 1.8333333333vw 2vw;
  }
}
@media (max-width: 768px) {
  .diary {
    gap: 5.2083333333vw;
    width: 93.4895833333vw;
    height: auto;
    padding: 4.9479166667vw 5.5989583333vw;
    border-radius: 1.953125vw;
  }
}
.diary__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 9px;
}
@media (max-width: 1200px) {
  .diary__list {
    gap: 0.75vw;
  }
}
@media (max-width: 768px) {
  .diary__list {
    flex-direction: column;
    align-items: center;
    gap: 3.2552083333vw;
  }
}
.diary-header {
  text-align: left;
}
.diary-date {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .diary-date {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .diary-date {
    font-size: 2.8645833333vw;
  }
}
.diary-name {
  font-size: 24px;
  color: #ff0066;
}
@media (max-width: 1200px) {
  .diary-name {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .diary-name {
    font-size: 3.3854166667vw;
  }
}
.diary-text {
  font-size: 17px;
  padding: 10px 15px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .diary-text {
    font-size: 1.4166666667vw;
    padding: 0.8333333333vw 1.25vw;
  }
}
@media (max-width: 768px) {
  .diary-text {
    font-size: 3.3854166667vw;
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media (max-width: 768px) {
  .diary-img {
    margin: 0 auto;
  }
}
.diary-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .diary-img img {
    width: 67.7083333333vw;
  }
}
.diarywrap .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px 0 60px;
  color: #ff0066;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .diarywrap .pagination {
    margin: 7.5vw 0 5vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .pagination {
    font-size: 3.6458333333vw;
    gap: 1.3020833333vw;
  }
}
.diarywrap .pagination a {
  text-decoration: none;
  color: #ff0066;
  padding: 8px 12px;
  border: 1px solid #ff0066;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .diarywrap .pagination a {
    margin: 0 0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .pagination a {
    margin: 0 0.6510416667vw;
  }
}
.diarywrap .pagination a.active {
  background-color: #ff0066;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .diarywrap .pagination a.active {
    padding: 0.6666666667vw 1vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .pagination a.active {
    padding: 1.171875vw 1.8229166667vw;
  }
}
@media (max-width: 440px) {
  .diarywrap .pagination a.active {
    padding: 2.2727272727vw 3.4090909091vw;
  }
}
.diarywrap .pagination .inactive {
  color: #ff0066;
}
.diarywrap .pagination span {
  margin: 0 10px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .diarywrap .pagination span {
    margin: 0 0.8333333333vw;
  }
}
.diarywrap .section-title::after {
  background-image: url(../img/h2-diary.png);
}

.event .section-title {
  margin-bottom: 66px;
}
@media (max-width: 1200px) {
  .event .section-title {
    margin-bottom: 5.5vw;
  }
}
@media (max-width: 768px) {
  .event .section-title {
    margin-bottom: 5.859375vw;
    margin-top: 3.90625vw;
  }
}
.event .section-title span {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .event .section-title span {
    padding-left: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .event .section-title span {
    padding-left: 0;
  }
}
.event .section-title::after {
  background-image: url(../img/h2-event.png);
}
.event__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 10px 0 60px;
}
@media (max-width: 1200px) {
  .event__box {
    padding: 0.8333333333vw 0 5vw;
    gap: 2.5vw;
  }
}
@media (max-width: 768px) {
  .event__box {
    padding: 6.5104166667vw 3.90625vw 7.8125vw;
    gap: 3.90625vw;
  }
}
.event__box img {
  width: 1041px;
}
@media (max-width: 1200px) {
  .event__box img {
    width: 86.75vw;
  }
}
@media (max-width: 768px) {
  .event__box img {
    width: 98.1770833333vw;
  }
}
.event__box h3 {
  color: #ff0066;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .event__box h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .event__box h3 {
    font-size: 3.90625vw;
  }
}
.event__box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1200px) {
  .event__box p {
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .event__box p {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .event__box p {
    font-size: 3.4090909091vw;
  }
}/*# sourceMappingURL=style.css.map */