:root {
  --color-base: #4a3b56;
  --color-base-10: rgba(74, 59, 86, 0.1);
  --color-base-30: rgba(74, 59, 86, 0.3);
  --color-base-50: rgba(74, 59, 86, 0.5);
  --color-base-70: rgba(74, 59, 86, 0.7);
  --color-bg: #f8f7fa;
  --color-bg-50: rgba(248, 247, 250, 0.58);
  --color-primary: #b8a5d6;
  --color-primary-medium: #a89dc9;
  --color-secondary: #ffb6d9;
  --color-beige: #fdfbff;
  --color-brown: #8c62c6;
  --color-gray: #666666;
  --color-gray-light: rgba(165, 165, 199, 0.22);
  --color-footer-bg: #4a3b56;
  --color-moss: #d4e5d4;
  --color-olive: #f3d78a;
  --ff-en: "Playfair Display", "Chillax", var(--font-family);
}

body {
  background:
    radial-gradient(circle at 10% 12%, rgba(184, 165, 214, 0.18), transparent 22%),
    radial-gradient(circle at 88% 8%, rgba(212, 229, 212, 0.3), transparent 18%),
    linear-gradient(180deg, #f8f7fa 0%, #f9f7f5 52%, #fdfbff 100%);
  color: var(--color-base);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(74, 59, 86, 0.04) 0.7px, transparent 0.7px),
    radial-gradient(rgba(184, 165, 214, 0.05) 0.5px, transparent 0.5px);
  background-position: 0 0, 16px 16px;
  background-size: 24px 24px, 28px 28px;
  opacity: 0.38;
  z-index: -1;
}

.l-header {
  color: var(--color-base);
}

.l-header__wrapper {
  padding: 0 34px;
}

.l-header__logo span {
  letter-spacing: 0.12em;
}

.l-header.not-top .l-header__right {
  background-color: rgba(253, 251, 255, 0.88);
  box-shadow: 0 16px 40px rgba(74, 59, 86, 0.08);
  backdrop-filter: blur(14px);
}

.l-header__gnav__link {
  color: var(--color-base-50);
}

.hamburger {
  background-color: rgba(253, 251, 255, 0.85);
  border-color: rgba(184, 165, 214, 0.45);
  box-shadow: 0 12px 24px rgba(74, 59, 86, 0.08);
}

.hamburger__bar {
  background-color: var(--color-base);
}

.l-drawer__bg {
  background: linear-gradient(180deg, rgba(184, 165, 214, 0.98) 0%, rgba(155, 143, 199, 0.98) 72%, rgba(212, 229, 212, 0.94) 100%);
}

.drawer-nav__lang .js-lang-trigger.is-active {
  color: var(--color-beige);
}

.drawer-nav__lang .js-lang-trigger.is-active::after {
  background-color: var(--color-beige);
}

.top-hero {
  position: relative;
  top: auto;
  height: auto;
  min-height: 100vh;
  padding: 142px 0 64px;
  background: transparent;
}

.top-hero__mov {
  top: 28px;
  left: 28px;
  width: calc(100% - 56px);
  height: calc(100% - 28px);
  min-height: calc(100vh - 92px);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(248, 247, 250, 0.92)),
    radial-gradient(circle at 85% 24%, rgba(212, 229, 212, 0.34), transparent 28%),
    radial-gradient(circle at 16% 22%, rgba(184, 165, 214, 0.24), transparent 26%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 38px 90px rgba(74, 59, 86, 0.1);
  animation: none;
}

.top-hero__mov::before,
.top-hero__mov::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

.top-hero__mov::before {
  width: 38vw;
  height: 38vw;
  max-width: 560px;
  max-height: 560px;
  right: -10vw;
  top: -8vw;
  filter: blur(4px);
}

.top-hero__mov::after {
  width: 18vw;
  height: 18vw;
  max-width: 240px;
  max-height: 240px;
  left: -5vw;
  bottom: -6vw;
}

