:root {
  --km-bg: #f8f5f1;
  --km-white: #ffffff;
  --km-text: #4b4139;
  --km-sub: #786f68;
  --km-line: #ece5dc;
  --km-soft-blue: #edf8f8;
  --km-soft-mint: #f3fbfa;
  --km-soft-pink: #faedf2;
  --km-soft-cream: #f7f2e9;
  --km-brown: #4d3c31;
  --km-gold: #c7a462;
  --km-pink: #ea8bb3;
  --km-cyan: #6cd0d4;
  --km-grad: linear-gradient(90deg, #eb8ab2 0%, #6ad0d4 100%);
  --km-shadow: 0 14px 40px rgba(88, 67, 51, 0.08);
  --km-radius: 24px;
  --km-shell: 1120px;
}

body.kamone-page {
  background: var(--km-bg);
  color: var(--km-text);
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.9;
}

body.kamone-page img {
  max-width: 100%;
  display: block;
}

/* 英字だけJosefin Sans */
.en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
}
body.kamone-page .en {
  display: inline-block;
  background: linear-gradient(90deg, #f3a6c5 0%, #d1a7d8 30%, #a8c0e8 65%, #7fd6d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.brand-title .en {
  background: linear-gradient(90deg, #e7a4b8, #c3a6c8, #9fb6d6, #79c6cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.en-kamone:hover {
  filter: brightness(1.1);
  transition: 0.3s;
}
.en-kamone {
  text-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.km-shell {
  width: min(var(--km-shell), calc(100% - 48px));
  margin: 0 auto;
}

.km-breadcrumb {
  padding-top: 28px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #a89e94;
}

.km-breadcrumb span {
  margin: 0 8px;
}

.km-eyebrow,
.km-kicker,
.km-gradient-btn,
.km-outline-btn,
.km-gold-btn,
.km-product-card__meta strong {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.06em;
}

.km-eyebrow,
.km-kicker {
  font-size: 12px;
  color: var(--km-cyan);
  text-transform: none;
}

.km-kicker--pink {
  color: var(--km-pink);
}

.km-section-head {
  margin-bottom: 34px;
}

.km-section-head--center {
  text-align: center;
}

.km-section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3.2vw, 35px);
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: var(--km-brown);
}

.km-section-text,
.km-story__text p,
.km-hero__lead {
  font-size: 14px;
  color: var(--km-sub);
  line-height: 2.25;
  letter-spacing: 0.03em;
}

.km-section-text {
  max-width: 760px;
  margin: 16px auto 0;
}

.km-section-text--left {
  margin-left: 0;
  margin-right: 0;
}

/* ========================================
   Kamone Hero - Simple Visual
======================================== */
.km-hero--simple {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background: #f3ede4;
}

.km-hero--simple .km-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.km-hero--simple .km-hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.km-hero--simple .km-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(248, 241, 232, 0.9) 0%,
      rgba(248, 241, 232, 0.82) 22%,
      rgba(248, 241, 232, 0.56) 42%,
      rgba(248, 241, 232, 0.18) 62%,
      rgba(248, 241, 232, 0.08) 100%
    );
}

.km-hero--simple .km-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.km-hero--simple .km-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 92vh;
  padding: 26px 0 120px;
}

.km-hero--simple .km-breadcrumb {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #8f8174;
  margin-bottom: 56px;
}

.km-hero--simple .km-breadcrumb span {
  margin: 0 6px;
  opacity: 0.6;
}

.km-hero--simple .km-hero__content {
  max-width: 560px;
  padding-top: 0;
}

.km-hero--simple .km-hero__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  font-size: 11px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b08f52;
}

.km-hero--simple .km-hero__logo-wrap {
  margin-bottom: 24px;
}

.km-hero--simple .km-hero__logo {
  width: 30vw;
  max-width: 80%;
  height: auto;
  display: block;
}

.km-hero--simple .km-hero__title {
  margin: 0 0 22px;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #4b3427;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.km-hero--simple .km-hero__title span {
  display: inline-block;
  margin-left: 0.08em;
  background: linear-gradient(90deg, #d89ab7 0%, #8ecfd3 55%, #d9c064 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.km-hero--simple .km-hero__lead {
  margin: 0;
  max-width: 500px;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #5a4c40;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18);
}

.km-hero--simple .km-hero__lead .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
}

.km-hero--simple .km-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.km-hero--simple .km-hero__main-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 48px;
  padding: 0 24px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #d99db9 0%, #90d0d4 100%);
  border-radius: 4px;
  box-shadow: 0 14px 30px rgba(136, 103, 88, 0.14);
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}

.km-hero--simple .km-hero__main-link:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  box-shadow: 0 18px 34px rgba(136, 103, 88, 0.2);
}

.km-hero--simple .km-hero__sub-link {
  position: relative;
  display: inline-block;
  color: #785c47;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.km-hero--simple .km-hero__sub-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(120, 92, 71, 0.34);
}

.km-hero--simple .km-hero__sub-link:hover {
  opacity: 0.72;
  transform: translateX(2px);
}

.km-hero--simple .km-hero__bottom-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  line-height: 0;
}

.km-hero--simple .km-hero__bottom-wave svg {
  display: block;
  width: 100%;
  height: 96px;
}

/* fade */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.fade-up--2 {
  transition-delay: 0.18s;
}

.fade-up--3 {
  transition-delay: 0.32s;
}

