@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #232428;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

.u-pc {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ============================================================
   MVのスクロール誘導（縦書きの「Scroll」＋下に伸びる線）
   Figma実測: テキスト15px・字間2.1px／線は白1px・長さ64px（テキストから15px下）
   線の中を光が上から下へ繰り返し流れて「スクロールできる」ことを示す。
   位置（top/left）は各ページ側の .*__scroll で指定する
   ============================================================ */
.scroll-hint__text {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.21rem;
  line-height: 1;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scroll-hint::after {
  content: "";
  position: absolute;
  top: 6.5rem;
  left: 50%;
  width: 1px;
  height: 6.4rem;
  background: rgba(255, 255, 255, 0.3);
}

.scroll-hint::before {
  content: "";
  position: absolute;
  top: 6.5rem;
  left: 50%;
  z-index: 1;
  width: 1px;
  height: 6.4rem;
  background: #FFFFFF;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: scroll-hint-line 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: scroll-hint-line 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@-webkit-keyframes scroll-hint-line {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}

@keyframes scroll-hint-line {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-hint::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-animation: none;
            animation: none;
  }
}
/* ============================================================
   ギャラリー（CPT gallery）のモーダル拡大
   挙動: js/gallery-modal.js（.gallery__btn クリック → #galleryModal に .is-open）
   矢印と×はグリフを使わずCSSで描画してボタン中央に置く
   ============================================================ */
.gallery__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery__btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.gallery__btn:hover {
  opacity: 0.8;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.gallery-modal__inner {
  position: relative;
  z-index: 2;
  max-width: 90vw;
}

.gallery-modal__image {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery-modal__close {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.gallery-modal__close::before,
.gallery-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.6rem;
  height: 1px;
  background: #FFFFFF;
}

.gallery-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-modal__nav {
  position: relative;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-modal__nav {
    width: 4rem;
    height: 4rem;
  }
}

.gallery-modal__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.gallery-modal__nav--next::before {
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}

.gallery-modal__nav--prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}

body.is-modal-open {
  overflow: hidden;
}

/* ============================================================
   下層ページ共通FV（Figma実測：高さ389px・背景写真＋中央48pxの白見出し）
   ClubGRAND CONCEPT / Serena CONCEPT / 採用情報 / 404 で共用。
   写真のトリミング（高さ・上オフセット）だけ各ページで指定する
   ============================================================ */
.lower-fv {
  position: relative;
  height: 38.9rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 24rem;
  }
}

.lower-fv__photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lower-fv__photo img {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .lower-fv__photo img {
    position: static;
    height: 100%;
  }
}

.lower-fv__title {
  position: relative;
  z-index: 2;
  padding-top: 17.1rem;
  font-size: 4.8rem;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.46);
}
@media (max-width: 767px) {
  .lower-fv__title {
    padding-top: 9rem;
    font-size: 3rem;
  }
}

/* ============================================================
   セクション見出し（縦書き・日本語が左／英語が右）
   全ページ共通。位置（top/left または right）は各ページ側で指定する
   Figma実測: 日本語 24px（縦書きの列幅=23px）／英語 36px・字間3.96px
   ============================================================ */
.sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .sec-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec-head__ja {
  font-size: 2.4rem;
  line-height: 1;
  color: #FFFCEB;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .sec-head__ja {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    line-height: 1.6;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.sec-head__en {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 1.5rem;
  font-size: 3.6rem;
  letter-spacing: 0.396rem;
  line-height: 1.4;
  color: #FFFCEB;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .sec-head__en {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 0;
    font-size: 2.4rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

/* ============================================================
   店舗情報テーブル（Figma実測：行ピッチ64px・罫線 #C4C4C4・ラベル幅90px）
   分岐ページ／ClubGRAND TOP／Serena TOP で共用
   ============================================================ */
.shop-table {
  padding: 0 3.9rem;
}
@media (max-width: 767px) {
  .shop-table {
    padding: 0;
  }
}

.shop-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.9rem;
  margin-bottom: 0.5rem;
  padding-left: 2.6rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
  .shop-table__row {
    height: auto;
    padding: 1rem 0;
  }
}

.shop-table__label {
  width: 9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .shop-table__label {
    width: 8rem;
    font-size: 1.4rem;
  }
}

.shop-table__data {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .shop-table__data {
    font-size: 1.4rem;
  }
}

.is-serena .shop-table__label {
  color: #2D2D2D;
}
.is-serena .shop-table__data {
  color: #2D2D2D;
}

/* ============================================================
   CASTスライダー（Figma実測：237×288・間隔8px・画面幅を22pxはみ出す）
   Splide + auto-scroll で無限ループ横スクロール（挙動は js/main.js）
   ClubGRAND TOP / Serena TOP で共用
   ============================================================ */
.cast-slider {
  overflow: hidden;
}

.cast-slider__item {
  width: 23.7rem;
}
@media (max-width: 767px) {
  .cast-slider__item {
    width: 16rem;
  }
}

.cast-slider__btn {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cast-slider__image {
  display: block;
  width: 100%;
  height: 28.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .cast-slider__image {
    height: 19.4rem;
  }
}

/* ============================================================
   店舗誘導バンク（720×383）
   分岐ページの2カード・ClubGRAND TOPのSerena誘導・Serena TOPのGRAND誘導で共用。
   背景（グラデ／単色＋白枠）は使う側で指定する
   ============================================================ */
.shop-bank {
  position: relative;
  width: 72rem;
  height: 38.3rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .shop-bank {
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
  }
}

.shop-bank__body {
  position: relative;
  z-index: 2;
}

.shop-bank__title {
  padding-top: 4.6rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .shop-bank__title {
    padding-top: 3rem;
    font-size: 1.9rem;
  }
}

.shop-bank__text {
  margin-top: 2.7rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .shop-bank__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

.shop-bank__btn {
  margin: 4.2rem auto 0;
}
@media (max-width: 767px) {
  .shop-bank__btn {
    margin-top: 2.4rem;
  }
}

.shop-bank__watermark {
  position: absolute;
  top: 29.1rem;
  z-index: 1;
  font-size: 6.4rem;
  line-height: 2;
  color: #515151;
}
@media (max-width: 767px) {
  .shop-bank__watermark {
    top: auto;
    bottom: -1.4rem;
    font-size: 3.4rem;
  }
}

.shop-bank__deco {
  position: absolute;
  z-index: 0;
  width: auto;
}

.shop-bank--grand .shop-bank__watermark {
  right: 0;
}

.shop-bank--grand .shop-bank__deco {
  top: 21rem;
  left: 1.3rem;
  width: 17.7rem;
  height: 16.5rem;
  opacity: 0.16;
}
@media (max-width: 767px) {
  .shop-bank--grand .shop-bank__deco {
    top: 14rem;
    width: 12rem;
    height: 11.2rem;
  }
}

.shop-bank--serena .shop-bank__watermark {
  right: 1rem;
}

.shop-bank--serena .shop-bank__deco {
  top: 18.7rem;
  left: 4.6rem;
  width: 5.2rem;
  height: 19rem;
  opacity: 0.18;
}
@media (max-width: 767px) {
  .shop-bank--serena .shop-bank__deco {
    top: 12rem;
    width: 3.6rem;
    height: 13rem;
  }
}

/* ============================================================
   共通「More」ボタン（Figma node 3:9 実測）
   207×60 / 1px白枠 / テキスト20px・字間1.4px は中央 /
   矢印(img/common/arrow-more.svg 31.5×3.5)は右から14.5px
   ※矢印は横線の右端から左上へ跳ねる形（先端が線の上）。デザイン支給SVGをそのまま使用
   ============================================================ */
.btn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20.7rem;
  height: 6rem;
  border: 1px solid #FFFFFF;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .btn-more {
    width: 17rem;
    height: 5rem;
  }
}

.btn-more__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  letter-spacing: 0.14rem;
  line-height: 2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .btn-more__text {
    font-size: 1.6rem;
  }
}

