        :root {
      --main: #38a169;
      --accent: #f97373;
      --accent-soft: #fed7e2;
      --bg: #fefcff;
      --text: #1a202c;
    }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 0% 0%, rgba(255, 205, 230, 0.95) 0%, transparent 60%),
        radial-gradient(circle at 100% 0%, rgba(255, 245, 200, 0.90) 0%, transparent 60%),
        radial-gradient(circle at 0% 100%, rgba(204, 255, 221, 0.90) 0%, transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(180, 235, 255, 0.95) 0%, transparent 60%),
        #fef9ff;
      background-attachment: fixed;
      line-height: 1.7;
    }
    img { max-width: 100%; display: block; }
    a { color: var(--main); text-decoration: none; }
    a:hover { text-decoration: underline; }

    a.external-link::after {
      content: "↗";
      font-size: 0.8em;
      margin-left: 0.25em;
      vertical-align: text-top;
      opacity: 0.8;
    }

    header {
      position: relative;
      min-height: 80vh;
      color: #fff;
      overflow: hidden;
      isolation: isolate;
    }
    header::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("img/IMG_0209.jpeg") center center / cover no-repeat;
      filter: brightness(0.72) saturate(1.05);
      transform: scale(1.03);
    }
    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 10% 0%, rgba(254,215,226,0.55), transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(129,230,217,0.55), transparent 55%),
        linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0.50));
      mix-blend-mode: screen;
      pointer-events: none;
    }

    header .overlay {
      position: relative;
      z-index: 1;
      max-width: 1100px;
      margin: 0 auto;
      padding: 22px 20px 52px;
      min-height: 80vh;
      display: flex;
      flex-direction: column;
    }

    .logo-stage {
      position: relative;
      display: grid;
      place-items: center;
      margin-top: 6.5vh;
      margin-bottom: 18px;
      padding: 18px 0 10px;
    }
    .logo-stage::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 52%;
      transform: translate(-50%, -50%);
      width: min(860px, 120%);
      height: min(420px, 70vw);
      border-radius: 50%;
      background:
        radial-gradient(circle at 25% 35%, rgba(254,215,226,0.80), transparent 55%),
        radial-gradient(circle at 75% 55%, rgba(144,205,244,0.65), transparent 58%),
        radial-gradient(circle at 50% 75%, rgba(246,224,94,0.35), transparent 60%),
        radial-gradient(circle at 45% 45%, rgba(129,230,217,0.35), transparent 62%);
      filter: blur(18px);
      opacity: 0.95;
      z-index: -2;
    }
    .logo-stage::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 52%;
      transform: translate(-50%, -50%);
      width: min(760px, 110%);
      height: min(320px, 56vw);
      border-radius: 999px;
      background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.22), rgba(255,255,255,0.0) 62%),
        radial-gradient(circle at 35% 45%, rgba(254,215,226,0.20), transparent 58%),
        radial-gradient(circle at 70% 55%, rgba(144,205,244,0.16), transparent 58%);
      filter: blur(8px);
      opacity: 0.9;
      z-index: -1;
    }

    .sparkles {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      opacity: 0.9;
    }
    .sparkles i {
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: rgba(255,255,255,0.95);
      box-shadow:
        0 0 12px rgba(255,255,255,0.65),
        0 0 26px rgba(254,215,226,0.25);
      transform: translateZ(0);
      animation: twinkle 2.6s ease-in-out infinite;
      opacity: 0.85;
    }
    .sparkles i:nth-child(2n) { width: 4px; height: 4px; opacity: 0.7; animation-duration: 3.2s; }
    .sparkles i:nth-child(3n) { width: 7px; height: 7px; opacity: 0.65; animation-duration: 3.8s; }
    @keyframes twinkle {
      0%, 100% { transform: scale(0.85); opacity: 0.55; }
      50% { transform: scale(1.25); opacity: 0.95; }
    }

    .site-logo {
      width: min(620px, 92vw);
      height: auto;
      filter:
        drop-shadow(0 18px 40px rgba(0,0,0,0.58))
        drop-shadow(0 0 26px rgba(255,255,255,0.10))
        drop-shadow(0 0 34px rgba(254,215,226,0.22));
      transform: translateY(2px);
    }

    .hero-card {
      width: min(760px, 100%);
      margin: 0 auto;
      padding: 18px 18px 20px;
      border-radius: 24px;
      background: rgba(0,0,0,0.30);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.20);
      box-shadow: 0 16px 42px rgba(0,0,0,0.42);
    }
    .hero-date-large {
      margin: 0 0 12px;
      padding: 6px 0;
      display: inline-block;
    }
    .hero-date-main {
      font-size: clamp(26px, 4.5vw, 34px);
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
      text-shadow: 0 4px 12px rgba(0,0,0,0.65);
    }
    .hero-date-sub {
      font-size: 13px;
      margin-top: 4px;
      opacity: .96;
    }
    .hero-extra {
      font-size: 13px;
      margin: 0 0 16px;
      opacity: .96;
    }
    .hero-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      margin-top: 4px;
    }
    .hero-status-panel {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin: 0 0 14px;
    }
    .hero-status-item {
      padding: 10px 12px;
      border-radius: 16px;
      background: rgba(255,255,255,0.13);
      border: 1px solid rgba(255,255,255,0.18);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
    }
    .hero-status-label {
      display: block;
      margin-bottom: 2px;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .14em;
      color: rgba(255,255,255,0.72);
    }
    .hero-status-item strong {
      display: block;
      color: #fff;
      font-size: 13px;
      line-height: 1.45;
    }

    .btn-primary, .btn-outline, .btn-outline-light {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 22px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 15px;
      border: 2px solid transparent;
      cursor: pointer;
      transition: transform .08s ease, box-shadow .08s ease,
                  background .12s, color .12s, border .12s;
      text-decoration: none;
      white-space: nowrap;
    }
    .btn-primary {
      background: radial-gradient(circle at 0 0, #fed7e2, transparent 65%),
                  linear-gradient(135deg, var(--accent), #f6ad55);
      color: #1a202c;
      box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    }
    .btn-primary:hover {
      background: radial-gradient(circle at 0 0, #fed7e2, transparent 65%),
                  linear-gradient(135deg, #ec4899, #f97316);
      color: #fff;
      transform: translateY(-1px);
      box-shadow: 0 12px 28px rgba(0,0,0,0.45);
      text-decoration: none;
    }
    .btn-outline-light {
      border-color: rgba(255,255,255,0.85);
      color: #fff;
      background: rgba(0,0,0,0.18);
    }
    .btn-outline-light:hover {
      background: rgba(255,255,255,0.28);
      text-decoration: none;
    }
    .btn-outline {
      border-color: var(--main);
      color: var(--main);
      background: rgba(255,255,255,0.8);
    }
    .btn-outline:hover {
      background: rgba(56,161,105,0.08);
      text-decoration: none;
    }

    .btn-x-post {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 16px;
      border-radius: 999px;
      font-weight: 700;
      font-size: 14px;
      background: #ffffff;
      color: #1a202c;
      border: 1px solid #d1d5db;
      box-shadow: 0 4px 14px rgba(0,0,0,0.14);
      text-decoration: none;
      transition: background .12s ease, color .12s ease, border-color .12s ease, transform .12s ease, box-shadow .12s ease;
      white-space: nowrap;
    }
    .btn-x-post:hover {
      background: #f8fafc;
      color: #111827;
      border-color: #9ca3af;
      text-decoration: none;
      transform: translateY(-1px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.16);
    }

    .post-cta-box {
      margin-top: 14px;
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(255,255,255,0.88);
      border: 1px solid rgba(255,255,255,0.95);
      box-shadow: 0 8px 24px rgba(0,0,0,0.16);
    }
    .post-cta-lead {
      margin: 0 0 8px;
      font-size: 13px;
      font-weight: 700;
      color: #374151;
      text-shadow: none;
    }

    .hero-note {
      margin-top: 12px;
      font-size: 13px;
      opacity: .95;
      text-shadow: 0 3px 10px rgba(0,0,0,0.65);
    }
    .hero-note a { color: #fed7e2; font-weight: 600; }

    body.page-open header::before {
      filter: brightness(0.94) saturate(1.16);
    }
    body.page-open header::after {
      background:
        radial-gradient(circle at 12% 0%, rgba(254,215,226,0.52), transparent 48%),
        radial-gradient(circle at 88% 18%, rgba(246,224,94,0.36), transparent 44%),
        radial-gradient(circle at 88% 100%, rgba(129,230,217,0.48), transparent 52%),
        linear-gradient(to bottom, rgba(255,255,255,0.32), rgba(255,255,255,0.08) 42%, rgba(26,32,44,0.18));
      mix-blend-mode: normal;
    }
    body.page-open .site-logo {
      filter: none;
    }
    body.page-open .hero-card {
      color: var(--text);
      background:
        radial-gradient(circle at 0 0, rgba(254,215,226,0.70), transparent 42%),
        linear-gradient(160deg, rgba(255,255,255,0.94), rgba(255,255,255,0.80));
      border: 1px solid rgba(255,255,255,0.88);
      box-shadow: 0 18px 44px rgba(45,55,72,0.22);
    }
    body.page-open .hero-date-main {
      color: #1a202c;
      text-shadow: none;
    }
    body.page-open .hero-date-sub,
    body.page-open .hero-extra,
    body.page-open .hero-note {
      color: #2d3748;
      opacity: 1;
      text-shadow: none;
    }
    body.page-open .hero-note a {
      color: #c53030;
    }
    body.page-open .hero-status-item {
      background: rgba(255,255,255,0.76);
      border: 1px solid rgba(56,161,105,0.18);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.78),
        0 8px 20px rgba(45,55,72,0.08);
    }
    body.page-open .hero-status-label {
      color: #2f855a;
      background: rgba(56,161,105,0.12);
    }
    body.page-open .hero-status-item strong {
      color: #1a202c;
    }
    body.page-open .btn-outline-light {
      border-color: rgba(56,161,105,0.42);
      color: #276749;
      background: rgba(255,255,255,0.70);
    }
    body.page-open .btn-outline-light:hover {
      background: rgba(56,161,105,0.10);
      color: #22543d;
    }

    main { background: transparent; }
    .sp-br { display: none; }
    @media (max-width: 768px) {
      .sp-br { display: inline; }
      .sp-hide-br { display: none; }
    }
    .notice-bar {
      background: linear-gradient(90deg, #c05621, #dd6b20);
      color: #fff;
      text-align: center;
      padding: 11px 16px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .02em;
    }
    .notice-bar-label {
      display: inline-block;
      background: #fff;
      color: #c05621;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .06em;
      padding: 1px 7px;
      border-radius: 3px;
      margin-right: 8px;
      vertical-align: middle;
      line-height: 1.6;
    }
    .open-confirm-bar {
      background: linear-gradient(90deg, #276749, #38a169);
      color: #fff;
      text-align: center;
      padding: 13px 20px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .02em;
      line-height: 1.6;
    }
    .open-confirm-bar a {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 3px;
      margin-left: 12px;
      white-space: nowrap;
    }
    .open-confirm-bar a:hover { opacity: .85; }
    .cancel-bar {
      background: linear-gradient(90deg, #7b1111, #c53030);
      color: #fff;
      text-align: center;
      padding: 15px 20px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .02em;
      line-height: 1.75;
    }
    .cancel-bar a {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 3px;
      margin-left: 12px;
      white-space: nowrap;
    }
    .cancel-bar a:hover { opacity: .85; }
    .announce-bar {
      background: linear-gradient(90deg, #805ad5, #d53f8c);
      color: #fff;
      text-align: center;
      padding: 11px 16px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .02em;
    }
    .announce-bar-link {
      display: inline-block;
      margin-left: 12px;
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 3px;
      font-weight: 700;
      white-space: nowrap;
    }
    .announce-bar-link:hover {
      opacity: .85;
      text-decoration: underline;
      color: #fff;
    }
    section { padding: 64px 20px; position: relative; }
    section::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 12px;
      background: linear-gradient(90deg, rgba(254,215,226,0.6), transparent 30%, transparent 70%, rgba(129,230,217,0.6));
      opacity: .5;
      pointer-events: none;
    }
    .section-inner {
      max-width: 1060px;
      margin: 0 auto;
      position: relative;
    }
    .section-inner::before {
      content: "";
      position: absolute;
      inset: 0 55% auto 0;
      max-width: 240px;
      height: 80px;
      background: radial-gradient(circle at 0 0, rgba(254,215,226,0.6), transparent 60%);
      opacity: .6;
      pointer-events: none;
      z-index: -1;
    }
    .section-title {
      font-size: 26px;
      margin-bottom: 8px;
      position: relative;
      display: inline-block;
      padding-left: 26px;
    }
    .section-title::before {
      content: "✦";
      position: absolute;
      left: 0;
      top: -2px;
      font-size: 18px;
      color: #f97373;
    }
    .section-title::after {
      content: "";
      position: absolute;
      left: 26px;
      bottom: -6px;
      width: 64px;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--accent), #f6e05e);
    }
    .section-kicker {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #a0aec0;
      margin-bottom: 6px;
    }
    .section-lead { font-size: 15px; color: #4a5568; margin-bottom: 24px; }
    .spots-title-lead {
      margin: 14px 0 0;
      color: #4a5568;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.7;
    }

    .about-layout {
      display: grid;
      grid-template-columns: minmax(0,1.3fr) minmax(0,1fr);
      gap: 32px;
      align-items: center;
    }
    .about-photo {
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 16px 40px rgba(0,0,0,0.26);
      border: 4px solid rgba(255,255,255,0.9);
      background: #fff;
    }

    .about-marquee {
      position: relative;
      margin-top: 30px;
      padding: 0 0 18px;
    }
    .about-marquee__viewport {
      overflow: hidden;
      border-radius: 24px;
      box-shadow: 0 18px 44px rgba(0,0,0,0.20);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.75), rgba(255,255,255,0.35)),
        #fff;
      border: 1px solid rgba(255,255,255,0.8);
    }
    .about-marquee__track {
      display: flex;
      align-items: center;
      gap: 18px;
      width: max-content;
      padding: 18px;
      animation: aboutMarqueeScroll 34s linear infinite;
      will-change: transform;
    }

    .about-marquee.is-paused .about-marquee__track {
      animation-play-state: paused;
    }

    .about-marquee__item {
      flex: 0 0 auto;
      width: clamp(180px, 20vw, 260px);
      aspect-ratio: 3 / 4;
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 10px 26px rgba(0,0,0,0.14);
      border: 3px solid rgba(255,255,255,0.9);
      transform: translateZ(0);
    }
    .about-marquee__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s ease;
    }
    .about-marquee__item:hover img {
      transform: scale(1.04);
    }
    @keyframes aboutMarqueeScroll {
      from { transform: translateX(0); }
      to { transform: translateX(calc(-50% - 9px)); }
    }
    @keyframes aboutMarqueeScrollMobile {
      from { transform: translateX(0); }
      to { transform: translateX(calc(-50% - 6px)); }
    }

    .about-marquee__toggle {
      position: absolute;
      right: 16px;
      bottom: 0;
      width: 54px;
      height: 54px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.8);
      background: rgba(26,32,44,0.86);
      color: #fff;
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(0,0,0,0.22);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
      z-index: 2;
    }
    .about-marquee__toggle:hover {
      transform: translateY(-1px);
      background: rgba(26,32,44,0.96);
      box-shadow: 0 14px 28px rgba(0,0,0,0.26);
    }
    .about-marquee__toggle-start,
    .about-marquee__toggle-pause {
      position: absolute;
      display: block;
    }
    .about-marquee__toggle-start {
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 16px solid #fff;
      margin-left: 4px;
      opacity: 0;
      transform: scale(.9);
      transition: opacity .15s ease, transform .15s ease;
    }
    .about-marquee__toggle-pause {
      width: 16px;
      height: 18px;
      opacity: 1;
      transition: opacity .15s ease, transform .15s ease;
    }
    .about-marquee__toggle-pause::before,
    .about-marquee__toggle-pause::after {
      content: "";
      position: absolute;
      top: 0;
      width: 5px;
      height: 18px;
      border-radius: 999px;
      background: #fff;
    }
    .about-marquee__toggle-pause::before { left: 1px; }
    .about-marquee__toggle-pause::after  { right: 1px; }
    .about-marquee__toggle.is-paused .about-marquee__toggle-start {
      opacity: 1;
      transform: scale(1);
    }
    .about-marquee__toggle.is-paused .about-marquee__toggle-pause {
      opacity: 0;
      transform: scale(.9);
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
      gap: 20px;
      margin-top: 24px;
    }
    .feature-card {
      background: #fff;
      border-radius: 20px;
      padding: 18px 18px 16px;
      box-shadow: 0 8px 22px rgba(0,0,0,0.08);
      border: 1px solid #fed7e2;
      position: relative;
      overflow: hidden;
    }
    .feature-card::after {
      content: "";
      position: absolute;
      right: -30px;
      top: -30px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(254,215,226,0.9), transparent 65%);
      opacity: .7;
    }
    .feature-emoji { font-size: 26px; margin-bottom: 8px; position: relative; z-index: 1; }
    .feature-card h3 { font-size: 17px; margin: 0 0 6px; position: relative; z-index: 1; }
    .feature-card p { font-size: 14px; margin: 0; color: #4a5568; position: relative; z-index: 1; }

    .info-grid {
      display: grid;
      grid-template-columns: minmax(0,1.3fr) minmax(0,1fr);
      gap: 24px;
      align-items: flex-start;
    }
    .info-table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 8px 22px rgba(0,0,0,0.08);
      font-size: 14px;
    }
    .info-table th,
    .info-table td {
      padding: 10px 14px;
      border-bottom: 1px solid #e2e8f0;
      vertical-align: top;
    }
    .info-table th { width: 32%; background: #fff5f7; font-weight: 600; }
    .info-table tr:nth-child(2n) td { background: #fdfbff; }
    .info-table tr:last-child th,
    .info-table tr:last-child td { border-bottom: none; }

    .note-box {
      background: #fffaf0;
      border-radius: 16px;
      padding: 14px 16px;
      font-size: 13px;
      border: 1px solid #fbd38d;
      box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    }
    .badge {
      display: inline-block;
      padding: 4px 9px;
      font-size: 11px;
      border-radius: 999px;
      background: #e6fffa;
      color: #2c7a7b;
      font-weight: 600;
      margin-bottom: 4px;
    }
    .badge-closed {
      background: #fff5f5;
      color: #c53030;
    }
    .cancel-notice-card {
      background: linear-gradient(135deg, #fff5f5, #fed7d7);
      border: 2px solid #c53030;
      border-radius: 20px;
      padding: 28px 24px;
      text-align: center;
      margin-bottom: 14px;
      box-shadow: 0 6px 18px rgba(197,48,48,0.15);
    }
    .cancel-notice-icon {
      font-size: 36px;
      line-height: 1;
      margin-bottom: 10px;
    }
    .cancel-notice-title {
      font-size: 22px;
      font-weight: 800;
      color: #c53030;
      letter-spacing: -.01em;
      margin: 0 0 12px;
    }
    .cancel-notice-body {
      font-size: 14px;
      color: #742a2a;
      line-height: 1.9;
    }
    .entry-closed-card {
      background: linear-gradient(135deg, #fff5f5, #fed7d7);
      border: 2px solid #fc8181;
      border-radius: 20px;
      padding: 22px 20px;
      text-align: left;
      margin-bottom: 14px;
      box-shadow: 0 6px 18px rgba(197,48,48,0.12);
    }
    .entry-closed-icon {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 8px;
    }
    .entry-closed-title {
      font-size: 20px;
      font-weight: 800;
      color: #c53030;
      letter-spacing: -.01em;
      margin: 0 0 4px;
    }
    .entry-closed-sub {
      font-size: 13px;
      color: #742a2a;
    }
    .entry-closed-thanks {
      font-size: 15px;
      font-weight: 700;
      color: #c53030;
      margin-top: 14px;
    }
    .entry-closed-walkin-notice {
      display: inline-block;
      margin-top: 10px;
      padding: 6px 16px;
      background: #fff3cd;
      border: 2px solid #f6ad55;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 800;
      color: #744210;
      letter-spacing: .01em;
    }
    .entry-walkin-card {
      background: linear-gradient(135deg, #f0fff4, #c6f6d5);
      border: 2px solid var(--main);
      border-radius: 20px;
      padding: 22px 20px;
      margin-bottom: 14px;
      box-shadow: 0 6px 18px rgba(56,161,105,0.12);
    }
    .entry-walkin-heading {
      font-size: 17px;
      font-weight: 800;
      color: #276749;
      margin-bottom: 14px;
      padding-bottom: 10px;
      border-bottom: 1px solid #9ae6b4;
    }
    .entry-walkin-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }
    .entry-walkin-table th {
      text-align: left;
      font-weight: 600;
      color: #276749;
      padding: 6px 10px 6px 0;
      width: 36%;
      vertical-align: top;
      white-space: nowrap;
    }
    .entry-walkin-table td {
      padding: 6px 0;
      color: #1a202c;
      vertical-align: top;
    }
    .entry-walkin-note {
      font-size: 13px;
      color: #276749;
      margin-top: 12px;
      padding-top: 10px;
      border-top: 1px solid #9ae6b4;
    }
    @media (max-width: 768px) {
      .cancel-notice-title { font-size: 18px; }
      .entry-closed-title { font-size: 17px; }
      .entry-walkin-heading { font-size: 15px; }
    }

    #spots { background: radial-gradient(circle at 0 0, #fff5f7, #f7fafc 55%); }
    .photo-slider {
      position: relative;
      margin-top: 26px;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 20px 48px rgba(0,0,0,0.32);
      background: #000;
    }
    .photo-slider-timer {
      position: absolute;
      left: 7%;
      right: 7%;
      bottom: 34px;
      height: 8px;
      border-radius: 999px;
      background: rgba(0,0,0,0.55);
      box-shadow: 0 0 10px rgba(0,0,0,0.6);
      z-index: 5;
      overflow: hidden;
    }
    .photo-slider-timer-bar {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, #fed7e2, #f6e05e, #90cdf4);
      box-shadow: 0 0 14px rgba(250, 250, 255, 0.9);
      border-radius: inherit;
      transition: width 0.1s linear;
    }
    .photo-slider-main { position: relative; width: 100%; overflow: hidden; }
    .photo-slider-main img { width: 100%; height: min(60vh, 520px); object-fit: cover; display: block; }
    .slide { position: absolute; inset: 0; opacity: 0; transition: opacity .4s ease; }
    .slide.active { position: relative; opacity: 1; }
    .slide-caption {
      position: absolute;
      left: 0; right: 0; bottom: 0;
      padding: 10px 16px 12px;
      font-size: 13px;
      color: #fff;
      background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 8px;
      z-index: 3;
    }
    .slide-caption-left { display: flex; flex-direction: column; gap: 2px; }
    .slide-caption-step { font-size: 12px; opacity: .95; letter-spacing: .08em; text-transform: uppercase; }

    .slide-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 38px;
      height: 38px;
      border-radius: 999px;
      border: none;
      background: rgba(0,0,0,0.55);
      color: #fff;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background .15s ease, transform .08s ease;
      z-index: 4;
    }
    .slide-nav:hover {
      background: rgba(0,0,0,0.8);
      transform: translateY(-50%) scale(1.05);
    }
    .slide-nav.prev { left: 14px; }
    .slide-nav.next { right: 14px; }

    .slide-dots {
      position: absolute;
      left: 0; right: 0; bottom: 10px;
      display: flex;
      justify-content: center;
      gap: 6px;
      pointer-events: none;
      z-index: 6;
    }
    .slide-dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: rgba(255,255,255,0.6);
      border: 1px solid rgba(0,0,0,0.2);
      padding: 0;
      cursor: pointer;
      pointer-events: auto;
      transition: transform .12s ease, background .12s ease,
                  width .12s ease, box-shadow .12s ease;
    }
    .slide-dot.active {
      background: #fed7e2;
      width: 20px;
      transform: translateY(-1px);
      box-shadow: 0 0 10px rgba(255,255,255,0.9);
    }

    /* 撮影可能エリア */
    #shooting-area {
      background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,245,247,0.86));
    }
    .area-gallery {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
      margin-top: 28px;
    }
    .area-card {
      background: rgba(255,255,255,0.92);
      border: 1px solid #fed7e2;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 12px 28px rgba(0,0,0,0.10);
    }
    .area-card a {
      display: block;
      color: inherit;
      text-decoration: none;
    }
    .area-card img {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      display: block;
      transition: transform .35s ease;
    }
    .area-card a:hover img {
      transform: scale(1.02);
    }
    .area-card-body {
      padding: 14px 16px 16px;
    }
    .area-card-title {
      margin: 0 0 6px;
      font-size: 17px;
      font-weight: 700;
      color: #2d3748;
    }
    .area-card-text {
      margin: 0;
      font-size: 14px;
      line-height: 1.7;
      color: #4a5568;
    }
    .area-note-box {
      margin-top: 20px;
      background: #fffaf0;
      border-radius: 16px;
      padding: 14px 16px;
      font-size: 13px;
      border: 1px solid #fbd38d;
      box-shadow: 0 4px 14px rgba(0,0,0,0.08);
      color: #744210;
    }

    .rules-list, .faq-list {
      padding-left: 1.2em;
      font-size: 14px;
      color: #4a5568;
    }
    .rules-list li + li, .faq-list li + li { margin-top: 6px; }
    .faq-q { font-weight: 600; margin-bottom: 2px; color: #2d3748; }
    .faq-a { margin: 0; font-size: 14px; color: #4a5568; }
    .access-map { margin-top: 14px; font-size: 13px; }

    footer { background: #1a202c; color: #e2e8f0; padding: 20px; font-size: 12px; }
    footer .inner {
      max-width: 1060px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
    }
    .mobile-bottom-nav {
      display: none;
    }

    .hashtag-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      background: rgba(255,255,255,0.9);
      color: #c53030;
      border-radius: 999px;
      padding: 4px 10px;
      font-size: 13px;
      font-weight: 700;
      border: 1px solid rgba(254,215,226,0.9);
      box-shadow: 0 2px 6px rgba(0,0,0,0.12);
      letter-spacing: .03em;
      text-shadow: none;
      margin: 4px 0 6px;
    }
    .hashtag-badge:hover {
      text-decoration: none;
      box-shadow: 0 3px 8px rgba(0,0,0,0.14);
      transform: translateY(-1px);
      transition: transform .12s ease, box-shadow .12s ease;
    }
    .hashtag-copy-btn {
      display: inline-flex;
      align-items: center;
      padding: 3px 9px;
      margin-left: 4px;
      border-radius: 999px;
      border: 1px solid #e2e8f0;
      background: #fff;
      color: #718096;
      font-size: 11px;
      font-weight: 700;
      cursor: pointer;
      vertical-align: middle;
      transition: background .12s ease, color .12s ease, border-color .12s ease;
      white-space: nowrap;
    }
    .hashtag-copy-btn:hover {
      background: #edf2f7;
      color: #4a5568;
      border-color: #cbd5e0;
    }
    .hashtag-copy-btn.is-copied {
      background: #c6f6d5;
      color: #276749;
      border-color: #9ae6b4;
    }

    .lightbox-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.75);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    .lightbox-overlay.active { display: flex; }
    .lightbox-content { position: relative; max-width: 95vw; max-height: 90vh; }
    .lightbox-content img {
      max-width: 100%;
      max-height: 90vh;
      border-radius: 16px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    }
    .lightbox-close {
      position: absolute;
      top: -18px;
      right: -18px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: none;
      background: rgba(0,0,0,0.8);
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    }

    .coming-soon-text {
      margin: 12px 0 18px;
      padding-left: 14px;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.8;
      color: #9f1239;
      border-left: 4px solid #f97373;
      background: linear-gradient(90deg, rgba(254,215,226,0.35), rgba(254,215,226,0));
    }

    .contact-card {
      background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,245,247,0.96));
      border: 1px solid #fed7e2;
      border-radius: 22px;
      padding: 24px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    }

    .contact-card p {
      margin: 0 0 14px;
      font-size: 14px;
      color: #4a5568;
    }

    .contact-mail-box {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-top: 12px;
      padding: 16px 18px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid #fbcfe8;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    }

    .contact-mail-label {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .12em;
      color: #9f1239;
      text-transform: uppercase;
    }

    .contact-mail-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      font-weight: 700;
      color: #be185d;
      word-break: break-all;
    }

    .contact-mail-link:hover {
      color: #9d174d;
      text-decoration: underline;
    }

    .contact-note {
      margin-top: 12px;
      font-size: 12px;
      color: #718096;
    }

    /* PHOTO CONTEST */