.fade-up--4 {
  transition-delay: 0.46s;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1024px) {
  .km-hero--simple {
    min-height: 84vh;
  }

  .km-hero--simple .km-hero__inner {
    min-height: 84vh;
    padding-bottom: 96px;
  }

  .km-hero--simple .km-breadcrumb {
    margin-bottom: 36px;
  }

  .km-hero--simple .km-hero__content {
    max-width: 520px;
    padding-top: 22px;
  }

  .km-hero--simple .km-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(248, 241, 232, 0.92) 0%,
        rgba(248, 241, 232, 0.84) 32%,
        rgba(248, 241, 232, 0.52) 58%,
        rgba(248, 241, 232, 0.18) 100%
      );
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-hero--simple {
    min-height: auto;
  }

  .km-hero--simple .km-shell {
    width: min(100% - 24px, 100%);
  }

  .km-hero--simple .km-hero__inner {
    min-height: auto;
    padding: 18px 0 88px;
  }

  .km-hero--simple .km-breadcrumb {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .km-hero--simple .km-hero__content {
    max-width: none;
    padding-top: 26px;
  }

  .km-hero--simple .km-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(248, 241, 232, 0.84) 0%,
        rgba(248, 241, 232, 0.7) 32%,
        rgba(248, 241, 232, 0.44) 62%,
        rgba(248, 241, 232, 0.26) 100%
      );
  }

  .km-hero--simple .km-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .km-hero--simple .km-hero__logo-wrap {
    margin-bottom: 16px;
  }

  .km-hero--simple .km-hero__logo {
    width: 118px;
    max-width: none;
  }

  .km-hero--simple .km-hero__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.55;
    letter-spacing: 0.04em;
  }

  .km-hero--simple .km-hero__lead {
    max-width: none;
    font-size: 13px;
    line-height: 2;
  }

  .km-hero--simple .km-hero__actions {
    margin-top: 22px;
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .km-hero--simple .km-hero__main-link {
    min-width: 160px;
    height: 42px;
    padding: 0 18px;
    font-size: 12px;
    border-radius: 3px;
  }

  .km-hero--simple .km-hero__sub-link {
    font-size: 12px;
  }

  .km-hero--simple .km-hero__bottom-wave svg {
    height: 56px;
  }
}

/* ========================================
   Motion
======================================== */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.fade-up--2 {
  transition-delay: 0.18s;
}

.fade-up--3 {
  transition-delay: 0.32s;
}

.fade-up--4 {
  transition-delay: 0.46s;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.float-slow {
  animation: kmFloatSlow 8.5s ease-in-out infinite;
}

.float-medium {
  animation: kmFloatMedium 7s ease-in-out infinite;
}

.float-fast {
  animation: kmFloatFast 5.8s ease-in-out infinite;
}

.float-medium-reverse {
  animation: kmFloatMediumReverse 7.4s ease-in-out infinite;
}

@keyframes kmFloatSlow {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-10px); }
}

@keyframes kmFloatMedium {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(-14px); }
}

@keyframes kmFloatFast {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-9px); }
}

@keyframes kmFloatMediumReverse {
  0%, 100% { transform: rotate(5deg) translateY(0); }
  50% { transform: rotate(5deg) translateY(12px); }
}

@keyframes kmOrbFloat1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(16px, 22px); }
}

@keyframes kmOrbFloat2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-18px, 18px); }
}

