@font-face {
  font-family: "LP Noto Sans JP";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "LP Zen Antique";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ZenAntique-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "LP Oswald";
  font-style: normal;
  font-weight: 200 700;
  src: url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "BizOnest";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Onest-Bold.woff2") format("woff2");
}

:root {
  --orange: #ff7816;
  --ink: #333333;
  --charcoal: #303030;
  --line: #ff8a2a;
  --paper: #fffaf4;
  --base: min(100vw, 1440px);
  --font-sans: "LP Noto Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-serif: "LP Zen Antique", "Source Han Serif", "Source Han Serif JP", "Zen Antique", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-din: "LP Oswald", "Oswald", "DIN 2014", "DIN2014", "DIN", "Arial Narrow", Arial, sans-serif;
  --font-garamond: "Adobe Garamond Pro", "AGaramondPro-Regular", Georgia, serif;
  --font-josefin: "Josefin Sans", "BizOnest", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

html {
  min-width: clamp(240px, calc(var(--base) * 0.22222), 320px);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

p,
dd,
li {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

p,
dl,
dd,
h1,
h2,
h3 {
  margin: 0;
}

.lp {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin-inline: auto;
}

.section__inner--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section--pattern {
  background-image: url("../img/bg/pattern-grid.png");
  background-repeat: repeat;
}

.section--dark {
  color: #ffffff;
  background:
    linear-gradient(rgb(35 35 35 / 0.2), rgb(35 35 35 / 0.2)),
    url("../img/bg/dark-texture-bg.png") center / cover;
}

.section--photo {
  color: #ffffff;
  background-position: center;
  background-size: cover;
}

.section--photo::before,
.section--dark::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgb(22 31 35 / 0.55);
}

.section--photo .eyebrow {
  color: #ffffff;
  font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 11px;
  letter-spacing: 0.15em;
}

.eyebrow {
  display: inline-block;
  color: var(--orange);
  font-family: var(--font-din);
  font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}

.eyebrow--dark {
  color: var(--ink);
  font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 11px;
}

.section h2 {
  margin-top: 18px;
  font-size: clamp(18px, calc(var(--base) * 0.01944), 28px);
  font-weight: 900;
  line-height: 1.45;
}

.lead-text {
  display: grid;
  gap: 26px;
  width: min(100%, 760px);
  margin-top: 62px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.lead-text p:nth-child(3),
.lead-text p:nth-child(7) {
  margin-top: 18px;
}

.section-logo {
  margin-top: 62px;
  width: 70px;
  height: auto;
}

.hero {
  aspect-ratio: 16 / 9;
  min-height: 0;
  color: #ffffff;
  background:
    linear-gradient(rgb(0 75 98 / 0.08), rgb(0 75 98 / 0.08)),
    url("../img/bg/hero-bg.png") center center / cover;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  content: "";
  background: linear-gradient(rgb(11 91 124 / 0), rgb(20 108 142 / 0.52));
}

.hero__brand {
  position: absolute;
  top: calc(var(--base) * 0.035);
  left: calc(var(--base) * 0.034);
  z-index: 2;
  width: calc(var(--base) * 0.116);
  height: auto;
}

.hero__copy {
  position: static;
  z-index: 2;
  width: auto;
  text-align: right;
}

.hero__lead {
  position: absolute;
  top: calc(var(--base) * 0.238);
  left: calc(var(--base) * 0.1);
  z-index: 2;
  width: calc(var(--base) * 0.74);
  font-family: var(--font-serif);
  font-size: clamp(40px, calc(var(--base) * 0.0382), 55px);
  font-weight: 400;
  line-height: 1.13;
  text-shadow: 0 2px 12px rgb(0 0 0 / 0.32);
  white-space: nowrap;
}

.hero__accent {
  color: var(--orange);
}

.hero__lead-line {
  display: inline;
}

.sp-only {
  display: none;
}

.hero__lead-last {
  font-weight: inherit;
}

.hero__project {
  position: absolute;
  right: calc(var(--base) * 0.034);
  bottom: calc((var(--base) * 0.128) + 70px);
  z-index: 2;
  margin-bottom: 0;
  font-family: var(--font-sans);
  font-size: clamp(21px, calc(var(--base) * 0.0188), 27px);
  font-weight: 700;
}

.hero__title {
  position: absolute;
  right: calc(var(--base) * 0.034);
  bottom: calc((var(--base) * 0.032) + 70px);
  z-index: 2;
  font-family: var(--font-din);
  font-size: clamp(96px, calc(var(--base) * 0.0792), 114px);
  font-weight: 200;
  line-height: 0.95;
  letter-spacing: 0;
  transform: scaleX(1.14);
  transform-origin: right bottom;
}

.hero__schedule {
  position: absolute;
  left: calc(var(--base) * 0.034);
  top: calc(var(--base) * 0.418);
  z-index: 2;
  display: grid;
  gap: calc(var(--base) * 0.012);
  width: calc(var(--base) * 0.44);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: clamp(13px, calc(var(--base) * 0.0118), 17px);
  font-weight: 700;
  line-height: 1.22;
  text-align: left;
}

.hero__schedule div {
  display: block;
}

.hero__schedule dt {
  position: relative;
  padding-left: calc(var(--base) * 0.009);
  color: #ffffff;
}

.hero__schedule dt::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  width: calc(var(--base) * 0.0042);
  height: 0.82em;
  content: "";
  background: var(--orange);
}

.hero__schedule dt:empty::before {
  display: none;
}

.hero__schedule dt:empty {
  display: none;
}

.hero__schedule dd {
  padding-left: calc(var(--base) * 0.009);
}

.hero__schedule dd span {
  display: block;
}

.hero__schedule dd span + span {
  margin-top: 0;
}

.hero__schedule dd .hero__schedule-dates {
  display: block;
}

.hero__schedule dd .hero__date-chunk {
  display: block;
}

.entry-card {
  display: grid;
  justify-items: center;
  align-content: center;
  background: var(--orange);
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

.hero__entry {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: calc(var(--base) * 0.2222);
  height: calc(var(--base) * 0.138);
}

.hero__entry--fixed {
  display: none;
}

.entry-card__label {
  font-size: clamp(24px, calc(var(--base) * 0.0087), 32px);
  line-height: 1;
}

.entry-card__timer {
  margin-top: calc(var(--base) * 0.0076);
  font-family: var(--font-din);
  font-size: clamp(24px, calc(var(--base) * 0.0222), 32px);
  line-height: 1;
  white-space: nowrap;
}

.entry-card__timer small {
  margin-inline: 1px 5px;
  font-family: var(--font-sans);
  font-size: 0.48em;
}

.entry-card__button {
  min-width: calc(var(--base) * 0.1319);
  margin-top: calc(var(--base) * 0.014);
  padding: 10px 24px 11px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--orange);
  font-size: clamp(11px, calc(var(--base) * 0.0094), 13.5px);
  line-height: 1;
}

.why-now {
  min-height: calc(var(--base) * 0.8681);
  padding-top: calc(var(--base) * 0.142);
  padding-bottom: calc(var(--base) * 0.08);
}

.why-now .eyebrow {
  font-family: var(--font-garamond);
  font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  font-weight: 400;
  transform: scaleX(1.12);
}

.why-now h2 {
  margin-top: calc(var(--base) * 0.012);
  font-family: var(--font-serif);
  font-size: clamp(18px, calc(var(--base) * 0.01944), 28px);
  font-weight: 400;
  line-height: 1.45;
}

.why-now .lead-text {
  gap: 22px;
  margin-top: calc(var(--base) * 0.058);
  font-family: var(--font-serif);
  font-size: clamp(13px, calc(var(--base) * 0.0111), 16px);
  font-weight: 400;
  line-height: 1.9;
}

.why-now .section-logo {
  margin-top: calc(var(--base) * 0.048);
  width: calc(var(--base) * 0.118);
}

.who {
  min-height: calc(var(--base) * 0.5417);
  padding-top: calc(var(--base) * 0.16);
  padding-bottom: calc(var(--base) * 0.08);
}

.who .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.target-list {
  display: grid;
  gap: 16px;
  width: min(100%, 800px);
  margin-top: 62px;
}

.target-list p {
  min-height: 66px;
  padding: 20px 24px;
  border: 2px solid var(--line);
  background: rgb(255 255 255 / 0.64);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.why-copia {
  min-height: calc(var(--base) * 0.8681);
  padding-top: calc(var(--base) * 0.155);
  padding-bottom: calc(var(--base) * 0.08);
  background-image: url("../img/bg/why-copia-bg.png");
}

.why-copia .lead-text {
  gap: 36px;
  margin-top: 70px;
  font-size: 15px;
  line-height: 2.38;
}

.why-copia::before {
  background: rgb(15 32 40 / 0.74);
}

.what {
  min-height: calc(var(--base) * 1.2639);
  padding-top: calc(var(--base) * 0.19);
  padding-bottom: calc(var(--base) * 0.1);
}

.what .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.what h2 {
  color: var(--ink);
  margin-top: 28px;
  font-size: clamp(18px, calc(var(--base) * 0.01944), 28px);
  line-height: 1.45;
}

.what .eyebrow--dark {
  font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
}

.benefits {
  display: grid;
  position: relative;
  gap: 56px;
  width: min(100%, 760px);
  margin: 90px 0 0;
  padding: 0;
  list-style: none;
}

.benefit {
  position: relative;
  z-index: 1;
  overflow: visible;
  min-height: 208px;
  padding: 3px;
  border: 2px solid var(--line);
  background: #ffffff;
}

.benefit span {
  position: absolute;
  top: -32px;
  left: 28px;
  z-index: 2;
  isolation: isolate;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: clamp(16px, calc(var(--base) * 0.01528), 22px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.benefit span::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: var(--orange);
  transform: rotate(45deg);
}

.benefit h3 {
  margin: 0 0 22px;
  padding: 22px 20px;
  background: #f4ded1;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.benefit p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  padding-inline: 4px;
  padding: 0 20px;
}

.why-oshima {
  min-height: calc(var(--base) * 0.8403);
  padding-top: calc(var(--base) * 0.16);
  padding-bottom: calc(var(--base) * 0.08);
  background-image: url("../img/bg/why-oshima-bg.png");
  background-position: center top;
}

.why-oshima::before {
  background: rgb(15 50 54 / 0.68);
}

.oshima-points {
  display: grid;
  gap: 14px;
  width: min(100%, 700px);
  margin: 70px 0 0;
  padding: 42px 48px;
  color: #333333;
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  text-align: left;
}

.oshima-points li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(0 0 0 / 0.12);
}

.oshima-points li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.oshima-points li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--orange);
  transform: rotate(45deg);
}

.judges {
  min-height: calc(var(--base) * 0.5417);
  padding-top: calc(var(--base) * 0.2);
  padding-bottom: calc(var(--base) * 0.1);
}

.judges .eyebrow {
  color: #ffffff;
  font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 11px;
  letter-spacing: 0.15em;
}

.coming-soon {
  margin-top: 60px;
  color: rgb(255 255 255 / 0.78);
  font-family: "BizOnest", sans-serif;
  font-size: clamp(34px, calc(var(--base) * 0.0278), 40px);
  line-height: 1;
  letter-spacing: 0.15em;
}

.overview {
  min-height: calc(var(--base) * 1.441);
  padding: calc(var(--base) * 0.17) 0 calc(var(--base) * 0.12);
}

.overview .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overview-list {
  display: grid;
  width: min(100%, 800px);
  margin-top: 58px;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.overview-list > div {
  display: grid;
  grid-template-columns: 178px 1fr;
  min-height: 92px;
  border-bottom: 1px solid #d8d8d8;
}

.overview-list dt {
  align-self: start;
  padding: 24px 22px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 900;
  vertical-align: top;
}

.overview-list dd {
  align-self: start;
  display: grid;
  gap: 20px;
  padding: 24px 28px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  border-left: 1px solid #e7e7e7;
}

.overview th {
  vertical-align: top;
}

.overview-list b {
  display: inline-block;
  min-width: 154px;
  font-weight: 900;
}

.theme-example {
  font-weight: 700;
}

.schedule-label {
  display: inline-block;
  min-width: 154px;
  color: var(--orange);
  font-weight: 900;
}

.label-fit {
  text-align: left;
  text-align-last: auto;
}

.schedule-date {
  display: inline;
}

.schedule-row {
  display: block;
}

.schedule-dates {
  display: inline-block;
  vertical-align: top;
}

.date-chunk {
  display: block;
  margin-bottom: 4px;
}

.date-chunk:last-child {
  margin-bottom: 0;
}

.primary-cta {
  display: inline-flex;
  min-width: 190px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 82px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--orange);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.footer {
  display: flex;
  min-height: 146px;
  align-items: center;
  justify-content: space-between;
  padding-inline: 48px;
  background: #2c2c2c;
  color: #ffffff;
}

.footer__brand {
  width: 112px;
  height: auto;
}

.footer small {
  font-size: 10px;
  font-weight: 700;
}

.hero__entry:focus-visible,
.primary-cta:focus-visible {
  outline: 3px solid rgb(255 122 22 / 0.7);
  outline-offset: 4px;
}

.js-enabled .js-hero-fade {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-enabled .js-hero-fade.is-visible {
  opacity: 1;
  filter: blur(0);
}

.js-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .js-hero-fade,
  .js-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

@media (min-width: 768px) {
  .hero {
    aspect-ratio: auto;
    min-height: calc(var(--base) * 0.6);
  }

  .hero__lead {
    left: 50%;
    width: max-content;
    max-width: calc(100% - 360px);
    text-align: center;
    transform: translateX(-50%);
  }

  .hero__project {
    bottom: calc(var(--base) * 0.12);
  }

  .hero__title {
    bottom: calc(var(--base) * 0.025);
  }

  .hero__schedule {
    top: calc(var(--base) * 0.352);
  }

  .why-now {
    min-height: calc(var(--base) * 0.78);
    padding-bottom: calc(var(--base) * 0.055);
  }

  .who {
    min-height: calc(var(--base) * 0.47);
    padding-top: calc(var(--base) * 0.125);
    padding-bottom: calc(var(--base) * 0.06);
  }

  .why-copia {
    min-height: calc(var(--base) * 0.76);
    padding-top: calc(var(--base) * 0.125);
    padding-bottom: calc(var(--base) * 0.055);
  }

  .what {
    min-height: calc(var(--base) * 1.1);
    padding-top: calc(var(--base) * 0.145);
    padding-bottom: calc(var(--base) * 0.07);
  }

  .why-oshima {
    min-height: calc(var(--base) * 0.74);
    padding-top: calc(var(--base) * 0.13);
    padding-bottom: calc(var(--base) * 0.055);
  }

  .judges {
    min-height: calc(var(--base) * 0.42);
    padding-top: calc(var(--base) * 0.14);
    padding-bottom: calc(var(--base) * 0.065);
  }

  .overview {
    min-height: calc(var(--base) * 1.26);
    padding: calc(var(--base) * 0.13) 0 calc(var(--base) * 0.08);
  }

  /* Figma node 234:442 / LP_PC版: 1440px baseline */
  .hero {
    min-height: calc(var(--base) * 0.5625);
    height: calc(var(--base) * 0.5625);
  }

  .hero__lead {
    top: calc(var(--base) * 0.243);
    font-size: clamp(40px, calc(var(--base) * 0.0382), 55px);
    letter-spacing: 0.08em;
  }

  .hero__project {
    right: calc(var(--base) * 0.035);
    bottom: calc(var(--base) * 0.143);
    font-size: clamp(18px, calc(var(--base) * 0.01944), 28px);
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .hero__title {
    right: calc(var(--base) * 0.035);
    bottom: calc(var(--base) * 0.035);
    font-size: clamp(96px, calc(var(--base) * 0.10417), 150px);
    font-weight: 200;
  }

  .hero__schedule {
    top: calc(var(--base) * 0.3625);
    left: calc(var(--base) * 0.0354);
    display: flex;
    flex-direction: column;
    gap: calc(var(--base) * 0.0139);
    width: calc(var(--base) * 0.2424);
    font-size: clamp(13px, calc(var(--base) * 0.01111), 16px);
    line-height: 1;
  }

  .hero__schedule div {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
  }

  .hero__schedule dt {
    padding-left: 0;
    font-size: clamp(13px, calc(var(--base) * 0.01111), 16px);
    font-weight: 700;
    line-height: 1;
  }

  .hero__schedule dt::before {
    top: 0;
    left: -10px;
    width: 5px;
    height: 20px;
  }

  .hero__schedule dd {
    padding-left: 0;
    font-size: clamp(16px, calc(var(--base) * 0.01389), 20px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .hero__schedule dd .hero__schedule-dates,
  .hero__schedule dd .hero__date-chunk {
    display: block;
  }

  .hero__schedule dd .hero__date-chunk + .hero__date-chunk {
    margin-top: 10px;
  }

  .hero__entry--inline {
    display: none;
  }

  .hero__entry--fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: calc(var(--base) * 0.2222);
    height: calc(var(--base) * 0.1458);
    padding: calc(var(--base) * 0.0208);
  }

  .entry-card__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: clamp(14px, calc(var(--base) * 0.01389), 20px);
    line-height: 1;
    white-space: nowrap;
  }

  .entry-card__label::before,
  .entry-card__label::after {
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    border-left: 2px solid #ffffff;
    transform: rotate(-25deg);
  }

  .entry-card__label::after {
    transform: rotate(25deg);
  }

  .entry-card__timer {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-top: 0;
    font-size: clamp(28px, calc(var(--base) * 0.02778), 40px);
  }

  .entry-card__timer span {
    font-size: clamp(28px, calc(var(--base) * 0.02778), 40px);
    line-height: 1;
  }

  .entry-card__timer small {
    margin: 0;
    font-size: 0.5em;
    line-height: 1;
  }

  .entry-card__button {
    display: inline-flex;
    min-width: calc(var(--base) * 0.1736);
    min-height: calc(var(--base) * 0.0417);
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 0 35px;
    font-size: clamp(14px, calc(var(--base) * 0.01389), 20px);
  }

  .why-now {
    height: calc(var(--base) * 0.88194);
    min-height: calc(var(--base) * 0.88194);
    padding-top: calc(var(--base) * 0.1389);
    padding-bottom: calc(var(--base) * 0.1389);
  }

  .why-now .eyebrow {
    font-size: clamp(76px, calc(var(--base) * 0.07986), 115px);
    line-height: 1;
    letter-spacing: 0;
  }

  .why-now h2 {
    margin-top: 0;
    font-size: clamp(20px, calc(var(--base) * 0.01944), 28px);
    line-height: 1;
  }

  .why-now .lead-text {
    gap: 0;
    width: min(100%, 784px);
    margin-top: calc(var(--base) * 0.0694);
    font-size: clamp(15px, calc(var(--base) * 0.01389), 20px);
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .why-now .lead-text p {
    line-height: 2;
  }

  .lead-text .pc-spacer {
    display: block;
    height: 40px;
    min-height: 40px;
    margin: 0;
    line-height: 0;
  }

  .why-now .section-logo {
    margin-top: calc(var(--base) * 0.0694);
    width: calc(var(--base) * 0.1146);
  }

  .who {
    height: calc(var(--base) * 0.5417);
    min-height: calc(var(--base) * 0.5417);
    padding-top: calc(var(--base) * 0.1389);
    padding-bottom: calc(var(--base) * 0.1389);
  }

  .who .eyebrow--dark {
    font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  }

  .target-list {
    gap: 10px;
    width: min(100%, 800px);
    margin-top: 50px;
  }

  .target-list p {
    min-height: 70px;
    padding: 20px;
    border-width: 3px;
    font-size: clamp(15px, calc(var(--base) * 0.01389), 20px);
    font-weight: 400;
    line-height: 2;
  }

  .why-copia {
    height: calc(var(--base) * 0.9167);
    min-height: calc(var(--base) * 0.9167);
    padding-top: calc(var(--base) * 0.1389);
    padding-bottom: calc(var(--base) * 0.1389);
  }

  .why-copia .eyebrow {
    font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  }

  .why-copia h2 {
    margin-top: 50px;
    font-size: clamp(20px, calc(var(--base) * 0.01944), 28px);
    line-height: 1;
  }

  .why-copia .lead-text {
    gap: 0;
    width: min(100%, 800px);
    margin-top: calc(var(--base) * 0.0694);
    font-size: clamp(15px, calc(var(--base) * 0.01389), 20px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .why-copia .lead-text p {
    line-height: 2;
  }

  .what {
    height: calc(var(--base) * 1.2292);
    min-height: calc(var(--base) * 1.2292);
    padding-top: calc(var(--base) * 0.1389);
    padding-bottom: calc(var(--base) * 0.1389);
  }

  .what h2 {
    margin-top: 20px;
    font-size: clamp(20px, calc(var(--base) * 0.01944), 28px);
  }

  .benefits {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: min(100%, 800px);
    margin-top: 35px;
  }

  .benefit {
    position: relative;
    height: 296px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .benefit:last-child {
    height: 255px;
  }

  .benefit::before {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 270px;
    content: "";
    border: 3px solid var(--line);
    background: #ffffff;
  }

  .benefit:last-child::before {
    height: 230px;
  }

  .benefit span {
    top: -4px;
    left: 18px;
    width: 60px;
    height: 60px;
    font-family: var(--font-din);
    font-size: clamp(24px, calc(var(--base) * 0.0236), 34px);
  }

  .benefit span::before {
    inset: 0;
  }

  .benefit h3 {
    position: absolute;
    top: 35px;
    left: 10px;
    z-index: 1;
    display: flex;
    width: calc(100% - 20px);
    height: 80px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    font-size: clamp(16px, calc(var(--base) * 0.01528), 22px);
    line-height: 1;
  }

  .benefit p {
    position: absolute;
    top: 145px;
    left: 40px;
    z-index: 1;
    width: calc(100% - 80px);
    padding: 0;
    font-size: clamp(13px, calc(var(--base) * 0.01285), 18.5px);
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .benefit:nth-child(3) p {
    letter-spacing: -0.03em;
  }

  .why-oshima {
    height: calc(var(--base) * 1.0417);
    min-height: calc(var(--base) * 1.0417);
    padding-top: calc(var(--base) * 0.1389);
    padding-bottom: calc(var(--base) * 0.1389);
  }

  .why-oshima .eyebrow {
    font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  }

  .why-oshima h2 {
    margin-top: 50px;
    font-size: clamp(20px, calc(var(--base) * 0.01944), 28px);
    line-height: 1;
  }

  .why-oshima .lead-text {
    gap: 0;
    width: min(100%, 800px);
    margin-top: calc(var(--base) * 0.0694);
    font-size: clamp(15px, calc(var(--base) * 0.01389), 20px);
    font-weight: 400;
    line-height: 2;
  }

  .why-oshima .lead-text p {
    line-height: 2;
  }

  .oshima-points {
    gap: 0;
    width: min(100%, 800px);
    height: 275px;
    margin-top: calc(var(--base) * 0.0694);
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.8);
  }

  .oshima-points li {
    display: flex;
    min-height: 50px;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border-bottom-color: rgba(51, 51, 51, 0.8);
    font-size: clamp(12px, calc(var(--base) * 0.01111), 16px);
    font-weight: 400;
    line-height: 1;
  }

  .judges {
    height: calc(var(--base) * 0.4236);
    min-height: calc(var(--base) * 0.4236);
    padding-top: calc(var(--base) * 0.1389);
    padding-bottom: calc(var(--base) * 0.1389);
  }

  .judges .eyebrow {
    font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  }

  .coming-soon {
    margin-top: 50px;
    font-size: clamp(44px, calc(var(--base) * 0.04861), 70px);
  }

  .overview {
    height: calc(var(--base) * 1.5278);
    min-height: calc(var(--base) * 1.5278);
    padding: calc(var(--base) * 0.1389) 0 calc(var(--base) * 0.1389);
  }

  .overview .eyebrow--dark {
    font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  }

  .overview-list {
    display: flex;
    flex-direction: column;
    width: min(100%, 800px);
    margin-top: 50px;
    border: 0;
  }

  .overview-list > div {
    display: grid;
    grid-template-columns: 200px 600px;
    min-height: 0;
    border-bottom: 0;
  }

  .overview-list > div:nth-child(1) {
    height: 240px;
  }

  .overview-list > div:nth-child(2),
  .overview-list > div:nth-child(3) {
    height: 125px;
  }

  .overview-list > div:nth-child(4) {
    height: 520px;
  }

  .overview-list > div:nth-child(5) {
    height: 250px;
  }

  .overview-list > div:nth-child(6),
  .overview-list > div:nth-child(7) {
    height: 130px;
  }

  .overview-list dt {
    box-sizing: border-box;
    width: 200px;
    height: 100%;
    padding: 30px 30px 30px 0;
    border-top: 3px solid var(--orange);
    font-size: clamp(15px, calc(var(--base) * 0.01389), 20px);
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .overview-list dd {
    box-sizing: border-box;
    width: 600px;
    height: 100%;
    gap: 30px;
    padding: 30px 0;
    border-top: 3px solid #333333;
    border-left: 0;
    font-size: clamp(15px, calc(var(--base) * 0.01389), 20px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    overflow: hidden;
  }

  .overview-list p {
    line-height: 1;
  }

  .overview-list dd > p,
  .schedule-row {
    width: 600px;
  }

  .overview-list > div:nth-child(4) dd p {
    line-height: 1.5;
  }

  .overview-list > div:nth-child(4) dd {
    gap: 16px;
  }

  .overview-list b,
  .schedule-label {
    flex: 0 0 150px;
    min-width: 150px;
    width: 150px;
    line-height: 1;
    text-align: left;
  }

  .overview-list dd .schedule-label {
    color: #333333;
    font-weight: 900;
    letter-spacing: 0.05em;
  }

  .overview-list > div:first-child dd {
    line-height: 1;
  }

  .label-fit {
    display: inline-flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }

  .schedule-row,
  .overview-list dd > p {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }

  .schedule-date,
  .schedule-dates,
  .overview-list dd > p > :not(b):not(.schedule-label) {
    flex: 0 0 420px;
    width: 420px;
  }

  .schedule-dates {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .date-chunk {
    margin-bottom: 0;
  }

  .theme-example {
    display: block !important;
    width: 600px !important;
    line-height: 1.5 !important;
  }

  .theme-item {
    display: block !important;
    width: 600px !important;
    font-size: clamp(14px, calc(var(--base) * 0.0125), 18px);
    line-height: 1.2 !important;
  }

  .theme-item b {
    display: block;
    min-width: 0;
    width: auto;
    margin-bottom: 10px;
    font-size: clamp(15px, calc(var(--base) * 0.01389), 20px);
  }

  .eligibility {
    display: block !important;
    width: 600px !important;
    line-height: 2 !important;
  }

  .primary-cta {
    min-width: 250px;
    min-height: 60px;
    margin-top: 50px;
    padding: 0 30px;
    font-size: clamp(14px, calc(var(--base) * 0.01389), 20px);
  }

  .footer {
    height: calc(var(--base) * 0.1042);
    min-height: calc(var(--base) * 0.1042);
    padding-inline: 40px;
  }

  .footer__brand {
    width: calc(var(--base) * 0.1174);
  }

  .footer small {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  :root {
    --base: 100vw;
  }

  .pc-spacer {
    display: none;
  }

  body {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .lp,
  .section {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .section__inner {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    padding-inline: 20px;
  }

  .section__inner--center {
    align-items: flex-start;
  }

  .section__inner--center > * {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .eyebrow {
    font-size: 38px;
    letter-spacing: 0.15em;
  }

  .eyebrow--dark,
  .judges .eyebrow {
    width: auto;
    align-self: center;
    font-size: 38px;
    padding: 0 0 20px;
    border-bottom: 3px solid currentColor;
    text-decoration: none;
  }

  .section--photo .eyebrow {
    width: auto;
    align-self: center;
    color: #ffffff;
    font-size: 38px;
    padding: 0 0 20px;
    border-bottom: 3px solid currentColor;
    text-decoration: none;
  }

  .section h2 {
    width: 100%;
    max-width: calc(100vw - 40px);
    margin-top: 13px;
    font-size: clamp(18px, calc(var(--base) * 0.01944), 28px);
    line-height: 1.45;
    letter-spacing: 0.05em;
    overflow-wrap: anywhere;
  }

  .lead-text {
    gap: 18px;
    width: 100%;
    max-width: calc(100vw - 40px);
    margin-top: 39px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.05em;
    overflow-wrap: anywhere;
  }

  .lead-text p:nth-child(3),
  .lead-text p:nth-child(7) {
    margin-top: 14px;
  }

  .hero {
    height: 630px;
    min-height: 630px;
    aspect-ratio: auto;
    background-color: #0f7088;
    background-position: -303px -118px;
    background-size: 1055px 703px;
    background-repeat: no-repeat;
  }

  .hero::after {
    top: 0;
    bottom: auto;
    height: 550px;
  }

  .hero__brand {
    top: 15px;
    left: 16px;
    width: 80px;
  }

  .hero__copy {
    position: absolute;
    inset: 58px 0 auto;
    display: flex;
    width: 100%;
    height: 492px;
    transform: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero__lead {
    position: static;
    width: 328px;
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    white-space: normal;
    letter-spacing: 0;
  }

  .hero__lead-line {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .hero__lead-line--future {
    font-size: 48px;
    letter-spacing: 0.2em;
  }

  .hero__lead-line--serious {
    margin-top: 15px;
    font-size: 48px;
    letter-spacing: 0.2em;
  }

  .hero__lead-line--week {
    margin-top: 15px;
    font-size: 48px;
    letter-spacing: 0.2em;
  }

  .hero__lead-line--future::first-letter,
  .hero__lead-line--serious::first-letter {
    font-size: 48px;
  }

  .sp-only {
    display: block;
  }

  .hero__project {
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1;
    text-align: center;
    white-space: normal;
  }

  .hero__title-group {
    width: 328px;
    margin-top: 30px;
    text-align: center;
  }

  .hero__title {
    position: static;
    font-family: var(--font-din);
    font-size: 94px;
    font-weight: 200;
    line-height: 1;
    text-align: center;
    transform: none;
  }

  .hero__lead-last {
    display: inline-block;
    margin-left: 0;
  }

  .hero__schedule {
    position: absolute;
    top: 388.66px;
    left: 16px;
    width: 340px;
    margin: 0;
    gap: 10px;
    font-size: 12px;
    line-height: 1;
    text-align: left;
  }

  .hero__schedule div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 31px;
    padding-left: 10px;
  }

  .hero__schedule dt {
    padding-left: 0;
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
  }

  .hero__schedule dt::before {
    top: 0;
    left: -10px;
    width: 5px;
    height: 15px;
  }

  .hero__schedule dd {
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  .hero__schedule dd span + span {
    margin-top: 0;
  }

  .hero__schedule dd .hero__schedule-dates {
    display: block;
    width: 340px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    white-space: normal;
  }

  .hero__schedule dd .hero__date-chunk {
    display: inline-block;
    margin-top: 0;
  }

  .hero__schedule dd .hero__date-chunk:not(:last-child)::after {
    content: "、";
  }

  .hero__entry {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: 80px;
    justify-content: center;
    align-items: center;
    padding: 15px 16px;
    overflow: hidden;
    box-shadow: none;
    text-align: center;
  }

  .hero__entry--fixed {
    display: none;
  }

  .entry-card__label {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 172px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }

  .entry-card__label::before,
  .entry-card__label::after {
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    border-left: 2px solid #ffffff;
    transform: rotate(-25deg);
  }

  .entry-card__label::after {
    transform: rotate(25deg);
  }

  .entry-card__timer {
    position: absolute;
    left: 23px;
    bottom: 17px;
    display: flex;
    gap: 5px;
    align-items: flex-end;
    min-width: 0;
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
  }

  .entry-card__timer span {
    font-size: 28px;
    line-height: 1;
  }

  .entry-card__timer small {
    margin: 0;
    font-size: 14px;
    line-height: 1;
  }

  .entry-card__button {
    width: 165px;
    min-width: 165px;
    height: 45px;
    min-height: 45px;
    margin-top: 0;
    padding: 0 14px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.05em;
    text-align: center;
  }

  .why-now {
    min-height: auto;
    padding-top: 76px;
    padding-bottom: 60px;
  }

  .why-now .eyebrow {
    max-width: calc(100vw - 40px);
    font-family: var(--font-garamond);
    font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
    font-weight: 400;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.15em;
    transform: none;
   }

  .why-now h2 {
    max-width: 400px;
    margin: 20px auto 0;
    font-family: var(--font-serif);
    font-size: clamp(18px, calc(var(--base) * 0.01944), 28px);
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
  }

  .why-now .lead-text {
    gap: 17px;
    max-width: 330px;
    margin: 38px auto 0;
    font-family: var(--font-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .why-now .section-logo {
    align-self: center;
    margin-top: 36px;
    width: 105px;
  }

  .who {
    min-height: auto;
    padding-top: 66px;
    padding-bottom: 58px;
  }

  .who .section__inner,
  .what .section__inner,
  .overview .section__inner {
    align-items: flex-start;
  }

  .who .eyebrow,
  .what .eyebrow,
  .overview .eyebrow {
    width: auto;
    align-self: center;
    text-align: center;
  }

  .who .eyebrow {
    max-width: 100%;
    padding: 6px 0 5px;
    border-bottom: 4px solid currentColor;
    font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .target-list {
    gap: 12px;
    width: calc(100vw - 40px);
    margin-top: 35px;
  }

  .target-list p {
    min-height: 66px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .why-copia {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 68px;
    background-position: 47% center;
  }

  .why-copia h2 {
    max-width: 300px;
    margin: 12px auto 0;
    font-size: clamp(18px, calc(var(--base) * 0.01944), 28px);
    line-height: 1.45;
    text-align: center;
  }

  .why-copia .lead-text {
    gap: 16px;
    max-width: 315px;
    margin: 44px auto 0;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
  }

  .what {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 64px;
  }

  .what .eyebrow--dark {
    font-size: clamp(34px, calc(var(--base) * 0.03472), 50px);
  }

  .what h2 {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-top: 24px;
    font-size: clamp(18px, calc(var(--base) * 0.01944), 28px);
    line-height: 1.45;
    text-align: center;
  }

  .benefits {
    gap: 28px;
    width: calc(100vw - 58px);
    margin: 50px 0 0;
    padding: 0;
    align-self: center;
  }

  .benefit {
    min-height: 0;
    padding: 3px;
    background: #ffffff;
  }

  .benefit span {
    top: -22px;
    left: 22px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .benefit h3 {
    display: flex;
    align-items: center;
    min-height: 70px;
    margin: 0 0 16px;
    padding: 16px 18px;
    font-size: 13.5px;
    line-height: 1.45;
    text-align: left;
  }

  .benefit p {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.05em;
    padding-inline: 2px;
    text-align: left;
    padding: 0 12px 12px;
  }

  .why-oshima {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 66px;
    background-position: center top;
  }

  .why-oshima h2 {
    max-width: 315px;
    margin: 12px auto 0;
    font-size: 24px;
    line-height: 1.45;
    text-align: center;
  }

  .why-oshima .lead-text {
    gap: 16px;
    max-width: 330px;
    margin: 38px auto 0;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
  }

  .oshima-points {
    gap: 10px;
    width: calc(100vw - 40px);
    margin-top: 40px;
    padding: 22px 20px;
    background-color: #ffffff;
  }

  .oshima-points li {
    padding-left: 14px;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: 0.05em;
  }

  .oshima-points li::before {
    width: 4px;
    height: 4px;
  }

  .judges {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 88px;
  }

  .coming-soon {
    margin-top: 32px;
    font-size: 14px;
    letter-spacing: 0.15em;
  }

  .overview {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 66px;
  }

  .overview-list {
    width: calc(100vw - 40px);
    margin-top: 44px;
    border-top: 0;
  }

  .overview-list > div {
    display: block;
    min-height: 0;
    margin-bottom: 28px;
    border-bottom: 0;
  }

  .overview-list > div:last-child {
    margin-bottom: 0;
  }

  .overview-list dt {
    margin-top: 0;
    padding: 24px 16px;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    background: #ffe2d0;
    color: var(--orange);
    font-size: 12.5px;
  }

  .overview-list > div:first-child dt {
    margin-top: 0;
  }

  .overview-list dd {
    gap: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .overview-list b {
    display: block;
    min-width: 0;
    margin-bottom: 3px;
  }

  .schedule-label {
    display: inline-block;
    min-width: 0;
    margin-bottom: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--orange);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
  }

  .schedule-date {
    display: block;
  }

  .schedule-dates {
    display: block;
  }

  .date-chunk {
    display: inline-block;
    margin-bottom: 0;
  }

  .date-chunk:not(:last-child)::after {
    content: "";
    margin: 0;
  }

  .primary-cta {
    min-width: 150px;
    min-height: 39px;
    align-self: center;
    margin-top: 60px;
    font-size: 11px;
  }

  .footer {
    min-height: 112px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-inline: 20px;
  }

  .footer__brand {
    width: 92px;
  }

  .footer small {
    font-size: 9px;
  }

  /* SP Figma node 244:1007 baseline: 375px */
  .section__inner {
    padding-inline: 16px;
  }

  .section__inner--center {
    align-items: center;
  }

  .section__inner--center > * {
    max-width: 100%;
  }

  .hero {
    height: 630px;
    min-height: 630px;
    background-position: -303px -118px;
    background-size: 1055px 703px;
  }

  .hero__brand {
    top: 16px;
    left: 16px;
    width: 80px;
  }

  .hero__copy {
    top: 58px;
    height: 492px;
    padding-inline: 23px;
  }

  .hero__lead {
    width: 312px;
    filter: drop-shadow(0 0 20px #333333);
  }

  .hero__lead-line--future,
  .hero__lead-line--serious,
  .hero__lead-line--week {
    font-size: 0;
    letter-spacing: 0;
  }

  .hero__lead-line--future {
    margin-top: 0;
  }

  .hero__lead-line--serious,
  .hero__lead-line--week {
    margin-top: 15px;
  }

  .hero__lead-line--future::first-letter,
  .hero__lead-line--serious::first-letter {
    font-size: 0;
  }

  .hero__lead-line--future {
    font-size: 34px;
    letter-spacing: 0.2em;
  }

  .hero__lead-line--future .hero__accent,
  .hero__lead-line--future::first-letter {
    font-size: 48px;
  }

  .hero__lead-line--future::first-letter {
    line-height: 1;
  }

  .hero__lead-line--serious {
    font-size: 34px;
    letter-spacing: 0.2em;
  }

  .hero__lead-line--serious::first-letter {
    font-size: 48px;
  }

  .hero__lead-line--week {
    font-size: 48px;
    letter-spacing: 0.2em;
  }

  .hero__title-group {
    width: 328px;
    margin-top: 30px;
  }

  .hero__project {
    font-size: 16px;
    font-weight: 400;
  }

  .hero__title {
    font-size: 94px;
    font-weight: 200;
  }

  .hero__schedule {
    top: 388px;
    left: 16px;
    width: 340px;
    gap: 10px;
  }

  .hero__schedule div {
    gap: 5px;
    min-height: 0;
    padding-left: 10px;
  }

  .hero__schedule dt {
    font-size: 12px;
    font-weight: 700;
  }

  .hero__schedule dd {
    font-size: 14px;
    line-height: 1;
  }

  .hero__schedule dd .hero__schedule-dates {
    width: 340px;
    line-height: 1.5;
  }

  .hero__entry {
    height: 80px;
    padding: 15px 16px;
  }

  .entry-card__label {
    width: 172px;
    font-size: 14px;
    font-weight: 700;
  }

  .entry-card__timer,
  .entry-card__timer span {
    font-size: 28px;
  }

  .entry-card__timer {
    left: 22px;
    bottom: 17px;
  }

  .entry-card__timer small {
    font-size: 14px;
  }

  .entry-card__button {
    width: 165px;
    min-width: 165px;
    height: 45px;
    min-height: 45px;
    padding: 0 14px;
    font-size: 16px;
    letter-spacing: -0.05em;
  }

  .why-now {
    height: 935px;
    min-height: 935px;
    padding: 80px 16px;
  }

  .why-now .section__inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding-inline: 0;
  }

  .why-now .eyebrow {
    max-width: 272px;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0;
  }

  .why-now h2 {
    max-width: 300px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .why-now .lead-text {
    gap: 0;
    width: 375px;
    max-width: 375px;
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
  }

  .why-now .lead-text p {
    line-height: 2;
  }

  .why-now .section-logo {
    width: 120px;
    margin-top: 50px;
  }

  .who {
    height: 590px;
    min-height: 590px;
    padding: 80px 16px;
  }

  .who .section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-inline: 0;
  }

  .who .eyebrow {
    width: 270px;
    max-width: 270px;
    padding: 0 0 20px;
    border-bottom-width: 5px;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
  }

  .target-list {
    align-self: center;
    gap: 10px;
    width: 340px;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
  }

  .target-list p {
    display: flex;
    min-height: 85px;
    align-items: flex-start;
    padding: 20px;
    border-width: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
  }

  .target-list p:nth-child(3) {
    min-height: 130px;
  }

  .why-copia {
    height: 960px;
    min-height: 960px;
    padding: 80px 16px;
    background-position: 50% center;
  }

  .why-copia .section__inner {
    padding-inline: 0;
  }

  .why-copia .eyebrow {
    width: 270px;
    max-width: 270px;
    padding-bottom: 20px;
    border-bottom-width: 5px;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
  }

  .why-copia h2 {
    max-width: 298px;
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 1;
  }

  .why-copia .lead-text {
    gap: 0;
    width: 375px;
    max-width: 375px;
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
  }

  .why-copia .lead-text p {
    line-height: 2;
  }

  .what {
    height: 1300px;
    min-height: 1300px;
    padding: 80px 16px;
  }

  .what .section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 0;
  }

  .what .eyebrow--dark {
    width: 270px;
    max-width: 270px;
    padding-bottom: 20px;
    border-bottom-width: 5px;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
  }

  .what h2 {
    align-self: center;
    width: 340px;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }

  .benefits {
    gap: 30px;
    width: 340px;
    margin-top: 50px;
  }

  .benefit {
    min-height: 0;
    padding: 3px;
    border-width: 2px;
  }

  .benefit span {
    top: -20px;
    left: 22px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .benefit h3 {
    min-height: 70px;
    margin: 0 0 16px;
    padding: 16px 18px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .benefit p {
    padding: 0 12px 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .why-oshima {
    height: 1175px;
    min-height: 1175px;
    padding: 80px 16px;
    background-position: center top;
  }

  .why-oshima .section__inner {
    padding-inline: 0;
  }

  .why-oshima .eyebrow {
    width: 270px;
    max-width: 270px;
    padding-bottom: 20px;
    border-bottom-width: 5px;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
  }

  .why-oshima h2 {
    max-width: 298px;
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .why-oshima .lead-text {
    gap: 0;
    width: 375px;
    max-width: 375px;
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
  }

  .why-oshima .lead-text p {
    line-height: 2;
  }

  .lead-text p.pc-spacer {
    display: block;
    height: 18px;
    min-height: 18px;
    margin: 0;
    font-size: 0;
    line-height: 0;
  }

  .oshima-points {
    gap: 10px;
    width: 340px;
    margin-top: 50px;
    padding: 25px 20px;
  }

  .oshima-points li {
    padding-left: 14px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

  .judges {
    height: 275px;
    min-height: 275px;
    padding: 80px 16px;
  }

  .judges .section__inner {
    padding-inline: 0;
  }

  .judges .eyebrow {
    font-size: 38px;
    line-height: 1;
  }

  .coming-soon {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
  }

  .overview {
    height: 2040px;
    min-height: 2040px;
    padding: 80px 16px;
  }

  .overview .section__inner {
    padding-inline: 0;
  }

  .overview .eyebrow--dark {
    width: 270px;
    max-width: 270px;
    padding-bottom: 20px;
    border-bottom-width: 5px;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
  }

  .overview-list {
    width: 343px;
    margin-top: 50px;
  }

  .overview-list > div {
    margin-bottom: 0;
  }

  .overview-list dt {
    display: flex;
    height: 50px;
    align-items: center;
    padding: 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: 1;
  }

  .overview-list dd {
    gap: 12px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .overview-list > div:nth-child(1) dd {
    height: 215px;
    gap: 20px;
  }

  .overview-list > div:nth-child(2) dd,
  .overview-list > div:nth-child(3) dd,
  .overview-list > div:nth-child(7) dd {
    height: 130px;
    gap: 20px;
  }

  .overview-list > div:nth-child(4) dd {
    height: 460px;
    gap: 20px;
  }

  .overview-list > div:nth-child(5) dd {
    height: 150px;
  }

  .overview-list > div:nth-child(6) dd {
    height: 90px;
  }

  .overview-list dd > p {
    line-height: 1.55;
  }

  .schedule-label {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .overview .schedule-label {
    display: block;
    min-width: 0;
    margin-bottom: 5px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  .schedule-date {
    font-size: 14px;
  }

  .schedule-row {
    display: block;
  }

  .schedule-dates {
    display: block;
    font-size: 14px;
    line-height: 1.55;
  }

  .date-chunk {
    display: inline;
    margin-bottom: 0;
  }

  .date-chunk:not(:last-child)::after {
    content: "";
  }

  .overview {
    height: auto;
    min-height: 2040px;
    overflow: visible;
  }

  .overview .section__inner {
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .overview-list {
    max-width: calc(100vw - 32px);
    margin-right: auto;
    margin-left: auto;
    align-self: center;
  }

  .overview-list > div {
    display: block;
    overflow: visible;
  }

  .overview-list dt {
    min-height: 50px;
  }

  .overview-list dd,
  .overview-list > div:nth-child(1) dd,
  .overview-list > div:nth-child(2) dd,
  .overview-list > div:nth-child(3) dd,
  .overview-list > div:nth-child(4) dd,
  .overview-list > div:nth-child(5) dd,
  .overview-list > div:nth-child(6) dd,
  .overview-list > div:nth-child(7) dd {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .overview-list dd {
    display: grid;
    gap: 6px;
    font-weight: 400;
  }

  .overview-list dd p,
  .overview-list dd .schedule-row {
    margin: 0;
    line-height: 1.42;
  }

  .overview-list b {
    margin-bottom: 2px;
    font-weight: 700;
  }

  .primary-cta {
    min-width: 250px;
    min-height: 60px;
    margin-top: 50px;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1;
  }

  .footer {
    min-height: 240px;
    padding: 80px 16px;
  }

  .footer__brand {
    width: 120px;
  }

  /* SP FV refinement: keep PC untouched. */
  .hero__copy {
    top: 58px;
    height: 492px;
    padding-inline: 16px;
  }

  .hero__lead {
    width: 340px;
  }

  .hero__lead-line--future,
  .hero__lead-line--serious,
  .hero__lead-line--week {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.16em;
  }

  .hero__lead-line--future .hero__accent,
  .hero__lead-line--future::first-letter,
  .hero__lead-line--serious::first-letter {
    font-size: inherit;
  }

  .hero__lead-line--serious,
  .hero__lead-line--week {
    margin-top: 12px;
  }

  .hero__title-group {
    width: 328px;
    margin-top: 24px;
    align-self: center;
    text-align: center;
  }

  .hero__project {
    width: 328px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .hero__title {
    font-size: 94px;
    line-height: 0.95;
  }

  .hero__schedule {
    top: 330px;
    z-index: 4;
  }

  .hero__entry {
    z-index: 5;
    display: grid;
    grid-template-columns: 172px 165px;
    grid-template-rows: auto auto;
    column-gap: 5px;
    row-gap: 0;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 15px 16px;
    overflow: hidden;
  }

  .entry-card__label {
    grid-column: 1;
    grid-row: 1;
    width: 172px;
    align-self: end;
  }

  .entry-card__timer {
    position: static;
    grid-column: 1;
    grid-row: 2;
    justify-content: center;
    width: 172px;
    align-self: start;
  }

  .entry-card__button {
    grid-column: 2;
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: end;
    padding: 0 14px 2px;
    line-height: 1;
    text-align: center;
  }

  .hero__entry--fixed {
    display: none;
  }
}
