:root {
  color-scheme: light;
  --paper: #f3efe3;
  --paper-light: #fffaf0;
  --white: #fffdf8;
  --ink: #18100d;
  --muted: #796c5e;
  --red: #ee001d;
  --red-deep: #c60018;
  --strawberry: #e73339;
  --gold: #b98a35;
  --line: rgba(180, 26, 34, 0.22);
  --shadow: rgba(88, 33, 22, 0.24);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", sans-serif;
  --motion-ease-luxe: cubic-bezier(0.19, 1, 0.22, 1);
  --motion-ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
  --motion-mid: 680ms;
  --motion-slow: 1100ms;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
  scroll-behavior: smooth;
}

[hidden] {
  display: none !important;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.95), transparent 19rem),
    radial-gradient(circle at 86% 18%, rgba(255, 112, 124, 0.18), transparent 21rem),
    linear-gradient(180deg, #fffdf7 0 7%, var(--paper) 7% 84%, var(--red) 84% 100%);
  font-family: var(--sans);
  letter-spacing: 0;
}

.lang-ja {
  display: none;
}

body[data-lang="ja"] .lang-en {
  display: none;
}

body[data-lang="ja"] .lang-ja {
  display: inline;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(198, 0, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 0, 24, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, black, transparent 62%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.concept-stage {
  position: relative;
  min-height: 100svh;
  padding: 76px clamp(20px, 5vw, 72px) clamp(24px, 4vw, 52px);
  overflow: hidden;
  isolation: isolate;
}

.site-chrome {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding: 0 clamp(22px, 7vw, 96px);
  border-bottom: 1px solid rgba(24, 16, 13, 0.08);
  background: rgba(255, 253, 248, 0.9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-logo {
  color: rgba(24, 16, 13, 0.58);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2.3vw, 1.7rem);
  letter-spacing: 0.18em;
}

.site-chrome nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(24, 16, 13, 0.58);
  font-family: var(--serif);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-chrome nav a,
.type-mobile-dock a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
}

.site-chrome nav a:hover,
.site-chrome nav a.is-active,
.type-mobile-dock a.is-active {
  border-color: rgba(238, 0, 29, 0.24);
  background: rgba(238, 0, 29, 0.08);
  color: var(--red);
}

.type-mobile-dock {
  display: none;
}

.desktop-note {
  position: fixed;
  top: 50%;
  z-index: 6;
  transform: translateY(-50%);
}

.desktop-note-left {
  left: max(42px, calc(50vw - 595px));
  display: grid;
  width: min(29vw, 360px);
  gap: 28px;
}

.desktop-note-left p {
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--red);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5.1rem);
  line-height: 0.9;
  text-transform: lowercase;
}

