/* =========================
   Brand Story Page
========================= */

/* Luxurious Roman — letter-spacing scales with font-size for readability */
body.story-page .story-intro__title,
body.story-page .story-demand__title,
body.story-page .story-system__catchline,
body.story-page .story-connect__title,
body.story-page .story-promise__title,
body.story-page .story-assurance__bottom-copy {
  letter-spacing: 0.035em;
}

/* =========================
   FV
========================= */

/* FV — mobile: fixed ratio (Figma 1440×685). Desktop: full viewport */
.story-fv {
  position: relative;
  width: 100%;
  height: clamp(320px, 47.57vw, 685px);
  overflow: hidden;
  box-sizing: border-box;
}

.story-fv__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.story-fv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Tablet / desktop: header + FV = exactly one viewport (body padding-top: 93px) */
@media (min-width: 769px) {
  .story-fv {
    --story-header-offset: 93px;
    min-height: calc(100vh - var(--story-header-offset));
    min-height: calc(100svh - var(--story-header-offset));
    height: calc(100vh - var(--story-header-offset));
    height: calc(100svh - var(--story-header-offset));
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .story-fv__bg {
    object-position: center 42%;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .story-fv__bg {
    object-position: center 40%;
  }
}

@media (min-width: 1440px) and (max-width: 1979px) {
  .story-fv__bg {
    object-position: center center;
  }
}

@media (min-width: 1980px) {
  .story-fv__bg {
    object-position: center 38%;
  }
}

.story-fv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

.story-fv__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 117px;
  flex-shrink: 0;
  pointer-events: auto;
}

.story-fv__logo-wrap {
  position: relative;
  width: 107px;
  height: 99px;
  flex-shrink: 0;
  overflow: hidden;
}

.story-fv__logo {
  position: absolute;
  width: 97.48%;
  height: 104.21%;
  max-width: none;
  left: 1.76%;
  top: 0;
  object-fit: contain;
}

.story-fv__title {
  margin: 0;
  width: min-content;
  min-width: 120%;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2.21px;
  color: #fff;
  text-align: center;
  word-break: break-word;
}

/* =========================
   Intro
========================= */

.story-intro {
  background: #e8e2d5;
  padding: 117px 93px 121px;
  box-sizing: border-box;
}

.story-intro__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 85px;
  max-width: 1400px;
  margin: 0 auto;
}

body.story-page .story-intro__title {
  flex: 0 0 365px;
  width: 365px;
  margin: 0;
  font-family: 'Luxurious Roman', 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  line-height: 57px;
  color: #000;
  text-align: left;
  word-break: break-word;
}

.story-intro__visual {
  flex: 0 0 auto;
  margin: 0;
}

.story-intro__visual-img {
  display: block;
  width: 355px;
  height: auto;
  max-width: 100%;
}

.story-intro__body {
  flex: 0 0 365px;
  width: 365px;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  word-break: break-word;
}

.story-intro__body p {
  margin: 0;
}

.story-intro__body p + p {
  margin-top: 0;
}

/* =========================
   Demand
========================= */

.story-demand {
  position: relative;
  z-index: 1;
  background: #1c2b1e;
  padding: 100px 20px;
  box-sizing: border-box;
  color: #fff;
}

.story-demand__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 75px;
  max-width: 1200px;
  margin: 0 auto;
}

