/*
Theme Name: Misono Rei LAMAC Style LP v19 Responsive
Theme URI: https://misono-rei.com/
Author: LP CRAFT
Description: 書道家 美苑 澪様向けのLPテーマ。スマホ動画参考の淡い生成り背景、細い罫線、縦書き見出し、黒背景ブロック、横線＋矢印CTAをベースに、テキスト・画像・動画・リンク・料金・FAQをカスタマイザーから編集できます。
Version: 55.18.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: misono-rei-lp
*/

:root {
  --ink: #10110c;
  --ink-2: #171710;
  --paper: #eee8df;
  --paper-light: #f7f1e8;
  --paper-soft: #e8dfd4;
  --line: rgba(16, 17, 12, .18);
  --line-strong: rgba(16, 17, 12, .32);
  --white: #fffaf1;
  --muted: #756f66;
  --max: 1120px;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
  --sans: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  line-height: 2;
  letter-spacing: .06em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }

.lp-site {
  background:
    linear-gradient(90deg, rgba(16, 17, 12, .035) 1px, transparent 1px) 0 0 / min(25vw, 320px) 100%,
    var(--paper);
}

.lp-main { background: var(--paper); }

.lp-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 3.8vw, 42px);
  color: var(--white);
  transition: background .28s ease, color .28s ease, border-color .28s ease, height .28s ease;
}
.admin-bar .lp-header { top: 32px; }
.lp-header.is-scrolled,
body:not(.home) .lp-header {
  height: 64px;
  color: var(--ink);
  background: rgba(238, 232, 223, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.lp-brand span {
  display: inline-block;
  font-family: var(--sans);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .23em;
}
.lp-header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.lp-lang {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .22em;
  opacity: .88;
}
.lp-menu-button {
  appearance: none;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0 10px 10px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .22em;
  cursor: pointer;
}
.lp-menu-button i {
  position: relative;
  display: block;
  width: 30px;
  height: 11px;
}
.lp-menu-button i::before,
.lp-menu-button i::after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 1px;
  background: currentColor;
  transition: transform .24s ease, top .24s ease;
}
.lp-menu-button i::before { top: 0; }
.lp-menu-button i::after { top: 10px; width: 22px; }
body.is-menu-open .lp-menu-button i::before { top: 5px; transform: rotate(20deg); }
body.is-menu-open .lp-menu-button i::after { top: 5px; width: 30px; transform: rotate(-20deg); }

.lp-nav {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: grid;
  place-items: center;
  gap: 0;
  padding: 120px 34px 72px;
  background: rgba(16, 17, 12, .96);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .28s ease, transform .28s ease;
}
body.is-menu-open .lp-header { color: var(--white); background: transparent; border-color: transparent; }
body.is-menu-open .lp-nav {
  z-index: 90;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.lp-nav a {
  display: block;
  width: min(520px, 100%);
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 250, 241, .18);
  font-size: clamp(18px, 5vw, 26px);
  letter-spacing: .12em;
}
.lp-nav a:first-child { border-top: 1px solid rgba(255, 250, 241, .18); }

.lp-hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.lp-hero-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--ink);
}
.lp-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  opacity: .82;
}
.lp-hero-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 30% 28% 42%;
}
.lp-hero-tile {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: var(--ink);
}
.lp-hero-tile-1 { grid-column: 1 / 2; grid-row: 1 / 2; }
.lp-hero-tile-2 { grid-column: 2 / 3; grid-row: 1 / 3; }
.lp-hero-tile-3 { grid-column: 1 / 2; grid-row: 2 / 3; }
.lp-hero-tile-4 { grid-column: 1 / 2; grid-row: 3 / 4; }
.lp-hero-tile-5 { grid-column: 2 / 3; grid-row: 3 / 4; }
.lp-hero-tile-6 { grid-column: 1 / 3; grid-row: 2 / 4; opacity: .15; mix-blend-mode: screen; }
.lp-hero-tile img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  opacity: .75;
  transform: scale(1.03);
}
.lp-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16,17,12,.18), rgba(16,17,12,.34) 35%, rgba(16,17,12,.62)),
    linear-gradient(90deg, rgba(16,17,12,.55), rgba(16,17,12,.12) 54%, rgba(16,17,12,.5));
}
.lp-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
  padding: 108px 0 74px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: end;
  gap: clamp(24px, 6vw, 80px);
}
.lp-hero-copy { align-self: end; }
.lp-hero-kicker {
  max-width: 470px;
  margin-bottom: clamp(16px, 3vw, 28px);
  font-family: var(--serif);
  font-size: clamp(11px, 1.3vw, 14px);
  line-height: 2.1;
  opacity: .92;
}
.lp-hero-title {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(46px, 11vw, 128px);
  line-height: .9;
  letter-spacing: .12em;
  font-weight: 800;
}
.lp-hero-sub {
  margin-top: 18px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .16em;
  opacity: .86;
}
.lp-hero-vertical {
  writing-mode: vertical-rl;
  justify-self: end;
  align-self: center;
  font-size: clamp(24px, 4.4vw, 54px);
  line-height: 1.65;
  letter-spacing: .22em;
  text-shadow: 0 2px 16px rgba(0,0,0,.18);
}
.lp-hero-bottom {
  grid-column: 1 / 3;
  width: min(640px, 100%);
  justify-self: end;
}
.lp-hero-text {
  margin-bottom: 20px;
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 2.15;
  color: rgba(255, 250, 241, .9);
}
.lp-scroll {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 3vw, 42px);
  bottom: 28px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .28em;
  writing-mode: vertical-rl;
  opacity: .72;
}

.lp-section {
  position: relative;
  padding: clamp(86px, 12vw, 158px) 0;
}
.lp-section-inner {
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
}
.lp-narrow { width: min(860px, calc(100% - 44px)); }
.lp-section-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-family: var(--sans);
  color: var(--muted);
}
.lp-section-meta span {
  font-size: 11px;
  letter-spacing: .22em;
}
.lp-section-meta small {
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.lp-section-heading {
  margin: 0 0 28px;
  font-size: clamp(28px, 5.2vw, 56px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: .1em;
}
.lp-vertical-heading {
  writing-mode: vertical-rl;
  margin: 0;
  min-height: 360px;
  font-size: clamp(32px, 5.8vw, 64px);
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: .18em;
}
.lp-vertical-heading.is-short { min-height: 270px; }
.lp-section-text {
  font-size: clamp(13px, 1.25vw, 15px);
  line-height: 2.25;
  color: #292720;
}
.lp-line-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(520px, 100%);
  margin-top: 30px;
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--line-strong);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .08em;
}
.lp-line-link i {
  font-style: normal;
  font-family: var(--sans);
  transition: transform .22s ease;
}
.lp-line-link:hover i { transform: translateX(5px); }
.lp-line-link.is-white {
  color: var(--white);
  border-color: rgba(255, 250, 241, .45);
}

.lp-concept {
  background: var(--paper);
}
.lp-concept-layout {
  display: grid;
  grid-template-columns: minmax(260px, 42%) 1fr;
  gap: clamp(42px, 8vw, 106px);
  align-items: center;
}
.lp-concept-image {
  margin: 0;
  min-height: 410px;
  display: grid;
  place-items: center;
  background: rgba(255, 250, 241, .25);
  overflow: hidden;
}
.lp-concept-image img {
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  filter: grayscale(.15);
  opacity: .88;
}
.lp-concept .lp-section-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}
.lp-concept .lp-section-meta,
.lp-concept .lp-section-text,
.lp-concept .lp-line-link {
  grid-column: 2;
}
.lp-concept .lp-vertical-heading {
  grid-column: 1;
  grid-row: 1 / span 4;
}

.lp-profile-section {
  background: linear-gradient(180deg, var(--paper-light), var(--paper));
  min-height: 82vh;
}
.lp-profile-layout {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 42%);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}
.lp-profile-name {
  margin: -14px 0 24px;
  font-size: clamp(18px, 2.2vw, 26px);
  letter-spacing: .16em;
}
.lp-profile-image {
  margin: 0;
  min-height: 560px;
  background: var(--paper-soft);
  overflow: hidden;
}
.lp-profile-image img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: grayscale(.25) contrast(.96);
}

.lp-menu-section {
  background: var(--paper-light);
  border-top: 1px solid var(--line);
}
.lp-section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  margin-bottom: clamp(44px, 7vw, 90px);
}
.lp-section-head .lp-section-text {
  max-width: 640px;
  align-self: end;
}
.lp-section-head .lp-section-meta {
  grid-column: 1 / 3;
  margin-bottom: 0;
}
.lp-section-head .lp-vertical-heading { grid-column: 1; }
.lp-section-head > .lp-section-text { grid-column: 2; }
.lp-section-head.is-horizontal {
  grid-template-columns: minmax(260px, 43%) 1fr;
  border-bottom: 1px solid var(--line);
  padding-bottom: 36px;
}
.lp-section-head.is-horizontal .lp-section-meta { grid-column: auto; }
.lp-section-head.is-horizontal > div:first-child { grid-column: 1; }
.lp-section-head.is-horizontal > .lp-section-text { grid-column: 2; margin-top: 48px; }

.lp-menu-list {
  border-top: 1px solid var(--line-strong);
}
.lp-menu-card {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr minmax(210px, 34%);
  gap: clamp(20px, 4vw, 58px);
  align-items: center;
  min-height: 310px;
  padding: clamp(34px, 5.2vw, 70px) 0;
  border-bottom: 1px solid var(--line);
}
.lp-menu-number {
  align-self: start;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .22em;
  color: var(--muted);
}
.lp-menu-sub {
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--muted);
}
.lp-menu-title {
  margin: 0 0 24px;
  font-size: clamp(24px, 4.1vw, 42px);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .12em;
}
.lp-menu-image {
  margin: 0;
  height: 260px;
  background: var(--paper-soft);
  overflow: hidden;
}
.lp-menu-image img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(.25);
  opacity: .88;
}

.lp-gallery-section {
  background: var(--paper);
}
.lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 34px);
  margin-bottom: 18px;
}
.lp-work-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.lp-work-image {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: var(--paper-soft);
  overflow: hidden;
}
.lp-work-image img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(.12);
  transition: transform .35s ease;
}
.lp-work-card:hover .lp-work-image img { transform: scale(1.035); }
.lp-work-caption {
  padding: 16px 0 0;
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}

.lp-dark-section {
  background: var(--ink);
  color: var(--white);
  padding: clamp(84px, 12vw, 150px) 0;
}
.lp-dark-section .lp-section-meta,
.lp-dark-section .lp-section-text {
  color: rgba(255, 250, 241, .72);
}
.lp-dark-head {
  width: min(760px, 100%);
  margin-bottom: 38px;
}
.lp-result-list {
  border-top: 1px solid rgba(255, 250, 241, .18);
}
.lp-result-list li {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 250, 241, .14);
  font-size: clamp(13px, 1.4vw, 15px);
  letter-spacing: .08em;
}

.lp-flow-section {
  background: var(--paper);
}
.lp-flow-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-strong);
}
.lp-flow-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.lp-flow-no {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--muted);
}
.lp-flow-item h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 500;
  letter-spacing: .1em;
}
.lp-flow-item p {
  font-size: 13px;
  line-height: 2.1;
  color: var(--muted);
}

.lp-price-section {
  background: var(--paper-light);
  border-top: 1px solid var(--line);
}
.lp-price-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.lp-price-card {
  background: rgba(255, 250, 241, .3);
  padding: clamp(28px, 4vw, 44px);
}
.lp-price-card h3 {
  margin: 0 0 18px;
  font-size: clamp(19px, 2.6vw, 28px);
  font-weight: 500;
  letter-spacing: .1em;
}
.lp-price-value {
  margin-bottom: 18px;
  font-family: var(--sans);
  font-size: clamp(19px, 2.4vw, 28px);
  letter-spacing: .08em;
}
.lp-price-note {
  margin-top: 22px;
  font-size: 12px;
  line-height: 2;
  color: var(--muted);
}

.lp-faq-section {
  background: var(--paper);
}

.lp-media-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 28px 0 28px;
  border-radius: 24px;
  background: rgba(16,17,12,.08);
  aspect-ratio: 16 / 9;
}

.lp-media-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-faq-list {
  margin-top: 34px;
  border-top: 1px solid var(--line-strong);
}
.lp-faq-item {
  border-bottom: 1px solid var(--line);
}
.lp-faq-q {
  appearance: none;
  border: 0;
  background: transparent;
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  font-size: clamp(15px, 2vw, 18px);
  letter-spacing: .08em;
}
.lp-faq-q span {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--muted);
}
.lp-faq-a {
  display: none;
  padding: 0 0 28px 48px;
  font-size: 13px;
  line-height: 2.15;
  color: var(--muted);
}
.lp-faq-item.is-open .lp-faq-a { display: block; }

.lp-final-section {
  background: var(--paper-light);
  border-top: 1px solid var(--line);
}
.lp-final-layout {
  display: grid;
  grid-template-columns: minmax(260px, 43%) 1fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
}
.lp-final-title {
  margin: 0;
  font-size: clamp(34px, 6.7vw, 72px);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: .16em;
}

.lp-footer {
  background: var(--ink);
  color: var(--white);
  padding: clamp(52px, 8vw, 92px) 0 46px;
}
.lp-footer-inner {
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: 48px;
}
.lp-footer strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--sans);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
  letter-spacing: .14em;
}
.lp-footer p {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .2em;
  color: rgba(255, 250, 241, .62);
}
.lp-footer-nav {
  border-top: 1px solid rgba(255, 250, 241, .18);
}
.lp-footer-nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 250, 241, .14);
  font-size: 13px;
  letter-spacing: .12em;
}

@media (min-width: 1024px) {
  .lp-nav {
    position: static;
    z-index: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: flex;
    place-items: initial;
    gap: clamp(18px, 2vw, 30px);
    padding: 0;
    background: transparent;
    color: inherit;
  }
  .lp-nav a {
    width: auto;
    padding: 8px 0;
    border: 0 !important;
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: .18em;
  }
  .lp-menu-button { display: none; }
}

@media (max-width: 900px) {
  .admin-bar .lp-header { top: 46px; }
  .lp-header { height: 66px; }
  .lp-lang { display: none; }

  .lp-hero-inner {
    width: min(100% - 32px, 680px);
    padding: 94px 0 72px;
    grid-template-columns: 1fr auto;
    gap: 22px;
  }
  .lp-hero-title { font-size: clamp(42px, 13vw, 72px); }
  .lp-hero-sub { font-size: 10px; }
  .lp-hero-vertical {
    font-size: clamp(24px, 7vw, 38px);
    line-height: 1.7;
  }
  .lp-hero-bottom {
    grid-column: 1 / 3;
    width: 100%;
  }

  .lp-section-inner,
  .lp-footer-inner,
  .lp-narrow {
    width: min(100% - 32px, 680px);
  }
  .lp-concept-layout,
  .lp-profile-layout,
  .lp-final-layout,
  .lp-section-head.is-horizontal,
  .lp-footer-inner {
    grid-template-columns: 1fr;
  }
  .lp-concept-image {
    min-height: 380px;
    order: 2;
  }
  .lp-concept-image img { min-height: 380px; }
  .lp-concept .lp-section-body {
    grid-template-columns: auto 1fr;
    order: 1;
  }
  .lp-profile-image {
    min-height: 440px;
    order: -1;
  }
  .lp-profile-image img { min-height: 440px; }
  .lp-section-head.is-horizontal > div:first-child,
  .lp-section-head.is-horizontal > .lp-section-text {
    grid-column: auto;
    margin-top: 0;
  }
  .lp-menu-card {
    grid-template-columns: 44px 1fr;
  }
  .lp-menu-image {
    grid-column: 2;
    width: 100%;
    height: 220px;
    margin-top: 22px;
  }
  .lp-gallery-grid,
  .lp-price-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  body { line-height: 1.95; }
  .lp-site {
    background:
      linear-gradient(90deg, rgba(16, 17, 12, .045) 1px, transparent 1px) 0 0 / 33.333vw 100%,
      var(--paper);
  }
  .lp-header {
    padding-inline: 17px;
  }
  .lp-brand span { font-size: 13px; letter-spacing: .18em; }
  .lp-hero-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 26% 24% 25% 25%;
  }
  .lp-hero-tile-1 { grid-column: 1 / 2; grid-row: 1 / 2; }
  .lp-hero-tile-2 { grid-column: 2 / 3; grid-row: 1 / 3; }
  .lp-hero-tile-3 { grid-column: 1 / 2; grid-row: 2 / 3; }
  .lp-hero-tile-4 { grid-column: 1 / 2; grid-row: 3 / 5; }
  .lp-hero-tile-5 { grid-column: 2 / 3; grid-row: 3 / 5; }
  .lp-hero-tile-6 { grid-column: 1 / 3; grid-row: 2 / 5; }
  .lp-hero-inner {
    min-height: 100svh;
    padding-top: 86px;
  }
  .lp-hero-kicker {
    margin-bottom: 14px;
    font-size: 10.5px;
  }
  .lp-hero-title {
    font-size: clamp(38px, 13.5vw, 56px);
    letter-spacing: .11em;
  }
  .lp-hero-vertical {
    align-self: start;
    margin-top: 24px;
    font-size: clamp(25px, 8vw, 34px);
    letter-spacing: .18em;
  }
  .lp-scroll {
    right: 15px;
    bottom: 22px;
  }
  .lp-section {
    padding: 78px 0;
  }
  .lp-section-meta {
    margin-bottom: 18px;
  }
  .lp-section-text {
    font-size: 12.5px;
    line-height: 2.25;
  }
  .lp-vertical-heading {
    min-height: 310px;
    font-size: clamp(28px, 10vw, 40px);
    line-height: 1.75;
  }
  .lp-concept .lp-section-body {
    gap: 24px;
  }
  .lp-section-heading {
    font-size: clamp(26px, 9vw, 38px);
  }
  .lp-profile-image,
  .lp-profile-image img {
    min-height: 390px;
  }
  .lp-menu-card {
    min-height: 0;
    padding: 38px 0;
    gap: 16px;
  }
  .lp-menu-title {
    font-size: clamp(22px, 7.2vw, 30px);
  }
  .lp-line-link {
    margin-top: 24px;
    padding: 15px 0 13px;
    font-size: 13px;
  }
  .lp-flow-item {
    grid-template-columns: 46px 1fr;
    gap: 18px;
  }
  .lp-price-card {
    padding: 28px 22px;
  }
  .lp-faq-q {
    grid-template-columns: 24px 1fr;
    gap: 12px;
    padding: 20px 0;
  }
  .lp-faq-a {
    padding-left: 36px;
  }
  .lp-final-title {
    font-size: clamp(30px, 10vw, 44px);
  }
  .lp-footer strong {
    font-size: 32px;
  }
}


/* v3: NEWS section */
.lp-news-section {
  background: var(--paper-light);
}

.lp-news-list {
  border-top: 1px solid var(--line);
}

.lp-news-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.lp-news-item time {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: .12em;
  color: rgba(16, 17, 12, .62);
}

.lp-news-item h3 {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.1vw, 24px);
  font-weight: 500;
}

.lp-news-item p {
  margin: 0;
  line-height: 2;
  color: rgba(16, 17, 12, .72);
}

@media (max-width: 760px) {
  .lp-news-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }
}



/* v4: video structure refinements */
.lp-section {
  position: relative;
  padding: clamp(88px, 14vw, 180px) clamp(22px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
}
.lp-section-inner { width: min(var(--max), 100%); margin: 0 auto; }
.lp-narrow { width: min(840px, 100%); }
.lp-section-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(24px, 5vw, 58px);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--muted);
}
.lp-section-meta small { font-size: 10px; letter-spacing: .28em; }
.lp-section-heading {
  margin: 0 0 34px;
  font-size: clamp(28px, 6vw, 56px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: .16em;
}
.lp-section-text {
  font-size: clamp(14px, 2.8vw, 16px);
  line-height: 2.35;
  color: rgba(16,17,12,.78);
}
.lp-section-text.is-large { font-size: clamp(15px, 3.6vw, 18px); line-height: 2.55; }

.lp-hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #111;
}
.lp-hero-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  opacity: .92;
  filter: grayscale(1);
}
.lp-hero-tile { margin: 0; overflow: hidden; }
.lp-hero-tile img { height: 100%; object-fit: cover; opacity: .88; }
.lp-hero-tile-1 { grid-column: 1 / 3; grid-row: 1 / 3; }
.lp-hero-tile-2 { grid-column: 3 / 5; grid-row: 1 / 2; }
.lp-hero-tile-3 { grid-column: 3 / 5; grid-row: 2 / 4; }
.lp-hero-tile-4 { grid-column: 1 / 2; grid-row: 3 / 5; }
.lp-hero-tile-5 { grid-column: 2 / 4; grid-row: 3 / 6; }
.lp-hero-tile-6 { grid-column: 4 / 5; grid-row: 4 / 6; }
.lp-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.58)), radial-gradient(circle at 70% 40%, transparent, rgba(0,0,0,.36));
}
.lp-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding: 112px clamp(24px, 6vw, 86px) 80px;
}
.lp-hero-title {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: clamp(42px, 11vw, 118px);
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 700;
}
.lp-hero-kicker,
.lp-hero-sub {
  font-family: var(--sans);
  font-size: clamp(11px, 2.4vw, 14px);
  letter-spacing: .24em;
}
.lp-hero-vertical {
  position: absolute;
  right: clamp(26px, 8vw, 120px);
  top: 14%;
  writing-mode: vertical-rl;
  font-size: clamp(24px, 5.4vw, 52px);
  line-height: 1.65;
  letter-spacing: .18em;
}
.lp-hero-bottom {
  width: min(520px, 80%);
  margin-top: clamp(36px, 8vw, 90px);
}
.lp-scroll {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: 32px;
  z-index: 3;
  writing-mode: vertical-rl;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .28em;
}