@keyframes kmOrbFloat3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(14px, -18px); }
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1100px) {
  .km-hero__layout {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
  }

  .km-hero__content {
    order: 2;
    text-align: center;
    padding-bottom: 0;
  }

  .km-hero__logo {
    margin: 0 auto;
  }

  .km-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .km-hero__actions {
    justify-content: center;
  }

  .km-hero__visual {
    order: 1;
    min-height: 620px;
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }

  .km-hero__visual-stack {
    min-height: 620px;
  }

  .km-hero__card--main {
    width: 390px;
    right: 50%;
    top: 84px;
    transform: translateX(40%) rotate(-4deg);
  }

  .km-hero__card--sub1 {
    left: 20px;
  }

  .km-hero__card--sub2 {
    right: 14px;
  }

  .km-hero__card--sub3 {
    left: 76px;
  }

  .float-slow {
    animation: kmFloatSlowTablet 8.5s ease-in-out infinite;
  }

  @keyframes kmFloatSlowTablet {
    0%, 100% { transform: translateX(40%) rotate(-4deg) translateY(0); }
    50% { transform: translateX(40%) rotate(-4deg) translateY(-10px); }
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-hero--premium {
    padding: 18px 0 74px;
  }

  .km-hero--premium .km-shell {
    width: min(100% - 24px, 100%);
  }

  .km-breadcrumb {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .km-hero__layout {
    gap: 20px;
  }

  .km-hero__visual {
    min-height: 420px;
  }

  .km-hero__visual-stack {
    min-height: 420px;
  }

  .km-hero__card {
    border-radius: 3px;
  }

  .km-hero__card--main {
    width: 230px;
    top: 84px;
    right: 50%;
    transform: translateX(42%) rotate(-4deg);
  }

  .km-hero__card--sub1 {
    width: 120px;
    top: 10px;
    left: 0;
    transform: rotate(-8deg);
  }

  .km-hero__card--sub2 {
    width: 96px;
    right: 2px;
    top: 20px;
    transform: rotate(7deg);
  }

  .km-hero__card--sub3 {
    width: 130px;
    left: 20px;
    bottom: 8px;
    transform: rotate(5deg);
  }

  .km-hero__stamp {
    width: 78px;
    height: 78px;
    left: 8px;
    bottom: 74px;
  }

  .km-hero__stamp span {
    font-size: 8px;
    line-height: 1.5;
  }

  .km-hero__content {
    text-align: left;
  }

  .km-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .km-hero__logo-wrap {
    margin-bottom: 16px;
  }

  .km-hero__logo {
    width: 120px;
    max-width: none;
    margin: 0;
  }

  .km-hero__title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.58;
    letter-spacing: 0.04em;
  }

  .km-hero__lead {
    font-size: 13px;
    line-height: 2;
  }

  .km-hero__actions {
    margin-top: 22px;
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .km-hero__main-link {
    min-width: 160px;
    height: 42px;
    padding: 0 18px;
    font-size: 12px;
    border-radius: 3px;
  }

  .km-hero__sub-link {
    font-size: 12px;
  }

  .km-hero__scroll {
    margin-top: 10px;
  }

  .km-hero__bottom-wave svg {
    height: 60px;
  }

  .float-slow {
    animation: kmFloatSlowMobile 8.5s ease-in-out infinite;
  }

  @keyframes kmFloatSlowMobile {
    0%, 100% { transform: translateX(42%) rotate(-4deg) translateY(0); }
    50% { transform: translateX(42%) rotate(-4deg) translateY(-8px); }
  }

  @keyframes kmFloatMedium {
    0%, 100% { transform: rotate(-8deg) translateY(0); }
    50% { transform: rotate(-8deg) translateY(-8px); }
  }

  @keyframes kmFloatFast {
    0%, 100% { transform: rotate(7deg) translateY(0); }
    50% { transform: rotate(7deg) translateY(-6px); }
  }

  @keyframes kmFloatMediumReverse {
    0%, 100% { transform: rotate(5deg) translateY(0); }
    50% { transform: rotate(5deg) translateY(8px); }
  }
}

/* ========================================
   animation
======================================== */
.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up--2 {
  transition-delay: 0.18s;
}

.fade-up--3 {
  transition-delay: 0.32s;
}

.fade-up--4 {
  transition-delay: 0.46s;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1024px) {
  .km-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
  }

  .km-hero__content {
    order: 2;
    text-align: center;
    padding-top: 0;
  }

  .km-hero__logo {
    margin: 0 auto;
  }

  .km-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .km-hero__actions {
    justify-content: center;
  }

  .km-hero__visual {
    order: 1;
    min-height: 560px;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .km-hero__photo-main {
    right: 50%;
    transform: translateX(50%);
  }

  .km-hero__photo-sub--top {
    left: 24px;
  }

  .km-hero__photo-sub--bottom {
    left: auto;
    right: 26px;
    bottom: 0;
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-hero--renewal {
    padding: 18px 0 42px;
    background:
      linear-gradient(180deg, #f8f4ee 0%, #f4eee5 38%, #eef5f2 100%);
  }

  .km-hero--renewal .km-shell {
    width: min(100% - 24px, 100%);
  }

  .km-breadcrumb {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .km-hero__grid {
    gap: 24px;
  }

  .km-hero__visual {
    min-height: 390px;
  }

  .km-hero__photo-main {
    top: 36px;
    right: 50%;
    transform: translateX(50%);
    width: min(100%, 270px);
    border-radius: 20px;
  }

  .km-hero__photo-sub--top {
    left: 0;
    top: 0;
    width: 120px;
    border-radius: 16px;
  }

  .km-hero__photo-sub--bottom {
    right: 0;
    bottom: 8px;
    width: 110px;
    border-radius: 16px;
  }

  .km-hero__content {
    text-align: left;
  }

  .km-hero__logo-wrap {
    margin-bottom: 18px;
  }

  .km-hero__logo {
    width: 118px;
    max-width: none;
    margin: 0;
  }

  .km-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .km-hero__title {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .km-hero__lead {
    font-size: 13px;
    line-height: 2;
  }

  .km-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
  }

  .km-hero__link-btn {
    min-width: 170px;
    height: 44px;
    padding: 0 20px;
    font-size: 12px;
  }

  .km-hero__sub-link {
    font-size: 12px;
  }

  .km-hero__scroll {
    margin-top: 10px;
  }

  .sp-only {
    display: inline;
  }
}

/* ========================================
   Story Section - wireframe style rebuild
======================================== */
.km-story {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(
    180deg,
    #ebb96e 0%,
    #f0c684 30%,
    #f5d9a8 65%,
    #fbefda 100%
  );
  overflow: hidden;
}

.km-story .km-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.km-story__inner {
  position: relative;
  z-index: 2;
}

.km-story__frame {
  max-width: 1080px;
  margin: 0 auto;
}

/* ---------------------------
   上段タイトル帯
--------------------------- */
.km-story__title-band {
  padding: 28px 36px 24px;
  margin-bottom: 18px;
}

.km-story .km-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b79d6a;
}

.km-story .km-section-title {
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #4b3427;
}

/* ---------------------------
   中段 main
--------------------------- */
.km-story__main {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

.km-story__image-wrap,
.km-story__text-wrap {
  min-width: 0;
}

.km-story__image,
.km-story__text {
  height: 100%;
}

.km-story__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}

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

.km-story__text {
  padding: 34px 34px 30px;
}

.km-story__text p {
  margin: 0;
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: 0.03em;
  color: #5b4d42;
  font-weight: 400;
}

.km-story__text p + p {
  margin-top: 20px;
}

.km-story__text .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
  color: #d19bb6;
}

.km-story__brand {
  color: #8b6a2d;
  font-weight: 700;
}

/* ---------------------------
   下段 brand intro
--------------------------- */
.km-story__brand-box {
  margin-top: 18px;
  border: 1px solid rgba(182, 160, 131, 0.18);
  padding: 28px 34px 30px;
}

.km-story__brand-label {
  margin: 0 0 14px;
  text-align: center;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8f7b66;
}

.km-story__brand-text {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  letter-spacing: 0.03em;
  color: #56493f;
  text-align: left;
}

.km-story__brand-text .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
  color: #d19bb6;
}

/* ---------------------------
   action
--------------------------- */
.km-story__actions {
  max-width: 1080px;
  margin: 20px auto 0;
}

.km-story__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7a5c44;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(122, 92, 68, 0.3);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.km-story__link:hover {
  opacity: 0.72;
  transform: translateX(2px);
}

.km-story__arrow {
  font-size: 14px;
  line-height: 1;
}

/* ---------------------------
   fade
--------------------------- */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up--2 {
  transition-delay: 0.15s;
}

.fade-up--3 {
  transition-delay: 0.28s;
}

.fade-up--4 {
  transition-delay: 0.4s;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1024px) {
  .km-story {
    padding: 90px 0;
  }

  .km-story__title-band {
    padding: 24px 26px 22px;
  }

  .km-story__main {
    grid-template-columns: 1fr;
  }

  .km-story__image {
    min-height: 360px;
  }

  .km-story__text {
    padding: 28px 26px 24px;
  }

  .km-story__brand-box {
    padding: 24px 26px 26px;
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-story {
    padding: 68px 0;
  }

  .km-story .km-shell {
    width: min(100% - 24px, 100%);
  }

  .km-story__title-band {
    padding: 18px 16px 16px;
    margin-bottom: 12px;
  }

  .km-story .km-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .km-story .km-section-title {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .km-story__main {
    gap: 12px;
  }

  .km-story__image {
    min-height: 220px;
  }

  .km-story__text {
    padding: 18px 16px 18px;
  }

  .km-story__text p {
    font-size: 14px;
    line-height: 2;
  }

  .km-story__text p + p {
    margin-top: 14px;
  }

  .km-story__brand-box {
    margin-top: 12px;
    padding: 18px 16px 18px;
  }

  .km-story__brand-label {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .km-story__brand-text {
    font-size: 14px;
    line-height: 1.95;
  }

  .km-story__actions {
    margin-top: 16px;
  }

  .km-story__link {
    font-size: 12px;
  }
}

/* ========================================
   Scene Section - collage motion version
======================================== */
.km-scene {
  position: relative;
  padding: 110px 0;
  background: #f6f1e8;
  overflow: hidden;
}

.km-scene__inner {
  position: relative;
  z-index: 2;
}

.km-scene__layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
}

.km-scene__head {
  margin-bottom: 32px;
}

.km-scene .km-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b79d6a;
}

.km-scene .km-section-title {
  margin: 0 0 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4b3427;
}

.km-scene .km-section-title .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.06em;
}

.km-scene .km-section-text {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #67584d;
}

.km-scene__list {
  display: grid;
  gap: 18px;
}

.km-scene__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid rgba(90, 67, 48, 0.14);
}

.km-scene__item:last-child {
  border-bottom: 1px solid rgba(90, 67, 48, 0.14);
}

.km-scene__item-no {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #c3a35c;
  padding-top: 2px;
}

.km-scene__item-body h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #4b3427;
}

