@charset "UTF-8";
/*! 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;
}

/**
 * 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 */
  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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
}

/* =============================================
色
============================================= */
/* =============================================
フォント種類
============================================= */
/* =============================================
サイズ基準
============================================= */
:root {
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1280px) {
  :root {
    font-size: 0.078125vw;
    gap: 0.078125vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 440px) {
  :root {
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

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

body {
  background-color: #000;
  overflow-x: hidden;
  font-variant-ligatures: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16rem;
  font-feature-settings: "palt" 1;
  color: #fff;
  zoom: 0.8;
  -moz-transform: scale(0.8);
}
@media (max-width: 768px) {
  body {
    zoom: 1;
    -moz-transform: scale(1);
  }
}

main {
  padding-top: 50px;
}
@media (max-width: 768px) {
  main {
    padding-top: 0;
  }
}

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

/* =============================================
htmlタグに対して
============================================= */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 92.1875vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .tab-container {
    width: 92% !important;
    margin: 0 auto;
  }
}

.section-title-relative {
  position: relative;
}

.section-title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1880px) {
  .section-title {
    display: none;
  }
}
.section-title .b-white {
  display: inline-block;
  width: 6.4vw;
  height: 1px;
  background-color: #fff;
}
.section-title .text {
  padding-left: 1em;
  font-size: 1.24vw;
}

.section-title02 {
  display: flex;
  height: 63px;
  align-items: center;
  justify-content: left;
  background-color: #e5c386;
}
@media (max-width: 768px) {
  .section-title02 {
    height: 6.25vw;
  }
}
@media (max-width: 440px) {
  .section-title02 {
    height: 9.0909090909vw;
  }
}
.section-title02 img {
  width: 2em;
  margin-left: 2%;
}
@media (max-width: 440px) {
  .section-title02 img {
    width: 1.2em;
    margin-left: 3%;
  }
}
.section-title02 span {
  margin-left: 1%;
  color: #610000;
  font-size: 28rem;
  font-family: "Noto Serif JP";
  letter-spacing: 0.1em;
}
@media (max-width: 440px) {
  .section-title02 span {
    margin-left: 2%;
    font-size: 20rem;
  }
}

.hidden {
  display: none !important;
}

/* =============================================
レスポンシブ対応用
============================================= */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

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

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

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

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

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.pc-nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pc-nowrap {
    white-space: unset;
  }
}

.pc-ls-small {
  letter-spacing: -0.08em;
}
@media (max-width: 768px) {
  .pc-ls-small {
    letter-spacing: normal;
  }
}

.tab-ls-small {
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .tab-ls-small {
    letter-spacing: -0.08em;
  }
}

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

/* =============================================
フレックス要素用
============================================= */
.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;
}

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

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

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

