:root {
  --lp-primary: #3B82F6;
  --lp-primary-dark: #1b6bef;
  --lp-primary-light: #5792f3;
  --lp-primary-50: #f4f6f9;
  --lp-primary-100: #e7edf6;
  --lp-primary-200: #cedcf2;
  --lp-primary-300: #acc6ef;
  --lp-primary-400: #83acef;
  --lp-primary-500: #5792f3;
  --lp-primary-600: #3B82F6;
  --lp-primary-700: #1b6bef;
  --lp-primary-800: #1659c6;
  --lp-primary-900: #1a4997;
  --lp-accent: #3B82F6;
  --lp-accent-dark: #1b6bef;
  --lp-accent-light: #5792f3;
  --lp-accent-50: #f4f6f9;
  --lp-accent-100: #e7edf6;
  --lp-accent-200: #cedcf2;
  --lp-accent-500: #5792f3;
  --lp-accent-600: #3B82F6;
  --lp-accent-700: #1b6bef;
  --lp-base: #ffffff;
  --lp-base-dark: #f8fafc;
  --lp-base-100: #f1f5f9;
  --lp-base-200: #e2e8f0;
  --lp-base-500: #64748b;
}

    :root {
      --font-sans-ja: 'Noto Sans JP', sans-serif !important;
      --font-sans-en: 'Noto Sans JP', sans-serif !important;
      --font-serif-ja: 'Noto Sans JP', sans-serif !important;
      --font-serif-en: 'Noto Sans JP', sans-serif !important;
    }
    html, body,
    h1, h2, h3, h4, h5, h6,
    .section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
    .section__heading, .section__heading-sub,
    .section p, p, span, a, li, dt, dd, button, input, textarea, select, label, time {
      font-family: 'Noto Sans JP', sans-serif !important;
    }
    /* アイコンフォントは上書きから除外（span等を上書きするとアイコンが文字化けするため再宣言）。
       クラス＋!important なので上の要素セレクタ＋!importantに勝つ。 */
    .material-symbols-outlined { font-family: 'Material Symbols Outlined' !important; }
    .material-symbols-rounded { font-family: 'Material Symbols Rounded' !important; }
    .material-symbols-sharp { font-family: 'Material Symbols Sharp' !important; }
    .material-icons { font-family: 'Material Icons' !important; }
