.df-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-body {
  margin: 0;
  background: #faf8f5;
  color: #1a1a1a;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 2.1;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fp-body * {
  box-sizing: border-box;
}
.fp-body a {
  color: inherit;
}

.fp-header {
  position: fixed;
  inset: 0 0 auto 0;
  padding: 1.4rem 2rem;
  background: rgba(250, 248, 245, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 100;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s ease;
}
.fp-header.is-visible {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.fp-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (prefers-reduced-motion: reduce) {
  .fp-header {
    transition: opacity 0.2s ease;
  }
}
.fp-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}
.fp-logo img {
  display: block;
  height: 26px;
  width: auto;
}

.fp-nav {
  display: flex;
  gap: 2.5rem;
}
.fp-nav a {
  text-decoration: none;
  font-family: "Cormorant Garamond", "EB Garamond", "Playfair Display", serif;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  transition: opacity 0.25s ease;
}
.fp-nav a:hover {
  opacity: 0.5;
}

.fp-menu-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.fp-menu-toggle-bars {
  position: absolute;
  inset: 0;
  display: block;
}
.fp-menu-toggle-bars span {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 1px;
  background: #1a1a1a;
  transform: translateX(-50%);
  transition: transform 0.32s ease, opacity 0.2s ease, top 0.32s ease;
}
.fp-menu-toggle-bars span:nth-child(1) {
  top: 14px;
}
.fp-menu-toggle-bars span:nth-child(2) {
  top: 20px;
}
.fp-menu-toggle-bars span:nth-child(3) {
  top: 26px;
}
.fp-menu-toggle[aria-expanded=true] .fp-menu-toggle-bars span:nth-child(1) {
  top: 20px;
  transform: translateX(-50%) rotate(45deg);
}
.fp-menu-toggle[aria-expanded=true] .fp-menu-toggle-bars span:nth-child(2) {
  opacity: 0;
}
.fp-menu-toggle[aria-expanded=true] .fp-menu-toggle-bars span:nth-child(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-45deg);
}

.fp-drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(26, 26, 26, 0.32);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  z-index: 90;
}

.fp-header.is-drawer-open .fp-drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.fp-main {
  max-width: 520px;
  margin: 0 auto;
  padding: 0rem 1.5rem 3rem;
}

.fp-section {
  margin-bottom: 9.5rem;
}

.fp-hero {
  min-height: 100vh;
  margin-bottom: 0 !important;
}

.fp-eyebrow {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 2rem;
}
.fp-eyebrow img {
  width: 120px;
}

.fp-kicker {
  font-family: "Cormorant Garamond", "EB Garamond", "Playfair Display", serif;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 2.5rem;
}

.fp-h1 {
  font-size: 1.8rem;
  line-height: 2.1;
  font-weight: 500;
  margin: 0 0 2rem;
  letter-spacing: 0.08em;
}

.fp-h2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2.25rem;
  letter-spacing: 0.05em;
}

.fp-h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  letter-spacing: 0.06em;
}

.fp-lead {
  font-size: 0.96rem;
  color: #888888;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 2.2;
}

.fp-lead-sm {
  font-size: 1rem;
  margin: 0 0 2.5rem;
  letter-spacing: 0.06em;
  line-height: 2.3;
}

.fp-body {
  font-size: 0.92rem;
  color: #444444;
  margin: 0 0 2.1rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
}
.fp-body em {
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
}

.fp-emph {
  margin-top: 2.5rem;
}
.fp-emph em {
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
}

.fp-rule {
  border: 0;
  border-top: 1px solid #1a1a1a;
  width: 48px;
  margin: 0 0 2.75rem;
  opacity: 0.7;
}

.fp-italic {
  font-family: "Cormorant Garamond", "EB Garamond", "Playfair Display", serif;
  font-style: italic;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.75rem;
}

.fp-italic-h {
  font-family: "Cormorant Garamond", "EB Garamond", "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.fp-approx {
  margin: 0 0.25em;
  font-style: normal;
}

.fp-note {
  font-size: 0.92rem;
  color: #888888;
  letter-spacing: 0.05em;
  line-height: 2.3;
  margin: 0;
}