.desktop-note-left ol {
  display: grid;
  gap: 10px;
  max-width: 310px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-note-left a {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  padding: 7px 16px 7px 7px;
  border: 1.5px solid rgba(238, 0, 29, 0.42);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.9rem;
  line-height: 1.25;
  box-shadow: 0 14px 34px rgba(198, 0, 24, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.desktop-note-left a > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-family: var(--sans);
  font-size: 0.94rem;
  font-weight: 800;
}

.desktop-note-left a:hover,
.desktop-note-left a.is-active {
  border-color: rgba(238, 0, 29, 0.68);
  background: rgba(255, 253, 248, 0.9);
  box-shadow:
    0 16px 38px rgba(198, 0, 24, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.desktop-note-right {
  right: max(28px, calc(50vw - 645px));
  width: min(29vw, 370px);
  transform: translateY(calc(-50% + 24px));
}

.luxury-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 30px 24px 24px;
  border: 1px solid rgba(255, 226, 151, 0.7);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(255, 236, 176, 0.18), transparent 19%),
    radial-gradient(circle at 74% 13%, rgba(255, 215, 128, 0.34), transparent 22%),
    radial-gradient(circle at 46% 43%, rgba(238, 0, 29, 0.28), transparent 32%),
    radial-gradient(circle at 12% 88%, rgba(255, 185, 85, 0.16), transparent 32%),
    linear-gradient(162deg, #25160e 0%, #090505 36%, #020101 62%, #180b08 100%);
  color: #fff7de;
  text-align: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 0 58px rgba(255, 215, 128, 0.08),
    0 28px 72px rgba(26, 8, 4, 0.36),
    0 0 54px rgba(185, 138, 53, 0.16);
}

.luxury-card::before,
.luxury-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.luxury-card::before {
  inset: 14px;
  z-index: 0;
  border: 1px solid rgba(255, 225, 146, 0.32);
  border-radius: 26px;
  background-image:
    radial-gradient(circle, rgba(255, 232, 168, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 232, 168, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(238, 0, 29, 0.82) 0 1px, transparent 2px);
  background-position:
    14% 18%,
    88% 64%,
    70% 82%;
  background-size:
    92px 92px,
    118px 118px,
    74px 74px;
}

.luxury-card::after {
  top: -44px;
  left: 18%;
  z-index: 0;
  width: 62%;
  height: 160%;
  background: linear-gradient(96deg, transparent, rgba(255, 236, 180, 0.16), transparent 58%);
  filter: blur(1px);
  transform: rotate(18deg);
}

.luxury-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #edcf84;
  font-family: var(--serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.luxury-kicker::before,
.luxury-kicker::after {
  width: 28px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, currentColor);
}

.luxury-kicker::after {
  background: linear-gradient(90deg, currentColor, transparent);
}

.luxury-sideword {
  position: absolute;
  right: 18px;
  bottom: 86px;
  z-index: 1;
  color: rgba(255, 225, 146, 0.16);
  font-family: var(--serif);
  font-size: 3.1rem;
  letter-spacing: 0.16em;
  transform: rotate(90deg);
  transform-origin: right bottom;
  pointer-events: none;
}

.luxury-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f8dda0;
  font-family: var(--serif);
  font-size: clamp(1.28rem, 1.9vw, 1.72rem);
  line-height: 1.08;
  white-space: nowrap;
  text-shadow: 0 0 24px rgba(248, 221, 160, 0.16);
}

.luxury-card h2 span {
  display: inline;
  margin-left: 0.16em;
  color: rgba(255, 247, 222, 0.78);
  font-size: 0.72em;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.luxury-card h2 .luxury-title-en,
.luxury-card h2 .luxury-title-ja {
  margin-left: 0;
  color: #f8dda0;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.luxury-card h2 .luxury-title-en em {
  margin-left: 0.16em;
  color: rgba(255, 247, 222, 0.78);
  font-size: 0.72em;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
}

body:not([data-lang="ja"]) .luxury-card h2 .luxury-title-ja,
body[data-lang="ja"] .luxury-card h2 .luxury-title-en {
  display: none;
}

.luxury-product {
  position: relative;
  z-index: 1;
  width: min(92%, 292px);
  margin: 22px auto 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 225, 146, 0.42);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 58%, rgba(238, 0, 29, 0.42), transparent 50%),
    linear-gradient(180deg, rgba(255, 225, 146, 0.12), rgba(0, 0, 0, 0.86)),
    #030202;
  box-shadow:
    0 0 0 7px rgba(255, 225, 146, 0.045),
    0 24px 46px rgba(0, 0, 0, 0.36),
    0 0 54px rgba(238, 0, 29, 0.22);
}

.luxury-product::before {
  display: block;
  padding-top: 72%;
  content: "";
}

.luxury-product::after {
  position: absolute;
  inset: auto 16% 8%;
  height: 20px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 218, 128, 0.42), transparent 70%);
  filter: blur(8px);
}

.luxury-product img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  transform: none;
}

.luxury-name {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-top: 2px;
  color: #f6dd9a;
  font-family: var(--serif);
}

.luxury-name span {
  font-size: 1.52rem;
  font-weight: 700;
  line-height: 1.2;
}

.luxury-name small {
  color: rgba(255, 247, 222, 0.58);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
}

.luxury-specs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 18px 0 0;
}

.luxury-specs div {
  display: grid;
  gap: 5px;
  min-height: 58px;
  padding: 10px 6px;
  border: 1px solid rgba(255, 225, 146, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(255, 225, 146, 0.045);
}

.luxury-specs dt,
.luxury-specs dd {
  margin: 0;
}

.luxury-specs dt {
  color: rgba(255, 225, 146, 0.62);
  font-family: var(--serif);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.luxury-specs dd {
  color: #fff7de;
  font-size: 0.78rem;
  font-weight: 800;
}

.luxury-copy {
  position: relative;
  z-index: 1;
  max-width: 19em;
  margin: 17px auto 0;
  color: rgba(255, 247, 222, 0.66);
  font-size: 0.78rem;
  line-height: 1.8;
}

.luxury-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 22px;
  border: 1px solid rgba(255, 228, 158, 0.72);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 248, 216, 0.52), transparent 28%),
    linear-gradient(180deg, rgba(72, 48, 18, 0.92), rgba(17, 10, 5, 0.98)),
    linear-gradient(135deg, #fff2bb, #9f681f 58%, #f2d17b);
  color: #ffe9a8;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 216, 0.32),
    inset 0 -10px 18px rgba(0, 0, 0, 0.34),
    0 13px 30px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(242, 209, 123, 0.14);
}

