@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 {
  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 {
  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] {
  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 */
  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: break-all;
  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.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #101010;
}

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

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

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

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

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

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

.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: 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: 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%;
  object-fit: cover;
  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;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    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: #AE8D47;
  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: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  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;
  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: #AE8D47;
  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: flex;
  align-items: 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%;
  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: 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: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: 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: flex;
  justify-content: space-between;
  gap: 4rem;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    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;
  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: #AE8D47;
  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%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    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: #AE8D47;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  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;
  }
}

/* =========================================================
   共通ボタン（TEL / WEB予約 / もっと見る）
   ========================================================= */
.icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-tel-btn,
.c-web-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 20rem;
  height: 5rem;
  border: 1px solid #ffc054;
  background: rgba(253, 253, 253, 0.3);
  color: #101010;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.c-tel-btn:hover,
.c-web-btn:hover {
  opacity: 0.7;
}

.c-tel-btn__icon,
.c-web-btn__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.c-web-btn__icon {
  order: -1;
}

/* =========================================================
   ヘッダー（PC：MV 上に透過 → スクロールで白背景）
   ========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  background: #fff;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .l-header {
    height: 6rem;
  }
}

.home .l-header:not(.is-scrolled) {
  background: transparent;
  box-shadow: none;
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    justify-content: space-between;
    padding: 0 1.5rem;
  }
}

.l-header__logo {
  width: 8rem;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 5rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-gnav {
  flex: 1;
}
@media (max-width: 767px) {
  .l-gnav {
    display: none;
  }
}

.l-gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  list-style: none;
}

.l-gnav__link {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #101010;
  text-decoration: none;
  white-space: nowrap;
}
.l-gnav__link:hover {
  opacity: 0.6;
}

.l-header__reserve {
  display: flex;
  gap: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__reserve {
    display: none;
  }
}

/* =========================================================
   ハンバーガーボタン（SPのみ）
   ========================================================= */
.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 9910;
    cursor: pointer;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.6rem;
  height: 2px;
  background: #101010;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hamburger span:nth-child(1) {
  top: calc(50% - 0.8rem);
}
.hamburger span:nth-child(2) {
  top: 50%;
}
.hamburger span:nth-child(3) {
  top: calc(50% + 0.8rem);
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

/* =========================================================
   ハンバーガーメニュー（ドロワー：右からスライド）
   ========================================================= */
.hamburger-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.96);
  z-index: 9990;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  display: none;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu.active {
  transform: translateX(0);
}

.hamburger-menu__scroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8rem;
}

.hamburger-menu__logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 8rem;
  height: 8rem;
  z-index: 2;
  display: block;
}
.hamburger-menu__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hamburger-menu__close {
  display: none;
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 9999;
  cursor: pointer;
}
.hamburger-menu__close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hamburger-menu__close:hover {
  opacity: 0.6;
}

body.fixed .hamburger-menu__close {
  display: block;
}

.hamburger-menu__nav {
  position: relative;
  z-index: 1;
  padding: 13rem 0 0 8.7rem;
}

.hamburger-menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.hamburger-menu__link {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #101010;
  text-decoration: none;
}
.hamburger-menu__link:hover {
  opacity: 0.6;
}

.hamburger-menu__reserve {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 5rem;
}

/* =========================================================
   SP追従フッター（TEL / WEB予約）
   ========================================================= */
.sp-fix-area {
  display: none;
}
@media (max-width: 767px) {
  .sp-fix-area {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    z-index: 9998;
  }
}

.sp-fix-area__tel,
.sp-fix-area__web {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  background: #fff;
  border: 1px solid #ffc054;
  color: #101010;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-sizing: border-box;
}

.sp-fix-area__tel {
  width: 53.3%;
}

.sp-fix-area__web {
  width: 46.7%;
  border-left: none;
}

.sp-fix-area__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

/* =========================================================
   ページトップへ戻る floating ボタン
   ========================================================= */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #39b5fe;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9970;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.to-top svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 6.5rem;
    width: 4rem;
    height: 4rem;
  }
}

.l-footer {
  position: relative;
  background: transparent;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 3rem;
    margin-bottom: 5rem;
  }
}

/* ── TOPに戻る（横線つき） ── */
.l-footer__totop {
  display: block;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 7rem 1rem;
  border-bottom: 1px solid #39B5FE;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__totop {
    padding: 0 2rem 0.8rem;
  }
}

.l-footer__totop-text {
  display: inline-block;
  padding-left: 14rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #101010;
}
@media (max-width: 767px) {
  .l-footer__totop-text {
    padding-left: 1rem;
    font-size: 1.5rem;
  }
}

/* ── メイン（予約 / 縦書きナビ / ロゴ） ── */
.l-footer__main {
  max-width: 130rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5rem 7rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l-footer__main {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 4rem 2rem;
  }
}

.l-footer__reserve {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer__reserve {
    order: 2;
  }
}

.l-footer__nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    order: 3;
    gap: 1.6rem;
  }
}

.l-footer__nav-link {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #101010;
  text-decoration: none;
}
.l-footer__nav-link:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.6rem;
  }
}

.l-footer__nav-link--sub {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .l-footer__nav-link--sub {
    display: none;
  }
}

.l-footer__logo {
  width: 8rem;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 767px) {
  .l-footer__logo {
    order: 1;
    width: 10rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── コピーライト帯 ── */
.l-footer__band {
  background: #39b5fe;
  min-height: 4rem;
  display: flex;
  align-items: center;
}

.l-copyright {
  color: #fdfdfd;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.1rem;
    padding-left: 2rem;
  }
}

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

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

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !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 {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    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;
  }
}

.page-plan {
  background: #fff;
}

/* ===== MV（タイトル＋アンカーナビ） ===== */
.plan-mv {
  position: relative;
  overflow: hidden;
  padding: 14rem 0 5rem;
}
@media (max-width: 767px) {
  .plan-mv {
    padding: 9rem 0 3rem;
  }
}

