:root {
  --ink: #2b221c;
  --paper: #fbf8f2;
  --gold: #b58a45;
  --caramel: #9b622f;
  --champagne: #eadfce;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  --en: "EB Garamond", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 300 14px var(--sans);
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
button {
  font: inherit;
}
.header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(180deg, #0006, transparent);
  transition: 0.3s;
}
.header.scrolled {
  background: #fbf8f2f5;
  color: var(--ink);
  box-shadow: 0 1px 0 #2b221c1f;
}
.header.scrolled .cart {
  border-color: #2b221c59;
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand b {
  font: 27px var(--en);
  letter-spacing: 0.18em;
}
.brand small {
  margin-top: 7px;
  font-size: 8px;
  letter-spacing: 0.19em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.cart {
  border: 1px solid #ffffff8c;
  padding: 11px 18px;
}
.menu,
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: #17130f;
  color: #fff;
}
.vimeo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.vimeo iframe,
.vimeo video {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.vimeo--blur iframe,
.vimeo--blur video {
  width: 177.78vh;
  height: 100vh;
  min-width: 100vw;
  min-height: 56.25vw;
  filter: blur(26px);
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.55;
}
.vimeo--main iframe,
.vimeo--main video {
  width: 100%;
  height: 100%;
}
.vimeo--main {
  left: 15vw;
  right: 15vw;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0705038c, #0705030d 65%),
    linear-gradient(0deg, #07050357, transparent 42%);
}
.hero__copy {
  position: absolute;
  z-index: 2;
  left: 7vw;
  bottom: 12vh;
}
.eyebrow {
  font: italic 17px var(--en);
  letter-spacing: 0.12em;
  color: var(--gold);
}
.hero .eyebrow {
  color: #fff;
}
.hero h1 {
  margin: 16px 0 22px;
  font: 300 clamp(38px, 5vw, 72px) / 1.35 var(--serif);
  letter-spacing: 0.05em;
}
.hero p {
  font: 300 clamp(17px, 2vw, 25px) / 1.8 var(--serif);
  letter-spacing: 0.1em;
}
.sound {
  position: absolute;
  z-index: 3;
  right: 4vw;
  bottom: 5vh;
  width: 62px;
  height: 62px;
  border: 1px solid #ffffff8c;
  border-radius: 50%;
  background: #0003;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
}
.intro {
  padding: 130px 7vw;
  text-align: center;
}
.intro h2 {
  font: 300 clamp(28px, 4vw, 52px) / 1.65 var(--serif);
  letter-spacing: 0.08em;
}
.intro p {
  line-height: 2.2;
}
.feature {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 760px;
  background: var(--champagne);
  color: var(--ink);
}
.feature__media img {
  height: 100%;
  object-fit: cover;
}
.feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9vw;
}
.feature h2,
.story h2,
.products h1,
.about h1 {
  font: 300 clamp(34px, 5vw, 64px) / 1.4 var(--serif);
  letter-spacing: 0.07em;
}
.feature h3 {
  font: 300 19px/1.8 var(--serif);
}
.feature p {
  max-width: 480px;
  line-height: 2.1;
  color: #5f5147;
}
.btn {
  display: inline-flex;
  width: max-content;
  margin-top: 28px;
  border: 1px solid;
  padding: 17px 23px;
  font-size: 11px;
  letter-spacing: 0.14em;
}
.feature .btn,
.online .btn {
  background: var(--caramel);
  border-color: var(--caramel);
  color: #fff;
  box-shadow: 0 8px 24px #9b622f24;
}
.story {
  padding: 140px 7vw;
}
.story__head,
.story__grid,
.products {
  max-width: 1180px;
  margin: auto;
}
.story__grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.story article img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.story article span {
  display: block;
  margin-top: 22px;
  color: var(--gold);
  font: italic 16px var(--en);
}
.story article h3 {
  font: 400 17px var(--serif);
}
.online {
  background: #f0e7da;
}
.page-inner {
  min-height: 70vh;
  padding: 150px 7vw 110px;
}
.items-only {
  display: none;
}
.is-items-list .home-only {
  display: none;
}
.is-items-list .items-only {
  display: block;
}
.product-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
}
.product-card > div {
  aspect-ratio: 1;
  overflow: hidden;
}
.product-card img {
  height: 100%;
  object-fit: cover;
}
.product-card h2 {
  font: 400 14px/1.7 var(--serif);
}
.product-card p {
  font-family: var(--en);
}
.item {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 7vw;
}
.item__info h1 {
  font: 300 clamp(26px, 3vw, 42px) / 1.5 var(--serif);
}
.item__price {
  font: 22px var(--en);
  margin: 22px 0;
}
.item__detail,
.about__text {
  line-height: 2;
}
.item__purchase {
  margin-top: 35px;
}
.item__purchase input,
.item__purchase button {
  width: 100%;
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 19px;
}
.about,
.generic {
  max-width: 900px;
  margin: auto;
}
.footer {
  padding: 70px 7vw 34px;
  background: var(--ink);
  color: #fff;
}
.footer__top,
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer nav {
  display: flex;
  gap: 27px;
  font-size: 11px;
}
.footer__bottom {
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid #ffffff33;
  font-size: 9px;
  color: #ffffff8c;
}
@media (max-width: 760px) {
  .header {
    height: 70px;
    padding: 0 20px;
  }
  .brand b {
    font-size: 23px;
  }
  .brand small,
  .nav {
    display: none;
  }
  .menu {
    display: block;
    border: 0;
    background: none;
    color: #fff;
    font-size: 11px;
  }
  .mobile-nav {
    position: fixed;
    z-index: 35;
    inset: 0;
    background: #17130f;
    color: #fff;
    padding: 120px 28px;
    flex-direction: column;
    gap: 27px;
    transform: translateX(100%);
    transition: 0.35s;
  }
  .mobile-nav.open {
    display: flex;
    transform: none;
  }
  .mobile-nav a {
    font: 300 21px var(--serif);
  }
  .vimeo--blur {
    display: none;
  }
  .vimeo--main {
    inset: 0;
  }
  .vimeo--main iframe,
  .vimeo--main video {
    width: 100%;
    height: 100%;
  }
  .hero {
    min-height: 620px;
  }
  .hero__copy {
    left: 24px;
    right: 24px;
    bottom: 11vh;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero p {
    font-size: 15px;
  }
  .sound {
    right: 20px;
    bottom: 22px;
    width: 52px;
    height: 52px;
  }
  .intro,
  .story {
    padding: 90px 24px;
  }
  .feature {
    display: block;
  }
  .feature__media {
    height: 65svh;
  }
  .feature__copy {
    padding: 76px 24px;
  }
  .story__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .page-inner {
    padding: 115px 20px 80px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 12px;
  }
  .item {
    display: block;
  }
  .item__info {
    margin-top: 36px;
  }
  .footer {
    padding: 60px 24px 28px;
  }
  .footer__top,
  .footer__bottom {
    display: block;
  }
  .footer nav {
    margin-top: 35px;
    flex-direction: column;
    gap: 18px;
  }
  .footer__bottom span {
    display: block;
    margin-top: 8px;
  }
}
.about-page {
  background: var(--paper);
}
.about-hero {
  position: relative;
  height: 86svh;
  min-height: 620px;
  background: #18130f;
  color: #fff;
  overflow: hidden;
}
.about-hero > img {
  height: 100%;
  object-fit: cover;
}
.about-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #070503a6, transparent 72%);
}
.about-hero > div {
  position: absolute;
  z-index: 2;
  left: 7vw;
  bottom: 11vh;
}
.about-hero h1 {
  margin: 18px 0;
  font: 300 clamp(42px, 6vw, 78px) / 1.45 var(--serif);
  letter-spacing: 0.08em;
}
.about-hero p {
  font: italic 18px var(--en);
  letter-spacing: 0.12em;
}
.about-lead {
  padding: 150px 7vw;
  text-align: center;
}
.about-lead h2,
.about-split h2,
.about-presence h2,
.about-social h2 {
  font: 300 clamp(30px, 4.5vw, 58px) / 1.55 var(--serif);
  letter-spacing: 0.08em;
}
.about-lead p {
  font: 300 15px/2.35 var(--serif);
  letter-spacing: 0.04em;
}
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
}
.about-split > div:first-child img {
  height: 100%;
  object-fit: cover;
}
.about-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9vw;
  background: #f0e7da;
}
.about-split__copy p {
  max-width: 520px;
  line-height: 2.25;
}
.about-presence {
  padding: 145px 7vw;
  background: #eee5d8;
  color: var(--ink);
}
.about-presence__head {
  max-width: 1180px;
  margin: 0 auto 70px;
}
.presence-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.presence-grid img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.presence-grid span {
  display: block;
  margin-top: 24px;
  color: #d0ad73;
  font: italic 16px var(--en);
  letter-spacing: 0.08em;
}
.presence-grid h3 {
  font: 300 24px var(--serif);
  letter-spacing: 0.06em;
}
.presence-grid p {
  color: #67594e;
  line-height: 2;
}
.about-trust {
  padding: 48px 7vw;
  background: #c4a16a;
  color: #fff;
  text-align: center;
}
.about-trust > p {
  font: italic 20px var(--en);
  letter-spacing: 0.12em;
}
.about-trust > div {
  display: flex;
  justify-content: center;
  gap: 0;
}
.about-trust span {
  padding: 0 28px;
  border-right: 1px solid #ffffff73;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.about-trust span:last-child {
  border: 0;
}
.about-social {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 720px;
}
.about-social > img {
  height: 100%;
  object-fit: cover;
}
.about-social > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9vw;
}
.about-social p {
  line-height: 2.2;
}
.about-social .text-link {
  margin-top: 24px;
  font: 13px var(--en);
  letter-spacing: 0.12em;
}
.about-page > .about__base-text {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 24px 90px;
  font-size: 12px;
  line-height: 2;
  color: #6b6258;
}
@media (max-width: 760px) {
  .about-hero {
    height: 78svh;
    min-height: 560px;
  }
  .about-hero > div {
    left: 24px;
    right: 24px;
    bottom: 10vh;
  }
  .about-hero h1 {
    font-size: 38px;
  }
  .about-lead {
    padding: 95px 24px;
  }
  .about-lead p {
    font-size: 13px;
  }
  .about-split {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }
  .about-split > div:first-child {
    height: 62svh;
  }
  .about-split__copy {
    padding: 82px 24px;
  }
  .about-presence {
    padding: 90px 20px;
  }
  .presence-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }
  .about-trust {
    padding: 42px 20px;
  }
  .about-trust > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .about-trust span {
    padding: 0;
    border: 0;
  }
  .about-social {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }
  .about-social > img {
    height: 62svh;
  }
  .about-social > div {
    padding: 82px 24px;
  }
}