/* =============================================
アニメーション用
============================================= */
.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#page-top.floatAnime {
  background: url("../img/mouse.png") no-repeat center;
  background-size: contain;
  width: 230px;
  height: 230px;
  animation: floatAnime 2s linear infinite;
}
@media (max-width: 1280px) {
  #page-top.floatAnime {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  #page-top.floatAnime {
    width: 19.53125vw;
    height: 19.53125vw;
    right: 0;
    bottom: 0;
  }
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
.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%;
  }
}
.header {
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .header {
    padding-top: 3%;
    border: none;
  }
}
.header__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 1%;
  padding: 20px;
}
@media (max-width: 1280px) {
  .header__info {
    padding: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .header__info {
    padding: 2.6041666667vw;
  }
}
@media (max-width: 768px) {
  .header__info {
    width: 100%;
    margin: 0;
  }
}
.header__info--logo {
  width: 152px;
  margin-left: 3em;
}
@media (max-width: 1280px) {
  .header__info--logo {
    width: 11.875vw;
  }
}
@media (max-width: 768px) {
  .header__info--logo {
    width: 27.734375vw;
    margin-left: 2em;
  }
}
.header__nav {
  margin-left: 3%;
}
.header__nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.5em;
  padding: 1.3em;
  text-align: center;
}
@media (max-width: 1880px) {
  .header__nav__list {
    gap: 3em;
  }
}
@media (max-width: 1280px) {
  .header__nav__list {
    gap: 2em;
  }
}
.header__nav__list-link.active a span {
  color: #e5c386;
}
.header__nav__list-link span {
  display: block;
  text-align: center;
}
.header__nav__list-link span:first-child {
  font-size: 28rem;
}
@media (max-width: 1880px) {
  .header__nav__list-link span:first-child {
    font-size: 24rem;
  }
}
.header__nav__list-link span:last-child {
  font-size: 16rem;
}
@media (max-width: 1880px) {
  .header__nav__list-link span:last-child {
    font-size: 14rem;
  }
}
@media (max-width: 768px) {
  .header__tab--absolute {
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .header__tab--relative {
    position: relative;
    margin-bottom: 5em;
  }
}

/* =============================================
ハンバーガーボタン
============================================= */
.hamburger {
  position: relative;
  margin: 0 auto;
  color: #610000;
  width: 11.71875vw;
  height: 16.9270833333vw;
  z-index: 100;
}
.hamburger span {
  position: absolute;
  left: 0px;
  height: 1.0416666667vw;
  background: #610000;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.hamburger span:nth-of-type(1) {
  width: 100%;
  top: 3.125vw;
}
.hamburger span:nth-of-type(2) {
  width: 80%;
  top: 6.5104166667vw;
  font-size: 2.34375vw;
}
.hamburger span:nth-of-type(3) {
  width: 100%;
  top: 9.8958333333vw;
  color: #610000;
  background-color: #610000;
}
.hamburger span:nth-of-type(3)::after {
  display: block;
  content: "Menu";
  position: absolute;
  top: 1.8181818182vw;
  left: 50%;
  transform: translateX(-50%);
  color: #610000;
  font-family: "Noto Serif JP";
  font-size: 28rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (max-width: 440px) {
  .hamburger span:nth-of-type(3)::after {
    font-size: 16rem;
  }
}
.hamburger-bg {
  display: block;
  width: 18.2291666667vw;
  height: 16.9270833333vw;
  right: 3.90625vw;
  top: 5.7291666667vw;
  border-radius: 14px;
  z-index: 99;
  overflow: hidden;
}

/* =============================================
ハンバーガーメニュー中身
============================================= */
.hamNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #e5c386;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow-x: hidden;
}
.hamNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.hamNav__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.hamNav__list--link {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5%;
}
.hamNav__list--link:first-child {
  margin-bottom: 0%;
  text-align: left;
}
.hamNav__list--link:last-child {
  margin-bottom: 0%;
}
.hamNav__list--link-close {
  display: inline-block;
  width: 15%;
  margin-left: 10%;
}
@media (max-width: 440px) {
  .hamNav__list--link-close {
    width: 12%;
  }
}
.hamNav__list--link-tel {
  font-family: "M PLUS Rounded 1c";
  font-size: 35rem;
  text-decoration: underline;
}
@media (max-width: 440px) {
  .hamNav__list--link-tel {
    font-size: 24rem;
    padding-bottom: 1em;
  }
}
.hamNav__list--link a:hover {
  color: #fff;
}
.hamNav__list--link a span {
  display: block;
}
.hamNav__list--link a span:first-child {
  font-size: 28rem;
  font-weight: 400;
}
@media (max-width: 440px) {
  .hamNav__list--link a span:first-child {
    font-size: 24rem;
  }
}
.hamNav__list--link a span:last-child {
  font-family: "Noto Serif JP";
  font-size: 18rem;
  font-weight: 500;
}
@media (max-width: 440px) {
  .hamNav__list--link a span:last-child {
    font-size: 14rem;
  }
}
.hamNav-active {
  left: 0 !important;
}

.footer {
  position: relative;
  background-color: #1e1e1e;
}
@media (max-width: 768px) {
  .footer {
    background: none;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 3%;
  text-align: center;
}
.footer__logo--link {
  width: 152px;
}
@media (max-width: 1280px) {
  .footer__logo--link {
    width: 11.875vw;
  }
}
.footer__main {
  padding-bottom: 2em;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .footer__main {
    padding-bottom: 12em;
  }
}
.footer__main__nav {
  padding: 3em 0 3em;
}
.footer__main__nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.08em;
  font-size: 20px;
}
@media (max-width: 1280px) {
  .footer__main__nav__list {
    font-size: 1.5625vw;
  }
}
.footer__main__nav__list-link a span {
  display: block;
  text-align: center;
}
.footer__main__nav__list-link a span:first-child {
  font-size: 24rem;
  letter-spacing: 0.2em;
}
.footer__main__nav__list-link a span:last-child {
  padding-top: 0.3em;
  font-family: serif;
  font-size: 13rem;
  font-weight: 500;
  letter-spacing: 0;
}
.footer__banner {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 70px;
  padding: 15px;
  border: 1px solid #fff;
  text-align: left;
  zoom: 1.25;
  -moz-transform: scale(1.25);
}
@media (max-width: 1280px) {
  .footer__banner {
    width: 100%;
    padding: 10px;
    border: none;
  }
}
@media (max-width: 768px) {
  .footer__banner {
    zoom: 1;
    -moz-transform: scale(1);
  }
}
.footer__banner img {
  vertical-align: top;
}
@media (max-width: 1280px) {
  .footer__banner img {
    max-width: 100%;
  }
}
.footer__tab {
  display: none;
}
@media (max-width: 768px) {
  .footer__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 19.53125vw;
    background-color: #e5c386;
    gap: 16%;
  }
}
.footer__tab li {
  width: 20%;
}
.footer__tab li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__tab li a img {
  width: 5em;
  height: 5em;
}
@media (max-width: 440px) {
  .footer__tab li a img {
    width: 3em;
    height: 3em;
  }
}
.footer__tab li a span {
  color: #760000;
  font-family: "Noto Serif JP";
  font-size: 28rem;
  font-weight: 300;
}
@media (max-width: 440px) {
  .footer__tab li a span {
    font-size: 16rem;
  }
}
.footer__tab li:last-child {
  margin-left: 6%;
}
.footer__copyright small {
  font-family: "Noto Serif JP";
}