.plan-mv__inner {
  position: relative;
  z-index: 2;
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 8rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .plan-mv__inner {
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.plan-mv__title {
  gap: 1.4rem;
}
.plan-mv__title .v-head__main {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.plan-mv__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .plan-mv__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.plan-mv__nav-link {
  position: relative;
  padding: 0 2.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #101010;
  text-decoration: none;
}
.plan-mv__nav-link:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .plan-mv__nav-link {
    padding: 0.6rem 1.6rem;
    font-size: 1.5rem;
  }
}

.plan-mv__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 2.6rem;
  background: #767676;
}

.plan-mv__nav-link:first-child::before {
  display: none;
}

.bubble--pm1 {
  left: -6rem;
  top: 6rem;
  width: 20rem;
}

.bubble--pm2 {
  left: 10rem;
  top: 4rem;
  width: 8rem;
}

.bubble--pm3 {
  left: 0rem;
  top: 19rem;
  width: 15rem;
}

.bubble--pm4 {
  left: -5rem;
  top: 22rem;
  width: 9rem;
}

.bubble--pm5 {
  left: 13rem;
  top: 13rem;
  width: 9rem;
}

.bubble--pm6 {
  left: 127rem;
  top: 15rem;
  width: 20rem;
}

.bubble--pm7 {
  left: 119rem;
  top: 7rem;
  width: 15rem;
}

.bubble--pm8 {
  left: 131rem;
  top: 1rem;
  width: 15rem;
}

.plan-mv .bubble {
  animation-name: plan-float-a;
}

.plan-mv .bubble:nth-child(even) {
  animation-name: plan-float-b;
}

@keyframes plan-float-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  25% {
    transform: translate3d(0, -2.5rem, 0) scale(1.02);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.03);
  }
  75% {
    transform: translate3d(0, 2.5rem, 0) scale(1.02);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes plan-float-b {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  25% {
    transform: translate3d(0, 2.5rem, 0) scale(1.02);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.03);
  }
  75% {
    transform: translate3d(0, -2.5rem, 0) scale(1.02);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@media (max-width: 767px) {
  .bubble--pm1 {
    left: -4rem;
    top: 6rem;
    width: 12rem;
  }
  .bubble--pm2 {
    display: none;
  }
  .bubble--pm3 {
    left: 4rem;
    top: 18rem;
    width: 9rem;
  }
  .bubble--pm4 {
    display: none;
  }
  .bubble--pm5 {
    display: none;
  }
  .bubble--pm6 {
    left: 32rem;
    top: 14rem;
    width: 12rem;
  }
  .bubble--pm7 {
    left: 28rem;
    top: 6rem;
    width: 9rem;
  }
  .bubble--pm8 {
    display: none;
  }
}
/* ===== イントロ ===== */
.plan-intro {
  padding: 5rem 2rem 0;
  background-image: url("../img/common/intro-pattern.webp");
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}

.plan-intro__inner {
  max-width: 80rem;
  margin: 0 auto;
}

.plan-intro__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .plan-intro__title {
    font-size: 2rem;
  }
}

.plan-intro__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #767676;
  margin: 2rem 0 3rem;
}

.plan-intro__lead {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .plan-intro__lead {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ===== セッション / 数秘 ===== */
.plan-feature {
  display: flex;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .plan-feature {
    flex-direction: column;
    margin-top: 4rem;
  }
}

.plan-feature__col {
  width: 50%;
  box-sizing: border-box;
  padding: 5rem 0 6rem;
}
@media (max-width: 767px) {
  .plan-feature__col {
    width: 100%;
    padding: 4rem 0;
  }
}

.plan-feature__col--white {
  background: #fafafa;
}

.plan-feature__col--blue {
  background: #d2eeff;
}

.plan-feature__body {
  max-width: 43.5rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.plan-feature__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .plan-feature__title {
    font-size: 2rem;
  }
}

.plan-feature__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #767676;
  margin: 1.6rem 0 2.4rem;
}

.plan-feature__image {
  width: 100%;
  height: 29rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .plan-feature__image {
    height: 22rem;
  }
}
.plan-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.plan-feature__price {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-top: 1.4rem;
}
.plan-feature__price:first-of-type {
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .plan-feature__price {
    font-size: 1.7rem;
  }
}

.plan-feature__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .plan-feature__text {
    font-size: 1.4rem;
  }
}

/* ===== カード / カラーボトル / 手相 ===== */
.plan-rows {
  padding: 7rem 2rem 8rem;
}
@media (max-width: 767px) {
  .plan-rows {
    padding: 5rem 2rem 6rem;
  }
}

.plan-row {
  display: flex;
  align-items: stretch;
  max-width: 102.9rem;
  margin: 0 auto;
}
.plan-row + .plan-row {
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .plan-row {
    flex-direction: column;
  }
}

.plan-row__badge {
  width: 23.3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #767676;
  border-right: none;
  background-color: #fff;
  background-image: url("../img/common/intro-pattern.webp");
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}
@media (max-width: 767px) {
  .plan-row__badge {
    width: 100%;
    min-height: 7rem;
    border-right: 1px solid #767676;
    border-bottom: none;
  }
}

.plan-row__badge-text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.plan-row__body {
  flex: 1;
  border: 1px solid #767676;
  border-left: none;
  background: #fff;
  padding: 3rem 3.2rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .plan-row__body {
    border-left: 1px solid #767676;
    padding: 2rem;
  }
}

.plan-row__desc {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .plan-row__desc {
    font-size: 1.35rem;
  }
}

.plan-row__price {
  margin-top: 2rem;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .plan-row__price {
    font-size: 1.7rem;
  }
}

.page-store {
  background: #fff;
}

/* ===== MV ===== */
.store-mv {
  position: relative;
  width: 100%;
  height: 50rem;
  margin-top: 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .store-mv {
    height: 26rem;
    margin-top: 6rem;
  }
}

.store-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.store-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #101010;
}
@media (max-width: 767px) {
  .store-mv__title {
    font-size: 2rem;
  }
}

/* ===== 店舗ブロック ===== */
.store-item {
  padding: 8rem 2rem 0;
}
@media (max-width: 767px) {
  .store-item {
    padding: 5rem 2rem 0;
  }
}

.store-item__inner {
  max-width: 80rem;
  margin: 0 auto;
}

.store-item__name {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .store-item__name {
    font-size: 1.8rem;
  }
}

.store-item__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #767676;
  margin: 2rem 0 3rem;
}

.store-item__info {
  display: grid;
  grid-template-columns: 10rem 1fr;
  row-gap: 3rem;
  column-gap: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .store-item__info {
    grid-template-columns: 7rem 1fr;
    row-gap: 2rem;
  }
}

.store-item__label {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .store-item__label {
    font-size: 1.5rem;
  }
}

.store-item__value {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .store-item__value {
    font-size: 1.4rem;
  }
}

.store-item__tel {
  margin: 3rem auto 0;
}

.store-item__map {
  width: 100%;
  aspect-ratio: 800/268;
  margin-top: 3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .store-item__map {
    aspect-ratio: 4/3;
  }
}
.store-item__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ===== お問い合わせ ===== */
.store-contact {
  position: relative;
  overflow: hidden;
  padding: 25rem 2rem 8rem;
}
@media (max-width: 767px) {
  .store-contact {
    padding: 11rem 2rem 6rem;
  }
}

.store-contact__inner {
  position: relative;
  z-index: 2;
  max-width: 80rem;
  margin: 0 auto;
}