.story-demand__content {
  flex: 0 1 572px;
  width: 100%;
  max-width: 572px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.story-demand__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.story-page .story-demand__title {
  margin: 0;
  font-family: 'Luxurious Roman', 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: left;
  word-break: break-word;
}

.story-demand__lead,
.story-demand__closing {
  margin: 0;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  word-break: break-word;
}

.story-demand__issues {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.story-demand__issue {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.story-demand__issue-title {
  margin: 0;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.story-demand__issue-desc {
  margin: 0;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  word-break: break-word;
}

.story-demand__divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.story-demand__visual {
  flex: 0 0 auto;
  margin: 0;
}

.story-demand__visual-img {
  display: block;
  width: 513px;
  max-width: 100%;
  height: auto;
}

/* =========================
   System
========================= */

.story-system-group {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.story-system__kanji {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 3;
}

.story-system__kanji--matsu {
  left: 0;
  top: 60px;
  width: clamp(160px, 18vw, 280px);
  transform: translateY(-42%);
}

.story-system__kanji--cha {
  right: 0;
  top: 67%;
  width: clamp(180px, 20vw, 320px);
  transform: translateY(-38%);
}

.story-system {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 585px;
  overflow: hidden;
  isolation: isolate;
}

.story-system__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.story-system__bg {
  position: absolute;
  width: 100.06%;
  height: 164.27%;
  max-width: none;
  left: -0.03%;
  top: -6.84%;
  object-fit: cover;
}

.story-system__overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 11, 9, 0.7);
  z-index: 1;
}

.story-system__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 67px;
  max-width: 900px;
  padding: 80px 24px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

body.story-page .story-system__catchline {
  margin: 0;
  font-family: 'Luxurious Roman', 'Times New Roman', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.story-system__subtext {
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.44px;
  color: #fff;
}

.story-system__subtext p {
  margin: 0;
}

/* =========================
   Connection
========================= */

.story-connect {
  background: #fbf8f4;
}

.story-connect__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.story-connect__panel {
  position: relative;
  min-height: 721px;
  overflow: hidden;
}

.story-connect__panel--01-text {
  background: #4a6649;
}

.story-connect__panel-bg {
  position: absolute;
  inset: 0;
  opacity: 0.4;
}

.story-connect__panel-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-connect__content {
  position: relative;
  z-index: 1;
  max-width: 522px;
  margin: 0 auto;
}

.story-connect__content--light {
  color: #fff;
  padding: 184px 40px;
}

.story-connect__content--dark {
  color: #243d2c;
  padding: 226px 40px;
}

.story-connect__heading-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 52px;
}

.story-connect__number {
  font-family: 'Fondamento', serif;
  font-size: 72px;
  line-height: 1;
}

.story-connect__content--light .story-connect__number {
  color: rgba(255, 255, 255, 0.6);
}

.story-connect__content--dark .story-connect__number {
  color: #243d2c;
}

body.story-page .story-connect__title {
  margin: 0;
  font-family: 'Luxurious Roman', 'Times New Roman', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.story-connect__content--light .story-connect__title {
  color: #fff;
}

.story-connect__content--dark .story-connect__title {
  color: #243d2c;
}

.story-connect__text {
  margin: 0;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.story-connect__text + .story-connect__text {
  margin-top: 22px;
}

.story-connect__panel--01-visual {
  background: #fbf8f4;
  padding: 97px 88px 77px;
  box-sizing: border-box;
}

.story-connect__collage--01 {
  position: relative;
  width: min(545px, 100%);
  height: 544px;
  margin: 0 auto;
}

.story-connect__photo {
  margin: 0;
}

.story-connect__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-connect__photo--01-main {
  position: absolute;
  width: min(390px, 72%);
  height: min(462px, 85%);
  right: 0;
  top: 0;
}

.story-connect__photo--01-sub {
  position: absolute;
  width: min(246px, 46%);
  height: min(304px, 56%);
  left: 0;
  bottom: 0;
}

.story-connect__panel--02-visual {
  background: #fbf8f4;
  padding: 104px 137px;
  box-sizing: border-box;
}

.story-connect__collage--02 {
  position: relative;
  width: min(447px, 100%);
  height: 513px;
  margin: 0 auto;
}

.story-connect__photo--02-main {
  position: absolute;
  width: min(396px, 88.6%);
  aspect-ratio: 319 / 302;
  left: 0;
  top: 0;
}

.story-connect__photo--02-sub {
  position: absolute;
  width: min(226px, 50.5%);
  height: min(276px, 53.8%);
  right: 0;
  bottom: 0;
}

.story-connect__panel--02-text {
  background: #e8e2d5;
}

.story-connect__powder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 297px;
  pointer-events: none;
}

.story-connect__powder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(180deg) scaleY(-1);
  transform-origin: center;
  opacity: 0.95;
}

/* =========================
   Promise
========================= */

.story-promise {
  position: relative;
  padding: 97px 130px;
  box-sizing: border-box;
  overflow: hidden;
}

.story-promise__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 539px;
  overflow: hidden;
}

.story-promise__bg-img {
  position: absolute;
  width: 106.99%;
  height: 191.05%;
  max-width: none;
  left: -3.32%;
  top: -80.17%;
  object-fit: cover;
}

.story-promise__overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 43, 30, 0.86);
}

.story-promise__base {
  position: absolute;
  left: 0;
  right: 0;
  top: 539px;
  height: 300px;
  background: #fbf8f4;
}

.story-promise__inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}