.luxury-card a::before {
  position: absolute;
  inset: 5px;
  content: "";
  border: 1px solid rgba(255, 228, 158, 0.26);
  border-radius: inherit;
}

.luxury-card a::after {
  position: absolute;
  top: -40%;
  left: -30%;
  width: 38%;
  height: 180%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: rotate(18deg);
}

.luxury-card a span {
  position: relative;
  z-index: 1;
}

.concept-stage .luxury-card > a {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 248, 216, 0.4), transparent 30%),
    linear-gradient(180deg, #3b2513 0%, #130908 46%, #030101 100%) !important;
  color: #ffe9a8 !important;
}

.phone-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 116px);
  place-items: center;
}

.phone-frame {
  position: relative;
  width: min(92vw, 392px);
  aspect-ratio: 9 / 19.5;
  padding: 11px;
  border: 1px solid rgba(255, 235, 177, 0.74);
  border-radius: 50px;
  background:
    linear-gradient(142deg, rgba(255, 244, 198, 0.95), rgba(169, 119, 38, 0.88) 7%, rgba(12, 10, 9, 0.98) 17%, #050403 48%, rgba(49, 34, 19, 0.98) 70%, rgba(235, 190, 94, 0.92) 88%, rgba(255, 245, 202, 0.96)),
    #070605;
  box-shadow:
    0 42px 92px rgba(86, 39, 22, 0.34),
    0 0 0 10px rgba(255, 253, 248, 0.8),
    0 0 0 13px rgba(238, 0, 29, 0.04),
    inset 0 0 0 1px rgba(255, 251, 225, 0.28),
    inset 0 0 0 5px rgba(0, 0, 0, 0.68);
}

.phone-frame::before {
  position: absolute;
  inset: 8px;
  z-index: 4;
  content: "";
  border: 1.5px solid rgba(232, 181, 84, 0.72);
  border-radius: 40px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 249, 219, 0.22),
    0 0 22px rgba(185, 138, 53, 0.18);
  pointer-events: none;
}

.phone-frame::after {
  position: absolute;
  top: 21%;
  right: -4px;
  z-index: 1;
  width: 4px;
  height: 14%;
  content: "";
  border-radius: 0 5px 5px 0;
  background: linear-gradient(180deg, #f6d381, #7d551f 46%, #15100b);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.28);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
  border: 1px solid rgba(255, 244, 198, 0.28);
  border-radius: 38px;
  background: var(--paper-light);
  scrollbar-width: none;
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.88),
    inset 0 0 0 1px rgba(255, 255, 255, 0.64);
}

.phone-screen::-webkit-scrollbar {
  display: none;
}

.phone-screen::before {
  position: sticky;
  top: 7px;
  z-index: 14;
  display: block;
  width: 116px;
  height: 31px;
  margin: 7px auto -38px;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 75% 48%, #263356 0 5px, transparent 6px),
    #080808;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 5px 14px rgba(0, 0, 0, 0.26);
}

.status-bar {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 17px 24px 4px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  background: #fffdf8;
  pointer-events: none;
}

.sensor {
  width: 31%;
}