.store-contact__title {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.store-contact__title .v-head__main--store {
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  margin-top: -15rem;
}
@media (max-width: 767px) {
  .store-contact__title {
    left: -0.5rem;
  }
  .store-contact__title .v-head__main {
    font-size: 1.8rem;
  }
}

.store-contact__lead {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .store-contact__lead {
    font-size: 1.6rem;
  }
}

.store-contact__card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 80rem;
  margin: 4rem auto 0;
  text-decoration: none;
}
.store-contact__card:hover {
  opacity: 0.85;
}

.store-contact__envelope {
  width: 100%;
  height: auto;
  display: block;
}

.bubble--sc1 {
  left: -4rem;
  top: 10rem;
  width: 50rem;
}

.bubble--sc2 {
  left: 30rem;
  top: 16rem;
  width: 22rem;
}

.bubble--sc3 {
  left: 110rem;
  top: 8rem;
  width: 55rem;
}

@media (max-width: 767px) {
  .store-contact__bubbles {
    display: none;
  }
}
.page-stone {
  background: #fff;
}

.stone-top {
  background-color: #fff;
  background-image: url("../img/common/intro-pattern.webp");
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .stone-top {
    padding-bottom: 5rem;
  }
}

/* ===== MV（シャボン玉＋縦書きタイトル＋5つの風鈴） ===== */
.stone-mv {
  position: relative;
  overflow: hidden;
  padding: 13rem 0 6rem;
}
@media (max-width: 767px) {
  .stone-mv {
    padding: 9rem 0 4rem;
  }
}

.stone-mv__inner {
  position: relative;
  z-index: 2;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .stone-mv__inner {
    gap: 1.2rem;
  }
}

.stone-mv__title {
  writing-mode: vertical-rl;
  margin: 0;
  padding-top: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #101010;
}
@media (max-width: 767px) {
  .stone-mv__title {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
}

/* 5つの風鈴：トップを支点に振り子のようにゆれる */
.stone-mv__chimes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .stone-mv__chimes {
    gap: 0.6rem;
  }
}

.stone-mv__chime {
  display: block;
  width: auto;
  transform-origin: top center;
  animation: chime-swing 3.6s ease-in-out infinite;
  will-change: transform;
}

.stone-mv__chime--1 {
  height: 28.3rem;
  animation-duration: 3.4s;
  animation-delay: -0.2s;
}

.stone-mv__chime--2 {
  height: 32.4rem;
  animation-duration: 4s;
  animation-delay: -1.1s;
}

.stone-mv__chime--3 {
  height: 31.2rem;
  animation-duration: 3.7s;
  animation-delay: -2s;
}

.stone-mv__chime--4 {
  height: 32.4rem;
  animation-duration: 4.2s;
  animation-delay: -0.7s;
}

.stone-mv__chime--5 {
  height: 31.5rem;
  animation-duration: 3.5s;
  animation-delay: -1.6s;
}

@keyframes chime-swing {
  0% {
    transform: rotate(-3.5deg);
  }
  50% {
    transform: rotate(3.5deg);
  }
  100% {
    transform: rotate(-3.5deg);
  }
}
.stone-mv .bubble {
  animation-name: plan-float-a;
}

.stone-mv .bubble:nth-child(even) {
  animation-name: plan-float-b;
}

.bubble--nm1 {
  left: -6rem;
  top: 10rem;
  width: 20rem;
}

.bubble--nm2 {
  left: 9rem;
  top: 8rem;
  width: 8rem;
}

.bubble--nm3 {
  left: 1rem;
  top: 26rem;
  width: 15rem;
}

.bubble--nm4 {
  left: -6rem;
  top: 33rem;
  width: 9rem;
}

.bubble--nm5 {
  left: 13rem;
  top: 20rem;
  width: 9rem;
}

.bubble--nm6 {
  left: 127rem;
  top: 22rem;
  width: 20rem;
}

.bubble--nm7 {
  left: 119rem;
  top: 13rem;
  width: 15rem;
}

.bubble--nm8 {
  left: 131rem;
  top: 6rem;
  width: 15rem;
}

@media (max-width: 767px) {
  .stone-mv__chime--1 {
    height: 14rem;
  }
  .stone-mv__chime--2 {
    height: 16rem;
  }
  .stone-mv__chime--3 {
    height: 15.4rem;
  }
  .stone-mv__chime--4 {
    height: 16rem;
  }
  .stone-mv__chime--5 {
    height: 15.5rem;
  }
  .bubble--nm1 {
    left: -4rem;
    top: 8rem;
    width: 12rem;
  }
  .bubble--nm2 {
    display: none;
  }
  .bubble--nm3 {
    left: 4rem;
    top: 22rem;
    width: 9rem;
  }
  .bubble--nm4 {
    display: none;
  }
  .bubble--nm5 {
    display: none;
  }
  .bubble--nm6 {
    left: 32rem;
    top: 18rem;
    width: 12rem;
  }
  .bubble--nm7 {
    left: 28rem;
    top: 8rem;
    width: 9rem;
  }
  .bubble--nm8 {
    display: none;
  }
}
/* ===== イントロ ===== */
.stone-intro {
  padding: 7rem 2rem 0;
}
@media (max-width: 767px) {
  .stone-intro {
    padding: 5rem 2rem 0;
  }
}

.stone-intro__inner {
  max-width: 80rem;
  margin: 0 auto;
}

.stone-intro__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .stone-intro__title {
    font-size: 2rem;
  }
}

.stone-intro__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #767676;
  margin: 2rem 0 3rem;
}

