/* ==========================================================================
   Award 2026 — award2026.css
   1. Shell / layout helpers
   2. Typography (shared with legacy award blocks)
   3. Hero
   4. Scroll stack + Sec01–04
   5. Motion (keyframes + JS-driven)
   6. Reduced motion
   ========================================================================== */
/* --------------------------------------------------------------------------
   Shell
-------------------------------------------------------------------------- */
:has(.p-award2026) .l-header {
  background: #fff;
}

html:has(.p-award2026),
body:has(.p-award2026) {
  overflow-x: clip;
}

:has(.p-award2026) .l-main {
  overflow-x: clip;
  overflow-y: visible;
}

:has(.p-award2026) .l-main,
:has(.p-award2026) .p-award2026 {
  transform: none;
  filter: none;
}

/* パンくず（award.html）— テーマ上書き */
:has(.p-award2026) .c-breadcrumb {
  background-color: #fff;
}

.p-award2026 {
  --font-noto-serif: "Noto Serif JP", "Noto Serif", serif;
  --font-eb-garamond: "EB Garamond", serif;
  --font-mixed: "EB Garamond", "Noto Serif JP", "Noto Serif", serif;
  --award2026-header-offset: 100px;
  font-family: var(--font-mixed);
  font-style: normal;
  position: relative;
  overflow: visible;
}

.p-award2026 img {
  max-width: 100%;
  height: auto;
}

.p-award2026 video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-award2026 {
    --award2026-header-offset: 70px;
  }
}

/* --------------------------------------------------------------------------
   Typography (blocks outside .p-award2026-hero)
-------------------------------------------------------------------------- */
.p-award2026 .p-award-gift__flex dl dd,
.p-award2026 .jp {
  font-family: var(--font-noto-serif);
}

.p-award2026 .en,
.p-award2026-hero h1 {
  font-family: var(--font-eb-garamond);
  font-style: normal;
}

.p-award2026 .p-award-mainv__detail,
.p-award2026 .p-award-list h2,
.p-award2026 .p-award-list__flex .cnt .cap,
.p-award2026 .p-award-gift h2 {
  font-family: var(--font-mixed);
}

.p-award2026 .p-award-list h2 > span,
.p-award2026 .p-award-gift h2 > span {
  font-family: var(--font-noto-serif);
}

/* --------------------------------------------------------------------------
   Hero
-------------------------------------------------------------------------- */
.p-award2026-hero {
  --hero-award-size: 280px;
  --hero-award-lh: 0.55;
  --hero-sub-size: 42px;
  --hero-sub-lh: 2.5;
  --hero-lead-size: 38px;
  --hero-lead-lh: 1.45;
  --hero-lead-tracking: calc(1em * (15.2 / 38));
  --hero-circle-size: 324px;
  position: relative;
  max-width: 1800px;
  min-height: 800px;
  height: 100vh;
  margin: 0 auto;
  padding-top: 75px;
  color: #fff;
}

/* h1 */
.p-award2026-hero h1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 75px;
  left: 0;
  font-weight: 400;
  overflow: visible;
}

.p-award2026-hero h1 em {
  display: block;
  overflow: visible;
}

/* JS分割前・表示前の FOUC 防止 */
.p-award2026-hero h1:not(.is-h1-split) > em {
  visibility: hidden;
  opacity: 0;
}

.p-award2026-hero h1 > span {
  font-size: var(--hero-sub-size);
  line-height: var(--hero-sub-lh);
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
}

/* h1 分割後：サイズは .award2026-char / .award2026-h1-sub に集約 */
.p-award2026-hero h1.is-h1-split em {
  font-size: 0;
  line-height: 0;
}

.p-award2026-hero h1.is-h1-split em .award2026-char {
  display: inline-block;
  vertical-align: top;
  font-size: var(--hero-award-size);
  line-height: var(--hero-award-lh);
  font-style: normal;
  font-weight: 400;
}