.cast__box__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20rem 20rem;
  width: 100%;
  margin: 72px auto 0;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .cast__box__list {
    padding-bottom: 3em;
  }
}
@media (max-width: 440px) {
  .cast__box__list {
    margin-top: 36px;
    gap: 16rem 16rem;
  }
}

.system {
  padding-bottom: 10em;
}
.system__main {
  padding-top: 4em;
  padding-bottom: 9em;
}
@media (max-width: 768px) {
  .system__main {
    padding-bottom: 9em;
  }
}
.system__main table tr th, .system__main table tr td {
  width: 25%;
  align-content: center;
  padding: 8.5px 0;
  font-size: 24rem;
  font-family: "Noto Serif JP";
  border: 1px solid #e5c386;
  text-align: center;
}
@media (max-width: 1280px) {
  .system__main table tr th, .system__main table tr td {
    padding: 0.6640625vw 0;
  }
}
@media (max-width: 768px) {
  .system__main table tr th, .system__main table tr td {
    padding: 1.1067708333vw 0;
  }
}
@media (max-width: 440px) {
  .system__main table tr th, .system__main table tr td {
    padding: 1.9318181818vw 0;
    font-size: 18rem;
  }
}
.system__main table tr th {
  background-color: #886041;
  letter-spacing: 0.2em;
}
.system__main table tr td {
  letter-spacing: 0;
  color: #e5c386;
}
.system__main--table01, .system__main--table02, .system__main--table03 {
  width: 812px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .system__main--table01, .system__main--table02, .system__main--table03 {
    width: 63.4375vw;
  }
}
@media (max-width: 768px) {
  .system__main--table01, .system__main--table02, .system__main--table03 {
    width: 100%;
  }
}
.system__main--table02, .system__main--table03 {
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .system__main--table02, .system__main--table03 {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 768px) {
  .system__main--table02, .system__main--table03 {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 440px) {
  .system__main--table02, .system__main--table03 {
    margin-bottom: 10.9090909091vw;
  }
}
.system__main--table01 {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .system__main--table01 {
    margin-bottom: 5em;
  }
}
.system__main--table03 tr th {
  width: 100%;
}
.system__main--table03 tr td:first-child {
  width: 25%;
}
.system__main--table03 tr td:last-child {
  width: 75%;
  text-align: left;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .system__main--table03 tr td:last-child {
    padding-left: 0.5em;
  }
}
.system__main--table04 {
  width: 630px;
  margin: 0 auto 32px;
}
@media (max-width: 1280px) {
  .system__main--table04 {
    width: 49.21875vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .system__main--table04 {
    width: 72%;
    margin-bottom: 4.1666666667vw;
  }
}
.system__main--card {
  display: flex;
  width: 630px;
  margin: 0 auto;
  padding: 0 1%;
}
@media (max-width: 1280px) {
  .system__main--card {
    width: 49.21875vw;
  }
}
@media (max-width: 768px) {
  .system__main--card {
    width: 72%;
  }
}
.system__main--card-image {
  width: 50%;
}
.system__main--card-text {
  width: 50%;
  align-content: center;
  text-align: center;
  font-size: 13rem;
  font-family: "Noto Serif JP";
}
@media (max-width: 768px) {
  .system__main--card-text {
    font-size: 11rem;
    line-height: 1.4;
  }
}
.system__bottom--title {
  position: relative;
  text-align: center;
  margin-bottom: 8em;
}
@media (max-width: 768px) {
  .system__bottom--title {
    margin-bottom: 4.5em;
  }
}
.system__bottom--title-border {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}
.system__bottom--title-text {
  position: relative;
  z-index: 2;
  background-color: #000;
  padding: 0 1em;
  font-size: 28rem;
  font-family: "Noto Serif JP";
}
.system__bottom--list {
  max-width: 1064px;
  margin: 0 auto;
  font-size: 18rem;
  line-height: 1.6111111111;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .system__bottom--list {
    font-size: 25rem;
    letter-spacing: 0;
  }
}
@media (max-width: 440px) {
  .system__bottom--list {
    font-size: 18rem;
  }
}
.system__bottom--list.list01 {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .system__bottom--list.list01 {
    margin-bottom: 2em;
  }
}
.system__bottom--list.list02 {
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .system__bottom--list.list02 {
    margin-bottom: 2em;
  }
}

.access {
  margin-bottom: 5em;
}
.access__main {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .access__main {
    margin-top: 3em;
  }
}
.access__main--content {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .access__main--content {
    margin-bottom: 4em;
  }
}
.access__main--content-text {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .access__main--content-text {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em;
  }
}
.access__main--content-text h3 {
  padding-left: 0.5em;
  font-family: "Noto Serif JP";
  font-size: 26rem;
}
@media (max-width: 768px) {
  .access__main--content-text h3 {
    font-size: 25rem;
  }
}
@media (max-width: 1280px) {
  .access__main--content-text h3 {
    font-size: 18rem;
  }
}
.access__main--content-text p {
  margin-left: 1em;
  padding-top: 0.3em;
  font-size: 16rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .access__main--content-text p {
    margin-left: 0.5em;
    font-size: 25rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media (max-width: 1280px) {
  .access__main--content-text p {
    font-size: 16rem;
  }
}
.access__main--content-map .map-img {
  width: 100%;
  aspect-ratio: 1200/500;
}

.girl__pagination {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 5em;
  background-color: #760000;
  border-left: 1em solid #760000;
  border-bottom: 0.3em solid #760000;
}
.girl__pagination a {
  display: inline-block;
  border-left: 1px solid #000;
  color: #fff;
  font-family: "Noto Serif JP";
  line-height: 40rem;
}
.girl__pagination--number {
  padding: 0 0.3em;
  font-size: 33rem;
}
.girl__pagination--number.active {
  background-color: #000;
}
.girl__pagination--letter {
  padding: 0 0.3em;
  font-size: 27rem;
}

.girlCard {
  width: calc((100% - 60rem) / 4);
}
@media (max-width: 768px) {
  .girlCard {
    width: calc((100% - 20rem) / 2);
  }
}
.girlCard-frame {
  position: relative;
  text-align: center;
}
.girlCard-frame-flex {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 28px;
  font-family: "riipop";
}
@media (max-width: 768px) {
  .girlCard-frame-flex {
    border-radius: 14px;
  }
}
.girlCard-img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 342/456;
}
.girlCard-img img {
  border-radius: 26px;
}
@media (max-width: 768px) {
  .girlCard-img img {
    border-radius: 11px;
  }
}
.girlCard-info {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.girlCard-info-box {
  position: relative;
  z-index: 3;
  padding: 4% 0 2%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8941176471);
  border-radius: 0px 0px 25px 25px;
  color: #760000;
  font-family: "Noto Serif JP";
}
@media (max-width: 768px) {
  .girlCard-info-box {
    padding-bottom: 0;
    border-radius: 0px 0px 10px 10px;
  }
}
.girlCard-info-box.girl-notime {
  padding-top: 2%;
  padding-bottom: 2%;
}
.girlCard-info-store-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
  width: 90%;
  margin: 0 auto;
  transform: translateY(30%);
  padding: 2%;
  border-radius: 12px;
  background: #760000;
  font-family: "Noto Serif JP";
  font-size: 22rem;
  color: #fff;
}
@media (max-width: 768px) {
  .girlCard-info-store-time {
    font-size: 27rem;
    border-radius: 8px;
  }
}
@media (max-width: 440px) {
  .girlCard-info-store-time {
    font-size: 14rem;
  }
}
.girlCard-info-store-time span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 0 3%;
  border-radius: 8px;
  background-color: #fff;
  color: #760000;
}
@media (max-width: 768px) {
  .girlCard-info-store-time span:first-child {
    border-radius: 6px;
  }
}
.girlCard-info-store-time span:nth-child(2) {
  padding-right: 1em;
}
.girlCard-info-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 6px;
  padding-top: 8px;
}
@media (max-width: 1280px) {
  .girlCard-info-name {
    margin-bottom: 0.46875vw;
    padding-top: 0.625vw;
  }
}
@media (max-width: 768px) {
  .girlCard-info-name {
    margin-bottom: 1.0416666667vw;
    padding-top: 1.0416666667vw;
  }
}
@media (max-width: 440px) {
  .girlCard-info-name {
    margin-bottom: 0.9090909091vw;
    padding-top: 0.9090909091vw;
  }
}
.girlCard-info-name p {
  font-size: 28rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .girlCard-info-name p {
    font-size: 32rem;
  }
}
@media (max-width: 440px) {
  .girlCard-info-name p {
    font-size: 16rem;
  }
}
.girlCard-info-size {
  padding-bottom: 10px;
  font-size: 17px;
}
@media (max-width: 1280px) {
  .girlCard-info-size {
    padding-bottom: 0.78125vw;
    font-size: 1.328125vw;
  }
}
@media (max-width: 768px) {
  .girlCard-info-size {
    font-size: 2.9947916667vw;
    padding-bottom: 0.2604166667vw;
  }
}
.girlCard-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 2px;
  margin: auto auto 24px auto;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media (max-width: 1280px) {
  .girlCard-time {
    gap: 0.46875vw;
    padding: 0.15625vw;
    margin: auto auto 1.875vw auto;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .girlCard-time {
    font-size: 2.34375vw;
    margin: 1.8229166667vw auto;
  }
}
.girlCard-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "panda";
  color: #fff;
}
@media (max-width: 1280px) {
  .girlCard-type {
    gap: 0.46875vw;
  }
}
@media (max-width: 768px) {
  .girlCard-type {
    gap: 1.171875vw;
  }
}
.girlCard-type p {
  padding: 5px 0;
  width: 122px;
  background: #5fc2ff;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .girlCard-type p {
    padding: 0.390625vw 0;
    width: 9.53125vw;
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .girlCard-type p {
    padding: 0.78125vw 0;
    width: 19.53125vw;
    font-size: 2.8645833333vw;
  }
}

.showMoreButton {
  margin-top: -2.6041666667vw;
  font-size: 2.8645833333vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6039215686);
}