.stone-intro__lead {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .stone-intro__lead {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ===== プラン（天然石 / サンキャッチャー）：バッジ＋ボディ ===== */
.stone-plan {
  padding: 7rem 2rem 0;
}
@media (max-width: 767px) {
  .stone-plan {
    padding: 5rem 2rem 0;
  }
}

.stone-plan__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .stone-plan__heading {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.stone-plan__list {
  max-width: 102.9rem;
  margin: 0 auto;
}

.stone-plan-row {
  display: flex;
  align-items: stretch;
  border: 1px solid #000;
}
.stone-plan-row + .stone-plan-row {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .stone-plan-row {
    flex-direction: column;
  }
}

.stone-plan-row__badge {
  width: 23.3rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background-color: #fff;
  background-image: url("../img/common/intro-pattern.webp");
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
}
@media (max-width: 767px) {
  .stone-plan-row__badge {
    width: 100%;
    padding: 2rem 0;
  }
}

.stone-plan-row__badge-jp,
.stone-plan-row__badge-en {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.stone-plan-row__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  background: #fff;
  padding: 3rem 4rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .stone-plan-row__body {
    padding: 2rem;
    gap: 1.2rem;
  }
}

.stone-plan-row__name,
.stone-plan-row__price {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .stone-plan-row__name,
  .stone-plan-row__price {
    font-size: 1.7rem;
    letter-spacing: 0.01em;
  }
}

/* ===== 作成できる物：枠付きグリッド ===== */
.stone-make {
  padding: 7rem 2rem 0;
}
@media (max-width: 767px) {
  .stone-make {
    padding: 5rem 2rem 0;
  }
}

.stone-make__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .stone-make__heading {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.stone-make__grid {
  display: grid;
  grid-template-columns: repeat(3, 24rem);
  justify-content: center;
  gap: 5rem 10rem;
  max-width: 102rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .stone-make__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}

.stone-make__item {
  height: 6.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  background-color: #fff;
  background-image: url("../img/common/frame-rough.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .stone-make__item {
    height: 5.5rem;
    font-size: 1.5rem;
  }
}

.page-contact {
  background: #fff;
}

/* ===== MV（シャボン玉＋縦書きタイトル：下層ページ基準配置） ===== */
.contact-mv {
  position: relative;
  overflow: hidden;
  padding: 14rem 0 5rem;
}
@media (max-width: 767px) {
  .contact-mv {
    padding: 9rem 0 3rem;
  }
}

.contact-mv__inner {
  position: relative;
  z-index: 2;
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 8rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-mv__inner {
    padding: 0 2rem;
  }
}

.contact-mv__title .v-head__main {
  font-size: 2.6rem;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .contact-mv__title .v-head__main {
    font-size: 2rem;
  }
}

.contact-mv .bubble {
  animation-name: plan-float-a;
}

.contact-mv .bubble:nth-child(even) {
  animation-name: plan-float-b;
}

.bubble--cm1 {
  left: -6rem;
  top: 6rem;
  width: 20rem;
}

.bubble--cm2 {
  left: 10rem;
  top: 4rem;
  width: 8rem;
}

.bubble--cm3 {
  left: 0rem;
  top: 19rem;
  width: 15rem;
}

.bubble--cm4 {
  left: -5rem;
  top: 22rem;
  width: 9rem;
}

.bubble--cm5 {
  left: 13rem;
  top: 13rem;
  width: 9rem;
}

.bubble--cm6 {
  left: 127rem;
  top: 15rem;
  width: 20rem;
}

.bubble--cm7 {
  left: 119rem;
  top: 7rem;
  width: 15rem;
}

.bubble--cm8 {
  left: 131rem;
  top: 1rem;
  width: 15rem;
}

@media (max-width: 767px) {
  .bubble--cm1 {
    left: -4rem;
    top: 6rem;
    width: 12rem;
  }
  .bubble--cm2 {
    display: none;
  }
  .bubble--cm3 {
    left: 4rem;
    top: 18rem;
    width: 9rem;
  }
  .bubble--cm4 {
    display: none;
  }
  .bubble--cm5 {
    display: none;
  }
  .bubble--cm6 {
    left: 32rem;
    top: 14rem;
    width: 12rem;
  }
  .bubble--cm7 {
    left: 28rem;
    top: 6rem;
    width: 9rem;
  }
  .bubble--cm8 {
    display: none;
  }
}
/* ===== フォームセクション ===== */
.contact-section {
  padding: 6rem 2rem 9rem;
}
@media (max-width: 767px) {
  .contact-section {
    padding: 4rem 2rem 6rem;
  }
}

.contact-section__intro {
  max-width: 80rem;
  margin: 0 auto;
}

.contact-section__heading {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .contact-section__heading {
    font-size: 2rem;
  }
}

.contact-section__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #767676;
  margin: 2rem 0 3rem;
}

.contact-section__lead {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .contact-section__lead {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ===== フォーム本体（.contact-form*） ===== */
.contact-form {
  max-width: 80rem;
  margin: 4rem auto 0;
}

.contact-form__req {
  margin-left: 0.4rem;
  color: #e7001f;
  font-size: 1.3rem;
}

.contact-form__row {
  display: flex;
  align-items: flex-start;
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    padding: 1rem 0;
  }
}

.contact-form__label {
  width: 22rem;
  flex-shrink: 0;
  padding-top: 1.1rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    padding-top: 0;
    font-size: 1.5rem;
  }
}

.contact-form__field {
  flex: 1;
  min-width: 0;
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 1.4rem;
  border: 1px solid #c5d6e8;
  border-radius: 0.4rem;
  background: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #101010;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: #39b5fe;
}
.contact-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}

.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__field .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #e7001f;
}

.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

/* 送信ボタン（<button> と CF7 [submit]=input[type=submit] 両対応） */
.contact-form__submit-area {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form__submit-area {
    margin-top: 3rem;
  }
}

.contact-form__submit-area .contact-form__submit-btn,
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  width: 32rem;
  max-width: 100%;
  height: 6.6rem;
  border-radius: 5rem;
  background-color: #AE8D47;
  color: #fff;
  font-family: inherit;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.contact-form__submit-area .contact-form__submit-btn:hover,
.contact-form__submit-area input[type=submit]:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .contact-form__submit-area .contact-form__submit-btn,
  .contact-form__submit-area input[type=submit] {
    width: 24rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}

/* =========================================================
   トップpage 共通（縦書きヘルパー / もっと見るボタン / 装飾 / 背景）
   ========================================================= */
.v-head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 1.2rem;
}

.v-head__main,
.v-head__sub {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #101010;
}

.v-head__sub {
  font-size: 1.8rem;
  align-self: flex-end;
}

.v-head__main--en {
  font-family: "Cormorant Garamond", serif;
  text-orientation: upright;
  letter-spacing: 0;
}

.v-text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 0.4rem;
}

.v-text__line {
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #101010;
}

.v-text__line--strong {
  font-weight: 700;
}

.c-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 12rem;
  border: 1px solid #ffc054;
  border-radius: 5rem;
  background: #fff;
  text-decoration: none;
  flex-shrink: 0;
}
.c-more-btn:hover {
  opacity: 0.6;
}

.c-more-btn__text {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #101010;
}

.bubble {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
  animation-name: bubble-float-a;
  animation-duration: 9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  will-change: transform;
  transform-origin: center center;
  backface-visibility: hidden;
}

.bubble:nth-child(even) {
  animation-name: bubble-float-b;
}

.bubble:nth-child(5n+1) {
  animation-duration: 8s;
  animation-delay: -1s;
}

.bubble:nth-child(5n+2) {
  animation-duration: 11s;
  animation-delay: -6s;
}

.bubble:nth-child(5n+3) {
  animation-duration: 9.5s;
  animation-delay: -3s;
}

.bubble:nth-child(5n+4) {
  animation-duration: 12s;
  animation-delay: -9s;
}