.status-icons {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.status-icons span {
  display: block;
  border-radius: 2px;
  background: currentColor;
}

.status-icons span:nth-child(1) {
  width: 4px;
  height: 10px;
}

.status-icons span:nth-child(2) {
  width: 16px;
  height: 10px;
  border: 2px solid currentColor;
  background: transparent;
}

.status-icons span:nth-child(3) {
  width: 23px;
  height: 11px;
  border: 1px solid currentColor;
  background: linear-gradient(90deg, currentColor 70%, transparent 70%);
}

.app-nav {
  position: sticky;
  top: 43px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 18px 7px;
  border-bottom: 1px solid rgba(198, 0, 24, 0.08);
  background: #fffdf8;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.brand-mini {
  flex: 0 1 auto;
  min-width: 0;
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-tools {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lang-pill,
.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 29px;
  padding: 0 8px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: var(--white);
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.68rem;
  font-weight: 700;
}

body[data-lang="ja"] .brand-mini {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.language-toggle {
  cursor: pointer;
}

.toggle-dot {
  position: relative;
  width: 26px;
  height: 14px;
  border: 1px solid rgba(238, 0, 29, 0.35);
  border-radius: 999px;
}

.toggle-dot::before {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--red);
}

body[data-lang="ja"] .toggle-dot::before {
  left: 13px;
}

.menu-button {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.menu-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 1.5px;
  background: var(--red);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.menu-button span:first-child {
  transform: translate(-50%, -4px);
}

.menu-button span:last-child {
  transform: translate(-50%, 4px);
}

.menu-button.is-open span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-button.is-open span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 18px;
  left: 18px;
  z-index: 14;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(238, 0, 29, 0.18);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 24px 62px rgba(91, 37, 20, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.mobile-menu a {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 7px 9px;
  border: 1px solid rgba(238, 0, 29, 0.14);
  border-radius: 15px;
  background: rgba(255, 250, 240, 0.84);
  color: rgba(24, 16, 13, 0.72);
  font-family: var(--serif);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
}

.mobile-menu a > span:first-child {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(238, 0, 29, 0.09);
  color: var(--red);
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 800;
}

.mobile-menu a:hover,
.mobile-menu a.is-active {
  border-color: rgba(238, 0, 29, 0.38);
  background: rgba(238, 0, 29, 0.08);
  color: var(--red);
}

#discover,
#kotoka,
#product,
#gift,
#taste,
#trust,
#purchase {
  scroll-margin-top: 90px;
}

.hero-panel {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--red);
}

.hero-panel img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  object-position: center top;
}

.hero-panel .hero-fv-image {
  object-position: center center;
  transform: none;
  transform-origin: center top;
}

.hero-copy {
  position: absolute;
  top: 78px;
  left: 24px;
  z-index: 2;
  max-width: 80%;
  color: #fffdf8;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.62),
    0 10px 30px rgba(0, 0, 0, 0.38);
}

.eyebrow {
  margin: 0 0 10px;
  color: #fff6d7;
  font-family: var(--serif);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
}

h1 {
  font-size: 2.06rem;
  line-height: 1.06;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

rt {
  font-size: 0.25em;
  letter-spacing: 0.18em;
}

.hero-copy > p:not(.eyebrow) {
  margin-top: 12px;
  max-width: 17em;
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(255, 253, 248, 0.92);
}

.love-call {
  margin-top: -1px;
  padding: 44px 26px 34px;
  background: var(--red);
  color: var(--white);
  text-align: center;
}

.lead {
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0;
  white-space: nowrap;
}

.sublead {
  margin: 24px auto 0;
  max-width: 18em;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.82rem;
  line-height: 1.88;
}

.overseas-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 34px;
  padding: 0 23px;
  border: 2px solid var(--red);
  border-radius: 999px;
  background: var(--paper-light);
  color: var(--red);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
}

.nara-section {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding: 17px;
  background:
    linear-gradient(180deg, #fffdf8, #fff5ec 58%, #f3dfd4),
    radial-gradient(circle at 92% 8%, rgba(238, 0, 29, 0.12), transparent 42%);
  color: var(--ink);
}

.nara-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(198, 0, 24, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 0, 24, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.nara-section::after {
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 158px;
  height: 158px;
  content: "";
  border: 1px solid rgba(198, 0, 24, 0.13);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(185, 138, 53, 0.12), transparent 62%);
}

.nara-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 252px;
  margin: 0;
  border: 1px solid rgba(185, 138, 53, 0.24);
  border-radius: 26px;
  background: #1b110d;
  box-shadow: 0 18px 42px rgba(116, 67, 42, 0.16);
}

.nara-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(16, 9, 5, 0.52) 100%);
}

.nara-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% 50%;
}

.nara-panel {
  position: relative;
  z-index: 2;
  margin: -38px 10px 0;
  padding: 25px 20px 24px;
  border: 1px solid rgba(238, 0, 29, 0.16);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 44px rgba(116, 67, 42, 0.14);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.section-number {
  margin: 0 0 12px;
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.nara-section h2 {
  position: relative;
  z-index: 1;
  max-width: 11em;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.44rem;
  line-height: 1.22;
  letter-spacing: 0;
}

#nara-section-title {
  max-width: none;
  white-space: nowrap;
}

body[data-lang="en"] #nara-section-title {
  font-size: 0.98rem;
  letter-spacing: 0;
}

