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

@font-face {
  font-family: "A-OTF-RyuminPr5-Medium";
  src: url("../font/A-OTF-RyuminPr5-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "HummingStd-B";
  src: url("../font/FOT-HummingStd-B.otf") format("opentype");
  font-weight: 700;
}
/* =============================================
アニメーション用
============================================= */
.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%;
  }
}
/* =============================================
サイズ基準
============================================= */
: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: #fff;
  overflow-x: hidden;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-variant-ligatures: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16rem;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  color: #646464;
  zoom: 0.75;
}
@media (max-width: 768px) {
  body {
    zoom: 1;
  }
}

main {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.pc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .pc-container {
    width: unset;
    max-width: unset;
    margin: unset;
    padding: unset;
  }
}

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

.hidden {
  display: none !important;
}

.section.bgPink {
  padding-top: 40rem;
  background-color: #f4dfdc;
}
@media (max-width: 768px) {
  .section.bgPink {
    padding-top: 64rem;
  }
}
@media (max-width: 440px) {
  .section.bgPink {
    padding-top: 40rem;
  }
}
.section__title {
  position: relative;
}
.section__title--text {
  color: #646464;
  font-size: 32rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 440px) {
  .section__title--text {
    font-size: 24rem;
  }
}
.section__title--deco {
  width: clamp(0px, 30vw, 388px);
  margin: -32rem auto 0;
}
@media (max-width: 768px) {
  .section__title--deco {
    width: clamp(0px, 48vw, 388px);
  }
}
@media (max-width: 440px) {
  .section__title--deco {
    width: clamp(0px, 52vw, 240px);
    margin: -24rem auto 0;
  }
}

/* =============================================
レスポンシブ対応用
============================================= */
.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;
  }
}

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

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

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

/* =============================================
固定表示用
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease-in-out;
}

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

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

.navList {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .navList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto 16px;
  }
}
.navList li {
  font-size: 31rem;
  font-family: "A-OTF-RyuminPr5-Medium", serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .navList li {
    width: 100%;
    margin-bottom: 16px;
    font-size: 36rem;
  }
}
@media (max-width: 440px) {
  .navList li {
    font-size: 24rem;
  }
}
.navList li.active {
  text-decoration: underline;
}

.footer .navList li.active {
  text-decoration-color: #fff;
}
.footer .navList li a {
  color: #fff;
}

.fixedBottom {
  display: none;
}
@media (max-width: 768px) {
  .fixedBottom {
    display: grid;
    width: 100vw;
    height: clamp(80px, 18vw, 196px);
    grid-template-columns: repeat(3, 1fr);
    background-color: #87a3b4;
  }
}
.fixedBottom.fixed {
  top: unset;
  bottom: 0;
}
.fixedBottom__list {
  height: 100%;
}
.fixedBottom__list--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fixedBottom__list--button img {
  width: clamp(50px, 15vw, 138px);
  height: clamp(50px, 15vw, 138px);
}

.header .headerTop {
  width: 100%;
  padding: 20rem 0;
  background-color: #87a3b4;
}
@media (max-width: 768px) {
  .header .headerTop {
    padding: 0;
  }
}
.header__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__top {
    display: grid;
    grid-template-columns: 4fr 1fr;
    padding: 32rem 24rem;
    gap: 32rem;
  }
}
@media (max-width: 440px) {
  .header__top {
    grid-template-columns: 8fr 1fr;
    padding: 8rem 12rem;
    gap: 16rem;
  }
}
.header__top--logo {
  width: 346px;
}
@media (max-width: 1280px) {
  .header__top--logo {
    width: 27.03125vw;
  }
}
@media (max-width: 768px) {
  .header__top--logo {
    width: 100%;
  }
}
.header__top--ham {
  height: 100%;
}
.header__nav {
  padding: 32rem 0;
  background-color: #fff;
  color: #091130;
  position: relative;
}
@media (max-width: 768px) {
  .header__nav {
    padding: 0;
  }
}

.headerInfo__text {
  display: block;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-size: 23rem;
  letter-spacing: 0.05em;
  text-align: right;
}
.headerInfo__num {
  display: block;
  width: 380px;
}
@media (max-width: 1280px) {
  .headerInfo__num {
    width: 29.6875vw;
  }
}

/* =============================================
ハンバーガーボタン
============================================= */
.hamburger {
  height: 100%;
  aspect-ratio: 1/1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16rem;
  padding: 6rem 32rem 12rem;
  border: 4px solid #fff;
  border-radius: 8rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .hamburger {
    display: flex !important;
  }
}
@media (max-width: 440px) {
  .hamburger {
    padding: 4rem 16rem 8rem;
    gap: 8rem;
  }
}
.hamburger.hamburgerActive {
  border: none;
}
.hamburger span {
  width: 100%;
  height: 1.0416666667vw;
  background-color: #fff;
}
.hamburger span:nth-of-type(1), .hamburger span:nth-of-type(2) {
  transition: 0.3s all ease-in-out;
}
.hamburger span:nth-of-type(4) {
  background: none;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 25rem;
  font-weight: 400;
  transform: translateY(-8px);
}
@media (max-width: 440px) {
  .hamburger span:nth-of-type(4) {
    padding-top: 2rem;
    font-size: 16rem;
  }
}
.hamburger span.hamBarActive:nth-of-type(1), .hamburger span.hamBarActive:nth-of-type(2) {
  width: 90% !important;
}
.hamburger span.hamBarActive:nth-of-type(1) {
  transform: rotate(45deg) translateY(16px);
}
@media (max-width: 440px) {
  .hamburger span.hamBarActive:nth-of-type(1) {
    transform: rotate(45deg) translateY(8px);
  }
}
.hamburger span.hamBarActive:nth-of-type(2) {
  transform: rotate(-45deg) translateY(-16px);
}
@media (max-width: 440px) {
  .hamburger span.hamBarActive:nth-of-type(2) {
    transform: rotate(-45deg) translateY(-8px);
  }
}
.hamburger span.hamBarActive:nth-of-type(3) {
  background-color: transparent !important;
}
.hamburger span.hamBarActive:nth-of-type(4) {
  display: none;
}