.lp-vertical-heading {
  margin: 0;
  writing-mode: vertical-rl;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .16em;
  font-size: clamp(32px, 7.5vw, 70px);
}
.lp-vertical-heading.is-medium { font-size: clamp(30px, 5.8vw, 54px); }
.lp-vertical-heading.is-short { font-size: clamp(30px, 6vw, 56px); }

.lp-concept-intro {
  min-height: 82svh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(115deg, rgba(255,255,255,.28), transparent 32%),
    var(--paper);
}
.lp-intro-inner {
  min-height: 62svh;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}
.lp-intro-title { justify-self: end; }
.lp-concept-copy { padding-top: clamp(70px, 10vw, 130px); }
.lp-copy-layout { display: grid; grid-template-columns: minmax(0, 700px); justify-content: start; }
.lp-line-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(420px, 100%);
  margin-top: 38px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-strong);
  font-size: 13px;
  letter-spacing: .14em;
}
.lp-line-link i { font-style: normal; transform: translateX(0); transition: transform .2s ease; }
.lp-line-link:hover i { transform: translateX(6px); }
.lp-line-link.is-white { border-color: rgba(255,250,241,.32); color: var(--white); }

.lp-profile-layout {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(280px, 1fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
}
.lp-profile-image {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  filter: grayscale(1);
}
.lp-profile-image img { height: 100%; object-fit: cover; }
.lp-profile-name {
  margin: 28px 0 18px;
  font-size: 18px;
  letter-spacing: .18em;
}

.lp-section-head {
  min-height: 58svh;
  display: grid;
  grid-template-columns: 1fr auto minmax(260px, 430px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  margin-bottom: clamp(48px, 8vw, 92px);
}
.lp-menu-list {
  border-top: 1px solid var(--line);
}
.lp-menu-card {
  display: grid;
  grid-template-columns: minmax(280px, 46%) 1fr;
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  padding: clamp(58px, 10vw, 120px) 0;
  border-bottom: 1px solid var(--line);
}
.lp-menu-card:nth-child(even) .lp-menu-image { order: 2; }
.lp-menu-image {
  margin: 0;
  aspect-ratio: 1 / .78;
  overflow: hidden;
  filter: grayscale(1);
  background: rgba(255,255,255,.18);
}
.lp-menu-image img { height: 100%; object-fit: cover; }
.lp-menu-number {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .22em;
  color: var(--muted);
  margin-bottom: 24px;
}
.lp-menu-sub {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--muted);
}
.lp-menu-title {
  margin: 12px 0 28px;
  font-size: clamp(24px, 4.4vw, 42px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .14em;
}

.lp-works-section { background: var(--paper-light); }
.lp-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 48px 0 16px;
  background: var(--line);
  border: 1px solid var(--line);
}
.lp-work-item {
  margin: 0;
  background: var(--paper);
  padding: 16px;
}
.lp-work-item img {
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  filter: grayscale(1);
}
.lp-work-item figcaption {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}

.lp-dark-section {
  background: #11120e;
  color: var(--white);
}
.lp-dark-section .lp-section-text,
.lp-dark-section .lp-section-meta,
.lp-dark-section .lp-result-list { color: rgba(255,250,241,.76); }
.lp-dark-head {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) 1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  margin-bottom: 54px;
}
.lp-result-list {
  border-top: 1px solid rgba(255,250,241,.16);
}
.lp-result-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,250,241,.16);
  font-size: 14px;
}

.lp-news-list,
.lp-flow-list,
.lp-price-list,

.lp-media-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 28px 0 28px;
  border-radius: 24px;
  background: rgba(16,17,12,.08);
  aspect-ratio: 16 / 9;
}

.lp-media-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-faq-list {
  border-top: 1px solid var(--line);
  margin-top: 36px;
}
.lp-news-item {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.lp-news-item time,
.lp-flow-item span {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--muted);
}
.lp-news-item h3,
.lp-flow-item h3,
.lp-price-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
}
.lp-news-item p,
.lp-flow-item p,
.lp-price-card p,
.lp-note {
  font-size: 13px;
  line-height: 2.1;
  color: var(--muted);
}

.lp-flow-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.lp-price-card {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.lp-price-card strong {
  display: block;
  margin: 10px 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .08em;
}
.lp-note { margin-top: 26px; }

.lp-faq-item { border-bottom: 1px solid var(--line); }
.lp-faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  text-align: left;
  padding: 25px 0;
  cursor: pointer;
}
.lp-faq-q span {
  font-family: var(--sans);
  color: var(--muted);
}
.lp-faq-a {
  display: none;
  padding: 0 0 28px 52px;
  font-size: 13px;
  line-height: 2.2;
  color: var(--muted);
}
.lp-faq-item.is-open .lp-faq-a { display: block; }

.lp-final-section {
  background: var(--paper-soft);
}
.lp-final-layout {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
}
.lp-footer {
  background: #11120e;
  color: var(--white);
  padding: clamp(64px, 12vw, 120px) clamp(24px, 5vw, 70px);
}
.lp-footer-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 6vw, 90px);
}
.lp-footer strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: clamp(28px, 6vw, 54px);
  letter-spacing: .18em;
}
.lp-footer p { color: rgba(255,250,241,.58); font-size: 12px; }
.lp-footer-nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,250,241,.14);
  color: rgba(255,250,241,.84);
}

@media (max-width: 720px) {
  .lp-section { padding: 86px 24px; }
  .lp-header { height: 62px; padding-inline: 22px; }
  .lp-lang { display: none; }
  .lp-hero-inner { padding: 96px 24px 72px; align-content: end; }
  .lp-hero-title { font-size: 42px; letter-spacing: .16em; }
  .lp-hero-vertical {
    top: 22%;
    right: 30px;
    font-size: 29px;
  }
  .lp-hero-bottom { width: 84%; margin-top: 42px; }
  .lp-intro-inner {
    min-height: 72svh;
    grid-template-columns: 1fr auto;
  }
  .lp-profile-layout,
  .lp-section-head,
  .lp-menu-card,
  .lp-dark-head,
  .lp-final-layout,
  .lp-footer-inner {
    grid-template-columns: 1fr;
  }
  .lp-section-head {
    min-height: 72svh;
    align-items: end;
  }
  .lp-menu-card:nth-child(even) .lp-menu-image { order: 0; }
  .lp-works-grid { grid-template-columns: 1fr; }
  .lp-news-item { grid-template-columns: 1fr; gap: 12px; }
  .lp-flow-item { grid-template-columns: 48px 1fr; }
  .lp-footer-nav a { font-size: 14px; }
}


/* =========================================================
   v5 reference structure: screenshots/video faithful mobile column
   ========================================================= */
body.lp-site {
  background: #d8d3ca;
}

.lp-main,
.lp-footer {
  width: min(100%, 430px);
  margin-inline: auto;
  background: #f5efe6;
}

.lp-header {
  left: 50%;
  right: auto;
  width: min(100%, 430px);
  transform: translateX(-50%);
  height: 62px;
  padding: 0 18px;
}

.lp-header.is-scrolled,
body:not(.home) .lp-header {
  height: 62px;
  background: rgba(245, 239, 230, .05);
  color: var(--white);
  border-bottom-color: transparent;
  backdrop-filter: blur(12px);
}

.lp-brand span {
  color: currentColor;
  font-size: 16px;
  letter-spacing: .2em;
}

.lp-lang {
  display: flex;
  color: currentColor;
}

.lp-menu-button {
  display: inline-flex !important;
  color: currentColor;
}

.lp-nav {
  position: fixed !important;
  z-index: -1 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  padding: 98px 34px 54px !important;
  overflow: auto;
  background: #171714 !important;
  color: #f8f1e8 !important;
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px);
  transition: opacity .28s ease, transform .28s ease;
}

body.is-menu-open .lp-nav {
  z-index: 90 !important;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

@media (min-width: 900px) {
  .lp-nav {
    left: calc(50% + 215px) !important;
    right: auto !important;
    width: 360px !important;
    min-height: 100vh;
  }
}

.lp-nav-close {
  margin: 0 0 48px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
}

.lp-nav-title {
  margin: 0 0 38px;
  font-family: var(--sans);
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .18em;
}

.lp-nav-links {
  margin-bottom: 24px;
}

.lp-nav a {
  display: block;
  width: 100%;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(255, 250, 241, .15) !important;
  font-family: var(--serif);
  font-size: 13px !important;
  letter-spacing: .14em;
  line-height: 1.45;
}

.lp-nav a:first-child {
  border-top: 0 !important;
}

.lp-nav-cta {
  margin-top: 24px;
  padding: 18px 20px !important;
  border: 0 !important;
  background: #f8f1e8;
  color: #171714 !important;
  text-align: center;
  font-family: var(--sans) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .08em !important;
}

.lp-reference-hero {
  min-height: 100svh;
}

.lp-reference-hero .lp-hero-collage {
  filter: grayscale(1);
}

.lp-reference-hero .lp-hero-shade {
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.32) 38%, rgba(0,0,0,.72));
}

.lp-reference-hero .lp-hero-inner {
  width: calc(100% - 48px);
  min-height: 100svh;
  padding: 78px 0 62px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
}

.lp-reference-hero .lp-hero-kicker {
  grid-column: 1 / 3;
  align-self: start;
  max-width: 150px;
  font-size: 10px;
  letter-spacing: .14em;
  line-height: 1.9;
  opacity: .92;
}

.lp-reference-hero .lp-hero-vertical {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  margin-top: 25svh;
  writing-mode: vertical-rl;
  font-size: clamp(25px, 7vw, 32px);
  line-height: 1.65;
  letter-spacing: .12em;
  font-weight: 500;
}

.lp-reference-hero .lp-hero-bottom {
  grid-column: 1 / 3;
  align-self: end;
  margin-top: auto;
}

.lp-reference-hero .lp-hero-title {
  margin: 0 0 12px;
  font-family: var(--sans);
  font-size: clamp(36px, 11vw, 48px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .22em;
}

.lp-reference-hero .lp-hero-sub {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .26em;
  opacity: .75;
}

.lp-reference-hero .lp-hero-text {
  max-width: 250px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .08em;
}

.lp-scroll {
  right: 18px;
  bottom: 28px;
  font-size: 9px;
  letter-spacing: .26em;
}

.lp-ref-section {
  position: relative;
  min-height: 100svh;
  padding: 0;
  background: #f5efe6;
  border-bottom: 0;
}

.lp-ref-inner {
  position: relative;
  width: calc(100% - 48px);
  min-height: 100svh;
  margin-inline: auto;
  padding: 76px 0 54px;
}

.lp-ref-vertical-wrap {
  min-height: 42svh;
  display: flex;
  justify-content: flex-end;
}

.lp-ref-vertical-title {
  writing-mode: vertical-rl;
  margin: 0;
  font-size: clamp(25px, 7.2vw, 32px);
  line-height: 1.7;
  letter-spacing: .14em;
  font-weight: 500;
}

.lp-ref-concept .lp-ref-vertical-title {
  margin-right: 8px;
}

.lp-ref-bottom-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
}

.lp-section-meta {
  margin: 0 0 22px;
  gap: 8px;
  font-family: var(--sans);
  color: #a77931;
  line-height: 1.2;
}

.lp-section-meta span,
.lp-section-meta small {
  font-size: 10px;
  letter-spacing: .24em;
}

.lp-section-text {
  font-size: 12px;
  line-height: 2.25;
  letter-spacing: .09em;
}

.lp-line-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 0 0 13px;
  border-bottom: 1px solid rgba(16,17,12,.18);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: .08em;
}

.lp-line-link i {
  color: #a77931;
  font-style: normal;
  font-size: 18px;
}

.lp-ref-profile .lp-ref-inner {
  min-height: 100svh;
  padding-top: 76px;
  display: flex;
  flex-direction: column;
}

.lp-ref-profile-image {
  margin: 22px 0 52px;
  width: 100%;
  height: 164px;
  overflow: hidden;
  background: rgba(16,17,12,.08);
}

.lp-ref-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-ref-profile-meta {
  margin-bottom: 26px;
}

.lp-ref-profile-title {
  margin-bottom: 18px;
  font-size: 29px;
  letter-spacing: .16em;
}

.lp-ref-profile-name {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .11em;
}

.lp-ref-profile-copy {
  margin-top: auto;
  padding-bottom: 0;
}

.lp-ref-meta-line {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(16,17,12,.15);
}

.lp-ref-order-menu .lp-ref-inner {
  padding-top: 76px;
}

.lp-ref-menu-list {
  margin-top: 22px;
}

.lp-ref-menu-item {
  min-height: 58svh;
  padding: 28px 0 34px;
  border-bottom: 1px solid rgba(16,17,12,.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp-ref-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.lp-ref-menu-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .11em;
}

.lp-ref-menu-head span {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .18em;
  color: #a77931;
}


.lp-ref-menu-top {
  width: 100%;
}

.lp-ref-menu-image {
  margin: 28px 0 0;
  width: 100%;
  overflow: hidden;
  background: rgba(16, 17, 12, .04);
}

.lp-ref-menu-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lp-ref-menu-body {
  margin-top: auto;
}

.lp-ref-works .lp-ref-inner {
  padding-top: 78px;
}

.lp-ref-section-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: .1em;
}

.lp-ref-list {
  margin-top: 44px;
  border-top: 1px solid rgba(16,17,12,.15);
}

.lp-ref-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(16,17,12,.15);
  font-size: 12px;
  line-height: 1.8;
}

.lp-news-list {
  margin-top: 44px;
  border-top: 1px solid rgba(16,17,12,.15);
}

.lp-news-item {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid rgba(16,17,12,.15);
}

.lp-news-item time {
  display: block;
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: 10px;
  color: #a77931;
  letter-spacing: .18em;
}

.lp-news-item h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.lp-news-item p {
  font-size: 12px;
  line-height: 2;
}

.lp-ref-faq .lp-ref-inner,
.lp-ref-media .lp-ref-inner,
.lp-ref-news .lp-ref-inner {
  min-height: auto;
  padding-bottom: 96px;
}


.lp-media-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 28px 0 28px;
  border-radius: 24px;
  background: rgba(16,17,12,.08);
  aspect-ratio: 16 / 9;
}

.lp-media-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-faq-list {
  margin-top: 34px;
  border-top: 1px solid rgba(16,17,12,.15);
}

.lp-faq-item {
  border-bottom: 1px solid rgba(16,17,12,.15);
}

.lp-faq-q {
  min-height: auto;
  padding: 18px 0;
  font-size: 13px;
  line-height: 1.8;
}

.lp-faq-a {
  padding: 0 0 22px 28px;
  font-size: 12px;
  line-height: 2;
}

.lp-final-button {
  display: block;
  margin-top: 42px;
  padding: 18px 20px;
  background: #171714;
  color: #f8f1e8;
  text-align: center;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.lp-footer {
  background: #171714;
  color: #f8f1e8;
}

.lp-footer-inner {
  width: calc(100% - 48px);
  padding: 62px 0;
}

@media (max-width: 430px) {
  .lp-main,
  .lp-footer,
  .lp-header {
    width: 100%;
  }
  .lp-ref-inner,
  .lp-reference-hero .lp-hero-inner,
  .lp-footer-inner {
    width: calc(100% - 40px);
  }
}

/* v7 adjustment: concept section spacing and hidden red-marked parts */
.lp-ref-concept {
  min-height: auto;
}
.lp-ref-concept .lp-ref-inner {
  min-height: auto;
  padding-top: 76px;
  padding-bottom: 46px;
}
.lp-ref-concept .lp-ref-vertical-wrap {
  min-height: 0;
  height: 300px;
  align-items: flex-start;
  margin-bottom: 46px;
}
.lp-ref-concept .lp-ref-bottom-copy {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
}
.lp-ref-concept .lp-section-meta,
.lp-ref-concept .lp-line-link {
  display: none;
}
.lp-ref-concept .lp-section-text {
  margin-top: 0;
}
@media (max-width: 540px) {
  .lp-ref-concept .lp-ref-inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .lp-ref-concept .lp-ref-vertical-wrap {
    height: 286px;
    margin-bottom: 42px;
  }
}



/* v11: LP設定から差し替えた画像が各セクションに自然に入るように調整 */
.lp-ref-section-image,
.lp-ref-menu-image,
.lp-ref-profile-image,
.lp-news-image,
.lp-ref-work-card {
  margin: 22px 0 0;
}

.lp-ref-section-image img,
.lp-ref-menu-image img,
.lp-ref-profile-image img,
.lp-news-image img,
.lp-ref-work-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lp-ref-works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 28px;
}

.lp-ref-work-card {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.lp-ref-work-card figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.lp-ref-lead {
  margin-top: 22px;
}

.lp-news-image {
  width: 100%;
  margin-bottom: 16px;
}

.lp-news-link {
  margin-top: 16px;
}



/* v12: ファーストビューを1枚画像で全面表示 */
.lp-reference-hero .lp-hero-collage {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  filter: grayscale(1) !important;
  opacity: 1 !important;
}

.lp-reference-hero .lp-hero-tile {
  display: none !important;
}

.lp-reference-hero .lp-hero-tile-1 {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.lp-reference-hero .lp-hero-tile-1 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: .9 !important;
  transform: none !important;
}

.lp-reference-hero .lp-hero-shade {
  background:
    linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.22) 42%, rgba(0,0,0,.72) 100%) !important;
}

.lp-reference-hero {
  min-height: 100svh !important;
  background: #111 !important;
}

.lp-reference-hero .lp-hero-inner {
  min-height: 100svh !important;
}

/* カスタマイザーでの見え方を安定させる */
@supports not (height: 100svh) {
  .lp-reference-hero,
  .lp-reference-hero .lp-hero-inner {
    min-height: 100vh !important;
  }
}


/* v13: ご依頼内容4項目を画像＋縦タイトルの交互レイアウトに変更 */
.lp-ref-order-menu .lp-ref-inner {
  padding-top: 78px;
}

.lp-ref-menu-item {
  min-height: 82svh;
  padding: 38px 0 46px;
}

.lp-ref-menu-visual {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
}

.lp-ref-menu-item:nth-child(even) .lp-ref-menu-visual {
  flex-direction: row-reverse;
}

.lp-ref-menu-image {
  flex: 0 0 64%;
  width: 64%;
  margin: 84px 0 0;
  overflow: hidden;
  background: rgba(16, 17, 12, .04);
}

.lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
  margin-top: 82px;
}

.lp-ref-menu-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.lp-ref-menu-title-block {
  flex: 0 0 auto;
  min-height: 280px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.lp-ref-menu-number {
  order: 2;
  display: block;
  font-family: var(--sans);
  color: #a77931;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .18em;
  writing-mode: horizontal-tb;
  white-space: nowrap;
  margin-top: 2px;
}

.lp-ref-menu-vertical-title {
  order: 1;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(22px, 6.5vw, 30px);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .12em;
  white-space: nowrap;
}

.lp-ref-menu-body {
  margin-top: 72px;
}

.lp-ref-menu-head {
  display: none;
}

@media (max-width: 540px) {
  .lp-ref-menu-visual {
    gap: 24px;
  }

  .lp-ref-menu-image {
    flex-basis: 64%;
    width: 64%;
    margin-top: 76px;
  }

  .lp-ref-menu-title-block {
    min-height: 270px;
  }

  .lp-ref-menu-body {
    margin-top: 64px;
  }
}

@media (max-width: 380px) {
  .lp-ref-menu-visual {
    gap: 18px;
  }

  .lp-ref-menu-image {
    flex-basis: 62%;
    width: 62%;
  }

  .lp-ref-menu-vertical-title {
    font-size: 22px;
  }
}


/* v14: ご依頼内容の画像と本文の余白を詰める */
.lp-ref-menu-item {
  min-height: auto !important;
  padding: 38px 0 34px !important;
  justify-content: flex-start !important;
}

.lp-ref-menu-image {
  margin-top: 54px !important;
}

.lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
  margin-top: 54px !important;
}

.lp-ref-menu-title-block {
  min-height: 220px !important;
}

.lp-ref-menu-body {
  margin-top: 18px !important;
}

.lp-ref-menu-body .lp-section-text {
  margin-top: 0 !important;
}

.lp-ref-menu-body .lp-line-link {
  margin-top: 22px !important;
}

@media (max-width: 540px) {
  .lp-ref-menu-item {
    padding: 34px 0 30px !important;
  }

  .lp-ref-menu-image,
  .lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
    margin-top: 46px !important;
  }

  .lp-ref-menu-title-block {
    min-height: 210px !important;
  }

  .lp-ref-menu-body {
    margin-top: 14px !important;
  }
}

@media (max-width: 380px) {
  .lp-ref-menu-image,
  .lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
    margin-top: 40px !important;
  }

  .lp-ref-menu-title-block {
    min-height: 196px !important;
  }
}

/* v15: ご依頼内容リンク文言を本文寄りに短く調整 */
.lp-ref-menu-body .lp-line-link {
  width: min(240px, 56%) !important;
  margin-top: 18px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  gap: 12px !important;
  padding: 14px 0 !important;
  letter-spacing: .1em !important;
}

.lp-ref-menu-body .lp-line-link span {
  white-space: nowrap !important;
}

.lp-ref-menu-body .lp-line-link i {
  margin-left: auto !important;
}

@media (max-width: 540px) {
  .lp-ref-menu-body .lp-line-link {
    width: min(220px, 58%) !important;
    margin-top: 16px !important;
  }
}

/* v16: プロフィール画像を正方形表示に調整 */
.lp-ref-profile-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

.lp-ref-profile-image img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
}


/* =========================================================
   v19: PC / tablet / smartphone responsive auto sizing
   全セクションを画面幅に合わせて自動調整
   ========================================================= */
html {
  width: 100%;
  overflow-x: hidden;
}

