@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;700&display=swap");
:root {
  --ink: #f8f7f2;
  --muted: rgba(248, 247, 242, 0.72);
  --step-height: 25vh;
  --copy-gap: 40px;
  --hero-tail-space: 100vh;
}
/*
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  background: #10151a;
}

body {
  margin: 0;
  color: var(--ink);
  background: #10151a;
  font-family: "Noto Sans JP", sans-serif;
} */

.ownersemotion-hero04 {
  position: relative;
  height: calc(var(--step-height) * 16 + var(--hero-tail-space));
  background: #000;
}

/* Keep template header/footer above the fixed hero without depending on test wrappers. */
/* footer,
.l-footer {
  background: #fff;
}

.l-footer-sitemap,
.p-breadcrumb-a,
.l-footer {
  position: relative;
  z-index: 3;
}

.l-page {
  position: relative;
  z-index: 2;
  background: #fff;
} */

.hero__media {
  position: sticky;
  top: 0;
  height: 100vh;
}

.hero__media {
  z-index: 0;
  margin-bottom: -100vh;
  overflow: hidden;
}

.hero__video,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__video {
  z-index: 1;
  object-fit: cover;
  opacity: 0.95;
}

.hero__shade {
  z-index: 2;
  background: linear-gradient(
      90deg,
      rgba(8, 14, 18, 0.72),
      rgba(8, 14, 18, 0.16) 72%
    ),
    linear-gradient(0deg, rgba(8, 14, 18, 0.55), transparent 38%);
}

.hero__sticky {
  position: fixed;
  inset: 0;
  z-index: 1;
  height: 100vh;
  padding: 30px clamp(24px, 5vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.hero__index,
.scroll-hint {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.16em;
  font-size: 11px;
}

.eyebrow {
  position: absolute;
  top: 32px;
  left: clamp(24px, 5vw, 78px);
  margin: 0;
  color: var(--muted);
}

.hero__copy {
  position: absolute;
  left: clamp(24px, 12vw, 190px);
  top: 50%;
  width: fit-content;
  max-width: calc(100vw - 48px);
  transform: translate3d(0, calc(-50% + 72vh), 0);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  margin-top: 5em;
}

.panel-title,
.panel-body {
  margin: 0;
  color: #fff;
  word-break: break-word;
}

.panel-title {
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
  font-size: max(28px, 1.944vw);
  /* font-weight: 700; */
  line-height: 1.428571;
  letter-spacing: 0;
}

.panel-body {
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
  font-size: max(18px, 1.25vw);
  font-weight: 400;
  line-height: 1.777778;
  letter-spacing: 0;
}
.panel-body__lg {
  font-size: max(20px, 1.39vw);
}
.panel-body p {
  margin: 0;
}
.panel-body p.u-mgt-1em {
  margin-top: 1em;
}
@media (min-width: 641px) {
  .u-sp {
    display: none;
  }
}
@media (max-width: 640px) {
  .u-pc {
    display: none;
  }
}
.panel-logo {
  width: 213px;
  height: 58px;
  margin: 0;
}

.panel-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__play-button {
  position: absolute;
  right: 48px;
  bottom: 86px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 255px;
  height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.hero__play-button.is-outside {
  opacity: 0;
  pointer-events: none;
}

.hero__play-icon {
  position: relative;
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 22px;
}

.hero__play-icon::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

@media (hover: hover) and (pointer: fine) and (min-width: 641px) {
  .hero__play-button {
    transition: color 0.2s ease, background-color 0.2s ease,
      border-color 0.2s ease;
  }

  .hero__play-button:hover {
    color: #111;
    background: rgba(255, 255, 255, 0.92);
    border-color: #fff;
  }

  .hero__play-button:hover .hero__play-icon::before {
    border-left-color: #111;
  }
}
.hero__index {
  margin: 0 0 22px;
  color: #dcc5a0;
}

h1,
h2 {
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.22;
}

h1 {
  margin: 0 0 24px;
  font-size: clamp(42px, 7vw, 92px);
}

h2 {
  margin: 0 0 22px;
  font-size: clamp(38px, 6vw, 78px);
}

.hero__footer {
  position: absolute;
  bottom: 34px;
  left: clamp(24px, 5vw, 78px);
  right: clamp(24px, 5vw, 78px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scroll-hint {
  color: var(--muted);
}

.scroll-hint i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dcc5a0;
  margin-right: 11px;
  vertical-align: 1px;
}

.hero__markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__markers i {
  display: block;
  height: var(--step-height);
}

.next-section {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 15vh clamp(24px, 12vw, 190px);
  color: #24353b;
  background: #e9e4d9;
}

.next-section__inner {
  max-width: 670px;
}

.next-section .eyebrow {
  position: static;
  color: #8a7051;
  margin-bottom: 35px;
}

.next-section h2 {
  font-size: clamp(48px, 8vw, 106px);
  margin: 0 0 30px;
}

.next-section p:not(.eyebrow) {
  max-width: 420px;
  color: #687374;
  line-height: 2;
}

.next-section a {
  display: inline-block;
  margin-top: 44px;
  color: #24353b;
  font: 500 12px "Manrope";
  letter-spacing: 0.18em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 12px;
}

.next-section a span {
  margin-left: 28px;
  font-size: 18px;
}

.contact {
  position: relative;
  z-index: 3;
  min-height: 35vh;
  display: grid;
  place-items: center;
  background: #18272b;
  color: #8d9c99;
}

.video-loader {
  position: fixed;
  z-index: 10;
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(10, 18, 22, 0.5);
  backdrop-filter: blur(10px);
  font: 11px "Manrope";
  cursor: pointer;
}

.video-loader input {
  display: none;
}

@media (max-width: 640px) {
  .hero__sticky {
    padding-top: 28px;
  }

  .hero__copy {
    left: 20px;
    max-width: calc(100vw - 40px);
  }

  .panel-title {
    font-size: max(24px, 6.4vw);
    line-height: 1;
  }

  .panel-body {
    font-size: max(16px, 4.267vw);
    line-height: 1.5;
    letter-spacing: -0.48px;
  }

  .panel-logo {
    width: 147px;
    height: 40px;
  }

  .hero__play-button {
    right: 16px;
    bottom: 42px;
    gap: 8px;
    min-width: 218px;
    height: 32px;
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0.42px;
  }

  .hero__play-icon {
    flex-basis: 15px;
    width: 15px;
    height: 16px;
  }

  .hero__play-icon::before {
    top: 0;
    left: 1px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }

  .hero__footer {
    bottom: 24px;
  }

  .video-loader {
    right: 12px;
    bottom: 12px;
  }
}
.ownersemotion-hero04 {
  height: calc(100vh * 5);
}

.hero__copy {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.12s linear, transform 0.12s linear;
}

@media (prefers-reduced-motion: reduce) {
  .hero__copy {
    transition: none;
  }
}

/*# sourceMappingURL=mainvisual-v2.css.map */