.btn-more__arrow {
  position: absolute;
  top: 50%;
  right: 1.45rem;
  width: 3.15rem;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn-more__arrow {
    right: 1.2rem;
    width: 2.6rem;
  }
}

.btn-more:hover {
  background: rgba(255, 252, 235, 0.14);
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(32%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.35)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #CAB488;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #CAB488;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #CAB488;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .basic-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex {
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
.basic-flex.u-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #CAB488;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #CAB488;
}

.basic-flex__text {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め）。
   サイトの基調色（フッターと同系色）に案件ごとに変更する */
#container {
  background: -webkit-gradient(linear, right top, left top, from(#232428), to(#0D0D0F));
  background: linear-gradient(to left, #232428, #0D0D0F);
}

.is-serena #container {
  background: -webkit-gradient(linear, right top, left top, from(#FFFCEB), to(#FFF4DE));
  background: linear-gradient(to left, #FFFCEB, #FFF4DE);
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   どの背景上でも視認できる配色＋影。色はテーマカラーに合わせて変更
   ============================================================ */
.to-top {
  position: fixed;
  right: 10.2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #515151;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.is-serena .to-top {
  background: #CAB488;
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 10.3rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .l-header {
    height: 7rem;
  }
}

.l-header.is-scrolled {
  background: rgba(13, 13, 15, 0.9);
}

.is-serena .l-header.is-scrolled {
  background: rgba(255, 244, 222, 0.94);
}
.is-serena .l-header.is-scrolled .l-header__link {
  color: #2D2D2D;
}

.l-header__logo {
  position: absolute;
  top: 1.6rem;
  left: 1.5rem;
  display: block;
  width: 18.4rem;
}
@media (max-width: 767px) {
  .l-header__logo {
    top: 1.2rem;
    left: 1.2rem;
    width: 12rem;
  }
}

.l-header__nav {
  position: absolute;
  top: 3.4rem;
  right: 12.1rem;
}
@media (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}

.l-header__link {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.44;
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-header__link:hover {
  opacity: 0.6;
}

.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    position: fixed;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 9990;
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    border: none;
    background: rgba(13, 13, 15, 0.55);
    cursor: pointer;
  }
}

.hamburger span {
  position: absolute;
  left: 1rem;
  width: 2.4rem;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
}

.hamburger span:nth-child(1) {
  top: 1.5rem;
}

.hamburger span:nth-child(2) {
  top: 2.15rem;
}

.hamburger span:nth-child(3) {
  top: 2.8rem;
}

.hamburger.open span:nth-child(1) {
  top: 2.15rem;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  top: 2.15rem;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.hamburger-menu {
  display: none;
}
@media (max-width: 767px) {
  .hamburger-menu {
    position: fixed;
    inset: 0;
    z-index: 9985;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, right top, left top, from(#232428), to(#0D0D0F));
    background: linear-gradient(to left, #232428, #0D0D0F);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
  text-align: center;
}

.hamburger-menu__listLink {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.44;
  color: #FFFFFF;
}

.is-serena .hamburger {
  background: rgba(202, 180, 136, 0.85);
}
.is-serena .hamburger-menu {
  background: -webkit-gradient(linear, right top, left top, from(#FFFCEB), to(#FFF4DE));
  background: linear-gradient(to left, #FFFCEB, #FFF4DE);
}
.is-serena .hamburger-menu__listLink {
  color: #2D2D2D;
}

.l-footer {
  position: relative;
  padding: 10rem 2rem 2.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 2rem;
  }
}

.l-footer__logo {
  display: block;
  width: 25.7rem;
  margin: 0 auto 6.9rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 18rem;
    margin-bottom: 4rem;
  }
}

.l-footer__nav {
  margin-bottom: 5.9rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    margin-bottom: 3.4rem;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .l-footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem 1.8rem;
  }
}

.l-footer__link {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.44;
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .l-footer__link {
    font-size: 1.4rem;
  }
}

.l-footer__link:hover {
  opacity: 0.6;
}

.l-copyright {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.44;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.2rem;
  }
}

.is-serena .l-footer__link {
  color: #2D2D2D;
}
.is-serena .l-copyright {
  color: #2D2D2D;
}

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

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

.grand-mv {
  position: relative;
  height: 54.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grand-mv {
    height: 34rem;
  }
}

.grand-mv__photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.grand-mv__photo img {
  position: absolute;
  top: 0.02%;
  left: 0;
  width: 100%;
  height: 177.4%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .grand-mv__photo img {
    position: static;
    height: 100%;
  }
}

.grand-mv__title {
  position: relative;
  z-index: 2;
  padding-top: 17.1rem;
  font-size: 4.8rem;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.46);
}
@media (max-width: 767px) {
  .grand-mv__title {
    padding-top: 11rem;
    font-size: 2.6rem;
  }
}

.grand-mv__scroll {
  position: absolute;
  top: 41.2rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .grand-mv__scroll {
    display: none;
  }
}

.grand-about {
  position: relative;
  max-width: 144rem;
  height: 50.7rem;
  margin: 15.7rem auto 0;
}
@media (max-width: 767px) {
  .grand-about {
    height: auto;
    margin-top: 6rem;
    padding: 0 2rem;
  }
}

.grand-about__head {
  position: absolute;
  top: 8.3rem;
  left: 13.6rem;
}
@media (max-width: 767px) {
  .grand-about__head {
    position: static;
    left: auto;
    margin-bottom: 3rem;
  }
}

.grand-about__photo {
  position: absolute;
  top: 0;
  left: 59.1rem;
  width: 76.9rem;
  height: 50.7rem;
  border-radius: 0 4.6rem 0 4.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grand-about__photo {
    position: static;
    left: auto;
    width: 100%;
    height: 22rem;
  }
}

.grand-about__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grand-about__panel {
  position: absolute;
  top: 8.3rem;
  left: 27.2rem;
  width: 90.5rem;
  height: 30.5rem;
  padding: 4.1rem 0 0 5rem;
  background: rgba(255, 252, 235, 0.86);
  border-radius: 0 4.6rem 0 4.6rem;
}
@media (max-width: 767px) {
  .grand-about__panel {
    position: static;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    padding: 3rem 2rem;
  }
}

.grand-about__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #232428;
}
@media (max-width: 767px) {
  .grand-about__text {
    font-size: 1.4rem;
  }
}

.grand-concept {
  position: relative;
  max-width: 144rem;
  height: 50.7rem;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .grand-concept {
    height: auto;
    margin-top: 6rem;
    padding: 0 2rem;
  }
}

.grand-concept__head {
  position: absolute;
  top: 8.3rem;
  left: 127.2rem;
}
@media (max-width: 767px) {
  .grand-concept__head {
    position: static;
    left: auto;
    margin-bottom: 3rem;
  }
}

.grand-concept__photo {
  position: absolute;
  top: 0;
  left: 8rem;
  width: 76.9rem;
  height: 50.7rem;
  border-radius: 0 4.6rem 0 4.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grand-concept__photo {
    position: static;
    left: auto;
    width: 100%;
    height: 22rem;
  }
}

.grand-concept__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grand-concept__panel {
  position: absolute;
  top: 8.3rem;
  left: 27.2rem;
  width: 90.5rem;
  height: 33.3rem;
  padding: 4.1rem 0 0 5rem;
  background: rgba(255, 252, 235, 0.86);
  border-radius: 0 4.6rem 0 4.6rem;
}
@media (max-width: 767px) {
  .grand-concept__panel {
    position: static;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    padding: 3rem 2rem;
  }
}

.grand-concept__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #232428;
}
@media (max-width: 767px) {
  .grand-concept__text {
    font-size: 1.4rem;
  }
}

.grand-concept__more {
  position: absolute;
  top: 30.8rem;
  left: 32.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34rem;
  height: 6.8rem;
  background: linear-gradient(158.917deg, #6C6C6B 48.609%, #515151 48.616%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .grand-concept__more {
    position: static;
    top: auto;
    left: auto;
    width: 22rem;
    height: 5rem;
    margin: 2.4rem auto 0;
  }
}

.grand-concept__more:hover {
  opacity: 0.8;
}

.grand-concept__more-text {
  font-size: 2.4rem;
  line-height: 2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .grand-concept__more-text {
    font-size: 1.8rem;
  }
}

.grand-cast {
  position: relative;
  max-width: 144rem;
  margin: 10.1rem auto 0;
}
@media (max-width: 767px) {
  .grand-cast {
    margin-top: 6rem;
  }
}

.grand-cast__head {
  position: absolute;
  top: 0;
  left: 13.6rem;
}
@media (max-width: 767px) {
  .grand-cast__head {
    position: static;
    left: auto;
    margin-bottom: 2.4rem;
  }
}

.grand-cast__slider {
  padding-top: 20.4rem;
}
@media (max-width: 767px) {
  .grand-cast__slider {
    padding-top: 0;
  }
}

.grand-insta {
  margin-top: 6.7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .grand-insta {
    margin-top: 5rem;
    padding: 0 2rem;
  }
}

.grand-insta__head {
  display: block;
}

.grand-insta__title {
  display: block;
  font-size: 3.6rem;
  letter-spacing: 0.108rem;
  line-height: 1.4;
  color: #FFFCEB;
}
@media (max-width: 767px) {
  .grand-insta__title {
    font-size: 2.4rem;
  }
}

.grand-insta__icon {
  display: block;
  width: 4.1rem;
  margin: 1.9rem auto 0;
}
@media (max-width: 767px) {
  .grand-insta__icon {
    width: 3.2rem;
  }
}

.grand-insta__posts {
  display: block;
  width: 126.7rem;
  height: 33.6rem;
  margin: 4.1rem auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grand-insta__posts {
    width: 100%;
    height: auto;
    margin-top: 2.4rem;
  }
}

.grand-insta__posts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .grand-insta__posts img {
    height: auto;
  }
}

.grand-insta__feed {
  width: 126.7rem;
  margin: 4.1rem auto 0;
}
@media (max-width: 767px) {
  .grand-insta__feed {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.grand-insta__feed #sb_instagram {
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}

.grand-insta__feed #sb_instagram #sbi_images {
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 0 !important;
  padding: 0 !important;
}

.grand-insta__feed #sb_instagram #sbi_images .sbi_item {
  padding: 0 !important;
}

.grand-insta__feed #sb_instagram .sbi_photo {
  position: relative;
  height: auto !important;
  aspect-ratio: 253.4/336;
  overflow: hidden;
}

.grand-insta__feed #sb_instagram .sbi_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.grand-insta__feed #sb_instagram #sbi_images .sbi_item:nth-child(n+6) {
  display: none !important;
}

.grand-insta__feed #sbi_load {
  display: none !important;
}