.bubble:nth-child(5n+5) {
  animation-duration: 10s;
  animation-delay: -4.5s;
}

@keyframes bubble-float-a {
  0% {
    transform: translate3d(0, 0rem, 0) scale(1);
  }
  8.33% {
    transform: translate3d(0, -3.5rem, 0) scale(1.003);
  }
  16.67% {
    transform: translate3d(0, -6.06rem, 0) scale(1.012);
  }
  25% {
    transform: translate3d(0, -7rem, 0) scale(1.025);
  }
  33.33% {
    transform: translate3d(0, -6.06rem, 0) scale(1.038);
  }
  41.67% {
    transform: translate3d(0, -3.5rem, 0) scale(1.047);
  }
  50% {
    transform: translate3d(0, 0rem, 0) scale(1.05);
  }
  58.33% {
    transform: translate3d(0, 3.5rem, 0) scale(1.047);
  }
  66.67% {
    transform: translate3d(0, 6.06rem, 0) scale(1.038);
  }
  75% {
    transform: translate3d(0, 7rem, 0) scale(1.025);
  }
  83.33% {
    transform: translate3d(0, 6.06rem, 0) scale(1.012);
  }
  91.67% {
    transform: translate3d(0, 3.5rem, 0) scale(1.003);
  }
  100% {
    transform: translate3d(0, 0rem, 0) scale(1);
  }
}
@keyframes bubble-float-b {
  0% {
    transform: translate3d(0, 0rem, 0) scale(1);
  }
  8.33% {
    transform: translate3d(0, 3.5rem, 0) scale(1.003);
  }
  16.67% {
    transform: translate3d(0, 6.06rem, 0) scale(1.01);
  }
  25% {
    transform: translate3d(0, 7rem, 0) scale(1.02);
  }
  33.33% {
    transform: translate3d(0, 6.06rem, 0) scale(1.03);
  }
  41.67% {
    transform: translate3d(0, 3.5rem, 0) scale(1.037);
  }
  50% {
    transform: translate3d(0, 0rem, 0) scale(1.04);
  }
  58.33% {
    transform: translate3d(0, -3.5rem, 0) scale(1.037);
  }
  66.67% {
    transform: translate3d(0, -6.06rem, 0) scale(1.03);
  }
  75% {
    transform: translate3d(0, -7rem, 0) scale(1.02);
  }
  83.33% {
    transform: translate3d(0, -6.06rem, 0) scale(1.01);
  }
  91.67% {
    transform: translate3d(0, -3.5rem, 0) scale(1.003);
  }
  100% {
    transform: translate3d(0, 0rem, 0) scale(1);
  }
}
/* =========================================================
   MV
   ========================================================= */
.mv {
  position: relative;
  width: 100%;
  height: 80rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv {
    height: 72rem;
  }
}

.mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
@media (max-width: 767px) {
  .mv__bg img {
    object-position: center top;
  }
}

/* サンキャッチャー（風鈴のように振り子で揺れる）。新デザインでは右側に配置 */
.mv__suncatcher {
  position: absolute;
  top: 0;
  left: 60%;
  width: 13.6%;
  height: auto;
  z-index: 3;
  transform-origin: 50% 0;
  animation-name: mv-sway;
  animation-duration: 4.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  will-change: transform;
}
@media (max-width: 767px) {
  .mv__suncatcher {
    left: 56%;
    width: 28%;
  }
}

@keyframes mv-sway {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
.mv__catch {
  position: absolute;
  top: 21.2rem;
  left: 62.8rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
  z-index: 4;
}
@media (max-width: 767px) {
  .mv__catch {
    top: 21rem;
    left: 11.1rem;
    gap: 2rem;
  }
}

.mv__catch-line {
  writing-mode: vertical-rl;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #101010;
}
@media (max-width: 767px) {
  .mv__catch-line {
    font-size: 1.6rem;
  }
}

.mv__bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.bubble--mv1 {
  left: 5rem;
  top: 1.1rem;
  width: 18.7rem;
}

.bubble--mv3 {
  left: 2.2rem;
  top: 25.1rem;
  width: 33.1rem;
}

.bubble--mv4 {
  left: -3.6rem;
  top: 44.9rem;
  width: 30.2rem;
}

.bubble--mv5 {
  left: 33.1rem;
  top: 46.9rem;
  width: 23rem;
}

.bubble--mv6 {
  left: 92.2rem;
  top: -4rem;
  width: 28.8rem;
}

.bubble--mv7 {
  left: 116.7rem;
  top: 19.6rem;
  width: 20rem;
}

.bubble--mv8 {
  left: 92.9rem;
  top: 44.9rem;
  width: 30.2rem;
}

.bubble--mv9 {
  left: 121rem;
  top: 46.9rem;
  width: 23rem;
}

@media (max-width: 767px) {
  .bubble--mv1 {
    left: 1rem;
    top: 3rem;
    width: 11rem;
  }
  .bubble--mv3 {
    left: -1rem;
    top: 26rem;
    width: 17rem;
  }
  .bubble--mv4 {
    left: -3rem;
    top: 44rem;
    width: 16rem;
  }
  .bubble--mv5 {
    left: 13rem;
    top: 46rem;
    width: 13rem;
  }
  .bubble--mv6 {
    left: 25rem;
    top: 4rem;
    width: 15rem;
  }
  .bubble--mv7 {
    left: 31rem;
    top: 18rem;
    width: 11rem;
  }
  .bubble--mv8 {
    left: 24rem;
    top: 45rem;
    width: 16rem;
  }
  .bubble--mv9 {
    left: 32rem;
    top: 47rem;
    width: 12rem;
  }
}
/* =========================================================
   お願い
   ========================================================= */
.please {
  position: relative;
  padding: 6rem 2rem 0;
}
@media (max-width: 767px) {
  .please {
    padding: 4rem 2rem 0;
  }
}

.please__box {
  max-width: 90rem;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #39b5fe;
  border-radius: 3rem;
  padding: 3.6rem 5.8rem;
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .please__box {
    flex-direction: column;
    padding: 4.5rem 2rem;
    gap: 1.6rem;
    border-radius: 2rem;
    align-items: flex-start;
  }
}

.please__label {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .please__label {
    font-size: 1.8rem;
    writing-mode: horizontal-tb;
  }
}

.please__text {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .please__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}

/* =========================================================
   ABOUT 当店について
   ========================================================= */
.about {
  position: relative;
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .about {
    padding-top: 6rem;
    padding-bottom: 22rem;
  }
}

.about__inner {
  position: relative;
  z-index: 1;
  width: 93.5rem;
  height: 57.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about__inner {
    width: 100%;
    height: auto;
    padding: 0 2rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "head image" "body body";
    column-gap: 2rem;
    row-gap: 4rem;
    align-items: start;
    margin-right: -2rem;
  }
}

.about__head {
  position: absolute;
  left: 0;
  top: 0;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .about__head {
    grid-area: head;
    position: relative;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 12rem;
  }
}
.about__head::before {
  content: "";
  width: 1px;
  height: 15rem;
  background: #767676;
}
@media (max-width: 767px) {
  .about__head::before {
    position: absolute;
    top: 0;
    right: 1.2rem;
    height: 10rem;
  }
}

@media (max-width: 767px) {
  .about__head .v-head__main {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .about__head .v-head__sub {
    font-size: 1.6rem;
  }
}

.about__body {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .about__body {
    grid-area: body;
    position: static;
    justify-content: center;
  }
}

.about__image {
  position: absolute;
  left: 17.2rem;
  top: 17.7rem;
  width: 32.4rem;
}
@media (max-width: 767px) {
  .about__image {
    grid-area: image;
    position: static;
    width: 100%;
    max-width: 25rem;
    justify-self: end;
    align-self: start;
  }
}
.about__image img {
  width: 100%;
  height: auto;
  display: block;
}

.about__bubbles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bubble--a1 {
  left: 0rem;
  top: 54rem;
  width: 30rem;
} /* 大 */
.bubble--a2 {
  left: 36rem;
  top: 47rem;
  width: 18rem;
} /* 小 */
.bubble--a3 {
  left: 22rem;
  top: 76rem;
  width: 24rem;
} /* 中 */
.bubble--a4 {
  left: 58rem;
  top: 63rem;
  width: 32rem;
} /* 大 */
.bubble--a5 {
  left: 94rem;
  top: 47rem;
  width: 22rem;
} /* 小中 */
.bubble--a6 {
  left: 122rem;
  top: 66rem;
  width: 22rem;
} /* 小中 */
.bubble--a7 {
  left: 92rem;
  top: 84rem;
  width: 26rem;
} /* 中 */
.bubble--a8 {
  left: 50rem;
  top: 96rem;
  width: 16rem;
} /* 小 */
@media (max-width: 767px) {
  .about__bubbles {
    display: block;
  }
  .bubble--a1 {
    left: -3rem;
    top: auto;
    bottom: 6rem;
    width: 17rem;
  }
  .bubble--a2 {
    left: 11rem;
    top: auto;
    bottom: 15rem;
    width: 9rem;
  }
  .bubble--a3 {
    left: 21rem;
    top: auto;
    bottom: 13rem;
    width: 12rem;
  }
  .bubble--a4 {
    left: 5rem;
    top: auto;
    bottom: 0rem;
    width: 16rem;
  }
  .bubble--a5 {
    left: 24rem;
    top: auto;
    bottom: 4rem;
    width: 13rem;
  }
  .bubble--a6 {
    display: none;
  }
  .bubble--a7 {
    display: none;
  }
  .bubble--a8 {
    display: none;
  }
}
/* =========================================================
   占いの種類
   ========================================================= */
.fortune {
  position: relative;
  padding-top: 16rem;
}
@media (max-width: 767px) {
  .fortune {
    padding-top: 8rem;
  }
}

.fortune__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 767px) {
  .fortune__head {
    gap: 3rem;
  }
}

.fortune__title {
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 17rem;
}
.fortune__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 15rem;
  background: #767676;
}

