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

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

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

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

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

h2 {
  margin: 0 auto;
  font-size: 32px;
  letter-spacing: 1.7px;
  padding: 13px 0;
  background: url(../img/bg-title.png) no-repeat center;
  background-size: 619px 70px;
  width: 619px;
  height: 70px;
  text-align: center;
  font-family: "Osaka レギュラー", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #6b6b6b;
  letter-spacing: 0.6rem;
}
@media (max-width: 1200px) {
  h2 {
    padding: 1.0833333333vw 0;
    font-size: 2.6666666667vw;
    background-size: 51.5833333333vw 5.8333333333vw;
    width: 51.5833333333vw;
    height: 5.8333333333vw;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.90625vw;
    background-size: 62.109375vw 6.7708333333vw;
    width: 62.109375vw;
    height: 6.7708333333vw;
  }
}

.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
main {
  padding-top: 78px;
}
@media (max-width: 768px) {
  main {
    padding-top: 3.90625vw;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

*::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  *::-webkit-scrollbar {
    width: 1vw;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: #ec7aac;
  border-radius: 10px;
  height: 10px;
}
@media (max-width: 1200px) {
  *::-webkit-scrollbar-thumb {
    height: 0.8333333333vw;
  }
}

li {
  list-style-type: none;
}

.main-top {
  margin-top: 110px;
}
@media screen and (max-width: 1600px) {
  .main-top {
    margin-top: 110px;
  }
}
@media (max-width: 1200px) {
  .main-top {
    margin-top: 9.1666666667vw;
  }
}
@media (max-width: 768px) {
  .main-top {
    margin-top: 0;
  }
}

#chamo-window .chamo-chatlog-wrapper {
  overscroll-behavior: auto;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
}
.fixed .header__nav__list {
  padding-top: 18px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .fixed .header__nav__list {
    padding-top: 0.6666666667vw;
    margin-bottom: 0vw;
  }
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  font-variant-ligatures: none;
  font-family: "小塚明朝 Pro", "Meiryo", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  font-weight: 500;
}

img {
  max-width: 100%;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

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

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

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

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

@media (max-width: 768px) {
  .recruit {
    padding-top: 17.7083333333vw;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100vw;
    padding: 0 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0;
  }
}

main .container {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  main .container {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  main .container {
    max-width: 100%;
  }
}

.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;
}

/* ボタンで表示・非表示JSで値操作 */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  animation: fadeUp 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@font-face {
  font-family: "panda";
  src: url("../font/pandabakery.ttf") format("truetype");
}
.header {
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
.header__fv {
  padding-top: 70px;
}
@media (max-width: 2000px) {
  .header__fv {
    padding-top: 3.5vw;
  }
}
@media (max-width: 768px) {
  .header__fv {
    padding-top: 5.9895833333vw;
  }
}
.header__fv img {
  width: 100%;
  height: 100vh;
  max-height: 739px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 2000px) {
  .header__fv img {
    max-height: 36.95vw;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .header__fv img {
    max-height: 61.5833333333vw;
    height: auto;
  }
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 0;
  margin: 0 136px;
}
@media (max-width: 2000px) {
  .header__flex {
    margin: 0 0.5vw;
    gap: 1vw;
  }
}
@media (max-width: 1200px) {
  .header__flex {
    padding: 2vw 0 0vw;
  }
}
.header__tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  font-size: 49px;
  color: #ec7aac;
  letter-spacing: -0.13rem;
  gap: 30px;
}
@media (max-width: 2000px) {
  .header__tel {
    font-size: 2.9vw;
    gap: 1.5vw;
  }
}
@media (max-width: 768px) {
  .header__tel {
    display: none;
  }
}
.header__tel img {
  width: 61px;
}
@media (max-width: 2000px) {
  .header__tel img {
    width: 3.05vw;
  }
}
.header__logo {
  padding-top: 44px;
  width: 480px;
}
@media (max-width: 2000px) {
  .header__logo {
    width: 24vw;
  }
}
@media (max-width: 768px) {
  .header__logo {
    padding-top: 2.0833333333vw;
    padding-left: 6.7708333333vw;
    width: 70.3125vw;
  }
}
.header__logo img {
  width: 480px;
}
@media (max-width: 2000px) {
  .header__logo img {
    width: 24vw;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    width: 62.5vw;
  }
}
.header__login {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 24px;
}
@media (max-width: 768px) {
  .header__login {
    display: none;
  }
}
.header__login img {
  width: 87px;
}
@media (max-width: 2000px) {
  .header__login img {
    width: 4.35vw;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 136px;
}
@media (max-width: 2000px) {
  .header__right {
    gap: 6.8vw;
  }
}
.header__right-innerFlex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.header__nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 22px;
  font-weight: 200;
  font-family: "DIN Next LT Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 2000px) {
  .header__nav__list {
    font-size: 1.2vw;
    gap: 1.5vw;
  }
}
.header__nav__list-link.active {
  color: #ec7aac;
}
.header__tabNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ec7aac;
  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: 6%;
  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.3854166667vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
.header__tabNav-active {
  left: 0 !important;
}
.header__tabButton {
  position: relative;
  width: 13.9322916667vw;
  height: 4.1666666667vw;
  top: -56.1197916667vw;
  left: 79.5572916667vw;
  z-index: 100;
}
.header__tabButton.close {
  top: 2.4739583333vw;
}
.header__tabButton.close .header__tabButton-active:nth-of-type(1) {
  width: 90% !important;
  top: 5.46875vw !important;
  left: 0.9114583333vw;
  transform: rotate(45deg);
  background: #fff;
}
.header__tabButton.close .header__tabButton-active:nth-of-type(2) {
  width: 90% !important;
  top: 5.46875vw !important;
  left: 0.9114583333vw;
  background: #fff;
  transform: rotate(-45deg);
}
.header__tabButton.close .header__tabButton-active:nth-of-type(3) {
  background-color: transparent !important;
}
.header__tabButton span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1.8229166667vw;
  background: #ec7aac;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  z-index: 100;
}
.header__tabButton span:nth-of-type(1) {
  top: 3.125vw;
}
.header__tabButton span:nth-of-type(2) {
  top: 6.5104166667vw;
  font-size: 2.34375vw;
  width: 80%;
}
.header__tabButton span:nth-of-type(3) {
  top: 9.8958333333vw;
}
.header__tabButton span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  display: block;
  top: 3.7760416667vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #ec7aac;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 3.6458333333vw;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.header__tabButton-active:nth-of-type(1) {
  background-color: transparent;
}
.header__tabButton-active:nth-of-type(2) {
  background-color: transparent;
}
.header__tabButton-active:nth-of-type(3) {
  background-color: transparent;
}
.header__tabButton-active:nth-of-type(3)::after {
  color: transparent !important;
}
.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;
}