.grand-insta__feed .sb_instagram_header h3,
.grand-insta__feed .sb_instagram_header .sbi_bio,
.grand-insta__feed .sb_instagram_header .sbi_bio a {
  color: #FFFFFF !important;
}

.grand-system {
  margin-top: 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .grand-system {
    margin-top: 5rem;
    padding: 0 2rem;
  }
}

.grand-system__title {
  font-size: 3.6rem;
  letter-spacing: 0.108rem;
  line-height: 1.4;
  color: #FFFCEB;
}
@media (max-width: 767px) {
  .grand-system__title {
    font-size: 2.4rem;
  }
}

.grand-system__plan {
  margin-top: 4.1rem;
  font-size: 3.6rem;
  letter-spacing: 0.108rem;
  line-height: 1.4;
  color: #FFFCEB;
}
@media (max-width: 767px) {
  .grand-system__plan {
    margin-top: 2.4rem;
    font-size: 2.2rem;
  }
}

.grand-system__drinks {
  margin-top: 3rem;
  font-size: 2.4rem;
  letter-spacing: 0.072rem;
  line-height: 1.4;
  color: #FFFCEB;
}
@media (max-width: 767px) {
  .grand-system__drinks {
    margin-top: 1.6rem;
    font-size: 1.5rem;
  }
}