body.lp-site,
body {
  width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

.lp-main,
.lp-footer,
.lp-header {
  width: 100%;
  max-width: none;
}

.lp-main,
.lp-footer {
  margin-inline: 0;
}

.lp-header {
  left: 0;
  right: 0;
  transform: none;
}

.lp-ref-inner,
.lp-reference-hero .lp-hero-inner,
.lp-footer-inner,
.lp-section-inner,
.lp-narrow {
  width: min(100% - clamp(40px, 8vw, 120px), var(--max));
  max-width: var(--max);
}

.lp-ref-section,
.lp-reference-hero {
  min-height: auto;
}

.lp-ref-inner {
  min-height: auto;
  padding-top: clamp(76px, 10vw, 132px);
  padding-bottom: clamp(72px, 9vw, 128px);
}

.lp-reference-hero .lp-hero-inner {
  padding-top: clamp(96px, 10vw, 140px);
  padding-bottom: clamp(76px, 9vw, 120px);
}

.lp-section-meta,
.lp-section-text,
.lp-ref-section-title,
.lp-ref-profile-name,
.lp-ref-list li,
.lp-news-item,
.lp-faq-q,
.lp-faq-a,
.lp-line-link,
.lp-final-button {
  overflow-wrap: anywhere;
}

.lp-section-text {
  font-size: clamp(12px, 1.15vw, 16px);
  line-height: clamp(2, 2.2vw, 2.35);
}

.lp-reference-hero .lp-hero-title {
  font-size: clamp(42px, 8vw, 104px);
}

.lp-reference-hero .lp-hero-text {
  max-width: min(520px, 100%);
  font-size: clamp(12px, 1.05vw, 15px);
}

.lp-ref-vertical-title,
.lp-reference-hero .lp-hero-vertical,
.lp-ref-menu-vertical-title {
  font-size: clamp(26px, 3.5vw, 48px);
}

.lp-ref-section-title {
  font-size: clamp(24px, 3vw, 42px);
}

.lp-line-link {
  width: min(420px, 100%);
}

.lp-media-video,
.lp-ref-section-image,
.lp-ref-menu-image,
.lp-ref-profile-image,
.lp-news-image,
.lp-ref-work-card {
  max-width: 100%;
}

.lp-media-video {
  border-radius: clamp(14px, 2vw, 24px);
}

.lp-ref-section-image img,
.lp-ref-menu-image img,
.lp-news-image img,
.lp-ref-work-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (min-width: 901px) {
  body.lp-site {
    background: var(--paper);
  }

  .lp-main,
  .lp-footer {
    width: 100%;
  }

  .lp-header {
    width: 100%;
    padding-inline: clamp(32px, 5vw, 72px);
  }

  .lp-nav {
    left: auto !important;
    right: clamp(24px, 5vw, 72px) !important;
    width: min(380px, calc(100vw - 48px)) !important;
  }

  .lp-reference-hero .lp-hero-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .lp-reference-hero .lp-hero-kicker {
    max-width: 360px;
    font-size: clamp(11px, .95vw, 14px);
  }

  .lp-reference-hero .lp-hero-vertical {
    margin-top: clamp(80px, 12vw, 170px);
  }

  .lp-reference-hero .lp-hero-bottom {
    width: min(760px, 100%);
  }

  .lp-ref-concept .lp-ref-inner,
  .lp-ref-profile .lp-ref-inner,
  .lp-ref-order-menu .lp-ref-inner,
  .lp-ref-media .lp-ref-inner,
  .lp-ref-news .lp-ref-inner,
  .lp-ref-faq .lp-ref-inner {
    width: min(100% - clamp(64px, 9vw, 140px), var(--max));
  }

  .lp-ref-concept .lp-ref-inner {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
    align-items: center;
    gap: clamp(56px, 8vw, 112px);
  }

  .lp-ref-concept .lp-ref-vertical-wrap {
    height: auto;
    min-height: clamp(360px, 46vw, 540px);
    margin-bottom: 0;
  }

  .lp-ref-concept .lp-ref-bottom-copy {
    max-width: 680px;
  }

  .lp-ref-profile .lp-ref-inner {
    display: grid;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    grid-template-areas:
      "meta image"
      "title image"
      "name image"
      "copy image";
    align-items: center;
    column-gap: clamp(48px, 7vw, 112px);
  }

  .lp-ref-profile-meta { grid-area: meta; }
  .lp-ref-profile-title { grid-area: title; }
  .lp-ref-profile-name { grid-area: name; }
  .lp-ref-profile-copy { grid-area: copy; margin-top: 0; }
  .lp-ref-profile-image {
    grid-area: image;
    margin: 0;
    align-self: center;
  }

  .lp-ref-menu-item {
    padding-block: clamp(48px, 7vw, 86px) !important;
  }

  .lp-ref-menu-visual {
    align-items: center;
    gap: clamp(38px, 6vw, 86px);
  }

  .lp-ref-menu-image {
    flex: 0 1 48%;
    width: 48%;
    margin-top: 0 !important;
  }

  .lp-ref-menu-title-block {
    min-height: clamp(280px, 34vw, 430px) !important;
  }

  .lp-ref-menu-body {
    width: min(680px, 100%);
    margin-top: clamp(28px, 4vw, 54px) !important;
  }

  .lp-ref-menu-body .lp-line-link {
    width: min(260px, 42%) !important;
  }

  .lp-news-list,
  .lp-ref-list,
  .lp-faq-list {
    width: min(820px, 100%);
  }

  .lp-media-video,
  .lp-ref-section-image {
    width: min(900px, 100%);
  }

  .lp-footer-inner {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 420px);
  }
}

@media (min-width: 541px) and (max-width: 900px) {
  .lp-main,
  .lp-footer,
  .lp-header {
    width: 100%;
  }

  .lp-ref-inner,
  .lp-reference-hero .lp-hero-inner,
  .lp-footer-inner,
  .lp-section-inner,
  .lp-narrow {
    width: min(100% - 48px, 760px);
  }

  .lp-reference-hero .lp-hero-bottom {
    width: min(620px, 100%);
  }

  .lp-ref-menu-image {
    flex-basis: 58%;
    width: 58%;
  }

  .lp-ref-menu-body .lp-line-link {
    width: min(260px, 52%) !important;
  }
}

@media (max-width: 540px) {
  .lp-main,
  .lp-footer,
  .lp-header {
    width: 100%;
    max-width: none;
  }

  .lp-header {
    left: 0;
    right: 0;
    transform: none;
    padding-inline: 17px;
  }

  .lp-ref-inner,
  .lp-reference-hero .lp-hero-inner,
  .lp-footer-inner,
  .lp-section-inner,
  .lp-narrow {
    width: calc(100% - 40px);
    max-width: none;
  }

  .lp-ref-inner {
    padding-top: 70px;
    padding-bottom: 72px;
  }

  .lp-reference-hero .lp-hero-inner {
    padding-top: 86px;
    padding-bottom: 72px;
  }

  .lp-reference-hero .lp-hero-kicker {
    max-width: min(170px, 55vw);
  }

  .lp-reference-hero .lp-hero-title {
    font-size: clamp(36px, 11.5vw, 52px);
    letter-spacing: .18em;
  }

  .lp-reference-hero .lp-hero-vertical {
    font-size: clamp(24px, 7.4vw, 34px);
  }

  .lp-ref-vertical-title,
  .lp-ref-menu-vertical-title {
    font-size: clamp(24px, 7vw, 32px);
  }

  .lp-section-text {
    font-size: 12px;
    line-height: 2.2;
  }

  .lp-ref-menu-visual {
    gap: clamp(16px, 6vw, 24px);
  }

  .lp-ref-menu-image,
  .lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
    flex-basis: 62%;
    width: 62%;
  }

  .lp-ref-menu-title-block {
    min-height: clamp(190px, 58vw, 230px) !important;
  }

  .lp-ref-menu-body .lp-line-link {
    width: min(220px, 64%) !important;
  }

  .lp-media-video {
    border-radius: 14px;
  }

  .lp-faq-q {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .lp-faq-a {
    padding-left: 32px;
  }
}

@media (max-width: 360px) {
  .lp-ref-inner,
  .lp-reference-hero .lp-hero-inner,
  .lp-footer-inner,
  .lp-section-inner,
  .lp-narrow {
    width: calc(100% - 32px);
  }

  .lp-brand span {
    font-size: 12px;
    letter-spacing: .14em;
  }

  .lp-ref-menu-visual {
    gap: 14px;
  }

  .lp-ref-menu-image,
  .lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
    flex-basis: 60%;
    width: 60%;
  }

  .lp-ref-menu-body .lp-line-link {
    width: min(210px, 72%) !important;
  }
}


/* === v19.1 Hamburger menu visibility fix ===
   PC・スマホ両方で右上のハンバーガーメニューを常に表示します。 */
.lp-header {
  z-index: 1000;
}

.lp-header-right {
  position: relative;
  z-index: 1002;
}

.lp-menu-button {
  display: inline-flex !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 1003;
  min-width: 44px;
  min-height: 44px;
}

.lp-menu-button span {
  display: inline-block;
}

.lp-menu-button i,
.lp-menu-button i::before,
.lp-menu-button i::after {
  visibility: visible !important;
  opacity: 1 !important;
}

.lp-nav {
  position: fixed !important;
  inset: 0 0 0 auto !important;
  z-index: -1 !important;
  display: block !important;
  width: min(420px, 100vw) !important;
  height: 100vh !important;
  padding: 104px 34px 56px !important;
  overflow-y: auto;
  background: rgba(23, 23, 20, .97) !important;
  color: #fffaf1 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(24px) !important;
  transition: opacity .28s ease, transform .28s ease !important;
}

body.is-menu-open .lp-header {
  color: #fffaf1 !important;
  background: transparent !important;
  border-color: transparent !important;
}

body.is-menu-open .lp-nav {
  z-index: 1001 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
}

body.is-menu-open .lp-menu-button {
  color: #fffaf1 !important;
}

@media (min-width: 1024px) {
  .lp-menu-button {
    display: inline-flex !important;
  }

  .lp-nav {
    position: fixed !important;
    inset: 0 0 0 auto !important;
    width: min(420px, 34vw) !important;
    min-height: 100vh !important;
    padding: 104px 42px 56px !important;
    background: rgba(23, 23, 20, .97) !important;
    color: #fffaf1 !important;
  }

  .lp-nav a {
    display: block !important;
    width: 100% !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(255, 250, 241, .15) !important;
    font-family: var(--serif) !important;
    font-size: 14px !important;
    letter-spacing: .14em !important;
  }
}

@media (max-width: 540px) {
  .lp-menu-button span {
    font-size: 10px;
  }

  .lp-nav {
    width: 100vw !important;
    padding: 92px 28px 48px !important;
  }
}


/* v19.2 Official LINE contact icon */
.lp-line-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  letter-spacing: .08em;
  line-height: 1.2;
}
.lp-line-icon-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  box-shadow: 0 10px 24px rgba(6, 199, 85, .24);
  flex: 0 0 auto;
}
.lp-line-icon-mark::before {
  content: "";
  width: 24px;
  height: 18px;
  border-radius: 12px;
  background: #fff;
}
.lp-line-icon-mark::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: rotate(-18deg);
}
.lp-line-icon-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: 1;
  color: #06c755;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: -.03em;
}
.lp-floating-line {
  position: fixed;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 120;
  padding: 10px 14px 10px 10px;
  border-radius: 999px;
  background: rgba(255, 250, 241, .94);
  color: var(--ink);
  border: 1px solid rgba(16, 17, 12, .12);
  box-shadow: 0 14px 40px rgba(16, 17, 12, .16);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 700;
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}
.lp-floating-line:hover,
.lp-floating-line:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(16, 17, 12, .22);
}
.lp-nav-line {
  width: min(520px, 100%);
  margin-top: 18px;
  padding: 14px 18px !important;
  border: 1px solid rgba(255, 250, 241, .24) !important;
  border-radius: 999px;
  background: rgba(255, 250, 241, .08);
  font-size: clamp(14px, 4vw, 18px) !important;
}
.lp-nav-line .lp-line-icon-mark {
  width: 38px;
  height: 38px;
  box-shadow: none;
}
@media (max-width: 680px) {
  .lp-floating-line {
    right: 14px;
    bottom: 14px;
    padding: 8px;
  }
  .lp-floating-line-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}


/* === v19.3 Simple header cleanup ===
   ヘッダー内の文字量を減らし、ブランド名＋ハンバーガーだけのシンプルな見た目にします。 */
.lp-header {
  height: 64px;
  padding: 0 clamp(16px, 3vw, 34px);
}

.lp-header.is-scrolled,
body:not(.home) .lp-header {
  height: 60px;
}

.lp-brand {
  max-width: min(68vw, 420px);
}

.lp-brand span {
  font-size: clamp(13px, 1.6vw, 16px);
  letter-spacing: .16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp-header-right {
  gap: 0;
}

/* JA / EN 表記を非表示にして、ヘッダーをすっきりさせます */
.lp-lang {
  display: none !important;
}

/* MENUなどの文字を消して、線だけのハンバーガーにします */
.lp-menu-button {
  width: 46px;
  height: 46px;
  padding: 0 !important;
  justify-content: center;
  gap: 0 !important;
  border-radius: 999px;
}

.lp-menu-button span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lp-menu-button i {
  width: 28px;
  height: 12px;
}

.lp-menu-button i::before,
.lp-menu-button i::after {
  width: 28px;
}

.lp-menu-button i::after {
  width: 20px;
}

body.is-menu-open .lp-menu-button i::after {
  width: 28px;
}

@media (max-width: 680px) {
  .lp-header {
    height: 60px;
    padding-inline: 14px;
  }

  .lp-brand {
    max-width: calc(100vw - 82px);
  }

  .lp-brand span {
    font-size: 12px;
    letter-spacing: .12em;
  }
}

/* v19.4: JA / EN は残しつつ、ヘッダーをすっきり見せる調整 */
.lp-header-right {
  gap: clamp(8px, 1.8vw, 14px) !important;
}

.lp-lang {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  color: currentColor;
  font-family: var(--sans);
  font-size: clamp(9px, 1.1vw, 10px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
  opacity: .86;
  white-space: nowrap;
}

.lp-lang span + span::before {
  content: "/";
  display: inline-block;
  margin: 0 6px 0 0;
  opacity: .55;
  font-weight: 400;
}

@media (max-width: 680px) {
  .lp-header-right {
    gap: 6px !important;
  }

  .lp-lang {
    font-size: 9px;
    letter-spacing: .08em;
    gap: 4px;
  }

  .lp-lang span + span::before {
    margin-right: 4px;
  }

  .lp-menu-button {
    width: 40px;
    height: 40px;
  }
}


/* v19.5: JA / EN language switch links */
.lp-lang a {
  color: currentColor;
  opacity: .55;
  transition: opacity .2s ease;
}
.lp-lang a:hover,
.lp-lang a.is-active {
  opacity: 1;
}
.lp-lang a + a::before {
  content: "/";
  display: inline-block;
  margin: 0 6px 0 0;
  opacity: .55;
  font-weight: 400;
}
.lp-lang span + span::before {
  content: none;
}
body.lang-en .lp-hero-vertical,
body.lang-en .lp-ref-vertical-title,
body.lang-en .lp-ref-menu-vertical-title,
body.lang-en .lp-ref-section-title,
body.lang-en .lp-ref-profile-title {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  letter-spacing: .08em;
  line-height: 1.35;
}
body.lang-en .lp-hero-vertical {
  max-width: 520px;
}

/* ===== v20 to v21: subtle depth, clearer sections, reveal animation ===== */
:root {
  --lp-panel-bg: rgba(255, 255, 255, 0.18);
  --lp-panel-border: rgba(76, 56, 29, 0.12);
  --lp-panel-shadow: 0 16px 34px rgba(51, 39, 24, 0.08);
  --lp-panel-shadow-strong: 0 22px 48px rgba(51, 39, 24, 0.12);
}

.lp-reference-hero .lp-hero-copy {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.32) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid rgba(255,255,255,0.36);
  box-shadow: var(--lp-panel-shadow-strong);
  border-radius: 24px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: clamp(18px, 3vw, 28px);
}

.lp-ref-section {
  position: relative;
  scroll-margin-top: 92px;
}

.lp-ref-section + .lp-ref-section {
  margin-top: clamp(18px, 4vw, 32px);
}

.lp-ref-section .lp-ref-inner {
  position: relative;
  border: 1px solid var(--lp-panel-border);
  border-radius: 26px;
  box-shadow: var(--lp-panel-shadow);
  overflow: hidden;
}

.lp-ref-section .lp-ref-inner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(153,112,50,0.0), rgba(153,112,50,0.45), rgba(153,112,50,0.0));
  pointer-events: none;
}

.lp-ref-section::before {
  content: attr(data-section-label);
  position: absolute;
  top: 14px;
  left: clamp(16px, 4vw, 28px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(153,112,50,0.18);
  box-shadow: 0 10px 20px rgba(51, 39, 24, 0.08);
  color: #8f6c37;
  font-size: 10px;
  font-family: var(--sans);
  letter-spacing: .28em;
}

.lp-ref-concept .lp-ref-vertical-wrap,
.lp-ref-profile .lp-ref-profile-copy,
.lp-ref-profile .lp-ref-profile-image,
.lp-ref-order-menu .lp-ref-section-image,
.lp-ref-media .lp-ref-section-image,
.lp-ref-news .lp-ref-section-image,
.lp-ref-faq .lp-faq-item {
  position: relative;
  background: var(--lp-panel-bg);
  border: 1px solid var(--lp-panel-border);
  box-shadow: var(--lp-panel-shadow);
  border-radius: 20px;
}

.lp-ref-concept .lp-ref-vertical-wrap,
.lp-ref-profile .lp-ref-profile-copy {
  padding: clamp(18px, 4vw, 28px);
}

.lp-ref-profile .lp-ref-profile-image,
.lp-ref-order-menu .lp-ref-section-image,
.lp-ref-media .lp-ref-section-image,
.lp-ref-news .lp-ref-section-image {
  overflow: hidden;
}

.lp-ref-profile .lp-ref-profile-image img,
.lp-ref-order-menu .lp-ref-section-image img,
.lp-ref-media .lp-ref-section-image img,
.lp-ref-news .lp-ref-section-image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-ref-section .lp-ref-section-title,
.lp-ref-section .lp-ref-profile-title,
.lp-ref-section .lp-ref-profile-name,
.lp-ref-section .lp-ref-vertical-title {
  position: relative;
}

.lp-ref-section .lp-ref-section-title::after,
.lp-ref-section .lp-ref-profile-title::after,
.lp-ref-section .lp-ref-profile-name::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(90deg, rgba(153,112,50,0.75), rgba(153,112,50,0));
}

.lp-ref-faq .lp-faq-item {
  overflow: hidden;
  transition: box-shadow .28s ease, transform .28s ease;
}

.lp-ref-faq .lp-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--lp-panel-shadow-strong);
}

.lp-final-button {
  box-shadow: 0 14px 26px rgba(76, 56, 29, 0.18);
}

/* reveal animation */
.js-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lp-ref-concept .lp-ref-vertical-title.js-reveal {
  transform: translate3d(14px, 0, 0);
}

.lp-ref-concept .lp-ref-vertical-title.js-reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  .lp-ref-section::before {
    top: 10px;
    left: 12px;
    padding: 6px 10px;
    font-size: 9px;
  }

  .lp-reference-hero .lp-hero-copy {
    border-radius: 20px;
    padding: 18px 16px;
  }

  .lp-ref-section .lp-ref-inner {
    border-radius: 20px;
  }

  .lp-ref-concept .lp-ref-vertical-wrap,
  .lp-ref-profile .lp-ref-profile-copy,
  .lp-ref-profile .lp-ref-profile-image,
  .lp-ref-order-menu .lp-ref-section-image,
  .lp-ref-media .lp-ref-section-image,
  .lp-ref-news .lp-ref-section-image,
  .lp-ref-faq .lp-faq-item {
    border-radius: 16px;
  }
}

/* ===== v22 refinement: elegant reveal, flat design, section background contrast ===== */

/* Remove the added depth effect and keep the design flat. */
.lp-site *,
.lp-main *,
.lp-footer * {
  box-shadow: none !important;
  text-shadow: none !important;
}

.lp-reference-hero .lp-hero-copy,
.lp-ref-section .lp-ref-inner,
.lp-ref-concept .lp-ref-vertical-wrap,
.lp-ref-profile .lp-ref-profile-copy,
.lp-ref-profile .lp-ref-profile-image,
.lp-ref-order-menu .lp-ref-section-image,
.lp-ref-media .lp-ref-section-image,
.lp-ref-news .lp-ref-section-image,
.lp-ref-faq .lp-faq-item {
  box-shadow: none !important;
  border-radius: 0;
}

/* Make each section easier to distinguish with flat background differences. */
.lp-ref-section {
  background: #f4ede3;
  border-top: 1px solid rgba(153, 112, 50, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .38);
}

.lp-ref-section + .lp-ref-section {
  margin-top: 0;
}

.lp-ref-section .lp-ref-inner {
  border: 0;
  background: transparent;
  overflow: visible;
}

.lp-ref-section .lp-ref-inner::before {
  background: none;
}

.lp-ref-concept {
  background: #f5efe6;
}

.lp-ref-profile {
  background: #eee5d8;
}

.lp-ref-order-menu {
  background: #f8f1e8;
}

.lp-ref-media {
  background: #ece1d2;
}

.lp-ref-news {
  background: #f6eddf;
}

.lp-ref-faq {
  background: #ede6da;
}

/* Keep section labels flat and clear. */
.lp-ref-section::before {
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(153, 112, 50, .55);
  border-radius: 0;
  padding: 3px 0 3px 10px;
  color: #8f6c37;
  box-shadow: none !important;
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 1s ease,
    transform 1s cubic-bezier(.19, 1, .22, 1);
}

.lp-ref-section.is-section-visible::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Flat separators inside content. */
.lp-ref-meta-line,
.lp-ref-list,
.lp-news-list,
.lp-faq-list,
.lp-faq-item,
.lp-ref-menu-item,
.lp-line-link {
  border-color: rgba(153, 112, 50, .22);
}