/* =============================================
ハンバーガーメニュー中身
============================================= */
.hamNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ff81a0;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .hamNav {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hamNav-active {
  left: 0 !important;
}
.hamNav__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 80%;
  max-width: 420px;
  margin: 0 auto;
}
.hamNav__button li {
  width: 100%;
}
.hamNav__button li:first-child button {
  background-color: #80bc39;
}
.hamNav__button li:nth-child(2) button {
  background-color: #4ab6ee;
}
.hamNav__button li button {
  display: block;
  width: 100%;
  padding: 0.4em 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  font-size: 39rem;
  text-align: center;
  align-content: center;
}
@media (max-width: 440px) {
  .hamNav__button li button {
    font-size: 24rem;
  }
}

.shopInfo__text {
  display: block;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-size: 23rem;
  letter-spacing: 0.05em;
  text-align: right;
}
.shopInfo__num {
  display: block;
  width: 380px;
}
@media (max-width: 1280px) {
  .shopInfo__num {
    width: 29.6875vw;
  }
}

.footer {
  padding-top: 32rem;
  background-color: #87a3b4;
}
@media (max-width: 768px) {
  .footer {
    background-color: #f4dfdc;
  }
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32rem;
}
.footer__top--logo {
  width: 346px;
}
@media (max-width: 1280px) {
  .footer__top--logo {
    width: 27.03125vw;
  }
}
.footer__nav {
  margin-bottom: 4em;
}
.footer__copyright {
  padding-bottom: 4em;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__copyright {
    padding-bottom: 12em;
  }
}
@media (max-width: 440px) {
  .footer__copyright {
    padding-bottom: 8em;
  }
}
.footer__copyright small {
  color: #fff;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .footer__copyright small {
    color: #646464;
  }
}
@media (max-width: 440px) {
  .footer__copyright small {
    font-size: 16rem;
  }
}

.footerBanner .link-banner {
  width: clamp(0px, 80vw, 1000px);
  margin: 50rem auto 80rem;
  text-align: left;
}
.footerBanner .link-banner a {
  vertical-align: top;
}

