:root {
  --paper: #f8f8f6;
  --ink: #080908;
  --land: #d8d0b8;
  --moss: #273027;
  --stage-width: min(100vw, calc(100svh * 1.6), 1440px);
  --poster-scale: 1;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: var(--land);
}

body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--land);
  font-family: var(--sans);
}

a {
  color: inherit;
  text-decoration: none;
}

.top-page {
  display: grid;
  place-items: start center;
  min-height: 100svh;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background:
    linear-gradient(
      to bottom,
      var(--paper) 0,
      var(--paper) calc(var(--stage-width) * 0.5),
      var(--land) calc(var(--stage-width) * 0.5)
    );
}

.hero-wrap {
  position: relative;
  width: var(--stage-width);
  max-width: 100vw;
  aspect-ratio: 1440 / 900;
  overflow: visible;
}

.hero-stage {
  position: relative;
  width: 1440px;
  height: 900px;
  overflow: visible;
  flex: 0 0 auto;
  background:
    linear-gradient(
      to bottom,
      var(--paper) 0,
      var(--paper) 450px,
      var(--land) 450px,
      var(--land) 100%
    );
  transform: scale(var(--poster-scale));
  transform-origin: top left;
}

.land-band {
  position: absolute;
  top: 450px;
  left: -720px;
  width: 2880px;
  height: 900px;
  background: var(--land);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 32px;
  left: 128px;
  display: grid;
  grid-template-columns: 472px 840px;
  align-items: center;
  width: 1312px;
}

.site-name {
  width: max-content;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.global-nav {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr 0.82fr 1fr 1.7fr;
  height: 31px;
  align-items: center;
  color: #fff;
  background: var(--ink);
}

.global-nav::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 31px;
  background: var(--ink);
  content: "";
}

.global-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.31em;
  white-space: nowrap;
}