.story-promise__header {
  max-width: 576px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  color: #fff;
}

body.story-page .story-promise__title {
  margin: 0;
  font-family: 'Luxurious Roman', 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.story-promise__lead {
  margin: 0;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0.44px;
  color: #fff;
}

.story-promise__visual {
  margin: 0;
  width: 100%;
  max-width: 2048px;
  overflow: visible;
}

.story-promise__visual img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
  display: block;
}

/* =========================
   Buyer Assurance
========================= */

.story-assurance {
  background: #fbf8f4;
}

.story-assurance__top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px;
  box-sizing: border-box;
}

.story-assurance__rows {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.story-assurance__row {
  display: grid;
  grid-template-columns: minmax(0, 499px) 49px minmax(0, 499px);
  column-gap: 61px;
  align-items: center;
  justify-content: center;
}

.story-assurance__item {
  display: grid;
  grid-template-columns: 103px minmax(0, 351px);
  gap: 45px;
  align-items: center;
  min-width: 0;
}

.story-assurance__line {
  width: 49px;
  height: 1px;
  background: rgba(36, 61, 44, 0.6);
}

.story-assurance__num {
  font-family: 'Fondamento', serif;
  font-size: 104px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  letter-spacing: 5.2px;
}

.story-assurance__photo {
  margin: 0;
  width: 351px;
  max-width: 351px;
  aspect-ratio: 351 / 228;
  overflow: hidden;
}

.story-assurance__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.story-page .story-assurance__heading {
  margin: 0 0 23px;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-align: left;
}

.story-assurance__desc {
  margin: 0;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.story-assurance__desc + .story-assurance__desc {
  margin-top: 19px;
}

.story-assurance__bottom {
  position: relative;
  height: 664px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 195px;
  box-sizing: border-box;
  overflow: hidden;
}

.story-assurance__bottom-media {
  position: absolute;
  inset: 0;
}

.story-assurance__bottom-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.story-page .story-assurance__bottom-copy {
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: 'Luxurious Roman', 'Times New Roman', serif;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

/* =========================
   Mission
========================= */

.story-mission {
  position: relative;
  overflow: hidden;
  padding: 78px 118px;
  box-sizing: border-box;
}

.story-mission__media {
  position: absolute;
  inset: 0;
}

.story-mission__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-mission__overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 43, 30, 0.58);
}

.story-mission__inner {
  position: relative;
  z-index: 1;
  max-width: 1147px;
  margin: 0 auto;
  min-height: 1718px;
}

.story-mission__text {
  width: min(647px, 100%);
  margin: 0 auto;
  color: #fff;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  margin-top: 32px;
  letter-spacing: 0.44px;
}

.story-mission__text p {
  margin: 0;
}

.story-mission__text p + p {
  margin-top: 22px;
}

.story-mission__map {
  margin: -140px auto 0;
  width: min(1147px, 100%);
}

.story-mission__map img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   Buyer Gallery
========================= */

.story-gallery {
  position: relative;
  background: #0d4034;
  padding: 130px 0 130px;
  overflow: hidden;
}

.story-gallery__marquee {
  display: flex;
  width: max-content;
  gap:6px;
}

.story-gallery__marquee + .story-gallery__marquee {
  margin-top: 19px;
}

.story-gallery__track {
  display: flex;
  gap:6px;
  flex-shrink: 0;
}

.story-gallery__item {
  width: 297px;
  height: 178px;
  object-fit: cover;
  display: block;
}

.story-gallery__marquee--top {
  animation: storyGalleryLeft 38s linear infinite;
}

.story-gallery__marquee--bottom {
  animation: storyGalleryRight 34s linear infinite;
}

.story-gallery__main {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: min(398px, calc(100% - 32px));
  aspect-ratio: 423 / 576;
  z-index: 2;
  overflow: hidden;
}

.story-gallery__copy {
  margin: 0;
  position: absolute;
  top: 56px;
  left: 26px;
  right: 26px;
  z-index: 1;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
}

.story-gallery__main-image {
  display: block;
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center center;
}

@keyframes storyGalleryLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes storyGalleryRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* =========================
   Final CTA
========================= */

.story-cta {
  background: #e8e2d5;
}

.story-cta__row {
  position: relative;
  isolation: isolate;
  height: 208px;
  padding: 87px 40px 70px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: #000;
  text-decoration: none;
}

.story-cta__row--consult {
  background: #e8e2d5;
}

.story-cta__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.story-cta__half {
  position: relative;
  isolation: isolate;
  min-height: 208px;
  padding: 76px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: #fff;
  text-decoration: none;
}

.story-cta__half--tour {
  background: #1c2b1e;
}

.story-cta__half--catalog {
  background: #4a6649;
}

.story-cta__row,
.story-cta__half {
  overflow: hidden;
  transition: color 0.3s ease;
}

.story-cta__row::before,
.story-cta__half::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cta-hover-bg, transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.38s ease;
  z-index: -1;
}