.tpl-scope-mobile-hero-bare-image .lpc-hero-bare {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tpl-scope-mobile-hero-bare-image .lpc-hero-bare img {
  display: block;
  width: 100%;
  height: auto;
}
.tpl-scope-mobile-hero-bare-image .lpc-hero-bare__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.tpl-scope-mobile-hero-bare-image .lpc-hero-bare .lpc-hero-bare__overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* スライドの重ね方・フェードは共通ランタイム側 (SLIDER_BASE_CSS) が持つ。
   ここに書くと、 CSS スナップショットが古い既存セクションで当たらず縦並びになる
   (公開ページは HTML=最新テンプレ / CSS=スナップショット優先 で参照元が違うため)。 */
/* ============================================================
  ギャラリーセクション
============================================================ */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery {
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  スライダー
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
  overflow: visible;
  text-align: left;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slide {
  width: 100%;
  height: auto;
}

/* --------------------------------
  ギャラリーカード
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-border-light);
  aspect-ratio: 8 / 7;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}

.section--gallery__card-link:hover
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-image-content {
  transform: scale(1.03);
}

/* --------------------------------
  スライダー操作
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button {
  position: absolute;
  top: 44%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--color-border-light);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button:hover {
  transform: translateY(calc(-50% - 2px));
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button::after {
  display: none;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button--prev {
  left: -10px;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button--next {
  right: -10px;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-icon {
  display: block;
  width: 52%;
  height: 52%;
  overflow: visible;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  ページネーション
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination {
  bottom: var(--space-sm);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination .swiper-pagination-bullet {
  background: var(--color-text-muted);
  opacity: 0.45;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}

/* --------------------------------
  CTA
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta {
  margin-top: var(--content-block-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border-radius: var(--radius-medium);
  text-align: center;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  min-height: 52px;
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  transition: background-color var(--transition-base);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-link:hover {
  background: var(--color-primary-dark);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-text {
  display: inline;
  color: inherit;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  color: inherit;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  補足文
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note {
  margin: var(--space-sm) 0 0;
  color: var(--color-text-muted);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--gallery__title:empty,
.section--gallery__lead:empty,
.section--gallery__cta-text:empty,
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note:empty {
  display: none;
}
/*--mobile--*/
/* ============================================================
  ギャラリーセクション
============================================================ */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery {
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  スライダー
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
  overflow: visible;
  text-align: left;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slide {
  width: 100%;
  height: auto;
}

/* --------------------------------
  ギャラリーカード
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-border-light);
  aspect-ratio: 8 / 7;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}

.section--gallery__card-link:hover
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-image-content {
  transform: scale(1.03);
}

/* --------------------------------
  スライダー操作
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button {
  position: absolute;
  top: 44%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--color-border-light);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button:hover {
  transform: translateY(calc(-50% - 2px));
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button::after {
  display: none;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button--prev {
  left: -10px;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-button--next {
  right: -10px;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-icon {
  display: block;
  width: 52%;
  height: 52%;
  overflow: visible;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  ページネーション
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination {
  bottom: var(--space-sm);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination .swiper-pagination-bullet {
  background: var(--color-text-muted);
  opacity: 0.45;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}

/* --------------------------------
  CTA
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta {
  margin-top: var(--content-block-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border-radius: var(--radius-medium);
  text-align: center;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  min-height: 52px;
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  transition: background-color var(--transition-base);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-link:hover {
  background: var(--color-primary-dark);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-text {
  display: inline;
  color: inherit;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  color: inherit;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__cta-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  補足文
-------------------------------- */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note {
  margin: var(--space-sm) 0 0;
  color: var(--color-text-muted);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--gallery__title:empty,
.section--gallery__lead:empty,
.section--gallery__cta-text:empty,
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note:empty {
  display: none;
}
.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice {
  --voice-card-width: 366px;

  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__eyebrow {
  margin: 0 0 var(--space-xs);
  color: var(--color-text);
  line-height: 1.5;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__intro {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  横スクロールエリア
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__slider {
  width: 100%;
  padding-bottom: var(--space-sm);
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__slider::-webkit-scrollbar {
  display: none;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__slider:active {
  cursor: grabbing;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__slider:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: var(--space-xs);
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__list {
  display: flex;
  align-items: stretch;
  gap: var(--card-gap);
  width: max-content;
}

/* --------------------------------
  お客様の声カード
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__card {
  display: flex;
  flex: 0 0 var(--voice-card-width);
  flex-direction: column;
  width: var(--voice-card-width);
  height: auto;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__image-wrap {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-border-light);
  aspect-ratio: 16 / 9;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--card-padding-y) var(--card-padding-x);
  box-sizing: border-box;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__profile {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 var(--space-sm);
  padding: 4px var(--space-xs);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  line-height: 1.4;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__card-title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
  white-space: pre-line;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__card-text {
  margin: var(--space-sm) 0 0;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--color-border-light);
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  スクロール案内
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__scroll-guide {
  position: relative;
  width: fit-content;
  margin: var(--space-sm) 0 0;
  padding-left: 2.8rem;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__scroll-guide::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.1rem;
  height: 1px;
  background: var(--color-primary);
  content: "";
  transform: translateY(-50%);
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__scroll-guide::after {
  position: absolute;
  top: 50%;
  left: 1.65rem;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

/* --------------------------------
  メッセージ
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__message {
  margin-top: var(--content-block-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
  text-align: center;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__message-title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__message-text {
  margin: var(--space-sm) 0 0;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--voice__eyebrow:empty,
.section--voice__title:empty,
.section--voice__intro:empty,
.section--voice__profile:empty,
.section--voice__card-title:empty,
.section--voice__card-text:empty,
.section--voice__message-title:empty,
.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__message-text:empty {
  display: none;
}
/*--mobile--*/
.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice {
  --voice-card-width: 366px;

  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__eyebrow {
  margin: 0 0 var(--space-xs);
  color: var(--color-text);
  line-height: 1.5;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__intro {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  横スクロールエリア
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__slider {
  width: 100%;
  padding-bottom: var(--space-sm);
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__slider::-webkit-scrollbar {
  display: none;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__slider:active {
  cursor: grabbing;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__slider:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: var(--space-xs);
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__list {
  display: flex;
  align-items: stretch;
  gap: var(--card-gap);
  width: max-content;
}

/* --------------------------------
  お客様の声カード
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__card {
  display: flex;
  flex: 0 0 var(--voice-card-width);
  flex-direction: column;
  width: var(--voice-card-width);
  height: auto;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__image-wrap {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-border-light);
  aspect-ratio: 16 / 9;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--card-padding-y) var(--card-padding-x);
  box-sizing: border-box;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__profile {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 var(--space-sm);
  padding: 4px var(--space-xs);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  line-height: 1.4;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__card-title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
  white-space: pre-line;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__card-text {
  margin: var(--space-sm) 0 0;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--color-border-light);
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  スクロール案内
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__scroll-guide {
  position: relative;
  width: fit-content;
  margin: var(--space-sm) 0 0;
  padding-left: 2.8rem;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__scroll-guide::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.1rem;
  height: 1px;
  background: var(--color-primary);
  content: "";
  transform: translateY(-50%);
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__scroll-guide::after {
  position: absolute;
  top: 50%;
  left: 1.65rem;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

/* --------------------------------
  メッセージ
-------------------------------- */

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__message {
  margin-top: var(--content-block-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
  text-align: center;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__message-title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__message-text {
  margin: var(--space-sm) 0 0;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--voice__eyebrow:empty,
.section--voice__title:empty,
.section--voice__intro:empty,
.section--voice__profile:empty,
.section--voice__card-title:empty,
.section--voice__card-text:empty,
.section--voice__message-title:empty,
.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__message-text:empty {
  display: none;
}
/* ============================================================
  お知らせセクション
============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news {
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  スライダー
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
  overflow: visible;
  text-align: left;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slide {
  width: 100%;
  height: auto;
}

/* --------------------------------
  お知らせカード
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-self-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-border-light);
  aspect-ratio: 8 / 7;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-body {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: var(--card-padding-y) var(--card-padding-x);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--color-border-light);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-tag {
  display: inline-block;
  max-width: 100%;
  padding: 4px var(--space-xs);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  line-height: 1.4;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-date {
  flex-shrink: 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-text {
  display: -webkit-box;
  flex: 1;
  margin: var(--space-sm) 0;
  overflow: hidden;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-xs);
  width: 100%;
  margin-top: auto;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--color-border-light);
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-base);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link:hover {
  color: var(--color-primary-dark);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-label {
  display: inline;
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  スライダー操作
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button {
  position: absolute;
  top: 44%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--color-border-light);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.14);
  transform: translateY(-50%);
  transition:
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button:hover {
  transform: translateY(calc(-50% - 2px));
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button::after {
  display: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button--prev {
  left: -10px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button--next {
  right: -10px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-icon {
  display: block;
  width: 52%;
  height: 52%;
  overflow: visible;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  ページネーション
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination {
  bottom: var(--space-sm);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination .swiper-pagination-bullet {
  background: var(--color-text-muted);
  opacity: 0.45;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}

/* --------------------------------
  CTA
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta {
  margin-top: var(--content-block-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border-radius: var(--radius-medium);
  text-align: center;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  min-height: 52px;
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-link:hover {
  background: var(--color-primary-dark);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-text {
  display: inline;
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--news__title:empty,
.section--news__lead:empty,
.section--news__card-tag:empty,
.section--news__card-date:empty,
.section--news__card-text:empty,
.section--news__card-link-label:empty,
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-text:empty {
  display: none;
}
/*--mobile--*/
/* ============================================================
  お知らせセクション
============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news {
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  スライダー
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
  overflow: visible;
  text-align: left;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slide {
  width: 100%;
  height: auto;
}

/* --------------------------------
  お知らせカード
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-self-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-border-light);
  aspect-ratio: 8 / 7;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-body {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: var(--card-padding-y) var(--card-padding-x);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--color-border-light);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-tag {
  display: inline-block;
  max-width: 100%;
  padding: 4px var(--space-xs);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  line-height: 1.4;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-date {
  flex-shrink: 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-text {
  display: -webkit-box;
  flex: 1;
  margin: var(--space-sm) 0;
  overflow: hidden;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-xs);
  width: 100%;
  margin-top: auto;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--color-border-light);
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-base);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link:hover {
  color: var(--color-primary-dark);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-label {
  display: inline;
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  スライダー操作
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button {
  position: absolute;
  top: 44%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--color-border-light);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.14);
  transform: translateY(-50%);
  transition:
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button:hover {
  transform: translateY(calc(-50% - 2px));
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button::after {
  display: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button--prev {
  left: -10px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-button--next {
  right: -10px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-icon {
  display: block;
  width: 52%;
  height: 52%;
  overflow: visible;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  ページネーション
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination {
  bottom: var(--space-sm);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination .swiper-pagination-bullet {
  background: var(--color-text-muted);
  opacity: 0.45;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}

/* --------------------------------
  CTA
-------------------------------- */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta {
  margin-top: var(--content-block-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border-radius: var(--radius-medium);
  text-align: center;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  min-height: 52px;
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-link:hover {
  background: var(--color-primary-dark);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-text {
  display: inline;
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--news__title:empty,
.section--news__lead:empty,
.section--news__card-tag:empty,
.section--news__card-date:empty,
.section--news__card-text:empty,
.section--news__card-link-label:empty,
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__cta-text:empty {
  display: none;
}
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq {
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow {
  margin: 0 0 var(--space-xs);
  color: var(--color-text);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  FAQパネル
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__panel {
  width: 100%;
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-sizing: border-box;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
  display: flex;
  flex-direction: column;
  gap: var(--content-item-gap);
}

/* --------------------------------
  FAQ項目
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item {
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  min-height: 72px;
  padding: var(--space-sm) var(--space-md);
  background: linear-gradient(90deg, var(--color-accent-light), var(--color-accent));
  color: var(--color-text);
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
  transition: background-color var(--transition-base);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::-webkit-details-marker {
  display: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::marker {
  content: "";
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:hover {
  background: var(--color-accent-light);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--color-text);
  font-weight: 600;
  line-height: 1.6;
}

/* --------------------------------
  Q・Aバッジ
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--question {
  background: var(--color-primary);
  color: var(--color-white);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--answer {
  border: 1px solid var(--color-accent);
  background: var(--color-background-warm);
  color: var(--color-primary);
}

/* --------------------------------
  開閉アイコン
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--color-primary);
}

.section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition:
    opacity var(--transition-base),
    transform var(--transition-base);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::before {
  width: 18px;
  height: 2px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  width: 2px;
  height: 18px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

/* --------------------------------
  回答
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  padding: var(--space-md);
  border-top: 1px solid var(--color-border-light);
  background: var(--color-white);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-top: 7px;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--faq__eyebrow:empty,
.section--faq__title:empty,
.section--faq__lead:empty,
.section--faq__question-text:empty,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text:empty {
  display: none;
}

/* --------------------------------
  スマートフォン
-------------------------------- */

@media (max-width: 767px) {
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__accent {
    width: 72px;
    height: 4px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title-line {
    width: 82%;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__panel {
    padding: var(--space-sm);
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
    gap: var(--space-sm);
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
    gap: var(--space-xs);
    min-height: 64px;
    padding: var(--space-sm);
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
    gap: var(--space-xs);
    padding: var(--space-sm);
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
    width: 34px;
    height: 34px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
    line-height: 1.5;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text {
    padding-top: 4px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle {
    width: 20px;
    height: 20px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::before {
    width: 16px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
    height: 16px;
  }
}
/*--mobile--*/
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq {
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow {
  margin: 0 0 var(--space-xs);
  color: var(--color-text);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  FAQパネル
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__panel {
  width: 100%;
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-sizing: border-box;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
  display: flex;
  flex-direction: column;
  gap: var(--content-item-gap);
}

/* --------------------------------
  FAQ項目
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item {
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  min-height: 72px;
  padding: var(--space-sm) var(--space-md);
  background: linear-gradient(90deg, var(--color-accent-light), var(--color-accent));
  color: var(--color-text);
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
  transition: background-color var(--transition-base);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::-webkit-details-marker {
  display: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::marker {
  content: "";
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:hover {
  background: var(--color-accent-light);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--color-text);
  font-weight: 600;
  line-height: 1.6;
}

/* --------------------------------
  Q・Aバッジ
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--question {
  background: var(--color-primary);
  color: var(--color-white);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--answer {
  border: 1px solid var(--color-accent);
  background: var(--color-background-warm);
  color: var(--color-primary);
}

/* --------------------------------
  開閉アイコン
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--color-primary);
}

.section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition:
    opacity var(--transition-base),
    transform var(--transition-base);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::before {
  width: 18px;
  height: 2px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  width: 2px;
  height: 18px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

/* --------------------------------
  回答
-------------------------------- */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  padding: var(--space-md);
  border-top: 1px solid var(--color-border-light);
  background: var(--color-white);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-top: 7px;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--faq__eyebrow:empty,
.section--faq__title:empty,
.section--faq__lead:empty,
.section--faq__question-text:empty,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text:empty {
  display: none;
}

/* --------------------------------
  スマートフォン
-------------------------------- */

@media (max-width: 767px) {
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__accent {
    width: 72px;
    height: 4px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title-line {
    width: 82%;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__panel {
    padding: var(--space-sm);
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
    gap: var(--space-sm);
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
    gap: var(--space-xs);
    min-height: 64px;
    padding: var(--space-sm);
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
    gap: var(--space-xs);
    padding: var(--space-sm);
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
    width: 34px;
    height: 34px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
    line-height: 1.5;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text {
    padding-top: 4px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle {
    width: 20px;
    height: 20px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::before {
    width: 16px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
    height: 16px;
  }
}
.tpl-scope-cta-footer-mobile .section--ctafooter {
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

.section--ctafooter *,
.section--ctafooter *::before,
.tpl-scope-cta-footer-mobile .section--ctafooter *::after {box-sizing: border-box}

.tpl-scope-cta-footer-mobile .section--ctafooter .material-symbols-outlined {
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.tpl-scope-cta-footer-mobile .section--ctafooter .material-symbols-outlined.is-fill {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

/* --------------------------------
  お問い合わせエリア
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__contact {
  background: var(--color-white);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__inner {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  電話お問い合わせ
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone {
  width: 100%;
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone[data-show="非表示"] {
  display: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--content-item-gap);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--color-accent-light);
  color: var(--color-primary);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-icon .material-symbols-outlined {
  font-size: 34px;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-body {
  min-width: 0;
  text-align: center;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-label {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number {
  display: block;
  margin-top: var(--space-xs);
  color: var(--color-primary);
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color var(--transition-base),
    opacity var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number:hover {
  color: var(--color-primary-dark);
  opacity: 0.85;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-hours {
  margin: var(--space-xs) 0 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  min-height: 52px;
  margin-top: var(--button-margin-top);
  padding: var(--space-sm) var(--space-lg);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    transform var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button:hover {
  border-color: var(--color-primary-dark);
  background: var(--color-primary-dark);
  color: var(--color-white);
  transform: translateY(-2px);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-icon {
  flex: 0 0 auto;
  font-size: 22px;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-text {
  color: inherit;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-arrow {
  position: absolute;
  top: 50%;
  right: var(--space-sm);
  font-size: 22px;
  transform: translateY(-50%);
}

/* --------------------------------
  外部予約リンク
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-list {
  display: grid;
  gap: var(--space-sm);
  margin: var(--content-item-gap) 0 0;
  padding: 0;
  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-item {
  margin: 0;
  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-link {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  min-height: 72px;
  padding: var(--space-sm) var(--space-md);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  color: var(--color-text);
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.08);
  transition:
    border-color var(--transition-base),
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-link:hover {
  border-color: var(--color-primary);
  background: var(--color-background-warm);
  color: var(--color-text);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(64, 43, 12, 0.12);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-body {
  min-width: 0;
  flex: 1;
  text-align: left;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-title {
  display: block;
  color: var(--color-text);
  font-weight: 600;
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-sub {
  display: block;
  margin-top: var(--space-xs);
  color: var(--color-text-muted);
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--color-primary);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-icon-svg {
  display: block;
  width: 15px;
  height: 15px;
}

/* --------------------------------
  SNS
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns {
  border-top: 1px solid var(--color-border-light);
  background: var(--color-background-warm);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-inner {
  padding-top: var(--content-block-gap);
  padding-bottom: var(--content-block-gap);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.5;
}

.section--ctafooter__sns-title::before,
.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title::after {
  width: 100%;
  max-width: 120px;
  height: 1px;
  content: "";
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title::before {
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary)
  );
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title::after {
  background: linear-gradient(
    to left,
    transparent,
    var(--color-primary)
  );
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm);
  margin: var(--space-md) 0 0;
  padding: 0;
  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list-item {
  flex: 0 0 auto;
  margin: 0;
  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list-item[data-show="非表示"] {
  display: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-link {
  display: block;
  border-radius: 50%;
  text-decoration: none;
  transition:
    opacity var(--transition-base),
    transform var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-icon {
  display: block;
  width: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.12);
  aspect-ratio: 1;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------------------------------
  フッター
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__footer {
  background: var(--color-text);
  color: var(--color-white);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-inner {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-lg);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-nav {
  display: block;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--color-white);
  text-decoration: none;
  transition: background-color var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link-text {
  color: inherit;
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link-icon {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__copyright {
  margin: var(--space-lg) 0 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 1.7;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--ctafooter__title:empty,
.section--ctafooter__lead:empty,
.section--ctafooter__phone-label:empty,
.section--ctafooter__phone-number:empty,
.section--ctafooter__phone-hours:empty,
.section--ctafooter__phone-button-text:empty,
.section--ctafooter__reserve-title:empty,
.section--ctafooter__reserve-sub:empty,
.section--ctafooter__sns-title:empty,
.section--ctafooter__footer-link-text:empty,
.tpl-scope-cta-footer-mobile .section--ctafooter__copyright:empty {
  display: none;
}
/*--mobile--*/
.tpl-scope-cta-footer-mobile .section--ctafooter {
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

.section--ctafooter *,
.section--ctafooter *::before,
.tpl-scope-cta-footer-mobile .section--ctafooter *::after {box-sizing: border-box}

.tpl-scope-cta-footer-mobile .section--ctafooter .material-symbols-outlined {
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.tpl-scope-cta-footer-mobile .section--ctafooter .material-symbols-outlined.is-fill {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

/* --------------------------------
  お問い合わせエリア
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__contact {
  background: var(--color-white);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__inner {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  電話お問い合わせ
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone {
  width: 100%;
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone[data-show="非表示"] {
  display: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--content-item-gap);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--color-accent-light);
  color: var(--color-primary);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-icon .material-symbols-outlined {
  font-size: 34px;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-body {
  min-width: 0;
  text-align: center;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-label {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number {
  display: block;
  margin-top: var(--space-xs);
  color: var(--color-primary);
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color var(--transition-base),
    opacity var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number:hover {
  color: var(--color-primary-dark);
  opacity: 0.85;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-hours {
  margin: var(--space-xs) 0 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  min-height: 52px;
  margin-top: var(--button-margin-top);
  padding: var(--space-sm) var(--space-lg);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    transform var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button:hover {
  border-color: var(--color-primary-dark);
  background: var(--color-primary-dark);
  color: var(--color-white);
  transform: translateY(-2px);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-icon {
  flex: 0 0 auto;
  font-size: 22px;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-text {
  color: inherit;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-arrow {
  position: absolute;
  top: 50%;
  right: var(--space-sm);
  font-size: 22px;
  transform: translateY(-50%);
}

/* --------------------------------
  外部予約リンク
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-list {
  display: grid;
  gap: var(--space-sm);
  margin: var(--content-item-gap) 0 0;
  padding: 0;
  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-item {
  margin: 0;
  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-link {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  min-height: 72px;
  padding: var(--space-sm) var(--space-md);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  color: var(--color-text);
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.08);
  transition:
    border-color var(--transition-base),
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-link:hover {
  border-color: var(--color-primary);
  background: var(--color-background-warm);
  color: var(--color-text);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(64, 43, 12, 0.12);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-body {
  min-width: 0;
  flex: 1;
  text-align: left;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-title {
  display: block;
  color: var(--color-text);
  font-weight: 600;
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-sub {
  display: block;
  margin-top: var(--space-xs);
  color: var(--color-text-muted);
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--color-primary);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-icon-svg {
  display: block;
  width: 15px;
  height: 15px;
}

/* --------------------------------
  SNS
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns {
  border-top: 1px solid var(--color-border-light);
  background: var(--color-background-warm);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-inner {
  padding-top: var(--content-block-gap);
  padding-bottom: var(--content-block-gap);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.5;
}

.section--ctafooter__sns-title::before,
.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title::after {
  width: 100%;
  max-width: 120px;
  height: 1px;
  content: "";
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title::before {
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary)
  );
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title::after {
  background: linear-gradient(
    to left,
    transparent,
    var(--color-primary)
  );
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm);
  margin: var(--space-md) 0 0;
  padding: 0;
  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list-item {
  flex: 0 0 auto;
  margin: 0;
  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list-item[data-show="非表示"] {
  display: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-link {
  display: block;
  border-radius: 50%;
  text-decoration: none;
  transition:
    opacity var(--transition-base),
    transform var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-icon {
  display: block;
  width: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.12);
  aspect-ratio: 1;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------------------------------
  フッター
-------------------------------- */

.tpl-scope-cta-footer-mobile .section--ctafooter__footer {
  background: var(--color-text);
  color: var(--color-white);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-inner {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-lg);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-nav {
  display: block;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--color-white);
  text-decoration: none;
  transition: background-color var(--transition-base);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link-text {
  color: inherit;
  line-height: 1.5;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link-icon {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__copyright {
  margin: var(--space-lg) 0 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 1.7;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--ctafooter__title:empty,
.section--ctafooter__lead:empty,
.section--ctafooter__phone-label:empty,
.section--ctafooter__phone-number:empty,
.section--ctafooter__phone-hours:empty,
.section--ctafooter__phone-button-text:empty,
.section--ctafooter__reserve-title:empty,
.section--ctafooter__reserve-sub:empty,
.section--ctafooter__sns-title:empty,
.section--ctafooter__footer-link-text:empty,
.tpl-scope-cta-footer-mobile .section--ctafooter__copyright:empty {
  display: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 430px) / 2);
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-image { width: 150px; }
.tpl-scope-sidepart-left-menu-mobile .left-menu-image img { width: 100%; height: auto; display: block; }
.tpl-scope-sidepart-left-menu-mobile .left-menu-txt {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-list {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-item {
  margin-bottom: 5px;
  list-style: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link:hover {
  opacity: 0.7;
  transform: translateX(4px);
  text-decoration: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link-tab {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico {
  width: 30px;
  transition: opacity 0.25s ease, transform 0.25s ease;
  list-style: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico[data-show="非表示"] {
  display: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico a {display: block}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico svg { width: 100%; height: auto; display: block; }
/* 1024px 以下はハンバーガー UI に切り替え。 左メニュー本体は非表示 */
@media (max-width: 1024px) {
.tpl-scope-sidepart-left-menu-mobile .left-menu { display: none; }
}
@media (hover: none) {
  .left-menu-btn-link:hover,
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico:hover {
    opacity: 1;
    transform: none;
  }
}
/* ============================================================
  右サイドメニュー
============================================================ */

.tpl-scope-sidepart-right-code-mobile {
  --lpc-right-menu-frame-width: 430px;

  --lpc-right-menu-bg: #0c0a07;
  --lpc-right-menu-text: #fffaf0;
  --lpc-right-menu-muted: #b9a98d;

  --lpc-right-menu-gold: #dcae24;
  --lpc-right-menu-gold-light: #ffd94d;
  --lpc-right-menu-gold-dark: #8b6510;

  --lpc-right-menu-red: #c8171d;

  --lpc-right-menu-line:
    rgba(220, 174, 36, 0.46);

  --lpc-right-menu-transition:
    0.35s ease;
}

html.lpc-right-menu-open,
.tpl-scope-sidepart-right-code-mobile html.lpc-right-menu-open body {overflow: hidden;
  overscroll-behavior: none}

/* ============================================================
  PC固定サイドメニュー
============================================================ */

.lpc-right-code-side {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;

  width: max(
    0px,
    calc(
      (100vw - var(--lpc-right-menu-frame-width)) / 2
    )
  );

  min-width: 0;

  font-family:
    var(
      --font-family-base,
      "Noto Sans JP",
      sans-serif
    );

  pointer-events: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
  position: relative;

  display: block;

  width: 70%;
  height: 100%;

  pointer-events: auto;
  left: 50%;
  transform:translate(-50%);
}

/* --------------------------------
  パネル
-------------------------------- */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel {
  position: relative;

  width: 100%;
  height: 100%;
  min-width: 270px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      rgba(15, 12, 8, 0.98),
      rgba(6, 5, 3, 0.99)
    );

  color: var(--lpc-right-menu-text);

  border-left:
    1px solid
    rgba(220, 174, 36, 0.48);

  isolation: isolate;
}

.lpc-right-code-nav__panel::before,
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;

  width: 6px;

  content: "";

  pointer-events: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel::before {
  left: 0;

  background:
    linear-gradient(
      180deg,
      #5d3a08 0%,
      #d7a92a 20%,
      #65410c 48%,
      #dbb23a 78%,
      #5d3a08 100%
    );
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel::after {
  right: 0;

  background:
    linear-gradient(
      180deg,
      #5d3a08 0%,
      #d7a92a 20%,
      #65410c 48%,
      #dbb23a 78%,
      #5d3a08 100%
    );
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__background {
  position: absolute;
  inset: 0;
  z-index: 0;

  background-color:
    var(--lpc-right-menu-bg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  opacity: 0.28;

  filter:
    grayscale(0.45)
    contrast(1.18);

  pointer-events: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__background::after {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(9, 7, 5, 0.82),
      rgba(9, 7, 5, 0.97)
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 5px
    );

  content: "";
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__inner {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;

  padding:
    clamp(24px, 3.4vh, 42px)
    clamp(26px, 2.8vw, 54px)
    20px;

  box-sizing: border-box;
}

/* ============================================================
  見出し
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__header {
  position: relative;

  flex: 0 0 auto;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: clamp(12px, 1.4vw, 22px);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern {
  flex: 0 0 auto;

  width: clamp(40px, 3vw, 58px);

  margin: 0;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern-image {
  display: block;

  width: 100%;
  height: 72px;

  object-fit: contain;
  object-position: center;
}

.lpc-right-code-nav__lantern-image[src=""],
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern-image:not([src]) {
  display: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-body {
  min-width: 0;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-en {
  margin: 0;

  color: var(--lpc-right-menu-text);

  font-family:
    "Times New Roman",
    "Noto Serif JP",
    serif;

  font-size: clamp(27px, 2.1vw, 41px);
  line-height: 1;
  letter-spacing: 0.09em;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-ja {
  margin: 7px 0 0;

  color: var(--lpc-right-menu-muted);

  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-rule {
  display: grid;

  grid-template-columns:
    1fr
    30px
    1fr;

  align-items: center;

  gap: 9px;

  margin-top:
    clamp(16px, 2vh, 25px);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-line {
  display: block;

  width: 100%;
  height: 1px;

  background:
    var(--lpc-right-menu-line);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-mark {
  position: relative;

  display: block;

  width: 30px;
  height: 18px;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-mark span {position: absolute;
  top: 7px;
  left: 11px;

  width: 9px;
  height: 4px;

  border:
    1px solid
    var(--lpc-right-menu-gold);

  border-radius: 50%;

  box-sizing: border-box}

.lpc-right-code-nav__heading-mark
  span:nth-child(1) {transform:
    translateX(-7px)
    rotate(35deg)}

.lpc-right-code-nav__heading-mark
  span:nth-child(2) {transform:
    translateX(7px)
    rotate(-35deg)}

.lpc-right-code-nav__heading-mark
  span:nth-child(3) {transform:
    translateY(-5px)
    rotate(90deg)}

.lpc-right-code-nav__heading-mark
  span:nth-child(4) {transform:
    translateY(5px)
    rotate(90deg)}

/* ============================================================
  スクロール領域
============================================================ */

.lpc-right-code-nav__scroll {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;

  min-height: 0;

  padding-top:
    clamp(10px, 1.7vh, 20px);

  overflow-x: hidden;
  overflow-y: auto;

  overscroll-behavior: contain;

  scrollbar-width: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__scroll::-webkit-scrollbar {
  display: none;
}

/* ============================================================
  リンク一覧
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__list {
  counter-reset: lpc-right-menu-number;

  flex: 0 0 auto;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link {
  counter-increment: lpc-right-menu-number;

  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    52px
    minmax(0, 1fr)
    17px;

  align-items: center;

  column-gap:
    clamp(10px, 1.2vw, 18px);

  min-height:
    clamp(49px, 5.7vh, 63px);

  padding: 4px 2px;

  color:
    var(--lpc-right-menu-text);

  text-decoration: none;

  border-bottom:
    1px solid
    var(--lpc-right-menu-line);

  box-sizing: border-box;

  transition:
    padding-left
      var(--lpc-right-menu-transition),
    color
      var(--lpc-right-menu-transition);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link:first-child {
  border-top:
    1px solid
    var(--lpc-right-menu-line);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link::before {
  position: absolute;
  inset: 3px -8px;
  z-index: -1;

  border-radius: 4px;

  background:
    linear-gradient(
      90deg,
      rgba(220, 174, 36, 0.15),
      transparent 82%
    );

  content: "";

  opacity: 0;

  transform: scaleX(0.94);
  transform-origin: left;

  transition:
    opacity
      var(--lpc-right-menu-transition),
    transform
      var(--lpc-right-menu-transition);
}

/* 自動番号 */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  min-width: 52px;
  min-height: 30px;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number::before {
  content:
    counter(
      lpc-right-menu-number,
      decimal-leading-zero
    );

  color:
    var(--lpc-right-menu-gold-light);

  font-family:
    "Times New Roman",
    "Playfair Display",
    serif;

  font-size:
    clamp(17px, 1.35vw, 22px);

  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number::after {
  position: absolute;
  right: 6px;
  bottom: 0;
  left: 6px;

  height: 2px;

  background:
    var(--lpc-right-menu-gold);

  content: "";

  opacity: 0.8;

  clip-path:
    polygon(
      0 45%,
      38% 15%,
      100% 42%,
      90% 100%,
      16% 78%
    );
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
  min-width: 0;

  overflow: hidden;

  color:
    var(--lpc-right-menu-text);

  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;

  font-size:
    clamp(14px, 1.16vw, 18px);

  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;

  white-space: nowrap;
  text-overflow: ellipsis;

  transition:
    color
      var(--lpc-right-menu-transition);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__circle {
  justify-self: end;

  display: block;

  width: 13px;
  height: 13px;

  border:
    2px solid
    var(--lpc-right-menu-gold-light);

  border-radius: 50%;

  box-sizing: border-box;

  transition:
    background-color
      var(--lpc-right-menu-transition),
    transform
      var(--lpc-right-menu-transition);
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link:hover {
    padding-left: 8px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link:hover::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .lpc-right-code-link:hover
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
    color:
      var(--lpc-right-menu-gold-light);
  }

  .lpc-right-code-link:hover
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__circle {
    background:
      var(--lpc-right-menu-gold-light);

    transform: scale(0.72);
  }
}

/* ============================================================
  下部英字
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__footer {
  flex: 0 0 auto;

  margin: 2px 0 0;

  color:
    rgba(220, 174, 36, 0.45);

  font-family:
    "Times New Roman",
    serif;

  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.24em;

  text-align: center;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__footer:empty {
  display: none;
}

/* ============================================================
  ハンバーガーボタン
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle {
  display: none;
}

/* ============================================================
  SP・タブレット
============================================================ */

@media (max-width: 1024px) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side {
    position: fixed;
    inset: 0;
    z-index: 9000;

    display: block;

    width: 100%;
    height: 100vh;
    height: 100dvh;

    min-width: 0;

    pointer-events: none;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle {
    position: fixed;

    top: max(
      12px,
      env(safe-area-inset-top)
    );

    right: max(
      12px,
      env(safe-area-inset-right)
    );

    z-index: 9020;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;

    width: 50px;
    height: 50px;

    margin: 0;
    padding: 0 0 8px;

    border:
      1px solid
      rgba(220, 174, 36, 0.72);

    border-radius: 4px;

    background:
      rgba(12, 10, 7, 0.96);

    box-shadow:
      0 6px 20px
      rgba(0, 0, 0, 0.3);

    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
    pointer-events: auto;

    box-sizing: border-box;
  }

  .lpc-right-code-toggle > span:not(
      .lpc-right-code-toggle__label
.tpl-scope-sidepart-right-code-mobile ) {
    display: block;

    width: 23px;
    height: 2px;

    border-radius: 999px;

    background:
      var(--lpc-right-menu-gold-light);

    transform-origin: center;

    transition:
      transform
        var(--lpc-right-menu-transition),
      opacity
        var(--lpc-right-menu-transition);
    bottom:101px;
    left:13px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle__label {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;

    color:
      var(--lpc-right-menu-text);

    font-family:
      "Times New Roman",
      serif;

    font-size: 7px;
    letter-spacing: 0.12em;

    text-align: center;
  }

  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
.tpl-scope-sidepart-right-code-mobile > span:nth-child(1) {
    transform:
      translateY(7px)
      rotate(45deg);
  }

  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
.tpl-scope-sidepart-right-code-mobile > span:nth-child(2) {
    opacity: 0;

    transform: scaleX(0);
  }

  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
.tpl-scope-sidepart-right-code-mobile > span:nth-child(3) {
    transform:
      translateY(-7px)
      rotate(-45deg);
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
    position: absolute;
    inset: 0;
    z-index: 9010;

    display: block;

    width: 100%;
    height: 100vh;
    height: 100dvh;

    overflow: hidden;

    visibility: hidden;
    opacity: 0;

    pointer-events: none;

    transform:
      translate3d(0, -18px, 0);

    transition:
      opacity
        var(--lpc-right-menu-transition),
      visibility
        0s linear
        var(--lpc-right-menu-transition),
      transform
        var(--lpc-right-menu-transition);
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side.is-open {
    pointer-events: auto;
  }

  .lpc-right-code-side.is-open
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;

    transform:
      translate3d(0, 0, 0);

    transition:
      opacity
        var(--lpc-right-menu-transition),
      visibility 0s linear 0s,
      transform
        var(--lpc-right-menu-transition);
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel {
    width: 100%;
    height: 100%;

    min-width: 0;

    border: 0;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__inner {
    padding:
      max(
        24px,
        env(safe-area-inset-top)
      )
      20px
      max(
        18px,
        env(safe-area-inset-bottom)
      );
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading {
    justify-content: flex-start;

    padding-right: 62px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern {
    width: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern-image {
    height: 58px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-en {
    font-size: 29px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-ja {
    font-size: 9px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__scroll {
    padding-top: 14px;

    -webkit-overflow-scrolling: touch;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link {
    grid-template-columns:
      47px
      minmax(0, 1fr)
      15px;

    column-gap: 10px;

    min-height: 55px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number {
    width: 47px;
    min-width: 47px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number::before {
    font-size: 18px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
    font-size: 15px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve {
    margin-top: 24px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__link {
    grid-template-columns:
      49px
      minmax(0, 1fr)
      22px;

    min-height: 63px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__icon {
    width: 46px;
    height: 46px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__text {
    font-size: 16px;
  }
}

/* ============================================================
  小さいスマートフォン
============================================================ */

@media (max-width: 374px) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle {
    top: max(
      9px,
      env(safe-area-inset-top)
    );

    right: max(
      9px,
      env(safe-area-inset-right)
    );

    width: 46px;
    height: 46px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern {
    width: 37px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-en {
    font-size: 26px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link {
    grid-template-columns:
      42px
      minmax(0, 1fr)
      14px;

    min-height: 52px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number {
    width: 42px;
    min-width: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number::before {
    font-size: 16px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
    font-size: 14px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__link {
    grid-template-columns:
      44px
      minmax(0, 1fr)
      19px;

    padding-right: 12px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__icon {
    width: 42px;
    height: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__text {
    font-size: 14px;
  }
}

/* ============================================================
  PC表示幅が狭い場合
============================================================ */

@media (min-width: 1025px) and (max-width: 1280px) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__inner {
    padding-right: 18px;
    padding-left: 18px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link {
    grid-template-columns:
      42px
      minmax(0, 1fr)
      14px;

    column-gap: 7px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number {
    width: 42px;
    min-width: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__link {
    grid-template-columns:
      45px
      minmax(0, 1fr)
      19px;

    padding-right: 12px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__icon {
    width: 42px;
    height: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__text {
    font-size: 14px;
  }
}

/* ============================================================
  Portal
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-portal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;

  width: 100%;
  height: 100vh;
  height: 100dvh;

  margin: 0;
  padding: 0;

  overflow: visible;

  pointer-events: none;

  opacity: 1;
  visibility: visible;

  transform: none;
  filter: none;
  perspective: none;

  contain: none;
  isolation: auto;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-portal.is-open {
  pointer-events: auto;
}

.lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side {
  max-width: none;
  max-height: none;

  margin: 0;

  overflow: visible;

  transform: none;
  filter: none;
  perspective: none;

  contain: none;
}

@media (max-width: 1024px) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-portal {
    display: block;

    pointer-events: none;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-portal.is-open {
    pointer-events: auto;
  }

  .lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side {
    position: fixed;
    inset: 0;
    z-index: 1;

    display: block;

    width: 100vw;
    height: 100vh;
    height: 100dvh;

    pointer-events: none;
  }

  .lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle {
    position: fixed;
    z-index: 3;

    pointer-events: auto;
  }

  .lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
    position: fixed;
    inset: 0;
    z-index: 2;

    display: block;

    width: 100vw;
    height: 100vh;
    height: 100dvh;

    max-width: none;
    max-height: none;

    overflow: hidden;

    background:
      var(--lpc-right-menu-bg);

    visibility: hidden;
    opacity: 0;

    pointer-events: none;

    transform:
      translate3d(0, -18px, 0);

    transition:
      opacity
        var(--lpc-right-menu-transition),
      visibility
        0s linear
        var(--lpc-right-menu-transition),
      transform
        var(--lpc-right-menu-transition);
  }

  .lpc-right-code-portal.is-open
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side {
    pointer-events: auto;
  }

  .lpc-right-code-portal.is-open
    .lpc-right-code-nav,
  .lpc-right-code-portal
    .lpc-right-code-side.is-open
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;

    transform:
      translate3d(0, 0, 0);

    transition:
      opacity
        var(--lpc-right-menu-transition),
      visibility 0s linear 0s,
      transform
        var(--lpc-right-menu-transition);
  }

  .lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    min-width: 0;
    max-width: none;
    max-height: none;
  }

  .lpc-right-code-portal.is-open
    .lpc-right-code-toggle
    > span:nth-child(1),
  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
.tpl-scope-sidepart-right-code-mobile > span:nth-child(1) {transform:
      translateY(7px)
      rotate(45deg)}

  .lpc-right-code-portal.is-open
    .lpc-right-code-toggle
    > span:nth-child(2),
  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
    > span:nth-child(2) {opacity: 0;

    transform: scaleX(0)}

  .lpc-right-code-portal.is-open
    .lpc-right-code-toggle
    > span:nth-child(3),
  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
    > span:nth-child(3) {transform:
      translateY(-7px)
      rotate(-45deg)}
}

/* ============================================================
  アニメーション軽減
============================================================ */

@media (prefers-reduced-motion: reduce) {
  .lpc-right-code-toggle,
  .lpc-right-code-toggle span,
  .lpc-right-code-nav,
  .lpc-right-code-link,
  .lpc-right-code-link::before,
  .lpc-right-code-link__circle,
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__link {
    transition: none;
  }
}
/*--mobile--*/
/* ============================================================
  右サイドメニュー
============================================================ */

.tpl-scope-sidepart-right-code-mobile {
  --lpc-right-menu-frame-width: 430px;

  --lpc-right-menu-bg: #0c0a07;
  --lpc-right-menu-text: #fffaf0;
  --lpc-right-menu-muted: #b9a98d;

  --lpc-right-menu-gold: #dcae24;
  --lpc-right-menu-gold-light: #ffd94d;
  --lpc-right-menu-gold-dark: #8b6510;

  --lpc-right-menu-red: #c8171d;

  --lpc-right-menu-line:
    rgba(220, 174, 36, 0.46);

  --lpc-right-menu-transition:
    0.35s ease;
}

html.lpc-right-menu-open,
.tpl-scope-sidepart-right-code-mobile html.lpc-right-menu-open body {overflow: hidden;
  overscroll-behavior: none}

/* ============================================================
  PC固定サイドメニュー
============================================================ */

.lpc-right-code-side {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;

  width: max(
    0px,
    calc(
      (100vw - var(--lpc-right-menu-frame-width)) / 2
    )
  );

  min-width: 0;

  font-family:
    var(
      --font-family-base,
      "Noto Sans JP",
      sans-serif
    );

  pointer-events: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
  position: relative;

  display: block;

  width: 70%;
  height: 100%;

  pointer-events: auto;
  left: 50%;
  transform:translate(-50%);
}

/* --------------------------------
  パネル
-------------------------------- */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel {
  position: relative;

  width: 100%;
  height: 100%;
  min-width: 270px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      rgba(15, 12, 8, 0.98),
      rgba(6, 5, 3, 0.99)
    );

  color: var(--lpc-right-menu-text);

  border-left:
    1px solid
    rgba(220, 174, 36, 0.48);

  isolation: isolate;
}

.lpc-right-code-nav__panel::before,
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;

  width: 6px;

  content: "";

  pointer-events: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel::before {
  left: 0;

  background:
    linear-gradient(
      180deg,
      #5d3a08 0%,
      #d7a92a 20%,
      #65410c 48%,
      #dbb23a 78%,
      #5d3a08 100%
    );
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel::after {
  right: 0;

  background:
    linear-gradient(
      180deg,
      #5d3a08 0%,
      #d7a92a 20%,
      #65410c 48%,
      #dbb23a 78%,
      #5d3a08 100%
    );
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__background {
  position: absolute;
  inset: 0;
  z-index: 0;

  background-color:
    var(--lpc-right-menu-bg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  opacity: 0.28;

  filter:
    grayscale(0.45)
    contrast(1.18);

  pointer-events: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__background::after {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(9, 7, 5, 0.82),
      rgba(9, 7, 5, 0.97)
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 5px
    );

  content: "";
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__inner {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;

  padding:
    clamp(24px, 3.4vh, 42px)
    clamp(26px, 2.8vw, 54px)
    20px;

  box-sizing: border-box;
}

/* ============================================================
  見出し
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__header {
  position: relative;

  flex: 0 0 auto;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: clamp(12px, 1.4vw, 22px);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern {
  flex: 0 0 auto;

  width: clamp(40px, 3vw, 58px);

  margin: 0;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern-image {
  display: block;

  width: 100%;
  height: 72px;

  object-fit: contain;
  object-position: center;
}

.lpc-right-code-nav__lantern-image[src=""],
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern-image:not([src]) {
  display: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-body {
  min-width: 0;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-en {
  margin: 0;

  color: var(--lpc-right-menu-text);

  font-family:
    "Times New Roman",
    "Noto Serif JP",
    serif;

  font-size: clamp(27px, 2.1vw, 41px);
  line-height: 1;
  letter-spacing: 0.09em;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-ja {
  margin: 7px 0 0;

  color: var(--lpc-right-menu-muted);

  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-rule {
  display: grid;

  grid-template-columns:
    1fr
    30px
    1fr;

  align-items: center;

  gap: 9px;

  margin-top:
    clamp(16px, 2vh, 25px);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-line {
  display: block;

  width: 100%;
  height: 1px;

  background:
    var(--lpc-right-menu-line);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-mark {
  position: relative;

  display: block;

  width: 30px;
  height: 18px;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-mark span {position: absolute;
  top: 7px;
  left: 11px;

  width: 9px;
  height: 4px;

  border:
    1px solid
    var(--lpc-right-menu-gold);

  border-radius: 50%;

  box-sizing: border-box}

.lpc-right-code-nav__heading-mark
  span:nth-child(1) {transform:
    translateX(-7px)
    rotate(35deg)}

.lpc-right-code-nav__heading-mark
  span:nth-child(2) {transform:
    translateX(7px)
    rotate(-35deg)}

.lpc-right-code-nav__heading-mark
  span:nth-child(3) {transform:
    translateY(-5px)
    rotate(90deg)}

.lpc-right-code-nav__heading-mark
  span:nth-child(4) {transform:
    translateY(5px)
    rotate(90deg)}

/* ============================================================
  スクロール領域
============================================================ */

.lpc-right-code-nav__scroll {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;

  min-height: 0;

  padding-top:
    clamp(10px, 1.7vh, 20px);

  overflow-x: hidden;
  overflow-y: auto;

  overscroll-behavior: contain;

  scrollbar-width: none;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__scroll::-webkit-scrollbar {
  display: none;
}

/* ============================================================
  リンク一覧
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__list {
  counter-reset: lpc-right-menu-number;

  flex: 0 0 auto;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link {
  counter-increment: lpc-right-menu-number;

  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    52px
    minmax(0, 1fr)
    17px;

  align-items: center;

  column-gap:
    clamp(10px, 1.2vw, 18px);

  min-height:
    clamp(49px, 5.7vh, 63px);

  padding: 4px 2px;

  color:
    var(--lpc-right-menu-text);

  text-decoration: none;

  border-bottom:
    1px solid
    var(--lpc-right-menu-line);

  box-sizing: border-box;

  transition:
    padding-left
      var(--lpc-right-menu-transition),
    color
      var(--lpc-right-menu-transition);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link:first-child {
  border-top:
    1px solid
    var(--lpc-right-menu-line);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link::before {
  position: absolute;
  inset: 3px -8px;
  z-index: -1;

  border-radius: 4px;

  background:
    linear-gradient(
      90deg,
      rgba(220, 174, 36, 0.15),
      transparent 82%
    );

  content: "";

  opacity: 0;

  transform: scaleX(0.94);
  transform-origin: left;

  transition:
    opacity
      var(--lpc-right-menu-transition),
    transform
      var(--lpc-right-menu-transition);
}

/* 自動番号 */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  min-width: 52px;
  min-height: 30px;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number::before {
  content:
    counter(
      lpc-right-menu-number,
      decimal-leading-zero
    );

  color:
    var(--lpc-right-menu-gold-light);

  font-family:
    "Times New Roman",
    "Playfair Display",
    serif;

  font-size:
    clamp(17px, 1.35vw, 22px);

  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number::after {
  position: absolute;
  right: 6px;
  bottom: 0;
  left: 6px;

  height: 2px;

  background:
    var(--lpc-right-menu-gold);

  content: "";

  opacity: 0.8;

  clip-path:
    polygon(
      0 45%,
      38% 15%,
      100% 42%,
      90% 100%,
      16% 78%
    );
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
  min-width: 0;

  overflow: hidden;

  color:
    var(--lpc-right-menu-text);

  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;

  font-size:
    clamp(14px, 1.16vw, 18px);

  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;

  white-space: nowrap;
  text-overflow: ellipsis;

  transition:
    color
      var(--lpc-right-menu-transition);
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__circle {
  justify-self: end;

  display: block;

  width: 13px;
  height: 13px;

  border:
    2px solid
    var(--lpc-right-menu-gold-light);

  border-radius: 50%;

  box-sizing: border-box;

  transition:
    background-color
      var(--lpc-right-menu-transition),
    transform
      var(--lpc-right-menu-transition);
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link:hover {
    padding-left: 8px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link:hover::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .lpc-right-code-link:hover
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
    color:
      var(--lpc-right-menu-gold-light);
  }

  .lpc-right-code-link:hover
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__circle {
    background:
      var(--lpc-right-menu-gold-light);

    transform: scale(0.72);
  }
}

/* ============================================================
  下部英字
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__footer {
  flex: 0 0 auto;

  margin: 2px 0 0;

  color:
    rgba(220, 174, 36, 0.45);

  font-family:
    "Times New Roman",
    serif;

  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.24em;

  text-align: center;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__footer:empty {
  display: none;
}

/* ============================================================
  ハンバーガーボタン
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle {
  display: none;
}

/* ============================================================
  SP・タブレット
============================================================ */

@media (max-width: 1024px) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side {
    position: fixed;
    inset: 0;
    z-index: 9000;

    display: block;

    width: 100%;
    height: 100vh;
    height: 100dvh;

    min-width: 0;

    pointer-events: none;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle {
    position: fixed;

    top: max(
      12px,
      env(safe-area-inset-top)
    );

    right: max(
      12px,
      env(safe-area-inset-right)
    );

    z-index: 9020;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;

    width: 50px;
    height: 50px;

    margin: 0;
    padding: 0 0 8px;

    border:
      1px solid
      rgba(220, 174, 36, 0.72);

    border-radius: 4px;

    background:
      rgba(12, 10, 7, 0.96);

    box-shadow:
      0 6px 20px
      rgba(0, 0, 0, 0.3);

    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
    pointer-events: auto;

    box-sizing: border-box;
  }

  .lpc-right-code-toggle > span:not(
      .lpc-right-code-toggle__label
.tpl-scope-sidepart-right-code-mobile ) {
    display: block;

    width: 23px;
    height: 2px;

    border-radius: 999px;

    background:
      var(--lpc-right-menu-gold-light);

    transform-origin: center;

    transition:
      transform
        var(--lpc-right-menu-transition),
      opacity
        var(--lpc-right-menu-transition);
    bottom:101px;
    left:13px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle__label {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;

    color:
      var(--lpc-right-menu-text);

    font-family:
      "Times New Roman",
      serif;

    font-size: 7px;
    letter-spacing: 0.12em;

    text-align: center;
  }

  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
.tpl-scope-sidepart-right-code-mobile > span:nth-child(1) {
    transform:
      translateY(7px)
      rotate(45deg);
  }

  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
.tpl-scope-sidepart-right-code-mobile > span:nth-child(2) {
    opacity: 0;

    transform: scaleX(0);
  }

  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
.tpl-scope-sidepart-right-code-mobile > span:nth-child(3) {
    transform:
      translateY(-7px)
      rotate(-45deg);
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
    position: absolute;
    inset: 0;
    z-index: 9010;

    display: block;

    width: 100%;
    height: 100vh;
    height: 100dvh;

    overflow: hidden;

    visibility: hidden;
    opacity: 0;

    pointer-events: none;

    transform:
      translate3d(0, -18px, 0);

    transition:
      opacity
        var(--lpc-right-menu-transition),
      visibility
        0s linear
        var(--lpc-right-menu-transition),
      transform
        var(--lpc-right-menu-transition);
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side.is-open {
    pointer-events: auto;
  }

  .lpc-right-code-side.is-open
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;

    transform:
      translate3d(0, 0, 0);

    transition:
      opacity
        var(--lpc-right-menu-transition),
      visibility 0s linear 0s,
      transform
        var(--lpc-right-menu-transition);
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel {
    width: 100%;
    height: 100%;

    min-width: 0;

    border: 0;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__inner {
    padding:
      max(
        24px,
        env(safe-area-inset-top)
      )
      20px
      max(
        18px,
        env(safe-area-inset-bottom)
      );
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading {
    justify-content: flex-start;

    padding-right: 62px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern {
    width: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern-image {
    height: 58px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-en {
    font-size: 29px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-ja {
    font-size: 9px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__scroll {
    padding-top: 14px;

    -webkit-overflow-scrolling: touch;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link {
    grid-template-columns:
      47px
      minmax(0, 1fr)
      15px;

    column-gap: 10px;

    min-height: 55px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number {
    width: 47px;
    min-width: 47px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number::before {
    font-size: 18px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
    font-size: 15px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve {
    margin-top: 24px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__link {
    grid-template-columns:
      49px
      minmax(0, 1fr)
      22px;

    min-height: 63px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__icon {
    width: 46px;
    height: 46px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__text {
    font-size: 16px;
  }
}

/* ============================================================
  小さいスマートフォン
============================================================ */

@media (max-width: 374px) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle {
    top: max(
      9px,
      env(safe-area-inset-top)
    );

    right: max(
      9px,
      env(safe-area-inset-right)
    );

    width: 46px;
    height: 46px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__lantern {
    width: 37px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__heading-en {
    font-size: 26px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link {
    grid-template-columns:
      42px
      minmax(0, 1fr)
      14px;

    min-height: 52px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number {
    width: 42px;
    min-width: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number::before {
    font-size: 16px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
    font-size: 14px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__link {
    grid-template-columns:
      44px
      minmax(0, 1fr)
      19px;

    padding-right: 12px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__icon {
    width: 42px;
    height: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__text {
    font-size: 14px;
  }
}

/* ============================================================
  PC表示幅が狭い場合
============================================================ */

@media (min-width: 1025px) and (max-width: 1280px) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__inner {
    padding-right: 18px;
    padding-left: 18px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link {
    grid-template-columns:
      42px
      minmax(0, 1fr)
      14px;

    column-gap: 7px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__number {
    width: 42px;
    min-width: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-link__label {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__link {
    grid-template-columns:
      45px
      minmax(0, 1fr)
      19px;

    padding-right: 12px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__icon {
    width: 42px;
    height: 42px;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__text {
    font-size: 14px;
  }
}

/* ============================================================
  Portal
============================================================ */

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-portal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;

  width: 100%;
  height: 100vh;
  height: 100dvh;

  margin: 0;
  padding: 0;

  overflow: visible;

  pointer-events: none;

  opacity: 1;
  visibility: visible;

  transform: none;
  filter: none;
  perspective: none;

  contain: none;
  isolation: auto;
}

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-portal.is-open {
  pointer-events: auto;
}

.lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side {
  max-width: none;
  max-height: none;

  margin: 0;

  overflow: visible;

  transform: none;
  filter: none;
  perspective: none;

  contain: none;
}

@media (max-width: 1024px) {
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-portal {
    display: block;

    pointer-events: none;
  }

.tpl-scope-sidepart-right-code-mobile .lpc-right-code-portal.is-open {
    pointer-events: auto;
  }

  .lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side {
    position: fixed;
    inset: 0;
    z-index: 1;

    display: block;

    width: 100vw;
    height: 100vh;
    height: 100dvh;

    pointer-events: none;
  }

  .lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-toggle {
    position: fixed;
    z-index: 3;

    pointer-events: auto;
  }

  .lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
    position: fixed;
    inset: 0;
    z-index: 2;

    display: block;

    width: 100vw;
    height: 100vh;
    height: 100dvh;

    max-width: none;
    max-height: none;

    overflow: hidden;

    background:
      var(--lpc-right-menu-bg);

    visibility: hidden;
    opacity: 0;

    pointer-events: none;

    transform:
      translate3d(0, -18px, 0);

    transition:
      opacity
        var(--lpc-right-menu-transition),
      visibility
        0s linear
        var(--lpc-right-menu-transition),
      transform
        var(--lpc-right-menu-transition);
  }

  .lpc-right-code-portal.is-open
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-side {
    pointer-events: auto;
  }

  .lpc-right-code-portal.is-open
    .lpc-right-code-nav,
  .lpc-right-code-portal
    .lpc-right-code-side.is-open
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;

    transform:
      translate3d(0, 0, 0);

    transition:
      opacity
        var(--lpc-right-menu-transition),
      visibility 0s linear 0s,
      transform
        var(--lpc-right-menu-transition);
  }

  .lpc-right-code-portal
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-nav__panel {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    min-width: 0;
    max-width: none;
    max-height: none;
  }

  .lpc-right-code-portal.is-open
    .lpc-right-code-toggle
    > span:nth-child(1),
  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
.tpl-scope-sidepart-right-code-mobile > span:nth-child(1) {transform:
      translateY(7px)
      rotate(45deg)}

  .lpc-right-code-portal.is-open
    .lpc-right-code-toggle
    > span:nth-child(2),
  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
    > span:nth-child(2) {opacity: 0;

    transform: scaleX(0)}

  .lpc-right-code-portal.is-open
    .lpc-right-code-toggle
    > span:nth-child(3),
  .lpc-right-code-side.is-open
    .lpc-right-code-toggle
    > span:nth-child(3) {transform:
      translateY(-7px)
      rotate(-45deg)}
}

/* ============================================================
  アニメーション軽減
============================================================ */

@media (prefers-reduced-motion: reduce) {
  .lpc-right-code-toggle,
  .lpc-right-code-toggle span,
  .lpc-right-code-nav,
  .lpc-right-code-link,
  .lpc-right-code-link::before,
  .lpc-right-code-link__circle,
.tpl-scope-sidepart-right-code-mobile .lpc-right-code-reserve__link {
    transition: none;
  }
}
/* ============================================================
  GREETINGセクション
============================================================ */

.section--greeting {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  上部ブラシ装飾
-------------------------------- */

.section--greeting__top-brush {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.section--greeting__top-brush::before,
.section--greeting__top-brush::after {
  position: absolute;
  left: -8%;
  width: 116%;
  background: var(--color-accent);
  content: "";
  transform: rotate(-7deg);
  transform-origin: center;
}

.section--greeting__top-brush::before {
  top: -54px;
  height: 102px;
  clip-path: polygon(
    0 32%,
    7% 22%,
    18% 28%,
    30% 12%,
    43% 20%,
    56% 6%,
    70% 13%,
    84% 3%,
    100% 8%,
    100% 74%,
    89% 68%,
    73% 80%,
    58% 70%,
    42% 84%,
    27% 74%,
    13% 90%,
    0 82%
  );
}

.section--greeting__top-brush::after {
  top: 19px;
  height: 7px;
  opacity: 0.75;
  clip-path: polygon(0 28%, 100% 0, 98% 72%, 3% 100%);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--greeting__inner {
  position: relative;
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--greeting__header {
  margin-bottom: 0;
  text-align: center;
}

/* ギャラリーと同じ上部アクセント */

.section--greeting__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--greeting__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--greeting__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* --------------------------------
  導入文
-------------------------------- */

.section--greeting__lead {
  display: grid;
  gap: var(--space-xs);
  margin-bottom: var(--heading-content-gap);
  text-align: center;
  line-height: 1.7;
}

.section--greeting__lead-line {
  margin: 0;
}

.section--greeting__lead-line--first {
  font-size: 22px;
  font-weight: 500;
}

.section--greeting__lead-line--second {
  font-size: 22px;
  font-weight: 500;
}

.section--greeting__lead-line--third {
  font-size: 22px;
  font-weight: 500;
}

.section--greeting__lead-accent {
  color: var(--color-primary);
  font-weight: 600;
}

.section--greeting__lead-suffix {
  color: var(--color-text);
  font-weight: 500;
}

/* --------------------------------
  画像
-------------------------------- */

.section--greeting__image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: var(--color-text);
}

.section--greeting__image--interior {
  aspect-ratio: 16 / 9;
}

.section--greeting__image--food {
  margin-top: var(--content-block-gap);
  aspect-ratio: 16 / 8.6;
}

.section--greeting__image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--greeting__image-content--interior {
  object-position: center;
}

.section--greeting__image-content--food {
  object-position: center;
}

/* --------------------------------
  メッセージ
-------------------------------- */

.section--greeting__message-list {
  padding-top: var(--content-block-gap);
}

.section--greeting__message {
  display: grid;
  gap: var(--space-xs);
  text-align: center;
  line-height: 1.7;
}

.section--greeting__message-line {
  margin: 0;
  font-weight: 500;
}

/* メッセージ1 */

.section--greeting__message--first {
  position: relative;
}

.section--greeting__message1-line1 {
  color: var(--color-text);
}

.section--greeting__message1-line2 {
  color: var(--color-text);
}

.section--greeting__message1-line3 {
  color: var(--color-text);
}

.section--greeting__message1-accent {
  color: var(--color-primary);
  font-weight: 600;
}

.section--greeting__message1-suffix {
  color: var(--color-text);
  font-weight: 500;
}

/* メッセージ2 */

.section--greeting__message--second {
  position: relative;
}

.section--greeting__message2-line1 {
  color: var(--color-text);
}

.section--greeting__message2-line2 {
  color: var(--color-text);
}

.section--greeting__message2-line3 {
  color: var(--color-text);
}

.section--greeting__message2-prefix {
  color: var(--color-text);
  font-weight: 500;
}

.section--greeting__message2-accent {
  color: var(--color-primary);
  font-weight: 600;
}

.section--greeting__message2-suffix {
  color: var(--color-text);
  font-weight: 500;
}

/* メッセージ3 */

.section--greeting__message--third {
  position: relative;
}

.section--greeting__message3-line1 {
  color: var(--color-text);
}

.section--greeting__message3-line2 {
  color: var(--color-text);
}

.section--greeting__message3-line3 {
  color: var(--color-text);
}

.section--greeting__message3-prefix {
  color: var(--color-text);
  font-weight: 500;
}

.section--greeting__message3-accent {
  color: var(--color-primary);
  font-weight: 600;
}

/* --------------------------------
  区切り線
-------------------------------- */

.section--greeting__divider {
  width: 88%;
  margin: var(--space-md) auto;
  border-top: 2px dashed var(--color-accent);
}

.section--greeting__divider--first {
  position: relative;
}

.section--greeting__divider--second {
  position: relative;
}

/* --------------------------------
  クロージング
-------------------------------- */

.section--greeting__closing {
  position: relative;
  z-index: 0;
  display: grid;
  gap: var(--space-xs);
  margin-top: var(--content-block-gap);
  padding: var(--space-lg) var(--card-padding-x);
  text-align: center;
  line-height: 1.7;
  isolation: isolate;
}

.section--greeting__closing::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--color-accent-light);
  content: "";
  clip-path: polygon(
    3% 5%,
    18% 2%,
    34% 4%,
    50% 2%,
    66% 4%,
    83% 2%,
    97% 6%,
    99% 24%,
    97% 44%,
    99% 63%,
    97% 82%,
    92% 96%,
    74% 98%,
    55% 96%,
    36% 98%,
    17% 96%,
    4% 91%,
    2% 72%,
    4% 53%,
    2% 33%
  );
}

.section--greeting__closing-line {
  margin: 0;
  font-weight: 500;
}

.section--greeting__closing-line--first {
  color: var(--color-text);
}

.section--greeting__closing-line--second {
  color: var(--color-text);
}

.section--greeting__closing-line--third {
  color: var(--color-text);
}

.section--greeting__closing2-prefix {
  color: var(--color-text);
  font-weight: 500;
}

.section--greeting__closing2-accent {
  color: var(--color-primary);
  font-weight: 600;
}

.section--greeting__closing3-prefix {
  color: var(--color-text);
  font-weight: 500;
}

.section--greeting__closing3-accent {
  color: var(--color-primary);
  font-weight: 600;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--greeting__title:empty,
.section--greeting__lead-line:empty,
.section--greeting__message-line:empty,
.section--greeting__closing-line:empty {
  display: none;
}

/* タイトルが空の場合は装飾も非表示 */

.section--greeting__header:has(.section--greeting__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:04:31 */

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__lead-line.section--greeting__lead-line--second {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__lead-line.section--greeting__lead-line--first {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__lead-suffix {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__lead-accent {
  font-size: 20px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__message1-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__message2-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__message3-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__closing2-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__closing3-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__lead {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message1-line1 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message1-line3 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message2-line1 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message2-line3 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message3-line1 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message3-line2 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__closing-line.section--greeting__closing-line--first {
  font-weight: 500 !important;
}

/* === end inspector overrides === */
@media (max-width: 768px) {
/* ============================================================
  GREETINGセクション
============================================================ */

.section--greeting {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  上部ブラシ装飾
-------------------------------- */

.section--greeting__top-brush {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.section--greeting__top-brush::before,
.section--greeting__top-brush::after {
  position: absolute;
  left: -8%;
  width: 116%;
  background: var(--color-accent);
  content: "";
  transform: rotate(-7deg);
  transform-origin: center;
}

.section--greeting__top-brush::before {
  top: -54px;
  height: 102px;
  clip-path: polygon(
    0 32%,
    7% 22%,
    18% 28%,
    30% 12%,
    43% 20%,
    56% 6%,
    70% 13%,
    84% 3%,
    100% 8%,
    100% 74%,
    89% 68%,
    73% 80%,
    58% 70%,
    42% 84%,
    27% 74%,
    13% 90%,
    0 82%
  );
}

.section--greeting__top-brush::after {
  top: 19px;
  height: 7px;
  opacity: 0.75;
  clip-path: polygon(0 28%, 100% 0, 98% 72%, 3% 100%);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--greeting__inner {
  position: relative;
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--greeting__header {
  margin-bottom: 0;
  text-align: center;
}

/* ギャラリーと同じ上部アクセント */

.section--greeting__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--greeting__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--greeting__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* --------------------------------
  導入文
-------------------------------- */

.section--greeting__lead {
  display: grid;
  gap: var(--space-xs);
  margin-bottom: var(--heading-content-gap);
  text-align: center;
  line-height: 1.7;
}

.section--greeting__lead-line {
  margin: 0;
}

.section--greeting__lead-line--first {
  font-size: 22px;
  font-weight: 500;
}

.section--greeting__lead-line--second {
  font-size: 22px;
  font-weight: 500;
}

.section--greeting__lead-line--third {
  font-size: 22px;
  font-weight: 500;
}

.section--greeting__lead-accent {
  color: var(--color-primary);
  font-weight: 600;
}

.section--greeting__lead-suffix {
  color: var(--color-text);
  font-weight: 500;
}

/* --------------------------------
  画像
-------------------------------- */

.section--greeting__image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: var(--color-text);
}

.section--greeting__image--interior {
  aspect-ratio: 16 / 9;
}

.section--greeting__image--food {
  margin-top: var(--content-block-gap);
  aspect-ratio: 16 / 8.6;
}

.section--greeting__image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--greeting__image-content--interior {
  object-position: center;
}

.section--greeting__image-content--food {
  object-position: center;
}

/* --------------------------------
  メッセージ
-------------------------------- */

.section--greeting__message-list {
  padding-top: var(--content-block-gap);
}

.section--greeting__message {
  display: grid;
  gap: var(--space-xs);
  text-align: center;
  line-height: 1.7;
}

.section--greeting__message-line {
  margin: 0;
  font-weight: 500;
}

/* メッセージ1 */

.section--greeting__message--first {
  position: relative;
}

.section--greeting__message1-line1 {
  color: var(--color-text);
}

.section--greeting__message1-line2 {
  color: var(--color-text);
}

.section--greeting__message1-line3 {
  color: var(--color-text);
}

.section--greeting__message1-accent {
  color: var(--color-primary);
  font-weight: 600;
}

.section--greeting__message1-suffix {
  color: var(--color-text);
  font-weight: 500;
}

/* メッセージ2 */

.section--greeting__message--second {
  position: relative;
}

.section--greeting__message2-line1 {
  color: var(--color-text);
}

.section--greeting__message2-line2 {
  color: var(--color-text);
}

.section--greeting__message2-line3 {
  color: var(--color-text);
}

.section--greeting__message2-prefix {
  color: var(--color-text);
  font-weight: 500;
}

.section--greeting__message2-accent {
  color: var(--color-primary);
  font-weight: 600;
}

.section--greeting__message2-suffix {
  color: var(--color-text);
  font-weight: 500;
}

/* メッセージ3 */

.section--greeting__message--third {
  position: relative;
}

.section--greeting__message3-line1 {
  color: var(--color-text);
}

.section--greeting__message3-line2 {
  color: var(--color-text);
}

.section--greeting__message3-line3 {
  color: var(--color-text);
}

.section--greeting__message3-prefix {
  color: var(--color-text);
  font-weight: 500;
}

.section--greeting__message3-accent {
  color: var(--color-primary);
  font-weight: 600;
}

/* --------------------------------
  区切り線
-------------------------------- */

.section--greeting__divider {
  width: 88%;
  margin: var(--space-md) auto;
  border-top: 2px dashed var(--color-accent);
}

.section--greeting__divider--first {
  position: relative;
}

.section--greeting__divider--second {
  position: relative;
}

/* --------------------------------
  クロージング
-------------------------------- */

.section--greeting__closing {
  position: relative;
  z-index: 0;
  display: grid;
  gap: var(--space-xs);
  margin-top: var(--content-block-gap);
  padding: var(--space-lg) var(--card-padding-x);
  text-align: center;
  line-height: 1.7;
  isolation: isolate;
}

.section--greeting__closing::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--color-accent-light);
  content: "";
  clip-path: polygon(
    3% 5%,
    18% 2%,
    34% 4%,
    50% 2%,
    66% 4%,
    83% 2%,
    97% 6%,
    99% 24%,
    97% 44%,
    99% 63%,
    97% 82%,
    92% 96%,
    74% 98%,
    55% 96%,
    36% 98%,
    17% 96%,
    4% 91%,
    2% 72%,
    4% 53%,
    2% 33%
  );
}

.section--greeting__closing-line {
  margin: 0;
  font-weight: 500;
}

.section--greeting__closing-line--first {
  color: var(--color-text);
}

.section--greeting__closing-line--second {
  color: var(--color-text);
}

.section--greeting__closing-line--third {
  color: var(--color-text);
}

.section--greeting__closing2-prefix {
  color: var(--color-text);
  font-weight: 500;
}

.section--greeting__closing2-accent {
  color: var(--color-primary);
  font-weight: 600;
}

.section--greeting__closing3-prefix {
  color: var(--color-text);
  font-weight: 500;
}

.section--greeting__closing3-accent {
  color: var(--color-primary);
  font-weight: 600;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--greeting__title:empty,
.section--greeting__lead-line:empty,
.section--greeting__message-line:empty,
.section--greeting__closing-line:empty {
  display: none;
}

/* タイトルが空の場合は装飾も非表示 */

.section--greeting__header:has(.section--greeting__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:04:31 */

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__lead-line.section--greeting__lead-line--second {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__lead-line.section--greeting__lead-line--first {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__lead-suffix {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__lead-accent {
  font-size: 20px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__message1-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__message2-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__message3-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__closing2-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__closing3-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm .section--greeting__lead {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message1-line1 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message1-line3 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message2-line1 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message2-line3 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message3-line1 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__message-line.section--greeting__message3-line2 {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917472031-tzjkm
  .section--greeting__closing-line.section--greeting__closing-line--first {
  font-weight: 500 !important;
}

/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:38:31 */
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__lead {
  font-weight: 500 !important;
}
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note {
  font-size: 12px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:38:31 */
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__lead {
  font-weight: 500 !important;
}
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note {
  font-size: 12px !important;
}
/* === end inspector overrides === */
}
/* ============================================================
  PROBLEMSセクション
============================================================ */

.section--problems-page {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section--problems-page__head {
  display: none;
}

.section--problems-page__body {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section--problems {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  上部コンテンツ
-------------------------------- */

.section--problems__intro {
  position: relative;
  padding-top: calc(var(--section-padding-y) + var(--space-2xl));
  padding-bottom: var(--section-padding-y);
  background: radial-gradient(
    circle at 50% 0%,
    rgba(255, 255, 255, 0.92),
    rgba(255, 253, 248, 0.96) 48%,
    var(--color-background) 100%
  );
}

.section--problems__top-brush {
  position: absolute;
  top: -28px;
  left: -32px;
  width: 78%;
  height: 96px;
  background: var(--color-accent);
  clip-path: polygon(
    0 16%,
    100% 0,
    77% 24%,
    100% 31%,
    62% 44%,
    86% 50%,
    39% 68%,
    57% 73%,
    0 100%
  );
  transform: rotate(-4deg);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--problems__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント */

.section--problems__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--problems__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--problems__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* 導入文 */

.section--problems__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  お悩みカード
-------------------------------- */

.section--problems__list {
  display: grid;
  gap: var(--card-gap);
}

.section--problems__card {
  display: flex;
  align-items: center;
  gap: var(--content-item-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 12px rgba(76, 53, 19, 0.08);
}

.section--problems__check {
  flex: 0 0 auto;
  width: 52px;
  aspect-ratio: 1;
}

.section--problems__check-icon {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.section--problems__check-circle {
  fill: var(--color-accent);
}

.section--problems__check-path {
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section--problems__card-body {
  flex: 1;
  min-width: 0;
}

.section--problems__card-text {
  margin: 0 0 var(--space-xs);
  color: var(--color-text);
  font-weight: 500;
  line-height: 1.6;
}

.section--problems__card-emphasis {
  position: relative;
  margin: 0;
  padding-bottom: var(--space-xs);
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1.6;
}

.section--problems__card-emphasis::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px dashed var(--color-accent);
  content: "";
}

/* --------------------------------
  解決メッセージ
-------------------------------- */

.section--problems__arrow {
  width: 80px;
  height: 32px;
  margin: var(--content-block-gap) auto var(--space-md);
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.section--problems__solution {
  margin: 0;
  text-align: center;
  line-height: 1.7;
}

.section--problems__solution-emphasis {
  display: inline;
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.section--problems__solution-middle {
  display: inline;
  color: var(--color-text);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}

.section--problems__solution-bottom {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-top: var(--space-xs);
  color: var(--color-text);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  isolation: isolate;
}

.section--problems__solution-bottom::after {
  position: absolute;
  right: -3px;
  bottom: -4px;
  left: 52%;
  z-index: -1;
  height: 9px;
  background: var(--color-accent);
  content: "";
  clip-path: polygon(0 28%, 100% 0, 94% 72%, 8% 100%);
}

/* --------------------------------
  下部ビジュアル
-------------------------------- */

.section--problems__visual {
  position: relative;
  width: 100%;
  background: var(--color-text);
}

.section--problems__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 2.7;
  object-fit: cover;
}

.section--problems__visual-copy {
  position: relative;
  z-index: 0;
  margin-top: -16px;
  padding: var(--space-lg) var(--container-padding-x)
    var(--section-padding-y);
  text-align: center;
  isolation: isolate;
}

.section--problems__visual-brush {
  position: absolute;
  inset: 3px 14px 12px;
  z-index: -1;
  background: var(--color-accent);
  clip-path: polygon(
    5% 18%,
    94% 3%,
    87% 16%,
    100% 27%,
    92% 37%,
    99% 51%,
    88% 59%,
    96% 73%,
    83% 84%,
    91% 95%,
    8% 100%,
    13% 87%,
    0 77%,
    10% 65%,
    2% 52%,
    12% 42%,
    0 29%
  );
}

.section--problems__visual-lead {
  margin: 0 0 var(--space-xs);
  color: var(--color-text);
  font-weight: 500;
  line-height: 1.7;
}

.section--problems__visual-emphasis {
  margin: 0;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1.7;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--problems__title:empty,
.section--problems__lead:empty,
.section--problems__card-text:empty,
.section--problems__card-emphasis:empty,
.section--problems__solution:empty,
.section--problems__visual-lead:empty,
.section--problems__visual-emphasis:empty {
  display: none;
}

.section--problems__solution-emphasis:empty,
.section--problems__solution-middle:empty,
.section--problems__solution-bottom:empty {
  display: none;
}

/* タイトルが空の場合は見出し全体を非表示 */

.section--problems__header:has(.section--problems__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:05:37 */

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__card-emphasis {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__lead {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__card-text {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__solution-emphasis {
  font-size: 25px !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__visual-lead {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__visual-emphasis {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */
@media (max-width: 768px) {
/* ============================================================
  PROBLEMSセクション
============================================================ */

.section--problems-page {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section--problems-page__head {
  display: none;
}

.section--problems-page__body {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section--problems {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  上部コンテンツ
-------------------------------- */

.section--problems__intro {
  position: relative;
  padding-top: calc(var(--section-padding-y) + var(--space-2xl));
  padding-bottom: var(--section-padding-y);
  background: radial-gradient(
    circle at 50% 0%,
    rgba(255, 255, 255, 0.92),
    rgba(255, 253, 248, 0.96) 48%,
    var(--color-background) 100%
  );
}

.section--problems__top-brush {
  position: absolute;
  top: -28px;
  left: -32px;
  width: 78%;
  height: 96px;
  background: var(--color-accent);
  clip-path: polygon(
    0 16%,
    100% 0,
    77% 24%,
    100% 31%,
    62% 44%,
    86% 50%,
    39% 68%,
    57% 73%,
    0 100%
  );
  transform: rotate(-4deg);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--problems__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント */

.section--problems__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--problems__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--problems__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* 導入文 */

.section--problems__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  お悩みカード
-------------------------------- */

.section--problems__list {
  display: grid;
  gap: var(--card-gap);
}

.section--problems__card {
  display: flex;
  align-items: center;
  gap: var(--content-item-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 12px rgba(76, 53, 19, 0.08);
}

.section--problems__check {
  flex: 0 0 auto;
  width: 52px;
  aspect-ratio: 1;
}

.section--problems__check-icon {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.section--problems__check-circle {
  fill: var(--color-accent);
}

.section--problems__check-path {
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section--problems__card-body {
  flex: 1;
  min-width: 0;
}

.section--problems__card-text {
  margin: 0 0 var(--space-xs);
  color: var(--color-text);
  font-weight: 500;
  line-height: 1.6;
}

.section--problems__card-emphasis {
  position: relative;
  margin: 0;
  padding-bottom: var(--space-xs);
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1.6;
}

.section--problems__card-emphasis::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px dashed var(--color-accent);
  content: "";
}

/* --------------------------------
  解決メッセージ
-------------------------------- */

.section--problems__arrow {
  width: 80px;
  height: 32px;
  margin: var(--content-block-gap) auto var(--space-md);
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.section--problems__solution {
  margin: 0;
  text-align: center;
  line-height: 1.7;
}

.section--problems__solution-emphasis {
  display: inline;
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.section--problems__solution-middle {
  display: inline;
  color: var(--color-text);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}

.section--problems__solution-bottom {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-top: var(--space-xs);
  color: var(--color-text);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  isolation: isolate;
}

.section--problems__solution-bottom::after {
  position: absolute;
  right: -3px;
  bottom: -4px;
  left: 52%;
  z-index: -1;
  height: 9px;
  background: var(--color-accent);
  content: "";
  clip-path: polygon(0 28%, 100% 0, 94% 72%, 8% 100%);
}

/* --------------------------------
  下部ビジュアル
-------------------------------- */

.section--problems__visual {
  position: relative;
  width: 100%;
  background: var(--color-text);
}

.section--problems__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 2.7;
  object-fit: cover;
}

.section--problems__visual-copy {
  position: relative;
  z-index: 0;
  margin-top: -16px;
  padding: var(--space-lg) var(--container-padding-x)
    var(--section-padding-y);
  text-align: center;
  isolation: isolate;
}

.section--problems__visual-brush {
  position: absolute;
  inset: 3px 14px 12px;
  z-index: -1;
  background: var(--color-accent);
  clip-path: polygon(
    5% 18%,
    94% 3%,
    87% 16%,
    100% 27%,
    92% 37%,
    99% 51%,
    88% 59%,
    96% 73%,
    83% 84%,
    91% 95%,
    8% 100%,
    13% 87%,
    0 77%,
    10% 65%,
    2% 52%,
    12% 42%,
    0 29%
  );
}

.section--problems__visual-lead {
  margin: 0 0 var(--space-xs);
  color: var(--color-text);
  font-weight: 500;
  line-height: 1.7;
}

.section--problems__visual-emphasis {
  margin: 0;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1.7;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--problems__title:empty,
.section--problems__lead:empty,
.section--problems__card-text:empty,
.section--problems__card-emphasis:empty,
.section--problems__solution:empty,
.section--problems__visual-lead:empty,
.section--problems__visual-emphasis:empty {
  display: none;
}

.section--problems__solution-emphasis:empty,
.section--problems__solution-middle:empty,
.section--problems__solution-bottom:empty {
  display: none;
}

/* タイトルが空の場合は見出し全体を非表示 */

.section--problems__header:has(.section--problems__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:05:37 */

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__card-emphasis {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__lead {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__card-text {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__solution-emphasis {
  font-size: 25px !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__visual-lead {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917556636-l8hza
  .section--problems__visual-emphasis {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:40:39 */
.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__intro {
  font-weight: 500 !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:40:39 */
.tpl-scope-cmru5bh1g00000h2hxz8p0t0i .section--voice__intro {
  font-weight: 500 !important;
}
/* === end inspector overrides === */
}
/* ============================================================
  FEATURESセクション
============================================================ */

.section--features {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--features__container {
  position: relative;
  z-index: 1;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  上部装飾
-------------------------------- */

.section--features__top-decoration {
  position: absolute;
  top: -24px;
  left: -40px;
  width: 176px;
  height: 104px;
  background: var(--color-accent);
  opacity: 0.95;
  clip-path: polygon(
    0 4%,
    100% 0,
    83% 14%,
    100% 21%,
    69% 29%,
    95% 36%,
    55% 43%,
    85% 50%,
    44% 58%,
    73% 66%,
    28% 76%,
    58% 82%,
    0 100%
  );
  transform: rotate(-9deg);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--features__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント線 */

.section--features__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--features__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--features__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* --------------------------------
  導入文
-------------------------------- */

.section--features__intro {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
}

.section--features__intro-lead {
  display: block;
}

.section--features__intro-second-line {
  display: block;
}

.section--features__intro-body {
  display: inline;
}

.section--features__intro-accent {
  display: inline;
  color: var(--color-primary);
  font-weight: 700;
}

.section--features__intro-tail {
  display: inline;
}

/* --------------------------------
  特徴一覧
-------------------------------- */

.section--features__list {
  display: grid;
  gap: 0;
}

.section--features__item {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1.15fr);
  align-items: stretch;
  gap: var(--content-item-gap);
  padding-block: var(--content-block-gap);
  border-bottom: 1px solid var(--color-border-light);
}

/* 偶数番目だけ左右反転 */

.section--features__item:nth-child(even) .section--features__content {
  order: 2;
}

.section--features__item:nth-child(even) .section--features__image {
  order: 1;
}

.section--features__item:first-child {
  padding-top: 0;
}

.section--features__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* --------------------------------
  テキスト
-------------------------------- */

.section--features__content {
  display: grid;
  align-items: start;
  gap: var(--space-sm);
  min-width: 0;
}

.section--features__number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 52px;
  padding: var(--space-xs);
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-white);
  line-height: 1;
}

.section--features__copy {
  min-width: 0;
  padding-top: var(--space-xs);
}

.section--features__item-title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
}

.section--features__item-title-main {
  display: block;
}

.section--features__item-title-accent {
  display: block;
  color: var(--color-primary);
}

.section--features__brush-line {
  display: block;
  width: 50%;
  height: 7px;
  margin: var(--space-xs) 0 var(--space-sm);
  background: var(--color-accent);
  clip-path: polygon(0 36%, 78% 0, 100% 31%, 83% 66%, 17% 100%);
}

.section--features__description {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  画像
-------------------------------- */

.section--features__image {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: var(--color-border-light);
  aspect-ratio: 1.45 / 1;
}

.section--features__image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------
  クロージング
-------------------------------- */

.section--features__closing {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 134px;
  margin-top: var(--content-block-gap);
  padding: var(--space-lg) var(--space-2xl);
  background: var(--color-accent);
  text-align: center;
  clip-path: polygon(
    4% 10%,
    24% 5%,
    48% 8%,
    72% 4%,
    96% 11%,
    100% 28%,
    96% 45%,
    100% 65%,
    95% 84%,
    74% 91%,
    49% 88%,
    24% 94%,
    4% 86%,
    0 67%,
    5% 50%,
    0 29%
  );
}

.section--features__closing-text {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.7;
}

.section--features__closing-lead {
  display: block;
}

.section--features__closing-second-line {
  display: block;
}

.section--features__closing-accent {
  display: inline;
  color: var(--color-primary);
  font-weight: 700;
}

.section--features__closing-tail {
  display: inline;
}

/* --------------------------------
  放射線装飾
-------------------------------- */

.section--features__ray {
  position: absolute;
  top: 38%;
  width: 40px;
  height: 42px;
}

.section--features__ray::before,
.section--features__ray::after {
  position: absolute;
  width: 2px;
  height: 40px;
  background: var(--color-primary);
  content: "";
  transform-origin: bottom center;
}

.section--features__ray::before {
  left: 8px;
  transform: rotate(-38deg);
}

.section--features__ray::after {
  right: 8px;
  transform: rotate(38deg);
}

.section--features__ray--left {
  left: var(--space-md);
  transform: rotate(-18deg);
}

.section--features__ray--right {
  right: var(--space-md);
  transform: scaleX(-1) rotate(-18deg);
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--features__title:empty,
.section--features__intro-lead:empty,
.section--features__intro-second-line:empty,
.section--features__item-title-main:empty,
.section--features__item-title-accent:empty,
.section--features__description:empty,
.section--features__closing-lead:empty,
.section--features__closing-second-line:empty {
  display: none;
}

/* タイトルが空の場合は見出し全体を非表示 */

.section--features__header:has(.section--features__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:15:33 */

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__intro-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__intro-lead {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__intro-body {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__intro-tail {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__description {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__item-title-main {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__item-title-accent {
  font-size: 22px !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__closing-lead {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__closing-tail {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__closing-accent {
  font-size: 22px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */
@media (max-width: 768px) {
/* ============================================================
  FEATURESセクション
============================================================ */

.section--features {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--features__container {
  position: relative;
  z-index: 1;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  上部装飾
-------------------------------- */

.section--features__top-decoration {
  position: absolute;
  top: -24px;
  left: -40px;
  width: 176px;
  height: 104px;
  background: var(--color-accent);
  opacity: 0.95;
  clip-path: polygon(
    0 4%,
    100% 0,
    83% 14%,
    100% 21%,
    69% 29%,
    95% 36%,
    55% 43%,
    85% 50%,
    44% 58%,
    73% 66%,
    28% 76%,
    58% 82%,
    0 100%
  );
  transform: rotate(-9deg);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--features__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント線 */

.section--features__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--features__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--features__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* --------------------------------
  導入文
-------------------------------- */

.section--features__intro {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
}

.section--features__intro-lead {
  display: block;
}

.section--features__intro-second-line {
  display: block;
}

.section--features__intro-body {
  display: inline;
}

.section--features__intro-accent {
  display: inline;
  color: var(--color-primary);
  font-weight: 700;
}

.section--features__intro-tail {
  display: inline;
}

/* --------------------------------
  特徴一覧
-------------------------------- */

.section--features__list {
  display: grid;
  gap: 0;
}

.section--features__item {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1.15fr);
  align-items: stretch;
  gap: var(--content-item-gap);
  padding-block: var(--content-block-gap);
  border-bottom: 1px solid var(--color-border-light);
}

/* 偶数番目だけ左右反転 */

.section--features__item:nth-child(even) .section--features__content {
  order: 2;
}

.section--features__item:nth-child(even) .section--features__image {
  order: 1;
}

.section--features__item:first-child {
  padding-top: 0;
}

.section--features__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* --------------------------------
  テキスト
-------------------------------- */

.section--features__content {
  display: grid;
  align-items: start;
  gap: var(--space-sm);
  min-width: 0;
}

.section--features__number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 52px;
  padding: var(--space-xs);
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-white);
  line-height: 1;
}

.section--features__copy {
  min-width: 0;
  padding-top: var(--space-xs);
}

.section--features__item-title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
}

.section--features__item-title-main {
  display: block;
}

.section--features__item-title-accent {
  display: block;
  color: var(--color-primary);
}

.section--features__brush-line {
  display: block;
  width: 50%;
  height: 7px;
  margin: var(--space-xs) 0 var(--space-sm);
  background: var(--color-accent);
  clip-path: polygon(0 36%, 78% 0, 100% 31%, 83% 66%, 17% 100%);
}

.section--features__description {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  画像
-------------------------------- */

.section--features__image {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: var(--color-border-light);
  aspect-ratio: 1.45 / 1;
}

.section--features__image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------
  クロージング
-------------------------------- */

.section--features__closing {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 134px;
  margin-top: var(--content-block-gap);
  padding: var(--space-lg) var(--space-2xl);
  background: var(--color-accent);
  text-align: center;
  clip-path: polygon(
    4% 10%,
    24% 5%,
    48% 8%,
    72% 4%,
    96% 11%,
    100% 28%,
    96% 45%,
    100% 65%,
    95% 84%,
    74% 91%,
    49% 88%,
    24% 94%,
    4% 86%,
    0 67%,
    5% 50%,
    0 29%
  );
}

.section--features__closing-text {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.7;
}

.section--features__closing-lead {
  display: block;
}

.section--features__closing-second-line {
  display: block;
}

.section--features__closing-accent {
  display: inline;
  color: var(--color-primary);
  font-weight: 700;
}

.section--features__closing-tail {
  display: inline;
}

/* --------------------------------
  放射線装飾
-------------------------------- */

.section--features__ray {
  position: absolute;
  top: 38%;
  width: 40px;
  height: 42px;
}

.section--features__ray::before,
.section--features__ray::after {
  position: absolute;
  width: 2px;
  height: 40px;
  background: var(--color-primary);
  content: "";
  transform-origin: bottom center;
}

.section--features__ray::before {
  left: 8px;
  transform: rotate(-38deg);
}

.section--features__ray::after {
  right: 8px;
  transform: rotate(38deg);
}

.section--features__ray--left {
  left: var(--space-md);
  transform: rotate(-18deg);
}

.section--features__ray--right {
  right: var(--space-md);
  transform: scaleX(-1) rotate(-18deg);
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--features__title:empty,
.section--features__intro-lead:empty,
.section--features__intro-second-line:empty,
.section--features__item-title-main:empty,
.section--features__item-title-accent:empty,
.section--features__description:empty,
.section--features__closing-lead:empty,
.section--features__closing-second-line:empty {
  display: none;
}

/* タイトルが空の場合は見出し全体を非表示 */

.section--features__header:has(.section--features__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:15:33 */

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__intro-accent {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__intro-lead {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__intro-body {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__intro-tail {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__description {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__item-title-main {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__item-title-accent {
  font-size: 22px !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__closing-lead {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__closing-tail {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917611070-m03ii .section--features__closing-accent {
  font-size: 22px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */
}
/* ============================================================
  TRUSTセクション
============================================================ */

.section--trust {
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  メインビジュアル
-------------------------------- */

.section--trust__visual {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-text);
  aspect-ratio: 2 / 0.78;
}

.section--trust__visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--trust__content {
  position: relative;
  padding-top: var(--section-padding-y);
  padding-bottom: 0;
  text-align: center;
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--trust__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント線 */

.section--trust__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--trust__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--trust__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* 導入文 */

.section--trust__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

.section--trust__lead-prefix {
  display: inline;
  color: var(--color-text);
}

.section--trust__lead-accent {
  display: inline;
  color: var(--color-primary);
  font-weight: 600;
}

.section--trust__lead-suffix {
  display: inline;
  color: var(--color-text);
}

/* --------------------------------
  評価カード
-------------------------------- */

.section--trust__rating-card {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-white);
}

.section--trust__rating-summary,
.section--trust__rating-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--card-padding-y) var(--card-padding-x);
}

.section--trust__rating-summary {
  border-right: 1px solid var(--color-border);
}

.section--trust__rating-label {
  align-self: center;
  margin: 0 0 var(--space-xs);
  padding: 4px var(--space-sm);
  border-radius: var(--radius-pill);
  background: var(--color-primary);
  color: var(--color-white);
  line-height: 1.4;
}

.section--trust__rating-score {
  margin: 0;
  color: var(--color-primary);
  line-height: 1;
}

.section--trust__stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin: var(--space-xs) 0;
}

.section--trust__star,
.section--trust__half-star {
  width: 18%;
  aspect-ratio: 1;
}

.section--trust__star {
  display: block;
  height: auto;
  fill: var(--color-accent);
}

.section--trust__star-path {
  fill: var(--color-accent);
}

.section--trust__half-star {
  position: relative;
  display: block;
}

.section--trust__half-star-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.section--trust__half-star-path {
  fill: var(--color-accent);
}

.section--trust__half-star::after {
  position: absolute;
  inset: 0 0 0 50%;
  background: var(--color-border-light);
  content: "";
  mix-blend-mode: color;
}

.section--trust__rating-date {
  margin: var(--space-xs) 0 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.section--trust__rating-copy {
  text-align: left;
}

.section--trust__rating-heading {
  margin: 0 0 var(--space-sm);
  line-height: 1.7;
  white-space: pre-line;
}

.section--trust__rating-highlight {
  margin: 0 0 var(--space-md);
  color: var(--color-primary);
  line-height: 1.7;
  white-space: pre-line;
}

.section--trust__rating-description {
  margin: 0;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  実績カード
-------------------------------- */

.section--trust__proof-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: var(--content-block-gap);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-white);
}

.section--trust__proof-item {
  min-width: 0;
  padding: var(--card-padding-y) var(--space-sm);
}

.section--trust__proof-item + .section--trust__proof-item {
  border-left: 1px solid var(--color-border);
}

.section--trust__proof-item--audience,
.section--trust__proof-item--repeat {
  position: relative;
}

.section--trust__proof-heading {
  display: flex;
  align-items: center;
  min-height: 75px;
  gap: var(--space-sm);
  text-align: left;
}

.section--trust__proof-icon {
  flex: 0 0 27%;
  width: 27%;
  fill: var(--color-primary);
}

.section--trust__proof-icon--people {
  fill: var(--color-primary);
}

.section--trust__proof-icon--heart {
  flex-basis: 24%;
  width: 24%;
  fill: var(--color-primary);
}

.section--trust__people-head,
.section--trust__people-body,
.section--trust__heart-path {
  fill: var(--color-primary);
}

.section--trust__proof-copy {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.6;
  white-space: pre-line;
}

.section--trust__proof-copy--audience,
.section--trust__proof-copy--repeat {
  color: var(--color-text);
}

.section--trust__audience-prefix,
.section--trust__audience-accent,
.section--trust__audience-suffix,
.section--trust__repeat-prefix,
.section--trust__repeat-accent,
.section--trust__repeat-suffix {
  display: block;
}

.section--trust__audience-prefix,
.section--trust__audience-suffix,
.section--trust__repeat-prefix,
.section--trust__repeat-suffix {
  color: var(--color-text);
}

.section--trust__audience-accent,
.section--trust__repeat-accent {
  color: var(--color-primary);
}

.section--trust__proof-image-wrap {
  width: 100%;
  margin: var(--image-text-gap) 0 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: var(--color-border-light);
  aspect-ratio: 1.55 / 1;
}

.section--trust__proof-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--trust__proof-image--audience,
.section--trust__proof-image--repeat {
  object-position: center;
}

/* --------------------------------
  クロージング
-------------------------------- */

.section--trust__closing {
  position: relative;
  width: calc(100% + (var(--container-padding-x) * 2));
  margin: var(--content-block-gap)
    calc(var(--container-padding-x) * -1)
    0;
  padding:
    var(--space-lg)
    calc(var(--container-padding-x) + var(--space-xs))
    var(--section-padding-y);
  background: var(--color-accent-light);
  clip-path: polygon(
    0 10%,
    5% 3%,
    16% 7%,
    29% 2%,
    44% 6%,
    59% 1%,
    73% 6%,
    87% 2%,
    100% 9%,
    97% 91%,
    83% 96%,
    68% 92%,
    52% 98%,
    36% 93%,
    19% 97%,
    4% 90%
  );
}

.section--trust__closing-lead {
  margin: 0 0 var(--space-xs);
  line-height: 1.7;
}

.section--trust__closing-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-xs);
  color: var(--color-primary);
}

.section--trust__closing-main-text {
  margin: 0;
  color: var(--color-primary);
  line-height: 1.7;
}

.section--trust__closing-mark {
  flex: 0 0 12%;
  width: 12%;
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 3;
  stroke-linecap: round;
}

.section--trust__closing-mark-path {
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 3;
  stroke-linecap: round;
}

.section--trust__closing-mark--left {
  transform: rotate(-4deg);
}

.section--trust__closing-mark--right {
  transform: rotate(4deg);
}

.section--trust__closing-foot {
  margin: 0;
  line-height: 1.7;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--trust__title:empty,
.section--trust__lead:empty,
.section--trust__rating-label:empty,
.section--trust__rating-score:empty,
.section--trust__rating-date:empty,
.section--trust__rating-heading:empty,
.section--trust__rating-highlight:empty,
.section--trust__rating-description:empty,
.section--trust__proof-copy:empty,
.section--trust__closing-lead:empty,
.section--trust__closing-main-text:empty,
.section--trust__closing-foot:empty {
  display: none;
}

.section--trust__lead-prefix:empty,
.section--trust__lead-accent:empty,
.section--trust__lead-suffix:empty,
.section--trust__audience-prefix:empty,
.section--trust__audience-accent:empty,
.section--trust__audience-suffix:empty,
.section--trust__repeat-prefix:empty,
.section--trust__repeat-accent:empty,
.section--trust__repeat-suffix:empty {
  display: none;
}

.section--trust__header:has(.section--trust__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:24:30 */

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__lead-prefix {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__lead-suffix {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__lead-accent {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-label {
  font-size: 12px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-score {
  font-size: 34px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-date {
  font-size: 12px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-highlight {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-heading {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-description {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__audience-prefix {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__audience-suffix {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__repeat-prefix {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__repeat-suffix {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__audience-accent {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__repeat-accent {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__closing-lead {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__closing-foot {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__closing-main-text {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */

/* === inspector overrides === */
/* === end inspector overrides === */
@media (max-width: 768px) {
/* ============================================================
  TRUSTセクション
============================================================ */

.section--trust {
  width: 100%;
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  メインビジュアル
-------------------------------- */

.section--trust__visual {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-text);
  aspect-ratio: 2 / 0.78;
}

.section--trust__visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--trust__content {
  position: relative;
  padding-top: var(--section-padding-y);
  padding-bottom: 0;
  text-align: center;
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--trust__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント線 */

.section--trust__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--trust__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--trust__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* 導入文 */

.section--trust__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

.section--trust__lead-prefix {
  display: inline;
  color: var(--color-text);
}

.section--trust__lead-accent {
  display: inline;
  color: var(--color-primary);
  font-weight: 600;
}

.section--trust__lead-suffix {
  display: inline;
  color: var(--color-text);
}

/* --------------------------------
  評価カード
-------------------------------- */

.section--trust__rating-card {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-white);
}

.section--trust__rating-summary,
.section--trust__rating-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--card-padding-y) var(--card-padding-x);
}

.section--trust__rating-summary {
  border-right: 1px solid var(--color-border);
}

.section--trust__rating-label {
  align-self: center;
  margin: 0 0 var(--space-xs);
  padding: 4px var(--space-sm);
  border-radius: var(--radius-pill);
  background: var(--color-primary);
  color: var(--color-white);
  line-height: 1.4;
}

.section--trust__rating-score {
  margin: 0;
  color: var(--color-primary);
  line-height: 1;
}

.section--trust__stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin: var(--space-xs) 0;
}

.section--trust__star,
.section--trust__half-star {
  width: 18%;
  aspect-ratio: 1;
}

.section--trust__star {
  display: block;
  height: auto;
  fill: var(--color-accent);
}

.section--trust__star-path {
  fill: var(--color-accent);
}

.section--trust__half-star {
  position: relative;
  display: block;
}

.section--trust__half-star-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.section--trust__half-star-path {
  fill: var(--color-accent);
}

.section--trust__half-star::after {
  position: absolute;
  inset: 0 0 0 50%;
  background: var(--color-border-light);
  content: "";
  mix-blend-mode: color;
}

.section--trust__rating-date {
  margin: var(--space-xs) 0 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.section--trust__rating-copy {
  text-align: left;
}

.section--trust__rating-heading {
  margin: 0 0 var(--space-sm);
  line-height: 1.7;
  white-space: pre-line;
}

.section--trust__rating-highlight {
  margin: 0 0 var(--space-md);
  color: var(--color-primary);
  line-height: 1.7;
  white-space: pre-line;
}

.section--trust__rating-description {
  margin: 0;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  実績カード
-------------------------------- */

.section--trust__proof-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: var(--content-block-gap);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-white);
}

.section--trust__proof-item {
  min-width: 0;
  padding: var(--card-padding-y) var(--space-sm);
}

.section--trust__proof-item + .section--trust__proof-item {
  border-left: 1px solid var(--color-border);
}

.section--trust__proof-item--audience,
.section--trust__proof-item--repeat {
  position: relative;
}

.section--trust__proof-heading {
  display: flex;
  align-items: center;
  min-height: 75px;
  gap: var(--space-sm);
  text-align: left;
}

.section--trust__proof-icon {
  flex: 0 0 27%;
  width: 27%;
  fill: var(--color-primary);
}

.section--trust__proof-icon--people {
  fill: var(--color-primary);
}

.section--trust__proof-icon--heart {
  flex-basis: 24%;
  width: 24%;
  fill: var(--color-primary);
}

.section--trust__people-head,
.section--trust__people-body,
.section--trust__heart-path {
  fill: var(--color-primary);
}

.section--trust__proof-copy {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.6;
  white-space: pre-line;
}

.section--trust__proof-copy--audience,
.section--trust__proof-copy--repeat {
  color: var(--color-text);
}

.section--trust__audience-prefix,
.section--trust__audience-accent,
.section--trust__audience-suffix,
.section--trust__repeat-prefix,
.section--trust__repeat-accent,
.section--trust__repeat-suffix {
  display: block;
}

.section--trust__audience-prefix,
.section--trust__audience-suffix,
.section--trust__repeat-prefix,
.section--trust__repeat-suffix {
  color: var(--color-text);
}

.section--trust__audience-accent,
.section--trust__repeat-accent {
  color: var(--color-primary);
}

.section--trust__proof-image-wrap {
  width: 100%;
  margin: var(--image-text-gap) 0 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: var(--color-border-light);
  aspect-ratio: 1.55 / 1;
}

.section--trust__proof-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--trust__proof-image--audience,
.section--trust__proof-image--repeat {
  object-position: center;
}

/* --------------------------------
  クロージング
-------------------------------- */

.section--trust__closing {
  position: relative;
  width: calc(100% + (var(--container-padding-x) * 2));
  margin: var(--content-block-gap)
    calc(var(--container-padding-x) * -1)
    0;
  padding:
    var(--space-lg)
    calc(var(--container-padding-x) + var(--space-xs))
    var(--section-padding-y);
  background: var(--color-accent-light);
  clip-path: polygon(
    0 10%,
    5% 3%,
    16% 7%,
    29% 2%,
    44% 6%,
    59% 1%,
    73% 6%,
    87% 2%,
    100% 9%,
    97% 91%,
    83% 96%,
    68% 92%,
    52% 98%,
    36% 93%,
    19% 97%,
    4% 90%
  );
}

.section--trust__closing-lead {
  margin: 0 0 var(--space-xs);
  line-height: 1.7;
}

.section--trust__closing-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-xs);
  color: var(--color-primary);
}

.section--trust__closing-main-text {
  margin: 0;
  color: var(--color-primary);
  line-height: 1.7;
}

.section--trust__closing-mark {
  flex: 0 0 12%;
  width: 12%;
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 3;
  stroke-linecap: round;
}

.section--trust__closing-mark-path {
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 3;
  stroke-linecap: round;
}

.section--trust__closing-mark--left {
  transform: rotate(-4deg);
}

.section--trust__closing-mark--right {
  transform: rotate(4deg);
}

.section--trust__closing-foot {
  margin: 0;
  line-height: 1.7;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--trust__title:empty,
.section--trust__lead:empty,
.section--trust__rating-label:empty,
.section--trust__rating-score:empty,
.section--trust__rating-date:empty,
.section--trust__rating-heading:empty,
.section--trust__rating-highlight:empty,
.section--trust__rating-description:empty,
.section--trust__proof-copy:empty,
.section--trust__closing-lead:empty,
.section--trust__closing-main-text:empty,
.section--trust__closing-foot:empty {
  display: none;
}

.section--trust__lead-prefix:empty,
.section--trust__lead-accent:empty,
.section--trust__lead-suffix:empty,
.section--trust__audience-prefix:empty,
.section--trust__audience-accent:empty,
.section--trust__audience-suffix:empty,
.section--trust__repeat-prefix:empty,
.section--trust__repeat-accent:empty,
.section--trust__repeat-suffix:empty {
  display: none;
}

.section--trust__header:has(.section--trust__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:24:30 */

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__lead-prefix {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__lead-suffix {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__lead-accent {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-label {
  font-size: 12px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-score {
  font-size: 34px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-date {
  font-size: 12px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-highlight {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-heading {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__rating-description {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__audience-prefix {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__audience-suffix {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__repeat-prefix {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__repeat-suffix {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__audience-accent {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__repeat-accent {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__closing-lead {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__closing-foot {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917673711-vv7d2
  .section--trust__closing-main-text {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */

/* === inspector overrides === */
/* === end inspector overrides === */
}
.section--menu {
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--menu__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--menu__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.section--menu__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.section--menu__eyebrow {
  margin: 0 0 var(--space-xs);
  line-height: 1.5;
}

.section--menu__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.section--menu__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.section--menu__lead {
  margin: 0;
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  共通ブロック
-------------------------------- */

.section--menu__course-block,
.section--menu__recommend-block {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
}

.section--menu__block-heading,
.section--menu__recommend-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  background: linear-gradient(90deg, var(--color-accent-light), var(--color-accent));
}

.section--menu__block-title,
.section--menu__recommend-title {
  margin: 0;
  line-height: 1.5;
}

/* --------------------------------
  コース見出し
-------------------------------- */

.section--menu__course-heading-prefix {
  display: inline;
  color: var(--color-text);
}

.section--menu__course-heading-accent {
  display: inline;
  color: var(--color-primary);
}

.section--menu__course-heading-suffix {
  display: inline;
  color: var(--color-text);
}

.section--menu__tax-note {
  flex-shrink: 0;
  margin: 0;
  color: var(--color-text-muted);
  text-align: right;
  line-height: 1.5;
}

/* --------------------------------
  コーススライダー
-------------------------------- */

.section--menu__course-slider {
  position: relative;
  width: 100%;
  padding: var(--space-md) 0 40px;
  overflow: visible;
}

.section--menu__course-wrapper {
  align-items: stretch;
}

.section--menu__course-card {
  width: calc((100% - (var(--card-gap) * 3)) / 4);
  height: auto;
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.section--menu__course-badge {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto var(--space-xs);
  padding: 4px var(--space-xs);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  line-height: 1.4;
}

.section--menu__course-name {
  min-height: 3em;
  margin: 0 0 var(--space-sm);
  text-align: center;
  line-height: 1.5;
}

.section--menu__course-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: var(--color-border-light);
  aspect-ratio: 1 / 1;
}

.section--menu__course-image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--menu__course-features {
  margin: var(--space-sm) 0 0;
  padding-left: 1.1em;
  line-height: 1.6;
}

.section--menu__course-feature {
  margin: 0;
}

.section--menu__course-feature--second,
.section--menu__course-feature--third {
  margin-top: var(--space-xs);
}

.section--menu__course-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: var(--space-md) 0 0;
  color: var(--color-primary);
  text-align: center;
}

.section--menu__course-price-value {
  display: inline;
  color: var(--color-primary);
}

.section--menu__course-price-unit {
  display: inline;
  color: var(--color-primary);
}

/* --------------------------------
  スライダー操作
-------------------------------- */

.section--menu__slider-button {
  position: absolute;
  top: 44%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--color-border-light);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.14);
  transform: translateY(-50%);
  transition:
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.section--menu__slider-button:hover {
  transform: translateY(calc(-50% - 2px));
}

.section--menu__slider-button::after {
  display: none;
}

.section--menu__slider-button--prev {
  left: 0px;
}

.section--menu__slider-button--next {
  right: 0px;
}

.section--menu__slider-icon {
  width: 52%;
  height: 52%;
  overflow: visible;
}

.section--menu__slider-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section--menu__slider-icon--prev,
.section--menu__slider-icon--next {
  display: block;
}

.section--menu__pagination {
  bottom: var(--space-sm);
}

.section--menu__pagination .swiper-pagination-bullet {
  background: var(--color-text-muted);
  opacity: 0.45;
}

.section--menu__pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}

/* --------------------------------
  コース補足
-------------------------------- */

.section--menu__course-note {
  margin: 0 0 var(--content-block-gap);
  padding: var(--space-md) var(--space-xs) 0;
  color: var(--color-text-muted);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  おすすめメニュー見出し
-------------------------------- */

.section--menu__recommend-heading {
  justify-content: center;
  text-align: center;
}

.section--menu__recommend-heading-prefix {
  display: inline;
  color: var(--color-text);
}

.section--menu__recommend-heading-accent {
  display: inline;
  color: var(--color-primary);
}

.section--menu__recommend-heading-suffix {
  display: inline;
  color: var(--color-text);
}

/* --------------------------------
  おすすめメニュー一覧
-------------------------------- */

.section--menu__recommend-list {
  padding-inline: var(--card-padding-x);
}

.section--menu__recommend-item {
  display: grid;
  align-items: center;
  gap: var(--content-item-gap);
  padding-block: var(--card-padding-y);
  border-bottom: 1px solid var(--color-border-light);
}

.section--menu__recommend-item:last-child {
  border-bottom: 0;
}

.section--menu__recommend-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: var(--color-border-light);
  aspect-ratio: 1 / 0.82;
}

.section--menu__recommend-image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--menu__recommend-content {
  min-width: 0;
}

.section--menu__recommend-name {
  margin: 0 0 var(--space-xs);
  line-height: 1.5;
}

.section--menu__recommend-description {
  margin: 0;
  line-height: 1.7;
  white-space: pre-line;
}

.section--menu__recommend-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
  color: var(--color-primary);
  text-align: right;
}

.section--menu__recommend-price-value {
  display: inline;
  color: var(--color-primary);
}

.section--menu__recommend-price-unit {
  display: inline;
  color: var(--color-primary);
}

.section--menu__recommend-price-note {
  flex-basis: 100%;
  color: var(--color-text-muted);
}

/* --------------------------------
  CTA
-------------------------------- */

.section--menu__cta {
  margin-top: var(--content-block-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
  text-align: center;
}

.section--menu__cta-lead {
  margin: 0;
  line-height: 1.7;
}

.section--menu__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: var(--button-margin-top);
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
}

.section--menu__cta-link:hover {
  background: var(--color-primary-dark);
}

.section--menu__cta-text {
  display: inline;
  color: inherit;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--menu__eyebrow:empty,
.section--menu__title:empty,
.section--menu__lead:empty,
.section--menu__block-title:empty,
.section--menu__tax-note:empty,
.section--menu__course-badge:empty,
.section--menu__course-name:empty,
.section--menu__course-note:empty,
.section--menu__recommend-title:empty,
.section--menu__recommend-name:empty,
.section--menu__recommend-description:empty,
.section--menu__recommend-price-note:empty,
.section--menu__cta-lead:empty,
.section--menu__cta-text:empty {
  display: none;
}

.section--menu__course-heading-prefix:empty,
.section--menu__course-heading-accent:empty,
.section--menu__course-heading-suffix:empty,
.section--menu__recommend-heading-prefix:empty,
.section--menu__recommend-heading-accent:empty,
.section--menu__recommend-heading-suffix:empty,
.section--menu__course-price-value:empty,
.section--menu__course-price-unit:empty,
.section--menu__recommend-price-value:empty,
.section--menu__recommend-price-unit:empty,
.section--menu__course-feature:empty {
  display: none;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/5 18:44:26 */
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__eyebrow {
  font-size: 20px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__title {
  font-size: 32px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__lead {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__tax-note {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-heading-prefix {
  font-size: 20px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-heading-accent {
  font-size: 20px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-heading-suffix {
  font-size: 20px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-name {
  margin-bottom: 0px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-price-value {
  font-size: 26px !important;
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-price-unit {
  font-size: 18.9px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-note {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-price {
  font-size: 30px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-description {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-name {
  font-size: 22.5px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-price-value {
  font-size: 34px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-price-unit {
  font-size: 18.9px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__cta-lead {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__cta-text {
  font-weight: 500 !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--menu {
  width: 100%;
  overflow: hidden;
  background: var(--color-background-warm);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--menu__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--menu__intro {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

.section--menu__accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

.section--menu__eyebrow {
  margin: 0 0 var(--space-xs);
  line-height: 1.5;
}

.section--menu__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

.section--menu__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

.section--menu__lead {
  margin: 0;
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  共通ブロック
-------------------------------- */

.section--menu__course-block,
.section--menu__recommend-block {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
}

.section--menu__block-heading,
.section--menu__recommend-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  background: linear-gradient(90deg, var(--color-accent-light), var(--color-accent));
}

.section--menu__block-title,
.section--menu__recommend-title {
  margin: 0;
  line-height: 1.5;
}

/* --------------------------------
  コース見出し
-------------------------------- */

.section--menu__course-heading-prefix {
  display: inline;
  color: var(--color-text);
}

.section--menu__course-heading-accent {
  display: inline;
  color: var(--color-primary);
}

.section--menu__course-heading-suffix {
  display: inline;
  color: var(--color-text);
}

.section--menu__tax-note {
  flex-shrink: 0;
  margin: 0;
  color: var(--color-text-muted);
  text-align: right;
  line-height: 1.5;
}

/* --------------------------------
  コーススライダー
-------------------------------- */

.section--menu__course-slider {
  position: relative;
  width: 100%;
  padding: var(--space-md) 0 40px;
  overflow: visible;
}

.section--menu__course-wrapper {
  align-items: stretch;
}

.section--menu__course-card {
  width: calc((100% - (var(--card-gap) * 3)) / 4);
  height: auto;
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(64, 43, 12, 0.1);
}

.section--menu__course-badge {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto var(--space-xs);
  padding: 4px var(--space-xs);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  line-height: 1.4;
}

.section--menu__course-name {
  min-height: 3em;
  margin: 0 0 var(--space-sm);
  text-align: center;
  line-height: 1.5;
}

.section--menu__course-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: var(--color-border-light);
  aspect-ratio: 1 / 1;
}

.section--menu__course-image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--menu__course-features {
  margin: var(--space-sm) 0 0;
  padding-left: 1.1em;
  line-height: 1.6;
}

.section--menu__course-feature {
  margin: 0;
}

.section--menu__course-feature--second,
.section--menu__course-feature--third {
  margin-top: var(--space-xs);
}

.section--menu__course-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: var(--space-md) 0 0;
  color: var(--color-primary);
  text-align: center;
}

.section--menu__course-price-value {
  display: inline;
  color: var(--color-primary);
}

.section--menu__course-price-unit {
  display: inline;
  color: var(--color-primary);
}

/* --------------------------------
  スライダー操作
-------------------------------- */

.section--menu__slider-button {
  position: absolute;
  top: 44%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--color-border-light);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.14);
  transform: translateY(-50%);
  transition:
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.section--menu__slider-button:hover {
  transform: translateY(calc(-50% - 2px));
}

.section--menu__slider-button::after {
  display: none;
}

.section--menu__slider-button--prev {
  left: 0px;
}

.section--menu__slider-button--next {
  right: 0px;
}

.section--menu__slider-icon {
  width: 52%;
  height: 52%;
  overflow: visible;
}

.section--menu__slider-icon-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section--menu__slider-icon--prev,
.section--menu__slider-icon--next {
  display: block;
}

.section--menu__pagination {
  bottom: var(--space-sm);
}

.section--menu__pagination .swiper-pagination-bullet {
  background: var(--color-text-muted);
  opacity: 0.45;
}

.section--menu__pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}

/* --------------------------------
  コース補足
-------------------------------- */

.section--menu__course-note {
  margin: 0 0 var(--content-block-gap);
  padding: var(--space-md) var(--space-xs) 0;
  color: var(--color-text-muted);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  おすすめメニュー見出し
-------------------------------- */

.section--menu__recommend-heading {
  justify-content: center;
  text-align: center;
}

.section--menu__recommend-heading-prefix {
  display: inline;
  color: var(--color-text);
}

.section--menu__recommend-heading-accent {
  display: inline;
  color: var(--color-primary);
}

.section--menu__recommend-heading-suffix {
  display: inline;
  color: var(--color-text);
}

/* --------------------------------
  おすすめメニュー一覧
-------------------------------- */

.section--menu__recommend-list {
  padding-inline: var(--card-padding-x);
}

.section--menu__recommend-item {
  display: grid;
  align-items: center;
  gap: var(--content-item-gap);
  padding-block: var(--card-padding-y);
  border-bottom: 1px solid var(--color-border-light);
}

.section--menu__recommend-item:last-child {
  border-bottom: 0;
}

.section--menu__recommend-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: var(--color-border-light);
  aspect-ratio: 1 / 0.82;
}

.section--menu__recommend-image-content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--menu__recommend-content {
  min-width: 0;
}

.section--menu__recommend-name {
  margin: 0 0 var(--space-xs);
  line-height: 1.5;
}

.section--menu__recommend-description {
  margin: 0;
  line-height: 1.7;
  white-space: pre-line;
}

.section--menu__recommend-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
  color: var(--color-primary);
  text-align: right;
}

.section--menu__recommend-price-value {
  display: inline;
  color: var(--color-primary);
}

.section--menu__recommend-price-unit {
  display: inline;
  color: var(--color-primary);
}

.section--menu__recommend-price-note {
  flex-basis: 100%;
  color: var(--color-text-muted);
}

/* --------------------------------
  CTA
-------------------------------- */

.section--menu__cta {
  margin-top: var(--content-block-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
  text-align: center;
}

.section--menu__cta-lead {
  margin: 0;
  line-height: 1.7;
}

.section--menu__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: var(--button-margin-top);
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
}

.section--menu__cta-link:hover {
  background: var(--color-primary-dark);
}

.section--menu__cta-text {
  display: inline;
  color: inherit;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--menu__eyebrow:empty,
.section--menu__title:empty,
.section--menu__lead:empty,
.section--menu__block-title:empty,
.section--menu__tax-note:empty,
.section--menu__course-badge:empty,
.section--menu__course-name:empty,
.section--menu__course-note:empty,
.section--menu__recommend-title:empty,
.section--menu__recommend-name:empty,
.section--menu__recommend-description:empty,
.section--menu__recommend-price-note:empty,
.section--menu__cta-lead:empty,
.section--menu__cta-text:empty {
  display: none;
}

.section--menu__course-heading-prefix:empty,
.section--menu__course-heading-accent:empty,
.section--menu__course-heading-suffix:empty,
.section--menu__recommend-heading-prefix:empty,
.section--menu__recommend-heading-accent:empty,
.section--menu__recommend-heading-suffix:empty,
.section--menu__course-price-value:empty,
.section--menu__course-price-unit:empty,
.section--menu__recommend-price-value:empty,
.section--menu__recommend-price-unit:empty,
.section--menu__course-feature:empty {
  display: none;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/5 18:44:26 */
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__eyebrow {
  font-size: 20px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__title {
  font-size: 32px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__lead {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__tax-note {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-heading-prefix {
  font-size: 20px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-heading-accent {
  font-size: 20px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-heading-suffix {
  font-size: 20px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-name {
  margin-bottom: 0px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-price-value {
  font-size: 26px !important;
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-price-unit {
  font-size: 18.9px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__course-note {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-price {
  font-size: 30px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-description {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-name {
  font-size: 22.5px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-price-value {
  font-size: 34px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__recommend-price-unit {
  font-size: 18.9px !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__cta-lead {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1785917746142-a07tg .section--menu__cta-text {
  font-weight: 500 !important;
}
/* === end inspector overrides === */
}
/* ============================================================
  STAFFセクション
============================================================ */

.section--staff {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--staff__container {
  position: relative;
  z-index: 1;
  padding-top: var(--section-padding-y);
  padding-bottom: calc(
    var(--section-padding-y) + var(--space-md)
  );
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--staff__header {
  position: relative;
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント線 */

.section--staff__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--staff__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--staff__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* --------------------------------
  リボン
-------------------------------- */

.section--staff__ribbon {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: var(--space-xs) var(--space-xl);
  background: linear-gradient(
    90deg,
    var(--color-primary-dark),
    var(--color-primary) 50%,
    var(--color-primary-dark)
  );
  color: var(--color-white);
  text-align: center;
  line-height: 1.5;
  clip-path: polygon(
    0 0,
    7% 0,
    10% 16%,
    90% 16%,
    93% 0,
    100% 0,
    95% 50%,
    100% 100%,
    91% 100%,
    89% 84%,
    11% 84%,
    9% 100%,
    0 100%,
    5% 50%
  );
}

/* --------------------------------
  スタッフ見出し
-------------------------------- */

.section--staff__voice-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--heading-lead-gap);
}

.section--staff__voice-line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-accent);
}

.section--staff__voice-title {
  display: flex;
  gap: 3px;
  margin: 0;
  white-space: nowrap;
}

.section--staff__voice-title-main {
  display: inline;
  color: var(--color-text);
}

.section--staff__voice-title-accent {
  display: inline;
  color: var(--color-primary);
}

/* --------------------------------
  スタッフカード
-------------------------------- */

.section--staff__cards {
  display: grid;
  gap: var(--card-gap);
}

.section--staff__card {
  position: relative;
  overflow: hidden;
  padding:
    var(--space-xs)
    var(--space-xs)
    var(--card-padding-y);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 12px rgba(69, 47, 24, 0.1);
}

.section--staff__photo {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: var(--color-border-light);
}

.section--staff__photo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section--staff__profile {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin:
    var(--space-xs)
    var(--space-xs)
    var(--space-sm);
  padding-bottom: var(--space-xs);
  border-bottom: 1px dashed var(--color-accent);
}

.section--staff__role {
  position: relative;
  flex: 0 0 auto;
  min-width: 72px;
  margin: 0;
  padding: 4px var(--space-sm);
  background: var(--color-accent-light);
  color: var(--color-text);
  text-align: center;
  line-height: 1.4;
}

.section--staff__name {
  position: relative;
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
}

.section--staff__message {
  margin: 0;
  padding-inline: var(--space-sm);
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  チームカード
-------------------------------- */

.section--staff__team {
  position: relative;
  margin-top: var(--content-block-gap);
  padding:
    var(--space-lg)
    var(--card-padding-x)
    var(--card-padding-y);
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
}

.section--staff__team-badge {
  position: absolute;
  top: -12px;
  left: 4px;
  z-index: 2;
  width: 112px;
  margin: 0;
  padding: 10px var(--space-sm);
  border-radius: 50%;
  background: var(--color-primary-dark);
  color: var(--color-white);
  text-align: center;
  line-height: 1.25;
  white-space: pre-line;
  transform: rotate(-7deg);
}

.section--staff__team-badge::after {
  position: absolute;
  right: 24px;
  bottom: -4px;
  width: 18px;
  height: 13px;
  background: var(--color-primary-dark);
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.section--staff__team-title {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0 0 var(--space-md) 118px;
  padding-bottom: var(--space-xs);
  border-bottom: 1px dashed var(--color-accent);
}

.section--staff__team-title-main {
  display: inline;
  color: var(--color-text);
}

.section--staff__team-title-accent {
  display: inline;
  color: var(--color-primary);
}

.section--staff__team-content {
  display: grid;
  align-items: center;
  gap: var(--content-item-gap);
}

.section--staff__team-message {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

.section--staff__team-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: var(--color-border-light);
  aspect-ratio: 1.55 / 1;
}

.section--staff__team-photo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --------------------------------
  下部ブラシ
-------------------------------- */

.section--staff__bottom-brush {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--space-md);
  background: var(--color-primary);
  clip-path: polygon(
    0 34%,
    4% 18%,
    9% 42%,
    14% 21%,
    21% 40%,
    28% 17%,
    34% 38%,
    41% 20%,
    48% 43%,
    56% 15%,
    64% 36%,
    72% 19%,
    80% 40%,
    88% 17%,
    94% 35%,
    100% 21%,
    100% 100%,
    0 100%
  );
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--staff__title:empty,
.section--staff__ribbon:empty,
.section--staff__voice-title-main:empty,
.section--staff__voice-title-accent:empty,
.section--staff__role:empty,
.section--staff__name:empty,
.section--staff__message:empty,
.section--staff__team-badge:empty,
.section--staff__team-title-main:empty,
.section--staff__team-title-accent:empty,
.section--staff__team-message:empty {
  display: none;
}

.section--staff__header:has(
    .section--staff__title:empty
  ) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:50:35 */

.tpl-scope-manual-sec-1785917808615-00zsa
  .section--staff__title {
  font-size: 32px !important;
}

.tpl-scope-manual-sec-1785917808615-00zsa
  .section--staff__ribbon {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917808615-00zsa
  .section--staff__message.section--staff__message--first {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917808615-00zsa
  .section--staff__team-badge {
  font-size: 13px !important;
}

/* === end inspector overrides === */
@media (max-width: 768px) {
/* ============================================================
  STAFFセクション
============================================================ */

.section--staff {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:var(--color-white);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--staff__container {
  position: relative;
  z-index: 1;
  padding-top: var(--section-padding-y);
  padding-bottom: calc(
    var(--section-padding-y) + var(--space-md)
  );
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--staff__header {
  position: relative;
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント線 */

.section--staff__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--staff__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--staff__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* --------------------------------
  リボン
-------------------------------- */

.section--staff__ribbon {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: var(--space-xs) var(--space-xl);
  background: linear-gradient(
    90deg,
    var(--color-primary-dark),
    var(--color-primary) 50%,
    var(--color-primary-dark)
  );
  color: var(--color-white);
  text-align: center;
  line-height: 1.5;
  clip-path: polygon(
    0 0,
    7% 0,
    10% 16%,
    90% 16%,
    93% 0,
    100% 0,
    95% 50%,
    100% 100%,
    91% 100%,
    89% 84%,
    11% 84%,
    9% 100%,
    0 100%,
    5% 50%
  );
}

/* --------------------------------
  スタッフ見出し
-------------------------------- */

.section--staff__voice-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--heading-lead-gap);
}

.section--staff__voice-line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-accent);
}

.section--staff__voice-title {
  display: flex;
  gap: 3px;
  margin: 0;
  white-space: nowrap;
}

.section--staff__voice-title-main {
  display: inline;
  color: var(--color-text);
}

.section--staff__voice-title-accent {
  display: inline;
  color: var(--color-primary);
}

/* --------------------------------
  スタッフカード
-------------------------------- */

.section--staff__cards {
  display: grid;
  gap: var(--card-gap);
}

.section--staff__card {
  position: relative;
  overflow: hidden;
  padding:
    var(--space-xs)
    var(--space-xs)
    var(--card-padding-y);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 12px rgba(69, 47, 24, 0.1);
}

.section--staff__photo {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: var(--color-border-light);
}

.section--staff__photo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section--staff__profile {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin:
    var(--space-xs)
    var(--space-xs)
    var(--space-sm);
  padding-bottom: var(--space-xs);
  border-bottom: 1px dashed var(--color-accent);
}

.section--staff__role {
  position: relative;
  flex: 0 0 auto;
  min-width: 72px;
  margin: 0;
  padding: 4px var(--space-sm);
  background: var(--color-accent-light);
  color: var(--color-text);
  text-align: center;
  line-height: 1.4;
}

.section--staff__name {
  position: relative;
  margin: 0;
  color: var(--color-text);
  line-height: 1.5;
}

.section--staff__message {
  margin: 0;
  padding-inline: var(--space-sm);
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  チームカード
-------------------------------- */

.section--staff__team {
  position: relative;
  margin-top: var(--content-block-gap);
  padding:
    var(--space-lg)
    var(--card-padding-x)
    var(--card-padding-y);
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
}

.section--staff__team-badge {
  position: absolute;
  top: -12px;
  left: 4px;
  z-index: 2;
  width: 112px;
  margin: 0;
  padding: 10px var(--space-sm);
  border-radius: 50%;
  background: var(--color-primary-dark);
  color: var(--color-white);
  text-align: center;
  line-height: 1.25;
  white-space: pre-line;
  transform: rotate(-7deg);
}

.section--staff__team-badge::after {
  position: absolute;
  right: 24px;
  bottom: -4px;
  width: 18px;
  height: 13px;
  background: var(--color-primary-dark);
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.section--staff__team-title {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0 0 var(--space-md) 118px;
  padding-bottom: var(--space-xs);
  border-bottom: 1px dashed var(--color-accent);
}

.section--staff__team-title-main {
  display: inline;
  color: var(--color-text);
}

.section--staff__team-title-accent {
  display: inline;
  color: var(--color-primary);
}

.section--staff__team-content {
  display: grid;
  align-items: center;
  gap: var(--content-item-gap);
}

.section--staff__team-message {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  white-space: pre-line;
}

.section--staff__team-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: var(--color-border-light);
  aspect-ratio: 1.55 / 1;
}

.section--staff__team-photo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --------------------------------
  下部ブラシ
-------------------------------- */

.section--staff__bottom-brush {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--space-md);
  background: var(--color-primary);
  clip-path: polygon(
    0 34%,
    4% 18%,
    9% 42%,
    14% 21%,
    21% 40%,
    28% 17%,
    34% 38%,
    41% 20%,
    48% 43%,
    56% 15%,
    64% 36%,
    72% 19%,
    80% 40%,
    88% 17%,
    94% 35%,
    100% 21%,
    100% 100%,
    0 100%
  );
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--staff__title:empty,
.section--staff__ribbon:empty,
.section--staff__voice-title-main:empty,
.section--staff__voice-title-accent:empty,
.section--staff__role:empty,
.section--staff__name:empty,
.section--staff__message:empty,
.section--staff__team-badge:empty,
.section--staff__team-title-main:empty,
.section--staff__team-title-accent:empty,
.section--staff__team-message:empty {
  display: none;
}

.section--staff__header:has(
    .section--staff__title:empty
  ) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:50:35 */

.tpl-scope-manual-sec-1785917808615-00zsa
  .section--staff__title {
  font-size: 32px !important;
}

.tpl-scope-manual-sec-1785917808615-00zsa
  .section--staff__ribbon {
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917808615-00zsa
  .section--staff__message.section--staff__message--first {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917808615-00zsa
  .section--staff__team-badge {
  font-size: 13px !important;
}

/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:42:27 */
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__lead {
  font-size: 16px !important;
  font-weight: 500 !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:42:27 */
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__lead {
  font-size: 16px !important;
  font-weight: 500 !important;
}
/* === end inspector overrides === */
}
/* ============================================================
  ACCESSセクション
============================================================ */

.section--access {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--access__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--access__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント線 */

.section--access__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--access__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--access__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* 導入文 */

.section--access__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  地図
-------------------------------- */

.section--access__map {
  position: relative;
  width: 100%;
  margin: 0 0 var(--content-item-gap);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
  aspect-ratio: 1.5 / 1;
}

.section--access__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --------------------------------
  共通情報カード
-------------------------------- */

.section--access__info-card {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.72);
}

.section--access__address,
.section--access__hours,
.section--access__contact {
  gap: var(--content-item-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
}

/* --------------------------------
  住所
-------------------------------- */

.section--access__info-label {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--space-xs);
  color: var(--color-primary-dark);
}

.section--access__icon {
  display: grid;
  place-items: center;
}

.section--access__icon--red {
  color: var(--color-primary);
}

.section--access__address-icon {
  flex: 0 0 auto;
}

.section--access__address-label {
  color: var(--color-primary-dark);
  white-space: nowrap;
}

.section--access__address-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-style: normal;
  line-height: 1.7;
}

.section--access__postal-code {
  display: block;
}

.section--access__address-line {
  display: block;
}

.section--access__address-line--first,
.section--access__address-line--second {
  color: var(--color-text);
}

/* --------------------------------
  アクセス経路
-------------------------------- */

.section--access__routes {
  margin-top: var(--content-block-gap);
}

.section--access__routes-title {
  position: relative;
  display: inline-block;
  margin: 0 0 var(--heading-lead-gap);
  padding: 0 var(--space-xs) var(--space-xs);
  color: var(--color-primary-dark);
}

.section--access__routes-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  content: "";
}

.section--access__routes-card {
  padding-inline: var(--card-padding-x);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.72);
}

.section--access__route {
  padding-block: var(--card-padding-y);
}

.section--access__route--second {
  border-top: 1px solid var(--color-border-light);
}

.section--access__route-line {
  display: grid;
  grid-template-columns:
    auto
    auto
    minmax(0, auto)
    minmax(var(--space-md), 1fr)
    auto
    auto
    auto;
  align-items: center;
  gap: var(--space-xs);
}

.section--access__train-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
}

.section--access__train-icon--first,
.section--access__train-icon--second {
  flex: 0 0 auto;
}

.section--access__route-type {
  color: var(--color-primary);
  white-space: nowrap;
}

.section--access__route-station {
  color: var(--color-text);
  white-space: nowrap;
}

.section--access__route-dots {
  min-width: var(--space-sm);
  border-top: 2px dotted var(--color-primary);
}

.section--access__route-walk {
  color: var(--color-text);
  white-space: nowrap;
}

.section--access__route-time {
  color: var(--color-primary);
  white-space: nowrap;
}

.section--access__route-unit {
  color: var(--color-text);
  white-space: nowrap;
}

.section--access__route-note {
  margin: var(--space-xs) var(--space-xs) 0;
  color: var(--color-text-muted);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  営業時間
-------------------------------- */

.section--access__hours {
  margin-top: var(--content-block-gap);
}

.section--access__large-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 5px solid currentColor;
  border-radius: 50%;
}

.section--access__large-icon--yellow {
  color: var(--color-accent);
}

.section--access__large-icon--red {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary);
}

.section--access__hours-icon {
  color: var(--color-accent);
}

.section--access__contact-icon {
  color: var(--color-white);
}

.section--access__hours-content {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.section--access__hours-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: var(--space-sm) var(--space-md);
}

.section--access__hours-label {
  color: var(--color-primary-dark);
  letter-spacing: 0.08em;
}

.section--access__hours-time {
  color: var(--color-text);
}

.section--access__last-order {
  margin: var(--space-xs) 0 0;
  line-height: 1.7;
}

.section--access__holiday {
  margin: var(--space-sm) 0 0;
  padding-top: var(--space-xs);
  border-top: 1px solid var(--color-accent);
  line-height: 1.7;
}

/* --------------------------------
  電話・お問い合わせ
-------------------------------- */

.section--access__contact {
  margin-top: var(--content-block-gap);
}

.section--access__contact-content {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.section--access__contact-title {
  margin: 0;
  color: var(--color-primary-dark);
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.section--access__contact-caption {
  margin: var(--space-xs) 0 0;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.section--access__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: var(--button-margin-top);
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background-color var(--transition-base);
}

.section--access__phone:hover {
  background: var(--color-primary-dark);
}

.section--access__phone-number {
  display: inline;
  color: inherit;
}

.section--access__contact-note {
  margin: var(--space-xs) 0 0;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--access__title:empty,
.section--access__lead:empty,
.section--access__address-label:empty,
.section--access__postal-code:empty,
.section--access__address-line:empty,
.section--access__routes-title:empty,
.section--access__route-type:empty,
.section--access__route-station:empty,
.section--access__route-walk:empty,
.section--access__route-time:empty,
.section--access__route-unit:empty,
.section--access__route-note:empty,
.section--access__hours-label:empty,
.section--access__hours-time:empty,
.section--access__last-order:empty,
.section--access__holiday:empty,
.section--access__contact-title:empty,
.section--access__contact-caption:empty,
.section--access__phone-number:empty,
.section--access__contact-note:empty {
  display: none;
}

/* タイトルが空の場合は見出し全体を非表示 */

.section--access__header:has(.section--access__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:56:02 */

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__title {
  font-size: 32px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__lead {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__postal-code {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__address-line.section--access__address-line--first {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__address-line.section--access__address-line--second {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-note {
  font-size: 12px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-type.section--access__route-type--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-type.section--access__route-type--second {
  font-size: 13px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-station.section--access__route-station--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-station.section--access__route-station--second {
  font-size: 13px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-walk.section--access__route-walk--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-walk.section--access__route-walk--second {
  font-size: 13px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-unit.section--access__route-unit--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-unit.section--access__route-unit--second {
  font-size: 13px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-time.section--access__route-time--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-time.section--access__route-time--second {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__hours-label {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__hours-time {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__contact-title {
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */

/* === inspector overrides === */
/* === end inspector overrides === */

.tpl-scope-manual-sec-1785917866671-500kb .section--access__last-order {
  font-size: 12px !important;
}
/* AI編集: 2026/8/7 12:31:19 */
.tpl-scope-manual-sec-1785917866671-500kb .section--access__large-icon.section--access__large-icon--yellow { display: none !important; }
@media (max-width: 768px) {
/* ============================================================
  ACCESSセクション
============================================================ */

.section--access {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
}

/* --------------------------------
  コンテナ
-------------------------------- */

.section--access__container {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

/* --------------------------------
  セクション見出し
-------------------------------- */

.section--access__header {
  margin-bottom: var(--heading-content-gap);
  text-align: center;
}

/* ギャラリーと同じ上部アクセント線 */

.section--access__header-accent {
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 auto var(--space-sm);
  background: var(--color-accent);
}

/* タイトル */

.section--access__title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ギャラリーと同じタイトル下ライン */

.section--access__title-line {
  display: block;
  width: 70%;
  height: 3px;
  margin: var(--space-sm) auto var(--heading-lead-gap);
  background: var(--color-primary);
}

/* 導入文 */

.section--access__lead {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  地図
-------------------------------- */

.section--access__map {
  position: relative;
  width: 100%;
  margin: 0 0 var(--content-item-gap);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: var(--color-background-warm);
  aspect-ratio: 1.5 / 1;
}

.section--access__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --------------------------------
  共通情報カード
-------------------------------- */

.section--access__info-card {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.72);
}

.section--access__address,
.section--access__hours,
.section--access__contact {
  gap: var(--content-item-gap);
  padding: var(--card-padding-y) var(--card-padding-x);
}

/* --------------------------------
  住所
-------------------------------- */

.section--access__info-label {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--space-xs);
  color: var(--color-primary-dark);
}

.section--access__icon {
  display: grid;
  place-items: center;
}

.section--access__icon--red {
  color: var(--color-primary);
}

.section--access__address-icon {
  flex: 0 0 auto;
}

.section--access__address-label {
  color: var(--color-primary-dark);
  white-space: nowrap;
}

.section--access__address-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-style: normal;
  line-height: 1.7;
}

.section--access__postal-code {
  display: block;
}

.section--access__address-line {
  display: block;
}

.section--access__address-line--first,
.section--access__address-line--second {
  color: var(--color-text);
}

/* --------------------------------
  アクセス経路
-------------------------------- */

.section--access__routes {
  margin-top: var(--content-block-gap);
}

.section--access__routes-title {
  position: relative;
  display: inline-block;
  margin: 0 0 var(--heading-lead-gap);
  padding: 0 var(--space-xs) var(--space-xs);
  color: var(--color-primary-dark);
}

.section--access__routes-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  content: "";
}

.section--access__routes-card {
  padding-inline: var(--card-padding-x);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, 0.72);
}

.section--access__route {
  padding-block: var(--card-padding-y);
}

.section--access__route--second {
  border-top: 1px solid var(--color-border-light);
}

.section--access__route-line {
  display: grid;
  grid-template-columns:
    auto
    auto
    minmax(0, auto)
    minmax(var(--space-md), 1fr)
    auto
    auto
    auto;
  align-items: center;
  gap: var(--space-xs);
}

.section--access__train-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
}

.section--access__train-icon--first,
.section--access__train-icon--second {
  flex: 0 0 auto;
}

.section--access__route-type {
  color: var(--color-primary);
  white-space: nowrap;
}

.section--access__route-station {
  color: var(--color-text);
  white-space: nowrap;
}

.section--access__route-dots {
  min-width: var(--space-sm);
  border-top: 2px dotted var(--color-primary);
}

.section--access__route-walk {
  color: var(--color-text);
  white-space: nowrap;
}

.section--access__route-time {
  color: var(--color-primary);
  white-space: nowrap;
}

.section--access__route-unit {
  color: var(--color-text);
  white-space: nowrap;
}

.section--access__route-note {
  margin: var(--space-xs) var(--space-xs) 0;
  color: var(--color-text-muted);
  line-height: 1.7;
  white-space: pre-line;
}

/* --------------------------------
  営業時間
-------------------------------- */

.section--access__hours {
  margin-top: var(--content-block-gap);
}

.section--access__large-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 5px solid currentColor;
  border-radius: 50%;
}

.section--access__large-icon--yellow {
  color: var(--color-accent);
}

.section--access__large-icon--red {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary);
}

.section--access__hours-icon {
  color: var(--color-accent);
}

.section--access__contact-icon {
  color: var(--color-white);
}

.section--access__hours-content {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.section--access__hours-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: var(--space-sm) var(--space-md);
}

.section--access__hours-label {
  color: var(--color-primary-dark);
  letter-spacing: 0.08em;
}

.section--access__hours-time {
  color: var(--color-text);
}

.section--access__last-order {
  margin: var(--space-xs) 0 0;
  line-height: 1.7;
}

.section--access__holiday {
  margin: var(--space-sm) 0 0;
  padding-top: var(--space-xs);
  border-top: 1px solid var(--color-accent);
  line-height: 1.7;
}

/* --------------------------------
  電話・お問い合わせ
-------------------------------- */

.section--access__contact {
  margin-top: var(--content-block-gap);
}

.section--access__contact-content {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.section--access__contact-title {
  margin: 0;
  color: var(--color-primary-dark);
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.section--access__contact-caption {
  margin: var(--space-xs) 0 0;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.section--access__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: var(--button-margin-top);
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-small);
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background-color var(--transition-base);
}

.section--access__phone:hover {
  background: var(--color-primary-dark);
}

.section--access__phone-number {
  display: inline;
  color: inherit;
}

.section--access__contact-note {
  margin: var(--space-xs) 0 0;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* --------------------------------
  空文字対応
-------------------------------- */

.section--access__title:empty,
.section--access__lead:empty,
.section--access__address-label:empty,
.section--access__postal-code:empty,
.section--access__address-line:empty,
.section--access__routes-title:empty,
.section--access__route-type:empty,
.section--access__route-station:empty,
.section--access__route-walk:empty,
.section--access__route-time:empty,
.section--access__route-unit:empty,
.section--access__route-note:empty,
.section--access__hours-label:empty,
.section--access__hours-time:empty,
.section--access__last-order:empty,
.section--access__holiday:empty,
.section--access__contact-title:empty,
.section--access__contact-caption:empty,
.section--access__phone-number:empty,
.section--access__contact-note:empty {
  display: none;
}

/* タイトルが空の場合は見出し全体を非表示 */

.section--access__header:has(.section--access__title:empty) {
  display: none;
}

/* ============================================================
  Inspector overrides
============================================================ */

/* 検証モードで変更：2026/8/5 18:56:02 */

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__title {
  font-size: 32px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__lead {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__postal-code {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__address-line.section--access__address-line--first {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__address-line.section--access__address-line--second {
  font-size: 15px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-note {
  font-size: 12px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-type.section--access__route-type--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-type.section--access__route-type--second {
  font-size: 13px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-station.section--access__route-station--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-station.section--access__route-station--second {
  font-size: 13px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-walk.section--access__route-walk--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-walk.section--access__route-walk--second {
  font-size: 13px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-unit.section--access__route-unit--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-unit.section--access__route-unit--second {
  font-size: 13px !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-time.section--access__route-time--first,
.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__route-time.section--access__route-time--second {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__hours-label {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__hours-time {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.tpl-scope-manual-sec-1785917866671-500kb
  .section--access__contact-title {
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */

/* === inspector overrides === */
/* === end inspector overrides === */

.tpl-scope-manual-sec-1785917866671-500kb .section--access__last-order {
  font-size: 12px !important;
}
/* AI編集: 2026/8/7 12:31:19 */
.tpl-scope-manual-sec-1785917866671-500kb .section--access__large-icon.section--access__large-icon--yellow { display: none !important; }
}
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:44:22 */
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__lead {
  font-weight: 500 !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:44:22 */
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__lead {
  font-weight: 500 !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:45:04 */
.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title {
  font-size: 24px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/8/6 10:45:04 */
.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title {
  font-size: 24px !important;
}
/* === end inspector overrides === */
}
*,
*::before,
*::after {box-sizing: border-box}

:root {
  /* Font */
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-size-heading: 2rem;
  --font-size-heading-sub: 1.25rem;
  --font-size-body: 1rem;

  /* Color */
  --color-primary: #c80000;
  --color-primary-dark: #ad0505;
  --color-accent: #f4c62f;
  --color-accent-light: #ffd63f;
  --color-text: #111111;
  --color-text-muted: #6d6d6d;
  --color-background: #fffdf8;
  --color-background-warm: #fff9ed;
  --color-white: #ffffff;
  --color-border: #eadfca;
  --color-border-light: #eee8df;

  /* Layout */
  --inner-width: 720px;
  --container-padding-x: 24px;
  --section-padding-y: 32px;

  /* Spacing */
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;

  --heading-lead-gap: 16px;
  --heading-content-gap: 24px;
  --content-block-gap: 24px;
  --content-item-gap: 16px;
  --card-gap: 16px;
  --image-text-gap: 16px;
  --button-margin-top: 16px;

  /* Card */
  --card-padding-y: 16px;
  --card-padding-x: 16px;

  /* Radius */
  --radius-small: 8px;
  --radius-medium: 12px;
  --radius-large: 14px;
  --radius-pill: 999px;

  /* Transition */
  --transition-base: 0.3s ease;
}

.lpc-inner {
  width: min(100%, var(--inner-width));
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

.lpc-section-heading {
  font-size: var(--font-size-heading);
  line-height: 1.4;
}

.lpc-section-heading-sub {
  font-size: var(--font-size-heading-sub);
  line-height: 1.5;
}

.lpc-button {
  transition:
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}

.lpc-button:hover {
  transform: translateY(-2px);
}

:root {
  --lp-primary: #3B82F6;
  --lp-primary-dark: #1b6bef;
  --lp-primary-light: #5792f3;
  --lp-primary-50: #f4f6f9;
  --lp-primary-100: #e7edf6;
  --lp-primary-200: #cedcf2;
  --lp-primary-300: #acc6ef;
  --lp-primary-400: #83acef;
  --lp-primary-500: #5792f3;
  --lp-primary-600: #3B82F6;
  --lp-primary-700: #1b6bef;
  --lp-primary-800: #1659c6;
  --lp-primary-900: #1a4997;
  --lp-accent: #3B82F6;
  --lp-accent-dark: #1b6bef;
  --lp-accent-light: #5792f3;
  --lp-accent-50: #f4f6f9;
  --lp-accent-100: #e7edf6;
  --lp-accent-200: #cedcf2;
  --lp-accent-500: #5792f3;
  --lp-accent-600: #3B82F6;
  --lp-accent-700: #1b6bef;
  --lp-base: #ffffff;
  --lp-base-dark: #f8fafc;
  --lp-base-100: #f1f5f9;
  --lp-base-200: #e2e8f0;
  --lp-base-500: #64748b;
}
/* 背景色 */
.bg-indigo-50{background-color:#f4f6f9!important}
.bg-indigo-100{background-color:#e7edf6!important}
.bg-indigo-200{background-color:#cedcf2!important}
.bg-indigo-300{background-color:#acc6ef!important}
.bg-indigo-400{background-color:#83acef!important}
.bg-indigo-500{background-color:#5792f3!important}
.bg-indigo-600{background-color:#3B82F6!important}
.bg-indigo-700{background-color:#1b6bef!important}
.bg-indigo-800{background-color:#1659c6!important}
.bg-indigo-900{background-color:#1a4997!important}
/* テキスト色 */
.text-indigo-50{color:#f4f6f9!important}
.text-indigo-100{color:#e7edf6!important}
.text-indigo-200{color:#cedcf2!important}
.text-indigo-300{color:#acc6ef!important}
.text-indigo-400{color:#83acef!important}
.text-indigo-500{color:#5792f3!important}
.text-indigo-600{color:#3B82F6!important}
.text-indigo-700{color:#1b6bef!important}
/* ボーダー色 */
.border-indigo-100{border-color:#e7edf6!important}
.border-indigo-200{border-color:#cedcf2!important}
.border-indigo-500{border-color:#5792f3!important}
.border-indigo-600{border-color:#3B82F6!important}
/* ホバー */
.hover\:bg-indigo-600:hover{background-color:#3B82F6!important}
.hover\:bg-indigo-700:hover{background-color:#1b6bef!important}
.hover\:text-indigo-500:hover{color:#5792f3!important}
.hover\:text-indigo-600:hover{color:#3B82F6!important}
.hover\:border-indigo-100:hover{border-color:#e7edf6!important}
.hover\:border-indigo-200:hover{border-color:#cedcf2!important}
.group:hover .group-hover\:text-indigo-600{color:#3B82F6!important}
/* グラデーション from */
.from-indigo-50{--tw-gradient-from:#f4f6f9!important}
.from-indigo-100{--tw-gradient-from:#e7edf6!important}
.from-indigo-200{--tw-gradient-from:#cedcf2!important}
.from-indigo-300{--tw-gradient-from:#acc6ef!important}
.from-indigo-400{--tw-gradient-from:#83acef!important}
.from-indigo-900\/20{--tw-gradient-from:rgba(26,73,151,0.2)!important}
/* グラデーション to/via (purple→プライマリー系) */
.to-purple-50{--tw-gradient-to:#f4f5f9!important}
.to-purple-100{--tw-gradient-to:#e7e9f6!important}
.to-purple-200{--tw-gradient-to:#ced3f2!important}
.to-purple-400{--tw-gradient-to:#8391ef!important}
.to-purple-500{--tw-gradient-to:#576bf3!important}
.to-purple-900\/20{--tw-gradient-to:rgba(26,73,151,0.2)!important}
.via-purple-200{--tw-gradient-via:#ced3f2!important}
.via-purple-50{--tw-gradient-via:#f4f5f9!important}
.to-pink-100{--tw-gradient-to:#e9e7f6!important}
.to-pink-200{--tw-gradient-to:#d2cef2!important}