.global-nav a:last-child {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.hero-title {
  position: absolute;
  z-index: 3;
  top: 100px;
  left: 128px;
  width: 717px;
  height: 220px;
  margin: 0;
}

.hero-letter {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  color: var(--ink);
  font-size: 207px;
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.05em;
}

.hero-letter:nth-child(1) {
  left: 0;
  width: 220px;
}

.hero-letter:nth-child(2) {
  left: 224px;
  width: 70px;
}

.hero-letter:nth-child(3) {
  left: 324px;
  width: 224px;
}

.hero-letter:nth-child(4) {
  left: 551px;
  width: 166px;
}

.letter-r {
  overflow: hidden;
  color: var(--paper);
  font-size: 204px;
  letter-spacing: -0.08em;
}

.hero-r-box {
  position: relative;
  z-index: 1;
  background-color: var(--ink);
  background-image: url("../images/ride01.jpg");
  background-position: center;
  background-size: cover;
  filter: saturate(65%) contrast(95%) brightness(95%);
}

.poster-grid {
  position: absolute;
  z-index: 2;
  top: 340px;
  left: 128px;
  width: 1182px;
  height: 650px;
}

.tile {
  position: absolute;
  display: block;
  overflow: hidden;
  background: var(--ink);
  background-position: center;
  background-size: cover;
}

.tile-a,
.tile-b,
.tile-c,
.tile-e,
.tile-f,
.tile-h,
.tile-i {
  filter: saturate(65%) contrast(95%) brightness(95%);
}

.tile-a {
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background-color: var(--ink);
  background-image:
    linear-gradient(rgba(12, 15, 12, 0.12), rgba(12, 15, 12, 0.12)),
    url("../images/ride02.jpg");
}

.tile-b {
  top: 0;
  left: 240px;
  width: 220px;
  height: 220px;
  background-color: #151715;
  background-image:
    linear-gradient(rgba(12, 15, 12, 0.12), rgba(12, 15, 12, 0.12)),
    url("../images/ride03.jpg");
}

.tile-c {
  top: 0;
  left: 480px;
  width: 220px;
  height: 220px;
  background-color: var(--ink);
  background-image:
    linear-gradient(rgba(12, 15, 12, 0.15), rgba(12, 15, 12, 0.15)),
    url("../images/ride04.jpg");
}

.logo-box {
  top: 35px;
  left: 755px;
  width: 150px;
  height: 150px;
  background: #000;
}

.logo-box img {
  position: absolute;
  inset: 15%;
  display: block;
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.featured-project-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.featured-project-box img {
  position: static;
  width: 75%;
  height: 75%;
  object-fit: contain;
}

.featured-project-box:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.tile-e {
  top: 0;
  left: 960px;
  width: 220px;
  height: 220px;
  background-color: var(--ink);
  background-image:
    linear-gradient(rgba(12, 15, 12, 0.12), rgba(12, 15, 12, 0.12)),
    url("../images/ride05.jpg");
}

.tile-f {
  top: 240px;
  left: 0;
  width: 220px;
  height: 220px;
  background-color: #101210;
  background-image:
    linear-gradient(rgba(12, 15, 12, 0.12), rgba(12, 15, 12, 0.12)),
    url("../images/ride06.jpg");
}

.tile-g {
  top: 240px;
  left: 335px;
  width: 30px;
  height: 410px;
  background: #000;
}

.tile-h {
  top: 240px;
  left: 480px;
  width: 220px;
  height: 220px;
  background-color: var(--ink);
  background-image:
    linear-gradient(rgba(12, 15, 12, 0.12), rgba(12, 15, 12, 0.12)),
    url("../images/ride07.jpg");
}

.tile-i {
  top: 240px;
  left: 720px;
  width: 220px;
  height: 220px;
  background-color: #111411;
  background-image:
    linear-gradient(rgba(12, 15, 12, 0.12), rgba(12, 15, 12, 0.12)),
    url("../images/ride08.jpg");
}

.social-links {
  position: absolute;
  z-index: 5;
  top: 631px;
  left: 1149px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-links a {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: #000;
  opacity: 0.72;
  transition: opacity 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  opacity: 1;
}

.social-links a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.social-links svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
}

.social-links svg rect,
.social-links svg circle:not(.social-dot) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links .social-dot {
  fill: currentColor;
  stroke: none;
}

.hero-copy {
  position: absolute;
  z-index: 4;
  top: 678px;
  left: 1088px;
  display: flex;
  align-items: center;
  width: 200vw;
  height: 31px;
  margin: 0;
  padding-left: 20px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

@media (max-width: 720px) {
  :root {
    --stage-width: 100vw;
  }

  .top-page {
    display: block;
    overflow: hidden;
    background: var(--land);
  }

  .hero-wrap {
    width: 100%;
    min-height: 100svh;
    aspect-ratio: auto;
  }

  .hero-stage {
    width: 100%;
    min-height: 960px;
    height: auto;
    overflow: hidden;
    background:
      linear-gradient(to bottom, var(--paper) 0, var(--paper) 350px, var(--land) 350px);
    transform: none;
  }

  .land-band {
    top: 350px;
    left: 0;
    width: 100%;
    height: 700px;
  }

  .site-header {
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    padding: 24px 18px 0;
  }

  .site-name {
    font-size: 18px;
  }

  .global-nav {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }

  .global-nav::after {
    display: none;
  }

  .global-nav a {
    height: 34px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .global-nav a:last-child {
    grid-column: 1 / -1;
    font-size: 11px;
  }

  .hero-title {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: 1.35fr 0.55fr 1.25fr 1fr;
    column-gap: 10px;
    width: auto;
    height: auto;
    margin: 28px 18px 0;
  }

  .hero-title .hero-letter {
    position: static;
    width: auto;
    height: clamp(86px, 25vw, 140px);
    font-size: clamp(78px, 23vw, 128px);
  }

  .poster-grid {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, min(27vw, 140px));
    gap: 12px;
    width: auto;
    height: auto;
    margin: 14px 18px 100px;
  }

  .tile {
    position: static;
    width: auto;
    height: auto;
  }

  .tile-a { grid-column: 1 / 4; grid-row: 1; }
  .tile-b { grid-column: 4 / 7; grid-row: 1; }
  .tile-c { grid-column: 1 / 4; grid-row: 2; }

  .logo-box {
    grid-column: 4 / 6;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo-box img {
    position: static;
    width: 70%;
    height: 70%;
  }

  .featured-project-box img {
    width: 75%;
    height: 75%;
  }

  .tile-e { grid-column: 6 / 7; grid-row: 2; }
  .tile-f { grid-column: 1 / 4; grid-row: 3; }
  .tile-g { grid-column: 4 / 5; grid-row: 3 / 5; justify-self: center; width: 22px; }
  .tile-h { grid-column: 1 / 4; grid-row: 4; }
  .tile-i { grid-column: 4 / 7; grid-row: 4; }

  .hero-copy {
    top: auto;
    right: 18px;
    bottom: 26px;
    left: auto;
    width: auto;
    height: auto;
    max-width: calc(100vw - 36px);
    padding: 8px 12px;
    font-size: 11px;
    white-space: normal;
    text-align: right;
  }

  .social-links {
    top: auto;
    right: 22px;
    bottom: 74px;
    left: auto;
    gap: 18px;
  }

  .social-links a {
    width: 20px;
    height: 20px;
  }
}

/* -------------------------------------------------------
   INNER PAGE
   Shared layout for PROJECTS / ABOUT / CONTACT and others
------------------------------------------------------- */

.inner-body {
  min-width: 0;
  background: var(--paper);
}

.inner-page {
  width: 100%;
  max-width: 100vw;
  min-height: 100svh;
  overflow: hidden;
  background: var(--paper);
}

.inner-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  padding: 30px clamp(28px, 6.95vw, 100px);
  border-bottom: 1px solid rgba(8, 9, 8, 0.16);
}

.inner-site-name {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.inner-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.75vw, 42px);
}

.inner-nav a {
  position: relative;
  padding: 4px 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.inner-nav a:last-child {
  letter-spacing: 0.06em;
}

.inner-nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.inner-nav a:hover::after,
.inner-nav a:focus-visible::after,
.inner-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.inner-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.72fr);
  align-items: end;
  min-height: clamp(460px, 53vw, 760px);
  padding: clamp(90px, 13vw, 188px) clamp(28px, 8.9vw, 128px)
    clamp(62px, 7.2vw, 104px);
  border-bottom: 1px solid rgba(8, 9, 8, 0.16);
}

.inner-ghost-word {
  position: absolute;
  top: -0.22em;
  right: -0.055em;
  margin: 0;
  color: #eeeee9;
  font-size: clamp(190px, 30vw, 430px);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.085em;
  pointer-events: none;
  user-select: none;
}

.inner-title-wrap,
.inner-lead {
  position: relative;
  z-index: 1;
}

.inner-section-label {
  margin: 0 0 24px;
  color: #5a5d56;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.inner-title {
  margin: 0;
  font-size: clamp(76px, 12vw, 174px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.065em;
}

.inner-lead {
  max-width: 380px;
  margin: 0 0 4px;
  padding-left: 28px;
  border-left: 12px solid var(--land);
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.035em;
}

.inner-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(50px, 9vw, 130px);
  max-width: 1184px;
  margin: 0 auto;
  padding: clamp(100px, 13vw, 190px) clamp(28px, 6.95vw, 100px);
}

.inner-content p {
  max-width: 470px;
  margin: 0;
  font-size: clamp(17px, 1.6vw, 23px);
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.025em;
}

.inner-content p:first-child::before {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 44px;
  background: var(--ink);
  content: "";
}

.inner-content p:last-child {
  padding-top: 72px;
}

.inner-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0 clamp(28px, 8.9vw, 128px) clamp(96px, 11vw, 158px);
}