.story-cta__row > *,
.story-cta__half > * {
  position: relative;
  z-index: 1;
}

.story-cta__icon,
.story-cta__arrow {
  transition: filter 0.25s ease;
}

.story-cta__icon-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-cta__icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 56px;
  max-height: 56px;
}

.story-cta__label {
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.story-cta__arrow-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.story-cta__arrow-wrap--long {
  width: 44px;
}

.story-cta__arrow-wrap:not(.story-cta__arrow-wrap--long) {
  width: 44px;
}

.story-cta__arrow {
  width: 100%;
  height: auto;
  display: block;
}

.story-cta__row.is-pending {
  cursor: default;
}

/* 上段：ベージュ → 濃い緑（ピンク不使用） */
.story-cta__row--consult:hover {
  color: #fff;
}

.story-cta__row--consult:hover .story-cta__icon,
.story-cta__row--consult:hover .story-cta__arrow {
  filter: brightness(0) invert(1);
}

/* 下段：通常時より明るく／暗くして区別 */
.story-cta__half--tour:hover {
  color: #fff;
}

.story-cta__half--catalog:hover {
  color: #fff;
}

.story-cta__row--consult {
  --cta-hover-bg: #1c2b1e;
}

.story-cta__half--tour {
  --cta-hover-bg: #5a7560;
}

.story-cta__half--catalog {
  --cta-hover-bg: #364f3f;
}

.story-cta__row:hover::before,
.story-cta__half:hover::before {
  transform: scaleX(1);
}

/* =========================
   Main (shell)
========================= */

body.story-page .story-main {
  background: #fff;
  overflow: visible;
}

.story-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.story-block {
  min-height: 1px;
}

.story-block + .story-block {
  margin-top: 64px;
}

@media (max-width: 1100px) {
  body.story-page .story-main {
    overflow-x: clip;
  }

  .story-cta__row {
    height: auto;
    padding: 56px 24px;
  }

  .story-cta__half {
    min-height: 180px;
    padding: 56px 24px;
    gap: 24px;
  }

  .story-cta__label {
    font-size: 20px;
    letter-spacing: 0.6px;
  }

  .story-gallery {
    padding: 150px 0 126px;
  }

  .story-gallery__item {
    width: 250px;
    height: 150px;
  }

  .story-gallery__main {
    width: min(380px, calc(100% - 32px));
  }

  .story-gallery__copy {
    top: 44px;
    left: 22px;
    right: 22px;
    font-size: 26px;
  }

  .story-mission {
    padding: 64px 40px;
  }

  .story-mission__text {
    font-size: 20px;
    line-height: 1.8;
  }

  .story-mission__inner {
    min-height: auto;
  }

  .story-mission__map {
    margin-top: 72px;
  }

  .story-assurance__bottom {
    height: 540px;
    padding-bottom: 150px;
  }

  body.story-page .story-assurance__bottom-copy {
    font-size: 34px;
  }

  .story-promise {
    padding: 72px 40px 80px;
  }

  .story-promise__bg {
    height: 480px;
  }

  .story-promise__base {
    top: 480px;
  }

  .story-promise__inner {
    gap: 40px;
  }

  body.story-page .story-promise__title {
    font-size: 30px;
  }

  .story-promise__lead {
    font-size: 26px;
  }

  .story-promise__visual {
    max-width: 100%;
  }

  /* Tablet: keep 2-column connect panels */
  .story-connect__panel {
    min-height: clamp(480px, 65vh, 581px);
  }

  .story-connect__content--light,
  .story-connect__content--dark {
    padding: clamp(72px, 10vw, 160px) clamp(24px, 4vw, 40px);
  }

  .story-connect__heading-wrap {
    margin-bottom: clamp(28px, 4vw, 52px);
  }

  .story-connect__panel--01-visual,
  .story-connect__panel--02-visual {
    padding: clamp(40px, 6vw, 88px) clamp(20px, 4vw, 72px);
  }

  .story-connect__collage--01 {
    width: min(100%, 545px);
    height: clamp(320px, 42vw, 480px);
  }

  .story-connect__collage--02 {
    width: min(100%, 447px);
    height: clamp(300px, 40vw, 460px);
  }

  .story-connect__powder {
    height: clamp(160px, 22vw, 297px);
  }

  body.story-page .story-system__catchline {
    white-space: normal;
    font-size: 34px;
    line-height: 1.5;
  }

  .story-system__subtext {
    font-size: 18px;
  }

  .story-system__inner {
    gap: 40px;
  }

  .story-system__kanji--matsu {
    width: clamp(120px, 22vw, 280px);
    transform: translateY(-38%);
  }

  .story-system__kanji--cha {
    width: clamp(130px, 24vw, 270px);
    transform: translateY(-35%);
  }

  .story-demand {
    padding: 104px clamp(54px, 4vw, 40px);
  }

  .story-demand__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: clamp(50px, 26vw, 55px);
  }

  .story-demand__visual {
    flex: initial;
    margin: 0;
  }

  .story-demand__visual-img {
    width: min(100%, clamp(320px, 42vw, 480px));
  }

  .story-intro {
    padding: clamp(64px, 8vw, 100px) clamp(28px, 5vw, 64px) clamp(72px, 9vw, 100px);
  }

  .story-intro__inner {
    gap: clamp(32px, 6vw, 85px);
  }

  body.story-page .story-intro__title {
    flex: 0 1 clamp(220px, 30vw, 365px);
    width: auto;
    max-width: none;
    margin: 0;
    text-align: left;
    font-size: clamp(30px, 2.6vw, 42px);
    line-height: 1.35;
  }

  .story-intro__body {
    flex: 0 1 clamp(220px, 30vw, 365px);
    width: auto;
    max-width: none;
    margin: 0;
  }

  .story-intro__visual-img {
    width: clamp(240px, 32vw, 355px);
  }
}