.top-hero__catch {
  position: relative;
  width: calc(100% - 56px);
  max-width: 1320px;
  min-height: calc(100vh - 160px);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  gap: clamp(2rem, 5vw, 5rem);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  pointer-events: auto;
}

.top-hero__copy {
  width: min(100%, 520px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}

.top-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(184, 165, 214, 0.22);
  background: rgba(253, 251, 255, 0.72);
  color: var(--color-primary-medium);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: var(--font-semibold);
}

.top-hero__eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-moss), var(--color-primary));
}

.top-hero__catch__en {
  max-width: 7ch;
  font-family: var(--ff-en);
  font-size: clamp(3.75rem, 7vw, 7rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--color-brown);
}

.top-hero__catch__jp {
  max-width: 38rem;
  font-size: clamp(1.03rem, 1.55vw, 1.18rem);
  line-height: 1.95;
  color: var(--color-gray);
}

.top-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.top-hero__button,
.top-hero__subbutton {
  min-width: 184px;
  justify-content: center;
  border-radius: 999px;
  padding: 16px 24px;
  font-weight: var(--font-semibold);
  pointer-events: auto;
}

.top-hero__button {
  color: #fff;
  background: linear-gradient(135deg, var(--color-brown) 0%, var(--color-primary-medium) 100%);
  box-shadow: 0 18px 32px rgba(140, 98, 198, 0.22);
}

.top-hero__subbutton {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(184, 165, 214, 0.18);
  color: var(--color-base);
  backdrop-filter: blur(12px);
}

.top-hero__button:hover,
.top-hero__subbutton:hover {
  transform: translateY(-3px);
}

.top-hero__device {
  flex: 1 1 520px;
  max-width: 560px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 188px;
  grid-template-rows: auto auto;
  gap: 18px;
  align-items: end;
  position: relative;
}

.hero-card,
.hero-note {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(184, 165, 214, 0.18);
  box-shadow: 0 26px 54px rgba(74, 59, 86, 0.12);
}

.hero-card {
  padding: 12px;
}

.hero-card--main {
  grid-row: 1 / span 2;
  min-height: 520px;
  background: linear-gradient(180deg, rgba(253, 251, 255, 0.96) 0%, rgba(249, 247, 245, 0.92) 100%);
}

.hero-card--detail {
  min-height: 230px;
}

.hero-card--polaroid {
  min-height: 210px;
  margin-top: -58px;
}

.hero-card__photo {
  width: 100%;
  border-radius: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-card--main .hero-card__photo {
  height: 100%;
  min-height: 496px;
  background-image:
    linear-gradient(180deg, rgba(255, 182, 217, 0.12), rgba(212, 229, 212, 0.18)),
    url("./generated/site/hero-main.png");
  background-size: cover, 120%;
  background-position: center, center 22%;
}

.hero-card--detail .hero-card__photo {
  min-height: 206px;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(184, 165, 214, 0.18)),
    url("./generated/site/hero-detail.png");
  background-size: cover, 138%;
  background-position: center, center 40%;
}

.hero-card--polaroid .hero-card__photo {
  min-height: 186px;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(212, 229, 212, 0.16)),
    url("./generated/site/hero-polaroid.png");
  background-size: cover, 136%;
  background-position: center, center 18%;
}

.hero-card__photo::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.phone-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(253, 251, 255, 0.86);
  border: 1px solid rgba(184, 165, 214, 0.18);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 34px rgba(74, 59, 86, 0.12);
}

.phone-caption span {
  color: var(--color-primary-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.phone-caption strong {
  font-family: var(--ff-catch);
  font-size: 1.14rem;
  line-height: 1.5;
  color: var(--color-base);
}

.hero-note {
  padding: 22px 20px 24px;
  background:
    linear-gradient(160deg, rgba(253, 251, 255, 0.94), rgba(248, 247, 250, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.hero-note::before {
  content: "";
  position: absolute;
  inset: auto -22px -26px auto;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(184, 165, 214, 0.16);
}

.hero-note__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--color-primary-medium);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
}

.hero-note strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--ff-catch);
  font-size: 1.08rem;
  line-height: 1.45;
}

.hero-note p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--color-base-70);
}