.p-award2026-hero h1.is-h1-split > span.award2026-h1-sub {
  font-size: var(--hero-sub-size);
  line-height: var(--hero-sub-lh);
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
}

.p-award2026-hero h1.is-h1-split > span.award2026-h1-sub.is-visible {
  opacity: 1;
  visibility: visible;
}

/* リード文 h2 */
.p-award2026-hero .l-container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.p-award2026-hero .l-container h2 {
  margin: 0;
  font-size: var(--hero-lead-size);
  line-height: var(--hero-lead-lh);
  letter-spacing: var(--hero-lead-tracking);
  font-weight: 500;
}

/* FOUC: hide h2 until JS char-split (see award2026.js) */
.p-award2026-hero .l-container h2:not(.is-char-split),
.p-award2026-sec01 .l-container .txts h2:not(.is-char-split),
.p-award2026-sec03 .box h2.is-award2026-title:not(.is-char-split),
.p-award2026-sec04 .box h2:not(.is-char-split) {
  visibility: hidden;
}

.p-award2026-hero .l-container h2.is-char-split {
  letter-spacing: 0;
}

.p-award2026-hero .l-container h2.is-char-split .award2026-char {
  font-size: var(--hero-lead-size);
  line-height: var(--hero-lead-lh);
  letter-spacing: var(--hero-lead-tracking);
  font-weight: 500;
}

/* circle */
.p-award2026-hero .circle {
  width: var(--hero-circle-size);
  height: var(--hero-circle-size);
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.p-award2026-hero .circle.is-visible {
  opacity: 1;
}

.p-award2026-hero .circle span {
  position: relative;
  font-size: 32px;
  margin-bottom: 3rem;
}

.p-award2026-hero .circle span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 33px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}

.p-award2026-hero .circle small {
  font-size: 20px;
}

.p-award2026-hero .circle img {
  position: absolute;
  inset: 0;
  width: 100%;
  transform-origin: center center;
  animation: award2026-circle-rotate 30s linear infinite;
}

/* Hero — Responsive */
@media screen and (max-width: 1060px) {
  .p-award2026-hero {
    --hero-award-size: 26vw;
    --hero-sub-size: 6vw;
    --hero-lead-size: 9vw;
    --hero-circle-size: 50vw;
    padding-top: 72px;
    padding-bottom: 100px;
    min-height: 125vw;
  }

  .p-award2026-hero .circle span {
    position: relative;
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .p-award2026-hero .circle span::after {
    bottom: -1.8vw;
    width: 3vw;
    height: 1px;
  }

  .p-award2026-hero .circle small {
    font-size: 2.5vw;
  }
}

/* --------------------------------------------------------------------------
   Scroll stack + Sec01
   (sticky overlap pattern; sec01 body below)
-------------------------------------------------------------------------- */
.p-award2026 .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: calc(var(--sticky-offset) + var(--award2026-header-offset));
}

.p-award2026-stack {
  position: relative;
}

.p-award2026-sec01.js-scroll-overlap {
  z-index: 1;
}

.p-award2026-sec01 {
  --sec01-h2-size: 36px;
  --sec01-h2-lh: 1.45;
  --sec01-h2-tracking: calc(1em * (3.6 / 36));
  --sec01-body-size: 24px;
  --sec01-img-lg: 100%;
  --sec01-img-sm: 55%;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 100px 0;
  color: #fff;
  overflow: visible;
}

.p-award2026-sec01 .l-container {
  --sec01-fade-opacity: 1;
  opacity: var(--sec01-fade-opacity);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  transition: opacity 0.12s linear;
}

.p-award2026-sec01 .l-container .txts {
  width: 50%;
  max-width: 550px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: var(--award2026-header-offset);
  align-self: flex-start;
  padding: 100px 0;
  height: calc(100vh - var(--award2026-header-offset));
  justify-content: flex-end;
}