.topBanner {
  width: 100%;
  margin-bottom: 32px;
  padding: 0 40rem;
  position: relative;
}
@media (max-width: 768px) {
  .topBanner {
    margin-bottom: 0;
    padding: 64rem 40rem;
  }
}
@media (max-width: 440px) {
  .topBanner {
    padding: 32rem 32rem 8rem;
  }
}
.topBanner .topBannerSwiper {
  width: 100%;
  padding-bottom: 1.6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .topBanner .topBannerSwiper {
    padding-bottom: 1em;
  }
}
.topBanner .topBannerSwiper .swiper-wrapper {
  display: flex;
  margin-bottom: 24rem;
}
@media (max-width: 768px) {
  .topBanner .topBannerSwiper .swiper-wrapper {
    margin-bottom: 48rem;
  }
}

.topNew {
  padding: 32rem 40rem 16rem;
  background-color: #dbd5d8;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .topNew {
    padding: 32rem 0 16rem;
  }
}
.topNew::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 23.4375vw solid #dbd5d8;
  border-right: 100vw solid #f4dfdc;
  left: 0;
}
@media (max-width: 768px) {
  .topNew::before {
    border-top: 104vw solid #dbd5d8;
    border-right: 200vw solid #f4dfdc;
    left: -100%;
  }
}
@media (max-width: 440px) {
  .topNew::before {
    border-top: 112vw solid #dbd5d8;
  }
}
.topNew__content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 48rem;
  padding-bottom: 16rem;
}
@media (max-width: 440px) {
  .topNew__content {
    padding-top: 24rem;
  }
}
.topNew .topNewSwiper .swiper-wrapper {
  display: flex;
  margin-bottom: 48rem;
}
@media (max-width: 768px) {
  .topNew .topNewSwiper .swiper-wrapper {
    margin-bottom: 80rem;
  }
}
.topNew .topNewSwiper .girlCardInfo__fee {
  font-size: 29rem;
}
@media (max-width: 440px) {
  .topNew .topNewSwiper .girlCardInfo__fee {
    font-size: 21rem;
  }
}
.topNew .topNewSwiper .girlCardInfo__name {
  color: #646464 !important;
  font-size: 30rem;
}
@media (max-width: 440px) {
  .topNew .topNewSwiper .girlCardInfo__name {
    font-size: 22rem;
  }
}
.topNew .topNewSwiper .girlCardInfo__size {
  color: #646464 !important;
  font-size: 26rem;
}
@media (max-width: 440px) {
  .topNew .topNewSwiper .girlCardInfo__size {
    font-size: 16rem;
  }
}

.topConcept {
  position: relative;
  z-index: 1;
}
.topConcept::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid #ececeb;
  border-top: 10vw solid transparent;
}
.topConcept__bg {
  position: absolute;
  width: 60vw;
  height: 58vw;
  top: -1.28vw;
  bottom: 0;
  right: -10vw;
}
@media (max-width: 768px) {
  .topConcept__bg {
    position: relative;
    width: 100%;
    height: 88.6666666667vw;
    top: -4.1666666667vw;
    z-index: 1;
    right: 0;
  }
  .topConcept__bg img {
    position: absolute;
    width: 100%;
    right: -20vw;
  }
}
@media (max-width: 768px) {
  .topConcept__bgWrapper {
    position: relative;
  }
  .topConcept__bgWrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100vw solid #ececeb;
    border-top: 10vw solid transparent;
    z-index: 1;
  }
}
.topConcept__content {
  position: relative;
  z-index: 1;
  padding-top: 6.4vw;
  padding-bottom: 12vw;
  padding-right: 14.8936170213vw;
  text-align: center;
}
@media (max-width: 768px) {
  .topConcept__content {
    background-color: #ececeb;
    padding-top: 32rem;
    padding-right: 0;
    padding-bottom: 32rem;
  }
}
.topConcept__content--shopname {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-size: 3.52vw;
}
@media (max-width: 768px) {
  .topConcept__content--shopname {
    font-size: 80rem;
  }
}
@media (max-width: 440px) {
  .topConcept__content--shopname {
    font-size: 40rem;
  }
}
.topConcept__content--title {
  margin-bottom: 0.2em;
  font-size: 2.64vw;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .topConcept__content--title {
    font-size: 64rem;
  }
}
@media (max-width: 440px) {
  .topConcept__content--title {
    font-size: 32rem;
  }
}
.topConcept__content--text {
  margin-bottom: 1em;
  font-family: "A-OTF-RyuminPr5-Medium", serif;
  font-weight: 500;
  font-size: 1.28vw;
  letter-spacing: 0.075em;
  line-height: 1.5625;
}
@media (max-width: 768px) {
  .topConcept__content--text {
    font-size: 32rem;
  }
}
@media (max-width: 440px) {
  .topConcept__content--text {
    font-size: 16rem;
  }
}