.lp-ref-concept .lp-ref-vertical-wrap,
.lp-ref-profile .lp-ref-profile-copy,
.lp-ref-profile .lp-ref-profile-image,
.lp-ref-order-menu .lp-ref-section-image,
.lp-ref-media .lp-ref-section-image,
.lp-ref-news .lp-ref-section-image,
.lp-ref-faq .lp-faq-item {
  background: transparent;
  border: 0;
}

.lp-ref-profile .lp-ref-profile-copy,
.lp-ref-concept .lp-ref-bottom-copy,
.lp-ref-menu-body,
.lp-ref-lead,
.lp-faq-a {
  border-left: 1px solid rgba(153, 112, 50, .2);
  padding-left: clamp(16px, 4vw, 24px);
}

/* More elegant reveal animation for all text and images. */
.js-reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  filter: blur(4px);
  transition:
    opacity 1.18s ease,
    transform 1.18s cubic-bezier(.19, 1, .22, 1),
    filter 1.18s ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.js-reveal-image {
  transform: translate3d(0, 18px, 0) scale(1.012);
}

.js-reveal-image.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.lp-ref-vertical-title.js-reveal,
.lp-ref-menu-vertical-title.js-reveal,
.lp-hero-vertical.js-reveal {
  transform: translate3d(10px, 0, 0);
}

.lp-ref-vertical-title.js-reveal.is-visible,
.lp-ref-menu-vertical-title.js-reveal.is-visible,
.lp-hero-vertical.js-reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal,
  .lp-ref-section::before {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  .lp-ref-section::before {
    top: 12px;
    left: 14px;
    padding-left: 8px;
    font-size: 9px;
  }

  .lp-ref-profile .lp-ref-profile-copy,
  .lp-ref-concept .lp-ref-bottom-copy,
  .lp-ref-menu-body,
  .lp-ref-lead,
  .lp-faq-a {
    padding-left: 16px;
  }
}

/* v22 flat-detail fix */
.lp-ref-faq .lp-faq-item:hover {
  transform: none;
}

.lp-faq-item.is-open .lp-faq-a {
  animation: mrlpFaqAnswerReveal .62s cubic-bezier(.19, 1, .22, 1) both;
}

@keyframes mrlpFaqAnswerReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-faq-item.is-open .lp-faq-a {
    animation: none;
  }
}

/* ===== v32: 3jigen-inspired top animation (subtle, layout preserved) ===== */
body.home .lp-reference-hero {
  isolation: isolate;
}

body.home .lp-reference-hero .lp-hero-video-wrap,
body.home .lp-reference-hero .lp-hero-collage {
  transform:
    translate3d(0, calc(var(--mrlp-hero-shift, 0px) * .38), 0)
    scale(calc(1.04 + var(--mrlp-hero-scale, 0)));
  transform-origin: center center;
  will-change: transform;
}

body.home .lp-reference-hero .lp-hero-video,
body.home .lp-reference-hero .lp-hero-tile img {
  animation: mrlpHeroSlowZoom 18s cubic-bezier(.19, 1, .22, 1) both;
  transform-origin: center center;
}

body.home .lp-reference-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -12% -42% -18% auto;
  width: 66%;
  background:
    radial-gradient(ellipse at 45% 28%, rgba(255, 250, 241, .16), transparent 56%),
    linear-gradient(160deg, transparent 10%, rgba(255, 250, 241, .13) 30%, rgba(255, 250, 241, .04) 52%, transparent 72%);
  clip-path: ellipse(38% 58% at 50% 50%);
  mix-blend-mode: screen;
  opacity: .52;
  transform:
    translate3d(0, calc(var(--mrlp-hero-shift, 0px) * -.16), 0)
    rotate(-6deg);
  pointer-events: none;
  will-change: transform;
}

body.home .lp-reference-hero .lp-hero-inner {
  transform: translate3d(0, calc(var(--mrlp-hero-shift, 0px) * -.08), 0);
  will-change: transform;
}

body.home .lp-reference-hero .lp-hero-title,
body.home .lp-reference-hero .lp-hero-sub,
body.home .lp-reference-hero .lp-hero-text,
body.home .lp-reference-hero .lp-hero-vertical,
body.home .lp-reference-hero .lp-hero-kicker {
  animation: mrlpHeroCopyIn 1.28s cubic-bezier(.19, 1, .22, 1) both;
}

body.home .lp-reference-hero .lp-hero-sub { animation-delay: .12s; }
body.home .lp-reference-hero .lp-hero-text { animation-delay: .22s; }
body.home .lp-reference-hero .lp-hero-vertical { animation-delay: .18s; }
body.home .lp-reference-hero .lp-hero-kicker { animation-delay: .08s; }

body.home .lp-scroll {
  animation: mrlpScrollBlink 2.1s ease-in-out infinite;
}

.lp-ref-section {
  overflow: hidden;
}

body.home .lp-ref-section .lp-ref-inner {
  transform: translate3d(0, calc(var(--mrlp-section-shift, 0px) * .08), 0);
  will-change: transform;
}

body.home .lp-ref-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -26%;
  top: 8%;
  width: 56%;
  height: 86%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(153, 112, 50, .08), rgba(16, 17, 12, .035));
  transform:
    translate3d(0, calc(var(--mrlp-section-shift, 0px) * -.18), 0)
    rotate(12deg);
  pointer-events: none;
  opacity: .72;
}

body.home .lp-ref-section .lp-ref-inner {
  z-index: 1;
}

body.home .lp-ref-concept .lp-ref-vertical-title.js-reveal {
  transform: translate3d(0, 42px, 0);
  filter: blur(6px);
}

body.home .lp-ref-concept .lp-ref-vertical-title.js-reveal.is-visible {
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

body.home .lp-ref-bottom-copy .js-reveal,
body.home .lp-ref-profile .js-reveal,
body.home .lp-ref-order-menu .js-reveal {
  transition-duration: 1.32s;
}

@keyframes mrlpHeroSlowZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes mrlpHeroCopyIn {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes mrlpScrollBlink {
  0%, 100% {
    opacity: .38;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: .86;
    transform: translate3d(0, 8px, 0);
  }
}

@media (max-width: 767px) {
  body.home .lp-reference-hero::after {
    inset: -10% -52% -18% auto;
    width: 86%;
    opacity: .38;
  }

  body.home .lp-ref-section::after {
    right: -55%;
    width: 95%;
    opacity: .42;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .lp-reference-hero .lp-hero-video-wrap,
  body.home .lp-reference-hero .lp-hero-collage,
  body.home .lp-reference-hero .lp-hero-video,
  body.home .lp-reference-hero .lp-hero-tile img,
  body.home .lp-reference-hero .lp-hero-inner,
  body.home .lp-reference-hero::after,
  body.home .lp-ref-section .lp-ref-inner,
  body.home .lp-ref-section::after,
  body.home .lp-reference-hero .lp-hero-title,
  body.home .lp-reference-hero .lp-hero-sub,
  body.home .lp-reference-hero .lp-hero-text,
  body.home .lp-reference-hero .lp-hero-vertical,
  body.home .lp-reference-hero .lp-hero-kicker,
  body.home .lp-scroll {
    animation: none;
    transform: none;
  }
}


/* =========================================================
   v36.0.0
   Header / first view: no ornament
   Concept section and below: subtle "縁" motif across the whole section
   ========================================================= */
body.home .lp-reference-hero::after {
  content: none !important;
  display: none !important;
}

body.home .lp-ref-section {
  overflow: hidden;
}

body.home .lp-ref-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .74;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cg%20fill%3D%22none%22%20stroke%3D%22%23997032%22%20stroke-linecap%3D%22round%22%3E%0A%20%20%3Cpath%20d%3D%22M-120%20220%20A380%20380%200%200%201%20430%2020%22%20stroke-opacity%3D%22.11%22%20stroke-width%3D%221.6%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M-40%20760%20A320%20320%200%200%201%20360%20520%22%20stroke-opacity%3D%22.07%22%20stroke-width%3D%221.1%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M570%2090%20A380%20380%200%200%201%201120%20380%22%20stroke-opacity%3D%22.11%22%20stroke-width%3D%221.6%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M650%20520%20A330%20330%200%200%201%201060%20860%22%20stroke-opacity%3D%22.07%22%20stroke-width%3D%221.1%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M190%20500%20A310%20310%200%200%201%20790%20500%22%20stroke-opacity%3D%22.05%22%20stroke-width%3D%22.9%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translate3d(0, calc(var(--mrlp-section-shift, 0px) * -.14), 0);
  will-change: transform;
}

body.home .lp-ref-section .lp-ref-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.home .lp-ref-section::after {
    opacity: .68;
    background-size: 135% 100%;
    background-position: center center;
    transform: translate3d(0, calc(var(--mrlp-section-shift, 0px) * -.10), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .lp-ref-section::after {
    transform: none;
  }
}


/* =========================================================
   v37.0.0
   Refined ink + circle motif (concept and below only)
   Profile image updated to elegant arch shape
   ========================================================= */

/* keep header / first view clean */
body.home .lp-reference-hero::after {
  content: none !important;
  display: none !important;
}

/* concept and below */
body.home .lp-ref-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(56% 40% at 15% 24%, rgba(101, 83, 58, .055) 0%, rgba(101, 83, 58, .024) 34%, rgba(101, 83, 58, 0) 72%),
    radial-gradient(48% 34% at 84% 78%, rgba(101, 83, 58, .042) 0%, rgba(101, 83, 58, .018) 34%, rgba(101, 83, 58, 0) 72%),
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,0)),
    #f5efe6;
}

body.home .lp-ref-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%201200%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cg%20fill%3D%22none%22%20stroke%3D%22%2365533a%22%20stroke-linecap%3D%22round%22%3E%0A%20%20%3Cpath%20d%3D%22M%20212%20192%0A%20%20%20%20%20%20%20%20%20%20%20C%20122%20272%2C%20104%20420%2C%20168%20560%0A%20%20%20%20%20%20%20%20%20%20%20C%20244%20728%2C%20436%20838%2C%20620%20822%0A%20%20%20%20%20%20%20%20%20%20%20C%20820%20804%2C%20974%20646%2C%20980%20448%0A%20%20%20%20%20%20%20%20%20%20%20C%20984%20292%2C%20902%20144%2C%20748%2088%22%0A%20%20%20%20%20%20%20%20stroke-opacity%3D%22.11%22%20stroke-width%3D%2220%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M%20928%20980%0A%20%20%20%20%20%20%20%20%20%20%20C%20806%201044%2C%20660%201072%2C%20516%201044%0A%20%20%20%20%20%20%20%20%20%20%20C%20404%201022%2C%20312%20970%2C%20238%20886%22%0A%20%20%20%20%20%20%20%20stroke-opacity%3D%22.08%22%20stroke-width%3D%2212%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: .42;
  transform: translate3d(0, calc(var(--mrlp-section-shift, 0px) * -.08), 0);
  will-change: transform;
}

body.home .lp-ref-section .lp-ref-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%201200%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cg%20fill%3D%22none%22%20stroke%3D%22%237c6648%22%20stroke-linecap%3D%22round%22%3E%0A%20%20%3Cpath%20d%3D%22M%201032%20236%0A%20%20%20%20%20%20%20%20%20%20%20C%20948%20168%2C%20846%20130%2C%20730%20128%0A%20%20%20%20%20%20%20%20%20%20%20C%20576%20124%2C%20430%20198%2C%20338%20320%0A%20%20%20%20%20%20%20%20%20%20%20C%20260%20424%2C%20226%20550%2C%20240%20680%22%0A%20%20%20%20%20%20%20%20stroke-opacity%3D%22.07%22%20stroke-width%3D%2214%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M%20122%20706%0A%20%20%20%20%20%20%20%20%20%20%20C%20168%20834%2C%20254%20934%2C%20378%201000%22%0A%20%20%20%20%20%20%20%20stroke-opacity%3D%22.05%22%20stroke-width%3D%2210%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: .34;
  transform: translate3d(0, calc(var(--mrlp-section-shift, 0px) * -.04), 0);
  will-change: transform;
}

body.home .lp-ref-section .lp-ref-inner > * {
  position: relative;
  z-index: 1;
}

body.home .lp-ref-section .lp-ref-inner::before {
  z-index: 1;
}

/* elegant arch portrait */
.lp-ref-profile-image {
  width: min(100%, 420px);
  height: auto;
  aspect-ratio: 0.82 / 1;
  margin: 28px auto 54px;
  border-radius: 220px 220px 0 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,0)),
    rgba(16,17,12,.06);
  border: 1px solid rgba(101, 83, 58, .16);
  box-shadow:
    0 18px 34px rgba(37, 29, 20, .08),
    inset 0 1px 0 rgba(255,255,255,.42);
}

.lp-ref-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  body.home .lp-ref-section::after {
    opacity: .38;
    background-size: 150% 100%;
    background-position: center top;
  }

  body.home .lp-ref-section .lp-ref-inner::after {
    opacity: .28;
    background-size: 150% 100%;
    background-position: center top;
  }

  .lp-ref-profile-image {
    width: min(100%, 330px);
    margin: 24px auto 44px;
    aspect-ratio: 0.86 / 1;
    border-radius: 180px 180px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .lp-ref-section::after,
  body.home .lp-ref-section .lp-ref-inner::after {
    transform: none;
  }
}


/* =========================================================
   v38.0.0
   Media section and below: reduce line count / reduce vertical elongation
   ========================================================= */
body.home #media.lp-ref-section::after,
body.home #news.lp-ref-section::after,
body.home #faq.lp-ref-section::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%201200%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cg%20fill%3D%22none%22%20stroke%3D%22%236b563b%22%20stroke-linecap%3D%22round%22%3E%0A%20%20%3Cpath%20d%3D%22M%20184%20256%0A%20%20%20%20%20%20%20%20%20%20%20C%20112%20344%2C%20108%20484%2C%20182%20590%0A%20%20%20%20%20%20%20%20%20%20%20C%20270%20716%2C%20432%20786%2C%20592%20756%0A%20%20%20%20%20%20%20%20%20%20%20C%20730%20730%2C%20838%20638%2C%20892%20508%22%0A%20%20%20%20%20%20%20%20stroke-opacity%3D%22.085%22%20stroke-width%3D%2216%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M%20934%20770%0A%20%20%20%20%20%20%20%20%20%20%20C%20850%20846%2C%20742%20900%2C%20616%20914%0A%20%20%20%20%20%20%20%20%20%20%20C%20520%20926%2C%20432%20916%2C%20360%20888%22%0A%20%20%20%20%20%20%20%20stroke-opacity%3D%22.055%22%20stroke-width%3D%2210%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 118% 100%;
  background-position: center center;
  opacity: .28;
  transform: translate3d(0, calc(var(--mrlp-section-shift, 0px) * -.05), 0);
}

body.home #media.lp-ref-section .lp-ref-inner::after,
body.home #news.lp-ref-section .lp-ref-inner::after,
body.home #faq.lp-ref-section .lp-ref-inner::after {
  display: none;
}

@media (max-width: 767px) {
  body.home #media.lp-ref-section::after,
  body.home #news.lp-ref-section::after,
  body.home #faq.lp-ref-section::after {
    background-size: 132% 100%;
    opacity: .24;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home #media.lp-ref-section::after,
  body.home #news.lp-ref-section::after,
  body.home #faq.lp-ref-section::after {
    transform: none;
  }
}


/* =========================================================
   v39.0.0
   Profile image: force elegant arch shape like reference
   ========================================================= */
body.home .lp-ref-profile-image {
  display: block !important;
  width: min(100%, 636px) !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 0.88 / 1 !important;
  margin: 28px auto 48px !important;
  overflow: hidden !important;
  border-radius: 999px 999px 0 0 / 230px 230px 0 0 !important;
  -webkit-clip-path: inset(0 round 230px 230px 0 0);
  clip-path: inset(0 round 230px 230px 0 0);
  background: rgba(16,17,12,.04) !important;
  border: none !important;
  box-shadow: none !important;
}

body.home .lp-ref-profile-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 767px) {
  body.home .lp-ref-profile-image {
    width: min(100%, 636px) !important;
    aspect-ratio: 0.90 / 1 !important;
    margin: 24px auto 42px !important;
    border-radius: 999px 999px 0 0 / 180px 180px 0 0 !important;
    -webkit-clip-path: inset(0 round 180px 180px 0 0);
    clip-path: inset(0 round 180px 180px 0 0);
  }
}


/* =========================================================
   v40.0.0
   Body copy: slightly darker for better readability
   ========================================================= */
body,
.lp-main,
.lp-section-text,
.lp-ref-lead,
.lp-faq-a,
.lp-ref-list li,
.lp-news-item p,
.lp-ref-profile-copy,
.lp-ref-menu-body,
.lp-ref-menu-body .lp-section-text,
.lp-ref-bottom-copy,
.lp-ref-bottom-copy .lp-section-text,
.entry-content,
.entry-content p,
.entry-content li,
.page-content,
.page-content p,
.page-content li {
  color: #1f1c18 !important;
}

.lp-section-meta,
.lp-section-meta span,
.lp-section-meta small,
.lp-ref-menu-number,
.lp-news-item time {
  color: #86612e !important;
}

.lp-line-link,
.lp-faq-q,
.lp-news-item h3,
.lp-ref-profile-name,
.lp-ref-section-title,
.lp-ref-profile-title,
.lp-ref-vertical-title,
.lp-ref-menu-vertical-title {
  color: #14120f !important;
}

/* keep hero / dark areas readable as white */
.lp-hero,
.lp-hero *,
.lp-nav,
.lp-nav *,
.lp-footer,
.lp-footer *,
.lp-final-button {
  color: inherit;
}

.lp-hero .lp-hero-title,
.lp-hero .lp-hero-sub,
.lp-hero .lp-hero-text,
.lp-hero .lp-hero-vertical,
.lp-hero .lp-hero-kicker {
  color: rgba(255,250,241,.94) !important;
}

.lp-footer,
.lp-footer * {
  color: #f8f1e8 !important;
}


/* =========================================================
   v41.0.0
   Header typography refinement
   ========================================================= */
.lp-brand span {
  font-family: var(--serif) !important;
  font-size: clamp(17px, 2.3vw, 22px) !important;
  font-weight: 500 !important;
  letter-spacing: .12em !important;
  line-height: 1 !important;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0,0,0,.08);
}

.lp-brand {
  text-decoration: none;
}

.lp-header-right {
  gap: 14px;
}

.lp-lang {
  gap: 0 !important;
  font-family: var(--serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .12em !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.08);
}

.lp-lang a {
  opacity: .72 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.lp-lang a:hover,
.lp-lang a.is-active {
  opacity: 1 !important;
}

.lp-lang a + a {
  margin-left: 14px;
  padding-left: 14px;
}

.lp-lang a + a::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  opacity: .46;
  font-size: .92em;
  font-family: var(--serif);
}

.lp-menu-button i,
.lp-menu-button i::before,
.lp-menu-button i::after {
  border-radius: 999px;
}

@media (max-width: 767px) {
  .lp-brand span {
    font-size: 17px !important;
    letter-spacing: .11em !important;
  }

  .lp-lang {
    font-size: 11px !important;
    letter-spacing: .10em !important;
  }

  .lp-lang a + a {
    margin-left: 12px;
    padding-left: 12px;
  }
}


/* =========================================================
   v42.0.0
   Floating LINE repositioned / workshop LINE popup added
   ========================================================= */
.lp-floating-line {
  left: 14px !important;
  right: auto !important;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 14px) !important;
  width: 58px !important;
  height: 58px !important;
  padding: 8px !important;
  justify-content: center !important;
  gap: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 241, .90) !important;
  border: 1px solid rgba(16, 17, 12, .10) !important;
  box-shadow: 0 10px 28px rgba(16, 17, 12, .10) !important;
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease, box-shadow .22s ease !important;
}
body.show-floating-line .lp-floating-line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.lp-floating-line:hover,
.lp-floating-line:focus-visible {
  box-shadow: 0 14px 30px rgba(16, 17, 12, .14) !important;
  transform: translate3d(0, -2px, 0);
}
.lp-floating-line-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.lp-floating-line .lp-line-icon-mark {
  width: 40px !important;
  height: 40px !important;
}
@media (max-width: 767px) {
  .lp-floating-line {
    left: 10px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    width: 54px !important;
    height: 54px !important;
  }
  .lp-floating-line .lp-line-icon-mark {
    width: 38px !important;
    height: 38px !important;
  }
}
.lp-line-pop {
  margin-top: 28px;
  padding: clamp(20px, 4.6vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(101, 83, 58, .14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.34)),
    rgba(247, 241, 232, .72);
  box-shadow: 0 18px 40px rgba(37, 29, 20, .06);
}
.lp-line-pop-copy small {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .24em;
  color: #8a6735;
}
.lp-line-pop-copy h3 {
  margin: 0;
  font-size: clamp(19px, 3vw, 24px);
  line-height: 1.7;
  font-weight: 500;
  color: #171410;
}
.lp-line-pop-copy p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #2a2620;
}
.lp-line-pop-link {
  margin-top: 18px;
  justify-content: flex-start;
  width: fit-content;
  min-width: 220px;
  padding: 10px 18px 10px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(16,17,12,.10);
  box-shadow: 0 10px 22px rgba(16, 17, 12, .06);
}
.lp-line-pop-link span:last-child {
  font-weight: 700;
}
@media (min-width: 768px) {
  .lp-line-pop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .lp-line-pop-copy {
    flex: 1 1 auto;
  }
  .lp-line-pop-link {
    flex: 0 0 auto;
    margin-top: 0;
  }
}


/* =========================================================
   v43.0.0
   Contact footer with background photo and SNS links
   ========================================================= */