.top-hero__news {
  right: 64px;
  bottom: 44px;
  padding: 14px 18px 14px 24px;
  background: rgba(253, 251, 255, 0.82);
  border-color: rgba(184, 165, 214, 0.16);
  box-shadow: 0 16px 40px rgba(74, 59, 86, 0.1);
  backdrop-filter: blur(12px);
}

.top-hero__news__date {
  color: var(--color-brown);
}

.top-concept {
  position: relative;
  z-index: 2;
  padding: 54px 0 16px;
}

.top-concept__grid {
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(32px, 5vw, 52px);
  border-radius: 32px;
  background: rgba(253, 251, 255, 0.72);
  border: 1px solid rgba(184, 165, 214, 0.16);
  box-shadow: 0 24px 56px rgba(74, 59, 86, 0.08);
}

.top-concept__rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 118px;
  align-self: start;
  max-width: 388px;
}

.top-concept__visual-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.top-concept__label,
.top-flow__eyebrow,
.top-materials__label {
  color: var(--color-primary-medium);
}

.top-concept__visual {
  position: relative;
  min-height: 390px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(184, 165, 214, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(212, 229, 212, 0.16)),
    rgba(253, 251, 255, 0.92);
  box-shadow: 0 20px 44px rgba(74, 59, 86, 0.08);
}

.top-concept__visual::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(212, 229, 212, 0.08)),
    url("./generated/site/concept-quiet-view.png");
  background-size: cover, cover;
  background-position: center, center 52%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.top-concept__visual::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.68), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(243, 215, 138, 0.44), rgba(184, 165, 214, 0.18) 60%, transparent 70%);
  opacity: 0.92;
}

.top-concept__visual-frame {
  position: absolute;
  left: 28px;
  top: 30px;
  width: 124px;
  height: 34px;
  border-radius: 999px;
  background: rgba(253, 251, 255, 0.82);
  border: 1px solid rgba(184, 165, 214, 0.18);
  box-shadow: 0 10px 26px rgba(74, 59, 86, 0.08);
  backdrop-filter: blur(12px);
  z-index: 1;
}

.top-concept__visual-frame::before {
  content: "DOKA VIEW";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-en);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--color-base-70);
}

.top-concept__caption {
  max-width: 19rem;
  padding: 0 6px;
  color: var(--color-base-50);
  font-size: 0.84rem;
  line-height: 1.8;
}

.top-concept__lead,
.top-flow__title,
.top-materials__title {
  font-family: var(--ff-catch);
  font-weight: 600;
  line-height: 1.22;
}

.top-concept__body,
.top-flow__body,
.top-flow__note,
.top-materials__body {
  color: var(--color-base-70);
}

.top-materials {
  position: relative;
  z-index: 2;
  padding: 36px 0 28px;
}

.top-materials__intro {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.top-materials__label {
  margin-bottom: 16px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
}

.top-materials__title {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  color: var(--color-brown);
}

.top-materials__body {
  margin-top: 20px;
  font-size: 1.03rem;
  line-height: 1.95;
}

.top-materials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.material-card {
  position: relative;
  min-height: 320px;
  padding: 24px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(184, 165, 214, 0.16);
  background: rgba(253, 251, 255, 0.74);
  box-shadow: 0 22px 52px rgba(74, 59, 86, 0.08);
}

.material-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.74;
}

.material-card::after {
  content: "";
  position: absolute;
  inset: auto -26px -20px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(255, 182, 217, 0.18);
}

.material-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 272px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(253, 251, 255, 0.72) 60%, rgba(249, 247, 245, 0.9) 100%);
}