.km-scene__item-body p {
  margin: 0;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  color: #67584d;
}

/* 右の動く画像 */
.km-scene__visual {
  position: relative;
  min-height: 620px;
}

.km-scene__visual-stack {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
}

.km-scene__card {
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(88, 68, 52, 0.12);
  transform-origin: center center;
}

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

.km-scene__card--main {
  width: 340px;
  aspect-ratio: 4 / 5;
  top: 82px;
  right: 82px;
  z-index: 4;
  transform: rotate(-4deg);
}

.km-scene__card--sub1 {
  width: 190px;
  aspect-ratio: 4 / 5;
  top: 0;
  left: 24px;
  z-index: 2;
  transform: rotate(-8deg);
}

.km-scene__card--sub2 {
  width: 150px;
  aspect-ratio: 3 / 4;
  top: 22px;
  right: 12px;
  z-index: 5;
  transform: rotate(7deg);
  background: #faf6ef;
}

.km-scene__card--sub3 {
  width: 210px;
  aspect-ratio: 1 / 1;
  left: 78px;
  bottom: 20px;
  z-index: 6;
  transform: rotate(5deg);
}

.km-scene__card--sub4 {
  width: 170px;
  aspect-ratio: 4 / 5;
  right: 126px;
  bottom: 10px;
  z-index: 3;
  transform: rotate(-6deg);
}

/* animation */
.float-slow {
  animation: kmFloatSlow 8.5s ease-in-out infinite;
}

.float-medium {
  animation: kmFloatMedium 7s ease-in-out infinite;
}

.float-fast {
  animation: kmFloatFast 5.8s ease-in-out infinite;
}

.float-medium-reverse {
  animation: kmFloatMediumReverse 7.4s ease-in-out infinite;
}

.float-slow-reverse {
  animation: kmFloatSlowReverse 9s ease-in-out infinite;
}

@keyframes kmFloatSlow {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-10px); }
}

@keyframes kmFloatMedium {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(-14px); }
}

@keyframes kmFloatFast {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-9px); }
}

@keyframes kmFloatMediumReverse {
  0%, 100% { transform: rotate(5deg) translateY(0); }
  50% { transform: rotate(5deg) translateY(12px); }
}

@keyframes kmFloatSlowReverse {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50% { transform: rotate(-6deg) translateY(10px); }
}

/* fade */
.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up--2 {
  transition-delay: 0.18s;
}

.fade-up--3 {
  transition-delay: 0.32s;
}