.p-award2026-sec01 .l-container .txts h2 {
  font-size: var(--sec01-h2-size);
  line-height: var(--sec01-h2-lh);
  letter-spacing: var(--sec01-h2-tracking);
  font-weight: 500;
}

.p-award2026-sec01 .l-container .txts h2.is-char-split {
  letter-spacing: 0;
}

.p-award2026-sec01 .l-container .txts h2.is-char-split .award2026-char {
  font-size: var(--sec01-h2-size);
  line-height: var(--sec01-h2-lh);
  letter-spacing: var(--sec01-h2-tracking);
  font-weight: 500;
}

.p-award2026-sec01 .l-container .txts p {
  margin-top: 40px;
  font-size: var(--sec01-body-size);
  line-height: 2;
  text-align: justify;
}

.p-award2026-sec01 .l-container .imgs {
  width: 51%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-top: 100vh;
  margin-right: 0;
  padding: 100px 0;
}

.p-award2026-sec01 .l-container .imgs .award2026-img-wrap {
  width: var(--sec01-img-lg);
}

.p-award2026-sec01 .l-container .imgs .award2026-img-wrap:nth-child(even) {
  width: var(--sec01-img-sm);
}

.p-award2026-sec01 .l-container .imgs .award2026-img-wrap img {
  display: block;
  width: 100%;
}

/* Sec01 — Responsive */
@media screen and (max-width: 1060px) {
  .p-award2026-sec01 {
    --sec01-h2-size: 6vw;
    --sec01-body-size: 4vw;
    --sec01-img-lg: 88%;
    --sec01-img-sm: 62%;
    padding: 100px 0 16px;
  }

  .p-award2026-sec01 .l-container {
    flex-direction: column;
    gap: 40px;
    --sec01-fade-opacity: 1;
    opacity: 1;
  }

  .p-award2026-sec01 .l-container .txts {
    width: 100%;
    max-width: none;
    position: static;
    padding: 0;
    height: auto;
  }

  .p-award2026-sec01 .l-container .txts p {
    margin-top: 24px;
    text-align: left;
  }

  .p-award2026-sec01 .l-container .imgs {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    align-items: stretch;
    gap: 16px;
  }

  .p-award2026-sec01 .l-container .imgs .award2026-img-wrap {
    align-self: flex-end;
  }

  .p-award2026-sec01 .l-container .imgs .award2026-img-wrap:nth-child(even) {
    align-self: flex-start;
  }

  .p-award2026 .js-scroll-overlap {
    position: relative;
    top: auto;
  }
}

/* --------------------------------------------------------------------------
   Sec02
-------------------------------------------------------------------------- */
.p-award2026-sec02 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0 0 100px;
  color: #fff;
  isolation: isolate;
  min-height: calc(100vh - var(--award2026-header-offset));
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-award2026-sec02 .l-container {
  max-width: 100%;
  width: 97%;
}

.p-award2026-sec02 .img01 {
  max-width: 1400px;
  margin: 0 auto;
}

.p-award2026-sec02 .img01 .award2026-img-wrap {
  width: 100%;
}

/* Sec02 — Responsive */
@media screen and (max-width: 1060px) {
  .p-award2026-sec02 {
    padding: 0 0 100px;
    min-height: auto;
  }

  .p-award2026-sec02 .l-container {
    min-height: 0;
    width: 92%;
  }
}

/* --------------------------------------------------------------------------
   Sec03
-------------------------------------------------------------------------- */
.p-award2026-sec03 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0 0 100px;
  color: #fff;
  min-height: calc(100vh - var(--award2026-header-offset));
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-award2026-sec03 .l-container {
  max-width: 100%;
  width: 97%;
}

.p-award2026-sec03 .box {
  background: rgba(255, 255, 255, 0.15);
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 4%;
}