#fixedElement {
  position: relative; /* 初期状態 */
}

.fixed-bottom {
  z-index: 9999;
  position: fixed !important;
  width: 100%; /* 画面幅いっぱいに広げる */
}
@media (max-width: 768px) {
  .fixed-bottom {
    bottom: 2.0833333333vw;
    transition: bottom 0.3s ease-in-out; /* トランジションを追加 */
  }
}

.login :hover {
  opacity: 0.8;
}

.login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(179, 179, 179, 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: #fff;
}
@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: #ec7aac;
  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 #000;
}
@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 #ec7aac;
  color: #ec7aac;
}
@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 {
  margin-top: 188px;
  padding: 111px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 6.5104166667vw;
    padding-bottom: 80px;
  }
}
.footer__logo {
  margin: 0 auto;
  padding: 32px 0;
  width: 600px;
  background-color: #fff;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .footer__logo {
    width: 50vw;
    padding: 2.6666666667vw 0;
  }
}
.footer__logo img {
  width: 480px;
}
@media (max-width: 1200px) {
  .footer__logo img {
    width: 40vw;
  }
}
.footer__bg {
  background-color: #ec7aac;
  padding: 168px 0 33px;
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .footer__bg {
    padding: 14vw 0 2.75vw;
  }
}
@media (max-width: 768px) {
  .footer__bg {
    display: none;
  }
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #fff;
}
@media (max-width: 1200px) {
  .footer__flex {
    gap: 2.9166666667vw;
  }
}
.footer__banner {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  gap: 5px;
}
@media (max-width: 1200px) {
  .footer__banner {
    gap: 0.4166666667vw;
  }
}
.footer__nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 22px;
  font-weight: 200;
  font-family: "DIN Next LT Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 1200px) {
  .footer__nav__list {
    font-size: 1.8333333333vw;
    gap: 2.5vw;
  }
}
.footer__nav__list-link.active {
  color: #646464;
}
.footer__tel {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 35px;
  letter-spacing: -0.08rem;
}
.footer__tel img {
  width: 44px;
}
@media (max-width: 1200px) {
  .footer__tel img {
    width: 3.6666666667vw;
  }
}
@media (max-width: 1200px) {
  .footer__tel {
    font-size: 2.9166666667vw;
    gap: 3.3333333333vw;
  }
}
.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;
}
.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: #ec7aac;
  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;
}
@media (max-width: 768px) {
  .footer__topBtn {
    padding-right: 5%;
    color: #646464;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 4.4270833333vw;
    text-align: right;
  }
}