.lp-contact-footer {
  position: relative;
  min-height: clamp(520px, 78vw, 840px);
  overflow: hidden;
  background: #221b15;
  color: #fff8f0;
}
.lp-contact-footer-media,
.lp-contact-footer-media img,
.lp-contact-footer-overlay {
  position: absolute;
  inset: 0;
}
.lp-contact-footer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-contact-footer-overlay {
  background:
    linear-gradient(180deg, rgba(19, 15, 11, .16), rgba(19, 15, 11, .72)),
    linear-gradient(90deg, rgba(19, 15, 11, .22), rgba(19, 15, 11, .12));
}
.lp-contact-footer-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 44px));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 120px) 0;
  display: grid;
  align-content: center;
  gap: clamp(30px, 5vw, 54px);
}
.lp-contact-footer-head {
  text-align: center;
}
.lp-contact-footer-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 10vw, 110px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.02em;
}
.lp-contact-footer-head p {
  margin: 14px 0 0;
  font-size: 16px;
  letter-spacing: .16em;
  color: rgba(255, 248, 240, .9);
}
.lp-contact-footer-links {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.lp-contact-footer-link {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 248, 240, .26);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(6px);
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.lp-contact-footer-link:hover,
.lp-contact-footer-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,.1);
  border-color: rgba(255,248,240,.42);
}
.lp-contact-footer-link-label {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,248,240,.74);
}
.lp-contact-footer-link strong {
  font-family: var(--serif);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lp-contact-footer {
    min-height: 0;
  }
  .lp-contact-footer-inner {
    padding: 86px 0 60px;
  }
  .lp-contact-footer-head h2 {
    font-size: clamp(46px, 16vw, 78px);
  }
  .lp-contact-footer-head p {
    margin-top: 10px;
    font-size: 14px;
  }
  .lp-contact-footer-links {
    gap: 10px;
  }
  .lp-contact-footer-link {
    grid-template-columns: 74px 1fr;
    gap: 12px;
    padding: 15px 16px;
  }
  .lp-contact-footer-link strong {
    font-size: 21px;
  }
}


/* =========================================================
   v44.0.0
   Remove floating round LINE icon
   ========================================================= */
.lp-floating-line {
  display: none !important;
}


/* =========================================================
   v45.0.0
   Contact footer: icon-only horizontal layout
   ========================================================= */
.lp-contact-footer-links,
.lp-contact-footer-link {
  display: none !important;
}

.lp-contact-footer-inner {
  gap: clamp(26px, 4vw, 38px);
}

.lp-contact-footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.lp-contact-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 240, .30);
  background: rgba(255, 255, 255, .08);
  color: #fff8f0;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.lp-contact-footer-icon:hover,
.lp-contact-footer-icon:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
  border-color: rgba(255,248,240,.54);
}

.lp-contact-footer-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

@media (max-width: 767px) {
  .lp-contact-footer-icons {
    gap: 12px;
  }

  .lp-contact-footer-icon {
    width: 54px;
    height: 54px;
  }

  .lp-contact-footer-icon svg {
    width: 24px;
    height: 24px;
  }
}


/* =========================================================
   v46.0.0
   Remove line popup button / refine LINE contact icon
   ========================================================= */
.lp-line-pop {
  justify-content: center;
}

.lp-line-pop-copy {
  text-align: center;
  width: 100%;
}

.lp-line-pop-link {
  display: none !important;
}

.lp-contact-footer-icon svg text {
  letter-spacing: 0;
}


/* =========================================================
   v47.0.0
   Social links URL normalization / remove menu CTA
   ========================================================= */
.lp-nav-cta {
  display: none !important;
}

.lp-contact-footer-icon {
  pointer-events: auto !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
}


/* =========================================================
   v49.0.0
   Contact icons / social link reliability fix
   ========================================================= */
.lp-contact-footer-overlay {
  pointer-events: none;
}

.lp-contact-footer-inner,
.lp-contact-footer-head,
.lp-contact-footer-icons {
  position: relative;
  z-index: 2;
}

.lp-contact-footer-icons {
  gap: 16px;
}

.lp-contact-footer-icon {
  pointer-events: auto !important;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.lp-contact-footer-icon svg text {
  letter-spacing: 0;
}


/* =========================================================
   v50.0.0
   Restore LINE icon in Contact / make it reference-like
   ========================================================= */
.lp-contact-footer-icon-line {
  color: #1f1c18 !important;
  background: rgba(255,255,255,.88) !important;
  border-color: rgba(255,255,255,.92) !important;
}

.lp-contact-footer-icon-line svg {
  width: 28px;
  height: 28px;
}

.lp-contact-footer-icon-line:hover,
.lp-contact-footer-icon-line:focus-visible {
  background: rgba(255,255,255,.98) !important;
}

.lp-contact-footer-icon-line svg text {
  letter-spacing: 0;
}


/* =========================================================
   v51.0.0
   Customizer: Contact/SNS footer moved to a dedicated section
   ========================================================= */


/* =========================================================
   v52.0.0
   Customizer save-state fix / Contact LINE settings made unique
   ========================================================= */

/* =========================================================
   v53.4.0
   Fixed pages: keep text from becoming too large / edge-to-edge
   ========================================================= */
body.page:not(.home) .entry-page {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(96px, 14vw, 150px) clamp(22px, 5vw, 56px) clamp(72px, 10vw, 120px);
}

body.page:not(.home) .entry-page article {
  width: min(100%, 760px);
  margin: 0 auto;
}

body.page:not(.home) .entry-page .lp-heading,
body.page:not(.home) .entry-page h1 {
  margin: 0 0 clamp(28px, 6vw, 56px);
  font-size: clamp(26px, 6.2vw, 42px) !important;
  line-height: 1.45 !important;
  letter-spacing: .08em;
  text-align: center;
}

body.page:not(.home) .entry-page .lp-text,
body.page:not(.home) .entry-page .lp-text p,
body.page:not(.home) .entry-page .lp-text li,
body.page:not(.home) .entry-page .lp-text td,
body.page:not(.home) .entry-page .lp-text th {
  font-size: clamp(14px, 3.7vw, 16px) !important;
  line-height: 2.05 !important;
  letter-spacing: .04em;
}

body.page:not(.home) .entry-page .lp-text h2 {
  margin: 2.6em 0 1em;
  font-size: clamp(21px, 5vw, 30px) !important;
  line-height: 1.55 !important;
  letter-spacing: .08em;
}

body.page:not(.home) .entry-page .lp-text h3 {
  margin: 2.2em 0 .85em;
  font-size: clamp(18px, 4.4vw, 24px) !important;
  line-height: 1.6 !important;
  letter-spacing: .07em;
}

body.page:not(.home) .entry-page .lp-text p {
  margin: 0 0 1.35em;
}

body.page:not(.home) .entry-page .lp-text ul,
body.page:not(.home) .entry-page .lp-text ol {
  padding-left: 1.4em;
  margin: 0 0 1.6em;
}

body.page:not(.home) .entry-page .lp-text img,
body.page:not(.home) .entry-page .lp-text video,
body.page:not(.home) .entry-page .lp-text iframe {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  body.page:not(.home) .entry-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.page:not(.home) .entry-page article {
    width: 100%;
  }

  body.page:not(.home) .entry-page .lp-heading,
  body.page:not(.home) .entry-page h1 {
    font-size: clamp(24px, 7vw, 34px) !important;
    letter-spacing: .06em;
  }

  body.page:not(.home) .entry-page .lp-text,
  body.page:not(.home) .entry-page .lp-text p,
  body.page:not(.home) .entry-page .lp-text li,
  body.page:not(.home) .entry-page .lp-text td,
  body.page:not(.home) .entry-page .lp-text th {
    font-size: 14.5px !important;
    line-height: 2 !important;
  }
}

/* Editable price page ---------------------------------------------------- */
.price-page {
  padding-top: clamp(110px, 16vw, 180px);
}

.price-page-article {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}

.price-page-header {
  max-width: 820px;
  margin: 0 auto clamp(38px, 8vw, 72px);
  text-align: center;
}

.price-page-kicker {
  margin: 0 0 16px;
  font-family: var(--font-en);
  letter-spacing: .24em;
  color: var(--accent);
  font-size: clamp(12px, 2.8vw, 15px);
}

.price-page-title {
  margin-bottom: 20px;
}

.price-page-lead,
.price-page-small-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  text-align: left;
}

.price-page-section {
  margin: 0 0 clamp(42px, 9vw, 80px);
}

.price-page-section-title {
  margin: 0 0 18px;
  font-family: var(--font-jp);
  font-size: clamp(20px, 4.8vw, 30px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .06em;
}

.price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(16, 17, 12, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .42);
  box-shadow: 0 20px 44px rgba(80, 60, 35, .08);
}

.price-editable-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-family: var(--font-jp);
  color: var(--ink);
  background: rgba(255, 255, 255, .50);
}

.price-editable-table th,
.price-editable-table td {
  padding: 24px 22px;
  border-right: 1px solid rgba(16, 17, 12, .08);
  border-bottom: 1px solid rgba(16, 17, 12, .08);
  vertical-align: middle;
  font-size: clamp(14px, 1.7vw, 17px);
  line-height: 1.85;
  letter-spacing: .04em;
}

.price-editable-table th:last-child,
.price-editable-table td:last-child {
  border-right: 0;
}

.price-editable-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-editable-table thead th {
  background: rgba(16, 17, 12, .055);
  font-weight: 600;
  text-align: center;
}

.price-editable-table tbody td:first-child,
.price-editable-table tbody td:nth-child(3),
.price-editable-table tbody td:nth-child(4) {
  font-weight: 500;
}

.price-page-notes {
  max-width: 940px;
  margin: 18px auto 0;
  padding: 0 2px;
  color: rgba(16, 17, 12, .74);
  font-size: clamp(13px, 3.2vw, 15px);
  line-height: 2;
  letter-spacing: .035em;
}

@media (max-width: 700px) {
  .price-page {
    padding-top: 100px;
  }

  .price-page-article {
    width: min(100% - 28px, 560px);
  }

  .price-page-header {
    text-align: left;
    margin-bottom: 40px;
  }

  .price-page-section-title {
    margin-bottom: 14px;
  }

  .price-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .price-editable-table,
  .price-editable-table thead,
  .price-editable-table tbody,
  .price-editable-table tr,
  .price-editable-table th,
  .price-editable-table td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .price-editable-table {
    background: transparent;
  }

  .price-editable-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .price-editable-table tbody tr {
    margin: 0 0 16px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(16, 17, 12, .10);
    border-radius: 20px;
    background: rgba(255, 255, 255, .55);
    box-shadow: 0 14px 34px rgba(80, 60, 35, .08);
  }

  .price-editable-table th,
  .price-editable-table td {
    padding: 0 0 13px;
    border: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .price-editable-table td:last-child {
    padding-bottom: 0;
  }

  .price-editable-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    font-family: var(--font-en);
    font-size: 11px;
    letter-spacing: .16em;
    color: var(--accent);
  }

  .price-editable-table tbody td:first-child {
    font-size: 16px;
  }

  .price-page-notes {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.9;
  }
}

/* Editable calligraphy performance page ------------------------------- */
.performance-page {
  padding: 96px 20px 88px;
}
.performance-page-article {
  max-width: 1080px;
  margin: 0 auto;
}
.performance-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(117, 94, 70, 0.18);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 70px rgba(61, 45, 30, 0.08);
}
.performance-kicker {
  margin: 0 0 18px;
  color: var(--lp-brown, #9b7348);
  font-family: var(--lp-sans, sans-serif);
  font-size: 0.82rem;
  letter-spacing: 0.28em;
}
.performance-title {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4.4vw, 4.8rem);
  line-height: 1.25;
}
.performance-lead {
  max-width: 560px;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 2.15;
}
.performance-hero-image,
.performance-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #f7f1e9;
}
.performance-hero-image img,
.performance-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performance-hero-image {
  aspect-ratio: 4 / 5;
}
.performance-section {
  margin-top: clamp(42px, 7vw, 88px);
  padding: clamp(26px, 5vw, 52px);
  border-top: 1px solid rgba(117, 94, 70, 0.18);
}
.performance-intro {
  display: grid;
  grid-template-columns: minmax(190px, 0.6fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 60px);
}
.performance-section-label {
  margin: 0 0 14px;
  color: var(--lp-brown, #9b7348);
  font-family: var(--lp-sans, sans-serif);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
}
.performance-section-title {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.5rem);
  line-height: 1.65;
  font-weight: 400;
}
.performance-section-text {
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 2.15;
}
.performance-scenes {
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(117, 94, 70, 0.14);
  border-radius: 30px;
}
.performance-scene-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.performance-scene-list li {
  padding: 14px 16px;
  border: 1px solid rgba(117, 94, 70, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.7;
}
.performance-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 5vw, 64px);
}
.performance-feature-card {
  min-height: 230px;
  padding: 28px 24px;
  border: 1px solid rgba(117, 94, 70, 0.17);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.52);
}
.performance-feature-no {
  display: block;
  margin-bottom: 32px;
  color: var(--lp-brown, #9b7348);
  font-family: var(--lp-sans, sans-serif);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}
.performance-feature-card h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}
.performance-feature-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 2;
}
.performance-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  margin-top: clamp(34px, 5vw, 64px);
}
.performance-gallery figure:first-child {
  aspect-ratio: 16 / 11;
}
.performance-gallery figure:last-child {
  aspect-ratio: 4 / 5;
}
.performance-flow-list {
  counter-reset: performance-flow;
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.performance-flow-list li {
  counter-increment: performance-flow;
  position: relative;
  padding: 18px 18px 18px 64px;
  border-bottom: 1px solid rgba(117, 94, 70, 0.18);
  line-height: 1.9;
}
.performance-flow-list li::before {
  content: counter(performance-flow, decimal-leading-zero);
  position: absolute;
  left: 8px;
  top: 18px;
  color: var(--lp-brown, #9b7348);
  font-family: var(--lp-sans, sans-serif);
  letter-spacing: 0.12em;
}
.performance-note {
  margin-top: 26px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(117, 94, 70, 0.08);
  font-size: 0.92rem;
  line-height: 2;
}
.performance-cta {
  margin-top: clamp(46px, 7vw, 88px);
  padding: clamp(34px, 6vw, 70px) clamp(24px, 6vw, 72px);
  border-radius: 34px;
  background: #1f1b17;
  color: #fffaf4;
  text-align: center;
}
.performance-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.7;
}
.performance-cta p {
  margin: 0 auto 28px;
  max-width: 620px;
  font-size: 1rem;
  line-height: 2;
}
.performance-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(255, 250, 244, 0.7);
  border-radius: 999px;
  color: #fffaf4;
  text-decoration: none;
  font-family: var(--lp-sans, sans-serif);
  letter-spacing: 0.12em;
}
.performance-cta-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 800px) {
  .performance-page {
    padding: 78px 16px 72px;
  }
  .performance-hero,
  .performance-intro,
  .performance-feature-grid,
  .performance-gallery {
    grid-template-columns: 1fr;
  }
  .performance-hero {
    padding: 28px 20px;
    border-radius: 28px;
  }
  .performance-title {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }
  .performance-lead,
  .performance-section-text {
    font-size: 0.96rem;
    line-height: 2;
  }
  .performance-section {
    padding: 30px 2px 0;
  }
  .performance-scenes {
    padding: 28px 18px;
  }
  .performance-scene-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .performance-scene-list li {
    border-radius: 18px;
    text-align: left;
  }
  .performance-feature-card {
    min-height: auto;
    padding: 24px 20px;
  }
  .performance-feature-no {
    margin-bottom: 18px;
  }
  .performance-gallery figure:first-child,
  .performance-gallery figure:last-child,
  .performance-hero-image {
    aspect-ratio: 4 / 3;
  }
  .performance-flow-list li {
    padding-left: 54px;
  }
  .performance-cta {
    border-radius: 28px;
  }
}