.p-award2026-sec03 .box h2.is-award2026-title {
  width: auto;
  max-width: 470px;
  margin: 0 auto 40px;
  mix-blend-mode: multiply;
  background-image: url(../img/03-title.png);
  aspect-ratio: 457/320;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: var(--font-eb-garamond);
  font-size: 64px;
  line-height: 1.2;
  padding-top: 100px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.p-award2026-sec03 .box h2.is-award2026-title small {
  display: inline-block;
  font-size: 36px;
  font-weight: inherit;
  vertical-align: baseline;
}

.p-award2026-sec03 .box h2.is-award2026-title.is-char-split .award2026-char {
  vertical-align: baseline;
}

.p-award2026-sec03 .box h2.is-award2026-title.is-char-split small .award2026-char {
  font-size: inherit;
}

.p-award2026-sec03 .box .cards {
  display: flex;
  justify-content: center;
  gap: 60px 8%;
  flex-wrap: wrap;
}

.p-award2026-sec03 .box .cards .card {
  width: calc((100% - 8%) / 2);
  margin: 0 auto;
}

.p-award2026-sec03 .box .cards .card .award2026-img-wrap {
  width: 100%;
}

.p-award2026-sec03 .box .cards .card dl {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
}

.p-award2026-sec03 .box .cards .card dl dt {
  font-size: 28px;
  font-weight: 400;
}

.p-award2026-sec03 .box .cards .card dl dd {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  margin-top: 5px;
}

/* Sec03 — Responsive */
@media screen and (max-width: 1060px) {
  .p-award2026-sec03 {
    padding: 0 0 100px;
    min-height: auto;
  }

  .p-award2026-sec03 .l-container {
    min-height: 0;
    width: 92%;
  }

  .p-award2026-sec03 .box h2.is-award2026-title {
    width: auto;
    max-width: 470px;
    margin: 0 auto 40px;
    font-size: 10vw;
    padding-top: 19vw !important;
  }

  .p-award2026-sec03 .box h2.is-award2026-title small {
    font-size: 5.6vw;
  }

  .p-award2026-sec03 .box .cards {
    flex-direction: column;
    gap: 30px;
  }

  .p-award2026-sec03 .box .cards .card {
    width: 100%;
  }

  .p-award2026-sec03 .box .cards .card dl {
    line-height: 1.2;
  }

  .p-award2026-sec03 .box .cards .card dl dt {
    font-size: 5vw;
  }

  .p-award2026-sec03 .box .cards .card dl dd {
    font-size: 4vw;
  }
}

/* --------------------------------------------------------------------------
   Sec04
-------------------------------------------------------------------------- */
.p-award2026-sec04 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 100px 0 200px;
  color: #fff;
  min-height: calc(100vh - var(--award2026-header-offset));
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/04-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.p-award2026-sec04 .l-container {
  max-width: 100%;
  width: 97%;
}

.p-award2026-sec04 .box {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
}

.p-award2026-sec04 .box .en {
  font-size: 42px;
  text-align: center;
  font-weight: 400;
}

.p-award2026-sec04 .box h2 {
  text-align: center;
  font-size: 64px;
  margin-top: 25px;
  font-weight: 400;
}

.p-award2026-sec04 .box p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: calc(1em * (3.36 / 24));
  text-align: center;
  margin-top: 60px;
}

.p-award2026-sec04 .box .cards {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
  margin-top: 100px;
}

.p-award2026-sec04 .box .cards .card {
  width: calc((100% - 140px) / 3);
  margin: 0 auto;
  position: relative;
}

.p-award2026-sec04 .box .cards .card .award2026-img-wrap {
  width: calc(100% - 24px);
  margin: 0 auto;
}

.p-award2026-sec04 .box .cards .card .award2026-img-wrap img {
  width: 100%;
}