.material-card__index {
  margin-bottom: auto;
  color: rgba(74, 59, 86, 0.42);
  font-family: var(--ff-en);
  font-size: 0.86rem;
  letter-spacing: 0.2em;
}

.material-card h3 {
  margin-bottom: 10px;
  font-family: var(--ff-catch);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.28;
}

.material-card p {
  color: var(--color-base-70);
  line-height: 1.84;
}

.material-card--memory::before {
  background-image:
    linear-gradient(180deg, rgba(255, 182, 217, 0.08), rgba(212, 229, 212, 0.2)),
    url("./generated/site/material-memory.png");
  background-size: cover, 130%;
  background-position: center, center 24%;
}

.material-card--paper::before {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(184, 165, 214, 0.14)),
    url("./generated/site/material-paper.png");
  background-size: cover, 142%;
  background-position: center, center 32%;
}

.material-card--share::before {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(184, 165, 214, 0.18)),
    url("./generated/site/material-share.png");
  background-size: cover, 140%;
  background-position: center, center 38%;
}

.top-flow {
  padding: 28px 0 0;
}

.top-flow__shell {
  border-radius: 34px;
  border: 1px solid rgba(184, 165, 214, 0.16);
  background: linear-gradient(180deg, rgba(253, 251, 255, 0.78) 0%, rgba(248, 247, 250, 0.94) 100%);
  box-shadow: 0 24px 60px rgba(74, 59, 86, 0.08);
}

.top-flow__steps {
  gap: 22px;
}

.top-flow__step {
  border-color: rgba(184, 165, 214, 0.14);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 36px rgba(74, 59, 86, 0.05);
}

.top-flow__index {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px 14px;
  border-radius: 22px;
  border: 1px solid rgba(184, 165, 214, 0.18);
  background:
    linear-gradient(180deg, rgba(253, 251, 255, 0.96), rgba(248, 247, 250, 0.8)),
    radial-gradient(circle at 22% 18%, rgba(184, 165, 214, 0.18), transparent 36%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 14px 30px rgba(74, 59, 86, 0.05);
  color: var(--color-brown);
}

.top-flow__index::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  width: 18px;
  height: calc(100% - 32px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(184, 165, 214, 0.2), rgba(212, 229, 212, 0.12));
}

.top-service {
  background: transparent;
  box-shadow: none;
  padding-top: clamp(5rem, 3.047rem + 7.81vw, 10.25rem);
}

.c-section__header {
  max-width: 760px;
  margin-inline: auto;
}

.c-section__en {
  font-family: var(--ff-catch);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.c-section__jp {
  margin-top: 14px;
  color: var(--color-base-70);
  line-height: 1.9;
}

.top-service__list__item {
  background: rgba(255, 255, 255, 0.42);
}

.top-service__list__inner {
  border-color: rgba(184, 165, 214, 0.16);
  background: rgba(253, 251, 255, 0.82);
  box-shadow: 0 28px 56px rgba(74, 59, 86, 0.08);
}

.top-service__list__item:hover {
  background: rgba(212, 229, 212, 0.46);
}

.service-img {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(248, 247, 250, 0.92)),
    radial-gradient(circle at 82% 18%, rgba(184, 165, 214, 0.18), transparent 18%),
    radial-gradient(circle at 16% 84%, rgba(212, 229, 212, 0.22), transparent 18%);
  border: 1px solid rgba(184, 165, 214, 0.14);
}

.service-img::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.service-img::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(253, 251, 255, 0.84);
  border: 1px solid rgba(184, 165, 214, 0.16);
  backdrop-filter: blur(8px);
}

.service-img span {
  position: absolute;
  right: 33px;
  bottom: 34px;
  z-index: 1;
  font-family: var(--ff-en);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  color: var(--color-base);
}