.grand-system__list {
  width: 43.2rem;
  margin: 4.1rem auto 0;
  text-align: left;
}
@media (max-width: 767px) {
  .grand-system__list {
    width: 100%;
    max-width: 34rem;
    margin-top: 2.4rem;
  }
}

.grand-system__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.4rem;
}
@media (max-width: 767px) {
  .grand-system__row {
    height: 5rem;
  }
}

.grand-system__label {
  width: 34rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.4rem;
  letter-spacing: 0.072rem;
  line-height: 1.4;
  color: #FFFCEB;
}
@media (max-width: 767px) {
  .grand-system__label {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
  }
}

.grand-system__price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.4rem;
  letter-spacing: 0.072rem;
  line-height: 1.4;
  white-space: nowrap;
  color: #FFFCEB;
}
@media (max-width: 767px) {
  .grand-system__price {
    font-size: 1.6rem;
  }
}

.grand-detail {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .grand-detail {
    margin-top: 5rem;
    padding: 0 2rem;
  }
}

.grand-detail__head {
  position: absolute;
  top: 7.9rem;
  left: 127.2rem;
}
@media (max-width: 767px) {
  .grand-detail__head {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 2.4rem;
  }
}

.grand-detail__name {
  margin-bottom: -1.6rem;
  margin-top: 4rem;
  font-size: 6.4rem;
  line-height: 2;
  text-align: center;
  color: #515151;
}
@media (max-width: 767px) {
  .grand-detail__name {
    margin-bottom: 0;
    margin-top: 2rem;
    font-size: 4rem;
  }
}

.grand-detail__list {
  width: 50.2rem;
  margin-left: calc(50% - 23rem);
  padding: 0;
}
@media (max-width: 767px) {
  .grand-detail__list {
    width: 100%;
    margin-left: 0;
  }
}

.grand-detail__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 17.6rem;
  height: 5.7rem;
  margin: 2.9rem auto 0;
  background: #515151;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .grand-detail__tel {
    width: 20rem;
    margin-top: 2.4rem;
  }
}

.grand-detail__tel:hover {
  opacity: 0.8;
}

.grand-detail__tel-icon {
  width: 1.35rem;
  height: auto;
}

.grand-detail__tel-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF;
}

.grand-detail__map {
  width: 58rem;
  margin: 2.9rem auto 0;
  border-radius: 2.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grand-detail__map {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.grand-detail__map iframe {
  display: block;
  width: 100%;
  height: 34.8rem;
}
@media (max-width: 767px) {
  .grand-detail__map iframe {
    height: 22rem;
  }
}

.grand-bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7.1rem;
}
@media (max-width: 767px) {
  .grand-bank {
    margin-top: 5rem;
  }
}

.grand-bank__item {
  background: #2D2D2D;
  border: 1px solid #FFFFFF;
}

.grand-concept-fv .lower-fv__photo img {
  top: -97.07%;
  height: 246.72%;
}

.gcon {
  margin-top: 11.4rem;
}
@media (max-width: 767px) {
  .gcon {
    margin-top: 5rem;
  }
}

.gcon__block {
  position: relative;
  max-width: 144rem;
  height: 50.7rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gcon__block {
    height: auto;
    padding: 0 2rem;
  }
}

.gcon__block + .gcon__block {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .gcon__block + .gcon__block {
    margin-top: 5rem;
  }
}

.gcon__photo {
  position: absolute;
  top: 0;
  width: 76.9rem;
  height: 50.7rem;
  border-radius: 0 4.6rem 0 4.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gcon__photo {
    position: static;
    width: 100%;
    height: 22rem;
  }
}

.gcon__photo--right {
  left: 59.1rem;
}
@media (max-width: 767px) {
  .gcon__photo--right {
    left: auto;
  }
}

.gcon__photo--left {
  left: 8rem;
}
@media (max-width: 767px) {
  .gcon__photo--left {
    left: auto;
  }
}

.gcon__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gcon__panel {
  position: absolute;
  top: 8.3rem;
  width: 90.5rem;
  padding: 4.1rem 5rem 0;
  background: rgba(255, 252, 235, 0.86);
  border-radius: 0 4.6rem 0 4.6rem;
}
@media (max-width: 767px) {
  .gcon__panel {
    position: static;
    width: 100%;
    margin-top: 2rem;
    padding: 3rem 2rem;
  }
}

.gcon__panel--left {
  left: 8rem;
  height: 30.5rem;
}
@media (max-width: 767px) {
  .gcon__panel--left {
    left: auto;
    height: auto;
  }
}

.gcon__panel--right {
  left: 45.5rem;
  height: 33.3rem;
}
@media (max-width: 767px) {
  .gcon__panel--right {
    left: auto;
    height: auto;
  }
}

.gcon__title {
  font-size: 2.4rem;
  line-height: 2;
  color: #232428;
}
@media (max-width: 767px) {
  .gcon__title {
    font-size: 1.8rem;
  }
}

.gcon__text {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #232428;
}
@media (max-width: 767px) {
  .gcon__text {
    font-size: 1.4rem;
  }
}

.serena-head {
  text-align: center;
}

.serena-head__deco {
  display: block;
  width: 41.6rem;
  height: 2.9rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .serena-head__deco {
    width: 26rem;
    height: 1.8rem;
  }
}

.serena-head__en {
  display: block;
  margin-top: 1.1rem;
  font-size: 2.4rem;
  letter-spacing: 0.264rem;
  line-height: 1.4;
  color: #B8A129;
}
@media (max-width: 767px) {
  .serena-head__en {
    font-size: 1.8rem;
  }
}

.serena-head__ja {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.176rem;
  line-height: 1.4;
  color: #B8A129;
}
@media (max-width: 767px) {
  .serena-head__ja {
    font-size: 1.2rem;
  }
}

.serena-head__ja--only {
  margin-top: 1.1rem;
  font-size: 2rem;
  letter-spacing: 0.22rem;
}
@media (max-width: 767px) {
  .serena-head__ja--only {
    font-size: 1.6rem;
  }
}

.btn-gold {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27.2rem;
  height: 5.9rem;
  border: 1px solid #B8A129;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .btn-gold {
    width: 20rem;
    height: 5rem;
  }
}