.p-award2026-sec04 .box .cards .card dl {
  background-image: url(../img/ribbon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 254px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: -40px;
  color: #D01F0D;
}

.p-award2026-sec04 .box .cards .card:nth-of-type(3) dl {
  letter-spacing: calc((-1em * (1 / 20)));
}

/* Sec04 — Responsive */
@media screen and (max-width: 1060px) {
  .p-award2026-sec04 {
    min-height: auto;
  }

  .p-award2026-sec04 .l-container {
    min-height: 0;
    width: 92%;
  }

  .p-award2026-sec04 .box .en {
    font-size: 6.7vw;
  }

  .p-award2026-sec04 .box h2 {
    font-size: 10vw;
    margin-top: 0;
    line-height: 1.5;
  }

  .p-award2026-sec04 .box p {
    font-size: 4vw;
    margin-top: 40px;
  }

  .p-award2026-sec04 .box .cards {
    flex-direction: column;
    gap: 14vw;
    flex-wrap: wrap;
    margin-top: 14vw;
  }

  .p-award2026-sec04 .box .cards .card {
    width: 100%;
  }

  .p-award2026-sec04 .box .cards .card .award2026-img-wrap {
    width: 100%;
  }

  .p-award2026-sec04 .box .cards .card dl {
    aspect-ratio: 254/80;
    width: 50vw;
    height: auto;
    font-size: 4vw;
    bottom: -7vw;
  }
}

/* --------------------------------------------------------------------------
   Motion
-------------------------------------------------------------------------- */
/* Keyframes */
@keyframes award2026-circle-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes award2026-char-blink {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes award2026-char-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -0.35em, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Character lines (h2 lead / sec01), image reveal */
.js-award2026-heading.is-char-split .award2026-line {
  display: block;
}

.js-award2026-heading.is-char-split .award2026-line-inner {
  display: block;
}

.js-award2026-heading.is-char-split .award2026-char {
  display: inline-block;
  vertical-align: top;
  opacity: 0;
}

.js-award2026-heading.is-char-split.is-active .award2026-char {
  animation: award2026-char-blink 0.75s ease forwards;
  animation-delay: calc(var(--i) * 0.05s);
}

/* h1 AWARD：分割後・アニメ前は非表示 */
.p-award2026-hero h1.is-h1-split em .award2026-char {
  opacity: 0;
  transform: translate3d(0, -0.35em, 0);
}

/* h1 AWARD：1文字ずつ落下 */
.p-award2026-hero h1.is-h1-split.is-active em .award2026-char {
  will-change: transform, opacity;
  animation: award2026-char-fall 0.85s cubic-bezier(0.25, 1, 0.4, 1) forwards;
  animation-delay: calc(var(--i) * 0.04s);
}

/* 画像 */
.award2026-img-wrap {
  overflow: hidden;
  flex-shrink: 0;
}

.award2026-img-wrap img {
  display: block;
  width: 100%;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i) * 0.08s);
}

.award2026-img-wrap.is-from-right img {
  transform: scale(1.08) translate3d(6%, 0, 0);
}

.award2026-img-wrap.is-from-left img {
  transform: scale(1.08) translate3d(-6%, 0, 0);
}

.award2026-img-wrap.is-from-bottom img {
  transform: scale(1.08) translate3d(0, 8%, 0);
}

.award2026-img-wrap.is-visible img {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
}

/* --------------------------------------------------------------------------
   Reduced motion
-------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .p-award2026-sec01 .l-container {
    --sec01-fade-opacity: 1;
    opacity: 1;
    transition: none;
  }

  .js-award2026-heading.is-char-split .award2026-char,
  .p-award2026-hero h1.is-h1-split.is-active em .award2026-char,
  .p-award2026-hero h1 > span:not(.is-visible),
  .p-award2026-hero h1.is-h1-split > span.award2026-h1-sub,
  .p-award2026-hero h1.is-h1-split > span.award2026-h1-sub.is-visible,
  .p-award2026-hero .circle,
  .p-award2026-hero .circle.is-visible,
  .award2026-img-wrap img {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}