.fortune__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14rem;
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .fortune__list {
    align-items: stretch;
    gap: 6rem;
    margin-top: 7rem;
  }
}

.fortune-card {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 119rem;
  max-width: 100%;
  margin: 0;
  min-height: 30rem;
}
@media (max-width: 767px) {
  .fortune-card {
    width: 100%;
    min-height: 0;
    padding: 0 2rem;
    box-sizing: border-box;
    gap: 1.5rem;
  }
}

.fortune-card__images {
  flex: 1;
  display: flex;
  gap: 2rem;
  min-width: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .fortune-card__images {
    margin-right: 0;
    gap: 0.4rem;
  }
}

.fortune-card__img {
  width: 50%;
  height: 30rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .fortune-card__img {
    height: 16rem;
  }
}

.fortune-card__aside {
  width: 25rem;
  flex-shrink: 0;
  border-left: 1px solid #39b5fe;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .fortune-card__aside {
    width: auto;
    border-left: none;
    padding-left: 0;
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .fortune-card--blue .fortune-card__aside {
    border-left: 1px solid #39b5fe;
    padding-left: 1.5rem;
  }
}

/* 鍵カッコ装飾（カード1/3/5、青い┐型ブラケット） */
.fortune-card__kagi {
  position: absolute;
  width: 10rem;
  height: 10rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fortune-card__kagi {
    width: 5rem;
    height: 5rem;
  }
}

.fortune-card__kagi--1 {
  left: 98rem;
  top: 24.5rem;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .fortune-card__kagi--1 {
    left: auto;
    right: 10.5rem;
    top: -2.5rem;
    bottom: auto;
    transform: none;
  }
}

.fortune-card__kagi--3 {
  left: 117rem;
  top: -5rem;
}
@media (max-width: 767px) {
  .fortune-card__kagi--3 {
    left: auto;
    right: 10.5rem;
    top: -2.5rem;
  }
}

.fortune-card__kagi--5 {
  left: 90rem;
  top: -5rem;
}
@media (max-width: 767px) {
  .fortune-card__kagi--5 {
    left: auto;
    right: 10.5rem;
    top: -2.5rem;
  }
}

.fortune-card__aside .c-more-btn {
  align-self: flex-end;
}

.fortune-card__head {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.fortune-card__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #767676;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .fortune-card__badge {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
  }
}

.fortune-card__title {
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .fortune-card__title {
    font-size: 1.5rem;
  }
}

.fortune-card--blue .fortune-card__badge {
  background: #ade1ff;
}

.fortune-card--yellow .fortune-card__badge {
  background: #ffe8ad;
}

/* =========================================================
   yakkoについて
   ========================================================= */
.profile {
  position: relative;
  padding-top: 14rem;
}
@media (max-width: 767px) {
  .profile {
    padding-top: 7rem;
  }
}

.profile__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 108.8rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .profile__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "head icon" "body body";
    column-gap: 2rem;
    row-gap: 3rem;
    align-items: start;
  }
}

.profile__head {
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
  padding-top: 17rem;
}
@media (max-width: 767px) {
  .profile__head {
    grid-area: head;
    align-items: flex-start;
    gap: 0.8rem;
    padding-top: 12rem;
  }
}
.profile__head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.9rem;
  width: 1px;
  height: 15rem;
  background: #767676;
}
@media (max-width: 767px) {
  .profile__head::before {
    height: 10rem;
  }
}

