/* ==================================================
   ABOUT Page
   ================================================== */

.page--about {
  color: #171715;
}

.page--about .about-hero {
  height: clamp(520px, 38.5vw, 770px);
  overflow: hidden;
  position: relative;
}

.page--about .about-hero::after {
  background: rgba(255, 255, 255, 0.46);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.page--about .about-hero > img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  width: 100%;
}

.page--about .site-side-menu--about {
  height: 100vh;
  left: 0;
  min-height: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 30;
}

.page--about .site-side-menu--about.is-hover-open {
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.page--about .about-desktop-header {
  inset: 0 0 auto;
  height: 120px;
  position: absolute;
  z-index: 4;
}

.page--about .about-header-logo {
  display: block;
  left: 50%;
  position: absolute;
  top: 48px;
  transform: translateX(-50%);
  z-index: 4;
  height: 25px !important;
}

.page--about .site-logo--about {
  display: block;
}

.page--about .about-story {
  margin-inline: auto;
  max-width: 1100px;
  padding: 80px 24px 254px;
  text-align: center;
}

.page--about .about-story h1 {
  margin: 0;
  color: #77736b;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.4;
}

.page--about .about-story p {
  margin: 0;
  font-size: 12px;
  line-height: 2;
}

.page--about .about-story__japanese {
  margin-top: 42px;
}

.page--about .about-story__english {
  margin-top: 41px;
}

.page--about .about-story__english p + p {
  margin-top: 34px;
}

.page--about .about-footer {
  position: relative;
}

.page--about .about-footer::before {
  background: var(--line);
  content: "";
  height: 1px;
  left: 160px;
  position: absolute;
  right: 160px;
  top: 0;
}

@media (max-width: 760px) {
  .page--about .utility-nav,
  .page--about .about-desktop-header {
    display: none;
  }

  .page--about .mobile-header {
    background: transparent;
    position: fixed;
  }

  .page--about .mobile-header__brand {
    transition: opacity 220ms ease;
  }

  body.is-about-story-active .page--about .mobile-header__brand {
    opacity: 0;
    pointer-events: none;
  }

  body.is-drawer-open .page--about .mobile-header {
    background: #fff;
    position: fixed;
  }

  body.is-drawer-open .page--about .mobile-header__brand {
    opacity: 1;
    pointer-events: auto;
  }

  .page--about .about-hero {
    height: clamp(550px, 154vw, 700px);
  }

  .page--about .about-hero::after {
    background: rgba(255, 255, 255, 0.42);
  }

  .page--about .about-hero > img {
    object-position: 51% center;
  }

  .page--about .about-story {
    max-width: none;
    padding: 64px 20px 69px;
  }

  .page--about .about-story h1 {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .page--about .about-story p {
    font-size: 10px;
    line-height: 2.05;
  }

  .page--about .about-story__japanese {
    margin-top: 27px;
  }

  .page--about .about-story__english {
    margin-top: 23px;
  }

  .page--about .about-story__english p + p {
    margin-top: 23px;
  }

  .page--about .about-footer::before {
    display: none;
  }
}

@media (max-width: 380px) {
  .page--about .about-story p {
    font-size: 9px;
  }
}