/* Performance page v2: editorial layout inspired by reference screenshots */
.performance-page-v2 {
  --perf-cream: #f0dfcc;
  --perf-green: #6b8a6d;
  --perf-deep-green: #5f7f62;
  --perf-brown: #8a6848;
  --perf-ink: #222019;
  padding: 0 0 clamp(70px, 9vw, 120px);
  background: var(--perf-cream);
  color: var(--perf-ink);
}
.performance-page-v2 .performance-page-article {
  width: min(100%, 1120px);
  margin: 0 auto;
}
.performance-v2-hero {
  padding: clamp(110px, 13vw, 170px) clamp(22px, 6vw, 72px) clamp(54px, 8vw, 92px);
  background: var(--perf-cream);
}
.performance-v2-kicker {
  margin: 0 0 22px;
  color: var(--perf-brown);
  font-family: var(--serif);
  font-size: clamp(0.72rem, 1.4vw, 0.9rem);
  font-style: italic;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-align: center;
}
.performance-v2-title {
  margin: 0;
  color: var(--perf-green);
  font-family: "Times New Roman", var(--serif);
  font-size: clamp(3.2rem, 11vw, 8.4rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}
.performance-v2-lead {
  max-width: 620px;
  margin: clamp(34px, 5vw, 60px) 0 0 auto;
  color: var(--perf-green);
  font-family: var(--sans);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 700;
  line-height: 2.05;
  letter-spacing: 0.08em;
}
.performance-style-block {
  position: relative;
  padding: clamp(46px, 7vw, 88px) clamp(22px, 6vw, 72px) clamp(58px, 8vw, 100px);
  background: linear-gradient(180deg, var(--perf-cream) 0%, var(--perf-cream) 44%, var(--perf-green) 44%, var(--perf-green) 100%);
  overflow: hidden;
}
.performance-style-block + .performance-style-block {
  padding-top: clamp(64px, 9vw, 112px);
}
.performance-style-head {
  max-width: 650px;
  margin-bottom: clamp(28px, 5vw, 52px);
}
.performance-style-head .performance-v2-kicker {
  text-align: left;
  margin-bottom: 12px;
}
.performance-style-head h2 {
  margin: 0;
  color: var(--perf-green);
  font-family: "Times New Roman", var(--serif);
  font-size: clamp(3.1rem, 9vw, 7.4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.03em;
}
.performance-style-head p {
  max-width: 560px;
  margin: clamp(22px, 4vw, 36px) 0 0;
  color: var(--perf-green);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
.performance-style-image {
  position: relative;
  z-index: 2;
  width: min(86%, 850px);
  margin: 0 0 0 auto;
  border-radius: 74px 0 0 0;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(37, 48, 35, 0.18);
  aspect-ratio: 16 / 10.8;
  background: rgba(255, 255, 255, 0.28);
}
.performance-style-floor .performance-style-image {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0 74px 0 0;
}
.performance-style-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.performance-style-body {
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: clamp(32px, 5vw, 54px) auto 0;
  color: #fffaf0;
}
.performance-style-size {
  margin: 0 auto clamp(38px, 6vw, 64px);
  max-width: 650px;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.04em;
}
.performance-style-summary {
  padding-top: clamp(22px, 4vw, 38px);
}
.performance-style-summary h3 {
  margin: 0 0 clamp(28px, 5vw, 44px);
  color: #fffaf0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.performance-merit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 68px);
}
.performance-merit-grid h4 {
  margin: 0 0 14px;
  color: #f4e3ce;
  font-family: var(--serif);
  font-size: clamp(1.28rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.performance-merit-grid ul {
  margin: 0;
  padding-left: 1.1em;
}
.performance-merit-grid li {
  margin: 0 0 10px;
  font-size: clamp(0.98rem, 1.55vw, 1.08rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
.performance-v2-scenes {
  margin: 0;
  padding: clamp(52px, 8vw, 92px) clamp(22px, 6vw, 72px) 0;
  border: 0;
  border-radius: 0;
  background: var(--perf-green);
  color: #fffaf0;
}
.performance-v2-scenes .performance-section-title {
  color: #fffaf0;
}
.performance-v2-scenes .performance-scene-list li {
  border-color: rgba(255, 250, 240, 0.38);
  background: rgba(255, 250, 240, 0.10);
  color: #fffaf0;
}
.performance-page-v2 .performance-flow {
  margin: 0;
  padding: clamp(52px, 8vw, 92px) clamp(22px, 6vw, 72px);
  border: 0;
  background: var(--perf-green);
  color: #fffaf0;
}
.performance-page-v2 .performance-flow .performance-section-title,
.performance-page-v2 .performance-flow-list li::before {
  color: #fffaf0;
}
.performance-page-v2 .performance-flow-list li {
  border-bottom-color: rgba(255, 250, 240, 0.30);
}
.performance-page-v2 .performance-note {
  background: rgba(255, 250, 240, 0.13);
}
.performance-page-v2 .performance-cta {
  margin: 0 clamp(22px, 6vw, 72px);
  transform: translateY(30px);
  background: var(--perf-brown);
  color: #fffaf0;
  box-shadow: 0 22px 48px rgba(51, 38, 28, 0.18);
}
@media (max-width: 800px) {
  .performance-page-v2 {
    padding-bottom: 70px;
  }
  .performance-v2-hero {
    padding: 112px 26px 42px;
  }
  .performance-v2-title {
    font-size: clamp(3.2rem, 17vw, 5.6rem);
    line-height: 1.08;
  }
  .performance-v2-lead {
    margin-top: 34px;
    max-width: 100%;
    font-size: 1.03rem;
    line-height: 2.05;
  }
  .performance-style-block {
    padding: 38px 0 58px;
    background: linear-gradient(180deg, var(--perf-cream) 0%, var(--perf-cream) 42%, var(--perf-green) 42%, var(--perf-green) 100%);
  }
  .performance-style-block + .performance-style-block {
    padding-top: 62px;
  }
  .performance-style-head {
    padding: 0 26px;
    margin-bottom: 28px;
  }
  .performance-style-head h2 {
    font-size: clamp(3.05rem, 16vw, 5rem);
    line-height: 1.05;
  }
  .performance-style-head p {
    font-size: 1.02rem;
    line-height: 1.95;
  }
  .performance-style-image,
  .performance-style-floor .performance-style-image {
    width: calc(100% - 26px);
    margin-left: auto;
    margin-right: 0;
    border-radius: 54px 0 0 0;
    aspect-ratio: 4 / 3;
  }
  .performance-style-floor .performance-style-image {
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 54px 0 0;
  }
  .performance-style-body {
    padding: 0 26px;
    margin-top: 34px;
  }
  .performance-style-size {
    margin-bottom: 40px;
    font-size: 0.98rem;
    line-height: 1.9;
  }
  .performance-style-summary h3 {
    font-size: 1.68rem;
    text-align: left;
  }
  .performance-merit-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .performance-merit-grid h4 {
    font-size: 1.46rem;
  }
  .performance-merit-grid li {
    font-size: 0.95rem;
    line-height: 1.95;
  }
  .performance-v2-scenes,
  .performance-page-v2 .performance-flow {
    padding-left: 26px;
    padding-right: 26px;
  }
  .performance-page-v2 .performance-cta {
    margin: 0 18px;
    transform: translateY(26px);
  }
}


/* v53.8: Performance page - remove green text/background blocks */
.performance-page-v2 {
  --perf-cream: #f0dfcc;
  --perf-paper: rgba(255, 250, 244, 0.64);
  --perf-brown: #8a6848;
  --perf-ink: #222019;
  background: var(--perf-cream);
  color: var(--perf-ink);
}
.performance-v2-title,
.performance-v2-lead,
.performance-style-head h2,
.performance-style-head p {
  color: var(--perf-ink);
}
.performance-v2-kicker,
.performance-style-head .performance-v2-kicker {
  color: var(--perf-brown);
}
.performance-style-block,
.performance-style-block + .performance-style-block,
.performance-v2-scenes,
.performance-page-v2 .performance-flow {
  background: var(--perf-cream);
  color: var(--perf-ink);
}
.performance-style-block {
  padding-bottom: clamp(44px, 7vw, 82px);
}
.performance-style-body {
  color: var(--perf-ink);
  background: var(--perf-paper);
  border: 1px solid rgba(138, 104, 72, 0.16);
  border-radius: 32px;
  padding: clamp(24px, 4.5vw, 48px);
  box-shadow: 0 18px 52px rgba(61, 45, 30, 0.07);
}
.performance-style-size,
.performance-style-summary h3,
.performance-merit-grid h4,
.performance-merit-grid li,
.performance-v2-scenes .performance-section-title,
.performance-page-v2 .performance-flow .performance-section-title,
.performance-page-v2 .performance-flow-list li::before {
  color: var(--perf-ink);
}
.performance-merit-grid h4 {
  color: var(--perf-brown);
}
.performance-v2-scenes .performance-scene-list li {
  border-color: rgba(138, 104, 72, 0.20);
  background: rgba(255, 250, 244, 0.58);
  color: var(--perf-ink);
}
.performance-page-v2 .performance-flow-list li {
  border-bottom-color: rgba(138, 104, 72, 0.20);
}
.performance-page-v2 .performance-note {
  background: rgba(138, 104, 72, 0.08);
  color: var(--perf-ink);
}
@media (max-width: 800px) {
  .performance-style-block {
    background: var(--perf-cream);
  }
  .performance-style-body {
    margin-left: 18px;
    margin-right: 18px;
    padding: 28px 22px;
    border-radius: 24px;
  }
}


/* =========================================================
   v53.9.0
   Contact LINE icon unified with other footer icons
   ========================================================= */
.lp-contact-footer-icon-line {
  color: #fff8f0 !important;
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 248, 240, .30) !important;
}

.lp-contact-footer-icon-line:hover,
.lp-contact-footer-icon-line:focus-visible {
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(255,248,240,.54) !important;
}

.lp-contact-footer-icon-line svg {
  width: 26px;
  height: 26px;
}

@media (max-width: 767px) {
  .lp-contact-footer-icon-line svg {
    width: 24px;
    height: 24px;
  }
}

/* v54: トップNEWSをWordPress投稿と連動 */
.lp-news-post-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.lp-news-post-link:hover h3 {
  opacity: .72;
}

.lp-news-post-item .lp-news-image {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(16,17,12,.06);
}

.lp-news-post-item .lp-news-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lp-news-more {
  pointer-events: none;
}


/* v54.1: NEWSを3件並びのコンパクト表示に調整 */
.lp-ref-news .lp-ref-lead {
  display: none !important;
}

.lp-ref-news .lp-news-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 2vw, 28px) !important;
  margin-top: clamp(28px, 4vw, 44px) !important;
  border-top: 0 !important;
}

.lp-ref-news .lp-news-item {
  display: block !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  background: rgba(255, 255, 255, .30);
  border-radius: 20px;
  overflow: hidden;
}

.lp-ref-news .lp-news-post-link {
  display: block !important;
  height: 100%;
  padding: 0 !important;
}

.lp-ref-news .lp-news-image {
  margin: 0 0 14px !important;
  border-radius: 20px 20px 0 0 !important;
}

.lp-ref-news .lp-news-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

.lp-ref-news .lp-news-item time,
.lp-ref-news .lp-news-item h3,
.lp-ref-news .lp-news-item p,
.lp-ref-news .lp-news-more {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.lp-ref-news .lp-news-item time {
  margin-bottom: 8px !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
}

.lp-ref-news .lp-news-item h3 {
  margin-bottom: 8px !important;
  font-size: clamp(13px, 1.05vw, 15px) !important;
  line-height: 1.65 !important;
}

.lp-ref-news .lp-news-item p {
  font-size: clamp(11px, .9vw, 12px) !important;
  line-height: 1.8 !important;
}

.lp-ref-news .lp-news-more {
  display: none !important;
}

@media (max-width: 767px) {
  .lp-ref-news .lp-news-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .lp-ref-news .lp-news-item {
    border-radius: 14px !important;
  }

  .lp-ref-news .lp-news-image {
    margin-bottom: 8px !important;
    border-radius: 14px 14px 0 0 !important;
  }

  .lp-ref-news .lp-news-item time,
  .lp-ref-news .lp-news-item h3 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lp-ref-news .lp-news-item time {
    font-size: 8px !important;
    letter-spacing: .08em !important;
  }

  .lp-ref-news .lp-news-item h3 {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }

  .lp-ref-news .lp-news-item p {
    display: none !important;
  }
}


/* v54.2 NEWS text-only cards */
.lp-ref-news .lp-news-image {
  display: none !important;
}

.lp-ref-news .lp-news-item {
  padding: clamp(16px, 2vw, 22px) !important;
}

.lp-ref-news .lp-news-post-link {
  padding: 0 !important;
}

.lp-ref-news .lp-news-item time,
.lp-ref-news .lp-news-item h3,
.lp-ref-news .lp-news-item p,
.lp-ref-news .lp-news-more {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .lp-ref-news .lp-news-item {
    padding: 10px 8px !important;
  }

  .lp-ref-news .lp-news-list {
    gap: 8px !important;
  }
}


/* v54.3 NEWS horizontal slide carousel */
.lp-ref-news .lp-news-list {
  display: flex !important;
  grid-template-columns: none !important;
  gap: clamp(14px, 3vw, 24px) !important;
  margin-top: clamp(24px, 4vw, 42px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 18vw 12px 0 !important;
  border-top: 0 !important;
  scrollbar-width: none;
}

.lp-ref-news .lp-news-list::-webkit-scrollbar {
  display: none;
}

.lp-ref-news .lp-news-item {
  flex: 0 0 min(360px, 78vw) !important;
  width: min(360px, 78vw) !important;
  min-height: 168px;
  display: block !important;
  scroll-snap-align: start;
  padding: clamp(20px, 3vw, 28px) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .36) !important;
  box-shadow: 0 18px 40px rgba(62, 45, 28, .06);
}

.lp-ref-news .lp-news-post-link {
  display: flex !important;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 !important;
}

.lp-ref-news .lp-news-item time {
  display: block;
  margin-bottom: 14px !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  letter-spacing: .16em !important;
}

.lp-ref-news .lp-news-item h3 {
  font-size: clamp(15px, 1.4vw, 18px) !important;
  line-height: 1.75 !important;
  margin-bottom: 0 !important;
}

.lp-ref-news .lp-news-item p,
.lp-ref-news .lp-news-more {
  display: none !important;
}

.lp-ref-news .lp-news-list.is-auto-sliding {
  scroll-behavior: smooth;
}

.lp-ref-news .lp-news-item.is-news-clone {
  pointer-events: none;
}

@media (max-width: 767px) {
  .lp-ref-news .lp-news-list {
    gap: 12px !important;
    padding: 0 20vw 10px 0 !important;
  }

  .lp-ref-news .lp-news-item {
    flex-basis: 74vw !important;
    width: 74vw !important;
    min-height: 150px;
    padding: 18px 16px !important;
    border-radius: 22px !important;
  }

  .lp-ref-news .lp-news-item time {
    font-size: 10px !important;
    margin-bottom: 12px !important;
  }

  .lp-ref-news .lp-news-item h3 {
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
}


/* v54.4: NEWSを上品な横スライダーに再設計 */
.lp-ref-news .lp-ref-inner {
  overflow: hidden;
}

.lp-ref-news .lp-news-list {
  position: relative;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: stretch;
  gap: clamp(16px, 2.2vw, 26px) !important;
  width: min(100%, 1040px);
  margin-top: clamp(24px, 4vw, 42px) !important;
  margin-left: 0;
  margin-right: auto;
  padding: 4px 22vw 18px 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  border-top: 0 !important;
  scrollbar-width: none;
}

.lp-ref-news .lp-news-list::-webkit-scrollbar {
  display: none;
}

.lp-ref-news .lp-news-item {
  flex: 0 0 clamp(220px, 26vw, 290px) !important;
  width: clamp(220px, 26vw, 290px) !important;
  min-height: 132px !important;
  display: block !important;
  scroll-snap-align: start;
  padding: 0 !important;
  border: 1px solid rgba(88, 67, 42, .14) !important;
  border-radius: 999px 999px 30px 30px !important;
  background:
    linear-gradient(145deg, rgba(255, 251, 244, .76), rgba(238, 228, 215, .34)) !important;
  box-shadow: 0 16px 34px rgba(58, 42, 27, .055) !important;
  overflow: hidden;
  backdrop-filter: blur(2px);
}

.lp-ref-news .lp-news-post-link,
.lp-ref-news .lp-news-item > div {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  min-height: 132px;
  padding: 24px 24px 22px !important;
  color: inherit;
  text-decoration: none;
}

.lp-ref-news .lp-news-item time {
  display: block;
  margin: 0 !important;
  font-family: var(--sans);
  font-size: 10px !important;
  line-height: 1.4 !important;
  letter-spacing: .18em !important;
  color: rgba(126, 89, 53, .82) !important;
}

.lp-ref-news .lp-news-item h3 {
  margin: 0 !important;
  font-size: clamp(13px, 1.15vw, 16px) !important;
  line-height: 1.72 !important;
  letter-spacing: .04em !important;
  color: rgba(28, 25, 20, .92) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lp-ref-news .lp-news-item h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 14px;
  background: rgba(126, 89, 53, .38);
}

.lp-ref-news .lp-news-item p,
.lp-ref-news .lp-news-more,
.lp-ref-news .lp-news-image {
  display: none !important;
}

.lp-ref-news .lp-news-post-link:hover,
.lp-ref-news .lp-news-post-link:focus-visible {
  transform: translateY(-2px);
}

.lp-ref-news .lp-news-post-link {
  transition: transform .35s ease;
}

.lp-ref-news .lp-news-list.is-auto-sliding {
  scroll-behavior: auto;
}

.lp-ref-news .lp-news-item.is-news-clone {
  pointer-events: none;
}

@media (min-width: 768px) {
  .lp-ref-news .lp-news-list::after {
    content: "";
    flex: 0 0 1px;
  }
}

@media (max-width: 767px) {
  .lp-ref-news .lp-ref-inner {
    overflow: visible;
  }

  .lp-ref-news .lp-news-list {
    width: calc(100% + 24px);
    gap: 12px !important;
    margin-top: 22px !important;
    padding: 2px 24vw 14px 0 !important;
  }

  .lp-ref-news .lp-news-item {
    flex-basis: 62vw !important;
    width: 62vw !important;
    min-height: 122px !important;
    border-radius: 44px 44px 22px 22px !important;
  }

  .lp-ref-news .lp-news-post-link,
  .lp-ref-news .lp-news-item > div {
    min-height: 122px;
    padding: 18px 16px 16px !important;
  }

  .lp-ref-news .lp-news-item time {
    font-size: 9px !important;
    letter-spacing: .14em !important;
  }

  .lp-ref-news .lp-news-item h3 {
    font-size: 12px !important;
    line-height: 1.65 !important;
    -webkit-line-clamp: 4;
  }

  .lp-ref-news .lp-news-item h3::after {
    width: 26px;
    margin-top: 10px;
  }
}


/* =========================================================
   v54.5.0
   Single post: refined readable article design
   ========================================================= */
body.single .single-post-page {
  position: relative;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: clamp(118px, 15vw, 170px) clamp(22px, 6vw, 68px) clamp(84px, 11vw, 132px);
}

body.single .single-post-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 16%, rgba(167, 121, 49, .08), transparent 32%),
    radial-gradient(circle at 82% 76%, rgba(255, 250, 241, .42), transparent 34%);
  pointer-events: none;
}

.single-post-article {
  width: min(100%, 760px);
  margin: 0 auto;
}

.single-post-hero {
  position: relative;
  margin-bottom: clamp(30px, 5vw, 52px);
  padding: clamp(28px, 5vw, 54px) clamp(22px, 5vw, 50px);
  border: 1px solid rgba(88, 67, 42, .14);
  border-radius: 34px 34px 10px 10px;
  background: linear-gradient(145deg, rgba(255, 250, 242, .74), rgba(238, 228, 215, .34));
  box-shadow: 0 22px 56px rgba(56, 40, 24, .055);
}

.single-post-hero::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 20px;
  background: rgba(126, 89, 53, .42);
}

.single-post-kicker {
  margin-bottom: clamp(12px, 2vw, 18px);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .22em;
  color: #a77931;
}

.single-post-title {
  margin: 0;
  font-size: clamp(24px, 4.6vw, 40px) !important;
  line-height: 1.55 !important;
  letter-spacing: .075em;
  font-weight: 500;
}

.single-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: clamp(18px, 3vw, 28px);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .14em;
  color: rgba(36, 32, 25, .62);
}

.single-post-meta span {
  position: relative;
  padding-left: 18px;
}

.single-post-meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(126, 89, 53, .55);
  transform: translateY(-50%);
}

.single-post-thumbnail {
  margin: 0 0 clamp(32px, 5vw, 56px);
  overflow: hidden;
  border-radius: 28px;
  background: rgba(16, 17, 12, .05);
  box-shadow: 0 18px 46px rgba(56, 40, 24, .06);
}

.single-post-thumbnail img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.single-post-content {
  width: min(100%, 680px);
  margin: 0 auto;
  padding: clamp(4px, 1vw, 10px) 0 0;
  font-size: clamp(14.5px, 1.15vw, 16px) !important;
  line-height: 2.05 !important;
  letter-spacing: .045em;
  color: rgba(17, 17, 12, .9);
}

.single-post-content p,
.single-post-content li,
.single-post-content td,
.single-post-content th {
  font-size: clamp(14.5px, 1.15vw, 16px) !important;
  line-height: 2.05 !important;
  letter-spacing: .045em;
}

.single-post-content p {
  margin: 0 0 1.5em;
}

.single-post-content h2 {
  position: relative;
  margin: 2.8em 0 1.1em;
  padding-top: 20px;
  font-size: clamp(21px, 3vw, 30px) !important;
  line-height: 1.6 !important;
  letter-spacing: .08em;
  font-weight: 500;
}

.single-post-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 1px;
  background: rgba(126, 89, 53, .46);
}

.single-post-content h3 {
  margin: 2.3em 0 .9em;
  font-size: clamp(18px, 2.25vw, 24px) !important;
  line-height: 1.65 !important;
  letter-spacing: .07em;
  font-weight: 500;
}

.single-post-content ul,
.single-post-content ol {
  margin: 0 0 1.8em;
  padding-left: 1.3em;
}

.single-post-content li {
  margin-bottom: .55em;
}

.single-post-content img,
.single-post-content video,
.single-post-content iframe {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

.single-post-content blockquote {
  margin: 2.2em 0;
  padding: 22px 24px;
  border-left: 1px solid rgba(126, 89, 53, .44);
  background: rgba(255, 250, 242, .42);
  border-radius: 0 22px 22px 0;
}

.single-post-back {
  width: min(100%, 680px);
  margin: clamp(44px, 7vw, 72px) auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(16, 17, 12, .14);
}

.single-post-back a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .14em;
  color: rgba(126, 89, 53, .92);
}

.single-post-back a::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