body[data-lang="ja"] #nara-section-title {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.nara-section p:not(.eyebrow, .section-number) {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: rgba(24, 16, 13, 0.72);
  font-size: 0.84rem;
  line-height: 1.9;
  text-align: justify;
}

.nara-facts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.nara-facts > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(238, 0, 29, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.76);
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.74rem;
  font-weight: 700;
}

.origin-section {
  position: relative;
  overflow: hidden;
  padding: 30px 17px 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #fff6ea 52%, #f8e4d9 100%);
  color: var(--ink);
}

.origin-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(198, 0, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 0, 24, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.section-title {
  position: relative;
  z-index: 1;
}

.section-title p {
  margin: 0;
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.section-title h2 {
  max-width: 12em;
  margin-top: 10px;
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1.2;
  letter-spacing: 0;
}

#kotoka-section-title {
  max-width: none;
  white-space: nowrap;
}

body[data-lang="ja"] #kotoka-section-title {
  font-size: 1.16rem;
  letter-spacing: 0;
}

.origin-lead {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(24, 16, 13, 0.72);
  font-size: 0.84rem;
  line-height: 1.9;
  text-align: justify;
}

.origin-notes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.origin-notes article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 12px;
  align-items: start;
  padding: 15px 14px;
  border: 1px solid rgba(238, 0, 29, 0.16);
  border-radius: 19px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 14px 28px rgba(116, 67, 42, 0.08);
}

.origin-notes article > span {
  grid-row: 1 / span 2;
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.origin-notes h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 0.98rem;
  line-height: 1.24;
}

.origin-notes p {
  margin: 7px 0 0;
  color: rgba(24, 16, 13, 0.66);
  font-size: 0.72rem;
  line-height: 1.68;
}

.mini-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 24px 17px 17px;
  background: var(--paper-light);
}

.mini-index a {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.mini-index span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  background: var(--white);
  font-family: var(--sans);
  font-size: 1rem;
}

.story-stack {
  display: grid;
  gap: 18px;
  padding: 8px 17px 22px;
  background: var(--paper-light);
}

.story-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(116, 67, 42, 0.13);
}

.story-card img {
  width: 100%;
  height: 358px;
  object-fit: cover;
}

.story-travel img {
  object-position: 68% 50%;
}

.story-gift img {
  object-position: center 48%;
}

.story-kotoka img {
  object-position: 58% 50%;
}

.story-food img {
  object-position: center 42%;
}

.story-card div {
  position: relative;
  z-index: 2;
  margin-top: -92px;
  padding: 94px 20px 22px;
  background: linear-gradient(180deg, transparent, rgba(255, 253, 248, 0.96) 38%, var(--white) 100%);
}

.story-card p {
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.story-card h2 {
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.18;
  white-space: nowrap;
}

.story-card span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.78;
}

.product-sheet {
  margin: 0 17px 112px;
  padding: 27px 20px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(238, 0, 29, 0.08), transparent 45%),
    var(--white);
  box-shadow: 0 18px 42px rgba(116, 67, 42, 0.12);
}

.product-sheet h2 {
  color: var(--ink);
  font-size: 1.34rem;
  line-height: 1.18;
  white-space: nowrap;
}

.package-proof {
  position: relative;
  overflow: hidden;
  margin: 20px 0 4px;
  border: 1px solid rgba(198, 0, 24, 0.16);
  border-radius: 20px;
  background: #120c0a;
  box-shadow: 0 18px 34px rgba(32, 18, 12, 0.18);
}

.package-proof::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.18));
}

.package-proof img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.product-sheet dl {
  display: grid;
  gap: 0;
  margin: 21px 0 0;
}

.product-sheet div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(198, 0, 24, 0.12);
}

.product-sheet div:last-child {
  border-bottom: 0;
}

.product-sheet dt,
.product-sheet dd {
  margin: 0;
}

.product-sheet dt {
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-sheet dd {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

.purchase-dock {
  position: sticky;
  bottom: 0;
  z-index: 8;
  padding: 9px 18px 18px;
  background: linear-gradient(180deg, transparent, rgba(255, 250, 240, 0.78) 22%, var(--paper-light));
}

.purchase-dock a,
.purchase-status {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  border: 1px solid rgba(255, 225, 146, 0.76);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 246, 210, 0.44), transparent 30%),
    radial-gradient(circle at 82% 110%, rgba(238, 0, 29, 0.28), transparent 42%),
    linear-gradient(180deg, #3a2412 0%, #110907 46%, #050202 100%);
  color: #ffe7a5;
  font-family: var(--sans);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 226, 0.26),
    inset 0 -16px 24px rgba(0, 0, 0, 0.34),
    0 18px 34px rgba(48, 14, 8, 0.28),
    0 0 0 1px rgba(70, 44, 18, 0.18);
}