.system__table {
  padding: 87px 0 61px;
}
@media (max-width: 1200px) {
  .system__table {
    padding: 7.25vw 0 5.0833333333vw;
  }
}
@media (max-width: 768px) {
  .system__table {
    padding: 5.3385416667vw 0 10.9375vw;
  }
}
.system__table table {
  margin: 0 auto;
  font-size: 29px;
  font-family: "Osaka レギュラー", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 850px;
}
@media (max-width: 1200px) {
  .system__table table {
    width: 70.8333333333vw;
  }
}
@media (max-width: 768px) {
  .system__table table {
    font-size: 3.7760416667vw;
    width: 58.0729166667vw;
  }
}
.system__table table tbody {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 1200px) {
  .system__table table tbody {
    gap: 3.75vw;
  }
}
@media (max-width: 768px) {
  .system__table table tbody {
    gap: 5.5989583333vw;
  }
}
.system__table table tbody tr {
  display: flex;
  justify-content: space-between;
  padding: 0 89px 10px;
  border-bottom: 2.5px solid #000;
  position: relative;
}
@media (max-width: 1200px) {
  .system__table table tbody tr {
    padding: 0 7.4166666667vw 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .system__table table tbody tr {
    padding: 0 3.125vw 1.5625vw;
  }
}
.system__table table tbody tr::before, .system__table table tbody tr::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
}
@media (max-width: 1200px) {
  .system__table table tbody tr::before, .system__table table tbody tr::after {
    width: 0.75vw;
    height: 0.75vw;
    bottom: -0.3333333333vw;
  }
}
.system__table table tbody tr::before {
  left: 0;
}
.system__table table tbody tr::after {
  right: 0;
}
.system__menu__box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 842px;
  margin: 0 auto;
  font-family: "FOT-ハミング Std", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1200px) {
  .system__menu__box {
    width: 70.1666666667vw;
  }
}
@media (max-width: 768px) {
  .system__menu__box {
    width: 100%;
  }
}
.system__menu__box:first-of-type h3 {
  background-color: #005a8d;
}
.system__menu__box:first-of-type dl {
  color: #005a8d;
}
.system__menu__box:nth-of-type(2) h3 {
  background-color: #009fb7;
}
.system__menu__box:nth-of-type(2) dl {
  color: #009fb7;
}
.system__menu__box:nth-of-type(3) h3 {
  background-color: #dc3e6e;
}
.system__menu__box:nth-of-type(3) dl {
  color: #dc3e6e;
}
.system__menu__box:nth-of-type(4) h3 {
  background-color: #ec7586;
}
.system__menu__box:nth-of-type(4) dl {
  color: #ec7586;
}
.system__menu__box h3 {
  padding: 10px 20px;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 1200px) {
  .system__menu__box h3 {
    padding: 0.8333333333vw 1.6666666667vw;
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .system__menu__box h3 {
    padding: 2.6041666667vw 0 2.6041666667vw 6.7708333333vw;
    font-size: 4.1666666667vw;
  }
}
.system__menu__box p {
  padding: 23px 10px 0;
  font-family: "Osaka レギュラー", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .system__menu__box p {
    padding: 1.9166666667vw 0.8333333333vw 0vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .system__menu__box p {
    font-size: 3.6458333333vw;
    padding: 2.8645833333vw 3.2552083333vw;
  }
}
.system__menu__box p:nth-child(3) {
  font-size: 19px;
  padding-top: 17px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .system__menu__box p:nth-child(3) {
    font-size: 3.3854166667vw;
    padding-top: 0;
  }
}
.system__menu__box__price {
  padding: 13px 0 57px;
}
@media (max-width: 1200px) {
  .system__menu__box__price {
    padding: 1.0833333333vw 0 4.75vw;
  }
}
@media (max-width: 768px) {
  .system__menu__box__price {
    padding: 1.0416666667vw 4.4270833333vw;
  }
}
.system__menu__box__price:last-child {
  padding-bottom: 103px;
}
@media (max-width: 1200px) {
  .system__menu__box__price:last-child {
    padding-bottom: 8.5833333333vw;
  }
}
@media (max-width: 768px) {
  .system__menu__box__price:last-child {
    padding-bottom: 10.9375vw;
  }
}
.system__menu__box__price dl {
  display: flex;
  gap: 10px;
  font-size: 48px;
  font-weight: 700;
  gap: 80px;
}
@media (max-width: 1200px) {
  .system__menu__box__price dl {
    font-size: 4vw;
    gap: 6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .system__menu__box__price dl {
    font-size: 5.46875vw;
    gap: 6.640625vw;
  }
}
.system__menu__box__price dl div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .system__option {
    padding-top: 4.9479166667vw;
  }
}
.system__option__text {
  padding: 27px 0 58px;
  font-size: 19px;
  font-family: "小塚ゴシック Pr6N", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.01rem;
  font-feature-settings: "palt";
}
@media (max-width: 1200px) {
  .system__option__text {
    padding: 2.25vw 0 4.8333333333vw;
    font-size: 1.5833333333vw;
  }
}
@media (max-width: 768px) {
  .system__option__text {
    padding: 5.3385416667vw 0 9.1145833333vw;
    font-size: 3.6458333333vw;
    line-height: 1.36;
  }
}
.system__option__box {
  padding: 0 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media (max-width: 1200px) {
  .system__option__box {
    padding: 0 8.3333333333vw;
    gap: 2.75vw;
  }
}
@media (max-width: 768px) {
  .system__option__box {
    padding: 0 5.2083333333vw;
    gap: 5.859375vw;
  }
}
.system__option__box dl {
  padding: 0 164px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media (max-width: 1200px) {
  .system__option__box dl {
    padding: 0 13.6666666667vw;
    gap: 0.5833333333vw;
  }
}
@media (max-width: 768px) {
  .system__option__box dl {
    padding: 0;
    gap: 20px;
  }
}
.system__option__box dl div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 29px;
  font-family: "Osaka レギュラー", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .system__option__box dl div {
    font-size: 2.4166666667vw;
  }
}
@media (max-width: 768px) {
  .system__option__box dl div {
    gap: 3.3854166667vw;
    font-size: 3.7760416667vw;
  }
}
.system__option__box dl div .border-line {
  flex: 1;
  height: 1px;
  background-color: #000;
  position: relative;
}
.system__option__box dl div .border-line::before, .system__option__box dl div .border-line::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
}
@media (max-width: 1200px) {
  .system__option__box dl div .border-line::before, .system__option__box dl div .border-line::after {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    bottom: -0.1666666667vw;
  }
}
.system__option__box dl div .border-line::before {
  left: 0;
}
.system__option__box dl div .border-line::after {
  right: 0;
}
.system__option__box dl .desc-text {
  font-family: "小塚ゴシック Pr6N", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.01rem;
  font-feature-settings: "palt";
}
@media (max-width: 1200px) {
  .system__option__box dl .desc-text {
    font-size: 1.5833333333vw;
  }
}
@media (max-width: 768px) {
  .system__option__box dl .desc-text {
    font-size: 3.515625vw;
  }
}
.system__option__img {
  padding: 110px 0 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .system__option__img {
    padding: 9.1666666667vw 0 0vw;
  }
}
@media (max-width: 768px) {
  .system__option__img {
    padding: 11.8489583333vw 0 19.53125vw;
  }
}
.system__option__img img {
  width: 526px;
}
@media (max-width: 1200px) {
  .system__option__img img {
    width: 43.8333333333vw;
  }
}
@media (max-width: 768px) {
  .system__option__img img {
    width: 68.4895833333vw;
  }
}

.access__store {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 289px 0 120px 0;
  gap: 222px;
  font-family: "A-OTF リュウミン Pr6N", "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .access__store {
    font-size: 2.5vw;
    padding: 24.0833333333vw 0 10vw 0;
    gap: 18.5vw;
  }
}
@media (max-width: 768px) {
  .access__store {
    padding: 8.4635416667vw 0 1.3020833333vw;
    font-size: 3.6458333333vw;
    gap: 13.4114583333vw;
  }
}
.access__store-text {
  text-align: center;
  display: flex;
}
@media (max-width: 768px) {
  .access__store-text {
    align-items: flex-start;
    flex-direction: column;
  }
}
.access__store-map {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1200px) {
  .access__store-map {
    gap: 1vw;
  }
}
@media (max-width: 768px) {
  .access__store-map {
    align-items: center;
    margin: 0 auto;
  }
}
.access__store-map .map-img {
  width: 1200px;
  height: 532px;
}
@media (max-width: 1200px) {
  .access__store-map .map-img {
    width: 100vw;
    height: 44.3333333333vw;
  }
}
@media (max-width: 768px) {
  .access__store-map .map-img {
    width: 72.5260416667vw;
    height: 72.5260416667vw;
  }
}

.girl__list {
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .girl__list {
    padding-left: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .girl__list {
    padding-left: 0;
  }
}
.girl__list .cast__box__list {
  gap: 85px 54px;
}
.girl__list .cast__box__list:first-of-type::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 700px;
}
@media (max-width: 1200px) {
  .girl__list .cast__box__list:first-of-type::before {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .girl__list .cast__box__list:first-of-type::before {
    width: 43.75vw;
  }
}
@media (max-width: 1200px) {
  .girl__list .cast__box__list {
    gap: 7.0833333333vw 4.5vw;
  }
}
@media (max-width: 768px) {
  .girl__list .cast__box__list {
    gap: 6.1197916667vw 3.125vw;
    padding: 0 4.6875vw;
  }
}
@media (max-width: 440px) {
  .girl__list .cast__box__list {
    gap: 6.8181818182vw 2.2727272727vw;
  }
}

.cast__box__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 0 0 68px;
  gap: 54px;
  flex-basis: 290px;
}
@media (max-width: 1200px) {
  .cast__box__list {
    padding: 0 0 0vw 5.6666666667vw;
    gap: 4.5vw;
    flex-basis: 24.1666666667vw;
  }
}
@media (max-width: 768px) {
  .cast__box__list {
    padding: 0 0 0 4.0364583333vw;
    gap: 6.1197916667vw 3.125vw;
  }
}
@media (max-width: 440px) {
  .cast__box__list {
    gap: 6.8181818182vw 2.2727272727vw;
  }
}

.girlCard {
  width: 290px;
}
@media (max-width: 1200px) {
  .girlCard {
    width: 23.75vw;
  }
}
@media (max-width: 768px) {
  .girlCard {
    width: 43.75vw;
  }
}
.girlCard-fee {
  font-size: 25px;
  background-color: #da7e93;
  color: #fff;
  padding: 1px 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .girlCard-fee {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .girlCard-fee {
    font-size: 3.6458333333vw;
  }
}
.girlCard:last-of-type {
  display: none;
}
.girlCard-img {
  z-index: 1;
  width: 290px;
  height: 387px;
}
@media (max-width: 1200px) {
  .girlCard-img {
    width: 24.1666666667vw;
    height: 32.25vw;
  }
}
@media (max-width: 768px) {
  .girlCard-img {
    width: 43.75vw;
    height: 58.3333333333vw;
  }
}
.girlCard-img img {
  width: 100%;
}
.girlCard-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 8px;
  font-size: 27px;
  font-family: "aqua*", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #646464;
}
@media (max-width: 1200px) {
  .girlCard-name {
    font-size: 2.25vw;
  }
}
@media (max-width: 768px) {
  .girlCard-name {
    font-size: 4.1666666667vw;
  }
}
.girlCard-time {
  font-size: 24px;
  font-family: "A-OTF リュウミン Pro", "A-OTF Rumin Pro", "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  background-color: #005a8d;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 3px 0;
  letter-spacing: -0.01em;
}
@media (max-width: 1200px) {
  .girlCard-time {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .girlCard-time {
    font-size: 3.6458333333vw;
  }
}

.showMoreButton {
  margin-top: -2.6041666667vw;
  font-size: 2.8645833333vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6039215686);
}
@media (max-width: 1200px) {
  .showMoreButton {
    margin-top: -1.6666666667vw;
    font-size: 1.8333333333vw;
  }
}

.schedule__list {
  padding: 91px 42px 100px;
}
@media (max-width: 1200px) {
  .schedule__list {
    padding: 7.5833333333vw 1.6666666667vw 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .schedule__list {
    padding: 5.9895833333vw 0 13.0208333333vw;
  }
}
.schedule__list .cast__box__list:first-of-type::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 700px;
}
@media (max-width: 1200px) {
  .schedule__list .cast__box__list:first-of-type::before {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .schedule__list .cast__box__list:first-of-type::before {
    width: 78.125vw;
  }
}
.schedule__btn {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .schedule__btn {
    font-size: 1.5vw;
  }
}
.schedule__btn__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
.schedule__btn__list .dateactive {
  background: #005a8d;
}
@media (max-width: 768px) {
  .schedule__btn__list .dateactive {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list {
    padding: 0 2.0833333333vw;
    font-family: "A-OTF UD新ゴ Pro", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  }
}
.schedule__btn__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 157px;
  background-color: #3993a8;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .schedule__btn__list-link {
    padding: 0.6666666667vw 1vw;
    font-size: 1.6666666667vw;
    width: 13.0833333333vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list-link {
    flex-direction: column;
    padding: 2.0833333333vw 0;
    width: 12.6302083333vw;
    font-size: 3.7760416667vw;
    background-color: unset;
    border: 2px solid #005a8d;
    color: #005a8d;
    border-radius: 0.6510416667vw;
  }
  .schedule__btn__list-link_week {
    font-size: 3.3854166667vw;
  }
}
.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;
  }
}

