/* 20260730 Sec01-07 SP adjustment implementation v1.0 */
/* 20260731 Sec04-06 SP visual refinement v1.4 */
/* 20260731 Sec04 CTA slash optical centering v1.5 */
/* ==========================================================================
   Zero Next One BASE NIIKAPPU
   top-sec04.css
   Section 04 smartphone comp override
   --------------------------------------------------------------------------
   Section 04 / Sports Camp
   - Use one full non-transparent background image.
   - No torn transparent frame.
   - No CSS dark/cream hard split.
   - HTML content is placed over the designed background.
   - Phase 1 typography refinement.
   ========================================================================== */

@media (max-width: 767px) {
  .page-top .p-camp {
    position: relative;
    width: 100%;
    min-height: max(100svh, 268vw);
    min-height: max(100dvh, 268vw);
    padding: 0;
    color: #fffaf0;
    background: #efe4cf;
    overflow: hidden;
    isolation: isolate;
  }

  /*
     Full Section 04 background.
     The image was generated for approx 430 × 1126 CSS pixels.
     Keep background-size: 100% 100% to avoid cover-cropping.
  */
  .page-top .p-camp::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url("../img/top/sec04/sec04_bg_full_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
  }

  .page-top .p-camp::after {
    content: none;
    display: none;
  }

  .page-top .p-camp__bg,
  .page-top .p-camp__tactics,
  .page-top .p-camp__inner,
  .page-top .p-camp__main,
  .page-top .p-camp__side,
  .page-top .p-camp__visual,
  .page-top .p-camp__paper-base,
  .page-top .p-camp__frame {
    display: none !important;
  }

  .page-top .p-camp__hero {
    position: relative;
    z-index: 2;
    padding: clamp(62px, 15.6vw, 78px) 32px 0;
    color: #fffaf0;
    pointer-events: none;
  }

  .page-top .p-camp__tagline {
    margin: 0;
    color: rgba(255, 250, 240, 0.94);
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 3.72vw, 1.06rem);
    font-weight: 600;
    line-height: 1.78;
    letter-spacing: 0.058em;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.52);
  }

  .page-top .p-camp__tagline::after {
    content: "";
    display: block;
    width: min(246px, 70vw);
    height: 11px;
    margin: 8px 0 0 -2px;
    background:
      linear-gradient(
        90deg,
        rgba(198, 205, 48, 0),
        rgba(198, 205, 48, 0.92) 16%,
        rgba(198, 205, 48, 0.92) 84%,
        rgba(198, 205, 48, 0)
      );
    clip-path: polygon(2% 40%, 100% 24%, 96% 68%, 0 82%);
    opacity: 0.88;
  }

  .page-top .p-camp__kicker {
    position: relative;
    margin: clamp(24px, 5.6vw, 30px) 0 0;
    color: rgba(255, 250, 240, 0.92);
    font-family: var(--font-label);
    font-size: clamp(0.72rem, 2.84vw, 0.84rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .page-top .p-camp__kicker::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    margin-top: 10px;
    background: currentColor;
    opacity: 0.72;
  }

  .page-top .p-camp__title {
    margin: clamp(15px, 3.8vw, 20px) 0 0;
    color: #fffaf0;
    font-family: var(--font-heading);
    font-size: clamp(2.12rem, 9.92vw, 3rem);
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: 0.056em;
    text-shadow:
      0 5px 20px rgba(0, 0, 0, 0.58),
      0 1px 0 rgba(0, 0, 0, 0.32);
  }

  .page-top .p-camp__title span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }

  .page-top .p-camp__title span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    left: -3%;
    right: -3%;
    bottom: 0.1em;
    z-index: -1;
    height: 0.18em;
    background: rgba(198, 205, 48, 0.86);
    clip-path: polygon(0 42%, 100% 22%, 98% 76%, 2% 90%);
    transform: rotate(-0.8deg);
  }

  .page-top .p-camp__lead {
    margin: clamp(14px, 3.3vw, 18px) 0 0;
    color: rgba(255, 250, 240, 0.92);
    font-family: var(--font-body);
    font-size: clamp(0.86rem, 3.42vw, 1rem);
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.052em;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.56);
  }

  /*
     Paper content: no visible CSS card/background.
     The beige paper field is part of sec04_bg_full_sp.png.
  */
  .page-top .p-camp__paper {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 36px), 394px);
    margin: clamp(52px, 12.2vw, 68px) auto 0;
    padding: 0;
    color: #171511;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .page-top .p-camp__paper::before {
    content: none;
    display: none;
  }

  .page-top .p-camp__feature-list {
    display: grid;
    gap: 0;
  }

  .page-top .p-camp-feature {
    display: grid;
    grid-template-columns: clamp(88px, 26vw, 104px) minmax(0, 216px);
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 0 15px;
    border: 0;
    border-bottom: 1px solid rgba(65, 50, 32, 0.25);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-top .p-camp-feature + .p-camp-feature {
    padding-top: 15px;
  }

  .page-top .p-camp-feature__illust {
    display: grid;
    place-items: center;
    min-width: 0;
  }

  .page-top .p-camp-feature__illust picture,
  .page-top .p-camp-feature__illust img {
    display: block;
    max-width: 100%;
  }

  .page-top .p-camp-feature__illust img {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: contrast(1.05);
  }

  .page-top .p-camp-feature--arena .p-camp-feature__illust {
    width: 88px;
    justify-self: center;
  }

  .page-top .p-camp-feature--meal .p-camp-feature__illust {
    width: 92px;
    justify-self: center;
  }

  .page-top .p-camp-feature--night .p-camp-feature__illust {
    width: 84px;
    justify-self: center;
  }

  .page-top .p-camp-feature__title {
    margin: 0;
    color: #15130f;
    font-family: var(--font-ui);
    font-size: clamp(0.94rem, 3.66vw, 1.08rem);
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.018em;
  }

  .page-top .p-camp-feature__text {
    margin: 6px 0 0;
    color: #27231b;
    font-family: var(--font-ui);
    font-size: clamp(0.66rem, 2.58vw, 0.76rem);
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.006em;
  }

  .page-top .p-camp__cta-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 1.8vw, 8px);
    width: 100%;
    margin: 18px 0 0;
    color: #1f1c16;
    font-family: var(--font-ui);
    font-size: clamp(0.68rem, 2.72vw, 0.82rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.035em;
    text-align: center;
  }

  /* Keep the two semantic lines at their intrinsic width so the slashes sit
     beside the copy rather than at the edges of a fixed 286px box. */
  .page-top .p-camp__cta-note > span:not([aria-hidden="true"]) {
    flex: 0 1 auto;
    width: max-content;
    min-width: 0;
    max-width: calc(100% - 52px);
  }

  .page-top .p-camp__cta-note-text {
    white-space: nowrap;
  }

  .page-top .p-camp__cta-note-text br {
    display: block;
  }

  /* Deliberate editorial slashes: close to the copy, solid and legible. */
  .page-top .p-camp__cta-note > span[aria-hidden="true"] {
    display: block;
    flex: 0 0 clamp(15px, 4.2vw, 18px);
    width: clamp(15px, 4.2vw, 18px);
    height: clamp(2.2px, 0.58vw, 2.6px);
    overflow: hidden;
    border-radius: 999px;
    color: #1f1c16;
    font-size: 0;
    line-height: 0;
    background: currentColor;
    opacity: 0.82;
    transform-origin: center;
  }

  .page-top .p-camp__cta-note > span[aria-hidden="true"]:first-child {
    transform: translateY(0.5px) rotate(48deg);
  }

  .page-top .p-camp__cta-note > span[aria-hidden="true"]:last-child {
    transform: translateY(0.5px) rotate(-48deg);
  }

  .page-top .p-camp__primary-button {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    column-gap: 10px;
    align-items: center;
    min-height: clamp(42px, 10vw, 48px);
    margin: 15px auto 0;
    padding: 0 clamp(19px, 5.2vw, 27px);
    width: min(100%, 308px);
    border-radius: 7px;
    color: #16180d;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
      #99a708;
    box-shadow:
      0 7px 16px rgba(32, 34, 8, 0.2),
      inset 0 0 0 1px rgba(255, 250, 240, 0.18);
    font-family: var(--font-ui);
    font-size: clamp(0.84rem, 3.32vw, 0.98rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.028em;
    text-decoration: none;
  }

  .page-top .p-camp__primary-button span:first-child {
    justify-self: center;
    transform: translateX(8px);
    white-space: nowrap;
  }

  .page-top .p-camp__primary-button span[aria-hidden="true"] {
    justify-self: end;
    font-size: 1.18em;
    line-height: 1;
  }

  .page-top .p-camp__pamphlet-link {
    position: relative;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    margin: 17px auto 0;
    padding-bottom: 7px;
    color: #161510;
    font-family: var(--font-ui);
    font-size: clamp(0.8rem, 3.14vw, 0.92rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.052em;
    text-align: center;
    text-decoration: none;
  }

  .page-top .p-camp__pamphlet-link::after {
    content: "";
    position: absolute;
    left: 24%;
    right: 24%;
    bottom: 0;
    height: 1px;
    background: #8f8c14;
  }

  .page-top .p-camp__pamphlet-icon,
  .page-top .p-camp__pamphlet-icon picture,
  .page-top .p-camp__pamphlet-icon img {
    display: block;
    width: 18px;
    height: 18px;
  }

  .page-top .p-camp__pamphlet-icon img {
    object-fit: contain;
  }

  .page-top .p-camp-flow {
    display: grid;
    gap: 0;
    margin: 17px 0 0;
    padding: 0;
    border: 1px solid rgba(67, 50, 31, 0.32);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.12);
    list-style: none;
    overflow: hidden;
  }

  .page-top .p-camp-flow__item {
    display: grid;
    grid-template-columns: 36px 29px minmax(0, 1fr) 18px;
    align-items: center;
    min-height: clamp(38px, 9.2vw, 44px);
    padding: 0 10px 0 8px;
    color: #191712;
    border: 0;
    border-radius: 0;
    background: rgba(255, 250, 240, 0.1);
    box-shadow: none;
  }

  .page-top .p-camp-flow__item + .p-camp-flow__item {
    border-top: 1px solid rgba(67, 50, 31, 0.22);
  }

  .page-top .p-camp-flow__num {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    color: #fffaf0;
    background: #10263b;
    font-family: var(--font-label);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .page-top .p-camp-flow__icon,
  .page-top .p-camp-flow__icon picture,
  .page-top .p-camp-flow__icon img {
    display: block;
    width: 21px;
    height: 21px;
  }

  .page-top .p-camp-flow__icon img {
    object-fit: contain;
  }

  .page-top .p-camp-flow__label {
    min-width: 0;
    color: #171511;
    font-family: var(--font-ui);
    font-size: clamp(0.7rem, 2.76vw, 0.82rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.012em;
    white-space: nowrap;
  }

  .page-top .p-camp-flow__arrow {
    justify-self: end;
    color: #171511;
    font-family: var(--font-ui);
    font-size: 1.16rem;
    line-height: 1;
  }

  @supports not (height: 100dvh) {
    .page-top .p-camp {
      min-height: max(100vh, 268vw);
    }
  }
}

@media (max-width: 374px) {
  .page-top .p-camp {
    min-height: max(100svh, 274vw);
    min-height: max(100dvh, 274vw);
  }

  .page-top .p-camp__hero {
    padding-top: 54px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-top .p-camp__tagline {
    font-size: 0.84rem;
  }

  .page-top .p-camp__title {
    font-size: 1.96rem;
  }

  .page-top .p-camp__lead {
    font-size: 0.82rem;
  }

  .page-top .p-camp__paper {
    width: min(calc(100% - 32px), 342px);
    margin-top: 46px;
    padding-inline: 0;
  }

  .page-top .p-camp-feature {
    grid-template-columns: 84px minmax(0, 1fr);
    justify-content: stretch;
    gap: 10px;
    padding-bottom: 13px;
  }

  .page-top .p-camp-feature + .p-camp-feature {
    padding-top: 13px;
  }

  .page-top .p-camp-feature__title {
    font-size: 0.88rem;
  }

  .page-top .p-camp-feature__text {
    font-size: 0.62rem;
  }

  .page-top .p-camp-feature--arena .p-camp-feature__illust {
    width: 82px;
  }

  .page-top .p-camp-feature--meal .p-camp-feature__illust {
    width: 84px;
  }

  .page-top .p-camp-feature--night .p-camp-feature__illust {
    width: 76px;
  }

  .page-top .p-camp__cta-note {
    font-size: 0.64rem;
  }

  .page-top .p-camp__primary-button {
    font-size: 0.76rem;
    letter-spacing: 0.018em;
  }

  .page-top .p-camp__pamphlet-link {
    font-size: 0.74rem;
  }

  .page-top .p-camp-flow__item {
    grid-template-columns: 34px 27px minmax(0, 1fr) 16px;
    min-height: 38px;
  }

  .page-top .p-camp-flow__label {
    font-size: 0.61rem;
    letter-spacing: 0;
  }

  @supports not (height: 100dvh) {
    .page-top .p-camp {
      min-height: max(100vh, 274vw);
    }
  }
}

/* --------------------------------------------------------------------------
   Section 04 / PC v3.1 - Team Momentum Fine Tuning
   --------------------------------------------------------------------------
   - Preserve the completed smartphone composition above.
   - ACT 1: retain the supplied dark sports scene and strengthen scale.
   - ACT 2: enlarge the editorial paper field, illustrations, copy, and flow.
   - 768px to 1279px: 2 + 1 feature composition.
   - 1280px and wider: three editorial columns.
   - Header / Footer are intentionally outside this file's responsibility.
   - Marker: 20260623-sec04-pc-v3-1-01
   -------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .page-top .p-camp {
    --sec04-hero-zone: clamp(530px, 68vw, 580px);
    --sec04-paper-max: 1040px;
    --sec04-paper: var(--color-paper-warm, #f6eedc);
    --sec04-ink: var(--color-ink, #1f1c16);
    --sec04-line: rgba(66, 52, 32, 0.2);
    --sec04-accent: #98a337;
    --sec04-accent-hover: #a6b244;

    position: relative;
    width: 100%;
    min-height: 0;
    padding: 0;
    color: var(--color-white-soft, #fffaf0);
    background: var(--color-blue-deep, #0f1b2b);
    overflow: hidden;
    isolation: isolate;
  }

  .page-top .p-camp::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: calc(var(--sec04-hero-zone) + clamp(94px, 8vw, 132px));
    pointer-events: none;
    background:
      linear-gradient(
        180deg,
        rgba(5, 13, 22, 0.06) 0%,
        rgba(5, 13, 22, 0.02) 62%,
        rgba(5, 13, 22, 0.28) 100%
      ),
      linear-gradient(
        90deg,
        rgba(4, 12, 21, 0.34) 0%,
        rgba(4, 12, 21, 0.2) 34%,
        rgba(4, 12, 21, 0.06) 58%,
        rgba(4, 12, 21, 0) 76%
      ),
      url("../img/top/sec04/sec04_bg_full_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, 100% auto;
    background-position: center top, center top, center top;
  }

  .page-top .p-camp::after {
    content: none;
    display: none;
  }

  .page-top .p-camp__bg,
  .page-top .p-camp__tactics,
  .page-top .p-camp__inner,
  .page-top .p-camp__main,
  .page-top .p-camp__side,
  .page-top .p-camp__visual,
  .page-top .p-camp__paper-base,
  .page-top .p-camp__frame {
    display: none !important;
  }

  /* ACT 1 / dark arena ---------------------------------------------------- */

  .page-top .p-camp__hero {
    position: relative;
    z-index: 2;
    width: min(var(--pc-visual-max, 1240px), 100%);
    min-height: var(--sec04-hero-zone);
    margin: 0 auto;
    padding:
      clamp(96px, 10.5vw, 116px)
      var(--side-padding)
      clamp(56px, 6vw, 72px);
    color: var(--color-white-soft, #fffaf0);
  }

  .page-top .p-camp__hero::before {
    content: "";
    position: absolute;
    top: clamp(68px, 8vw, 90px);
    left: max(0px, calc(var(--side-padding) - 28px));
    z-index: -1;
    width: min(68vw, 620px);
    height: min(470px, calc(100% - 82px));
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 31% 43%,
        rgba(2, 9, 16, 0.45) 0%,
        rgba(2, 9, 16, 0.28) 44%,
        rgba(2, 9, 16, 0.08) 70%,
        rgba(2, 9, 16, 0) 100%
      );
    filter: blur(3px);
  }

  .page-top .p-camp__tagline,
  .page-top .p-camp__kicker,
  .page-top .p-camp__title,
  .page-top .p-camp__lead {
    width: min(100%, 570px);
  }

  .page-top .p-camp__tagline {
    margin: 0;
    color: rgba(255, 250, 240, 0.94);
    font-family: var(--font-body);
    font-size: clamp(0.98rem, 1.55vw, 1.13rem);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.052em;
    text-shadow: var(--text-shadow-dark, 0 4px 18px rgba(0, 0, 0, 0.48));
  }

  .page-top .p-camp__tagline::after {
    content: "";
    display: block;
    width: clamp(242px, 30vw, 318px);
    height: 10px;
    margin: 10px 0 0 -3px;
    background:
      linear-gradient(
        90deg,
        rgba(168, 181, 31, 0),
        rgba(168, 181, 31, 0.84) 15%,
        rgba(168, 181, 31, 0.88) 84%,
        rgba(168, 181, 31, 0)
      );
    clip-path: polygon(1% 42%, 100% 24%, 97% 70%, 0 84%);
    opacity: 0.82;
  }

  .page-top .p-camp__kicker {
    position: relative;
    margin: clamp(28px, 3.6vw, 38px) 0 0;
    color: rgba(255, 250, 240, 0.86);
    font-family: var(--font-label);
    font-size: clamp(0.72rem, 0.92vw, 0.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.38);
  }

  .page-top .p-camp__kicker::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin-top: 12px;
    background: currentColor;
    opacity: 0.64;
  }

  .page-top .p-camp__title {
    margin: clamp(18px, 2.3vw, 24px) 0 0;
    color: var(--color-white-soft, #fffaf0);
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5.35vw, 4.35rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.045em;
    text-shadow:
      0 6px 24px rgba(0, 0, 0, 0.54),
      0 1px 0 rgba(0, 0, 0, 0.3);
  }

  .page-top .p-camp__title span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }

  .page-top .p-camp__title span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    right: -2.5%;
    bottom: 0.09em;
    left: -2.5%;
    z-index: -1;
    height: 0.15em;
    background: rgba(168, 181, 31, 0.8);
    clip-path: polygon(0 42%, 100% 22%, 98% 75%, 2% 88%);
    transform: rotate(-0.65deg);
  }

  .page-top .p-camp__lead {
    margin: clamp(20px, 2.5vw, 26px) 0 0;
    color: rgba(255, 250, 240, 0.9);
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 1.17vw, 1rem);
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.035em;
    text-shadow:
      0 4px 17px rgba(0, 0, 0, 0.46),
      0 1px 0 rgba(0, 0, 0, 0.22);
  }

  .page-top .p-camp__lead br {
    display: none;
  }

  /* ACT 2 / camp planning paper ----------------------------------------- */

  .page-top .p-camp__paper {
    position: relative;
    z-index: 2;
    isolation: isolate;
    width: min(var(--sec04-paper-max), calc(100% - 48px));
    margin: 0 auto;
    padding:
      clamp(48px, 5.8vw, 64px)
      clamp(28px, 4.4vw, 48px)
      clamp(72px, 8vw, 92px);
    color: var(--sec04-ink);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .page-top .p-camp__paper::before {
    content: "";
    position: absolute;
    inset: 0 clamp(-16px, -1.5vw, -8px) 20px;
    z-index: -1;
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 50% 34%,
        rgba(255, 250, 240, 0.26) 0%,
        rgba(255, 250, 240, 0.1) 62%,
        rgba(255, 250, 240, 0) 100%
      );
    filter: blur(2px);
  }

  .page-top .p-camp__paper::after {
    content: "";
    position: absolute;
    top: -16px;
    bottom: -1px;
    left: 50%;
    z-index: -2;
    width: 100vw;
    pointer-events: none;
    transform: translateX(-50%);
    background:
      radial-gradient(circle at 13% 19%, rgba(255, 255, 255, 0.3), transparent 33%),
      radial-gradient(circle at 84% 38%, rgba(173, 132, 54, 0.07), transparent 36%),
      linear-gradient(180deg, var(--sec04-paper) 0%, #efe3ca 58%, #eadcc0 100%);
    clip-path: polygon(
      0 15px,
      8% 5px,
      17% 14px,
      28% 7px,
      39% 15px,
      50% 5px,
      61% 13px,
      72% 7px,
      83% 15px,
      92% 5px,
      100% 14px,
      100% 100%,
      0 100%
    );
  }

  .page-top .p-camp__feature-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(28px, 4vw, 44px);
    width: 100%;
    margin: 0;
    border-top: 1px solid var(--sec04-line);
    border-bottom: 1px solid var(--sec04-line);
  }

  .page-top .p-camp-feature {
    position: relative;
    display: grid;
    grid-template-columns: clamp(124px, 14.5vw, 154px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(22px, 3vw, 32px);
    min-width: 0;
    padding: clamp(30px, 4vw, 42px) clamp(8px, 1vw, 14px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-top .p-camp-feature:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: calc(clamp(28px, 4vw, 44px) / -2);
    width: 1px;
    background: var(--sec04-line);
  }

  .page-top .p-camp-feature:nth-child(3) {
    grid-column: 1 / -1;
    grid-template-columns: clamp(134px, 15.5vw, 166px) minmax(0, 1fr);
    width: min(100%, 720px);
    margin: 0 auto;
    padding-inline: clamp(24px, 4vw, 48px);
    border-top: 1px solid var(--sec04-line);
  }

  .page-top .p-camp-feature__illust {
    display: grid;
    place-items: center;
    width: 100%;
    min-width: 0;
    justify-self: center;
  }

  .page-top .p-camp-feature__illust picture,
  .page-top .p-camp-feature__illust img {
    display: block;
    width: 100%;
    max-width: none;
  }

  .page-top .p-camp-feature__illust img {
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(0.82) contrast(1.045);
    opacity: 0.96;
    transform: translateZ(0);
    transition:
      transform 0.36s var(--ease-out-craft),
      filter 0.36s var(--ease-out-craft);
  }

  .page-top .p-camp-feature--arena .p-camp-feature__illust {
    width: min(100%, 154px);
  }

  .page-top .p-camp-feature--meal .p-camp-feature__illust {
    width: min(100%, 152px);
  }

  .page-top .p-camp-feature--night .p-camp-feature__illust {
    width: min(100%, 144px);
  }

  .page-top .p-camp-feature__body {
    min-width: 0;
  }

  .page-top .p-camp-feature__title {
    margin: 0;
    color: var(--color-ink-deep, #15130f);
    font-family: var(--font-ui);
    font-size: clamp(1.18rem, 1.72vw, 1.4rem);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.018em;
  }

  .page-top .p-camp-feature__text {
    width: min(100%, 35ch);
    margin: clamp(10px, 1.3vw, 13px) 0 0;
    color: #272217;
    font-family: var(--font-ui);
    font-size: clamp(0.92rem, 1.18vw, 1.04rem);
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.012em;
  }

  .page-top .p-camp-feature__text br {
    display: none;
  }

  .page-top .p-camp__cta-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: clamp(36px, 4.4vw, 48px) 0 0;
    color: var(--sec04-ink);
    font-family: var(--font-ui);
    font-size: clamp(0.86rem, 1.12vw, 0.96rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .page-top .p-camp__cta-note > span[aria-hidden="true"] {
    color: var(--color-amber-deep, #7a471d);
    opacity: 0.5;
  }

  .page-top .p-camp__cta-note-text {
    white-space: normal;
  }

  .page-top .p-camp__cta-note-text br {
    display: none;
  }

  .page-top .p-camp__primary-button {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    column-gap: 12px;
    width: min(100%, 410px);
    min-height: 60px;
    margin: clamp(16px, 2vw, 20px) auto 0;
    padding: 0 24px 0 30px;
    border: 1px solid rgba(255, 250, 240, 0.2);
    border-radius: 7px;
    color: #15180d;
    background: var(--sec04-accent);
    box-shadow:
      0 8px 18px rgba(52, 57, 11, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    font-family: var(--font-ui);
    font-size: clamp(0.96rem, 1.2vw, 1.04rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.035em;
    text-decoration: none;
    transition:
      transform 0.28s var(--ease-out-craft),
      background-color 0.28s var(--ease-out-craft),
      box-shadow 0.28s var(--ease-out-craft);
  }

  .page-top .p-camp__primary-button span:first-child {
    justify-self: center;
    transform: translateX(8px);
    white-space: nowrap;
  }

  .page-top .p-camp__primary-button span[aria-hidden="true"] {
    justify-self: end;
    font-size: 1.16em;
    line-height: 1;
    transition: transform 0.28s var(--ease-out-craft);
  }

  .page-top .p-camp__pamphlet-link {
    position: relative;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    margin: clamp(17px, 2.2vw, 22px) auto 0;
    padding: 0 0 6px;
    color: var(--color-forest-deep, #243a2e);
    font-family: var(--font-ui);
    font-size: clamp(0.82rem, 1vw, 0.9rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-decoration: none;
  }

  .page-top .p-camp__pamphlet-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.42;
    transform: scaleX(0.78);
    transform-origin: left center;
    transition:
      opacity 0.28s var(--ease-out-craft),
      transform 0.28s var(--ease-out-craft);
  }

  .page-top .p-camp__pamphlet-icon,
  .page-top .p-camp__pamphlet-icon picture,
  .page-top .p-camp__pamphlet-icon img {
    display: block;
    width: 19px;
    height: 19px;
  }

  .page-top .p-camp__pamphlet-icon img {
    object-fit: contain;
    transition: transform 0.28s var(--ease-out-craft);
  }

  .page-top .p-camp-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 800px);
    margin: clamp(34px, 4vw, 44px) auto 0;
    padding: 0;
    border: 0;
    border-top: 1px solid var(--sec04-line);
    border-bottom: 1px solid var(--sec04-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    list-style: none;
    overflow: visible;
  }

  .page-top .p-camp-flow__item {
    position: relative;
    display: grid;
    grid-template-columns: 40px 30px minmax(0, 1fr) 20px;
    align-items: center;
    column-gap: 12px;
    min-height: 66px;
    padding: 0 12px;
    color: var(--sec04-ink);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-top .p-camp-flow__item + .p-camp-flow__item {
    border-top: 1px solid var(--sec04-line);
  }

  .page-top .p-camp-flow__num {
    display: block;
    width: auto;
    height: auto;
    color: var(--color-amber-deep, #7a471d);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: var(--font-label);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .page-top .p-camp-flow__icon,
  .page-top .p-camp-flow__icon picture,
  .page-top .p-camp-flow__icon img {
    display: block;
    width: 26px;
    height: 26px;
  }

  .page-top .p-camp-flow__icon img {
    object-fit: contain;
  }

  .page-top .p-camp-flow__label {
    min-width: 0;
    color: var(--sec04-ink);
    font-family: var(--font-ui);
    font-size: clamp(0.92rem, 1.08vw, 1.04rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.018em;
    white-space: normal;
  }

  .page-top .p-camp-flow__arrow {
    justify-self: end;
    color: var(--color-forest-deep, #243a2e);
    font-family: var(--font-ui);
    font-size: 1.15rem;
    line-height: 1;
    transform: rotate(90deg);
    opacity: 0.64;
  }

  .page-top .p-camp-flow__item:last-child .p-camp-flow__arrow {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .page-top .p-camp {
    --sec04-hero-zone: clamp(560px, 52vw, 610px);
    --sec04-paper-max: 1080px;
  }

  .page-top .p-camp__hero {
    width: min(var(--pc-content-max, 1180px), 100%);
    padding-top: clamp(100px, 9.8vw, 118px);
  }

  .page-top .p-camp__tagline,
  .page-top .p-camp__kicker,
  .page-top .p-camp__title,
  .page-top .p-camp__lead {
    width: min(100%, 590px);
  }

  .page-top .p-camp__paper {
    width: min(var(--sec04-paper-max), calc(100% - 64px));
    padding-inline: clamp(40px, 4.8vw, 56px);
  }

  .page-top .p-camp-feature {
    grid-template-columns: clamp(140px, 13.4vw, 166px) minmax(0, 1fr);
  }

  .page-top .p-camp-feature:nth-child(3) {
    grid-template-columns: clamp(148px, 14.4vw, 176px) minmax(0, 1fr);
  }

  .page-top .p-camp-feature--arena .p-camp-feature__illust {
    width: min(100%, 166px);
  }

  .page-top .p-camp-feature--meal .p-camp-feature__illust {
    width: min(100%, 164px);
  }

  .page-top .p-camp-feature--night .p-camp-feature__illust {
    width: min(100%, 154px);
  }

  .page-top .p-camp__primary-button {
    width: min(100%, 430px);
    min-height: 62px;
  }

  .page-top .p-camp-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 880px);
  }

  .page-top .p-camp-flow__item {
    grid-template-columns: 34px 28px minmax(0, 1fr) 18px;
    min-height: 78px;
    padding: 0 clamp(14px, 1.8vw, 22px);
  }

  .page-top .p-camp-flow__item + .p-camp-flow__item {
    border-top: 0;
    border-left: 1px solid var(--sec04-line);
  }

  .page-top .p-camp-flow__arrow {
    transform: none;
  }
}

@media (min-width: 1280px) {
  .page-top .p-camp {
    --sec04-hero-zone: clamp(600px, 45vw, 650px);
    --sec04-paper-max: 1180px;
  }

  .page-top .p-camp__hero {
    width: min(var(--pc-visual-max, 1240px), 100%);
    padding-top: clamp(108px, 8.8vw, 126px);
  }

  .page-top .p-camp__hero::before {
    width: min(52vw, 650px);
  }

  .page-top .p-camp__title {
    font-size: clamp(3.65rem, 4.8vw, 4.5rem);
  }

  .page-top .p-camp__paper {
    padding:
      clamp(58px, 5.2vw, 72px)
      clamp(54px, 5vw, 72px)
      clamp(82px, 6.8vw, 98px);
  }

  .page-top .p-camp__feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .page-top .p-camp-feature,
  .page-top .p-camp-feature:nth-child(3) {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 190px auto;
    align-content: start;
    align-items: start;
    gap: 24px;
    width: auto;
    margin: 0;
    padding: 42px clamp(32px, 3vw, 46px) 46px;
    border-top: 0;
  }

  .page-top .p-camp-feature:nth-child(2)::before,
  .page-top .p-camp-feature:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 0;
    width: 1px;
    background: var(--sec04-line);
  }

  .page-top .p-camp-feature__illust {
    align-self: center;
    justify-self: center;
  }

  .page-top .p-camp-feature--arena .p-camp-feature__illust {
    width: min(100%, 186px);
  }

  .page-top .p-camp-feature--meal .p-camp-feature__illust {
    width: min(100%, 182px);
  }

  .page-top .p-camp-feature--night .p-camp-feature__illust {
    width: min(100%, 170px);
  }

  .page-top .p-camp-feature__body {
    width: 100%;
    text-align: left;
  }

  .page-top .p-camp-feature__title {
    font-size: clamp(1.28rem, 1.6vw, 1.52rem);
  }

  .page-top .p-camp-feature__text {
    width: min(100%, 34ch);
    font-size: clamp(0.96rem, 1.06vw, 1.08rem);
  }

  .page-top .p-camp__cta-note {
    margin-top: clamp(40px, 3.6vw, 50px);
  }

  .page-top .p-camp__primary-button {
    width: min(100%, 450px);
    min-height: 64px;
  }

  .page-top .p-camp-flow {
    width: min(100%, 900px);
    margin-top: clamp(38px, 3.4vw, 46px);
  }
}

@media (min-width: 1440px) {
  .page-top .p-camp {
    --sec04-hero-zone: 650px;
    --sec04-paper-max: 1220px;
  }

  .page-top .p-camp__tagline,
  .page-top .p-camp__kicker,
  .page-top .p-camp__title,
  .page-top .p-camp__lead {
    width: min(100%, 620px);
  }

  .page-top .p-camp-feature,
  .page-top .p-camp-feature:nth-child(3) {
    grid-template-rows: 198px auto;
    padding-inline: clamp(38px, 3.2vw, 52px);
  }

  .page-top .p-camp-feature--arena .p-camp-feature__illust {
    width: min(100%, 192px);
  }

  .page-top .p-camp-feature--meal .p-camp-feature__illust {
    width: min(100%, 188px);
  }

  .page-top .p-camp-feature--night .p-camp-feature__illust {
    width: min(100%, 176px);
  }
}

@media (min-width: 1800px) {
  .page-top .p-camp {
    --sec04-hero-zone: 680px;
    --sec04-paper-max: 1240px;
  }

  .page-top .p-camp__hero {
    width: min(1320px, 100%);
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  .page-top .p-camp {
    --sec04-hero-zone: 550px;
  }

  .page-top .p-camp__hero {
    padding-top: 88px;
    padding-bottom: 48px;
  }

  .page-top .p-camp__hero::before {
    top: 62px;
    height: min(420px, calc(100% - 68px));
  }

  .page-top .p-camp__kicker {
    margin-top: 24px;
  }

  .page-top .p-camp__title {
    margin-top: 16px;
    font-size: clamp(2.85rem, 4.8vw, 3.85rem);
  }

  .page-top .p-camp__lead {
    margin-top: 17px;
    line-height: 1.82;
  }

  .page-top .p-camp__paper {
    padding-top: 50px;
    padding-bottom: 76px;
  }

  .page-top .p-camp-feature,
  .page-top .p-camp-feature:nth-child(3) {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .page-top .p-camp-feature--arena .p-camp-feature__illust,
  .page-top .p-camp-feature--meal .p-camp-feature__illust {
    width: min(100%, 154px);
  }

  .page-top .p-camp-feature--night .p-camp-feature__illust {
    width: min(100%, 148px);
  }

  .page-top .p-camp__cta-note {
    margin-top: 32px;
  }

  .page-top .p-camp-flow {
    margin-top: 32px;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .page-top .p-camp-feature:hover .p-camp-feature__illust img {
    transform: scale(1.008);
    filter: saturate(0.86) contrast(1.052);
  }

  .page-top .p-camp__primary-button:hover {
    transform: translateY(-1px);
    background: var(--sec04-accent-hover);
    box-shadow:
      0 10px 20px rgba(52, 57, 11, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .page-top .p-camp__primary-button:hover span[aria-hidden="true"] {
    transform: translateX(3px);
  }

  .page-top .p-camp__pamphlet-link:hover::after {
    opacity: 0.72;
    transform: scaleX(1);
  }

  .page-top .p-camp__pamphlet-link:hover .p-camp__pamphlet-icon img {
    transform: translateX(2px);
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  .page-top .p-camp-feature__illust img,
  .page-top .p-camp__primary-button,
  .page-top .p-camp__primary-button span[aria-hidden="true"],
  .page-top .p-camp__pamphlet-link::after,
  .page-top .p-camp__pamphlet-icon img {
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
   v1.5 / Sec04 smartphone CTA-note optical centering
   Japanese full-width punctuation leaves a visible right-side bearing.
   Compensate the flex-item width rather than moving only the right slash, so
   the two slashes and the copy remain centered as one visual unit.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .page-top .p-camp__cta-note-text:lang(ja) {
    margin-inline-end: -0.72em;
  }
}