.btn-gold:hover {
  background: rgba(184, 161, 41, 0.08);
}

.btn-gold__text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.165rem;
  line-height: 1.4;
  color: #B8A129;
}

.btn-gold::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 6.1rem;
  height: 1px;
  margin-left: -3rem;
  background: #B8A129;
}
@media (max-width: 767px) {
  .btn-gold::after {
    width: 4rem;
    margin-left: -2rem;
  }
}

.smv {
  position: relative;
  height: 54.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .smv {
    height: 34rem;
  }
}

.smv__photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.smv__photo img {
  position: absolute;
  top: -49.7%;
  left: 0;
  width: 100%;
  height: 177.4%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .smv__photo img {
    position: static;
    top: auto;
    height: 100%;
  }
}

.smv__title {
  position: relative;
  z-index: 2;
  padding-top: 21.1rem;
  font-size: 4.8rem;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.46);
}
@media (max-width: 767px) {
  .smv__title {
    padding-top: 12rem;
    font-size: 2.4rem;
  }
}

.smv__scroll {
  position: absolute;
  top: 41.2rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .smv__scroll {
    display: none;
  }
}

.sabout {
  position: relative;
  height: 48.4rem;
}
@media (max-width: 767px) {
  .sabout {
    height: auto;
    padding: 5rem 2rem;
  }
}

.sabout__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sabout__bg {
    position: static;
    display: none;
  }
}

.sabout__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sabout__head {
  position: relative;
  z-index: 2;
  padding-top: 11.4rem;
}
@media (max-width: 767px) {
  .sabout__head {
    padding-top: 0;
  }
}