.service-img:not(.service-img--frames):not(.service-img--share)::before {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(212, 229, 212, 0.14)),
    url("./generated/site/feature-open-shoot.png");
  background-size: cover, 48% auto;
  background-position: center, 9% 56%;
  background-color: rgba(249, 247, 245, 0.96);
}

.service-img--frames::before {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(184, 165, 214, 0.18)),
    url("./generated/site/feature-swipe-frames.png");
  background-size: cover, 136%;
  background-position: center, center 40%;
}

.service-img--share::before {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(212, 229, 212, 0.18)),
    url("./generated/site/feature-story-ready.png");
  background-size: cover, 130%;
  background-position: center, center 34%;
}

.service-text h3 {
  font-family: var(--ff-catch);
  font-weight: 600;
  line-height: 1.28;
}

.service-text p {
  color: var(--color-base-70);
  line-height: 1.9;
}

.service-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--color-primary-medium);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: var(--font-semibold);
}

.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  list-style: none;
}

.service-points li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 165, 214, 0.16);
  color: var(--color-base-70);
  font-size: 0.88rem;
}

.footer-canvas {
  padding-top: clamp(4rem, 8vw, 7rem);
  background-color: transparent;
}

.footer-canvas::before {
  top: calc(clamp(4rem, 8vw, 7rem) + 140px);
  background:
    linear-gradient(180deg, #f9f7f5 0%, #f8f7fa 100%);
}

.l-aside-contact__inner {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 182, 217, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(253, 251, 255, 0.98), rgba(249, 247, 245, 0.96));
  border: 1px solid rgba(184, 165, 214, 0.14);
  box-shadow: 0 24px 62px rgba(74, 59, 86, 0.1);
}

.l-aside-contact__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.l-aside-contact__copy {
  max-width: 540px;
}

.l-aside-contact__title {
  color: var(--color-brown);
}

.l-aside-contact__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(184, 165, 214, 0.1);
  border: 1px solid rgba(184, 165, 214, 0.14);
  color: var(--color-primary-medium);
  font-family: var(--ff-en);
  font-size: 0.76rem;
  font-weight: var(--font-semibold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.l-aside-contact__lead {
  max-width: 29rem;
  margin: 20px 0 24px;
  color: var(--color-base-70);
  font-size: 1rem;
  line-height: 1.95;
}

.l-aside-contact__note {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 500px;
  padding: 24px 26px 24px 28px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(253, 251, 255, 0.98), rgba(249, 247, 245, 0.94));
  border: 1px solid rgba(184, 165, 214, 0.18);
  box-shadow: 0 18px 44px rgba(31, 22, 41, 0.1);
}

.l-aside-contact__note-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(184, 165, 214, 0.14);
}