.purchase-status::before {
  position: absolute;
  inset: 5px;
  content: "";
  border: 1px solid rgba(255, 225, 146, 0.22);
  border-radius: inherit;
  pointer-events: none;
}

.purchase-status::after {
  position: absolute;
  top: -46%;
  left: -36%;
  width: 34%;
  height: 190%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(18deg);
  pointer-events: none;
}

.purchase-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 225, 146, 0.48);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 22%, #fff4c4 0 12%, #d7a842 32%, #5f3a13 66%, #120805 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 0 18px rgba(255, 216, 134, 0.2);
}

.purchase-mark::before,
.purchase-mark::after,
.purchase-mark span::before,
.purchase-mark span::after {
  position: absolute;
  content: "";
  background: currentColor;
  transform: rotate(45deg);
}

.purchase-mark::before {
  width: 2px;
  height: 18px;
}

.purchase-mark::after {
  width: 18px;
  height: 2px;
}

.purchase-mark span::before {
  width: 2px;
  height: 10px;
  opacity: 0.75;
  transform: rotate(-45deg);
}

.purchase-mark span::after {
  width: 10px;
  height: 2px;
  opacity: 0.75;
  transform: rotate(-45deg);
}

.purchase-text {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  text-align: left;
}

.purchase-text strong {
  display: block;
  color: #fff2bd;
  font-family: var(--serif);
  font-size: 1.04rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.purchase-text small {
  display: block;
  color: rgba(255, 225, 146, 0.66);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cart-icon {
  position: relative;
  width: 21px;
  height: 22px;
  margin-top: 5px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 5px 5px 7px 7px;
}

.cart-icon::before {
  position: absolute;
  top: -9px;
  left: 4px;
  width: 9px;
  height: 9px;
  content: "";
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.cart-icon::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 2px;
  height: 2px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  box-shadow: 7px 0 0 currentColor;
}

@keyframes kotoka-hero-settle {
  from {
    opacity: 0;
    transform: scale(1.025) translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes kotoka-reveal-line {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes kotoka-gold-sheen {
  from {
    transform: translate3d(-140%, 0, 0) rotate(18deg);
  }

  to {
    transform: translate3d(320%, 0, 0) rotate(18deg);
  }
}

.js-motion .hero-fv-image {
  opacity: 0;
  animation: kotoka-hero-settle 1200ms var(--motion-ease-luxe) 120ms forwards;
}

.js-motion .hero-copy .eyebrow,
.js-motion .hero-copy h1,
.js-motion .hero-copy > p:not(.eyebrow),
.js-motion .app-nav {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: kotoka-reveal-line 820ms var(--motion-ease-luxe) forwards;
}

.js-motion .app-nav {
  animation-delay: 180ms;
}

.js-motion .hero-copy .eyebrow {
  animation-delay: 360ms;
}

.js-motion .hero-copy h1 {
  animation-delay: 480ms;
}

.js-motion .hero-copy > p:not(.eyebrow) {
  animation-delay: 620ms;
}

.js-motion [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity var(--motion-mid) var(--motion-ease-soft) var(--reveal-delay, 0ms),
    transform var(--motion-slow) var(--motion-ease-luxe) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js-motion [data-reveal="image"] {
  transform: translate3d(0, 18px, 0) scale(1.018);
}

.js-motion [data-reveal="chip"],
.js-motion [data-reveal="row"] {
  transform: translate3d(0, 10px, 0);
}

.js-motion [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

.js-motion .purchase-status::after,
.js-motion .luxury-card a::after {
  transform: translate3d(-140%, 0, 0) rotate(18deg);
}

.js-motion .purchase-status.is-visible::after,
.js-motion .luxury-card a.is-visible::after {
  animation: kotoka-gold-sheen 1150ms var(--motion-ease-luxe) 260ms both;
}

@media (prefers-reduced-motion: reduce) {
  html,
  .phone-screen {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1040px) {
  .desktop-note {
    display: none;
  }
}

@media (min-width: 1041px) {
  .desktop-note-left {
    left: max(34px, calc(50vw - 610px));
    width: min(27vw, 330px);
  }

  .desktop-note-left p {
    font-size: clamp(2.45rem, 4.6vw, 4.65rem);
  }

  .desktop-note-right {
    right: max(54px, calc(50vw - 585px));
    width: min(28vw, 350px);
    transform: translateY(calc(-50% + 58px));
  }

  .hero-copy {
    width: calc(100% - 48px);
    max-width: none;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: none;
    white-space: nowrap;
  }

  .luxury-product img {
    inset: 0;
    width: 100%;
    object-position: center;
  }
}

@media (max-width: 560px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
    background:
      radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.96), transparent 12rem),
      radial-gradient(circle at 84% 16%, rgba(238, 0, 29, 0.18), transparent 15rem),
      linear-gradient(180deg, #fffcf4 0%, #f2ead8 54%, #cf0019 100%);
  }

  .concept-stage {
    display: grid;
    width: 100dvw;
    height: 100dvh;
    min-height: 0;
    padding: clamp(42px, 8.5dvh, 74px) 0 0;
    justify-items: center;
    align-items: start;
  }

  .site-chrome {
    display: none;
  }

  .type-mobile-dock {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 40;
    display: inline-flex;
    overflow: hidden;
    border: 1px solid rgba(238, 0, 29, 0.22);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.82);
    color: rgba(24, 16, 13, 0.68);
    font-family: var(--serif);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .type-mobile-dock a {
    min-width: 32px;
    min-height: 30px;
    padding: 0 8px;
    border: 0;
    border-right: 1px solid rgba(238, 0, 29, 0.16);
    border-radius: 0;
  }

  .type-mobile-dock a:last-child {
    border-right: 0;
  }

  .phone-wrap {
    width: 100%;
    min-height: auto;
    justify-items: center;
    align-items: start;
  }

  .phone-frame {
    width: min(calc(100dvw - 38px), 414px);
    height: auto;
    max-width: none;
    min-height: 0;
    aspect-ratio: 9 / 19.5;
    padding: 8px;
    border: 1px solid rgba(255, 235, 177, 0.78);
    border-radius: clamp(34px, 9.6vw, 52px);
    background:
      linear-gradient(142deg, rgba(255, 244, 198, 0.95), rgba(169, 119, 38, 0.88) 7%, rgba(12, 10, 9, 0.98) 17%, #050403 48%, rgba(49, 34, 19, 0.98) 70%, rgba(235, 190, 94, 0.92) 88%, rgba(255, 245, 202, 0.96)),
      #070605;
    box-shadow:
      0 10px 26px rgba(86, 39, 22, 0.2),
      inset 0 0 0 1px rgba(255, 251, 225, 0.28),
      inset 0 0 0 4px rgba(0, 0, 0, 0.7);
    transform: none;
  }

  .phone-frame::before {
    inset: 6px;
    display: block;
    border-radius: clamp(29px, 8vw, 44px);
  }

  .phone-frame::after {
    top: 21%;
    right: 0;
    display: block;
    width: 4px;
    height: 14%;
  }

  .phone-screen {
    min-height: 0;
    height: 100%;
    scroll-padding-top: 76px;
    border: 1px solid rgba(255, 244, 198, 0.28);
    border-radius: clamp(27px, 7.3vw, 40px);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow:
      0 0 0 2px rgba(0, 0, 0, 0.88),
      inset 0 0 0 1px rgba(255, 255, 255, 0.64);
  }

  .phone-screen::before {
    display: block;
    width: 82px;
    height: 23px;
    margin: 6px auto -30px;
  }

  .status-bar {
    display: flex;
    min-height: 40px;
    padding: 13px 18px 3px;
    font-size: 0.56rem;
  }

  .app-nav {
    top: 34px;
    padding: 8px 12px 6px;
    gap: 12px;
  }

  .brand-mini {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .nav-tools {
    flex: 0 0 auto;
    gap: 5px;
  }

  .lang-pill,
  .language-toggle {
    min-height: 23px;
    gap: 4px;
    padding: 0 6px;
    font-size: 0.46rem;
  }

  body[data-lang="ja"] .brand-mini {
    font-size: 0.62rem;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .toggle-dot {
    width: 20px;
    height: 11px;
  }

  .toggle-dot::before {
    top: 2px;
    left: 3px;
    width: 5px;
    height: 5px;
  }

  body[data-lang="ja"] .toggle-dot::before {
    left: 12px;
  }

  .menu-button {
    width: 31px;
    height: 31px;
  }

  .menu-button span {
    width: 13px;
    height: 1.2px;
  }

  .mobile-menu {
    top: calc(100% + 6px);
    right: 10px;
    left: 10px;
    gap: 6px;
    padding: 9px;
    border-radius: 18px;
  }

  .mobile-menu a {
    grid-template-columns: 24px 1fr;
    gap: 6px;
    min-height: 36px;
    padding: 6px;
    border-radius: 13px;
    font-size: 0.58rem;
  }

  .mobile-menu a > span:first-child {
    width: 24px;
    height: 24px;
    font-size: 0.58rem;
  }

  .hero-panel,
  .hero-panel img {
    min-height: 560px;
    height: 560px;
  }

  .hero-copy {
    top: 74px;
    left: 17px;
    max-width: 82%;
  }

  .eyebrow {
    margin-bottom: 7px;
    font-size: 0.48rem;
    line-height: 1.45;
  }

  h1 {
    font-size: 1.28rem;
    line-height: 1.02;
  }

  .hero-copy > p:not(.eyebrow) {
    margin-top: 10px;
    max-width: 15em;
    font-size: 0.68rem;
    line-height: 1.58;
  }

  .love-call {
    padding: 34px 22px 28px;
  }

  .nara-section {
    padding: 12px;
  }

  .nara-visual {
    height: 206px;
    border-radius: 22px;
  }

  .nara-panel {
    margin: -30px 7px 0;
    padding: 21px 17px 20px;
    border-radius: 21px;
  }

  .section-number {
    margin-bottom: 9px;
    font-size: 0.58rem;
  }

  .nara-section h2 {
    max-width: 12em;
    font-size: 1.08rem;
    line-height: 1.28;
  }

  body[data-lang="en"] #nara-section-title {
    font-size: 0.8rem;
  }

  body[data-lang="ja"] #nara-section-title {
    font-size: 0.94rem;
  }

  .nara-section p:not(.eyebrow, .section-number) {
    margin-top: 14px;
    font-size: 0.7rem;
    line-height: 1.76;
  }

  .nara-facts {
    gap: 6px;
    margin-top: 18px;
  }

  .nara-facts span {
    min-height: 25px;
    padding: 0 9px;
    font-size: 0.58rem;
  }

  .origin-section {
    padding: 24px 12px 20px;
  }

  .section-title p {
    font-size: 0.58rem;
  }

  .section-title h2 {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  body[data-lang="ja"] #kotoka-section-title {
    font-size: 0.92rem;
  }

  .origin-lead {
    margin-top: 14px;
    font-size: 0.7rem;
    line-height: 1.76;
  }

  .origin-notes {
    gap: 8px;
    margin-top: 18px;
  }

  .origin-notes article {
    grid-template-columns: 48px 1fr;
    gap: 6px 10px;
    padding: 12px 12px;
    border-radius: 17px;
  }

  .origin-notes article > span {
    font-size: 0.62rem;
  }

  .origin-notes h3 {
    font-size: 0.82rem;
  }

  .origin-notes p {
    margin-top: 5px;
    font-size: 0.62rem;
    line-height: 1.58;
  }

  .lead {
    font-size: 0.94rem;
  }

  .sublead {
    margin-top: 18px;
    font-size: 0.74rem;
  }

  .story-card h2,
  .product-sheet h2 {
    font-size: 1.06rem;
  }

  .purchase-dock {
    padding: 7px 16px 14px;
  }

  .purchase-dock a,
  .purchase-status {
    min-height: 46px;
    gap: 8px;
    font-size: 0.72rem;
  }

  .purchase-mark {
    width: 28px;
    height: 28px;
  }

  .purchase-mark::before {
    height: 14px;
  }

  .purchase-mark::after {
    width: 14px;
  }

  .purchase-mark span::before {
    height: 8px;
  }

  .purchase-mark span::after {
    width: 8px;
  }

  .purchase-text {
    gap: 0;
  }

  .purchase-text strong {
    font-size: 0.78rem;
  }

  .purchase-text small {
    font-size: 0.46rem;
    letter-spacing: 0.14em;
  }

  .cart-icon {
    width: 15px;
    height: 16px;
    border-width: 1.5px;
  }

  .cart-icon::before {
    top: -8px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-width: 1.5px;
  }
}

@media (max-width: 390px) {
  .phone-frame {
    width: calc(100dvw - 30px);
    height: auto;
  }

  .hero-panel,
  .hero-panel img {
    min-height: 535px;
    height: 535px;
  }

  .hero-copy {
    left: 16px;
    max-width: 82%;
  }

  h1 {
    font-size: 1.18rem;
  }

  .lead {
    font-size: 0.88rem;
  }
}