.fp-quote {
  margin: 2.25rem 0 0;
  padding: 0.3rem 0 0.3rem 1.1rem;
  border-left: 2px solid #1a1a1a;
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 2.2;
}

.fp-product {
  margin: 2.5rem 0 2.25rem;
}

.fp-story {
  position: relative;
  max-height: 14em;
  overflow: hidden;
  transition: max-height 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fp-story.is-open {
  max-height: none;
}
.fp-story-inner > p:first-child {
  margin-top: 0;
}
.fp-story-fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 6.5em;
  background: linear-gradient(to bottom, rgba(250, 248, 245, 0) 0%, #faf8f5 92%);
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.fp-story.is-open .fp-story-fade {
  opacity: 0;
}
.fp-story-chapter {
  font-family: "Cormorant Garamond", "EB Garamond", "Playfair Display", serif;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-transform: none;
  font-style: italic;
  color: #444444;
  margin: 3rem 0 1.5rem;
}
.fp-story-coda {
  margin: 3.5rem 0 0;
  padding: 0.3rem 0 0.3rem 1.1rem;
  border-left: 2px solid #1a1a1a;
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 2.2;
}

.fp-story-toggle {
  margin-top: 2.25rem;
}
.fp-story-toggle.is-hidden {
  display: none;
}

.fp-tag {
  font-size: 0.9rem;
  color: #888888;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 2.1;
}

.fp-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.95rem 2.4rem;
  border: 1px solid #1a1a1a;
  background: transparent;
  color: #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  font-family: "Cormorant Garamond", "EB Garamond", "Playfair Display", serif;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}
.fp-btn:hover {
  background: #1a1a1a;
  color: #faf8f5;
}

.fp-footer {
  text-align: center;
  padding: 3.5rem 1rem 2.5rem;
  margin-top: 2rem;
}
.fp-footer-logo {
  display: inline-block;
  line-height: 0;
}
.fp-footer-logo img {
  display: block;
  height: 32px;
  width: auto;
  margin: 0 auto;
}
.fp-footer-tag {
  font-family: "Cormorant Garamond", "EB Garamond", "Playfair Display", serif;
  font-style: italic;
  font-size: 1rem;
  margin: 0.5rem 0 1.75rem;
  letter-spacing: 0.04em;
}
.fp-footer-copy {
  font-family: "Cormorant Garamond", "EB Garamond", "Playfair Display", serif;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  color: #c8c4be;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.1s ease, transform 1.1s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 600px) {
  .fp-header {
    padding: 1rem 1.1rem;
  }
  .fp-logo img {
    height: 22px;
  }
  .fp-menu-toggle {
    display: block;
    position: relative;
    z-index: 110;
  }
  .fp-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(78vw, 320px);
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.75rem;
    padding: 5.5rem 2rem 2rem;
    background: #faf8f5;
    box-shadow: -10px 0 28px rgba(26, 26, 26, 0.08);
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 95;
    overflow-y: auto;
  }
  .fp-nav a {
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    padding: 0.35rem 0;
  }
  .fp-header.is-drawer-open .fp-nav {
    transform: translateX(0);
  }
  .fp-main {
    padding: 0rem 1.4rem 2rem;
  }
  .fp-section {
    margin-bottom: 10rem;
  }
  .fp-eyebrow {
    font-size: 1rem;
    letter-spacing: 0.35em;
  }
  .fp-kicker {
    font-size: 0.74rem;
  }
  .fp-h1 {
    font-size: 1.5rem;
  }
  .fp-h2 {
    font-size: 1.4rem;
  }
  .fp-h3 {
    font-size: 1.05rem;
  }
  .fp-italic {
    font-size: 1.45rem;
  }
  .fp-lead {
    font-size: 0.88rem;
  }
  .fp-lead-sm {
    font-size: 0.92rem;
  }
  .fp-body {
    font-size: 0.86rem;
  }
  .fp-note {
    font-size: 0.86rem;
  }
  .fp-quote,
  .fp-story-coda {
    font-size: 0.92rem;
  }
}

/*# sourceMappingURL=front-page.css.map */