.sabout__text {
  position: relative;
  z-index: 2;
  width: 95rem;
  margin: 3.7rem auto 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .sabout__text {
    width: 100%;
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.sconcept {
  position: relative;
  height: 73.8rem;
}
@media (max-width: 767px) {
  .sconcept {
    height: auto;
    padding: 5rem 2rem;
  }
}

.sconcept__light {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sconcept__light {
    display: none;
  }
}

.sconcept__light img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.sconcept__head {
  position: relative;
  z-index: 2;
  padding-top: 9.2rem;
}
@media (max-width: 767px) {
  .sconcept__head {
    padding-top: 0;
  }
}

.sconcept__text-area {
  position: absolute;
  top: 24.5rem;
  left: 13.7rem;
  z-index: 2;
  width: 52.9rem;
}
@media (max-width: 767px) {
  .sconcept__text-area {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 2.4rem;
  }
}

.sconcept__text {
  font-size: 1.6rem;
  line-height: 2.75;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .sconcept__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.sconcept__more {
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .sconcept__more {
    margin: 2.4rem auto 0;
  }
}

.sconcept__photo {
  position: absolute;
  top: 24.5rem;
  left: 70.7rem;
  z-index: 2;
  width: 58.4rem;
  height: 38.6rem;
}
@media (max-width: 767px) {
  .sconcept__photo {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 22rem;
    margin-top: 2.4rem;
  }
}

.sconcept__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scast {
  margin-top: 10.5rem;
}
@media (max-width: 767px) {
  .scast {
    margin-top: 5rem;
  }
}

.scast__slider {
  margin: 7.6rem 0 0 -2.2rem;
}
@media (max-width: 767px) {
  .scast__slider {
    margin: 2.4rem 0 0;
  }
}

.sinsta {
  margin-top: 16.1rem;
}
@media (max-width: 767px) {
  .sinsta {
    margin-top: 5rem;
    padding: 0 2rem;
  }
}

.sinsta__head {
  display: block;
}

.sinsta__posts {
  display: block;
  width: 83.7rem;
  height: 37.1rem;
  margin: 2.76rem auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sinsta__posts {
    width: 100%;
    height: auto;
    margin-top: 2.4rem;
  }
}

.sinsta__posts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .sinsta__posts img {
    height: auto;
  }
}

.ssystem {
  position: relative;
  height: 67.6rem;
  margin-top: 9.9rem;
}
@media (max-width: 767px) {
  .ssystem {
    height: auto;
    margin-top: 5rem;
    padding: 0 2rem;
  }
}

.ssystem__head {
  position: relative;
  z-index: 2;
}

.ssystem__photo {
  position: absolute;
  top: 14.7rem;
  left: 11.8rem;
  width: 58.4rem;
  height: 38.6rem;
}
@media (max-width: 767px) {
  .ssystem__photo {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 22rem;
    margin-top: 2.4rem;
  }
}

.ssystem__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ssystem__deco {
  position: absolute;
  top: 36rem;
  left: 102.8rem;
  z-index: 0;
  width: 41.2rem;
  height: 31.6rem;
  opacity: 0.25;
}
@media (max-width: 767px) {
  .ssystem__deco {
    display: none;
  }
}

.ssystem__price {
  position: absolute;
  top: 16.1rem;
  left: 73.2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .ssystem__price {
    position: static;
    top: auto;
    left: auto;
    margin-top: 2.4rem;
  }
}

.ssystem__plan {
  font-size: 3.2rem;
  line-height: 2.75;
  color: #2D2D2D;
  white-space: pre;
}
@media (max-width: 767px) {
  .ssystem__plan {
    font-size: 1.8rem;
    line-height: 2;
    white-space: normal;
  }
}

.ssystem__plan--bottle {
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .ssystem__plan--bottle {
    margin-top: 0.4rem;
  }
}

.ssystem__note {
  margin-top: 2.2rem;
  font-size: 2.4rem;
  line-height: 2.75;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .ssystem__note {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.ssystem__note--cocktail {
  margin-top: -0.4rem;
}
@media (max-width: 767px) {
  .ssystem__note--cocktail {
    margin-top: 0.4rem;
  }
}

.sgallery {
  position: relative;
  height: 58.5rem;
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .sgallery {
    height: auto;
    margin-top: 5rem;
    padding: 0 2rem;
  }
}

.sgallery__light {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sgallery__light {
    display: none;
  }
}

.sgallery__light img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.sgallery__head {
  position: relative;
  z-index: 2;
  padding-top: 9.5rem;
}
@media (max-width: 767px) {
  .sgallery__head {
    padding-top: 0;
  }
}

.sgallery__grid {
  position: relative;
  z-index: 2;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.76rem;
}
@media (max-width: 767px) {
  .sgallery__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.4rem;
  }
}

.sgallery__grid .gallery__item {
  width: 31.4rem;
}
@media (max-width: 767px) {
  .sgallery__grid .gallery__item {
    width: calc(50% - 0.4rem);
  }
}

.sgallery__grid .gallery__btn img {
  width: 100%;
  height: 20.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .sgallery__grid .gallery__btn img {
    height: 12rem;
  }
}

.saccess {
  position: relative;
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .saccess {
    padding: 5rem 2rem 0;
  }
}

.saccess__deco {
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .saccess__deco {
    display: none;
  }
}

.saccess__deco--01 {
  top: 0;
  left: -1.8rem;
  width: 29.2rem;
  height: 35rem;
}

.saccess__deco--02 {
  top: 45rem;
  left: 116.2rem;
  width: 27.8rem;
  height: 27.3rem;
}

.saccess__head {
  position: relative;
  z-index: 2;
}

.saccess__list {
  position: relative;
  z-index: 2;
  width: 50.2rem;
  margin: 5.4rem 0 0 15.7rem;
  padding: 0;
}
@media (max-width: 767px) {
  .saccess__list {
    width: 100%;
    margin-left: 0;
  }
}

.saccess__photo {
  position: absolute;
  top: 25.7rem;
  left: 70.7rem;
  z-index: 2;
  width: 58.4rem;
  height: 38.6rem;
}
@media (max-width: 767px) {
  .saccess__photo {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 22rem;
    margin-top: 2.4rem;
  }
}

.saccess__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.saccess__map {
  margin-top: 14.5rem;
}
@media (max-width: 767px) {
  .saccess__map {
    margin: 3rem -2rem 0;
  }
}

.saccess__map iframe {
  display: block;
  width: 100%;
  height: 55.8rem;
}
@media (max-width: 767px) {
  .saccess__map iframe {
    height: 24rem;
  }
}

.sbank {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
  padding-top: 4.6rem;
}
@media (max-width: 767px) {
  .sbank {
    margin-top: 5rem;
    padding-top: 0;
  }
}

.sbank__rose {
  position: absolute;
  top: 0;
  left: 7.4rem;
  z-index: 0;
  width: 31.5rem;
  height: 36.6rem;
  opacity: 0.24;
}
@media (max-width: 767px) {
  .sbank__rose {
    display: none;
  }
}

.sbank__item {
  position: relative;
  z-index: 2;
  background: #CAB488;
}

.sbank__item .shop-bank__watermark {
  color: #D0BC94;
}

.scon-fv .lower-fv__photo img {
  top: -49.7%;
  height: 177.4%;
}

.scon {
  position: relative;
  padding: 7.4rem 0 22.4rem;
}
@media (max-width: 767px) {
  .scon {
    padding: 5rem 0;
  }
}

.scon__light {
  position: absolute;
  top: -0.8rem;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 200.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .scon__light {
    display: none;
  }
}

.scon__light img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.scon__block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 11.6rem 0 13rem;
}
@media (max-width: 767px) {
  .scon__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
  }
}

.scon__block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .scon__block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.scon__block + .scon__block {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .scon__block + .scon__block {
    margin-top: 4rem;
  }
}

.scon__textarea {
  width: 58.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .scon__textarea {
    width: 100%;
  }
}

.scon__title {
  font-size: 2.4rem;
  line-height: 2;
  color: #232428;
}
@media (max-width: 767px) {
  .scon__title {
    font-size: 1.8rem;
  }
}

.scon__text {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #232428;
}
@media (max-width: 767px) {
  .scon__text {
    font-size: 1.4rem;
  }
}

.scon__photo {
  width: 58.4rem;
  height: 38.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .scon__photo {
    width: 100%;
    height: 22rem;
  }
}

.scon__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scon__rose {
  position: absolute;
  top: 158.9rem;
  left: 7.4rem;
  z-index: 1;
  width: 31.5rem;
  height: 36.6rem;
  opacity: 0.24;
}
@media (max-width: 767px) {
  .scon__rose {
    display: none;
  }
}

.recruit-fv .lower-fv__photo img {
  top: -97.07%;
  height: 246.72%;
}

.recruit-lead {
  position: relative;
  max-width: 144rem;
  height: 38.5rem;
  margin: 8.4rem auto 0;
}
@media (max-width: 767px) {
  .recruit-lead {
    height: auto;
    margin-top: 5rem;
    padding: 0 2rem;
  }
}

.recruit-lead__text {
  position: absolute;
  top: 1.8rem;
  left: 8rem;
  width: 61.8rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .recruit-lead__text {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    font-size: 1.4rem;
  }
}

.recruit-lead__photo {
  position: absolute;
  top: 0;
  left: 72.8rem;
  width: 63.2rem;
  height: 38.5rem;
  border-radius: 0 4.6rem 0 4.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit-lead__photo {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 22rem;
    margin-top: 2.4rem;
  }
}

.recruit-lead__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-detail {
  margin-top: 7.2rem;
  padding-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .recruit-detail {
    margin-top: 5rem;
    padding: 0 2rem 3rem;
  }
}

.recruit-detail__title {
  font-size: 3.2rem;
  letter-spacing: 0.192rem;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .recruit-detail__title {
    font-size: 2.4rem;
  }
}

.recruit-table {
  margin-top: 5.7rem;
  padding-left: 12.2rem;
}
@media (max-width: 767px) {
  .recruit-table {
    margin-top: 3rem;
    padding-left: 0;
  }
}

.recruit-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.9rem;
}
@media (max-width: 767px) {
  .recruit-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}