.fade-up--4 {
  transition-delay: 0.46s;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1024px) {
  .km-scene {
    padding: 90px 0;
  }

  .km-scene__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .km-scene__visual {
    min-height: 560px;
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }

  .km-scene__visual-stack {
    min-height: 560px;
  }

  .km-scene__card--main {
    width: 320px;
    right: 50%;
    transform: translateX(36%) rotate(-4deg);
  }

  .km-scene__card--sub1 {
    left: 12px;
  }

  .km-scene__card--sub2 {
    right: 10px;
  }

  .km-scene__card--sub3 {
    left: 56px;
  }

  .km-scene__card--sub4 {
    right: 92px;
  }

  .float-slow {
    animation: kmSceneFloatSlowTablet 8.5s ease-in-out infinite;
  }

  @keyframes kmSceneFloatSlowTablet {
    0%, 100% { transform: translateX(36%) rotate(-4deg) translateY(0); }
    50% { transform: translateX(36%) rotate(-4deg) translateY(-10px); }
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-scene {
    padding: 68px 0;
  }

  .km-scene .km-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .km-scene .km-section-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }

  .km-scene .km-section-text {
    font-size: 13px;
    line-height: 2;
  }

  .km-scene__head {
    margin-bottom: 22px;
  }

  .km-scene__visual {
    min-height: 390px;
  }

  .km-scene__visual-stack {
    min-height: 390px;
  }

  .km-scene__card {
    border-radius: 3px;
  }

  .km-scene__card--main {
    width: 220px;
    top: 82px;
    right: 50%;
    transform: translateX(40%) rotate(-4deg);
  }

  .km-scene__card--sub1 {
    width: 108px;
    top: 8px;
    left: 0;
  }

  .km-scene__card--sub2 {
    width: 92px;
    top: 18px;
    right: 2px;
  }

  .km-scene__card--sub3 {
    width: 120px;
    left: 18px;
    bottom: 6px;
  }

  .km-scene__card--sub4 {
    width: 102px;
    right: 72px;
    bottom: 2px;
  }

  .km-scene__item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .km-scene__item-no {
    font-size: 18px;
  }

  .km-scene__item-body h3 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.65;
  }

  .km-scene__item-body p {
    font-size: 13px;
    line-height: 2;
  }

  .float-slow {
    animation: kmSceneFloatSlowMobile 8.5s ease-in-out infinite;
  }

  @keyframes kmSceneFloatSlowMobile {
    0%, 100% { transform: translateX(40%) rotate(-4deg) translateY(0); }
    50% { transform: translateX(40%) rotate(-4deg) translateY(-8px); }
  }

  @keyframes kmFloatMedium {
    0%, 100% { transform: rotate(-8deg) translateY(0); }
    50% { transform: rotate(-8deg) translateY(-8px); }
  }

  @keyframes kmFloatFast {
    0%, 100% { transform: rotate(7deg) translateY(0); }
    50% { transform: rotate(7deg) translateY(-6px); }
  }

  @keyframes kmFloatMediumReverse {
    0%, 100% { transform: rotate(5deg) translateY(0); }
    50% { transform: rotate(5deg) translateY(8px); }
  }

  @keyframes kmFloatSlowReverse {
    0%, 100% { transform: rotate(-6deg) translateY(0); }
    50% { transform: rotate(-6deg) translateY(6px); }
  }
}


/* ========================================
   Message Carousel Section
======================================== */
.km-message {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #faf6ef 0%, #f5eee4 100%);
  overflow: hidden;
}

.km-message .km-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.km-message__head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.km-message .km-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b79d6a;
}

.km-message .km-section-title {
  margin: 0 0 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4b3427;
}

.km-message .km-section-text {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #67584d;
}

.km-message .km-section-text .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
}

/* カルーセル本体 */
.km-message__carousel {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  gap: 18px;
  align-items: center;
}

.km-message__viewport {
  overflow: hidden;
  min-width: 0;
}

.km-message__track {
  display: flex;
  align-items: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.km-message__card {
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 6px;
  transform: scale(0.82);
  opacity: 0.45;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
}

.km-message__card.is-active {
  transform: scale(1);
  opacity: 1;
}

.km-message__card-image {
  width: min(100%, 250px);
  aspect-ratio: 2 / 3;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 36px rgba(88, 68, 52, 0.12);
}

.km-message__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ナビ */
.km-message__nav {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(120, 92, 71, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: #7a5c44;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.km-message__nav span {
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}

.km-message__nav:hover {
  opacity: 0.8;
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.95);
}

/* 下の説明 */
.km-message__meta {
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
}

.km-message__counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #b08f52;
}

.km-message__counter-sep {
  opacity: 0.55;
}

.km-message__caption h3 {
  margin: 0 0 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #4b3427;
}

.km-message__caption p {
  margin: 0;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  color: #67584d;
}