.profile__head .v-head__sub {
  align-self: center;
}
@media (max-width: 767px) {
  .profile__head .v-head__sub {
    align-self: flex-start;
    margin-top: 6rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .profile__head .v-head__main--en {
    font-size: 2rem;
  }
}

.profile__icon {
  width: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .profile__icon {
    grid-area: icon;
    width: 100%;
    max-width: 20rem;
    justify-self: end;
    align-self: start;
  }
}
.profile__icon img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  display: block;
}

@media (max-width: 767px) {
  .profile__body {
    grid-area: body;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .profile__body .v-text__line {
    font-size: 1.4rem;
  }
}

.profile__divider {
  display: block;
  width: 112rem;
  max-width: calc(100% - 4rem);
  height: 1px;
  background: #767676;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .profile__divider {
    margin-top: 5rem;
  }
}

/* =========================================================
   天然石 / サンキャッチャー
   ========================================================= */
.stone {
  position: relative;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .stone {
    padding-top: 5rem;
  }
}

.stone__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 119rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .stone__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
  }
}

.stone__images {
  width: 45rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .stone__images {
    order: 2;
    width: 100%;
    flex-direction: row;
    gap: 1rem;
  }
}
.stone__images img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .stone__images img {
    width: calc(50% - 0.5rem);
    height: 13rem;
  }
}

.stone__aside {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  min-height: 45rem;
}
@media (max-width: 767px) {
  .stone__aside {
    order: 1;
    justify-content: center;
    align-items: flex-end;
    gap: 4rem;
    min-height: 0;
  }
}

.stone__aside .c-more-btn {
  align-self: flex-end;
}