@media (max-width: 767px) {
  body.single .single-post-page {
    padding: 104px 20px 78px;
  }

  .single-post-article {
    width: 100%;
  }

  .single-post-hero {
    padding: 28px 22px 30px;
    border-radius: 28px 28px 8px 8px;
  }

  .single-post-title {
    font-size: clamp(22px, 6.2vw, 30px) !important;
    line-height: 1.55 !important;
    letter-spacing: .055em;
  }

  .single-post-meta {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .single-post-thumbnail {
    border-radius: 22px;
  }

  .single-post-content,
  .single-post-content p,
  .single-post-content li,
  .single-post-content td,
  .single-post-content th {
    font-size: 14px !important;
    line-height: 1.95 !important;
    letter-spacing: .035em;
  }

  .single-post-content h2 {
    font-size: clamp(20px, 5.2vw, 26px) !important;
  }

  .single-post-content h3 {
    font-size: clamp(17px, 4.5vw, 22px) !important;
  }
}


/* =========================================================
   v54.7.0
   BLOG section label: match MEDIA-style notation and keep Customizer editable
   ========================================================= */
.lp-ref-news .lp-ref-meta-line {
  display: none !important;
}

.lp-ref-news .lp-ref-section-title {
  margin-top: 0 !important;
}


/* =========================================================
   v54.8.0
   BLOG heading divider: match FAQ/MEDIA section spacing
   ========================================================= */
.lp-ref-news .lp-ref-meta-line {
  display: flex !important;
  min-height: 70px;
  margin: 0 0 28px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid rgba(153,112,50,.24) !important;
}

.lp-ref-news .lp-ref-meta-line span,
.lp-ref-news .lp-ref-meta-line small {
  visibility: hidden !important;
}

.lp-ref-news .lp-ref-section-title {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  .lp-ref-news .lp-ref-meta-line {
    min-height: 74px;
    margin-bottom: 30px !important;
  }
}


/* =========================================================
   v54.9.0
   BLOG heading spacing: reduce the blank area between label and title
   ========================================================= */
.lp-ref-news .lp-ref-inner {
  padding-top: clamp(48px, 6.5vw, 82px) !important;
}

.lp-ref-news .lp-ref-meta-line {
  min-height: clamp(38px, 4.5vw, 54px) !important;
  margin: 0 0 clamp(18px, 2.8vw, 26px) !important;
  padding: 0 0 11px !important;
}

.lp-ref-news .lp-ref-section-title {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  .lp-ref-news .lp-ref-inner {
    padding-top: 48px !important;
  }

  .lp-ref-news .lp-ref-meta-line {
    min-height: 40px !important;
    margin-bottom: 18px !important;
    padding-bottom: 10px !important;
  }
}


/* =========================================================
   v55.0.0
   Elegant Official LINE section redesign
   ========================================================= */
.lp-line-pop.lp-line-pop-elegant {
  display: block;
  margin-top: clamp(34px, 6vw, 52px);
  padding: clamp(34px, 6vw, 64px) 0 clamp(44px, 7vw, 74px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lp-line-pop-elegant .lp-line-pop-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(28px, 4vw, 38px);
}
.lp-line-pop-elegant .lp-line-pop-head small {
  margin: 0;
  font-size: 13px;
  letter-spacing: .32em;
  color: #8f9a79;
  white-space: nowrap;
}
.lp-line-pop-elegant .lp-line-pop-head-rule {
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background: rgba(101, 83, 58, .22);
}
.lp-line-pop-elegant .lp-line-pop-copy {
  text-align: left;
  width: 100%;
  max-width: 780px;
}
.lp-line-pop-elegant .lp-line-pop-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(29px, 4.9vw, 54px);
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: .02em;
  color: #5f554d;
}
.lp-line-pop-elegant .lp-line-pop-copy h3 span {
  color: #b7bf9b;
}
.lp-line-pop-elegant .lp-line-pop-copy p {
  display: none;
}
.lp-line-pop-elegant .lp-line-pop-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: auto;
  min-width: 0;
  margin-top: clamp(28px, 4vw, 40px);
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(183, 191, 155, .8);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #9ca487;
}
.lp-line-pop-elegant .lp-line-pop-link span:last-child { font-weight: 400; }
.lp-line-pop-elegant .lp-line-pop-link-text {
  font-family: var(--serif);
  font-size: clamp(22px, 3.5vw, 42px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .05em;
}
.lp-line-pop-elegant .lp-line-pop-link i {
  font-size: clamp(24px, 3vw, 40px);
  font-style: normal;
  line-height: 1;
  transform: translateX(0);
  transition: transform .22s ease;
}
.lp-line-pop-elegant .lp-line-pop-link:hover i,
.lp-line-pop-elegant .lp-line-pop-link:focus-visible i {
  transform: translateX(6px);
}
.lp-line-icon-mark-outline {
  width: 68px;
  height: 68px;
  border: 3px solid rgba(183, 191, 155, .75);
  background: transparent;
  box-shadow: none;
}
.lp-line-icon-mark-outline::before {
  width: 34px;
  height: 25px;
  border: 3px solid rgba(183, 191, 155, .75);
  border-radius: 18px;
  background: transparent;
}
.lp-line-icon-mark-outline::after {
  left: 21px;
  bottom: 15px;
  width: 12px;
  height: 12px;
  background: transparent;
  border-left: 3px solid rgba(183, 191, 155, .75);
  border-bottom: 3px solid rgba(183, 191, 155, .75);
  clip-path: none;
  transform: skew(-18deg) rotate(-8deg);
}
.lp-line-icon-mark-outline .lp-line-icon-word {
  color: #b7bf9b;
  font-size: 11px;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .lp-line-pop.lp-line-pop-elegant {
    margin-top: 24px;
    padding: 18px 0 34px;
  }
  .lp-line-pop-elegant .lp-line-pop-head {
    gap: 14px;
    margin-bottom: 22px;
  }
  .lp-line-pop-elegant .lp-line-pop-head small {
    font-size: 11px;
    letter-spacing: .26em;
  }
  .lp-line-pop-elegant .lp-line-pop-copy h3 {
    font-size: clamp(22px, 7.6vw, 34px);
    line-height: 1.85;
  }
  .lp-line-pop-elegant .lp-line-pop-link {
    gap: 14px;
    margin-top: 24px;
    padding-bottom: 8px;
  }
  .lp-line-pop-elegant .lp-line-pop-link-text {
    font-size: clamp(18px, 6.2vw, 28px);
  }
  .lp-line-pop-elegant .lp-line-pop-link i {
    font-size: clamp(20px, 6vw, 30px);
  }
  .lp-line-icon-mark-outline {
    width: 56px;
    height: 56px;
    border-width: 2px;
  }
  .lp-line-icon-mark-outline::before {
    width: 28px;
    height: 20px;
    border-width: 2px;
  }
  .lp-line-icon-mark-outline::after {
    left: 18px;
    bottom: 12px;
    width: 10px;
    height: 10px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
  .lp-line-icon-mark-outline .lp-line-icon-word {
    font-size: 9px;
  }
}


/* =========================================================
   v55.1.0
   Official LINE section size / alignment refinement
   ========================================================= */
.lp-line-pop.lp-line-pop-elegant {
  margin-top: clamp(28px, 5vw, 44px) !important;
  padding: clamp(28px, 5vw, 52px) 0 clamp(38px, 6vw, 64px) !important;
}

.lp-line-pop-elegant .lp-line-pop-head {
  gap: 18px !important;
  margin-bottom: clamp(22px, 3.5vw, 32px) !important;
}

.lp-line-pop-elegant .lp-line-pop-head small {
  font-size: clamp(10px, 1.2vw, 12px) !important;
  letter-spacing: .34em !important;
  color: #8f9a79 !important;
}

.lp-line-pop-elegant .lp-line-pop-copy {
  text-align: left !important;
  max-width: 720px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.lp-line-pop-elegant .lp-line-pop-copy h3 {
  font-size: clamp(25px, 3.7vw, 42px) !important;
  line-height: 1.82 !important;
  letter-spacing: .02em !important;
}

.lp-line-pop-elegant .lp-line-pop-link {
  display: inline-flex !important;
  margin-top: clamp(24px, 3.8vw, 38px) !important;
  margin-left: auto !important;
  margin-right: clamp(4px, 5vw, 72px) !important;
  padding-bottom: 9px !important;
  justify-content: flex-end !important;
}

.lp-line-pop-elegant .lp-line-pop-link-text {
  font-size: clamp(20px, 2.9vw, 34px) !important;
}

.lp-line-pop-elegant .lp-line-pop-link i {
  font-size: clamp(22px, 2.8vw, 34px) !important;
}

.lp-line-pop-elegant .lp-line-icon-mark-outline {
  width: 58px !important;
  height: 58px !important;
  border-width: 2px !important;
}

.lp-line-pop-elegant .lp-line-icon-mark-outline::before {
  width: 29px !important;
  height: 21px !important;
  border-width: 2px !important;
}

.lp-line-pop-elegant .lp-line-icon-mark-outline::after {
  left: 18px !important;
  bottom: 13px !important;
  width: 10px !important;
  height: 10px !important;
  border-left-width: 2px !important;
  border-bottom-width: 2px !important;
}

.lp-line-pop-elegant .lp-line-icon-mark-outline .lp-line-icon-word {
  font-size: 9px !important;
}

@media (max-width: 767px) {
  .lp-line-pop.lp-line-pop-elegant {
    margin-top: 18px !important;
    padding: 16px 0 32px !important;
  }

  .lp-line-pop-elegant .lp-line-pop-head {
    gap: 12px !important;
    margin-bottom: 18px !important;
  }

  .lp-line-pop-elegant .lp-line-pop-head small {
    font-size: 10px !important;
    letter-spacing: .28em !important;
  }

  .lp-line-pop-elegant .lp-line-pop-copy h3 {
    font-size: clamp(22px, 6.2vw, 30px) !important;
    line-height: 1.85 !important;
  }

  .lp-line-pop-elegant .lp-line-pop-link {
    margin-top: 22px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    gap: 12px !important;
  }

  .lp-line-pop-elegant .lp-line-pop-link-text {
    font-size: clamp(17px, 5.2vw, 24px) !important;
  }

  .lp-line-pop-elegant .lp-line-pop-link i {
    font-size: clamp(18px, 5vw, 26px) !important;
  }

  .lp-line-pop-elegant .lp-line-icon-mark-outline {
    width: 46px !important;
    height: 46px !important;
  }

  .lp-line-pop-elegant .lp-line-icon-mark-outline::before {
    width: 23px !important;
    height: 17px !important;
  }

  .lp-line-pop-elegant .lp-line-icon-mark-outline::after {
    left: 15px !important;
    bottom: 10px !important;
    width: 8px !important;
    height: 8px !important;
  }

  .lp-line-pop-elegant .lp-line-icon-mark-outline .lp-line-icon-word {
    font-size: 8px !important;
  }
}


/* =========================================================
   v55.2.0
   Official LINE section smaller / clearer right CTA
   ========================================================= */
.lp-line-pop.lp-line-pop-elegant {
  padding: clamp(22px, 4vw, 42px) 0 clamp(30px, 5vw, 52px) !important;
}

.lp-line-pop-elegant .lp-line-pop-head {
  margin-bottom: clamp(18px, 3vw, 26px) !important;
}

.lp-line-pop-elegant .lp-line-pop-head small {
  font-size: clamp(9px, 1vw, 11px) !important;
  letter-spacing: .32em !important;
}

.lp-line-pop-elegant .lp-line-pop-copy {
  max-width: 620px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.lp-line-pop-elegant .lp-line-pop-copy h3 {
  font-size: clamp(21px, 3vw, 34px) !important;
  line-height: 1.78 !important;
  letter-spacing: .015em !important;
}

.lp-line-pop-elegant .lp-line-pop-link {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: clamp(22px, 3vw, 32px) !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  padding-bottom: 8px !important;
}

.lp-line-pop-elegant .lp-line-pop-link-text {
  font-size: clamp(18px, 2.4vw, 28px) !important;
  letter-spacing: .05em !important;
}

.lp-line-pop-elegant .lp-line-pop-link i {
  font-size: clamp(20px, 2.4vw, 30px) !important;
}

.lp-line-pop-elegant .lp-line-icon-mark-outline {
  width: 50px !important;
  height: 50px !important;
}

.lp-line-pop-elegant .lp-line-icon-mark-outline::before {
  width: 25px !important;
  height: 18px !important;
}

.lp-line-pop-elegant .lp-line-icon-mark-outline::after {
  left: 16px !important;
  bottom: 11px !important;
  width: 8px !important;
  height: 8px !important;
}

.lp-line-pop-elegant .lp-line-icon-mark-outline .lp-line-icon-word {
  font-size: 8px !important;
}

@media (max-width: 767px) {
  .lp-line-pop.lp-line-pop-elegant {
    padding: 12px 0 28px !important;
  }

  .lp-line-pop-elegant .lp-line-pop-head {
    margin-bottom: 16px !important;
  }

  .lp-line-pop-elegant .lp-line-pop-head small {
    font-size: 9px !important;
    letter-spacing: .26em !important;
  }

  .lp-line-pop-elegant .lp-line-pop-copy {
    max-width: 100% !important;
  }

  .lp-line-pop-elegant .lp-line-pop-copy h3 {
    font-size: clamp(18px, 5.2vw, 25px) !important;
    line-height: 1.82 !important;
  }

  .lp-line-pop-elegant .lp-line-pop-link {
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    gap: 10px !important;
    padding-bottom: 7px !important;
  }

  .lp-line-pop-elegant .lp-line-pop-link-text {
    font-size: clamp(15px, 4.5vw, 20px) !important;
  }

  .lp-line-pop-elegant .lp-line-pop-link i {
    font-size: clamp(16px, 4.6vw, 22px) !important;
  }

  .lp-line-pop-elegant .lp-line-icon-mark-outline {
    width: 40px !important;
    height: 40px !important;
  }

  .lp-line-pop-elegant .lp-line-icon-mark-outline::before {
    width: 20px !important;
    height: 15px !important;
  }

  .lp-line-pop-elegant .lp-line-icon-mark-outline::after {
    left: 13px !important;
    bottom: 9px !important;
    width: 7px !important;
    height: 7px !important;
  }

  .lp-line-pop-elegant .lp-line-icon-mark-outline .lp-line-icon-word {
    font-size: 7px !important;
  }
}


/* =========================================================
   v55.3.0
   Official LINE rebuilt layout
   ========================================================= */
.lp-line-redesign {
  display: block !important;
  width: 100% !important;
  margin: clamp(28px, 5vw, 48px) 0 0 !important;
  padding: clamp(34px, 6vw, 62px) 0 clamp(36px, 6vw, 64px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.lp-line-redesign-label {
  display: flex !important;
  align-items: center !important;
  gap: clamp(14px, 3vw, 28px) !important;
  width: 100% !important;
  margin: 0 0 clamp(22px, 4vw, 36px) !important;
}

.lp-line-redesign-label small {
  display: inline-block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  font-family: var(--sans) !important;
  font-size: clamp(9px, 1.2vw, 12px) !important;
  line-height: 1 !important;
  letter-spacing: .34em !important;
  font-weight: 500 !important;
  color: #8d9478 !important;
}

.lp-line-redesign-label span {
  display: block !important;
  flex: 1 1 auto !important;
  height: 1px !important;
  background: rgba(101, 83, 58, .22) !important;
}

.lp-line-redesign-body {
  width: min(100%, 660px) !important;
  margin: 0 auto 0 0 !important;
  text-align: left !important;
}

.lp-line-redesign-body p {
  margin: 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(22px, 3.4vw, 38px) !important;
  line-height: 1.85 !important;
  letter-spacing: .025em !important;
  font-weight: 400 !important;
  color: #5d554e !important;
}

.lp-line-redesign-body em {
  font-style: normal !important;
  color: #aeb89a !important;
}

.lp-line-redesign-link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(10px, 2vw, 16px) !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: clamp(26px, 4vw, 42px) 0 0 auto !important;
  padding: 0 0 9px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(174, 184, 154, .82) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #9ba486 !important;
  text-decoration: none !important;
}

.lp-line-redesign-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: clamp(42px, 5vw, 54px) !important;
  height: clamp(42px, 5vw, 54px) !important;
  flex: 0 0 auto !important;
  border: 2px solid rgba(174, 184, 154, .78) !important;
  border-radius: 999px !important;
  background: transparent !important;
}

.lp-line-redesign-icon::before {
  content: "" !important;
  position: absolute !important;
  width: 52% !important;
  height: 38% !important;
  border: 2px solid rgba(174, 184, 154, .78) !important;
  border-radius: 999px !important;
}

.lp-line-redesign-icon::after {
  content: "" !important;
  position: absolute !important;
  left: 31% !important;
  bottom: 23% !important;
  width: 16% !important;
  height: 16% !important;
  border-left: 2px solid rgba(174, 184, 154, .78) !important;
  border-bottom: 2px solid rgba(174, 184, 154, .78) !important;
  transform: skew(-18deg) rotate(-8deg) !important;
}

.lp-line-redesign-icon b {
  position: relative !important;
  z-index: 1 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(7px, .9vw, 9px) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  font-weight: 900 !important;
  color: #aeb89a !important;
}

.lp-line-redesign-text {
  display: inline-block !important;
  font-family: var(--serif) !important;
  font-size: clamp(18px, 2.7vw, 30px) !important;
  line-height: 1.25 !important;
  letter-spacing: .06em !important;
  font-weight: 400 !important;
  color: #9ba486 !important;
  white-space: nowrap !important;
}

.lp-line-redesign-link i {
  display: inline-block !important;
  font-style: normal !important;
  font-size: clamp(20px, 2.8vw, 32px) !important;
  line-height: 1 !important;
  color: #9ba486 !important;
  transform: translateX(0) !important;
  transition: transform .22s ease !important;
}

.lp-line-redesign-link:hover i,
.lp-line-redesign-link:focus-visible i {
  transform: translateX(6px) !important;
}

@media (max-width: 767px) {
  .lp-line-redesign {
    margin-top: 24px !important;
    padding: 26px 0 42px !important;
  }

  .lp-line-redesign-label {
    margin-bottom: 20px !important;
  }

  .lp-line-redesign-label small {
    font-size: 9px !important;
    letter-spacing: .28em !important;
  }

  .lp-line-redesign-body {
    width: min(100%, 330px) !important;
  }

  .lp-line-redesign-body p {
    font-size: clamp(20px, 5.6vw, 26px) !important;
    line-height: 1.82 !important;
  }

  .lp-line-redesign-link {
    margin-top: 24px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    gap: 10px !important;
    padding-bottom: 7px !important;
  }

  .lp-line-redesign-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .lp-line-redesign-icon b {
    font-size: 7px !important;
  }

  .lp-line-redesign-text {
    font-size: clamp(15px, 4.5vw, 20px) !important;
  }

  .lp-line-redesign-link i {
    font-size: clamp(17px, 4.8vw, 22px) !important;
  }
}


/* =========================================================
   v55.4.0
   Official LINE overall smaller balance
   ========================================================= */
.lp-line-redesign {
  margin-top: clamp(22px, 4vw, 40px) !important;
  padding: clamp(24px, 4.5vw, 48px) 0 clamp(30px, 5vw, 52px) !important;
}

.lp-line-redesign-label {
  gap: clamp(12px, 2.4vw, 22px) !important;
  margin-bottom: clamp(18px, 3vw, 28px) !important;
}

.lp-line-redesign-label small {
  font-size: clamp(8px, .95vw, 10px) !important;
  letter-spacing: .32em !important;
}

.lp-line-redesign-body {
  width: min(100%, 560px) !important;
}

.lp-line-redesign-body p {
  font-size: clamp(19px, 2.75vw, 31px) !important;
  line-height: 1.82 !important;
  letter-spacing: .02em !important;
}

.lp-line-redesign-link {
  margin-top: clamp(20px, 3vw, 32px) !important;
  gap: clamp(8px, 1.6vw, 13px) !important;
  padding-bottom: 7px !important;
}

.lp-line-redesign-icon {
  width: clamp(34px, 4.2vw, 46px) !important;
  height: clamp(34px, 4.2vw, 46px) !important;
}

.lp-line-redesign-icon b {
  font-size: clamp(6px, .75vw, 8px) !important;
}

.lp-line-redesign-text {
  font-size: clamp(15px, 2.1vw, 24px) !important;
  letter-spacing: .055em !important;
}

.lp-line-redesign-link i {
  font-size: clamp(17px, 2.2vw, 25px) !important;
}

@media (max-width: 767px) {
  .lp-line-redesign {
    margin-top: 18px !important;
    padding: 20px 0 34px !important;
  }

  .lp-line-redesign-label {
    margin-bottom: 16px !important;
  }

  .lp-line-redesign-label small {
    font-size: 8px !important;
    letter-spacing: .28em !important;
  }

  .lp-line-redesign-body {
    width: min(100%, 300px) !important;
  }

  .lp-line-redesign-body p {
    font-size: clamp(17px, 4.75vw, 22px) !important;
    line-height: 1.8 !important;
  }

  .lp-line-redesign-link {
    margin-top: 20px !important;
    gap: 8px !important;
    padding-bottom: 6px !important;
  }

  .lp-line-redesign-icon {
    width: 34px !important;
    height: 34px !important;
  }

  .lp-line-redesign-icon b {
    font-size: 6px !important;
  }

  .lp-line-redesign-text {
    font-size: clamp(13px, 3.9vw, 17px) !important;
  }

  .lp-line-redesign-link i {
    font-size: clamp(15px, 4vw, 19px) !important;
  }
}


/* =========================================================
   v55.5.0
   Official LINE section side inset
   ========================================================= */
.lp-line-redesign {
  width: min(100% - clamp(28px, 7vw, 96px), 960px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.lp-line-redesign-body {
  width: min(100%, 540px) !important;
}

.lp-line-redesign-link {
  margin-right: clamp(2px, 2vw, 24px) !important;
}

@media (max-width: 767px) {
  .lp-line-redesign {
    width: calc(100% - 34px) !important;
  }

  .lp-line-redesign-body {
    width: min(100%, 290px) !important;
  }

  .lp-line-redesign-link {
    margin-right: 0 !important;
  }
}


/* =========================================================
   v55.6.0
   Official LINE CTA URL click area
   ========================================================= */
.lp-line-redesign-link {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.lp-line-redesign-link,
.lp-line-redesign-link * {
  text-decoration: none !important;
}

.lp-line-redesign-link .lp-line-redesign-text,
.lp-line-redesign-link i,
.lp-line-redesign-link .lp-line-redesign-icon {
  pointer-events: none !important;
}


/* =========================================================
   v55.7.0
   Official LINE stronger text colors
   ========================================================= */
.lp-line-redesign-label small {
  color: #6f7b61 !important;
}

.lp-line-redesign-body p {
  color: #413b35 !important;
}

.lp-line-redesign-body em {
  color: #879873 !important;
}

.lp-line-redesign-link {
  color: #7f906e !important;
  border-bottom-color: rgba(127, 144, 110, .9) !important;
}

.lp-line-redesign-text,
.lp-line-redesign-link i {
  color: #7f906e !important;
}

.lp-line-redesign-icon {
  border-color: rgba(127, 144, 110, .9) !important;
}

.lp-line-redesign-icon::before {
  border-color: rgba(127, 144, 110, .9) !important;
}

.lp-line-redesign-icon::after {
  border-left-color: rgba(127, 144, 110, .9) !important;
  border-bottom-color: rgba(127, 144, 110, .9) !important;
}

.lp-line-redesign-icon b {
  color: #7f906e !important;
}

.lp-line-redesign-label span {
  background: rgba(101, 83, 58, .28) !important;
}


/* =========================================================
   v55.8.0
   Blog cards: filled content + More card + archive
   ========================================================= */
.lp-news-list {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  display: flex !important;
  gap: clamp(14px, 3vw, 24px) !important;
  padding: 4px 0 18px !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch !important;
}

.lp-news-list::-webkit-scrollbar {
  height: 4px;
}

.lp-news-list::-webkit-scrollbar-thumb {
  background: rgba(150, 120, 82, .28);
  border-radius: 999px;
}

.lp-news-post-item {
  flex: 0 0 clamp(220px, 32vw, 330px) !important;
  min-width: clamp(220px, 32vw, 330px) !important;
  scroll-snap-align: start !important;
}

.lp-news-post-link {
  min-height: 190px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  padding: clamp(18px, 3vw, 26px) !important;
  border-radius: 28px !important;
  background: rgba(255, 250, 241, .58) !important;
  border: 1px solid rgba(101, 83, 58, .10) !important;
  box-shadow: 0 18px 44px rgba(31, 24, 16, .055) !important;
  color: inherit !important;
  text-decoration: none !important;
}

.lp-news-post-link time {
  display: block !important;
  font-family: var(--sans) !important;
  font-size: 11px !important;
  letter-spacing: .18em !important;
  color: #a0784d !important;
}

.lp-news-post-body {
  display: grid !important;
  gap: 10px !important;
}

.lp-news-post-body h3 {
  margin: 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(17px, 2.2vw, 22px) !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  color: #262018 !important;
}

.lp-news-post-body p {
  display: block !important;
  margin: 0 !important;
  font-size: clamp(12px, 1.45vw, 14px) !important;
  line-height: 1.9 !important;
  color: rgba(38, 32, 24, .72) !important;
}

.lp-news-more-card .lp-news-post-link {
  align-items: flex-start !important;
  justify-content: center !important;
  background: rgba(232, 223, 212, .70) !important;
  border-color: rgba(160, 120, 77, .16) !important;
}

.lp-news-more-card h3 {
  color: #8f693e !important;
}

.lp-news-more-arrow {
  display: inline-block !important;
  margin-top: 4px !important;
  font-family: var(--serif) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  color: #8f693e !important;
}

.lp-blog-index-page {
  background: var(--paper-light);
}

.lp-blog-archive-section {
  padding-top: clamp(120px, 16vw, 180px) !important;
}

.lp-blog-archive-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
  margin-top: clamp(34px, 5vw, 56px);
}

.lp-blog-archive-card a {
  display: block;
  height: 100%;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 28px;
  background: rgba(255, 250, 241, .62);
  border: 1px solid rgba(101, 83, 58, .10);
  box-shadow: 0 18px 44px rgba(31, 24, 16, .055);
  text-decoration: none;
  color: inherit;
}

.lp-blog-archive-card time {
  display: block;
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .18em;
  color: #a0784d;
}

.lp-blog-archive-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.55;
  font-weight: 400;
  color: #221d18;
}

.lp-blog-archive-card p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 2;
  color: rgba(34, 29, 24, .72);
}

.lp-blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lp-blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(101, 83, 58, .14);
  text-decoration: none;
  color: #5d554e;
}

.lp-blog-pagination .current {
  background: rgba(160, 120, 77, .16);
  color: #8f693e;
}

.lp-blog-empty {
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 767px) {
  .lp-news-list {
    gap: 14px !important;
    padding-bottom: 14px !important;
  }

  .lp-news-post-item {
    flex-basis: 72vw !important;
    min-width: 72vw !important;
  }

  .lp-news-post-link {
    min-height: 168px !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .lp-news-post-body h3 {
    font-size: 17px !important;
  }

  .lp-news-post-body p {
    font-size: 12px !important;
    line-height: 1.85 !important;
  }

  .lp-blog-archive-list {
    grid-template-columns: 1fr;
  }

  .lp-blog-archive-card a {
    border-radius: 24px;
  }
}

/* v55.9.0: EN text translated to match JP content. JP defaults were not changed. */


/* =========================================================
   v55.10.0
   EN only: keep JP untouched, prevent order menu titles from being cut off
   ========================================================= */
body.lang-en .lp-ref-order-menu .lp-ref-menu-visual,
body.lang-en .lp-ref-order-menu .lp-ref-menu-item:nth-child(even) .lp-ref-menu-visual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-title-block {
  order: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  margin: 22px 0 0;
  overflow: visible;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-number {
  order: 0;
  margin: 0;
  writing-mode: horizontal-tb;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-vertical-title {
  order: 1;
  width: 100%;
  max-width: 100%;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: normal;
  font-size: clamp(32px, 9.2vw, 48px);
  line-height: 1.18;
  letter-spacing: .06em;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-image,
body.lang-en .lp-ref-order-menu .lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
  order: 1;
  flex: none;
  width: 100%;
  margin: 0;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-image img {
  aspect-ratio: 1 / 1;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-body {
  margin-top: 28px;
}

@media (max-width: 540px) {
  body.lang-en .lp-ref-order-menu .lp-ref-menu-title-block {
    margin-top: 20px;
  }

  body.lang-en .lp-ref-order-menu .lp-ref-menu-vertical-title {
    font-size: clamp(29px, 8.7vw, 40px);
    line-height: 1.2;
  }
}

@media (max-width: 380px) {
  body.lang-en .lp-ref-order-menu .lp-ref-menu-vertical-title {
    font-size: clamp(26px, 8vw, 34px);
    letter-spacing: .045em;
  }
}


/* =========================================================
   v55.11.0
   EN only: tighten spacing between order menu title and image
   EN only: translate LINE guidance text in the order menu area
   ========================================================= */
body.lang-en .lp-ref-order-menu .lp-ref-menu-item {
  min-height: auto !important;
  justify-content: flex-start !important;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-visual,
body.lang-en .lp-ref-order-menu .lp-ref-menu-item:nth-child(even) .lp-ref-menu-visual {
  gap: 14px !important;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-title-block {
  min-height: 0 !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-vertical-title {
  margin: 0 !important;
  padding: 0 !important;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-image,
body.lang-en .lp-ref-order-menu .lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

body.lang-en .lp-ref-order-menu .lp-ref-menu-body {
  margin-top: 26px !important;
}

@media (max-width: 540px) {
  body.lang-en .lp-ref-order-menu .lp-ref-menu-title-block {
    margin-top: 14px !important;
  }

  body.lang-en .lp-ref-order-menu .lp-ref-menu-image,
  body.lang-en .lp-ref-order-menu .lp-ref-menu-item:nth-child(even) .lp-ref-menu-image {
    margin-top: 10px !important;
  }
}

/* v55.12.0: EN menu/fixed-page labels translated. JP display/content untouched. */

/* v55.13.0: JP Customizer changes now sync matching EN fields on save. */


/* =========================================================
   v55.14.0
   Official LINE link: make CTA reliably clickable
   ========================================================= */
.lp-line-redesign {
  position: relative !important;
  z-index: 3 !important;
}

.lp-line-redesign-link {
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
}

.lp-line-redesign-link *,
.lp-line-redesign-icon,
.lp-line-redesign-text {
  pointer-events: none !important;
}

.lp-line-redesign-link:active {
  transform: translateY(1px) !important;
}


/* =========================================================
   v55.15.0
   Workshop fixed page
   ========================================================= */
.workshop-page {
  background: #f5efe6;
  color: #1f1c18;
}

.workshop-page-article {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(92px, 15vw, 148px) 0 clamp(72px, 12vw, 120px);
}

.workshop-kicker {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .26em;
  color: #a77931;
}

.workshop-hero {
  display: grid;
  gap: clamp(30px, 6vw, 56px);
}

.workshop-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 13vw, 98px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.02em;
}

.workshop-lead {
  margin-top: 24px;
  font-size: clamp(15px, 2.3vw, 19px);
  line-height: 2.05;
  color: #2a2620;
}

.workshop-hero-image,
.workshop-wide-image {
  margin: 0;
  overflow: hidden;
  background: rgba(16,17,12,.05);
}

.workshop-hero-image img,
.workshop-wide-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.workshop-section {
  position: relative;
  margin-top: clamp(64px, 11vw, 112px);
}

.workshop-intro {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
}

.workshop-section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 6.8vw, 54px);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: .04em;
}

.workshop-text {
  margin-top: 22px;
  font-size: 15px;
  line-height: 2.1;
  color: #2a2620;
}

.workshop-arch-image {
  width: min(100%, 420px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px 999px 0 0 / 230px 230px 0 0;
  background: rgba(16,17,12,.05);
}

.workshop-arch-image img {
  display: block;
  width: 100%;
  aspect-ratio: .86 / 1;
  object-fit: cover;
}

.workshop-scene-list,
.workshop-flow-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(16,17,12,.15);
}

.workshop-scene-list li,
.workshop-flow-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(16,17,12,.15);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .04em;
}

.workshop-feature-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.workshop-feature-card {
  padding: 24px 22px;
  border: 1px solid rgba(16,17,12,.12);
  background: rgba(255,255,255,.38);
}

.workshop-feature-card span {
  display: block;
  margin-bottom: 16px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .2em;
  color: #a77931;
}

.workshop-feature-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.workshop-feature-card p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #2a2620;
}

.workshop-wide-image {
  margin-top: clamp(54px, 9vw, 92px);
}

.workshop-note {
  margin-top: 22px;
  padding-left: 18px;
  border-left: 1px solid rgba(167,121,49,.46);
  font-size: 13px;
  line-height: 2;
  color: #5d554e;
}

.workshop-cta {
  margin-top: clamp(68px, 11vw, 120px);
  padding: clamp(34px, 6vw, 56px) clamp(22px, 5vw, 48px);
  border: 1px solid rgba(16,17,12,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.52), rgba(255,255,255,.26)),
    rgba(247,241,232,.76);
  text-align: left;
}

.workshop-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 7vw, 54px);
  line-height: 1.35;
  font-weight: 400;
}

.workshop-cta-text {
  margin-top: 18px;
  font-size: 15px;
  line-height: 2;
  color: #2a2620;
}

.workshop-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(174,184,154,.82);
  color: #8d9478;
  text-decoration: none;
  font-family: var(--serif);
  font-size: clamp(18px, 4.4vw, 28px);
  letter-spacing: .06em;
}

.workshop-cta-button i {
  font-style: normal;
}

@media (min-width: 768px) {
  .workshop-hero {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
    align-items: end;
  }

  .workshop-intro {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .52fr);
    align-items: center;
  }

  .workshop-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .workshop-page-article {
    width: min(100% - 36px, 640px);
    padding-top: 92px;
  }

  .workshop-title {
    font-size: clamp(42px, 14vw, 72px);
  }

  .workshop-hero-image img,
  .workshop-wide-image img {
    aspect-ratio: 1 / 1;
  }

  .workshop-section-title,
  .workshop-cta h2 {
    font-size: clamp(26px, 8vw, 38px);
  }
}


/* =========================================================
   v55.16.0
   Workshop page: one image only / clearer compact layout
   ========================================================= */
.workshop-page-article {
  padding-top: clamp(88px, 13vw, 124px);
}

.workshop-hero {
  gap: clamp(24px, 5vw, 42px);
  padding-bottom: clamp(34px, 6vw, 58px);
  border-bottom: 1px solid rgba(16,17,12,.14);
}

.workshop-hero-copy {
  align-self: center;
}

.workshop-title {
  font-size: clamp(42px, 11vw, 86px);
}

.workshop-lead {
  max-width: 720px;
  margin-top: 20px;
  line-height: 1.9;
}

.workshop-hero-image {
  border-radius: 22px 22px 0 0;
  box-shadow: 0 18px 38px rgba(37,29,20,.08);
}

.workshop-hero-image img {
  aspect-ratio: 4 / 3;
}

.workshop-section {
  margin-top: clamp(42px, 8vw, 76px);
}

.workshop-intro {
  display: block;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.workshop-section-title {
  font-size: clamp(25px, 5.8vw, 44px);
}

.workshop-text {
  margin-top: 18px;
  line-height: 2;
}

.workshop-summary-box {
  display: grid;
  gap: 0;
  margin-top: clamp(26px, 5vw, 42px);
  border-top: 1px solid rgba(16,17,12,.14);
  border-bottom: 1px solid rgba(16,17,12,.14);
}

.workshop-summary-box > div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(16,17,12,.10);
}

.workshop-summary-box > div:last-child {
  border-bottom: 0;
}

.workshop-summary-box span {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .22em;
  color: #a77931;
}

.workshop-summary-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #1f1c18;
}

.workshop-scenes,
.workshop-flow {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.workshop-scene-list {
  display: grid;
  gap: 10px;
  border: 0;
}

.workshop-scene-list li {
  border: 1px solid rgba(16,17,12,.12);
  background: rgba(255,255,255,.35);
  padding: 15px 18px;
  line-height: 1.65;
}

.workshop-feature-grid {
  gap: 14px;
}

.workshop-feature-card {
  padding: 22px 20px;
  background: rgba(255,255,255,.42);
}

.workshop-wide-image,
.workshop-arch-image {
  display: none !important;
}

.workshop-flow-list {
  margin-top: 24px;
}

.workshop-flow-list li {
  position: relative;
  padding-left: 44px;
}

.workshop-flow-list li::before {
  content: counter(list-item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 18px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .08em;
  color: #a77931;
}

.workshop-cta {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(54px, 9vw, 88px);
  border-radius: 26px;
}

@media (min-width: 768px) {
  .workshop-hero {
    grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
  }

  .workshop-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .workshop-page-article {
    padding-top: 84px;
  }

  .workshop-title {
    font-size: clamp(38px, 13vw, 62px);
  }

  .workshop-hero-image {
    border-radius: 18px 18px 0 0;
  }

  .workshop-hero-image img {
    aspect-ratio: 1 / 1;
  }

  .workshop-summary-box > div {
    grid-template-columns: 58px 1fr;
    gap: 12px;
  }

  .workshop-scene-list li {
    padding: 14px 16px;
  }
}


/* =========================================================
   v55.17.0
   Workshop page: softer scene / point design
   ========================================================= */
.workshop-scenes,
.workshop-features {
  position: relative;
  padding: clamp(28px, 6vw, 48px) clamp(18px, 5vw, 42px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(174,184,154,.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(167,121,49,.09), transparent 38%),
    rgba(255,255,255,.28);
  border: 1px solid rgba(167,121,49,.12);
}

.workshop-scenes::before,
.workshop-features::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(167,121,49,.08);
  border-radius: 24px;
  pointer-events: none;
}

.workshop-scenes .workshop-kicker,
.workshop-features .workshop-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #8d9478;
  letter-spacing: .16em;
}

.workshop-scenes .workshop-kicker::before,
.workshop-features .workshop-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(141,148,120,.58);
}

.workshop-scenes .workshop-section-title {
  max-width: 680px;
}

.workshop-scene-list {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 26px;
}

.workshop-scene-list li {
  position: relative;
  padding: 15px 18px 15px 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 10px 24px rgba(37,29,20,.045);
  font-size: 14px;
  line-height: 1.75;
}

.workshop-scene-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(167,121,49,.48);
  transform: translateY(-50%);
}