/* ドット */
.km-message__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.km-message__dot {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(122, 92, 68, 0.24);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.km-message__dot.is-active {
  background: #c8a050;
  transform: scale(1.2);
}

/* fade */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up--2 {
  transition-delay: 0.15s;
}

.fade-up--3 {
  transition-delay: 0.28s;
}

.fade-up--4 {
  transition-delay: 0.4s;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1024px) {
  .km-message {
    padding: 90px 0;
  }

  .km-message__carousel {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    gap: 12px;
  }

  .km-message__card-image {
    width: min(100%, 220px);
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-message {
    padding: 68px 0;
  }

  .km-message .km-shell {
    width: min(100% - 24px, 100%);
  }

  .km-message__head {
    margin-bottom: 24px;
    text-align: left;
  }

  .km-message .km-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .km-message .km-section-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }

  .km-message .km-section-text {
    font-size: 13px;
    line-height: 2;
  }

  .km-message__carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .km-message__card {
    flex: 0 0 54%;
    padding: 6px 4px;
    transform: scale(0.86);
  }

  .km-message__card-image {
    width: 100%;
    border-radius: 3px;
  }

  .km-message__nav {
    width: 38px;
    height: 38px;
    border-radius: 3px;
  }

  .km-message__nav span {
    font-size: 22px;
  }

  .km-message__meta {
    margin-top: 18px;
    text-align: left;
  }

  .km-message__counter {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .km-message__caption h3 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.7;
  }

  .km-message__caption p {
    font-size: 13px;
    line-height: 2;
  }

  .km-message__dots {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
/* ========================================
   Wide Visual / Gift Mood Section
======================================== */
.km-wide-visual {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #f4ede2 0%, #f9f5ef 100%);
  overflow: hidden;
}

.km-wide-visual::before {
  content: "";
  position: absolute;
  right: -100px;
  top: 40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(235, 186, 201, 0.22) 0%,
    rgba(235, 186, 201, 0) 72%
  );
  pointer-events: none;
}

.km-wide-visual::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: 30px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(248, 219, 129, 0.18) 0%,
    rgba(248, 219, 129, 0) 74%
  );
  pointer-events: none;
}

.km-wide-visual__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}

.km-wide-visual__media {
  display: grid;
  gap: 14px;
}

.km-wide-visual__image {
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(88, 68, 52, 0.08);
}

.km-wide-visual__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.km-wide-visual__image--main {
  aspect-ratio: 4 / 3;
}

.km-wide-visual__subimages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.km-wide-visual__image--sub {
  aspect-ratio: 1 / 1;
}

.km-wide-visual__text {
  position: relative;
}

.km-wide-visual .km-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #c28aa0;
}

.km-wide-visual .km-section-title {
  margin: 0 0 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4b3427;
}

.km-wide-visual .km-section-text {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #67584d;
}

.km-wide-visual .km-section-text .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
}

.km-wide-visual__copy-block {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(90, 67, 48, 0.14);
}

.km-wide-visual__copy-block p {
  margin: 0;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #6a5a4d;
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1024px) {
  .km-wide-visual {
    padding: 90px 0;
  }

  .km-wide-visual__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-wide-visual {
    padding: 68px 0;
  }

  .km-wide-visual::before {
    width: 180px;
    height: 180px;
    right: -70px;
    top: 20px;
  }

  .km-wide-visual::after {
    width: 150px;
    height: 150px;
    left: -60px;
    bottom: 10px;
  }

  .km-wide-visual__inner {
    gap: 24px;
  }

  .km-wide-visual__media {
    gap: 10px;
  }

  .km-wide-visual__subimages {
    gap: 10px;
  }

  .km-wide-visual__image {
    border-radius: 3px;
  }

  .km-wide-visual .km-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .km-wide-visual .km-section-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }

  .km-wide-visual .km-section-text {
    font-size: 13px;
    line-height: 2;
  }

  .km-wide-visual__copy-block {
    margin-top: 18px;
    padding-top: 16px;
  }

  .km-wide-visual__copy-block p {
    font-size: 13px;
    line-height: 2;
  }
}




/* products */
/* ========================================
   Products Section
======================================== */
.km-products {
  position: relative;
  padding: 110px 0;
  background: #fbf8f3;
  overflow: hidden;
}

.km-products__head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.km-products .km-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b79d6a;
}

.km-products .km-section-title {
  margin: 0 0 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4b3427;
}

.km-products .km-section-title .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.06em;
}

.km-products .km-section-text {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #67584d;
}

.km-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

.km-product-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(110, 86, 65, 0.08);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(88, 68, 52, 0.05);
}

.km-product-card__visual {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2ece4;
}

.km-product-card__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.km-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 20px;
}

.km-product-card__category {
  margin: 0 0 10px;
  font-size: 10px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b08f52;
}

.km-product-card__body h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #4b3427;
}

.km-product-card__body h3 .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.06em;
}

.km-product-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  color: #67584d;
}

.km-product-card__footer {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(110, 86, 65, 0.1);
}

.km-product-card__price {
  font-size: 22px;
  font-weight: 500;
  color: #4b3427;
  letter-spacing: 0.03em;
}

.km-product-card__link {
  position: relative;
  display: inline-block;
  color: #7a5c44;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
  white-space: nowrap;
}

.km-product-card__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(122, 92, 68, 0.34);
}

.km-product-card__link:hover {
  opacity: 0.72;
}

.km-products__bottom {
  margin-top: 36px;
  text-align: center;
}

.km-products__note {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #75675b;
}

.km-products__shop-link {
  position: relative;
  display: inline-block;
  color: #6f523b;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
}

.km-products__shop-link .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
}

.km-products__shop-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(111, 82, 59, 0.34);
}

.km-products__shop-link:hover {
  opacity: 0.72;
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1024px) {
  .km-products {
    padding: 90px 0;
  }

  .km-product-grid {
    gap: 22px 18px;
  }

  .km-product-card__body {
    padding: 20px 18px 18px;
  }

  .km-product-card__body h3 {
    font-size: 20px;
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-products {
    padding: 68px 0;
  }

  .km-products__head {
    margin-bottom: 24px;
    text-align: left;
  }

  .km-products .km-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .km-products .km-section-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }

  .km-products .km-section-text {
    font-size: 13px;
    line-height: 2;
  }

  .km-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .km-product-card {
    border-radius: 3px;
  }

  .km-product-card__body {
    padding: 18px 16px 16px;
  }

  .km-product-card__category {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .km-product-card__body h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.7;
  }

  .km-product-card__desc {
    font-size: 13px;
    line-height: 2;
  }

  .km-product-card__footer {
    padding-top: 14px;
  }

  .km-product-card__price {
    font-size: 18px;
  }

  .km-product-card__link {
    font-size: 11px;
  }

  .km-products__bottom {
    margin-top: 24px;
    text-align: left;
  }

  .km-products__note {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.9;
  }

  .km-products__shop-link {
    font-size: 12px;
  }
}