.recruit-table__row + .recruit-table__row {
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .recruit-table__row + .recruit-table__row {
    margin-top: 2rem;
  }
}

.recruit-table__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21.9rem;
  min-height: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1rem;
  border: 1px solid #FFFFFF;
  font-size: 2rem;
  letter-spacing: 0.08rem;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .recruit-table__label {
    width: 100%;
    min-height: 4.4rem;
    font-size: 1.6rem;
  }
}

.recruit-table__data {
  font-size: 2rem;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .recruit-table__data {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.recruit-detail__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 29.4rem;
  height: 7rem;
  margin: 8.6rem auto 0;
  background: #515151;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .recruit-detail__tel {
    width: 24rem;
    height: 6rem;
    margin-top: 4rem;
  }
}

.recruit-detail__tel:hover {
  opacity: 0.8;
}

.recruit-detail__tel-icon {
  width: 1.35rem;
  height: auto;
}

.recruit-detail__tel-text {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .recruit-detail__tel-text {
    font-size: 2rem;
  }
}

.entrance-mv {
  position: relative;
  height: 54.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .entrance-mv {
    height: 46rem;
  }
}

.entrance-mv__visual {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entrance-mv__photo {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.entrance-mv__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.entrance-mv__photo img {
  position: absolute;
  max-width: none;
}
@media (max-width: 767px) {
  .entrance-mv__photo img {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.entrance-mv__photo--grand {
  width: 49.66%;
}

.entrance-mv__photo--grand img {
  top: 0.02%;
  left: -36.77%;
  width: 201.4%;
  height: 177.4%;
}
@media (max-width: 767px) {
  .entrance-mv__photo--grand img {
    -o-object-position: 34% center;
       object-position: 34% center;
  }
}

.entrance-mv__photo--serena {
  width: 50.42%;
}

.entrance-mv__photo--serena img {
  top: 0;
  left: -5.51%;
  width: 116.96%;
  height: 104.61%;
}
@media (max-width: 767px) {
  .entrance-mv__photo--serena img {
    -o-object-position: 42% center;
       object-position: 42% center;
  }
}

.entrance-mv__textarea {
  position: relative;
  z-index: 2;
  padding-top: 8.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .entrance-mv__textarea {
    padding: 15rem 2rem 0;
  }
}

.entrance-mv__title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.458;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .entrance-mv__title {
    font-size: 2.6rem;
  }
}

.entrance-mv__lead {
  margin-top: 2.2rem;
  font-size: 3.2rem;
  line-height: 1.45;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .entrance-mv__lead {
    margin-top: 1.4rem;
    font-size: 1.6rem;
  }
}

.entrance-mv__shop {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .entrance-mv__shop {
    font-size: 1.9rem;
  }
}

.entrance-mv__sub {
  margin-top: 2.2rem;
  font-size: 3.2rem;
  line-height: 1.4375;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .entrance-mv__sub {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.entrance-mv__scroll {
  position: absolute;
  top: 41.2rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .entrance-mv__scroll {
    top: auto;
    bottom: 0;
  }
}

.entrance-about {
  position: relative;
  max-width: 144rem;
  height: 50.7rem;
  margin: 15.7rem auto 0;
}
@media (max-width: 767px) {
  .entrance-about {
    height: auto;
    margin-top: 8rem;
    padding: 0 2rem;
  }
}

.entrance-about__head {
  position: absolute;
  top: 8.3rem;
  left: 13.6rem;
}
@media (max-width: 767px) {
  .entrance-about__head {
    position: static;
    left: auto;
    margin-bottom: 3rem;
  }
}

.entrance-about__photo {
  position: absolute;
  top: 0;
  left: 59.1rem;
  width: 76.9rem;
  height: 50.7rem;
  border-radius: 0 4.6rem 0 4.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .entrance-about__photo {
    position: static;
    left: auto;
    width: 100%;
    height: 22rem;
  }
}

.entrance-about__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entrance-about__panel {
  position: absolute;
  top: 8.3rem;
  left: 27.2rem;
  width: 85.9rem;
  height: 30.5rem;
  padding: 4.1rem 0 0 5rem;
  background: #FFFCEB;
  border-radius: 0 4.6rem 0 4.6rem;
}
@media (max-width: 767px) {
  .entrance-about__panel {
    position: static;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    padding: 3rem 2rem;
  }
}

.entrance-about__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #232428;
}
@media (max-width: 767px) {
  .entrance-about__text {
    font-size: 1.4rem;
  }
}

.entrance-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.4rem;
}
@media (max-width: 767px) {
  .entrance-choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem;
  }
}

.entrance-choice__item {
  width: 50%;
}
@media (max-width: 767px) {
  .entrance-choice__item {
    width: 100%;
  }
}

.entrance-choice__item--grand {
  background: -webkit-gradient(linear, right top, left top, from(#404040), to(#424242));
  background: linear-gradient(to left, #404040, #424242);
}

.entrance-choice__item--serena {
  background: -webkit-gradient(linear, right top, left top, from(#2D2D2D), to(#474747));
  background: linear-gradient(to left, #2D2D2D, #474747);
}

.entrance-detail {
  position: relative;
  max-width: 144rem;
  margin: 6rem auto 0;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .entrance-detail {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

.entrance-detail__head {
  position: absolute;
  top: 0;
  left: 120.9rem;
}
@media (max-width: 767px) {
  .entrance-detail__head {
    position: static;
    left: auto;
    margin-bottom: 3rem;
  }
}

.entrance-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
  padding: 13.6rem 11.8rem 0 12.8rem;
}
@media (max-width: 767px) {
  .entrance-detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    padding: 0 2rem;
  }
}

.entrance-detail__shop {
  width: 58rem;
}
@media (max-width: 767px) {
  .entrance-detail__shop {
    width: 100%;
  }
}

.entrance-detail__name {
  margin-bottom: -1.6rem;
  font-size: 6.4rem;
  line-height: 2;
  text-align: center;
  color: #515151;
}
@media (max-width: 767px) {
  .entrance-detail__name {
    margin-bottom: 0;
    font-size: 4rem;
  }
}

.entrance-detail__map {
  margin-top: 4.7rem;
  border-radius: 2.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .entrance-detail__map {
    margin-top: 2.4rem;
  }
}

.entrance-detail__map iframe {
  display: block;
  width: 100%;
  height: 34.8rem;
}
@media (max-width: 767px) {
  .entrance-detail__map iframe {
    height: 22rem;
  }
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.page-news {
  background: #fff;
}

.news-archive {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 4rem 2rem 5rem;
  }
}

/* 絞り込み */
.news-archive__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.news-archive__filter-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-archive__filter-label {
    font-size: 2rem;
    width: 10rem;
  }
}

.news-archive__select {
  position: relative;
  width: 24rem;
}
@media (max-width: 767px) {
  .news-archive__select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

.news-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.7rem solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #363432;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-archive__select select {
    font-size: 1.6rem;
  }
}

/* グリッド */
.news-archive__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-card {
    gap: 1.2rem;
  }
}

.news-card__thumb {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.news-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}

.news-card__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}

.news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 4rem 0;
}

/* ページネーション */
.news-archive__pager {
  margin-top: 5rem;
}

.news-archive__pager .page-numbers {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.news-archive__pager .page-numbers li a,
.news-archive__pager .page-numbers li span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

.news-archive__pager .page-numbers li .current {
  color: #CAB488;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}

.single-post__cat + .single-post__cat {
  margin-left: -1rem;
}

.single-post__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.single-post__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}

.single-post__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.4rem;
  }
}

.single-post__thumb {
  margin-top: 3rem;
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__body {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.single-post__body p {
  margin-bottom: 2rem;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #3E6EB4;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30rem;
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.6rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-post__back-btn {
    min-width: 24rem;
  }
}

/* ============================================================
   制作事例（CPT works）動画グリッド＋モーダル
   一覧ループの書き方は docs/works.md を参照。
   モーダルHTML: template-parts/works-modal.php ／ 挙動: js/works-modal.js
   ============================================================ */
.works-grid {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.works-item {
  aspect-ratio: 400/280;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* サムネ付き（クリックでモーダル再生） */
.works-item--video {
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

.works-item__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.works-item__playmark {
  position: relative;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.works-item__playmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark::before {
    border-top-width: 0.7rem;
    border-bottom-width: 0.7rem;
    border-left-width: 1.1rem;
  }
}

.works-item__ph {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .works-item__ph {
    font-size: 1.2rem;
  }
}

/* ===== 動画モーダル ===== */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.works-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.works-modal__body {
  position: relative;
  width: min(96rem, 90vw);
}

.works-modal__close {
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.works-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #fff;
}

.works-modal__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.works-modal__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.works-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works-modal__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.works-modal__playbtn {
  position: relative;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .works-modal__playbtn {
    width: 6rem;
    height: 6rem;
  }
}

.works-modal__playbtn:hover {
  background: rgba(174, 141, 71, 0.85);
  border-color: #CAB488;
}

.works-modal__playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 2.4rem solid #fff;
}
@media (max-width: 767px) {
  .works-modal__playbtn::before {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
    border-left-width: 1.6rem;
  }
}

.works-modal__player {
  position: absolute;
  inset: 0;
  display: none;
}

.works-modal__player.is-active {
  display: block;
}

.works-modal__player iframe,
.works-modal__player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-404 {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .page-404 {
    padding-bottom: 4rem;
  }
}

.not-found {
  padding: 10rem 2rem 0;
}
@media (max-width: 767px) {
  .not-found {
    padding-top: 5rem;
  }
}

.not-found__inner {
  max-width: 86rem;
  margin: 0 auto;
  text-align: center;
}

.not-found__code {
  font-size: 12rem;
  letter-spacing: 0.6rem;
  line-height: 1;
  color: #515151;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 7rem;
    letter-spacing: 0.3rem;
  }
}

.not-found__lead {
  margin-top: 3.2rem;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #FFFCEB;
}
@media (max-width: 767px) {
  .not-found__lead {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .not-found__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32rem;
  height: 6rem;
  margin: 4.8rem auto 0;
  border: 1px solid #FFFFFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 26rem;
    height: 5rem;
    margin-top: 3.2rem;
  }
}

.not-found__btn:hover {
  background: rgba(255, 252, 235, 0.14);
}

.not-found__btn-text {
  font-size: 1.8rem;
  letter-spacing: 0.14rem;
  line-height: 2;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .not-found__btn-text {
    font-size: 1.6rem;
  }
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  right: 1.45rem;
  width: 3.15rem;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    right: 1.2rem;
    width: 2.6rem;
  }
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
.c-fee-table {
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
.c-fee-table-v2 {
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}