.topToday {
  position: relative;
  z-index: 2;
  padding-top: 80rem;
  padding-bottom: 80rem;
  background-color: #ececeb;
}
@media (max-width: 768px) {
  .topToday {
    padding-bottom: 0rem;
    background-color: #f4dfdc;
  }
}
.topToday__content {
  padding-bottom: 40rem;
}
.topToday__content--link {
  font-size: 26rem;
  text-decoration: underline;
  text-align: right;
}
@media (max-width: 768px) {
  .topToday__content--link {
    color: #646464;
    font-size: 32rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .topToday__content--link {
    font-size: 20rem;
  }
}
.topToday .girlList {
  padding-bottom: 120rem;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 440px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
  background-color: #6b6b6b;
  opacity: 1 !important;
}
@media (max-width: 1280px) {
  .swiper-pagination-bullet {
    width: 1.09375vw;
    height: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3.90625vw;
    margin: 2.0833333333vw !important;
    height: 3.90625vw;
    background-color: #c8c8c8;
  }
}
@media (max-width: 440px) {
  .swiper-pagination-bullet {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
  }
}
.swiper-pagination-bullet-active {
  background-color: #000 !important;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet-active {
    background-color: #dcc8c8 !important;
  }
}

.newFace__img {
  width: 80%;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .newFace__img {
    max-width: 375px;
    margin: 0 auto 16px;
    text-align: center;
  }
}
.newFace__name {
  margin-bottom: 16px;
  font-size: 26rem;
  font-weight: 900;
  text-align: center;
}
.newFace__phrase {
  margin-bottom: 16px;
  font-size: 23rem;
  font-weight: 900;
  text-align: center;
}
.newFace__desc {
  font-size: 14rem;
  font-weight: 400;
  text-align: left;
}

.cast__content {
  padding-bottom: 40rem;
}
@media (max-width: 768px) {
  .cast__content {
    padding-bottom: 0;
  }
}

.diary__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .diary__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
.diary .diaryList__img {
  margin-bottom: 8px;
}
.diary .diaryList__img img {
  width: 100%;
}
.diary .diaryList__name {
  display: block;
  margin-bottom: 4px;
  font-size: 16rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .diary .diaryList__name {
    font-size: 29rem;
  }
}
@media (max-width: 440px) {
  .diary .diaryList__name {
    font-size: 20rem;
  }
}
.diary .diaryList__text span {
  display: block;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .diary .diaryList__text span {
    font-size: 29rem;
  }
}
@media (max-width: 440px) {
  .diary .diaryList__text span {
    font-size: 18rem;
  }
}