/* ========================================
   Gift Section
======================================== */
.km-gift {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, #f9f4ec 0%, #f3ebdf 100%);
  overflow: hidden;
}

.km-gift::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(235, 186, 201, 0.18) 0%,
    rgba(235, 186, 201, 0) 74%
  );
  pointer-events: none;
}

.km-gift::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 20px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(248, 219, 129, 0.16) 0%,
    rgba(248, 219, 129, 0) 74%
  );
  pointer-events: none;
}

.km-gift .km-shell {
  position: relative;
  z-index: 2;
}

.km-gift__head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.km-gift .km-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #c28aa0;
}

.km-gift .km-section-title {
  margin: 0 0 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4b3427;
}

.km-gift .km-section-text {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #67584d;
}

.km-gift .km-section-text .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
}

.km-gift__layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 48px;
  align-items: center;
}

.km-gift__visual {
  display: grid;
  gap: 14px;
}

.km-gift__image {
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(88, 68, 52, 0.08);
}

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

.km-gift__image--main {
  aspect-ratio: 4 / 3;
}

.km-gift__subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.km-gift__image--sub {
  aspect-ratio: 1 / 1;
}

.km-gift__content {
  position: relative;
}

.km-gift__label {
  margin: 0 0 14px;
  font-size: 11px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b08f52;
}

.km-gift__title {
  margin: 0 0 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #4b3427;
}

.km-gift__title .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.06em;
}

.km-gift__text {
  margin: 0;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #67584d;
}

.km-gift__text .en {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.08em;
}

.km-gift-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.km-gift-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #5f5247;
}

.km-gift-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  background: #cba44f;
  transform: translateY(-50%);
}

.km-gift__cta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(110, 86, 65, 0.1);
}

.km-gift__note {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.95;
  letter-spacing: 0.04em;
  color: #75675b;
}

.km-gift__link {
  position: relative;
  display: inline-block;
  color: #6f523b;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
}

.km-gift__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(111, 82, 59, 0.34);
}

.km-gift__link:hover {
  opacity: 0.72;
}

/* ========================================
   Tablet
======================================== */
@media (max-width: 1024px) {
  .km-gift {
    padding: 90px 0;
  }

  .km-gift__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* ========================================
   Mobile
======================================== */
@media (max-width: 767px) {
  .km-gift {
    padding: 68px 0;
  }

  .km-gift::before {
    width: 180px;
    height: 180px;
    right: -70px;
    top: 10px;
  }

  .km-gift::after {
    width: 150px;
    height: 150px;
    left: -60px;
    bottom: 0;
  }

  .km-gift__head {
    margin-bottom: 24px;
    text-align: left;
  }

  .km-gift .km-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .km-gift .km-section-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }

  .km-gift .km-section-text {
    font-size: 13px;
    line-height: 2;
  }

  .km-gift__layout {
    gap: 24px;
  }

  .km-gift__visual {
    gap: 10px;
  }

  .km-gift__subgrid {
    gap: 10px;
  }

  .km-gift__image {
    border-radius: 3px;
  }

  .km-gift__label {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .km-gift__title {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.75;
  }

  .km-gift__text {
    font-size: 13px;
    line-height: 2;
  }

  .km-gift-list {
    margin-top: 18px;
    gap: 10px;
  }

  .km-gift-list li {
    padding-left: 16px;
    font-size: 13px;
  }

  .km-gift-list li::before {
    width: 5px;
    height: 5px;
  }

  .km-gift__cta {
    margin-top: 20px;
    padding-top: 16px;
  }

  .km-gift__note {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.9;
  }

  .km-gift__link {
    font-size: 12px;
  }
}


/* ========================================
   Brand CTA - scenery version
======================================== */
.km-brand-cta {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}

/* 背景 */
.km-brand-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.km-brand-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(6px) brightness(0.8);
  transform: scale(1.08);
}

/* グラデ */
.km-brand-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.75)
  );
  z-index: 2;
}

.km-brand-cta .km-shell {
  position: relative;
  z-index: 3;
}

/* カード */
.km-brand-cta__card {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 42px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(200, 180, 150, 0.2);
  text-align: center;
}

/* テキスト */
.km-brand-cta .km-section-title {
  margin-bottom: 20px;
}

.km-brand-cta .km-section-text {
  margin-bottom: 24px;
}

.km-brand-cta__copy {
  margin-top: 18px;
  font-size: 14px;
  line-height: 2;
  color: #6a5b4f;
}

.km-brand-cta__brand {
  font-weight: 600;
  color: #8b6a2d;
}

/* ボタン */
.km-brand-cta__links {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}

.km-brand-cta__link {
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 1px solid #7a5c44;
  color: #7a5c44;
  transition: 0.3s;
}

.km-brand-cta__link--shop {
  background: #7a5c44;
  color: #fff;
}

.km-brand-cta__link:hover {
  opacity: 0.7;
}

/* モバイル */
@media (max-width: 767px) {
  .km-brand-cta {
    padding: 90px 0;
  }

  .km-brand-cta__card {
    padding: 28px 20px;
  }

  .km-brand-cta__links {
    flex-direction: column;
  }
}
/* accent illustration */
.km-scene::before,
.km-wide-visual::after,
.km-gift::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.06;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.km-scene::before {
  left: 24px;
  bottom: 24px;
  background-image: url("../img/kamone-ilst-1.jpg");
}