.contest-info-box {
      background: rgba(255,255,255,0.92);
      border: 1px solid #fed7e2;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 8px 22px rgba(0,0,0,0.08);
      margin-bottom: 24px;
    }
    .contest-info-row {
      display: flex;
      align-items: baseline;
      gap: 16px;
      padding: 14px 20px;
      font-size: 14px;
      border-bottom: 1px solid rgba(254,215,226,0.6);
    }
    .contest-info-row:last-child { border-bottom: none; }
    .contest-info-label {
      flex: 0 0 7em;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      color: #9f1239;
    }
    .contest-info-value {
      flex: 1;
      color: #2d3748;
      line-height: 1.7;
    }

    .contest-notes-box {
      background: #fffaf0;
      border: 1px solid #fbd38d;
      border-radius: 16px;
      padding: 18px 20px;
      margin-bottom: 24px;
    }
    .contest-notes-box h3 {
      font-size: 14px;
      font-weight: 700;
      color: #744210;
      margin: 0 0 10px;
    }
    .contest-notes-list {
      margin: 0;
      padding-left: 1.4em;
      font-size: 13px;
      color: #4a5568;
      line-height: 1.8;
    }
    .contest-notes-list li + li { margin-top: 6px; }
    .contest-agree-note {
      margin: 12px 0 0;
      padding-top: 10px;
      border-top: 1px solid #fbd38d;
      font-size: 12px;
      color: #744210;
      font-weight: 600;
    }

    .contest-cta {
      margin-top: 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
    .contest-cta-note {
      font-size: 12px;
      color: #718096;
    }

    @media (max-width: 768px) {
      body {
        background:
          linear-gradient(180deg, #fff5f7 0%, #effdf7 48%, #f8fbff 100%);
        background-attachment: scroll;
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
      }

      header { min-height: auto; }
      header::before {
        background-position: center top;
        filter: brightness(0.72) saturate(1.02);
        transform: scale(1.01);
      }
      header::after {
        background:
          linear-gradient(to bottom, rgba(20,28,45,0.05), rgba(20,28,45,0.72));
        mix-blend-mode: normal;
      }
      header .overlay {
        padding: 18px 14px 22px;
        min-height: auto;
      }

      .logo-stage {
        margin: 0 0 14px;
        padding: 8px 0 4px;
        min-height: 258px;
      }
      .site-logo {
        width: min(330px, 86vw);
      }
      .logo-stage::before {
        width: min(520px, 116%);
        height: min(260px, 64vw);
        filter: blur(13px);
      }
      .logo-stage::after {
        width: min(460px, 106%);
        height: min(210px, 52vw);
        filter: blur(6px);
      }

      .hero-card {
        width: 100%;
        padding: 16px 14px;
        border-radius: 20px;
        background: rgba(18,28,38,0.72);
        box-shadow: 0 16px 34px rgba(0,0,0,0.30);
      }
      .hero-date-large {
        display: block;
        margin-bottom: 14px;
      }
      .hero-date-main {
        font-size: 22px;
        letter-spacing: .08em;
      }
      .hero-date-sub {
        font-size: 12px;
        line-height: 1.5;
      }
      .hero-extra { font-size: 12px; margin-bottom: 12px; }
      .hero-note {
        font-size: 12px;
        line-height: 1.75;
        margin: 12px 0 0;
      }
      .hero-status-panel {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 12px;
      }
      .hero-status-item {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255,255,255,0.10);
      }
      .hero-status-label {
        margin: 0;
        padding: 3px 8px;
        border-radius: 999px;
        background: rgba(255,255,255,0.16);
        font-size: 9px;
        letter-spacing: .08em;
        white-space: nowrap;
      }
      .hero-status-item strong {
        font-size: 13px;
      }
      .hero-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 9px;
      }
      .hero-cta .btn-primary,
      .hero-cta .btn-participate,
      .hero-cta .btn-outline-light {
        width: 100%;
        white-space: normal;
        min-height: 44px;
        text-align: center;
      }

      .cancel-bar,
      .notice-bar,
      .announce-bar {
        margin: 10px 14px 0;
        border-radius: 16px;
        padding: 13px 14px;
        text-align: left;
        font-size: 13px;
        line-height: 1.65;
        box-shadow: 0 10px 24px rgba(49,33,49,0.12);
        border: 1px solid rgba(255,255,255,0.42);
      }
      .cancel-bar strong,
      .notice-bar strong,
      .announce-bar strong {
        display: block;
      }
      .cancel-bar a,
      .announce-bar-link {
        display: inline-flex;
        margin: 6px 0 0;
      }
      .notice-bar-label {
        margin-bottom: 4px;
      }

      section {
        padding: 52px 20px;
        overflow: hidden;
      }
      .section-kicker {
        display: inline-flex;
        align-items: center;
        padding: 4px 10px;
        border-radius: 999px;
        background: rgba(255,255,255,0.70);
        box-shadow: 0 6px 18px rgba(74,85,104,0.08);
        letter-spacing: .20em;
      }
      .about-layout, .info-grid { grid-template-columns: minmax(0,1fr); }
      .section-title {
        display: block;
        padding-left: 24px;
        font-size: 22px;
        line-height: 1.48;
        word-break: normal;
        overflow-wrap: break-word;
      }
      .spots-title {
        max-width: 12em;
      }
      .spots-title-lead {
        margin-top: 12px;
        padding-left: 24px;
        font-size: 14px;
        font-weight: 700;
        color: #718096;
      }
      .section-inner::before { display: none; }
      .photo-slider-main img { height: 260px; }
      .feature-grid {
        gap: 14px;
      }
      .feature-card,
      .area-card,
      .contest-info-box,
      .contest-notes-box,
      .contact-card,
      .info-table {
        box-shadow: 0 14px 32px rgba(49,33,49,0.10);
      }
      .feature-card {
        border-radius: 18px;
      }
      .slide-nav { width: 32px; height: 32px; font-size: 18px; }
      .photo-slider-timer { left: 10%; right: 10%; bottom: 32px; }
      .hashtag-badge { font-size: 12px; padding: 3px 9px; }

      .btn-x-post {
        width: auto;
        font-size: 13px;
        padding: 8px 14px;
      }

      .about-marquee {
        margin-top: 24px;
        padding-bottom: 14px;
      }
      .about-marquee__track {
        gap: 12px;
        padding: 12px;
        animation-name: aboutMarqueeScrollMobile;
        animation-duration: 26s;
      }
      .about-marquee__item {
        width: 48vw;
        max-width: 220px;
        border-radius: 16px;
      }
      .about-marquee__toggle {
        width: 46px;
        height: 46px;
        right: 12px;
      }
      .about-marquee__toggle-start {
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 14px;
      }
      .about-marquee__toggle-pause {
        width: 14px;
        height: 16px;
      }
      .about-marquee__toggle-pause::before,
      .about-marquee__toggle-pause::after {
        width: 4px;
        height: 16px;
      }

      .contact-card {
        padding: 18px;
        border-radius: 18px;
      }

      .contact-mail-box {
        padding: 14px;
      }

      .info-table,
      .info-table tbody,
      .info-table tr,
      .info-table th,
      .info-table td {
        display: block;
        width: 100%;
      }
      .info-table {
        border-radius: 18px;
        overflow: hidden;
      }
      .info-table tr {
        border-bottom: 1px solid #e2e8f0;
      }
      .info-table tr:last-child {
        border-bottom: none;
      }
      .info-table th,
      .info-table td {
        border-bottom: none;
      }
      .info-table th {
        padding: 12px 14px 4px;
        background: #fff5f7;
        color: #9f1239;
        font-size: 12px;
        letter-spacing: .08em;
      }
      .info-table td {
        padding: 4px 14px 13px;
        background: #fff;
      }

      .cancel-notice-card {
        padding: 22px 18px;
        text-align: left;
        border-radius: 18px;
      }
      .cancel-notice-icon,
      .cancel-notice-title {
        text-align: center;
      }
      .cancel-notice-body {
        font-size: 13px;
        line-height: 1.85;
      }
      .cancel-notice-body br {
        display: none;
      }

      .contact-mail-link {
        font-size: 14px;
      }

      .area-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .area-card {
        border-radius: 18px;
      }
      .area-card-body {
        padding: 12px 14px 14px;
      }
      .area-card-title {
        font-size: 16px;
      }
      .area-card-text {
        font-size: 13px;
      }

.contest-info-row {
        flex-direction: column;
        gap: 4px;
        padding: 12px 16px;
      }
      .contest-info-label {
        flex: none;
      }
      .contest-notes-box {
        padding: 14px 16px;
      }
      .mobile-bottom-nav {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 30;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        padding: 8px;
        border-radius: 999px;
        background: rgba(255,255,255,0.82);
        border: 1px solid rgba(255,255,255,0.85);
        box-shadow: 0 14px 34px rgba(26,32,44,0.22);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
      }
      .mobile-bottom-nav a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        border-radius: 999px;
        color: #1a202c;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        background: rgba(255,255,255,0.72);
      }
      .mobile-bottom-nav a.is-active {
        color: #fff;
        background: linear-gradient(135deg, var(--main), #f6ad55);
        box-shadow: 0 8px 18px rgba(56,161,105,0.28);
      }
      body.page-cancel .mobile-bottom-nav a.is-active {
        background: linear-gradient(135deg, #c53030, #f97373);
        box-shadow: 0 8px 18px rgba(197,48,48,0.28);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .about-marquee__track {
        animation-duration: 60s;
      }
      .sparkles i {
        animation-duration: 5s;
      }
    }
  
  /* participation button */
  .btn-participate {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 22px;
    border-radius:999px;
    font-weight:700;
    font-size:15px;
    border:2px solid rgba(255,255,255,0.35);
    cursor:pointer;
    transition:transform .12s ease, box-shadow .12s ease, background .12s ease;
    text-decoration:none;
    white-space:nowrap;
    color:#fff;
    background:
      radial-gradient(circle at 0 0, rgba(255,255,255,0.35), transparent 55%),
      linear-gradient(135deg,#ec4899,#f97316);
    box-shadow:
      0 10px 24px rgba(236,72,153,0.38),
      0 6px 18px rgba(0,0,0,0.28);
  }
  .btn-participate::before{
    content:"✨";
    margin-right:.45em;
  }
  .btn-participate:hover{
    transform:translateY(-2px);
    text-decoration:none;
    color:#fff;
    background:
      radial-gradient(circle at 0 0, rgba(255,255,255,0.4), transparent 55%),
      linear-gradient(135deg,#db2777,#ea580c);
    box-shadow:
      0 14px 30px rgba(236,72,153,0.46),
      0 10px 22px rgba(0,0,0,0.34);
  }

  /* remove underline on button hover */
  .btn-primary:hover,
  .btn-outline:hover,
  .btn-outline-light:hover,
  .btn-x-post:hover,
  .btn-participate:hover {
    text-decoration:none;
  }

/* PHOTO CONTEST HEADING */
.contest-heading {
    text-align: center;
    margin-bottom: 28px;
}
.contest-heading-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .32em;
    color: #a0aec0;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.contest-heading-main {
    font-size: clamp(48px, 12vw, 96px);
    font-weight: 900;
    letter-spacing: .08em;
    margin: 0;
    line-height: 1.05;
    background: linear-gradient(135deg, var(--accent) 0%, #f6ad55 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.contest-catchcopy {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    color: #4a5568;
    margin: 0 auto 36px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
    max-width: 520px;
}

@media (max-width: 768px) {
    #photo-contest {
        padding-top: 58px;
        background:
            linear-gradient(180deg, rgba(230,255,250,0.92), rgba(255,245,247,0.96) 46%, rgba(237,253,245,0.92));
    }
    .contest-heading {
        text-align: left;
        margin-bottom: 18px;
    }
    .contest-heading-kicker {
        display: inline-flex;
        align-items: center;
        padding: 5px 11px;
        border-radius: 999px;
        background: rgba(255,255,255,0.82);
        color: #9f1239;
        box-shadow: 0 8px 20px rgba(74,85,104,0.10);
        letter-spacing: .18em;
        margin-bottom: 12px;
    }
    .contest-heading-main {
        display: block;
        width: 100%;
        font-size: clamp(34px, 10.5vw, 42px);
        letter-spacing: .01em;
        line-height: 1.08;
        white-space: nowrap;
    }
    .contest-catchcopy {
        max-width: none;
        margin: 0 0 28px;
        padding: 16px 0 0;
        font-size: 14px;
        line-height: 1.95;
        text-align: left;
        border-top-color: rgba(159,18,57,0.16);
    }
    .contest-catchcopy .sp-hide-br {
        display: none;
    }
}


/* CONTEST APPLY BUTTON */
.btn-contest-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 13px 28px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    background:
        radial-gradient(circle at 0 0, rgba(255,255,255,0.28), transparent 55%),
        linear-gradient(135deg, #f97373, #d69e2e);
    border: 2px solid rgba(255,255,255,0.30);
    box-shadow:
        0 10px 26px rgba(249,115,115,0.40),
        0 6px 16px rgba(0,0,0,0.22);
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
    white-space: nowrap;
}
.btn-contest-apply.is-inactive {
    background: #e2e8f0;
    color: #a0aec0;
    border-color: transparent;
    box-shadow: none;
    pointer-events: none;
    cursor: default;
}
.btn-contest-apply:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
    background:
        radial-gradient(circle at 0 0, rgba(255,255,255,0.32), transparent 55%),
        linear-gradient(135deg, #e53e3e, #b7791f);
    box-shadow:
        0 16px 34px rgba(249,115,115,0.48),
        0 8px 20px rgba(0,0,0,0.28);
}

/* CONTEST AWARD BAR */
.contest-award-bar {
    display: flex;
    gap: 14px;
    margin: 0 0 32px;
}
.contest-award-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 24px 16px 20px;
    border-radius: 20px;
}
.contest-award-item:first-child {
    background: linear-gradient(150deg, #fffbeb, #fef3c7);
    border: 1.5px solid #f6e05e;
    box-shadow: 0 4px 20px rgba(246,224,94,0.30);
}
.contest-award-item:not(:first-child) {
    background: linear-gradient(150deg, #f8fafc, #edf2f7);
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.contest-award-divider {
    display: none;
}
.contest-award-medal {
    font-size: 40px;
    line-height: 1;
}
.contest-award-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.contest-award-rank {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #718096;
    text-transform: uppercase;
}
.contest-award-count {
    font-size: 32px;
    font-weight: 900;
    color: #2d3748;
    line-height: 1;
}
.contest-award-count small {
    font-size: 14px;
    font-weight: 600;
    color: #718096;
}
.contest-award-detail {
    font-size: 12px;
    color: #718096;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .contest-award-bar {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 30px;
    }
    .contest-award-item {
        flex-direction: row;
        text-align: left;
        align-items: center;
        gap: 14px;
        padding: 18px;
        border-radius: 18px;
    }
    .contest-award-medal {
        font-size: 34px;
        flex-shrink: 0;
    }
    .contest-award-text {
        align-items: flex-start;
    }
    .contest-award-detail {
        font-size: 13px;
    }
    .contest-award-count {
        font-size: 30px;
    }
}

/* CONTEST GIFT */
.contest-gift-section {
  margin-bottom: 28px;
}
.contest-gift-heading {
  margin-bottom: 16px;
  padding: 16px 20px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffbeb 0%, #fef9e7 60%, #fefce8 100%);
  border: 2px solid #f6e05e;
  box-shadow: 0 6px 18px rgba(214,158,46,0.18);
  text-align: center;
}
.contest-gift-heading-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}
.contest-gift-crown {
  font-size: 22px;
  line-height: 1;
}
.contest-gift-title {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #92400e;
}
.contest-gift-subtitle {
  margin: 0;
  font-size: 13px;
  color: #b45309;
  font-weight: 600;
}
.contest-gift-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.contest-gift-card {
  background: rgba(255,255,255,0.95);
  border: 1px solid #fef3c7;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.09);
  transition: transform .15s ease, box-shadow .15s ease;
}
.contest-gift-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.13);
}
.contest-gift-img-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f7f0e8;
}
.contest-gift-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.contest-gift-card:hover .contest-gift-img-wrap img {
  transform: scale(1.04);
}
.contest-gift-body {
  padding: 12px 14px 14px;
}
.contest-gift-brand {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #9f1239;
  margin-bottom: 4px;
}
.contest-gift-name {
  font-size: 14px;
  font-weight: 700;
  color: #2d3748;
  line-height: 1.5;
}
.contest-gift-qty {
  font-size: 12px;
  font-weight: 400;
  color: #718096;
}

@media (max-width: 768px) {
  .contest-gift-section {
    margin-bottom: 30px;
  }
  .contest-gift-heading {
    text-align: left;
    padding: 18px;
    border-radius: 18px;
  }
  .contest-gift-heading-top {
    justify-content: flex-start;
  }
  .contest-gift-title {
    font-size: 16px;
    letter-spacing: .02em;
  }
  .contest-gift-subtitle {
    font-size: 12px;
    padding-left: 30px;
  }
  .contest-gift-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .contest-gift-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    border-radius: 16px;
  }
  .contest-gift-card:hover {
    transform: none;
  }
  .contest-gift-img-wrap {
    width: 96px;
    height: 96px;
    aspect-ratio: auto;
  }
  .contest-gift-body {
    padding: 12px 14px;
  }
  .contest-gift-name {
    font-size: 14px;
  }
  .contest-gift-brand {
    font-size: 11px;
  }
}
