    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
      background: #f7f1e4;
      color: #2b2b2b;
      line-height: 1.6;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }

    .page {
      max-width: 768px;
      margin: 0 auto;
      background: #fffdf7;
      min-height: 100vh;
      box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 16px;
      background: #b32025;
      color: #fff7d6;
      border-bottom: 3px solid #e3b93c;
    }

    .logo {
      font-size: 26px;
      font-weight: 900;
      letter-spacing: 0.08em;
    }

    .topbar-actions {
      display: flex;
      gap: 8px;
    }

    .mini-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 12px;
      border: 2px solid rgba(255,255,255,0.7);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 700;
      white-space: nowrap;
    }

    :root {
      --wall-bg: #efe3c7;
      --wall-shadow: rgba(74, 48, 18, 0.18);
      --frame-brown: #6f4a23;
      --frame-gold: #d8b15a;
      --paper-cream: #fff7e7;
      --sign-red: #b32025;
      --sign-blue: #0e5aa7;
    }

    .section-gallery,
    .section-board,
    .section-papers,
    .section.section-showcase {
      position: relative;
      overflow: hidden;
      background-color: #8f1a12 !important;
      background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg opacity='0.13'%3E%3Ccircle cx='30' cy='18' r='7' fill='%23ffe066'/%3E%3Ccircle cx='42' cy='26' r='7' fill='%23ffe066'/%3E%3Ccircle cx='42' cy='40' r='7' fill='%23ffe066'/%3E%3Ccircle cx='30' cy='48' r='7' fill='%23ffe066'/%3E%3Ccircle cx='18' cy='40' r='7' fill='%23ffe066'/%3E%3Ccircle cx='18' cy='26' r='7' fill='%23ffe066'/%3E%3Ccircle cx='30' cy='33' r='9' fill='%23ff6b1a'/%3E%3Ccircle cx='30' cy='33' r='4' fill='%23ffe066'/%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(180deg, #8f1a12 0%, #b32025 40%, #7a1010 100%) !important;
      border-bottom: none !important;
      padding: 28px 16px 36px;
    }

    /* æç?ã¶ã‚‰ä¸‹ãŒã‚Šã‚¢ãƒ‹ãƒ¡ */
    @keyframes chochinSwing {
      0%, 100% { transform: rotate(-4deg); }
      50%       { transform: rotate(4deg); }
    }
    /* ã´ã‹ã?ã‹ç‚¹æ»?*/
    @keyframes blinkLight {
      0%, 100% { opacity: 1; }
      45%       { opacity: 1; }
      50%       { opacity: 0.2; }
      55%       { opacity: 1; }
    }
    /* ä¸Šä¸‹ã?ã‚ã?ã‚?*/
    @keyframes floatY {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-6px); }
    }
    /* ã‚«ãƒ¼ãƒ‰ã?ã‚­ãƒ©ã‚­ãƒ© */
    @keyframes cardShine {
      0%   { background-position: -200% center; }
      100% { background-position: 200% center; }
    }
    /* çµæžœç”»åƒã?ç™»å ´ */
    @keyframes resultPop {
      0%   { transform: scale(0.7) rotate(-4deg); opacity: 0; }
      70%  { transform: scale(1.06) rotate(1deg); opacity: 1; }
      100% { transform: scale(1) rotate(0deg); opacity: 1; }
    }

    /* ã‚­ãƒ£ãƒ³ãƒã‚¹ãƒ•ã‚§ãƒ¼ãƒ‰ã‚¢ã‚¦ãƒ?*/
    @keyframes canvasFadeOut {
      0%   { opacity: 1; }
      100% { opacity: 0; }
    }

    /* é›?¸­ç·?*/
    @keyframes speedLinesSpin {
      0%   { transform: rotate(0deg); opacity: 0.7; }
      100% { transform: rotate(8deg); opacity: 0.5; }
    }
    @keyframes speedLinesFlash {
      0%, 100% { opacity: 0.6; }
      50%       { opacity: 1; }
    }

    /* ã‚ºãƒ¼ãƒ?ã‚¤ãƒ³ */
    @keyframes revealZoom {
      0%   { transform: scale(0.3); opacity: 0; }
      60%  { transform: scale(1.12); opacity: 1; }
      100% { transform: scale(1);    opacity: 1; }
    }

    /* é›?¸­ç·šã‚ªãƒ¼ãƒã?ãƒ¬ã‚¤ */
    .sg-reveal-overlay {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 9999;
      background: rgba(140, 20, 10, 0.92);
      align-items: center;
      justify-content: center;
      flex-direction: column;
      overflow: hidden;
    }
    .sg-reveal-overlay.active { display: flex; }

    /* é›?¸­ç·šSVG */
    .sg-speed-lines {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      animation: speedLinesFlash 0.18s linear infinite;
    }

    /* ã‚ºãƒ¼ãƒ?ã‚¤ãƒ³ç”»åƒ?*/
    .sg-reveal-img-wrap {
      position: relative;
      z-index: 2;
      width: 180px;
      border-radius: 14px;
      overflow: hidden;
      border: 4px solid #e8c96a;
      box-shadow: 0 0 60px rgba(232,201,106,0.8), 0 0 120px rgba(232,201,106,0.4);
      animation: revealZoom 0.55s cubic-bezier(0.34,1.56,0.64,1) both;
    }

    .sg-reveal-img {
      width: 100%;
      aspect-ratio: 9/16;
      object-fit: cover;
      display: block;
      pointer-events: none;
      -webkit-user-drag: none;
    }

    .sg-reveal-text {
      position: relative;
      z-index: 2;
      margin-top: 18px;
      font-size: 18px;
      font-weight: 900;
      color: #fff7d6;
      letter-spacing: 0.1em;
      text-shadow: 0 0 20px rgba(232,201,106,0.9);
      animation: revealZoom 0.6s cubic-bezier(0.34,1.56,0.64,1) 0.15s both;
    }

    .sg-reveal-actions {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      margin-top: 16px;
      width: 100%;
      max-width: 240px;
      animation: revealZoom 0.6s cubic-bezier(0.34,1.56,0.64,1) 0.3s both;
    }

    .sg-reveal-close {
      width: 100%;
      padding: 12px 20px;
      background: #e8c96a;
      color: #1a0a04;
      font-size: 14px;
      font-weight: 900;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      letter-spacing: 0.06em;
      box-shadow: 0 4px 0 rgba(0,0,0,0.3);
    }

    .sg-reveal-retry {
      width: 100%;
      padding: 11px 20px;
      background: transparent;
      color: #fff7d6;
      font-size: 13px;
      font-weight: 700;
      border: 2px solid rgba(232,201,106,0.5);
      border-radius: 8px;
      cursor: pointer;
      letter-spacing: 0.04em;
    }

    .sg-reveal-dismiss {
      background: none;
      border: none;
      color: rgba(255,255,255,0.45);
      font-size: 12px;
      cursor: pointer;
      padding: 4px 12px;
      letter-spacing: 0.04em;
    }
    /* ãƒœã‚¿ãƒ³ã®ãƒ‘ãƒ«ã‚¹ */
    @keyframes btnPulse {
      0%, 100% { box-shadow: 0 4px 0 rgba(0,0,0,0.4), 0 0 0 0 rgba(232,201,106,0); }
      50%       { box-shadow: 0 4px 0 rgba(0,0,0,0.4), 0 0 16px 4px rgba(232,201,106,0.5); }
    }

    /* é›»é£¾ãƒ©ã‚¤ãƒ³ */
    .sg-lights {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 0 4px;
    }
    .sg-lights--top    { margin-bottom: 12px; }
    .sg-lights--bottom { margin-top: 12px; }
    .sg-light {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      flex-shrink: 0;
      background: #e8c96a;
      box-shadow: 0 0 10px #e8c96a, 0 0 20px rgba(232,201,106,0.5);
    }
    .sg-light:nth-child(odd)  { animation: blinkLight 1.2s ease-in-out infinite; }
    .sg-light:nth-child(even) { animation: blinkLight 1.2s ease-in-out infinite 0.6s; }
    .sg-light:nth-child(3n)   { background: #fff; box-shadow: 0 0 10px #fff, 0 0 20px rgba(255,255,255,0.5); }
    .sg-light:nth-child(5n)   { background: #ff6b6b; box-shadow: 0 0 10px #ff6b6b, 0 0 20px rgba(255,107,107,0.5); }

    .frame-card,
    .paper-card,
    .signboard-card {
      position: relative;
      box-shadow: 0 10px 24px var(--wall-shadow);
    }

    .frame-card::before,
    .signboard-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      pointer-events: none;
    }

    .frame-card::before {
      border: 8px solid var(--frame-brown);
      box-shadow: inset 0 0 0 2px var(--frame-gold);
    }

    .signboard-card::before {
      border: 4px solid #7a1d20;
      box-shadow: inset 0 0 0 2px rgba(255,255,255,0.12);
    }

    .paper-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      border: 1px solid rgba(133, 102, 42, 0.18);
      pointer-events: none;
    }

    @keyframes floatSlow {
      0%, 100% { transform: translateY(0) rotate(var(--tilt, 0deg)); }
      50% { transform: translateY(-6px) rotate(var(--tilt, 0deg)); }
    }

    @keyframes swaySlow {
      0%, 100% { transform: translateY(0) rotate(calc(var(--tilt, 0deg) - 1deg)); }
      50% { transform: translateY(-4px) rotate(calc(var(--tilt, 0deg) + 1deg)); }
    }

    @keyframes driftWallA {
      0%   { transform: translate3d(0,0,0) rotate(-3deg); }
      50%  { transform: translate3d(10px,-12px,0) rotate(1deg); }
      100% { transform: translate3d(0,0,0) rotate(-3deg); }
    }

    @keyframes driftWallB {
      0%   { transform: translate3d(0,0,0) rotate(2deg); }
      50%  { transform: translate3d(-12px,10px,0) rotate(-2deg); }
      100% { transform: translate3d(0,0,0) rotate(2deg); }
    }

    @keyframes driftWallC {
      0%   { transform: translate3d(0,0,0) scale(1) rotate(-1deg); }
      50%  { transform: translate3d(8px,-8px,0) scale(1.03) rotate(2deg); }
      100% { transform: translate3d(0,0,0) scale(1) rotate(-1deg); }
    }

    .wall-floaters {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      opacity: 0.9;
    }

    .wall-floater {
      position: absolute;
      border-radius: 16px;
      opacity: 0.75;
      will-change: transform;
    }

    .wall-floater--frame {
      border: 8px solid rgba(111,74,35,0.8);
      background: rgba(186,47,42,0.2);
    }

    .wall-floater--paper {
      background: rgba(255,248,234,0.7);
      border: 1px solid rgba(133,102,42,0.25);
    }

    .wall-floater--sign {
      background: rgba(191,50,44,0.3);
      border: 4px solid rgba(122,29,32,0.7);
    }

    .wall-floater--a { animation: driftWallA 10s ease-in-out infinite; }
    .wall-floater--b { animation: driftWallB 12s ease-in-out infinite; }
    .wall-floater--c { animation: driftWallC 14s ease-in-out infinite; }

    /* -- ãƒ›ã‚°ãƒ¯ãƒ¼ãƒ?£ç”»ãƒ¬ã‚¤ãƒ¤ãƒ¼ -- */
    @keyframes muralDrift1 {
      0%   { transform: translate3d(0,0,0) rotate(-4deg) scale(1); }
      33%  { transform: translate3d(14px,-18px,0) rotate(0deg) scale(1.04); }
      66%  { transform: translate3d(-8px,10px,0) rotate(-6deg) scale(0.97); }
      100% { transform: translate3d(0,0,0) rotate(-4deg) scale(1); }
    }
    @keyframes muralDrift2 {
      0%   { transform: translate3d(0,0,0) rotate(5deg) scale(1); }
      40%  { transform: translate3d(-16px,12px,0) rotate(1deg) scale(1.05); }
      70%  { transform: translate3d(10px,-8px,0) rotate(7deg) scale(0.96); }
      100% { transform: translate3d(0,0,0) rotate(5deg) scale(1); }
    }
    @keyframes muralDrift3 {
      0%   { transform: translate3d(0,0,0) rotate(-2deg) scale(1.02); }
      50%  { transform: translate3d(18px,14px,0) rotate(3deg) scale(0.98); }
      100% { transform: translate3d(0,0,0) rotate(-2deg) scale(1.02); }
    }
    @keyframes muralDrift4 {
      0%   { transform: translate3d(0,0,0) rotate(3deg) scale(1); }
      45%  { transform: translate3d(-10px,-16px,0) rotate(-2deg) scale(1.06); }
      80%  { transform: translate3d(12px,6px,0) rotate(5deg) scale(0.95); }
      100% { transform: translate3d(0,0,0) rotate(3deg) scale(1); }
    }
    @keyframes muralDrift5 {
      0%   { transform: translate3d(0,0,0) rotate(-6deg) scale(0.98); }
      55%  { transform: translate3d(20px,-10px,0) rotate(-1deg) scale(1.03); }
      100% { transform: translate3d(0,0,0) rotate(-6deg) scale(0.98); }
    }

    .hero-mural {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 1;
      overflow: hidden;
    }

    .mural-piece {
      position: absolute;
      border-radius: 12px;
      overflow: hidden;
      will-change: transform;
      box-shadow:
        0 8px 28px rgba(0,0,0,0.55),
        0 0 0 3px rgba(180,130,40,0.5),
        inset 0 0 0 2px rgba(255,220,100,0.15);
    }

    .mural-piece img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 1;
      mix-blend-mode: normal;
      filter: sepia(0.15) contrast(1.05) brightness(0.92);
    }

    .mural-piece::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,200,60,0.12), rgba(120,40,10,0.22));
      border-radius: inherit;
      pointer-events: none;
    }

    .mural-piece:nth-child(1) { animation: muralDrift1 13s ease-in-out infinite; }
    .mural-piece:nth-child(2) { animation: muralDrift2 17s ease-in-out infinite; animation-delay: -3s; }
    .mural-piece:nth-child(3) { animation: muralDrift3 11s ease-in-out infinite; animation-delay: -6s; }
    .mural-piece:nth-child(4) { animation: muralDrift4 15s ease-in-out infinite; animation-delay: -2s; }
    .mural-piece:nth-child(5) { animation: muralDrift5 19s ease-in-out infinite; animation-delay: -8s; }
    .mural-piece:nth-child(6) { animation: muralDrift1 16s ease-in-out infinite; animation-delay: -5s; }
    .mural-piece:nth-child(7) { animation: muralDrift3 12s ease-in-out infinite; animation-delay: -1s; }

    .hero > *:not(.wall-floaters):not(.hero-mural),
    .section > *:not(.wall-floaters),
    .cta-section > *:not(.wall-floaters) {
      position: relative;
      z-index: 2;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 0;
      background:
        linear-gradient(180deg, rgba(20,8,4,0.05) 0%, rgba(30,10,6,0.08) 100%),
        url("/images/bg_hero.jpg") center center / cover no-repeat;
      border-bottom: 4px solid #8f2b1d;
    }

    /* -- hero ãƒ?‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢ -- */

    .hero-inner {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      padding: 0 24px;
      /* ãƒ­ã‚´ã‚¨ãƒªã‚¢ã¨ãƒ?‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢ã‚’ä¸Šä¸‹ã«åˆ?‘ã‚?*/
    }

    /* ãƒ­ã‚´?šä¸Šéƒ¨ãƒ»ä¸­å¤® */
    .hero-logo {
      display: flex;
      justify-content: center;
      padding: 60px 0 52px;
    }

    .hero-logo-img {
      width: auto;
      max-width: 260px;
      height: auto;
      display: block;
      filter: drop-shadow(0 4px 16px rgba(0,0,0,0.7)) drop-shadow(0 0 24px rgba(230,160,40,0.4));
    }

    /* ãƒ?‚­ã‚¹ãƒˆãƒ–ãƒ­ãƒ?‚¯?šå·¦å¯?› */
    .hero-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      padding-bottom: 44px;
    }

    /* ã‚­ãƒ£ãƒ?ƒã‚³ãƒ”ã? */
    .hero-title {
      margin: 0;
      font-size: 40px;
      line-height: 1.35;
      font-weight: 900;
      color: #fff;
      letter-spacing: 0.04em;
      text-shadow:
        0 2px 0 rgba(0,0,0,0.95),
        0 4px 12px rgba(0,0,0,1),
        0 8px 32px rgba(0,0,0,0.95);
      -webkit-text-stroke: 0;
    }

    /* ã‚µãƒ–ã‚³ãƒ”ã? */
    .hero-sub {
      margin: 0px 0 0;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      line-height: 1.5;
      letter-spacing: 0.04em;
      text-shadow:
        0 1px 0 rgba(0,0,0,0.95),
        0 2px 10px rgba(0,0,0,1),
        0 4px 20px rgba(0,0,0,0.9);
      padding: 0;
    }

    .hero-cta {
      display: flex;
      justify-content: flex-start;
      margin-top: 20px;
    }

    .cta-toroku {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      overflow: hidden;
      transition: transform 0.18s, filter 0.18s;
    }

    .cta-toroku:hover {
      transform: scale(1.06);
      filter: brightness(1.12);
    }

    .cta-toroku img {
      width: 100%;
      max-width: 360px;
      height: auto;
      display: block;
    }

    .cta-primary,
    .cta-secondary {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 14px;
      border-radius: 14px;
      font-weight: 900;
      text-align: center;
    }

    .cta-primary {
      background: #b32025;
      color: #fff;
    }

    .cta-secondary {
      background: #0e5aa7;
      color: #fff;
    }

    .hero-collage {
      position: relative;
      min-height: 420px;
      margin-top: 22px;
    }

    .hero-card {
      position: absolute;
      border-radius: 18px;
      background: var(--paper-cream);
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      padding: 14px;
      font-size: 13px;
      font-weight: 900;
      color: #fff9e6;
      text-shadow: 0 1px 2px rgba(0,0,0,0.28);
      box-shadow: 0 12px 24px rgba(74, 48, 18, 0.18);
      animation: floatSlow 6s ease-in-out infinite;
      --tilt: 0deg;
    }

    .hero-card::after {
      content: "";
      position: absolute;
      inset: 16px;
      border-radius: 8px;
      background: linear-gradient(180deg, rgba(255,255,255,0.24), rgba(0,0,0,0.18));
      pointer-events: none;
    }

    .hero-card span {
      position: relative;
      z-index: 1;
      display: inline-flex;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(0,0,0,0.34);
      backdrop-filter: blur(2px);
    }

    .hero-card--main {
      top: 8px;
      left: 2%;
      width: 50%;
      aspect-ratio: 4 / 5;
      background: linear-gradient(135deg, #bb2f2a 0%, #8f1f17 100%);
      --tilt: -4deg;
      z-index: 3;
    }

    .hero-card--sub1 {
      top: 10px;
      right: 2%;
      width: 36%;
      aspect-ratio: 1 / 1;
      background: linear-gradient(135deg, #0f5ea9 0%, #083b73 100%);
      --tilt: 3deg;
      animation-name: swaySlow;
      z-index: 2;
    }

    .hero-card--sub2 {
      bottom: 18px;
      left: 14%;
      width: 38%;
      aspect-ratio: 1 / 1;
      background: linear-gradient(135deg, #d7a93e 0%, #9f6a16 100%);
      --tilt: 2deg;
      z-index: 1;
    }

    .hero-card--sub3 {
      bottom: 0;
      right: 4%;
      width: 40%;
      aspect-ratio: 5 / 4;
      background: linear-gradient(135deg, #2b6b4c 0%, #18462f 100%);
      --tilt: -3deg;
      animation-name: swaySlow;
      z-index: 2;
    }

    .section {
      position: relative;
      overflow: hidden;
      padding: 30px 16px;
      border-bottom: 1px solid #eadfca;
      background: linear-gradient(180deg, rgba(255,253,247,0.96) 0%, rgba(252,245,232,0.96) 100%);
    }

    .section-head {
      margin-bottom: 16px;
    }

    .section-label {
      display: inline-block;
      margin-bottom: 8px;
      font-size: 11px;
      font-weight: 800;
      color: #b32025;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .section-title {
      margin: 0;
      font-size: 26px;
      line-height: 1.3;
      font-weight: 900;
      color: #222;
    }

    .section-desc {
      margin: 10px 0 0;
      font-size: 14px;
      color: #555;
    }

    .intro-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 16px;
    }

    .intro-chip {
      padding: 16px 12px;
      border-radius: 14px;
      background: #fff7e7;
      border: 2px solid #dfc07b;
      text-align: center;
      font-size: 13px;
      font-weight: 800;
      box-shadow: 0 8px 18px rgba(74, 48, 18, 0.1);
    }

    /* -- section-for-who å…¨é¢ãƒªãƒ‹ãƒ¥ãƒ¼ã‚¢ãƒ« -- */

    .section-for-who {
      background: #f3ead7;
      padding: 0;
      overflow: hidden;
    }

    /* è¦‹å?ã—ãƒ–ãƒ­ãƒ?‚¯ */
    .fw-heading {
      position: relative;
      z-index: 1;
      padding: 32px 20px 20px;
      text-align: center;
      background: #f3ead7;
      border-bottom: 1px solid #ddd0b0;
    }

    .fw-heading-label {
      display: inline-block;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.45em;
      color: #b32025;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .fw-heading-title {
      margin: 0 0 10px;
      font-size: 24px;
      font-weight: 900;
      color: #1a1008;
      letter-spacing: 0.06em;
      line-height: 1.35;
      white-space: nowrap;
    }

    .fw-heading-desc {
      margin: 0;
      font-size: 13px;
      font-weight: 600;
      color: #555;
      line-height: 1.8;
      letter-spacing: 0.03em;
    }

    /* -- fw-stack?šç¸¦ä¸¦ã³ ç™½xèµ¤ã‚³ãƒ³ãƒˆãƒ©ã‚¹ãƒ?-- */
    .fw-stack {
      display: flex;
      flex-direction: column;
      gap: 0;
      padding: 0;
    }

    .fw-card {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      overflow: hidden;
      border-bottom: 1px solid #e0cfa8;
    }

    .fw-card:last-child { border-bottom: none; }

    /* å¶æ•°ã‚«ãƒ¼ãƒ‰ã?å·¦å³åè»¢ */
    .fw-card:nth-child(even) { flex-direction: row-reverse; }

    /* ç”»åƒï¼šå·¦å´ã«ç¸¦é•·ã§è¡¨ç¤º */
    .fw-card-img-wrap {
      flex: 0 0 100px;
      width: 100px;
      overflow: hidden;
      align-self: stretch;
    }

    .fw-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
    }

    /* ã‚ªãƒ¼ãƒã?ãƒ¬ã‚¤ãªã?*/
    .fw-card::after { display: none; }

    /* ãƒ?‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢?šæ˜­å’Œãƒ¬ãƒˆãƒ­ */
    .fw-card-body {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      padding: 16px 16px 16px 18px;
      background: #fffdf5;
      position: relative;
      border-left: 1px solid #ddd0a8;
    }

    .fw-card:nth-child(even) .fw-card-body {
      border-left: none;
      border-right: 1px solid #ddd0a8;
    }

    /* ç•ªå·?šå¤§ããè–?èƒŒæ™¯ã« */
    .fw-card-num {
      position: absolute;
      top: 8px;
      right: 10px;
      font-size: 48px;
      font-weight: 900;
      color: rgba(179,32,37,0.08);
      letter-spacing: -0.02em;
      line-height: 1;
      pointer-events: none;
      font-family: Georgia, serif;
    }

    /* ã‚¿ã‚¤ãƒˆãƒ«?šæ˜­å’Œãƒ¬ãƒˆãƒ­èª¿ */
    .fw-card-title {
      margin: 0;
      font-size: 15px;
      font-weight: 900;
      color: #fff;
      letter-spacing: 0.08em;
      line-height: 1.45;
      background: #b32025;
      display: inline-block;
      padding: 3px 10px 4px;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      box-shadow: 3px 3px 0 rgba(100,10,10,0.35);
    }

    .fw-card-desc {
      margin: 0;
      font-size: 11.5px;
      font-weight: 500;
      color: #6a5030;
      line-height: 1.8;
      letter-spacing: 0.02em;
    }

    /* ãƒ•ãƒƒã‚¿ãƒ¼note */
    .fw-note {
      padding: 12px 20px 28px;
      font-size: 11px;
      color: rgba(100,80,50,0.60);
      text-align: center;
      letter-spacing: 0.03em;
      background: #f3ead7;
    }

    .benefit-list {
      display: grid;
      gap: 12px;
      margin-top: 16px;
    }

    .benefit-card {
      display: grid;
      grid-template-columns: 56px 1fr;
      gap: 12px;
      align-items: center;
      padding: 16px;
      background: #fff8ea;
      border: 2px solid #d8b870;
      border-radius: 16px;
      box-shadow: 0 10px 20px rgba(74, 48, 18, 0.08);
    }

    .benefit-icon {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background: #ffe6a8;
      border: 2px solid #e0b645;
    }

    .benefit-card h3,
    .scratch-result h3,
    .pickup-card h3,
    .guide-step h3,
    .cta-panel h3,
    .content-card h3 {
      margin: 0 0 4px;
      font-size: 17px;
    }

    .benefit-card p,
    .scratch-result p,
    .pickup-card p,
    .guide-step p,
    .cta-panel p,
    .content-card p {
      margin: 0;
      font-size: 13px;
      color: #555;
    }

    /* -- ã‚¹ã‚¯ãƒ©ãƒ?ƒã‚²ãƒ¼ãƒ? -- */
    /* -- ã‚¹ã‚¯ãƒ©ãƒ?ƒã‚²ãƒ¼ãƒ? ç¸æ—¥ã‚¹ã‚¿ã‚¤ãƒ« -- */
    .scratch-game {
      margin-top: 16px;
      background: rgba(0,0,0,0.25);
      border: 2px solid rgba(232,201,106,0.3);
      border-radius: 18px;
      padding: 20px 16px 24px;
    }

    .sg-step { display: none; }
    .sg-step.active { display: block; }

    .sg-step-label {
      text-align: center;
      font-size: 9px;
      font-weight: 900;
      letter-spacing: 0.5em;
      color: #e8c96a;
      margin-bottom: 6px;
      text-transform: uppercase;
    }

    .sg-step-title {
      text-align: center;
      font-size: 15px;
      font-weight: 900;
      color: #fff7d6;
      margin: 0 0 16px;
      letter-spacing: 0.05em;
      text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    }

    /* ã‚«ãƒ¼ãƒ‰é¸æŠžï¼šå°ã•ã?æžšæ¨ªä¸¦ã³ */
    .sg-cards {
      display: flex;
      justify-content: center;
      gap: 12px;
    }

    .sg-card {
      width: 80px;
      border-radius: 10px;
      border: 2px solid #e8c96a;
      background: #2a0a04;
      display: block;
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      box-shadow:
        0 6px 16px rgba(0,0,0,0.5),
        inset 0 1px 0 rgba(255,255,255,0.2);
      position: relative;
      overflow: hidden;
      -webkit-user-select: none;
      user-select: none;
      padding: 0;
    }

    .sg-card::before {
      content: "";
      position: absolute;
      inset: 4px;
      border: 1px solid rgba(232,201,106,0.5);
      border-radius: 6px;
      pointer-events: none;
    }

    .sg-card { animation: floatY 2.8s ease-in-out infinite; }
    .sg-card:nth-child(2) { animation-delay: 0.4s; }
    .sg-card:nth-child(3) { animation-delay: 0.8s; }
    .sg-card:active { transform: scale(0.93) rotate(-2deg) !important; animation: none; }

    /* ã‚­ãƒ©ã‚­ãƒ©ã‚·ãƒ£ã‚¤ãƒ³ */
    .sg-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg,
        transparent 30%,
        rgba(255,255,255,0.25) 50%,
        transparent 70%
      );
      background-size: 200% 100%;
      animation: cardShine 2.4s linear infinite;
      border-radius: 10px;
    }

    .sg-card-img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      pointer-events: none;
      -webkit-user-drag: none;
    }

    /* STEP2: ã‚¹ã‚¯ãƒ©ãƒ?ƒ */
    .sg-scratch-wrap {
      position: relative;
      width: 160px;
      margin: 0 auto 12px;
    }

    .sg-scratch-img {
      display: block;
      width: 100%;
      aspect-ratio: 9 / 16;
      object-fit: cover;
      border-radius: 12px;
      border: 3px solid #e8c96a;
      box-shadow: 0 8px 24px rgba(0,0,0,0.5);
      -webkit-user-drag: none;
      pointer-events: none;
      animation: floatY 3s ease-in-out infinite;
    }

    .sg-canvas {
      position: absolute;
      inset: 0;
      border-radius: 10px;
      cursor: crosshair;
      touch-action: none;
    }

    .sg-hint {
      text-align: center;
      font-size: 11px;
      font-weight: 700;
      color: #e8c96a;
      margin-bottom: 10px;
      letter-spacing: 0.06em;
      animation: hintPulse 1.8s ease-in-out infinite;
    }

    @keyframes hintPulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.5; }
    }

    .sg-progress-wrap {
      background: rgba(255,255,255,0.1);
      border-radius: 99px;
      height: 5px;
      margin-bottom: 16px;
      overflow: hidden;
      border: 1px solid rgba(232,201,106,0.2);
    }

    .sg-progress-bar {
      height: 100%;
      background: linear-gradient(90deg, #b32025, #e8c96a);
      border-radius: 99px;
      width: 0%;
      transition: width 0.2s ease;
    }

    /* STEP3: çµæžœ */
    .sg-result-img-wrap {
      width: 160px;
      margin: 0 auto 16px;
      border-radius: 12px;
      overflow: hidden;
      border: 3px solid #e8c96a;
      box-shadow:
        0 0 0 1px rgba(232,201,106,0.3),
        0 12px 32px rgba(0,0,0,0.5);
      -webkit-user-select: none;
      user-select: none;
      pointer-events: none;
      animation: resultPop 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
    }

    .sg-result-img {
      width: 100%;
      aspect-ratio: 9 / 16;
      object-fit: cover;
      display: block;
      -webkit-user-drag: none;
      pointer-events: none;
    }

    .sg-result-title {
      text-align: center;
      font-size: 17px;
      font-weight: 900;
      color: #fff7d6;
      margin: 0 0 6px;
      letter-spacing: 0.05em;
      text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    }

    .sg-result-desc {
      text-align: center;
      font-size: 12px;
      color: rgba(232,201,106,0.8);
      margin: 0 0 18px;
      line-height: 1.7;
    }

    .sg-actions {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .sg-btn-get {
      display: block;
      width: 100%;
      padding: 13px;
      background: linear-gradient(135deg, #d42e22, #8d1a12);
      color: #fff7d6;
      font-size: 14px;
      font-weight: 900;
      text-align: center;
      border: 2px solid #e8c96a;
      border-radius: 8px;
      letter-spacing: 0.06em;
      cursor: pointer;
      transition: transform 0.1s, box-shadow 0.1s;
      text-decoration: none;
      text-shadow: 0 1px 4px rgba(0,0,0,0.4);
      animation: btnPulse 2s ease-in-out infinite;
    }

    .sg-btn-get:active {
      transform: translateY(2px);
      box-shadow: 0 2px 0 rgba(0,0,0,0.4);
    }

    .sg-btn-retry {
      display: block;
      width: 100%;
      padding: 11px;
      background: transparent;
      color: #e8c96a;
      font-size: 13px;
      font-weight: 700;
      text-align: center;
      border: 1px solid rgba(232,201,106,0.4);
      border-radius: 8px;
      letter-spacing: 0.04em;
      cursor: pointer;
      transition: background 0.15s;
      text-decoration: none;
    }

    .sg-btn-retry:active {
      background: rgba(232,201,106,0.1);
    }

    .pickup-scroll,
    .content-grid,
    .category-grid,
    .guide-grid {
      display: grid;
      gap: 12px;
      margin-top: 16px;
    }

    .pickup-scroll {
      grid-template-columns: repeat(2, 1fr);
    }

    .pickup-card,
    .content-card,
    .guide-step,
    .cta-panel {
      background: #fff9ec;
      border: 2px solid #ddbe78;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 22px rgba(74, 48, 18, 0.1);
    }

    .pickup-thumb,
    .content-thumb {
      aspect-ratio: 4 / 3;
      background: #f1eadf;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #847b6a;
      font-weight: 700;
      overflow: hidden;
    }

    .pickup-thumb img,
    .content-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .pickup-card a,
    .content-card a {
      display: block;
      text-decoration: none;
      color: inherit;
    }

    .pickup-body,
    .content-body,
    .guide-body,
    .cta-body {
      padding: 14px;
    }

    .content-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .content-card {
      overflow: hidden;
    }

    .content-thumb {
      aspect-ratio: 1 / 1;
      font-size: 12px;
    }

    .content-meta {
      margin-top: 8px;
      display: inline-block;
      padding: 4px 8px;
      border-radius: 999px;
      background: #fff0bf;
      color: #8a6511;
      font-size: 11px;
      font-weight: 800;
    }

    .more-link {
      margin-top: 14px;
      text-align: center;
    }

    .more-link a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 22px;
      border-radius: 999px;
      background: #fff;
      border: 2px solid #b32025;
      color: #b32025;
      font-weight: 900;
    }

    .category-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .category-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 58px;
      padding: 12px;
      border-radius: 14px;
      background: linear-gradient(180deg, #bf322c 0%, #8f1f17 100%);
      color: #fff7d6;
      font-weight: 900;
      text-align: center;
      border: 3px solid #f0c350;
      box-shadow: 0 10px 20px rgba(74, 48, 18, 0.14);
    }

    /* -- ã‚«ãƒ?‚´ãƒªã‚¦ã‚©ãƒ¼ãƒ«ã‚®ãƒ£ãƒ©ãƒªãƒ¼ -- */

    .section-cat-wall {
      background: #111008;
      padding: 32px 0 40px;
      overflow: hidden;
    }

    .section-cat-wall .fw-heading {
      padding: 0 16px 20px;
      background: transparent;
      border-bottom: none;
    }

    .section-cat-wall .fw-heading-label { color: #f0c350; }
    .section-cat-wall .fw-heading-title { color: #fff7e6; }
    .section-cat-wall .fw-heading-desc  { color: rgba(255,247,230,0.65); }

    /* æ˜­å’Œã?ãƒ?? ã‚¹ã‚¿ãƒ³ãƒ—ã?ã‚¿ãƒ³ */
    .cat-stamp-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0 16px 28px;
      justify-content: center;
    }

    .cat-stamp {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 16px;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-decoration: none;
      position: relative;
      border-radius: 0;
      transition: transform 0.12s, opacity 0.15s;
      /* æ˜­å’Œçœ‹æ¿é¢¨?šç™½æ–?­—ï¼‹å¤ªæž??‹å½± */
      color: #fff;
      border: 3px solid #fff;
      outline: 3px solid transparent;
      box-shadow: 3px 3px 0 rgba(0,0,0,0.5);
      text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    }

    /* å??ã‚¿ãƒ³ã«æ˜­å’Œã£ã½ã?ƒŒæ™¯è‰² */
    .cat-stamp:nth-child(7n+1) { background: #c0392b; outline-color: #c0392b; }
    .cat-stamp:nth-child(7n+2) { background: #1a5fa8; outline-color: #1a5fa8; }
    .cat-stamp:nth-child(7n+3) { background: #27813a; outline-color: #27813a; }
    .cat-stamp:nth-child(7n+4) { background: #b8860b; outline-color: #b8860b; }
    .cat-stamp:nth-child(7n+5) { background: #6a1fa8; outline-color: #6a1fa8; }
    .cat-stamp:nth-child(7n+6) { background: #b5451b; outline-color: #b5451b; }
    .cat-stamp:nth-child(7n+0) { background: #1a7a6e; outline-color: #1a7a6e; }

    /* å†??ã®äºŒé‡ç·šï¼ˆæ˜­å’Œçœ‹æ¿ã‚‰ã—ã•ï¼?*/
    .cat-stamp::before {
      content: '';
      position: absolute;
      inset: 3px;
      border: 1px solid rgba(255,255,255,0.5);
      pointer-events: none;
    }

    .cat-stamp:active {
      transform: translate(2px, 2px);
      box-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    }

    .cat-stamp.is-active-cat {
      outline: 3px solid #f0c350;
      box-shadow: 0 0 0 2px #f0c350, 3px 3px 0 rgba(0,0,0,0.5);
    }

    /* ã‚¦ã‚©ãƒ¼ãƒ«ã‚¹ãƒ??ã‚¸ */
    @keyframes catIdle {
      0%   { transform: rotate(var(--r)) scale(1) translateY(0); }
      50%  { transform: rotate(calc(var(--r) + 1deg)) scale(1.01) translateY(-2px); }
      100% { transform: rotate(var(--r)) scale(1) translateY(0); }
    }

    @keyframes catPop {
      0%   { transform: rotate(var(--r)) scale(1); }
      30%  { transform: rotate(0deg) scale(1.45); }
      70%  { transform: rotate(0deg) scale(1.45); }
      100% { transform: rotate(var(--r)) scale(1); }
    }

    @keyframes catShake {
      0%   { transform: rotate(var(--r)) translateX(0); }
      25%  { transform: rotate(calc(var(--r) - 4deg)) translateX(-7px); }
      50%  { transform: rotate(calc(var(--r) + 5deg)) translateX(9px); }
      75%  { transform: rotate(calc(var(--r) - 2deg)) translateX(-4px); }
      100% { transform: rotate(var(--r)) translateX(0); }
    }

    .cat-wall-stage {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: visible;
    }


    .cat-wall-item {
      position: absolute;
      display: block;
      overflow: hidden;
      border-radius: 3px;
      font-size: 0;
      box-shadow: 3px 5px 16px rgba(0,0,0,0.7);
      text-decoration: none;
      animation: catIdle var(--dur, 7s) ease-in-out infinite;
      animation-delay: var(--delay, 0s);
      will-change: transform;
      z-index: 1;
    }

    .cat-wall-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      vertical-align: top;
      pointer-events: none;
    }

    .cat-wall-item.is-popping {
      animation: catShake 0.45s ease, catPop 1.8s ease 0.45s forwards;
      z-index: 20 !important;
      transform-origin: center center;
    }

    .cat-wall-label {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 4px 6px;
      font-size: 10px;
      font-weight: 900;
      color: #fff;
      background: linear-gradient(transparent, rgba(0,0,0,0.75));
      text-align: center;
      letter-spacing: 0.05em;
      pointer-events: none;
    }


    .guide-grid {
      grid-template-columns: 1fr;
    }

    /* -- äººæ°—ã‚«ãƒ?‚´ãƒª?ˆãƒ­ã‚°ã‚¤ãƒ³å¾Œï¼?-- */
    .section-popular-cats {
      background-color: #fdf6e8;
      border-top: 4px solid #8f2b1d;
      border-bottom: 4px solid #8f2b1d;
      padding: 24px 0 24px;
      position: relative;
    }

    .section-popular-cats .fw-heading {
      padding: 0 16px 16px;
    }

    /* å?‚«ãƒ?‚´ãƒªãƒ–ãƒ­ãƒ?‚¯ */
    .pop-cat-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px;
      padding: 6px 10px;
      background: #8f2b1d;
      border-radius: 3px;
    }

    .pop-cat-head-name {
      font-size: 15px;
      font-weight: 900;
      color: #fff7d6;
      letter-spacing: 0.12em;
    }

    .pop-cat-head-more {
      font-size: 12px;
      font-weight: 700;
      color: #f0c350;
      text-decoration: none;
      white-space: nowrap;
      letter-spacing: 0.05em;
    }

    .pop-cat-block {
      border-radius: 0;
      padding: 16px 16px 20px;
      margin-bottom: 0;
      border-bottom: 2px solid rgba(42,26,14,0.1);
    }

    .pop-cat-block:last-child {
      border-bottom: none;
    }

    /* é¢¨æ™¯?šæ¡?*/
    .pop-cat-block.pc-cat-1 {
      background-color: #fdf0f4;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cellipse cx='20' cy='18' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(-30 20 18)'/%3E%3Cellipse cx='20' cy='18' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(6 20 18)'/%3E%3Cellipse cx='20' cy='18' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(42 20 18)'/%3E%3Cellipse cx='20' cy='18' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(78 20 18)'/%3E%3Cellipse cx='20' cy='18' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(114 20 18)'/%3E%3Ccircle cx='20' cy='18' r='2' fill='%23e8a0b0' opacity='0.5'/%3E%3Cellipse cx='60' cy='58' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(20 60 58)'/%3E%3Cellipse cx='60' cy='58' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(56 60 58)'/%3E%3Cellipse cx='60' cy='58' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(92 60 58)'/%3E%3Cellipse cx='60' cy='58' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(128 60 58)'/%3E%3Cellipse cx='60' cy='58' rx='7' ry='4' fill='none' stroke='%23e8a0b0' stroke-width='1.2' transform='rotate(164 60 58)'/%3E%3Ccircle cx='60' cy='58' r='2' fill='%23e8a0b0' opacity='0.5'/%3E%3C/svg%3E");
      background-size: 80px 80px;
    }

    /* å‹•ç‰©?šå››ã¤è‘‰ã‚¯ãƒ­ãƒ¼ãƒã? */
    .pop-cat-block.pc-cat-3 {
      background-color: #f0f8ee;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72'%3E%3Ccircle cx='18' cy='12' r='5' fill='none' stroke='%2388c878' stroke-width='1.2'/%3E%3Ccircle cx='24' cy='18' r='5' fill='none' stroke='%2388c878' stroke-width='1.2'/%3E%3Ccircle cx='12' cy='18' r='5' fill='none' stroke='%2388c878' stroke-width='1.2'/%3E%3Ccircle cx='18' cy='24' r='5' fill='none' stroke='%2388c878' stroke-width='1.2'/%3E%3Cline x1='18' y1='29' x2='18' y2='36' stroke='%2388c878' stroke-width='1.2'/%3E%3Ccircle cx='54' cy='50' r='5' fill='none' stroke='%2388c878' stroke-width='1.2'/%3E%3Ccircle cx='60' cy='56' r='5' fill='none' stroke='%2388c878' stroke-width='1.2'/%3E%3Ccircle cx='48' cy='56' r='5' fill='none' stroke='%2388c878' stroke-width='1.2'/%3E%3Ccircle cx='54' cy='62' r='5' fill='none' stroke='%2388c878' stroke-width='1.2'/%3E%3Cline x1='54' y1='67' x2='54' y2='72' stroke='%2388c878' stroke-width='1.2'/%3E%3C/svg%3E");
      background-size: 72px 72px;
    }

    /* ã‚¤ãƒ©ã‚¹ãƒˆï¼šæ˜Ÿ?‹ãƒ€ã‚¤ãƒ¤ */
    .pop-cat-block.pc-cat-6 {
      background-color: #f5f0fc;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='76'%3E%3Cpolygon points='20,8 22.4,15.2 30,15.2 24,19.6 26.4,26.8 20,22.4 13.6,26.8 16,19.6 10,15.2 17.6,15.2' fill='none' stroke='%23b090d8' stroke-width='1.2'/%3E%3Crect x='52' y='44' width='8' height='8' fill='none' stroke='%23b090d8' stroke-width='1.2' transform='rotate(45 56 48)'/%3E%3Ccircle cx='50' cy='14' r='2' fill='%23b090d8' opacity='0.4'/%3E%3Ccircle cx='14' cy='52' r='2' fill='%23b090d8' opacity='0.4'/%3E%3Ccircle cx='64' cy='26' r='1.5' fill='%23b090d8' opacity='0.4'/%3E%3C/svg%3E");
      background-size: 76px 76px;
    }

    /* é–‹é‹?šäº?ç”²ç´?*/
    .pop-cat-block.pc-cat-4 {
      background-color: #fdf8ec;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='80'%3E%3Cpolygon points='35,4 61,19 61,49 35,64 9,49 9,19' fill='none' stroke='%23c8a030' stroke-width='1.3' opacity='0.5'/%3E%3Cpolygon points='35,12 55,23 55,45 35,56 15,45 15,23' fill='none' stroke='%23c8a030' stroke-width='0.8' opacity='0.3'/%3E%3C/svg%3E");
      background-size: 70px 80px;
    }

    .section-popular-cats .fw-heading-title {
      color: #2a1a0e;
    }

    .section-popular-cats .fw-heading-title .red {
      color: #b32025;
    }

    .pop-cat-sub {
      font-size: 14px;
      font-weight: 900;
      color: #8f2b1d;
      letter-spacing: 0.12em;
      margin-top: 2px;
      padding-left: 2px;
    }


    .pop-cat-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 6px;
    }

    .pop-cat-item {
      display: block;
      width: 100%;
      overflow: hidden;
      border-radius: 4px;
      font-size: 0;
      border: 3px solid #2a1a0e;
      box-shadow: 3px 3px 0 rgba(42,26,14,0.25);
      background: #e8dcc8;
      text-decoration: none;
      position: relative;
    }

    .pop-cat-item img {
      width: 100%;
      aspect-ratio: 8 / 16;
      object-fit: cover;
      object-position: center;
      display: block;
      vertical-align: top;
    }

    /* å¥?•°æžšç›®ã«å¾®å¦™ãªå‚¾ãï¼ˆæ˜­å’Œã?è²¼ã‚Šç´™æ„Ÿ??*/
    .pop-cat-item:nth-child(odd) {
      transform: rotate(-0.8deg);
    }

    .pop-cat-item:nth-child(even) {
      transform: rotate(0.6deg);
    }

    .pop-cat-more-wrap {
      margin-top: 16px;
      text-align: center;
    }

    .pop-cat-more-btn {
      display: inline-block;
      padding: 10px 32px;
      background: #2a1a0e;
      color: #fff7d6;
      font-weight: 900;
      font-size: 14px;
      letter-spacing: 0.1em;
      text-decoration: none;
      border: 2px solid #2a1a0e;
      box-shadow: 3px 3px 0 rgba(42,26,14,0.3);
      position: relative;
    }

    .pop-cat-more-btn::before {
      content: '';
      position: absolute;
      inset: 3px;
      border: 1px solid rgba(255,247,214,0.35);
      pointer-events: none;
    }

    .guide-step {
      display: grid;
      grid-template-columns: 58px 1fr;
      gap: 12px;
      align-items: start;
      padding: 14px;
    }

    .guide-number {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: #0e5aa7;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      font-weight: 900;
    }

    /* -- ç™»éŒ²ãƒ•ã‚§ãƒ¼ã‚ºã‚»ã‚¯ã‚·ãƒ§ãƒ³ -- */
    /* -- ç™»éŒ²ã‚»ã‚¯ã‚·ãƒ§ãƒ³?ˆã‚¹ã‚¯ãƒ©ãƒ?ƒåŒç³»çµ±??-- */

    .section-entry {
      position: relative;
      overflow: hidden;
      background-color: #8f1a12;
      background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg opacity='0.13'%3E%3Ccircle cx='30' cy='18' r='7' fill='%23ffe066'/%3E%3Ccircle cx='42' cy='26' r='7' fill='%23ffe066'/%3E%3Ccircle cx='42' cy='40' r='7' fill='%23ffe066'/%3E%3Ccircle cx='30' cy='48' r='7' fill='%23ffe066'/%3E%3Ccircle cx='18' cy='40' r='7' fill='%23ffe066'/%3E%3Ccircle cx='18' cy='26' r='7' fill='%23ffe066'/%3E%3Ccircle cx='30' cy='33' r='9' fill='%23ff6b1a'/%3E%3Ccircle cx='30' cy='33' r='4' fill='%23ffe066'/%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(180deg, #8f1a12 0%, #b32025 40%, #7a1010 100%);
      padding: 16px 16px 36px;
    }

    /* è¦‹å?ã—çœ‹æ¿?ˆã‚¹ã‚¯ãƒ©ãƒ?ƒåŒã‚¹ã‚¿ã‚¤ãƒ«æµç”¨??*/
    .entry-signboard {
      margin: 20px 0 18px;
      text-align: center;
    }

    .entry-signboard-inner {
      display: inline-block;
      background: #f5ede0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='4' height='4' fill='%23eddcc4'/%3E%3Crect x='0' y='0' width='1' height='1' fill='%23d4b896' opacity='0.4'/%3E%3Crect x='2' y='1' width='1' height='1' fill='%23c8a87a' opacity='0.25'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23d4b896' opacity='0.3'/%3E%3C/svg%3E");
      border: 3px solid #8f2b1d;
      border-radius: 6px;
      padding: 14px 24px 12px;
      position: relative;
      box-shadow: 0 4px 16px rgba(0,0,0,0.18);
      width: calc(100% - 0px);
      box-sizing: border-box;
    }

    .entry-signboard-inner::before,
    .entry-signboard-inner::after {
      content: "\25C6";
      position: absolute;
      font-size: 8px;
      color: #8f2b1d;
      top: 5px;
    }
    .entry-signboard-inner::before { left: 7px; }
    .entry-signboard-inner::after  { right: 7px; }

    .entry-signboard-label {
      display: block;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0.5em;
      color: #8f2b1d;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .entry-signboard-title {
      display: block;
      font-size: 22px;
      font-weight: 900;
      color: #1a0a04;
      letter-spacing: 0.05em;
      line-height: 1.55;
      text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    }

    .entry-signboard-title .gold {
      color: #8f2b1d;
      -webkit-text-stroke: 0.3px #6b1a10;
    }

    .entry-signboard-desc {
      display: block;
      font-size: 12px;
      font-weight: 700;
      color: #3a1a0e;
      letter-spacing: 0.04em;
      margin-top: 10px;
      line-height: 1.7;
      border-top: 1px solid rgba(143,43,29,0.25);
      padding-top: 10px;
      text-align: left;
    }

    .entry-signboard-foot {
      display: flex;
      justify-content: space-between;
      font-size: 8px;
      color: #8f2b1d;
      margin-top: 6px;
      opacity: 0.5;
    }

    /* ã‚¹ãƒ?ƒƒãƒ?*/
    .entry-steps {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 20px;
    }

    .entry-step {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 16px;
      background: #f5ede0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='4' height='4' fill='%23eddcc4'/%3E%3Crect x='0' y='0' width='1' height='1' fill='%23d4b896' opacity='0.4'/%3E%3Crect x='2' y='1' width='1' height='1' fill='%23c8a87a' opacity='0.25'/%3E%3Crect x='1' y='3' width='1' height='1' fill='%23d4b896' opacity='0.3'/%3E%3C/svg%3E");
      border: 2px solid #8f2b1d;
      border-radius: 6px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.12);
    }

    .entry-step-num {
      flex: 0 0 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ffe066 0%, #c8a030 100%);
      color: #3a1a00;
      font-size: 18px;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: 0;
      box-shadow: 0 2px 8px rgba(200,160,48,0.5);
      flex-shrink: 0;
    }

    .entry-step-body {
      flex: 1;
    }

    .entry-step-body h4 {
      margin: 0 0 4px;
      font-size: 15px;
      font-weight: 900;
      color: #1a0a04;
      letter-spacing: 0.04em;
      text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    }

    .entry-step-body p {
      margin: 0;
      font-size: 11px;
      color: #3a1a0e;
      line-height: 1.6;
      font-weight: 600;
    }

    /* ç™»éŒ²ãƒœã‚¿ãƒ³ */
    .entry-btn-wrap {
      text-align: center;
    }

    .entry-btn {
      display: block;
      width: 100%;
    }

    .entry-btn img {
      width: 100%;
      height: auto;
      display: block;
    }

    .cta-section {
      position: relative;
      overflow: hidden;
      padding: 28px 16px 92px;
      background: linear-gradient(180deg, #fff2c8 0%, #ffe3ab 100%);
    }

    .cta-panel {
      border: 2px solid #b32025;
    }

    .cta-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 16px;
    }

    .bottom-fixed {
      position: fixed;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 100%;
      max-width: 768px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
      background: rgba(51, 31, 10, 0.88);
      backdrop-filter: blur(4px);
      z-index: 30;
    }

    .bottom-fixed a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      border-radius: 14px;
      font-size: 14px;
      font-weight: 900;
      color: #fff;
    }

    .bottom-fixed .fixed-primary { background: #b32025; }
    .bottom-fixed .fixed-secondary { background: #0e5aa7; }

    .note {
      margin-top: 8px;
      font-size: 12px;
      color: #7a6c56;
    }

    .framed-benefits .benefit-card:nth-child(1),
    .paper-notes-grid .paper-card:nth-child(1),
    .pickup-scroll .pickup-card:nth-child(1),
    .content-grid .content-card:nth-child(1) {
      transform: rotate(-2deg);
    }

    .framed-benefits .benefit-card:nth-child(2),
    .paper-notes-grid .paper-card:nth-child(2),
    .pickup-scroll .pickup-card:nth-child(2),
    .content-grid .content-card:nth-child(2) {
      transform: rotate(1.5deg);
    }

    .framed-benefits .benefit-card:nth-child(3),
    .paper-notes-grid .paper-card:nth-child(3),
    .pickup-scroll .pickup-card:nth-child(3),
    .content-grid .content-card:nth-child(3) {
      transform: rotate(-1deg);
    }

    /* -- section-membership-value æ”¹ä¿® -- */

    .section-membership-value {
      background: #fffdf7;
      border-bottom: 4px solid #8f2b1d;
      padding: 36px 16px 40px;
    }

    /* -- mv-mural å°‚ç”¨ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³?ˆå¤§èƒ??ç”»é¢å¤–å?å…¥ã‚Šã‚ã‚Šï¼?-- */
    @keyframes mvFloat1 {
      0%   { transform: translate(0, 0) rotate(-4deg) scale(1); opacity: 0.6; }
      20%  { transform: translate(60px, -80px) rotate(2deg) scale(1.08); opacity: 0.75; }
      45%  { transform: translate(-200px, 40px) rotate(-8deg) scale(0.9); opacity: 0; }
      46%  { transform: translate(220px, -60px) rotate(6deg) scale(0.85); opacity: 0; }
      70%  { transform: translate(30px, 50px) rotate(-2deg) scale(1.05); opacity: 0.7; }
      100% { transform: translate(0, 0) rotate(-4deg) scale(1); opacity: 0.6; }
    }
    @keyframes mvFloat2 {
      0%   { transform: translate(0, 0) rotate(5deg) scale(1); opacity: 0.55; }
      25%  { transform: translate(-50px, 70px) rotate(-3deg) scale(1.1); opacity: 0.8; }
      50%  { transform: translate(180px, -100px) rotate(10deg) scale(0.88); opacity: 0; }
      51%  { transform: translate(-160px, 80px) rotate(-6deg) scale(0.9); opacity: 0; }
      75%  { transform: translate(20px, -30px) rotate(3deg) scale(1.04); opacity: 0.65; }
      100% { transform: translate(0, 0) rotate(5deg) scale(1); opacity: 0.55; }
    }
    @keyframes mvFloat3 {
      0%   { transform: translate(0, 0) rotate(-2deg) scale(1.02); opacity: 0.5; }
      30%  { transform: translate(80px, 60px) rotate(4deg) scale(0.95); opacity: 0.72; }
      55%  { transform: translate(-40px, -120px) rotate(-10deg) scale(1.12); opacity: 0; }
      56%  { transform: translate(100px, 130px) rotate(8deg) scale(0.82); opacity: 0; }
      80%  { transform: translate(-20px, 40px) rotate(-1deg) scale(1.03); opacity: 0.6; }
      100% { transform: translate(0, 0) rotate(-2deg) scale(1.02); opacity: 0.5; }
    }
    @keyframes mvFloat4 {
      0%   { transform: translate(0, 0) rotate(3deg) scale(1); opacity: 0.65; }
      35%  { transform: translate(-70px, -50px) rotate(-5deg) scale(1.06); opacity: 0.8; }
      60%  { transform: translate(160px, 90px) rotate(12deg) scale(0.86); opacity: 0; }
      61%  { transform: translate(-140px, -70px) rotate(-9deg) scale(0.9); opacity: 0; }
      85%  { transform: translate(40px, 20px) rotate(2deg) scale(1.02); opacity: 0.7; }
      100% { transform: translate(0, 0) rotate(3deg) scale(1); opacity: 0.65; }
    }
    @keyframes mvFloat5 {
      0%   { transform: translate(0, 0) rotate(-6deg) scale(0.96); opacity: 0.58; }
      40%  { transform: translate(50px, -90px) rotate(3deg) scale(1.1); opacity: 0.78; }
      65%  { transform: translate(-180px, 60px) rotate(-11deg) scale(0.84); opacity: 0; }
      66%  { transform: translate(200px, -40px) rotate(7deg) scale(0.88); opacity: 0; }
      88%  { transform: translate(-30px, 50px) rotate(-3deg) scale(1.04); opacity: 0.62; }
      100% { transform: translate(0, 0) rotate(-6deg) scale(0.96); opacity: 0.58; }
    }
    @keyframes mvFloat6 {
      0%   { transform: translate(0, 0) rotate(2deg) scale(1); opacity: 0.52; }
      28%  { transform: translate(-90px, 80px) rotate(-6deg) scale(1.08); opacity: 0.7; }
      52%  { transform: translate(140px, -110px) rotate(9deg) scale(0.9); opacity: 0; }
      53%  { transform: translate(-120px, 100px) rotate(-4deg) scale(0.85); opacity: 0; }
      78%  { transform: translate(60px, -20px) rotate(1deg) scale(1.05); opacity: 0.65; }
      100% { transform: translate(0, 0) rotate(2deg) scale(1); opacity: 0.52; }
    }
    @keyframes mvFloat7 {
      0%   { transform: translate(0, 0) rotate(-3deg) scale(1.03); opacity: 0.6; }
      32%  { transform: translate(70px, 90px) rotate(5deg) scale(0.93); opacity: 0.75; }
      58%  { transform: translate(-160px, -80px) rotate(-12deg) scale(1.14); opacity: 0; }
      59%  { transform: translate(180px, 70px) rotate(8deg) scale(0.87); opacity: 0; }
      82%  { transform: translate(-40px, -30px) rotate(-2deg) scale(1.02); opacity: 0.68; }
      100% { transform: translate(0, 0) rotate(-3deg) scale(1.03); opacity: 0.6; }
    }

    /* å£ç”»æµ®éŠãƒ¬ã‚¤ãƒ¤ãƒ¼??ectionç”¨??*/
    .mv-mural {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
    }

    .mv-piece {
      position: absolute;
      border-radius: 14px;
      overflow: hidden;
      will-change: transform, opacity;
      box-shadow:
        0 8px 24px rgba(0,0,0,0.2),
        0 0 0 3px rgba(180,130,40,0.3);
    }

    .mv-piece img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: sepia(0.15) contrast(1.05) brightness(0.95);
    }

    /* ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ durationãƒ»iteration ã¯ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³ã§ä¸Šæ›¸ãå¯èƒ½ãªã‚ˆã†å…±é€šè¨­å®?*/
    .mv-piece { animation-duration: 20s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }

    /* æ˜­å’Œãƒ¬ãƒˆãƒ­è¦‹å?ã?*/
    .mv-heading {
      position: relative;
      z-index: 1;
      text-align: center;
      margin-bottom: 28px;
    }

    .mv-heading-label {
      display: inline-block;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.4em;
      color: #b32025;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .mv-heading-title {
      margin: 0;
      font-size: 23px;
      font-weight: 900;
      line-height: 1.35;
      color: #1a1008;
      letter-spacing: 0.06em;
    }

    .mv-heading-title em {
      font-style: normal;
      color: #b32025;
    }

    .mv-heading::after {
      content: "";
      display: block;
      width: 48px;
      height: 3px;
      background: linear-gradient(90deg, transparent, #c8922a, transparent);
      border-radius: 999px;
      margin: 12px auto 0;
    }

    /* ã‚«ãƒ¼ãƒ‰ã‚°ãƒªãƒ?ƒ‰ */
    .mv-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .mv-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      box-shadow:
        0 12px 28px rgba(74,48,18,0.18),
        0 0 0 3px rgba(180,130,40,0.4);
    }

    .mv-card-img {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      display: block;
      filter: brightness(1.0) sepia(0.05);
    }

    .mv-card-body {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 18px 16px;
      background: linear-gradient(
        to top,
        rgba(10,3,2,0.72) 0%,
        rgba(10,3,2,0.18) 50%,
        transparent 100%
      );
    }

    .mv-card-num {
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.3em;
      color: #e8c96a;
      margin-bottom: 4px;
    }

    .mv-card-title {
      margin: 0 0 6px;
      font-size: 18px;
      font-weight: 900;
      color: #fff7d6;
      letter-spacing: 0.04em;
      text-shadow: 0 2px 8px rgba(0,0,0,0.9);
    }

    .mv-card-desc {
      margin: 0;
      font-size: 12px;
      font-weight: 600;
      color: rgba(245,232,200,0.9);
      line-height: 1.7;
      text-shadow: 0 1px 6px rgba(0,0,0,0.9);
    }

    .mv-card:nth-child(1) { transform: rotate(-0.8deg); }
    .mv-card:nth-child(2) { transform: rotate(0.6deg); }
    .mv-card:nth-child(3) { transform: rotate(-0.5deg); }

    .section-board .section-head {
      padding: 18px;
      border-radius: 18px;
      background: linear-gradient(180deg, #bf322c 0%, #8f1f17 100%);
      color: #fff7d6;
      box-shadow: 0 12px 24px rgba(74, 48, 18, 0.16);
    }

    .section-showcase .section-head {
      display: none;
    }

    .section-board .section-label,
    .section-board .section-title,
    .section-board .section-desc {
      color: #fff7d6;
    }

    .section-showcase .section-label {
      color: #e8c96a;
    }

    .section-showcase .section-title {
      color: #fff;
    }

    /* -- ã‚¹ã‚¯ãƒ©ãƒ?ƒçœ‹æ¿ãƒ˜ãƒƒãƒ?-- */
    .sg-signboard {
      margin-bottom: 14px;
      text-align: center;
    }

    .sg-signboard-inner {
      display: inline-block;
      background: linear-gradient(180deg, #2a0a04 0%, #1a0402 100%);
      border: 3px solid #e8c96a;
      border-radius: 6px;
      padding: 14px 20px 12px;
      position: relative;
      box-shadow:
        0 0 0 1px rgba(232,201,106,0.3),
        0 6px 20px rgba(0,0,0,0.5),
        inset 0 1px 0 rgba(255,255,255,0.08);
    }

    /* çœ‹æ¿ã®å››éš…ãƒ“ã‚¹ */
    .sg-signboard-inner::before,
    .sg-signboard-inner::after {
      content: "\25C6";
      position: absolute;
      font-size: 8px;
      color: #e8c96a;
      top: 5px;
    }
    .sg-signboard-inner::before { left: 7px; }
    .sg-signboard-inner::after  { right: 7px; }

    .sg-signboard-label {
      display: block;
      font-size: 9px;
      font-weight: 900;
      letter-spacing: 0.55em;
      color: #e8c96a;
      text-transform: uppercase;
      margin-bottom: 6px;
      opacity: 0.85;
    }

    @keyframes neonFlicker {
      0%, 100% {
        text-shadow:
          0 0 6px #fff,
          0 0 14px #fff,
          0 0 28px #e8c96a,
          0 0 50px #e8c96a;
      }
      48% { text-shadow: 0 0 4px #fff, 0 0 10px #e8c96a; }
      50% { text-shadow: none; }
      52% { text-shadow: 0 0 4px #fff, 0 0 10px #e8c96a; }
    }

    .sg-signboard-title {
      display: block;
      font-size: 19px;
      font-weight: 900;
      color: #fff7d6;
      letter-spacing: 0.06em;
      line-height: 1.3;
      white-space: nowrap;
      animation: neonFlicker 3.5s ease-in-out infinite;
    }

    .sg-signboard-desc {
      display: block;
      font-size: 10px;
      font-weight: 600;
      color: rgba(232,201,106,0.75);
      letter-spacing: 0.04em;
      margin-top: 7px;
      line-height: 1.5;
      border-top: 1px solid rgba(232,201,106,0.2);
      padding-top: 7px;
    }

    /* ä¸‹éƒ¨ãƒ“ã‚¹ */
    .sg-signboard-foot {
      display: flex;
      justify-content: space-between;
      font-size: 8px;
      color: #e8c96a;
      margin-top: 6px;
      opacity: 0.6;
    }

    .section-board .intro-chip.signboard-card {
      background: linear-gradient(180deg, #fff2cc 0%, #f5df9f 100%);
    }

    @media (max-width: 640px) {
      .hero-title { font-size: 32px; }
      .hero-sub { font-size: 16px; }
      .content-grid { grid-template-columns: repeat(2, 1fr); }
      .pickup-scroll { grid-template-columns: 1fr; }
      .scratch-select { grid-template-columns: repeat(3, 1fr); }
      .hero-collage { min-height: 360px; }
      .hero-card--main { width: 56%; left: 0; }
      .hero-card--sub1 { width: 38%; right: 0; }
      .hero-card--sub2 { width: 42%; left: 8%; }
      .hero-card--sub3 { width: 46%; right: 0; }
      .intro-grid { grid-template-columns: 1fr; }
      .for-who-visual-grid { grid-template-columns: 1fr; }
      .for-who-scene img { aspect-ratio: 16 / 9; }
    }
    /* -- ãƒ•ãƒƒã‚¿ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ -- */
    .kabe-footer {
      background: #1a0a04;
      border-top: 3px solid #8f2b1d;
      padding: 28px 16px 20px;
    }

    .kabe-footer-nav {
      list-style: none;
      margin: 0 0 20px;
      padding: 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border: 1px solid rgba(200,160,48,0.2);
      border-radius: 4px;
      overflow: hidden;
    }

    .kabe-footer-nav li {
      border-bottom: 1px solid rgba(200,160,48,0.15);
      border-right: 1px solid rgba(200,160,48,0.15);
    }

    .kabe-footer-nav li:nth-child(even) {
      border-right: none;
    }

    .kabe-footer-nav li a {
      display: block;
      padding: 11px 12px;
      font-size: 12px;
      font-weight: 700;
      color: #f5e6c8;
      text-decoration: none;
      letter-spacing: 0.03em;
      position: relative;
      padding-left: 18px;
    }

    .kabe-footer-nav li a::before {
      content: "\25C6";
      position: absolute;
      left: 6px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 6px;
      color: #c8a030;
    }

    .kabe-footer-copyright {
      text-align: center;
      font-size: 10px;
      color: rgba(245,230,200,0.4);
      letter-spacing: 0.05em;
      padding-top: 16px;
      border-top: 1px solid rgba(200,160,48,0.15);
    }