.km-wide-visual::after {
  right: 28px;
  top: 28px;
  background-image: url("../img/kamone-ilst-3.jpg");
}

.km-gift::before {
  left: 28px;
  top: 34px;
  background-image: url("../img/kamone-ilst-2.jpg");
}

/* fade */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fade-up--2 {
  transition-delay: .12s;
}

.fade-up--3 {
  transition-delay: .22s;
}

.fade-up--4 {
  transition-delay: .32s;
}

/* responsive */
@media (max-width: 1100px) {
  .km-message-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .km-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .km-scene__inner,
  .km-wide-visual__inner,
  .km-gift__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .km-scene__text,
  .km-wide-visual__text {
    max-width: none;
  }

  .km-scene__image-main,
  .km-wide-visual__image {
    max-width: 100%;
  }

  .km-center-btn {
    text-align: left;
  }
}

@media (max-width: 820px) {
  .km-message-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .km-gift__subgrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .km-shell {
    width: min(var(--km-shell), calc(100% - 28px));
  }

  .km-story,
  .km-scene,
  .km-scene-intro,
  .km-wide-visual,
  .km-products,
  .km-gift,
  .km-brand-cta {
    padding: 76px 0;
  }

  .km-section-title {
    font-size: 28px;
  }

  .km-hero__title {
    font-size: 28px;
  }

  .km-brand-cta__buttons {
    flex-direction: column;
  }

  .km-gradient-btn,
  .km-outline-btn,
  .km-gold-btn {
    width: 100%;
  }

  .km-center-btn {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .km-scene-intro {
    padding: 72px 0;
  }

  .km-message-cards,
  .km-product-grid,
  .km-gift__subgrid {
    grid-template-columns: 1fr;
  }

  .km-message-cards {
    margin-top: 36px;
  }

  .km-scene__item h3 {
    font-size: 18px;
  }

  .km-product-card__meta strong {
    font-size: 24px;
  }

  .km-center-btn {
    text-align: center;
  }

  .km-scene::before,
  .km-wide-visual::after,
  .km-gift::before {
    width: 82px;
    height: 82px;
  }
}
/* ========================================
   Kamone button fix
======================================== */
a.km-gradient-btn,
a.km-outline-btn,
a.km-gold-btn,
a.km-gradient-btn:link,
a.km-outline-btn:link,
a.km-gold-btn:link,
a.km-gradient-btn:visited,
a.km-outline-btn:visited,
a.km-gold-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

a.km-gradient-btn {
  background: linear-gradient(90deg, #eb8ab2 0%, #6ad0d4 100%);
  color: #ffffff !important;
  box-shadow: 0 14px 26px rgba(106, 208, 212, 0.22);
}

a.km-outline-btn {
  background: transparent;
  color: var(--km-gold) !important;
  border: 1px solid var(--km-gold);
}

a.km-gold-btn {
  background: #caa55d;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(202, 165, 93, 0.22);
}

a.km-gradient-btn:hover,
a.km-outline-btn:hover,
a.km-gold-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  opacity: .94;
}

a.km-gradient-btn:hover,
a.km-gradient-btn:focus,
a.km-gradient-btn:active,
a.km-gradient-btn:visited {
  color: #ffffff !important;
}

a.km-gold-btn:hover,
a.km-gold-btn:focus,
a.km-gold-btn:active,
a.km-gold-btn:visited {
  color: #ffffff !important;
}

a.km-outline-btn:hover,
a.km-outline-btn:focus,
a.km-outline-btn:active,
a.km-outline-btn:visited {
  color: var(--km-gold) !important;
  text-decoration: none;
}

/* ボタンを並べる親の見た目安定 */
.km-brand-cta__buttons,
.km-center-btn {
  position: relative;
  z-index: 2;
}

.km-brand-cta__buttons a,
.km-center-btn a {
  white-space: nowrap;
}
/* ========================================
   Kamoneイラスト（疑似要素）ゆらぎアニメ
======================================== */

.km-wide-visual::after {
  animation: kmFloatVisual 8s ease-in-out infinite;
  transform-origin: center;
}

/* ゆったり浮遊 */
@keyframes kmFloatVisual {
  0% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) translateX(4px) rotate(-2deg);
  }
  50% {
    transform: translateY(-14px) translateX(-4px) rotate(2deg);
  }
  75% {
    transform: translateY(-8px) translateX(2px) rotate(-1deg);
  }
  100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
/* ========================================
   Kamone illustration motion
   疑似要素の鳥イラストをゆったり動かす
======================================== */

.km-scene::before,
.km-wide-visual::after,
.km-gift::before {
  animation: kmBirdFloat 9s ease-in-out infinite;
  transform-origin: center;
  will-change: transform, opacity;
}

/* 少しずつズラして自然にする */
.km-wide-visual::after {
  animation-delay: 1.8s;
}

.km-gift::before {
  animation-delay: 3.2s;
}

/* ゆったり浮遊 */
@keyframes kmBirdFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    opacity: 0.06;
  }
  25% {
    transform: translate3d(4px, -8px, 0) rotate(-2deg) scale(1.01);
    opacity: 0.09;
  }
  50% {
    transform: translate3d(-4px, -14px, 0) rotate(2deg) scale(1.03);
    opacity: 0.11;
  }
  75% {
    transform: translate3d(3px, -7px, 0) rotate(-1deg) scale(1.01);
    opacity: 0.08;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    opacity: 0.06;
  }
}