.l-aside-contact__note-meta {
  color: var(--color-primary-medium);
  font-family: var(--ff-en);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.l-aside-contact__note-season {
  color: var(--color-base-50);
  font-family: var(--ff-en);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.l-aside-contact__note-copy {
  color: var(--color-base);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.55;
  font-weight: var(--font-semibold);
}

.l-aside-contact__note-mood {
  color: var(--color-base-50);
  font-size: 0.88rem;
  line-height: 1.8;
}

.l-aside-contact__panel {
  position: relative;
  min-height: 468px;
  border-radius: 36px;
  padding: 0;
  background:
    radial-gradient(circle at 16% 14%, rgba(184, 165, 214, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(253, 251, 255, 0.72));
  border: 1px solid rgba(184, 165, 214, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
  overflow: hidden;
}

.l-aside-contact__panel::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.8), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(212, 229, 212, 0.42), rgba(184, 165, 214, 0.1) 64%, transparent 72%);
  opacity: 0.85;
  z-index: 0;
}

.l-aside-contact__photo {
  position: absolute;
  inset: 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    url("./generated/site/release-season-note.png");
  background-size: cover, cover;
  background-position: center, center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    0 28px 42px rgba(74, 59, 86, 0.08);
}

.l-aside-contact__stamp {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
  min-width: 174px;
  border-radius: 22px;
  background: rgba(253, 251, 255, 0.92);
  border: 1px solid rgba(184, 165, 214, 0.16);
  box-shadow: 0 18px 34px rgba(31, 22, 41, 0.12);
  color: var(--color-base);
  backdrop-filter: blur(10px);
}

.l-aside-contact__stamp strong {
  font-family: var(--ff-en);
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.l-aside-contact__stamp-kicker {
  color: var(--color-primary-medium);
  font-family: var(--ff-en);
  font-size: 0.7rem;
  font-weight: var(--font-semibold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.l-footer__brand-name {
  letter-spacing: 0.14em;
}

.l-footer__slogan strong {
  color: var(--color-brown);
}

.l-footer__bottom-link:hover,
.l-footer__link:hover {
  color: var(--color-brown);
}

.l-footer__pagetop {
  background: rgba(253, 251, 255, 0.8);
  border-color: rgba(184, 165, 214, 0.16);
}

@media (max-width: 1100px) {
  .top-hero__catch {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .top-hero__copy {
    width: 100%;
    max-width: none;
  }

  .top-hero__catch__en {
    max-width: none;
  }

  .top-hero__device {
    width: 100%;
    max-width: none;
  }

  .top-materials__grid {
    grid-template-columns: 1fr;
  }

  .top-concept__visual {
    min-height: 300px;
  }

  .top-concept__rail {
    position: static;
    max-width: none;
  }

  .l-aside-contact__content {
    grid-template-columns: 1fr;
  }

  .l-aside-contact__panel {
    min-height: 380px;
  }
}

@media (max-width: 767px) {
  body {
    background:
      radial-gradient(circle at 18% 10%, rgba(255, 182, 217, 0.22), transparent 26%),
      radial-gradient(circle at 86% 16%, rgba(184, 165, 214, 0.24), transparent 24%),
      linear-gradient(180deg, #f8f7fa 0%, #fdfbff 100%);
  }

  body::before {
    opacity: 0.28;
  }

  .l-header {
    top: 30px;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    color: var(--color-base);
  }

  .l-header__wrapper {
    height: 44px;
    padding: 0;
  }

  .l-header__logo {
    gap: 9px;
    padding: 8px 14px 8px 10px;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: 0 12px 30px rgba(74, 59, 86, 0.12);
  }

  .l-header__logo img {
    width: 28px;
    height: 28px;
  }

  .l-header__logo span {
    color: var(--color-base);
    font-size: 1rem;
    letter-spacing: 0.05em;
  }

  .l-header__right {
    background: transparent;
  }

  .hamburger {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(184, 165, 214, 0.28);
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 12px 30px rgba(74, 59, 86, 0.12);
  }

  .hamburger__bar {
    background: var(--color-base);
  }

  .top-hero {
    min-height: 100dvh;
    padding: 20px;
    overflow: hidden;
    background:
      radial-gradient(circle at 18% 10%, rgba(255, 182, 217, 0.22), transparent 26%),
      radial-gradient(circle at 86% 16%, rgba(184, 165, 214, 0.24), transparent 24%),
      linear-gradient(180deg, #f8f7fa 0%, #fdfbff 100%);
  }

  .top-hero__mov {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    min-height: auto;
    height: calc(100dvh - 40px);
    border-radius: 24px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(253, 251, 255, 0.76) 0%, rgba(248, 247, 250, 0.58) 44%, rgba(184, 165, 214, 0.34) 100%),
      radial-gradient(circle at 44% 42%, rgba(255, 182, 217, 0.34), transparent 32%),
      linear-gradient(90deg, rgba(253, 251, 255, 0.66), rgba(253, 251, 255, 0.26)),
      url("./generated/site/hero-main.png");
    background-size: cover, cover, cover, cover;
    background-position: center, center, center, 52% 50%;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.62),
      0 24px 54px rgba(74, 59, 86, 0.16);
  }

  .top-hero__mov::before {
    inset: 0;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    border-radius: 24px;
    background:
      radial-gradient(circle at 50% 44%, rgba(253, 251, 255, 0.40), transparent 22%),
      linear-gradient(180deg, rgba(253, 251, 255, 0.24), rgba(253, 251, 255, 0.10) 38%, rgba(184, 165, 214, 0.12) 100%);
    filter: none;
  }

  .top-hero__mov::after {
    display: none;
  }

  .top-hero__catch {
    width: 100%;
    min-height: calc(100dvh - 40px);
    padding: 96px 28px 98px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-base);
  }

  .top-hero__copy {
    width: 100%;
    max-width: 320px;
    align-items: center;
    gap: 14px;
    margin: 0 auto;
    transform: translateY(3vh);
  }

  .top-hero__eyebrow,
  .top-hero__actions {
    display: none;
  }

  .top-hero__catch__en {
    max-width: 8ch;
    color: var(--color-brown);
    font-family: "Chillax", "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(4.2rem, 19vw, 5.4rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-shadow: 0 2px 22px rgba(253, 251, 255, 0.58);
  }

  .top-hero__catch__jp {
    max-width: 18rem;
    color: var(--color-base);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 18px rgba(253, 251, 255, 0.64);
  }

  .top-hero__device {
    display: none;
  }

  .top-hero__news {
    left: 30px;
    right: 30px;
    bottom: 28px;
    max-width: none;
    min-height: 48px;
    padding: 8px 8px 8px 18px;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.94);
    box-shadow: 0 12px 34px rgba(74, 59, 86, 0.16);
    backdrop-filter: blur(14px);
  }

  .top-hero__news__date {
    color: rgba(74, 59, 86, 0.46);
    font-size: 0.76rem;
    letter-spacing: 0.04em;
  }

  .top-hero__news__tit {
    min-width: 0;
    flex: 1;
    color: var(--color-base);
    font-size: 0.82rem;
    font-weight: 700;
  }

  .top-hero__news::after {
    content: "→";
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-brown), var(--color-primary-medium));
    color: #fff;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1;
  }

  .top-concept {
    margin-top: 0;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    background:
      radial-gradient(circle at 15% 8%, rgba(184, 165, 214, 0.12), transparent 28%),
      linear-gradient(180deg, #f8f7fa 0%, #f9f7f5 100%);
  }

  .top-concept,
  .top-materials,
  .top-flow {
    padding-top: 20px;
  }

  .top-concept__grid,
  .top-flow__shell {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .top-concept__visual {
    min-height: 320px;
  }

  .top-concept__caption {
    max-width: none;
  }

  .top-concept__visual::before {
    inset: 14px;
  }

  .top-concept__visual-frame {
    left: 18px;
    top: 18px;
    width: 112px;
  }

  .top-flow__steps {
    gap: 14px;
  }

  .top-flow__step {
    padding: 20px 18px;
  }

  .top-service__list__inner {
    padding: 20px;
  }

  .service-img {
    min-height: 228px;
  }

  .material-card {
    min-height: 280px;
  }

  .l-aside-contact__inner {
    padding: 30px 20px 24px;
  }

  .l-aside-contact__title {
    font-size: clamp(2.2rem, 12vw, 4.2rem);
  }

  .l-aside-contact__lead {
    margin: 16px 0 20px;
    font-size: 0.96rem;
  }

  .l-aside-contact__note {
    padding: 18px;
    border-radius: 20px;
  }

  .l-aside-contact__note-copy {
    font-size: 1.08rem;
  }

  .l-aside-contact__panel {
    min-height: 320px;
  }

  .l-aside-contact__photo {
    inset: 16px;
    border-radius: 22px;
  }

  .l-aside-contact__stamp {
    left: 14px;
    bottom: 14px;
    min-width: 146px;
    padding: 14px 16px;
  }
}