.inner-figure {
  position: relative;
  z-index: 1;
  width: min(62vw, 780px);
  margin: 0;
}

.inner-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(55%) contrast(94%) brightness(95%);
}

.inner-figure figcaption {
  margin-top: 14px;
  color: #5a5d56;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.inner-moss-block {
  width: clamp(50px, 7.6vw, 110px);
  height: clamp(150px, 21vw, 300px);
  margin: 0 0 37px clamp(18px, 3.3vw, 48px);
  background: var(--moss);
}

.inner-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 30px;
  padding: 42px clamp(28px, 6.95vw, 100px) 48px;
  color: var(--paper);
  background: var(--ink);
}

.inner-footer-name,
.inner-copyright {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.inner-copyright {
  justify-self: end;
  color: #a4a69f;
}

.inner-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-social a {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  opacity: 0.72;
  transition: opacity 160ms ease;
}

.inner-social a:hover,
.inner-social a:focus-visible {
  opacity: 1;
}

.inner-social a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.inner-social svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.inner-social svg rect,
.inner-social svg circle:not(.inner-social-dot) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.inner-social .inner-social-dot {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 960px) {
  .inner-header {
    align-items: flex-start;
  }

  .inner-nav {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 14px 24px;
  }

  .inner-nav a {
    font-size: 9px;
  }

  .inner-nav a:last-child {
    grid-column: 2 / 4;
    justify-self: end;
  }
}

@media (max-width: 800px) {
  .inner-header {
    display: block;
    padding: 24px 18px 20px;
  }

  .inner-site-name {
    display: inline-block;
    font-size: 16px;
  }

  .inner-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 22px;
    border-top: 1px solid rgba(8, 9, 8, 0.18);
  }

  .inner-nav a,
  .inner-nav a:last-child {
    grid-column: auto;
    justify-self: stretch;
    padding: 12px 4px;
    border-bottom: 1px solid rgba(8, 9, 8, 0.18);
    font-size: 9px;
    text-align: center;
  }

  .inner-nav a:nth-child(odd) {
    border-right: 1px solid rgba(8, 9, 8, 0.18);
  }

  .inner-nav a:last-child {
    grid-column: 1 / -1;
  }

  .inner-nav a::after {
    display: none;
  }

  .inner-hero {
    display: block;
    min-height: 430px;
    padding: 115px 18px 46px;
  }

  .inner-ghost-word {
    top: 32px;
    right: -8px;
    font-size: min(40vw, 180px);
  }

  .inner-section-label {
    margin-bottom: 18px;
  }

  .inner-title {
    font-size: clamp(66px, 23vw, 108px);
  }

  .inner-lead {
    max-width: 310px;
    margin: 76px 0 0 auto;
    padding-left: 18px;
    border-left-width: 8px;
    font-size: 14px;
  }

  .inner-content {
    display: block;
    padding: 92px 24px 110px;
  }

  .inner-content p {
    max-width: none;
    font-size: 17px;
    line-height: 1.9;
  }

  .inner-content p:first-child::before {
    margin-bottom: 38px;
  }

  .inner-content p:last-child {
    padding-top: 58px;
  }

  .inner-visual {
    padding: 0 18px 92px;
  }

  .inner-figure {
    width: calc(100% - 42px);
  }

  .inner-moss-block {
    width: 24px;
    height: 120px;
    margin: 0 0 31px 18px;
  }

  .inner-footer {
    grid-template-columns: 1fr auto;
    gap: 34px 20px;
    padding: 36px 22px 38px;
  }

  .inner-social {
    justify-self: end;
  }

  .inner-copyright {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* -------------------------------------------------------
   NEWS DETAIL
------------------------------------------------------- */

.news-detail {
  width: min(calc(100% - 56px), 1184px);
  margin: 0 auto;
}

.news-detail-header {
  position: relative;
  padding: clamp(108px, 13vw, 188px) 0 clamp(88px, 10vw, 144px);
  overflow: hidden;
  border-bottom: 1px solid rgba(8, 9, 8, 0.2);
}

.news-detail-header::after {
  position: absolute;
  right: -0.06em;
  bottom: -0.24em;
  color: #eeeee9;
  content: "R";
  font-size: clamp(250px, 31vw, 450px);
  font-weight: 600;
  line-height: 0.8;
  pointer-events: none;
}

.news-detail-kicker {
  position: absolute;
  top: clamp(48px, 5.5vw, 80px);
  right: 0;
  margin: 0;
  color: #696c65;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}

.news-detail-meta,
.news-detail-header h1 {
  position: relative;
  z-index: 1;
}

.news-detail-meta {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.news-detail-meta time {
  color: #5a5d56;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.17em;
}

.news-detail-category {
  min-width: 72px;
  padding: 7px 10px 6px;
  border: 1px solid rgba(8, 9, 8, 0.32);
  font-size: 8px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.18em;
}

.news-detail-header h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(42px, 6.7vw, 96px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.news-detail-body {
  display: grid;
  grid-template-columns: 150px minmax(0, 690px);
  gap: clamp(36px, 7vw, 100px);
  justify-content: end;
  padding: clamp(105px, 13vw, 188px) 0 clamp(118px, 14vw, 202px);
}

.news-detail-marker {
  justify-self: end;
  width: clamp(42px, 5.2vw, 74px);
  height: clamp(130px, 18vw, 258px);
  background: var(--moss);
}

.news-detail-copy p {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.025em;
}

.news-detail-copy p + p {
  margin-top: clamp(44px, 5vw, 72px);
}

.news-detail-nav {
  padding: 0 0 clamp(110px, 12vw, 174px);
}

.news-detail-nav a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 48px;
  padding: 0 4px;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.news-detail-nav a span:first-child {
  font-size: 17px;
  transition: transform 180ms ease;
}

.news-detail-nav a:hover span:first-child,
.news-detail-nav a:focus-visible span:first-child {
  transform: translateX(-4px);
}

.news-detail-nav a:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 5px;
}

.news-detail-space {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: clamp(260px, 31vw, 450px);
  padding: clamp(58px, 7vw, 100px) clamp(28px, 8.9vw, 128px);
  background: var(--land);
}

.news-detail-space p {
  margin: 0;
  color: rgba(8, 9, 8, 0.62);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.22em;
}

.news-detail-space span {
  width: clamp(24px, 3vw, 42px);
  height: clamp(90px, 12vw, 172px);
  background: var(--moss);
}

@media (max-width: 800px) {
  .news-detail {
    width: calc(100% - 36px);
  }

  .news-detail-header {
    padding: 92px 0 76px;
  }

  .news-detail-header::after {
    right: -10px;
    bottom: -18px;
    font-size: min(54vw, 220px);
  }

  .news-detail-kicker {
    top: 34px;
    right: 2px;
  }

  .news-detail-meta {
    gap: 18px;
    margin-bottom: 46px;
  }

  .news-detail-header h1 {
    padding-right: 8px;
    font-size: clamp(38px, 12vw, 62px);
    line-height: 1.12;
  }

  .news-detail-body {
    display: block;
    padding: 90px 6px 116px;
  }

  .news-detail-marker {
    display: block;
    width: 28px;
    height: 84px;
    margin: 0 0 48px;
  }

  .news-detail-copy p {
    font-size: 18px;
    line-height: 1.9;
  }

  .news-detail-copy p + p {
    margin-top: 46px;
  }

  .news-detail-nav {
    padding: 0 6px 104px;
  }

  .news-detail-space {
    min-height: 220px;
    padding: 48px 24px;
  }

  .news-detail-space span {
    width: 22px;
    height: 92px;
  }
}

/* -------------------------------------------------------
   NEWS INDEX
------------------------------------------------------- */

.news-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  align-items: end;
  min-height: clamp(390px, 42vw, 600px);
  padding: clamp(84px, 11vw, 158px) clamp(28px, 8.9vw, 128px)
    clamp(60px, 6.6vw, 95px);
  overflow: hidden;
  border-bottom: 1px solid rgba(8, 9, 8, 0.16);
}

.news-ghost-word {
  position: absolute;
  top: -0.28em;
  right: -0.06em;
  margin: 0;
  color: #eeeee9;
  font-size: clamp(180px, 28vw, 405px);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.085em;
  pointer-events: none;
  user-select: none;
}

.news-title-wrap,
.news-intro {
  position: relative;
  z-index: 1;
}

.news-title {
  margin: 0;
  font-size: clamp(76px, 12vw, 174px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.065em;
}

.news-intro {
  max-width: 340px;
  margin: 0 0 4px;
  padding-left: 25px;
  border-left: 10px solid var(--land);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.news-index {
  width: min(calc(100% - 56px), 1184px);
  margin: 0 auto;
  padding: clamp(110px, 12vw, 174px) 0 clamp(120px, 14vw, 202px);
}

.news-index-head,
.news-item a {
  display: grid;
  grid-template-columns: 150px 150px minmax(0, 1fr) 28px;
  column-gap: clamp(22px, 3.6vw, 52px);
}

.news-index-head {
  padding: 0 20px 17px;
  color: #6c6e68;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.news-index-head span:nth-child(3) {
  grid-column: 3;
}

.news-item {
  margin: 0;
  border-top: 1px solid rgba(8, 9, 8, 0.22);
}

.news-item:last-child {
  border-bottom: 1px solid rgba(8, 9, 8, 0.22);
}

.news-item a {
  position: relative;
  align-items: center;
  min-height: 116px;
  padding: 24px 20px;
}

.news-item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--moss);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 220ms ease;
}

.news-item a:hover::before,
.news-item a:focus-visible::before {
  transform: scaleY(1);
  transform-origin: top;
}

.news-item a:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: -1px;
}

.news-item time,
.news-category {
  color: #5a5d56;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.news-category {
  width: max-content;
  min-width: 68px;
  padding: 6px 8px 5px;
  border: 1px solid rgba(8, 9, 8, 0.28);
  color: var(--ink);
  font-size: 8px;
  text-align: center;
  letter-spacing: 0.17em;
}

.news-item h2 {
  min-width: 0;
  margin: 0;
  font-size: clamp(16px, 1.55vw, 22px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.news-arrow {
  justify-self: end;
  font-size: 15px;
  transition: transform 180ms ease;
}

.news-item a:hover .news-arrow,
.news-item a:focus-visible .news-arrow {
  transform: translate(3px, -3px);
}

.news-afterword {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-height: 230px;
  padding: 60px clamp(28px, 8.9vw, 128px);
  background: var(--land);
}

.news-afterword span {
  width: 28px;
  height: 110px;
  background: var(--moss);
}

.news-afterword p {
  margin: 0;
  color: #4c4f48;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}

@media (max-width: 900px) {
  .news-index-head,
  .news-item a {
    grid-template-columns: 112px 100px minmax(0, 1fr) 24px;
    column-gap: 20px;
  }
}

@media (max-width: 800px) {
  .news-hero {
    display: block;
    min-height: 390px;
    padding: 108px 18px 44px;
  }

  .news-ghost-word {
    top: 32px;
    right: -8px;
    font-size: min(40vw, 180px);
  }

  .news-title {
    font-size: clamp(66px, 23vw, 108px);
  }

  .news-intro {
    max-width: 290px;
    margin: 72px 0 0 auto;
    padding-left: 18px;
    border-left-width: 8px;
    font-size: 14px;
  }

  .news-index {
    width: calc(100% - 36px);
    padding: 88px 0 110px;
  }

  .news-index-head {
    display: none;
  }

  .news-item a {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 13px 18px;
    min-height: 0;
    padding: 26px 10px;
  }

  .news-item time {
    grid-column: 1;
    grid-row: 1;
  }

  .news-category {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .news-item h2 {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-right: 28px;
    font-size: 16px;
  }

  .news-arrow {
    position: absolute;
    right: 10px;
    bottom: 29px;
  }

  .news-afterword {
    min-height: 190px;
    padding: 46px 24px;
  }

  .news-afterword span {
    width: 22px;
    height: 92px;
  }
}
/* CTS JAPAN COUNTDOWN */

.hero-visual {
  position: relative;
}

.hero-image-common {
  display: block;
  width: 100%;
  height: auto;
}

.cts-countdown-wrap {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  color: #fff;
  z-index: 5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.cts-countdown-title {
  margin-bottom: 16px;
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 600;
  letter-spacing: .15em;
}

.cts-countdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(18px, 4vw, 60px);
}

.cts-countdown-item {
  min-width: 80px;
}

.cts-countdown-item span {
  display: block;
  font-size: clamp(40px, 6vw, 100px);
  line-height: .95;
  font-weight: 700;
  letter-spacing: .02em;
}

.cts-countdown-item small {
  display: block;
  margin-top: 12px;
  font-size: clamp(10px, 1.1vw, 16px);
  font-weight: 600;
  letter-spacing: .15em;
}

@media (max-width: 600px) {
  .cts-countdown-wrap {
    top: 5%;
    width: 96%;
  }

  .cts-countdown {
    gap: 12px;
  }

  .cts-countdown-item {
    min-width: 52px;
  }

  .cts-countdown-item span {
    font-size: clamp(28px, 10vw, 46px);
  }

  .cts-countdown-item small {
    margin-top: 6px;
    font-size: 8px;
  }

  .cts-countdown-title {
    margin-bottom: 10px;
    font-size: 9px;
  }
}