* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #192531;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid #eb5c26;
  outline-offset: 3px;
}

.vc-journey {
  --vc-orange: #eb5c26;
  --vc-navy: #192531;
  background: var(--vc-navy);
  color: #fff;
}

.vc-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--vc-navy);
}

.vc-media,
.vc-media::after,
.vc-fallback,
.vc-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vc-fallback,
.vc-video {
  object-fit: cover;
}

.vc-video {
  z-index: 1;
  display: none;
}

.vc-journey.vc-enhanced .vc-video {
  display: block;
}

.vc-media::after {
  z-index: 2;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 15, 22, 0.9) 0%, rgba(9, 15, 22, 0.38) 43%, rgba(9, 15, 22, 0.18) 58%, rgba(9, 15, 22, 0.72) 100%),
    linear-gradient(0deg, rgba(9, 15, 22, 0.92) 0%, transparent 54%);
}

.vc-journey.vc-fallback-mode .vc-video {
  display: none;
}

.vc-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: clamp(1.25rem, 3vw, 2.75rem) clamp(1.25rem, 4.2vw, 4.5rem);
}

.vc-identity {
  display: grid;
  gap: 0.25rem;
}

.vc-identity-en,
.vc-summary-link,
.vc-label-en,
.vc-side-note,
.vc-step-number {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.18em;
}

.vc-identity-en {
  font-size: 0.78rem;
}

.vc-identity-ja {
  font: 500 0.72rem/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.16em;
  opacity: 0.72;
}

.vc-summary-link {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  color: inherit;
  font-size: 0.7rem;
  text-decoration: none;
}

.vc-side-note {
  position: absolute;
  z-index: 4;
  top: 7.5rem;
  right: clamp(1rem, 2vw, 2rem);
  margin: 0;
  font-size: 0.58rem;
  opacity: 0.52;
  writing-mode: vertical-rl;
}

.vc-copy {
  position: relative;
  z-index: 3;
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  padding: clamp(8.5rem, 17vh, 12rem) clamp(1.25rem, 6vw, 6.5rem) 8rem;
}

.vc-scene {
  position: relative;
  min-height: 44svh;
  max-width: 52rem;
}

.vc-year {
  position: absolute;
  z-index: -1;
  top: -0.62em;
  left: -0.04em;
  color: rgba(255, 255, 255, 0.09);
  font: 300 clamp(5.5rem, 13vw, 12rem)/1 Inter, "Helvetica Neue", sans-serif;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.vc-label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 clamp(1rem, 2.5vh, 1.65rem);
}

.vc-label-en {
  color: var(--vc-orange);
  font-size: clamp(0.7rem, 1vw, 0.82rem);
}

.vc-label-ja {
  padding-left: 0.9rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  font: 500 0.72rem/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.16em;
  opacity: 0.72;
}

.vc-title {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.1rem, 4.55vw, 4.8rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.035em;
  text-wrap: balance;
}

.vc-description {
  max-width: 39rem;
  margin: clamp(1.15rem, 2.8vh, 1.8rem) 0 0;
  font: 400 clamp(0.86rem, 1.2vw, 1.02rem)/1.9 "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
}

.vc-progress {
  position: absolute;
  z-index: 5;
  right: clamp(1.25rem, 4.2vw, 4.5rem);
  bottom: clamp(1rem, 3vh, 2.15rem);
  left: clamp(1.25rem, 4.2vw, 4.5rem);
  display: none;
}

.vc-progress-track {
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
}

.vc-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: var(--vc-orange);
}

.vc-progress-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.4rem, 2vw, 1.5rem);
  margin-top: 0.7rem;
}

.vc-step {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
  min-height: 2.9rem;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.48);
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  cursor: pointer;
}

.vc-step-number {
  font-size: 0.66rem;
}

.vc-step-name {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.vc-step[aria-current="step"] {
  color: #fff;
}

.vc-step[aria-current="step"] .vc-step-number {
  color: var(--vc-orange);
}

body.vc-ready .vc-journey {
  height: 520svh;
}

body.vc-ready .vc-stage {
  position: sticky;
  top: 0;
  height: 100svh;
}

body.vc-ready .vc-progress {
  display: block;
}

body.vc-ready .vc-copy {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
}

body.vc-ready .vc-scene {
  position: absolute;
  top: 48%;
  left: clamp(1.25rem, 6vw, 6.5rem);
  width: min(78vw, 52rem);
  min-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 0.7rem));
  transition: opacity 220ms ease, transform 280ms ease, visibility 0s linear 280ms;
}

body.vc-ready .vc-scene[data-chapter="1"],
body.vc-ready .vc-scene[data-chapter="3"] {
  left: 46%;
  width: min(48vw, 48rem);
}

body.vc-ready .vc-scene.vc-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  transition-delay: 0s;
}

body.vc-ready > .hero {
  display: none;
}

@media (max-width: 700px) {
  .vc-media::after {
    background:
      linear-gradient(90deg, rgba(9, 15, 22, 0.86), rgba(9, 15, 22, 0.18)),
      linear-gradient(0deg, rgba(9, 15, 22, 0.94) 0%, rgba(9, 15, 22, 0.18) 64%);
  }

  .vc-side-note {
    display: none;
  }

  .vc-title {
    font-size: clamp(1.72rem, 8.15vw, 3rem);
    line-height: 1.36;
  }

  .vc-description {
    max-width: 22rem;
    font-size: 0.8rem;
    line-height: 1.75;
  }

  body.vc-ready .vc-scene,
  body.vc-ready .vc-scene[data-chapter="1"],
  body.vc-ready .vc-scene[data-chapter="3"] {
    top: 45%;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }

  .vc-step-name {
    font-size: 0.64rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}

@media (max-height: 650px) {
  .vc-header {
    padding-top: 0.75rem;
  }

  .vc-identity-ja {
    display: none;
  }

  .vc-title {
    font-size: clamp(1.55rem, 5.5vh, 2.6rem);
  }

  .vc-description {
    margin-top: 0.7rem;
    line-height: 1.52;
  }

  .vc-label {
    margin-bottom: 0.7rem;
  }

  .vc-progress {
    bottom: 0.35rem;
  }

  .vc-step {
    min-height: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vc-video {
    display: none;
  }

  .vc-scene {
    transition: none !important;
  }
}

@media print {
  .vc-journey {
    height: auto !important;
    color: #192531;
    background: #fff;
  }

  .vc-stage,
  body.vc-ready .vc-stage {
    position: static;
    height: auto;
    min-height: 0;
    overflow: visible;
    background: #fff;
  }

  .vc-media,
  .vc-side-note,
  .vc-progress {
    display: none !important;
  }

  .vc-copy,
  body.vc-ready .vc-copy {
    position: static;
    display: grid;
    gap: 12mm;
    padding: 12mm;
  }

  .vc-scene,
  body.vc-ready .vc-scene,
  body.vc-ready .vc-scene[data-chapter="1"],
  body.vc-ready .vc-scene[data-chapter="3"] {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
    min-height: 0;
    color: #192531;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    break-inside: avoid;
  }

  .vc-year {
    color: rgba(25, 37, 49, 0.08);
  }

  .vc-label-ja {
    border-left-color: rgba(25, 37, 49, 0.28);
  }
}