.stone__title {
  position: relative;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 1.2rem;
  padding-top: 17rem;
}
@media (max-width: 767px) {
  .stone__title {
    padding-top: 12rem;
  }
}
.stone__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 15rem;
  background: #767676;
}
@media (max-width: 767px) {
  .stone__title::before {
    height: 10rem;
  }
}
.stone__title .v-head__main {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .stone__title .v-head__main {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .stone__body {
    order: 3;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .stone__body .v-text__line {
    font-size: 1.4rem;
  }
}

.stone__bubbles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bubble--s1 {
  left: 3%;
  top: 22rem;
  width: 51rem;
}

.bubble--s2 {
  left: 50%;
  top: 0;
  width: 27rem;
}

.bubble--s3 {
  left: 78%;
  top: 12rem;
  width: 53rem;
}

@media (max-width: 767px) {
  .stone__bubbles {
    display: none;
  }
}
/* =========================================================
   お問い合わせ
   ========================================================= */
.contact {
  position: relative;
  overflow: hidden;
  padding-top: 40rem;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 22rem;
  }
}

.contact__inner {
  position: relative;
  z-index: 1;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* タイトル上部のシャボン玉（占いの種類と同じテクスチャ・大小ミックス） */
.contact__bubbles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bubble--c1 {
  left: 0;
  top: 16rem;
  width: 30rem;
}

.bubble--c2 {
  left: 26rem;
  top: 12rem;
  width: 18rem;
}

.bubble--c3 {
  left: 8rem;
  top: 34rem;
  width: 24rem;
}

.bubble--c4 {
  left: 44rem;
  top: 26rem;
  width: 32rem;
}

.bubble--c5 {
  left: 86rem;
  top: 14rem;
  width: 22rem;
}

.bubble--c6 {
  left: 116rem;
  top: 28rem;
  width: 24rem;
}

.bubble--c7 {
  left: 92rem;
  top: 36rem;
  width: 20rem;
}

.bubble--c8 {
  left: 62rem;
  top: 12rem;
  width: 16rem;
}

@media (max-width: 767px) {
  .contact__bubbles {
    display: block;
  }
  .contact .bubble {
    animation-name: plan-float-a;
  }
  .contact .bubble:nth-child(even) {
    animation-name: plan-float-b;
  }
  .bubble--c1 {
    left: -3rem;
    top: 4rem;
    width: 16rem;
  }
  .bubble--c2 {
    left: 14rem;
    top: 3rem;
    width: 9rem;
  }
  .bubble--c3 {
    left: 24rem;
    top: 7rem;
    width: 13rem;
  }
  .bubble--c4 {
    left: 5rem;
    top: 12rem;
    width: 17rem;
  }
  .bubble--c5 {
    left: 26rem;
    top: 16rem;
    width: 11rem;
  }
  .bubble--c6 {
    display: none;
  }
  .bubble--c7 {
    display: none;
  }
  .bubble--c8 {
    display: none;
  }
}
.contact__head {
  order: 1;
}

.contact__head .v-head__main {
  font-size: 2.6rem;
}

.contact__btn {
  order: 2;
  height: 10rem;
  margin-top: 4rem;
}

.contact__text {
  order: 3;
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.14em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__text {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

/* =========================================================
   店舗情報（店舗情報の2カラム行 ＋ マップの2カラム行）
   ========================================================= */
.shop {
  position: relative;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .shop {
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}

/* ① 店舗情報：2カラム（中央寄せコンテナ内） */
.shop__info-row {
  display: flex;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .shop__info-row {
    display: contents;
  }
}

.shop__item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .shop__item {
    width: 100%;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .shop__item:first-child {
    order: 1;
  }
}

@media (max-width: 767px) {
  .shop__item:last-child {
    order: 3;
    border-top: 1px solid #767676;
    padding-top: 5rem;
  }
}

.shop__info {
  border-left: 1px solid #767676;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .shop__info {
    border-left: none;
    padding-left: 0;
  }
}

.shop__row {
  display: flex;
  gap: 2.4rem;
  margin: 0 0 1.6rem;
}
.shop__row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .shop__row {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2.4rem;
  }
}

.shop__label {
  flex-shrink: 0;
  width: 10rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .shop__label {
    width: auto;
    color: #7c7c7c;
    letter-spacing: 0.3em;
  }
}

.shop__value {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .shop__value {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.shop__tel {
  margin: 3rem auto 0;
}

/* ② Googleマップ：2カラム（画面端まで全幅・中央4remの余白・中央に縦線） */
.shop__map-row {
  position: relative;
  display: flex;
  gap: 4rem;
  width: 100%;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .shop__map-row {
    display: contents;
  }
}
.shop__map-row::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 1px;
  background: #39b5fe;
}
@media (max-width: 767px) {
  .shop__map-row::before {
    display: none;
  }
}

.shop__map {
  flex: 1;
  aspect-ratio: 720/350;
}
@media (max-width: 767px) {
  .shop__map {
    flex: none;
    width: 100%;
    aspect-ratio: 375/250;
  }
}
.shop__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .shop__map:first-child {
    order: 2;
  }
}

@media (max-width: 767px) {
  .shop__map:last-child {
    order: 4;
  }
}

/* =========================================================
   LINE公式アカウント バナー（トップ下部）
   ========================================================= */
.line-banner {
  padding: 9rem 2rem 0;
}
@media (max-width: 767px) {
  .line-banner {
    padding: 6rem 2rem 0;
  }
}

.line-banner__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.line-banner__link {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem 3.2rem;
  background: #06c755;
  border-radius: 1.2rem;
  box-shadow: 0 0.6rem 1.6rem rgba(6, 199, 85, 0.25);
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.line-banner__link:hover {
  opacity: 0.92;
  transform: translateY(-0.2rem);
}
@media (max-width: 767px) {
  .line-banner__link {
    gap: 1.2rem;
    padding: 1.6rem 1.4rem;
  }
}

.line-banner__icon {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
}
@media (max-width: 767px) {
  .line-banner__icon {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.line-banner__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.line-banner__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.line-banner__title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .line-banner__title {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
}

.line-banner__text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 767px) {
  .line-banner__text {
    font-size: 1.2rem;
  }
}

.line-banner__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  background: #fff;
  border-radius: 5rem;
  color: #06c755;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .line-banner__cta {
    padding: 0.7rem 1.2rem;
    font-size: 1.2rem;
  }
}

.page-404 {
  background: #fff;
}

.nf-top {
  background-color: #fff;
  background-image: url("../img/common/intro-pattern.webp");
  background-repeat: repeat;
  background-size: 1.6rem 1.6rem;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .nf-top {
    padding-bottom: 5rem;
  }
}

/* ===== MV（page-natural-stone と同じ：シャボン玉＋5つの風鈴。タイトルのみ横書き） ===== */
.nf-mv {
  position: relative;
  overflow: hidden;
  padding: 13rem 0 6rem;
}
@media (max-width: 767px) {
  .nf-mv {
    padding: 9rem 0 4rem;
  }
}

.nf-mv__inner {
  position: relative;
  z-index: 2;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .nf-mv__inner {
    gap: 2.4rem;
  }
}

.nf-mv__title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
  color: #101010;
}
@media (max-width: 767px) {
  .nf-mv__title {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}

/* 5つの風鈴：トップを支点に振り子のようにゆれる */
.nf-mv__chimes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .nf-mv__chimes {
    gap: 0.6rem;
  }
}

.nf-mv__chime {
  display: block;
  width: auto;
  transform-origin: top center;
  animation: chime-swing 3.6s ease-in-out infinite;
  will-change: transform;
}

.nf-mv__chime--1 {
  height: 28.3rem;
  animation-duration: 3.4s;
  animation-delay: -0.2s;
}

.nf-mv__chime--2 {
  height: 32.4rem;
  animation-duration: 4s;
  animation-delay: -1.1s;
}

.nf-mv__chime--3 {
  height: 31.2rem;
  animation-duration: 3.7s;
  animation-delay: -2s;
}

.nf-mv__chime--4 {
  height: 32.4rem;
  animation-duration: 4.2s;
  animation-delay: -0.7s;
}

.nf-mv__chime--5 {
  height: 31.5rem;
  animation-duration: 3.5s;
  animation-delay: -1.6s;
}

.nf-mv .bubble {
  animation-name: plan-float-a;
}

.nf-mv .bubble:nth-child(even) {
  animation-name: plan-float-b;
}

.bubble--nf1 {
  left: -6rem;
  top: 10rem;
  width: 20rem;
}

.bubble--nf2 {
  left: 9rem;
  top: 8rem;
  width: 8rem;
}

.bubble--nf3 {
  left: 1rem;
  top: 26rem;
  width: 15rem;
}

.bubble--nf4 {
  left: -6rem;
  top: 33rem;
  width: 9rem;
}

.bubble--nf5 {
  left: 13rem;
  top: 20rem;
  width: 9rem;
}

.bubble--nf6 {
  left: 127rem;
  top: 22rem;
  width: 20rem;
}

.bubble--nf7 {
  left: 119rem;
  top: 13rem;
  width: 15rem;
}

.bubble--nf8 {
  left: 131rem;
  top: 6rem;
  width: 15rem;
}

@media (max-width: 767px) {
  .nf-mv__chime--1 {
    height: 14rem;
  }
  .nf-mv__chime--2 {
    height: 16rem;
  }
  .nf-mv__chime--3 {
    height: 15.4rem;
  }
  .nf-mv__chime--4 {
    height: 16rem;
  }
  .nf-mv__chime--5 {
    height: 15.5rem;
  }
  .bubble--nf1 {
    left: -4rem;
    top: 8rem;
    width: 12rem;
  }
  .bubble--nf2 {
    display: none;
  }
  .bubble--nf3 {
    left: 4rem;
    top: 22rem;
    width: 9rem;
  }
  .bubble--nf4 {
    display: none;
  }
  .bubble--nf5 {
    display: none;
  }
  .bubble--nf6 {
    left: 32rem;
    top: 18rem;
    width: 12rem;
  }
  .bubble--nf7 {
    left: 28rem;
    top: 8rem;
    width: 9rem;
  }
  .bubble--nf8 {
    display: none;
  }
}
/* ===== 本文 ===== */
.nf {
  position: relative;
  overflow: hidden;
  padding: 12rem 2rem;
}
@media (max-width: 767px) {
  .nf {
    padding: 7rem 2rem;
  }
}

.nf__inner {
  position: relative;
  z-index: 2;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.nf__code {
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #101010;
}
@media (max-width: 767px) {
  .nf__code {
    font-size: 6rem;
  }
}

.nf__lead {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #101010;
}
@media (max-width: 767px) {
  .nf__lead {
    font-size: 1.8rem;
  }
}

.nf__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #101010;
}
@media (max-width: 767px) {
  .nf__text {
    font-size: 1.4rem;
  }
}

.nf__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32rem;
  margin-top: 5rem;
  padding: 2rem 4rem;
  border: 1px solid #ffc054;
  border-radius: 5rem;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .nf__btn {
    min-width: 24rem;
    margin-top: 4rem;
    padding: 1.6rem 3rem;
  }
}
.nf__btn:hover {
  opacity: 0.6;
}

.nf__btn-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #101010;
}
@media (max-width: 767px) {
  .nf__btn-text {
    font-size: 1.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: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    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: flex;
  align-items: center;
  justify-content: center;
  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: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    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;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  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;
  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: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    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: 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: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  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;
  object-fit: cover;
  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: flex;
  align-items: 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;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.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;
}
@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;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.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;
  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;
}
@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: flex;
  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: flex;
  align-items: center;
  justify-content: center;
  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: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

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

.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
.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;
  }
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  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: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  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: flex;
  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;
  }
}

/*# sourceMappingURL=style.css.map */