.diaryListTop .diaryList__img {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .diaryListTop .diaryList__img {
    max-width: 375px;
    margin: 0 auto 8px;
    text-align: center;
  }
}
.diaryListTop .diaryList__name {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  text-align: center;
}
.diaryListTop .diaryList__text span {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.system {
  color: #646464;
}
.system__top {
  width: clamp(300px, 45vw, 540px);
  margin: 0 auto 80rem;
  padding-top: 80rem;
}
@media (max-width: 768px) {
  .system__top {
    width: 72%;
    padding-top: 40rem;
  }
}
.system__top--info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #646464;
}
.system__top--info span {
  font-size: 30rem;
}
@media (max-width: 440px) {
  .system__top--info span {
    font-size: 20rem;
  }
}
.system__card {
  margin-bottom: 48rem;
}
@media (max-width: 768px) {
  .system__card {
    margin-bottom: 80rem;
  }
}
.system__card--list {
  display: flex;
  width: clamp(200px, 40vw, 300px);
  margin: 0 auto 12rem;
  justify-content: center;
  gap: 12rem;
}
@media (max-width: 768px) {
  .system__card--list {
    width: 80%;
  }
}
.system__card--text {
  color: #091130;
  font-family: "A-OTF-RyuminPr5-Medium", serif;
  font-size: 20rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.system__attention {
  padding-bottom: 120rem;
  color: #091130;
}
@media (max-width: 768px) {
  .system__attention {
    padding-bottom: 80rem;
  }
}
.system__attention--title {
  width: 100%;
  margin-bottom: 40rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #091130;
  font-family: "A-OTF-RyuminPr5-Medium", serif;
  font-size: 31rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .system__attention--title {
    font-size: 36rem;
  }
}
@media (max-width: 768px) {
  .system__attention--title {
    font-size: 24rem;
  }
}
.system__attention--list {
  width: clamp(400px, 52vw, 700px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .system__attention--list {
    width: 90%;
  }
}
.system__attention--list li {
  font-size: 17rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  line-height: 1.8235294118;
  text-align: left;
}
@media (max-width: 768px) {
  .system__attention--list li {
    font-size: 22rem;
  }
}
@media (max-width: 440px) {
  .system__attention--list li {
    font-size: 13rem;
  }
}

.systemSection {
  padding-bottom: 80rem;
}
@media (max-width: 768px) {
  .systemSection {
    padding-bottom: 40rem;
  }
}
.systemSection__title {
  width: clamp(300px, 75vw, 338px);
  margin: 0 auto 24rem;
  padding: 0.2em 0;
  background-color: #c61130;
  color: #fff;
  font-size: 28rem;
  font-family: "HummingStd-B", sans-serif;
  text-align: center;
}
@media (max-width: 440px) {
  .systemSection__title {
    font-size: 20rem;
  }
}
.systemSection__desc {
  margin-bottom: 32rem;
}
@media (max-width: 768px) {
  .systemSection__desc {
    margin-bottom: 40rem;
  }
}
.systemSection__desc--text01 {
  margin-bottom: 8rem;
  font-size: 26rem;
  line-height: 1.5769230769;
  text-align: center;
}
@media (max-width: 768px) {
  .systemSection__desc--text01 {
    margin-bottom: 0;
    font-size: 28rem;
  }
}
@media (max-width: 440px) {
  .systemSection__desc--text01 {
    font-size: 16rem;
  }
}
.systemSection__desc--text02 {
  font-size: 22rem;
  text-align: center;
}
@media (max-width: 768px) {
  .systemSection__desc--text02 {
    font-size: 28rem;
  }
}
@media (max-width: 440px) {
  .systemSection__desc--text02 {
    font-size: 16rem;
  }
}
.systemSection__list {
  width: clamp(300px, 45vw, 540px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .systemSection__list {
    width: 100%;
  }
}
.systemSection__list li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #646464;
}
@media (max-width: 768px) {
  .systemSection__list li {
    padding: 0 40rem 2rem;
  }
}
.systemSection__list li span {
  font-size: 59rem;
}
@media (max-width: 440px) {
  .systemSection__list li span {
    font-size: 30rem;
  }
}

.access__content {
  padding-top: 80rem;
}
@media (max-width: 768px) {
  .access__content {
    padding-top: 120rem;
  }
}
@media (max-width: 440px) {
  .access__content {
    padding-top: 80rem;
  }
}
.access__content--list {
  padding-bottom: 160rem;
}
@media (max-width: 768px) {
  .access__content--list {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80rem;
  }
}

.accessArea__desc {
  display: flex;
  gap: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .accessArea__desc {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 16rem;
  }
}
.accessArea__desc span {
  display: inline;
  font-size: 26rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .accessArea__desc span {
    letter-spacing: 0;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .accessArea__desc span {
    font-size: 16rem;
  }
}
.accessArea iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .accessArea iframe {
    height: 70.8284023669vw;
  }
}

.girlList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48rem 16rem;
  padding-top: 56rem;
  padding-bottom: 40rem;
}
@media (max-width: 768px) {
  .girlList {
    grid-template-columns: repeat(2, 1fr);
    gap: 64rem 24rem;
  }
}
@media (max-width: 440px) {
  .girlList {
    gap: 32rem 12rem;
    padding-top: 40rem;
  }
}

.girlCard.none {
  display: none !important;
}
.girlCard.block {
  display: block !important;
}
.girlCard__frame {
  position: relative;
  text-align: left;
}
.girlCard__frame--flex {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.girlCardInfo {
  width: 100%;
  color: #646464;
}
.girlCardInfo__time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.girlCardInfo__time--icon {
  display: inline-flex;
  align-items: center;
  width: clamp(16px, 2vw, 25px);
  height: auto;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .girlCardInfo__time--icon {
    width: clamp(20px, 3.8vw, 30px);
    padding-top: 2rem;
  }
}
.girlCardInfo__time--icon img {
  width: 100%;
}
.girlCardInfo__time--text {
  font-size: 26rem;
}
@media (max-width: 768px) {
  .girlCardInfo__time--text {
    font-size: 34rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__time--text {
    font-size: 20rem;
  }
}
.girlCardInfo__image.new {
  position: relative;
}
.girlCardInfo__image.new::before {
  position: absolute;
  content: "";
  width: clamp(60px, 15vw, 89px);
  height: clamp(60px, 15vw, 89px);
  background-image: url(../img/icon-new.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .girlCardInfo__image.new::before {
    width: clamp(30px, 12vw, 80px);
    height: clamp(30px, 12vw, 80px);
  }
}
.girlCardInfo__fee {
  background-color: #646464;
  color: #fff;
  font-size: 25rem;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 768px) {
  .girlCardInfo__fee {
    font-size: 34rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__fee {
    font-size: 20rem;
  }
}
.girlCardInfo__name {
  font-size: 28rem;
  text-align: center;
}
@media (max-width: 768px) {
  .girlCardInfo__name {
    font-size: 38rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__name {
    font-size: 22rem;
  }
}
.girlCardInfo__size {
  display: flex;
  justify-content: center;
  gap: 6rem;
  font-size: 25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .girlCardInfo__size {
    font-size: 34rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__size {
    font-size: 20rem;
  }
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 16rem;
  padding: 40rem 0;
  background-color: #f4dfdc;
}
.pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  aspect-ratio: 1/1;
  background-color: #d6d6d6;
  color: #fff;
  font-size: 47rem;
  font-weight: 900;
}
.pagination a.active {
  background-color: #87a3b4;
}
@media (max-width: 440px) {
  .pagination a {
    width: 40px;
    font-size: 32rem;
  }
}

.schedule__content {
  padding-bottom: 80rem;
}
.schedule__days {
  margin: 24px auto 0px;
}
@media (max-width: 768px) {
  .schedule__days {
    margin: 80px auto 0px;
  }
}
@media (max-width: 440px) {
  .schedule__days {
    margin: 40px auto 0px;
  }
}
.schedule__days--list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
  gap: 2rem;
}
@media (max-width: 768px) {
  .schedule__days--list {
    gap: 8rem;
  }
}
@media (max-width: 440px) {
  .schedule__days--list {
    gap: 4rem;
  }
}

.scheduleTab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 16rem;
  padding: 0.4em;
  background-color: #dd7083;
  cursor: pointer;
}
@media (max-width: 768px) {
  .scheduleTab {
    margin-bottom: 0;
  }
}
.scheduleTab.dateactive {
  background-color: #c61130;
}
.scheduleTab.dateactive {
  cursor: default;
}
.scheduleTab__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 22rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .scheduleTab__date {
    flex-wrap: wrap;
    font-size: 34rem;
  }
}
@media (max-width: 440px) {
  .scheduleTab__date {
    font-size: 20rem;
  }
}
.scheduleTab__date--week {
  padding: 0 2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .scheduleTab__date--week {
    font-size: 24rem;
  }
}
@media (max-width: 440px) {
  .scheduleTab__date--week {
    font-size: 16rem;
  }
}

.event__content {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .event__content {
    width: 100%;
  }
}
.event__content--section {
  margin-bottom: 64px;
}

.eventImage {
  margin-bottom: 32px;
}

.eventText li {
  margin-bottom: 16px;
  font-size: 37rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .eventText li {
    margin-bottom: 8px;
    font-size: 25rem;
  }
}