.top__swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 73px;
}
@media (max-width: 1200px) {
  .top__swiper {
    padding-bottom: 6.0833333333vw;
  }
}
@media (max-width: 768px) {
  .top__swiper {
    padding-bottom: 7.421875vw;
  }
}
.top__swiper .swiper {
  width: 977px;
  height: auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 1200px) {
  .top__swiper .swiper {
    width: 81.4166666667vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper {
    width: 100%;
    padding: 1.0416666667vw;
  }
}
.top__swiper .swiper-wrapper {
  display: flex;
  width: 100%;
}
.top__swiper .swiper-slide {
  flex: 0 0 auto;
}
.top__swiper .swiper-slide img {
  width: 977px;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  .top__swiper .swiper-slide img {
    width: 81.4166666667vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-slide img {
    width: 100%;
  }
}
.top__swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  gap: 25px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1200px) {
  .top__swiper .swiper-pagination {
    padding: 0.8333333333vw 0;
    gap: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-pagination {
    gap: 2.34375vw;
  }
}
.top__swiper .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background-color: #6b6b6b;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .top__swiper .swiper-pagination-bullet {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .top__swiper .swiper-pagination-bullet {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.top__swiper .swiper-pagination-bullet-active {
  background-color: #000;
}
.top__swiper .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.top__diary {
  padding-top: 75px;
}
@media (max-width: 1200px) {
  .top__diary {
    padding-top: 6.25vw;
  }
}
@media (max-width: 768px) {
  .top__diary {
    padding-top: 15.1041666667vw;
  }
}
.top__diary__list {
  padding-top: 57px;
}
@media (max-width: 1200px) {
  .top__diary__list {
    padding-top: 4.75vw;
  }
}
@media (max-width: 768px) {
  .top__diary__list {
    padding-top: 8.8541666667vw;
  }
}
.top__diary__list .cast__box__list {
  padding: 0 51px;
  gap: 14px;
}
@media (max-width: 1200px) {
  .top__diary__list .cast__box__list {
    gap: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .top__diary__list .cast__box__list {
    padding: 0 0 0 2.734375vw;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0 3.6458333333vw;
  }
}
.top__diary__list .cast__box__list .diary {
  border: 1px solid #ec7aac;
  width: 24%;
  padding: 15px 17px;
}
@media (max-width: 1200px) {
  .top__diary__list .cast__box__list .diary {
    width: 23.5%;
    padding: 1.25vw 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .top__diary__list .cast__box__list .diary {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 1.3020833333vw;
    padding: 1.953125vw 2.2135416667vw;
    width: 83.4635416667vw;
    height: 45.3125vw;
    gap: 5.3385416667vw 4.9479166667vw;
  }
  .top__diary__list .cast__box__list .diary-img {
    width: 29.8177083333vw;
  }
  .top__diary__list .cast__box__list .diary-img img {
    width: 29.8177083333vw;
  }
}
.top__diary__list .cast__box__list .diary-name {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .top__diary__list .cast__box__list .diary-name {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .top__diary__list .cast__box__list .diary-name {
    font-size: 3.90625vw;
  }
}
.top__diary__list .cast__box__list .diary-text {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .top__diary__list .cast__box__list .diary-text {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__diary__list .cast__box__list .diary-text {
    font-size: 3.6458333333vw;
    padding: 0;
    word-break: break-all;
    min-width: 22em;
  }
  .top__diary__list .cast__box__list .diary-text p {
    word-break: break-all;
    max-width: 44.0104166667vw;
  }
}
.top__diary-link {
  margin: 36px 79px auto auto;
  padding: 17px 0;
  width: 217px;
  background-color: #ec7aac;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1200px) {
  .top__diary-link {
    margin: 3vw 6.5833333333vw auto auto;
    padding: 1.4166666667vw 0;
    width: 18.0833333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__diary-link {
    margin: 4.4270833333vw 5.3385416667vw auto auto;
    padding: 2.4739583333vw 0;
    width: 35.4166666667vw;
    font-size: 3.6458333333vw;
  }
}
.top__schedule {
  padding-top: 125px;
}
@media (max-width: 1200px) {
  .top__schedule {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 768px) {
  .top__schedule {
    padding-top: 13.5416666667vw;
    padding-bottom: 13.5416666667vw;
  }
}
.top__schedule-link {
  margin: 36px 139px auto auto;
  padding: 17px 0;
  width: 217px;
  background-color: #ec7aac;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .top__schedule-link {
    margin: 3vw 11.5833333333vw auto auto;
    padding: 1.4166666667vw 0;
    width: 18.0833333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__schedule-link {
    margin: 4.4270833333vw 5.3385416667vw auto auto;
    padding: 2.4739583333vw 0;
    width: 35.4166666667vw;
    font-size: 3.6458333333vw;
  }
}
.top__schedule .cast__box__list {
  padding: 0 0 0 111px;
}
@media (max-width: 1200px) {
  .top__schedule .cast__box__list {
    padding: 0 0 0vw 5vw;
  }
}
.top__schedule .cast__box__list:first-of-type::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 700px;
}
@media (max-width: 1200px) {
  .top__schedule .cast__box__list:first-of-type::before {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .top__schedule .cast__box__list:first-of-type::before {
    width: 78.125vw;
  }
}

.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: #005a8d;
  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;
  gap: 9px;
  padding: 22px 24px;
  border-bottom: 1px dashed #595757;
  font-family: "Noto Sans JP", sans-serif;
  color: #646464;
}
@media (max-width: 1200px) {
  .diary {
    gap: 0.75vw;
    padding: 1.8333333333vw 2vw;
  }
}
.diary-date {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .diary-date {
    font-size: 1.0833333333vw;
  }
}
@media (max-width: 768px) {
  .diary-date {
    font-size: 3.6458333333vw;
  }
}
.diary-name {
  font-size: 33px;
  text-align: center;
}
@media (max-width: 1200px) {
  .diary-name {
    font-size: 2.75vw;
  }
}
@media (max-width: 768px) {
  .diary-name {
    font-size: 3.90625vw;
  }
}
.diary-text {
  font-size: 21px;
  padding: 10px 15px;
}
@media (max-width: 1200px) {
  .diary-text {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .diary-text {
    font-size: 3.6458333333vw;
    line-height: 1.5;
  }
}
.diary-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .diary-img img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .diarywrap .diary {
    max-height: 45.0520833333vw;
  }
}
.diarywrap .diary__list {
  padding: 0 20px 100px;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list {
    padding: 0 1.6666666667vw 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .diary__list {
    border: none;
    padding: 0 20px 100px;
  }
}
.diarywrap .diary__list .cast__box__list {
  display: flex;
  justify-content: flex-start;
  padding-top: 69px;
  gap: 17px 13px;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list .cast__box__list {
    padding-top: 5.75vw;
    gap: 1.4166666667vw 1.0833333333vw;
  }
}
@media (max-width: 440px) {
  .diarywrap .diary__list .cast__box__list {
    padding: 15.9090909091vw 0 0 0;
  }
}
.diarywrap .diary__list .cast__box__list .diary {
  border: 1px solid #ec7aac;
  width: 32.5%;
}
@media (max-width: 768px) {
  .diarywrap .diary__list .cast__box__list .diary {
    width: 100%;
    max-height: 45.0520833333vw;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 4.8177083333vw;
  }
}
@media (max-width: 768px) and (max-width: 440px) {
  .diarywrap .diary__list .cast__box__list .diary {
    gap: 2.2727272727vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .diary__list .cast__box__list .diary-img {
    width: 29.8177083333vw;
  }
  .diarywrap .diary__list .cast__box__list .diary-img img {
    width: 29.8177083333vw;
  }
  .diarywrap .diary__list .cast__box__list .diary-name {
    min-width: 12em;
    text-align: left;
  }
  .diarywrap .diary__list .cast__box__list .diary-text {
    min-width: 12em;
    padding: 0;
  }
  .diarywrap .diary__list .cast__box__list .diary-text p {
    max-width: 44.0104166667vw;
  }
}
.diarywrap .diary__list .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px 0 60px;
  color: #ec7aac;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list .pagination {
    margin: 7.5vw 0 5vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .diary__list .pagination {
    font-size: 3.6458333333vw;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .diarywrap .diary__list .pagination {
    font-size: 5.4545454545vw;
  }
}
.diarywrap .diary__list .pagination a {
  text-decoration: none;
  color: gray;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list .pagination a {
    margin: 0 0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .diary__list .pagination a {
    margin: 0 1.953125vw;
  }
}
.diarywrap .diary__list .pagination a.active {
  background-color: #646464;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list .pagination a.active {
    padding: 0.6666666667vw 1vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .diary__list .pagination a.active {
    padding: 1.0416666667vw 1.5625vw;
  }
}
.diarywrap .diary__list .pagination .inactive {
  color: gray;
}
.diarywrap .diary__list .pagination span {
  margin: 0 10px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list .pagination span {
    margin: 0 0.8333333333vw;
  }
}/*# sourceMappingURL=style.css.map */