/* Buyer Assurance: fluid images from 1000px down */
@media (max-width: 1000px) {
  .story-assurance__top {
    padding: 64px clamp(24px, 4vw, 48px);
  }

  .story-assurance__rows {
    gap: clamp(24px, 4vw, 33px);
  }

  .story-assurance__row {
    grid-template-columns: minmax(0, 1fr) clamp(16px, 2.5vw, 40px) minmax(0, 1fr);
    column-gap: clamp(20px, 3.5vw, 48px);
  }

  .story-assurance__item {
    grid-template-columns: clamp(52px, 7vw, 90px) minmax(0, 1fr);
    gap: clamp(12px, 2vw, 32px);
    width: 100%;
    min-width: 0;
  }

  .story-assurance__photo {
    width: 100%;
    max-width: none;
    aspect-ratio: 351 / 228;
  }

  .story-assurance__num {
    font-size: clamp(64px, 8vw, 92px);
    letter-spacing: clamp(2px, 0.35vw, 4px);
  }
}

@media (max-width: 768px) {
  .story-cta__split {
    grid-template-columns: 1fr;
  }

  .story-cta__row,
  .story-cta__half {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 96px;
    height: auto;
    padding: 28px 20px;
    box-sizing: border-box;
  }

  .story-cta__icon-wrap {
    flex: 0 0 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .story-cta__label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 18px;
    white-space: normal;
  }

  .story-cta__arrow-wrap,
  .story-cta__arrow-wrap--long {
    flex: 0 0 44px;
    width: 44px;
    margin-left: auto;
  }

  .story-intro {
    padding: 56px 20px 64px;
  }

  .story-intro__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }

  body.story-page .story-intro__title {
    flex: none;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 1.35;
  }

  .story-intro__visual {
    display: flex;
    justify-content: center;
  }

  .story-intro__body {
    flex: none;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .story-demand__inner {
    flex-direction: column;
    gap: 48px;
  }

  .story-demand__content {
    order: 2;
    max-width: 572px;
    margin: 0 auto;
  }

  .story-demand__visual {
    order: 1;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .story-demand__visual-img {
    width: min(100%, 400px);
  }

  .story-connect__row {
    grid-template-columns: 1fr;
  }

  .story-connect__panel {
    min-height: auto;
  }

  .story-gallery {
    padding: 120px 0 56px;
  }

  .story-gallery__item {
    width: 210px;
    height: 126px;
  }

  .story-gallery__marquee--top {
    animation-duration: 28s;
  }

  .story-gallery__marquee--bottom {
    animation-duration: 25s;
  }

  .story-gallery__main {
    top: 56px;
    width: min(240px, 66%);
  }

  .story-gallery__copy {
    top: 30px;
    left: 18px;
    right: 18px;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }

  .story-mission {
    padding: 56px 20px;
  }

  .story-mission__text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.2px;
  }

  .story-mission__text p + p {
    margin-top: 16px;
  }

  .story-mission__inner {
    min-height: auto;
  }

  .story-mission__map {
    margin-top: 48px;
  }

  .story-assurance__top {
    padding: 48px 20px;
  }

  .story-assurance__rows {
    gap: 64px;
  }

  .story-assurance__row {
    grid-template-columns: 1fr;
    row-gap: 16px;
    align-items: start;
  }

  .story-assurance__line {
    display: none;
  }

  .story-assurance__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    min-width: 0;
  }

  .story-assurance__num {
    font-size: 64px;
    letter-spacing: 2px;
  }

  .story-assurance__photo {
    width: 100%;
    max-width: none;
  }

  .story-assurance__desc + .story-assurance__desc {
    margin-top: 14px;
  }

  .story-assurance__bottom {
    height: 420px;
    padding: 0 20px 98px;
  }

  body.story-page .story-assurance__bottom-copy {
    font-size: 30px;
    line-height: 1.25;
  }

  .story-promise {
    padding: 56px 20px 64px;
  }

  .story-promise__bg {
    height: 430px;
  }

  .story-promise__base {
    top: 430px;
  }

  .story-promise__header {
    gap: 20px;
  }

  body.story-page .story-promise__title {
    font-size: 28px;
  }

  .story-promise__lead {
    font-size: 20px;
    line-height: 1.4;
  }

  .story-promise__visual {
    max-width: 100%;
  }

  .story-connect__content--light,
  .story-connect__content--dark {
    padding: 72px 20px;
  }

  .story-connect__heading-wrap {
    gap: 18px;
    margin-bottom: 24px;
  }

  .story-connect__number {
    font-size: 52px;
  }

  body.story-page .story-connect__title {
    font-size: 22px;
    line-height: 1.5;
  }

  .story-connect__text {
    font-size: 15px;
  }

  .story-connect__panel--01-visual,
  .story-connect__panel--02-visual {
    padding: 40px 20px;
  }

  /* Smartphone only: row 01 を 画像 -> テキスト の順にする */
  .story-connect__row--one .story-connect__panel--01-visual {
    order: 1;
  }

  .story-connect__row--one .story-connect__panel--01-text {
    order: 2;
  }

  .story-connect__collage--01,
  .story-connect__collage--02 {
    height: 340px;
  }

  .story-connect__collage--02 {
    height: 380px;
  }

  .story-connect__photo--02-sub {
    width: 48%;
    height: 62%;
  }

  .story-connect__photo--02-sub img {
    object-position: center top;
  }

  .story-connect__powder {
    height: 160px;
  }

  .story-fv {
    height: clamp(440px, 47.57vw, 685px);
    min-height: 0;
  }

  .story-fv__bg {
    object-position: center center;
  }

  .story-fv__brand {
    width: clamp(90px, 32vw, 117px);
  }

  .story-fv__logo-wrap {
    width: clamp(82px, 29vw, 107px);
    height: clamp(76px, 27vw, 99px);
  }

  .story-fv__title {
    font-size: clamp(16px, 4.8vw, 18px);
    letter-spacing: 0.18px;
  }

  .story-system {
    min-height: 420px;
  }

  .story-system__inner {
    gap: 32px;
    padding: 64px 20px;
  }

  body.story-page .story-system__catchline {
    font-size: 28px;
    line-height: 1.45;
  }

  .story-system__subtext {
    font-size: 16px;
    letter-spacing: 0.2px;
  }

  .story-system__kanji--matsu {
    width: 100px;
    transform: translateY(-35%);
  }

  .story-system__kanji--cha {
    width: 110px;
    right: -8px;
    transform: translateY(-32%);
  }

  .story-demand {
    padding: 56px 20px;
  }

  .story-demand__inner {
    gap: 40px;
  }

  .story-demand__content {
    gap: 40px;
  }

  body.story-page .story-demand__title {
    font-size: 22px;
  }

  .story-demand__visual-img {
    width: min(100%, 320px);
  }

  .story-intro {
    padding: 56px 20px 64px;
  }

  .story-intro__inner {
    gap: 40px;
  }

  body.story-page .story-intro__title {
    max-width: none;
    font-size: 30px;
    line-height: 1.35;
  }

  .story-intro__visual-img {
    width: min(100%, 280px);
  }

  .story-intro__body {
    max-width: none;
    font-size: 14px;
    line-height: 1.55;
    padding: 0px 8px 0px 20px;
  }

  .story-container {
    padding: 48px 16px;
  }

  .story-block + .story-block {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .story-cta__row,
  .story-cta__half {
    gap: 18px;
    min-height: 88px;
    padding: 24px 16px;
  }

  .story-cta__icon-wrap {
    flex: 0 0 32px;
    width: 32px;
  }

  .story-cta__icon {
    max-width: 32px;
    max-height: 32px;
  }

  .story-cta__label {
    font-size: 14px;
    letter-spacing: 0.2px;
  }

  .story-gallery {
    padding: 64px 0 66px;
  }

  .story-gallery__item {
    width: 168px;
    height: 100px;
  }

  .story-gallery__main {
    top: 44px;
    width: min(190px, 62%);
  }

  .story-gallery__copy {
    top: 18px;
    left: 15px;
    right: 14px;
    font-size: 13px;
    line-height: 1.3;
  }

  .story-mission {
    padding: 48px 16px;
  }

  .story-mission__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .story-mission__map {
    margin-top: 2px;
  }

  .story-assurance__top {
    padding: 40px 16px;
  }

  .story-assurance__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .story-assurance__num {
    font-size: 52px;
    letter-spacing: 1px;
  }

  body.story-page .story-assurance__heading {
    font-size: 13px;
  }

  .story-assurance__desc {
    font-size: 13px;
  }

  .story-assurance__bottom {
    height: 340px;
    padding: 0 16px 74px;
  }

  body.story-page .story-assurance__bottom-copy {
    font-size: 22px;
  }

  .story-promise {
    padding: 48px 16px 56px;
  }

  .story-promise__bg {
    height: 390px;
  }

  .story-promise__base {
    top: 390px;
  }

  .story-promise__inner {
    gap: 28px;
  }

  body.story-page .story-promise__title {
    font-size: 24px;
  }

  .story-promise__lead {
    font-size: 16px;
    letter-spacing: 0.2px;
  }

  .story-promise__visual {
    max-width: 100%;
  }

  .story-connect__content--light,
  .story-connect__content--dark {
    padding: 56px 16px;
  }

  .story-connect__heading-wrap {
    gap: 12px;
  }

  .story-connect__number {
    font-size: 44px;
  }

  body.story-page .story-connect__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .story-connect__text {
    font-size: 14px;
  }

  .story-connect__collage--01,
  .story-connect__collage--02 {
    height: 280px;
  }

  .story-connect__collage--02 {
    height: 320px;
  }

  .story-connect__photo--01-main {
    width: 68%;
    height: 78%;
  }

  .story-connect__photo--01-sub {
    width: 42%;
    height: 50%;
  }

  .story-connect__photo--02-main {
    width: 82%;
  }

  .story-connect__photo--02-sub {
    width: 48%;
    height: 58%;
  }

  .story-connect__photo--02-sub img {
    object-position: center 12%;
  }

  .story-connect__powder {
    height: 130px;
  }

  .story-system {
    min-height: 360px;
  }

  .story-system__inner {
    padding: 48px 10px;
    gap: 24px;
  }

  body.story-page .story-system__catchline {
    font-size: 24px;
  }

  .story-system__subtext {
    font-size: 14px;
  }

  .story-system__kanji--matsu {
    width: 130px;
    transform: translateY(-30%);
    top: 20px;
  }

  .story-system__kanji--cha {
    width: 140px;
    top: 280px;
  }

  .story-demand {
    padding: 78px 26px;
  }

  .story-demand__content {
    gap: 32px;
  }

  body.story-page .story-demand__title {
    font-size: 20px;
  }

  .story-demand__visual-img {
    width: min(100%, 280px);
  }

  .story-intro {
    padding: 48px 16px 56px;
  }

  .story-intro__inner {
    gap: 32px;
  }

  body.story-page .story-intro__title {
    font-size: 26px;
  }

  .story-intro__visual-img {
    width: min(100%, 240px);
  }
}