.workshop-feature-grid {
  margin-top: 26px;
  gap: 18px;
}

.workshop-feature-card {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 26px;
  border: 0;
  border-radius: 26px 26px 8px 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.46)),
    rgba(245,239,230,.66);
  box-shadow: 0 14px 34px rgba(37,29,20,.06);
}

.workshop-feature-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(141,148,120,.16);
  border-radius: 999px;
}

.workshop-feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(141,148,120,.14);
  color: #8d9478;
  font-size: 10px;
  letter-spacing: .06em;
}

.workshop-feature-card h3 {
  font-family: var(--serif);
  font-size: clamp(20px, 4.6vw, 26px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: .03em;
}

.workshop-feature-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
  color: #3a342c;
}

@media (min-width: 768px) {
  .workshop-scene-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .workshop-scenes,
  .workshop-features {
    padding: 26px 18px;
    border-radius: 24px;
  }

  .workshop-scenes::before,
  .workshop-features::before {
    inset: 9px;
    border-radius: 19px;
  }

  .workshop-scene-list li {
    border-radius: 18px;
    padding: 14px 16px 14px 38px;
  }

  .workshop-scene-list li::before {
    left: 18px;
  }

  .workshop-feature-card {
    border-radius: 22px 22px 8px 22px;
  }
}


/* =========================================================
   v55.18.0
   Calligraphy performance page: unify with workshop tone and typography
   ========================================================= */
.performance-page-v2 {
  --perf-cream: #f5efe6;
  --perf-paper: rgba(255,255,255,.42);
  --perf-soft: rgba(255,255,255,.58);
  --perf-border: rgba(167,121,49,.12);
  --perf-brown: #a77931;
  --perf-green: #8d9478;
  --perf-ink: #1f1c18;
  background:
    radial-gradient(circle at 8% 0%, rgba(174,184,154,.12), transparent 30%),
    radial-gradient(circle at 100% 78%, rgba(167,121,49,.07), transparent 36%),
    #f5efe6 !important;
  color: var(--perf-ink) !important;
  padding-bottom: clamp(74px, 10vw, 128px) !important;
}

.performance-page-v2 .performance-page-article {
  width: min(var(--max), calc(100% - 44px)) !important;
  margin: 0 auto !important;
}

.performance-v2-hero {
  padding: clamp(98px, 14vw, 150px) 0 clamp(42px, 7vw, 70px) !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(16,17,12,.14);
}

.performance-v2-kicker,
.performance-style-head .performance-v2-kicker {
  margin: 0 0 14px !important;
  color: var(--perf-brown) !important;
  font-family: var(--sans) !important;
  font-size: 11px !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: .24em !important;
  font-weight: 500 !important;
  text-align: left !important;
}

.performance-v2-title,
.performance-style-head h2 {
  color: var(--perf-ink) !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

.performance-v2-title {
  font-size: clamp(42px, 11vw, 86px) !important;
  line-height: 1.08 !important;
}

.performance-v2-lead {
  max-width: 720px !important;
  margin: 24px 0 0 !important;
  color: #2a2620 !important;
  font-family: var(--serif) !important;
  font-size: clamp(15px, 2.3vw, 19px) !important;
  font-weight: 400 !important;
  line-height: 2.05 !important;
  letter-spacing: .045em !important;
}

.performance-style-block,
.performance-style-block + .performance-style-block {
  margin-top: clamp(42px, 8vw, 76px) !important;
  padding: clamp(28px, 6vw, 48px) clamp(18px, 5vw, 42px) !important;
  border-radius: 30px !important;
  border: 1px solid var(--perf-border) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(174,184,154,.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(167,121,49,.09), transparent 38%),
    rgba(255,255,255,.28) !important;
  overflow: hidden !important;
}

.performance-style-block::before,
.performance-v2-scenes::before,
.performance-page-v2 .performance-flow::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(167,121,49,.08);
  border-radius: 24px;
  pointer-events: none;
}

.performance-style-head {
  max-width: 760px !important;
  margin-bottom: clamp(24px, 5vw, 42px) !important;
}

.performance-style-head h2 {
  margin: 0 !important;
  font-size: clamp(30px, 7vw, 58px) !important;
  line-height: 1.28 !important;
}

.performance-style-head p {
  max-width: 660px !important;
  margin-top: 16px !important;
  color: #2a2620 !important;
  font-family: var(--serif) !important;
  font-size: clamp(14px, 2.2vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 2 !important;
  letter-spacing: .04em !important;
}

.performance-style-image,
.performance-style-floor .performance-style-image {
  width: 100% !important;
  max-width: 760px !important;
  margin: clamp(22px, 4vw, 36px) auto 0 !important;
  border-radius: 24px 24px 0 0 !important;
  box-shadow: 0 18px 38px rgba(37,29,20,.08) !important;
  aspect-ratio: 4 / 3 !important;
  background: rgba(16,17,12,.05) !important;
}

.performance-style-body {
  max-width: 820px !important;
  margin: clamp(24px, 5vw, 44px) auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--perf-ink) !important;
}

.performance-style-size {
  margin: 0 0 clamp(22px, 5vw, 36px) !important;
  padding-left: 18px !important;
  border-left: 1px solid rgba(167,121,49,.46);
  color: #5d554e !important;
  font-family: var(--serif) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 2 !important;
  text-align: left !important;
  letter-spacing: .04em !important;
}

.performance-style-summary {
  padding: 0 !important;
}

.performance-style-summary h3,
.performance-v2-scenes .performance-section-title,
.performance-page-v2 .performance-flow .performance-section-title {
  margin: 0 0 22px !important;
  color: var(--perf-ink) !important;
  font-family: var(--serif) !important;
  font-size: clamp(24px, 5.8vw, 42px) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  letter-spacing: .04em !important;
}

.performance-merit-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.performance-merit-grid > div {
  position: relative;
  padding: 24px 22px;
  border-radius: 24px 24px 8px 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.46)),
    rgba(245,239,230,.66);
  box-shadow: 0 12px 30px rgba(37,29,20,.055);
}

.performance-merit-grid h4 {
  margin: 0 0 12px !important;
  color: var(--perf-green) !important;
  font-family: var(--sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: .22em !important;
}

.performance-merit-grid ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.performance-merit-grid li {
  position: relative;
  margin: 0 0 10px !important;
  padding-left: 18px !important;
  color: #3a342c !important;
  font-family: var(--serif) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.95 !important;
  letter-spacing: .035em !important;
}

.performance-merit-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .86em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(167,121,49,.48);
}

.performance-v2-scenes,
.performance-page-v2 .performance-flow {
  position: relative !important;
  margin-top: clamp(42px, 8vw, 76px) !important;
  padding: clamp(28px, 6vw, 48px) clamp(18px, 5vw, 42px) !important;
  border-radius: 30px !important;
  border: 1px solid var(--perf-border) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(174,184,154,.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(167,121,49,.09), transparent 38%),
    rgba(255,255,255,.28) !important;
  color: var(--perf-ink) !important;
}

.performance-v2-scenes .performance-scene-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 26px !important;
}

.performance-v2-scenes .performance-scene-list li {
  position: relative;
  padding: 15px 18px 15px 42px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.58) !important;
  box-shadow: 0 10px 24px rgba(37,29,20,.045);
  color: #1f1c18 !important;
  text-align: left !important;
  font-family: var(--serif) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.performance-v2-scenes .performance-scene-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(167,121,49,.48);
  transform: translateY(-50%);
}

.performance-page-v2 .performance-flow-list {
  border-top: 1px solid rgba(16,17,12,.14);
}

.performance-page-v2 .performance-flow-list li {
  position: relative;
  border-bottom-color: rgba(16,17,12,.14) !important;
  color: #1f1c18 !important;
  font-family: var(--serif) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

.performance-page-v2 .performance-flow-list li::before {
  color: var(--perf-brown) !important;
}

.performance-page-v2 .performance-note {
  margin-top: 22px !important;
  padding: 0 0 0 18px !important;
  border-left: 1px solid rgba(167,121,49,.46);
  background: transparent !important;
  color: #5d554e !important;
  font-family: var(--serif) !important;
  font-size: 13px !important;
  line-height: 2 !important;
}

.performance-page-v2 .performance-cta {
  max-width: 820px;
  margin: clamp(54px, 9vw, 88px) auto 0 !important;
  padding: clamp(34px, 6vw, 56px) clamp(22px, 5vw, 48px) !important;
  border: 1px solid rgba(16,17,12,.14);
  border-radius: 26px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.52), rgba(255,255,255,.26)),
    rgba(247,241,232,.76) !important;
  color: var(--perf-ink) !important;
  box-shadow: none !important;
  transform: none !important;
}

.performance-page-v2 .performance-cta h2 {
  color: var(--perf-ink) !important;
  font-family: var(--serif) !important;
  font-size: clamp(28px, 7vw, 54px) !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.performance-page-v2 .performance-cta p {
  color: #2a2620 !important;
  font-family: var(--serif) !important;
  font-size: 15px !important;
  line-height: 2 !important;
}

.performance-page-v2 .performance-cta-button {
  display: inline-flex !important;
  align-items: center !important;
  margin-top: 24px !important;
  padding-bottom: 9px !important;
  border-bottom: 1px solid rgba(174,184,154,.82);
  color: #8d9478 !important;
  font-family: var(--serif) !important;
  font-size: clamp(18px, 4.4vw, 28px) !important;
  letter-spacing: .06em !important;
  text-decoration: none !important;
  background: transparent !important;
}

@media (max-width: 800px) {
  .performance-page-v2 .performance-page-article {
    width: min(100% - 36px, 640px) !important;
  }

  .performance-v2-hero {
    padding-top: 92px !important;
  }

  .performance-v2-title {
    font-size: clamp(38px, 13vw, 62px) !important;
    line-height: 1.12 !important;
  }

  .performance-v2-lead {
    font-size: 15px !important;
    line-height: 1.95 !important;
  }

  .performance-style-block,
  .performance-style-block + .performance-style-block,
  .performance-v2-scenes,
  .performance-page-v2 .performance-flow {
    padding: 26px 18px !important;
    border-radius: 24px !important;
  }

  .performance-style-block::before,
  .performance-v2-scenes::before,
  .performance-page-v2 .performance-flow::before {
    inset: 9px;
    border-radius: 19px;
  }

  .performance-style-image,
  .performance-style-floor .performance-style-image {
    border-radius: 18px 18px 0 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .performance-merit-grid,
  .performance-v2-scenes .performance-scene-list {
    grid-template-columns: 1fr !important;
  }

  .performance-v2-scenes .performance-scene-list li {
    border-radius: 18px !important;
    padding: 14px 16px 14px 38px !important;
  }

  .performance-v2-scenes .performance-scene-list li::before {
    left: 18px;
  }

  .performance-page-v2 .performance-cta {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