.schedule__btn {
  margin: 40px auto 0;
}
.schedule__btn__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 4px;
}
@media (max-width: 440px) {
  .schedule__btn__list {
    overflow-x: scroll;
    justify-content: flex-start;
  }
}
.schedule__btn__list .dateactive {
  background-color: #e5c386;
  color: #760000;
}
.schedule__btn__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em;
  width: calc((100% - 24px) / 7);
  text-align: center;
  border: 1px solid #e5c386;
  color: #e5c386;
  font-size: 24rem;
  font-weight: 600;
  font-family: "Noto Serif JP";
  cursor: pointer;
}
@media (max-width: 768px) {
  .schedule__btn__list-link {
    padding: 0.4em 0em;
    border-radius: 4px;
    cursor: default;
  }
}
@media (max-width: 440px) {
  .schedule__btn__list-link {
    width: calc((100% - 24px) / 4);
    padding: 0.4em;
  }
}
.schedule__btn__list-link.dateactive {
  cursor: default;
}
.schedule__btn__list-link_date {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.03em;
  margin-right: 6px;
}
@media (max-width: 1280px) {
  .schedule__btn__list-link_date {
    margin-right: 0.46875vw;
  }
}

.top {
  padding-top: 13px;
}
@media (max-width: 1280px) {
  .top {
    padding-top: 1.015625vw;
  }
}
@media (max-width: 768px) {
  .top {
    padding-top: 0;
  }
}
.top__main {
  margin-bottom: 6em;
}
.top__main--mv {
  width: 100%;
  position: relative;
}
@media (max-width: 440px) {
  .top__main--mv {
    height: 100vh;
  }
}
.top__main--mv-bg {
  position: relative;
  z-index: 1;
}
.top__main--mv-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .top__main--mv-center {
    top: unset;
    bottom: 20%;
  }
}
.top__main--mv-center .center-logo {
  width: 530px;
  margin-bottom: 1em;
}
@media (max-width: 1280px) {
  .top__main--mv-center .center-logo {
    width: 41.40625vw;
  }
}
@media (max-width: 768px) {
  .top__main--mv-center .center-logo {
    width: 75.9114583333vw;
  }
}
@media (max-width: 440px) {
  .top__main--mv-center .center-logo {
    width: 81.8181818182vw;
  }
}
.top__main--mv-center .center-text li {
  text-align: center;
  color: #e5c386;
  white-space: nowrap;
}
.top__main--mv-center .center-text li:first-child {
  display: flex;
  align-items: center;
  font-family: "M PLUS Rounded 1c";
}
.top__main--mv-center .center-text li:first-child a {
  display: inline-block;
  font-size: 36rem;
}
.top__main--mv-center .center-text li:first-child span {
  display: inline-block;
  align-content: center;
  margin-left: 0.3em;
  padding: 3px 0.5em;
  background-color: #e5c386;
  border-radius: 8px;
  color: #000;
  font-size: 21rem;
}
.top__main--mv-center .center-text li:nth-child(2), .top__main--mv-center .center-text li:nth-child(3) {
  font-family: "Noto Serif JP";
}
.top__main--mv-center .center-text li:nth-child(2) {
  margin-bottom: 0.2em;
  font-size: 59rem;
}
@media (max-width: 440px) {
  .top__main--mv-center .center-text li:nth-child(2) {
    font-size: 48rem;
  }
}
.top__main--mv-center .center-text li:nth-child(3) {
  font-size: 37rem;
}
@media (max-width: 768px) {
  .top__main--mv-center .center-text li:nth-child(3) {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .top__main--mv-center .center-text li:nth-child(4) span {
    display: inline-block;
    align-content: center;
    margin-left: 0.3em;
    padding: 3px 0.5em;
    background-color: #e5c386;
    border-radius: 8px;
    color: #000;
    font-size: 21rem;
    font-family: "M PLUS Rounded 1c";
  }
}
@media (max-width: 768px) {
  .top__main--mv-bottom {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0%);
    z-index: 2;
  }
}
@media (max-width: 440px) {
  .top__main--mv-bottom {
    bottom: 3%;
  }
}
@media (max-width: 768px) {
  .top__main--mv-bottom .bottom-icon {
    width: 7.8125vw;
    margin: 0 auto 4em;
    aspect-ratio: 60/129;
    animation: move 2s infinite;
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
}
.top__event {
  position: relative;
  z-index: 2;
  margin-bottom: 4.5em;
}
.top__event .swiper {
  width: 100%;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .top__event .swiper {
    padding-bottom: 2em;
  }
}
.top__event .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
}
.top__event .swiper-slide img {
  width: 100%;
}
.top__event .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}
.top__event .swiper-button-next,
.top__event .swiper-button-prev {
  display: none;
}
.top__event .swiper-pagination {
  position: relative;
  bottom: 0px;
}
.top__event .swiper-pagination-bullet-active {
  background-color: #eec313 !important;
}
.top__event .swiper-pagination-bullets {
  gap: 30px !important;
}
@media (max-width: 768px) {
  .top__event .swiper-pagination-bullets {
    gap: 0.78125vw !important;
  }
}
.top__event .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 10px !important;
  background-color: #e5c386;
  opacity: 1 !important;
}
@media (max-width: 1280px) {
  .top__event .swiper-pagination-bullet {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media (max-width: 768px) {
  .top__event .swiper-pagination-bullet {
    width: 2.8645833333vw;
    margin: 1.5625vw !important;
    height: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .top__event .swiper-pagination-bullet {
    width: 3.1818181818vw;
    height: 3.1818181818vw;
  }
}
.top__schedule--cast {
  padding-bottom: 40px;
}
@media (max-width: 1280px) {
  .top__schedule--cast {
    padding-bottom: 3.125vw;
  }
}
.top__schedule--link {
  display: block;
  margin: 0 5% 70px auto;
  padding: 1em 0;
  width: 216px;
  background: #fff;
  border-radius: 28px;
  font-size: 20rem;
  line-height: 1.1666666667;
  color: #760000;
  text-align: center;
}
@media (max-width: 1280px) {
  .top__schedule--link {
    width: 16.875vw;
  }
}
@media (max-width: 768px) {
  .top__schedule--link {
    width: 33.8541666667vw;
    padding: 0.5em 0;
    font-size: 27rem;
  }
}
@media (max-width: 440px) {
  .top__schedule--link {
    font-size: 20rem;
  }
}

.about {
  margin-bottom: 10%;
}
.about__bg {
  width: 100%;
  background-image: url(./../img/bg_about_pc.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .about__bg {
    background-image: url(./../img/bg_about_sp.jpg);
    background-size: contain;
  }
}
.about__container {
  padding-top: 6.5em;
}
@media (max-width: 768px) {
  .about__container {
    padding-top: 3.5em;
  }
}
.about__content {
  margin-bottom: 5em;
  text-align: right;
}
@media (max-width: 768px) {
  .about__content {
    margin-bottom: 3.5em;
    text-align: left;
  }
}
.about__content--title {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  background-color: #e5c386;
  color: #760000;
  font-size: 34rem;
  font-family: "Noto Serif JP";
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .about__content--title {
    background: none;
    border-bottom: 1px solid #e5c386;
    color: #e5c386;
    padding: 0;
  }
}
@media (max-width: 440px) {
  .about__content--title {
    font-size: 24rem;
  }
}
@media (max-width: 768px) {
  .about__content--title span {
    padding-left: 0.3em;
  }
}
.about__content--text {
  color: #e5c386;
  font-size: 23rem;
  font-family: "Noto Serif JP";
  line-height: 1.6956521739;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .about__content--text {
    padding-left: 0.5em;
    font-size: 24rem;
  }
}
@media (max-width: 440px) {
  .about__content--text {
    font-size: 16rem;
  }
}