:root{--font-head:"Zen Maru Gothic","Hiragino Maru Gothic ProN",sans-serif;--font-body:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Noto Sans CJK JP","Noto Sans TC","Microsoft JhengHei",sans-serif;--font-en:"Bricolage Grotesque","Zen Kaku Gothic New",sans-serif;--font-hand:"Caveat",cursive;--bg:#fffdf9;--surface:#ffffff;--ink:#2f2a47;--ink-soft:#6a6480;--ink-soft-2:#7a7490;--btn-dark:#332e4d;--footer-bg:#2f2a47;--pink:#f0619c;--pink-deep:#e0467e;--purple:#8b6fc4;--green:#7cc24a;--green-deep:#5aa831;--blue:#5fb3e6;--blue-deep:#3f9fd6;--orange:#e08a3c;--line:rgba(139,111,196,0.12);--line-soft:rgba(139,111,196,0.1);--radius:24px;--radius-banner:34px;--shadow-card:0 18px 40px -26px rgba(120,90,160,0.4);--accent:#8b6fc4;--accent-soft:#efe7fb;--accent-2:#5aa831;--max:1280px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.75;font-size:16px}::selection{background:#f7c8de;color:#5a3d6b}@keyframes hmMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes hmPulsering{0%{box-shadow:0 0 0 0 rgba(240,97,156,.55)}70%{box-shadow:0 0 0 9px rgba(240,97,156,0)}to{box-shadow:0 0 0 0 rgba(240,97,156,0)}}.live-dot{animation:hmPulsering 1.8s ease-out infinite}.hov-rise{transition:transform .45s cubic-bezier(.2,1,.3,1),box-shadow .45s ease}.hov-rise:hover{transform:translateY(-10px);box-shadow:0 30px 56px -22px rgba(120,90,160,.5)}.hov-pop{transition:transform .4s cubic-bezier(.2,1.3,.4,1),box-shadow .4s ease}.hov-pop:hover{transform:translateY(-6px) scale(1.03)}.pill-btn{transition:transform .35s cubic-bezier(.2,1.3,.4,1),box-shadow .35s ease,filter .35s;white-space:nowrap}.pill-btn:hover{transform:translateY(-3px) scale(1.02);filter:brightness(1.04)}.pill-btn .arr{display:inline-block;transition:transform .35s ease}.pill-btn:hover .arr{transform:translateX(6px)}a{color:var(--accent)}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}.hm-header{position:fixed;top:14px;left:50%;transform:translateX(-50%);z-index:60;width:min(1260px,calc(100% - 28px));border-radius:26px;background:rgba(255,253,249,.55);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(139,111,196,.16);box-shadow:0 14px 40px -26px rgba(120,90,160,.5);transition:background .4s ease,box-shadow .4s ease}.hm-header.is-scrolled{background:rgba(255,253,249,.92);box-shadow:0 14px 40px -22px rgba(120,90,160,.55)}.hm-header-inner{padding:0 26px;min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.hm-brand{display:flex;flex-direction:column;line-height:1;text-decoration:none}.hm-brand-name{font-family:var(--font-head);font-weight:900;font-size:17px;color:var(--btn-dark)}.hm-brand-sub{font-family:var(--font-body);font-weight:500;font-size:10px;letter-spacing:.08em;color:#9a8fb5;margin-top:3px;white-space:nowrap}.hm-nav{gap:26px}.hm-nav,.hm-nav-link{display:flex;align-items:center}.hm-nav-link{position:relative;flex-direction:column;gap:2px;text-decoration:none;color:#54506a;white-space:nowrap}.hm-nav-ja{font-family:var(--font-head);font-weight:700;font-size:14px}.hm-nav-en{font-family:var(--font-en);font-size:9px;letter-spacing:.18em;color:#b7a9c9;font-weight:600}.hm-nav-link:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:3px;border-radius:3px;background:linear-gradient(90deg,#f06fa3,#8b6fc4);transition:width .35s cubic-bezier(.3,1,.4,1)}.hm-nav-link:hover:after{width:100%}.hm-header-right{display:flex;align-items:center;gap:12px}.hm-cta{text-decoration:none;display:inline-flex;align-items:center;gap:8px;background:var(--btn-dark);color:#fff;font-family:var(--font-head);font-weight:700;font-size:13px;padding:11px 22px;border-radius:30px;box-shadow:0 10px 22px -10px rgba(51,46,77,.6)}.lang-switch{display:inline-flex;background:rgba(255,255,255,.75);border:1px solid rgba(139,111,196,.22);border-radius:22px;padding:3px}.lang-switch a{padding:6px 13px;border-radius:18px;font-family:var(--font-head);font-weight:700;font-size:12px;text-decoration:none;color:#54506a;white-space:nowrap;transition:all .25s ease}.lang-switch a.lang-active{background:var(--btn-dark);color:#fff}main{padding-top:94px}@media (max-width:900px){.hm-header-inner{gap:12px;padding:10px 16px}.hm-nav{order:3;width:100%;gap:16px;flex-wrap:wrap;justify-content:flex-start}main{padding-top:132px}}.hero{background:linear-gradient(160deg,var(--accent-soft),#fbf9f4 70%);border-bottom:1px solid var(--line)}.hero .inner{padding:48px 0 40px}.unofficial-badge{display:inline-block;font-size:.74rem;color:var(--accent);background:#fff;border:1px solid var(--accent);border-radius:999px;padding:3px 12px;margin-bottom:16px}.hero h1{font-size:1.9rem;line-height:1.4;margin:0 0 14px}.hero p{color:var(--ink-soft);margin:0;max-width:720px}section.block{padding:40px 0}section.block h2{font-size:1.4rem;margin:0 0 6px}section.block .lead{color:var(--ink-soft);margin:0 0 22px}.pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.pillar-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:var(--ink);transition:transform .15s ease,box-shadow .15s ease}.pillar-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(107,79,138,.12)}.pillar-card .body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1 1}.pillar-card .num{font-size:.74rem;color:var(--accent);font-weight:700}.pillar-card h3{margin:0;font-size:1.05rem}.pillar-card .reading{font-size:.74rem;color:var(--ink-soft)}.pillar-card .value{font-size:.9rem;color:var(--ink-soft);margin:4px 0 0}.pillar-card .more{margin-top:auto;padding-top:10px;font-size:.85rem;color:var(--accent);font-weight:600}.ph-photo{aspect-ratio:16/9;background:repeating-linear-gradient(45deg,var(--accent-soft),var(--accent-soft) 12px,#f4eefb 12px,#f4eefb 24px);display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:.78rem;text-align:center;padding:10px}.ph-photo.has-img{background:none;padding:0;overflow:hidden}.ph-photo.has-img img{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.gallery-thumbs button{padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:none;width:76px;aspect-ratio:16/9;line-height:0;transition:border-color .15s ease,opacity .15s ease;opacity:.7}.gallery-thumbs button img{width:100%;height:100%;object-fit:cover}.gallery-thumbs button:hover{opacity:1}.gallery-thumbs button.is-active{border-color:var(--accent);opacity:1}.gallery-thumbs button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.teaser{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.btn{display:inline-block;margin-top:12px;background:var(--accent);color:#fff;text-decoration:none;padding:10px 18px;border-radius:999px;font-size:.9rem;font-weight:600}.btn.ghost{background:transparent;color:var(--accent);border:1px solid var(--accent)}.notice{background:#fff7ec;border:1px solid #f0d9a8;border-radius:12px;padding:14px 16px;font-size:.86rem;color:#7a5a1e}.spot-detail h1{font-size:1.7rem;margin:0 0 4px}.spot-detail .name-ja{color:var(--ink-soft);font-size:.9rem;margin:0 0 2px}.spot-detail .reading{color:var(--ink-soft);font-size:.8rem;margin:0 0 18px}.spot-detail .value-line{font-size:1.05rem;font-weight:600;color:var(--accent);margin:0 0 18px}.info-block{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:16px 18px;margin:0 0 16px}.info-block h2{font-size:1.05rem;margin:0 0 8px}.info-block ul{margin:0;padding-left:1.2em}.info-block ul li{margin-bottom:6px}.sources-list{list-style:none;margin:0;padding:0;font-size:.88rem}.sources-list li{margin-bottom:4px}.ranking-list{list-style:none;margin:0 0 20px;padding:0}.ranking-list>li{display:flex;gap:14px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin-bottom:10px}.ranking-list>li.is-top{border-color:var(--accent);box-shadow:0 4px 14px rgba(107,79,138,.1)}.rank-num{flex:none;width:34px;height:34px;border-radius:999px;background:var(--line);color:var(--ink);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.95rem}.is-top .rank-num{background:var(--accent);color:#fff}.rank-body{display:flex;flex-direction:column;gap:2px;min-width:0}.rank-name{font-weight:600;font-size:1rem;color:var(--ink);text-decoration:none}a.rank-name.is-link{color:var(--accent)}.rank-name-ja{font-size:.76rem;color:var(--ink-soft)}.rank-basis{font-size:.8rem;color:var(--ink-soft);margin-top:3px}.rank-thumb{flex:none;width:64px;height:64px;object-fit:cover;border-radius:8px;display:block}.rank-thumb.is-empty{background:var(--accent-soft)}.event-list{list-style:none;margin:0 0 16px;padding:0}.event-item{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:16px 18px;margin-bottom:12px}.event-item.is-highlight{border-color:var(--accent);box-shadow:0 4px 14px rgba(107,79,138,.1)}.event-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin-bottom:6px}.event-head h3{margin:0;font-size:1.1rem}.event-season{font-size:.8rem;font-weight:600;color:#fff;background:var(--accent-2);border-radius:999px;padding:2px 10px}.event-place{margin:0 0 6px;font-size:.9rem;color:var(--ink-soft)}.event-label{font-weight:600}.event-desc{margin:0 0 10px}.photo-credit{font-size:.74rem;color:var(--ink-soft);margin-top:6px}.back-link{display:inline-block;margin:24px 0 8px;font-size:.9rem}.access h1,.ambassador h1{font-size:1.7rem;margin:0 0 12px}.unofficial-line{background:var(--accent-soft);border:1px solid var(--accent);border-radius:12px;padding:12px 16px;font-size:.86rem;color:var(--accent);margin:0 0 4px}.amb-name{font-weight:700;font-size:1.1rem;margin:0 0 12px;display:flex;flex-wrap:wrap;align-items:baseline;gap:10px}.amb-role{font-size:.78rem;font-weight:600;color:#fff;background:var(--accent);border-radius:999px;padding:2px 10px}.amb-para{margin:0 0 10px}.amb-para:last-child{margin-bottom:0}.picked-spots{list-style:none;margin:0;padding:0}.picked-spots>li{padding:12px 0;border-bottom:1px solid var(--line)}.picked-spots>li:last-child{border-bottom:none;padding-bottom:0}.picked-name{font-weight:700;font-size:1rem;text-decoration:none}.picked-name-ja{display:block;font-size:.74rem;color:var(--ink-soft);margin:2px 0 4px}.sns-list{list-style:none;margin:12px 0;padding:0;display:flex;flex-wrap:wrap;gap:10px}.sns-link{display:inline-flex;flex-direction:column;border:1px solid var(--accent);border-radius:12px;padding:10px 16px;text-decoration:none;color:var(--accent);font-weight:600;font-size:.92rem;background:var(--surface)}.sns-link:hover{background:var(--accent-soft)}.sns-handle{font-size:.72rem;color:var(--ink-soft);font-weight:400}.sns-noform{font-size:.8rem;color:var(--ink-soft);margin:10px 0 0}.route-list{list-style:none;margin:0;padding:0}.route-list>li{padding:12px 0;border-bottom:1px solid var(--line)}.route-list>li:last-child{border-bottom:none;padding-bottom:0}.route-from{display:block;font-weight:700;font-size:.98rem;margin-bottom:4px}.route-link{text-decoration:none}.route-name-ja{font-size:.74rem;margin-bottom:4px}.route-detail,.route-name-ja{display:block;color:var(--ink-soft)}.route-detail{font-size:.92rem}.hm-footer{position:relative;margin-top:40px;background:var(--footer-bg);color:#d8d0e6;padding:0 0 30px;overflow:hidden;font-size:.85rem}.hm-footer-marquee{padding:34px 0 10px;overflow:hidden}.hm-footer-marquee-track{display:flex;gap:60px;width:max-content;animation:hmMarquee 38s linear infinite}.hm-footer-marquee-track span{font-family:var(--font-en);font-weight:800;font-size:96px;line-height:1;letter-spacing:.02em;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.22);white-space:nowrap}.hm-footer-body{margin:30px auto 0;display:flex;justify-content:space-between;align-items:flex-start;gap:30px;flex-wrap:wrap}.hm-footer-name{font-family:var(--font-head);font-weight:900;font-size:24px;color:#fff;margin:0}.hm-footer-en{font-family:var(--font-en);font-weight:800;font-size:13px;letter-spacing:.18em;color:#bdb2d4;margin:4px 0 0}.hm-footer-unofficial{font-size:12px;color:#cfc6e2;margin:14px 0 0;max-width:340px;line-height:1.7}.hm-footer-notes{max-width:420px}.hm-footer-notes p{font-size:12px;color:#9b91b3;margin:0 0 8px;line-height:1.7}.hm-footer-bottom{margin:34px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;color:#8c82a6}.hm-footer-small{max-width:520px}@media (max-width:760px){.hm-footer-marquee-track span{font-size:60px}}.more-spots-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.more-spot-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:var(--ink);transition:transform .15s ease,box-shadow .15s ease}.more-spot-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(107,79,138,.12)}.more-spot-card .body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1 1}.more-spot-card h3{margin:0;font-size:1.02rem}.more-spot-card .reading{font-size:.74rem;color:var(--ink-soft)}.more-spot-card .value{font-size:.9rem;color:var(--ink-soft);margin:4px 0 0}.more-spot-card .more{margin-top:auto;padding-top:10px;font-size:.85rem;color:var(--accent);font-weight:600}.area-badge{display:inline-block;align-self:flex-start;background:var(--accent-soft);color:var(--accent);font-size:.72rem;font-weight:700;padding:2px 10px;border-radius:999px;margin:0}.spot-detail .area-badge{margin:0 0 10px}.area-note{background:#eef4fb;border:1px solid #c8ddf0;border-radius:12px;padding:12px 14px;font-size:.84rem;color:#2f4a63;margin:0 0 16px}.columns-category-group{margin:0 0 28px}.columns-category-heading{margin:18px 0 12px;padding-bottom:6px;border-bottom:1px solid var(--line)}.columns-category-heading .category-badge{font-size:.85rem;padding:4px 14px}.columns-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.column-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:var(--ink);transition:transform .15s ease,box-shadow .15s ease}.column-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(107,79,138,.12)}.column-card .body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1 1}.column-card h3{margin:0;font-size:1.05rem;line-height:1.4}.column-card .lead,.column-card .value{font-size:.9rem;color:var(--ink-soft);margin:4px 0 0}.column-card .more{margin-top:auto;padding-top:10px;font-size:.85rem;color:var(--accent);font-weight:600}.category-badge{display:inline-block;align-self:flex-start;background:var(--accent-soft);color:var(--accent);font-size:.72rem;font-weight:700;padding:2px 10px;border-radius:999px;margin:0}.column-detail .category-badge{margin:0 0 10px}.column-lead{font-size:1.02rem;color:var(--ink-soft);margin:0 0 8px;line-height:1.7}.last-updated{font-size:.78rem;color:var(--ink-soft);margin:0 0 16px}.column-body{margin-top:8px}.column-heading{font-size:1.15rem;margin:28px 0 10px;padding-bottom:6px;border-bottom:2px solid var(--accent-soft)}.column-paragraph{line-height:1.85;margin:0 0 14px}.column-list,.column-steps{margin:0 0 16px;padding-left:1.4em;line-height:1.8}.column-list>li,.column-steps>li{margin-bottom:8px}.column-spotlink{display:inline-block;background:var(--accent-soft);color:var(--accent);font-weight:600;font-size:.9rem;text-decoration:none;padding:8px 14px;border-radius:999px;margin:0 0 16px}.column-spotlink:hover{filter:brightness(.95)}.related-spots-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}.related-spots-list>li>a{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-size:.9rem;text-decoration:none}.related-spots-list>li>a:hover{border-color:var(--accent);color:var(--accent)}@media (max-width:760px){.columns-grid,.more-spots-grid,.pillars{grid-template-columns:1fr}.hero h1{font-size:1.5rem}.header-right{width:100%;justify-content:space-between}.main-nav{order:2;width:100%}}.hh-page{margin-top:-94px;overflow-x:hidden}@media (max-width:900px){.hh-page{margin-top:-132px}}@keyframes hhFloaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes hhSpinSlow{to{transform:rotate(1turn)}}@keyframes hhReveal{0%{opacity:0;transform:translateY(44px)}to{opacity:1;transform:none}}.reveal.armed{opacity:0}.reveal.play{animation:hhReveal .9s cubic-bezier(.2,.9,.3,1) both}.hh-kicker{position:relative;font-family:var(--font-hand);font-weight:700;font-size:27px;margin:0}.hh-ghost{position:absolute;font-family:var(--font-en);font-weight:800;line-height:1;color:transparent;white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hh-h2{position:relative;font-family:var(--font-head);font-weight:900;font-size:44px;color:var(--ink);margin:2px 0 0;line-height:1.25}.hh-wrap{max-width:1280px;margin:0 auto;padding:0 30px}.hh-hero{position:relative;min-height:100vh}.hh-hero,.hh-hero-bg{overflow:hidden;background:#23402c}.hh-hero-bg{position:absolute;inset:0;filter:saturate(1.12) brightness(1.14);transform:scale(1.03)}.hh-hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 72%;opacity:0;transition:opacity 1.5s ease-in-out;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:opacity}.hh-hero-slide.is-active{opacity:1}@media (prefers-reduced-motion:reduce){.hh-hero-slide{transition:none}}.hh-hero-credit{position:absolute;left:18px;bottom:92px;z-index:6;display:inline-flex;align-items:center;gap:6px;max-width:60vw;padding:5px 11px;border-radius:999px;background:rgba(12,22,18,.42);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:rgba(255,255,255,.82);font-family:var(--font-en);font-size:10.5px;letter-spacing:.03em;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;transition:opacity .5s ease}.hh-hero-credit-icon{font-size:9px;color:rgba(255,255,255,.6)}.hh-hero-credit-text b{font-weight:700;color:rgba(255,255,255,.95)}@media (max-width:700px){.hh-hero-credit{left:12px;bottom:78px;font-size:9.5px;max-width:78vw}}.hh-hero-grad-1{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,28,20,.34),rgba(18,28,20,.04) 34%,rgba(14,24,18,.08) 60%,rgba(12,22,26,.5))}.hh-hero-grad-2{position:absolute;inset:0;background:linear-gradient(99deg,rgba(14,24,18,.5),rgba(14,24,18,.22) 40%,transparent 66%)}.hh-hero-ghost{position:absolute;left:50%;top:104px;transform:translateX(-50%);font-family:var(--font-en);font-weight:800;font-size:158px;letter-spacing:-.01em;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.32);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hh-hero-inner{position:relative;max-width:1320px;margin:0 auto;padding:235px 56px 195px;z-index:4}.hh-hero-badge{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1.5px solid #f3d9e6;color:var(--pink-deep);font-family:var(--font-en);font-weight:700;font-size:12.5px;letter-spacing:.2em;padding:9px 18px;border-radius:24px;box-shadow:0 10px 24px -14px rgba(200,80,150,.5);margin-bottom:26px;white-space:nowrap}.hh-hero-badge .live-dot{width:8px;height:8px;border-radius:50%;background:var(--pink)}.hh-h1{font-family:var(--font-head);font-weight:900;font-size:84px;line-height:1.1;color:#fff;letter-spacing:.01em;text-shadow:0 4px 34px rgba(8,18,12,.6);margin:0}.hh-h1-num{font-family:var(--font-en);font-weight:800;font-size:144px;line-height:.9;vertical-align:-13px;background:linear-gradient(135deg,#ffc0da,#ffd9a8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.03em}.hh-h1-post{font-size:52px}.hh-hero-sub{font-size:17px;line-height:2.1;color:rgba(255,255,255,.95);margin:28px 0 38px;max-width:490px;text-shadow:0 2px 14px rgba(8,18,12,.55)}.hh-hero-btns{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hh-btn{text-decoration:none;display:inline-flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:700;font-size:16px;padding:17px 34px;border-radius:34px}.hh-btn-grad{background:linear-gradient(135deg,#f0619c,#f6995f);color:#fff;box-shadow:0 18px 38px -14px rgba(240,97,156,.7)}.hh-btn-glass{background:rgba(255,255,255,.14);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border:1.5px solid rgba(255,255,255,.55)}.hh-cluster{position:absolute;right:52px;bottom:158px;z-index:5;display:flex;align-items:flex-end;gap:26px}.hh-circle-badge{width:152px;height:152px;animation:hhSpinSlow 16s linear infinite;filter:drop-shadow(0 12px 24px rgba(0,0,0,.4))}.hh-polaroids{display:flex;align-items:flex-end}.hh-polaroid{position:relative;border-radius:16px;overflow:hidden;background:#fff}.hh-polaroid img{width:100%;height:100%;border-radius:10px;object-fit:cover}.hh-polaroid span{position:absolute;left:0;right:0;bottom:6px;text-align:center;font-family:var(--font-hand);font-weight:700}.hh-polaroid-1{width:150px;height:185px;padding:7px 7px 30px;box-shadow:0 26px 48px -20px rgba(0,0,0,.5);z-index:1;margin-right:-26px}.hh-polaroid-2{width:170px;height:210px;padding:8px 8px 32px;box-shadow:0 30px 56px -22px rgba(0,0,0,.55);z-index:2;animation:hhFloaty 9s ease-in-out infinite}.hh-polaroid-3{width:150px;height:185px;padding:7px 7px 30px;box-shadow:0 26px 48px -20px rgba(0,0,0,.5);z-index:1;margin-left:-26px}@media (max-width:1460px){.hh-cluster{transform:scale(.82);transform-origin:bottom right;right:36px}}@media (max-width:1180px){.hh-cluster{display:none}}.hh-hero-marquee{position:absolute;left:-20px;right:-20px;bottom:34px;transform:rotate(-1.6deg);background:linear-gradient(90deg,#f0619c,#8b6fc4 60%,#5fb3e6);padding:15px 0;box-shadow:0 18px 40px -20px rgba(140,80,170,.6);overflow:hidden;z-index:6}.hh-hero-marquee-track{display:flex;gap:54px;width:max-content;animation:hmMarquee 26s linear infinite}.hh-hero-marquee-track span{display:inline-flex;align-items:center;gap:54px;color:#fff;font-family:var(--font-en);font-weight:700;font-size:17px;letter-spacing:.14em;white-space:nowrap}.hh-now{position:relative;max-width:1280px;margin:0 auto;padding:96px 30px 30px}.hh-now-head{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:36px}.hh-live-pill{display:inline-flex;align-items:center;gap:7px;background:#fde8f0;color:var(--pink-deep);font-family:var(--font-en);font-weight:700;font-size:11.5px;letter-spacing:.14em;padding:5px 13px;border-radius:20px}.hh-live-pill .live-dot{width:8px;height:8px;border-radius:50%;background:var(--pink)}.hh-now-kicker{color:#f06fa3;display:flex;align-items:center;gap:12px}.hh-ghost-line{display:block;position:relative;height:0}.hh-outline-btn{text-decoration:none;display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--purple);font-family:var(--font-head);font-weight:700;font-size:14px;padding:12px 24px;border-radius:28px;border:2px solid #e3d6f5}.hh-events-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.hh-event-card{background:#fff;border-radius:28px;box-shadow:0 22px 48px -28px rgba(120,90,160,.45);border:1px solid rgba(139,111,196,.1);display:flex;flex-direction:column}.hh-event-card,.hh-event-photo{position:relative;overflow:hidden}.hh-event-photo{height:160px}.hh-event-photo img{width:100%;height:100%;object-fit:cover}.hh-event-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(40,28,60,.42),transparent 55%)}.hh-event-status{position:absolute;top:13px;left:13px;z-index:2;display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.95);font-family:var(--font-head);font-weight:700;font-size:11.5px;padding:6px 13px;border-radius:20px;box-shadow:0 6px 14px -8px rgba(0,0,0,.3);transform:rotate(-2deg)}.hh-event-status .dot{width:7px;height:7px;border-radius:50%}.hh-event-body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:8px}.hh-event-body h3{font-family:var(--font-head);font-weight:900;font-size:20px;color:var(--ink);line-height:1.35;margin:0}.hh-event-meta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12.5px;color:#8a849c;font-weight:500}.hh-event-place{font-weight:700}.hh-event-desc{font-size:13px;line-height:1.8;color:#7a7490;margin:0}.hh-about{position:relative;max-width:1280px;margin:0 auto;padding:60px 30px 100px}.hh-about-grid{display:grid;grid-template-columns:.74fr 1.26fr;grid-gap:54px;gap:54px;align-items:center}.hh-about-kicker{color:var(--purple);margin-bottom:2px}.hh-about-body{font-size:15px;line-height:2.1;color:var(--ink-soft);margin:16px 0 28px}.hh-stats{display:flex;gap:30px;margin-bottom:32px;flex-wrap:wrap}.hh-stat-n{font-family:var(--font-en);font-weight:800;font-size:40px;line-height:1;margin:0}.hh-stat-u{font-family:var(--font-head);font-weight:900;font-size:17px}.hh-stat-l{font-size:11.5px;color:#9a93ad;margin:6px 0 0;font-weight:500}.hh-outline-btn-purple{text-decoration:none;display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--purple);font-family:var(--font-head);font-weight:700;font-size:15px;padding:13px 26px;border-radius:30px;border:2px solid #d9c8ee}.hh-about-photo-wrap{position:relative}.hh-about-photo{width:calc(100% + 50vw - 610px);border-radius:34px 0 0 34px;overflow:hidden;height:560px;box-shadow:-22px 32px 60px -34px rgba(120,90,160,.45)}.hh-about-photo img{width:100%;height:100%;object-fit:cover}.hh-about-sticker{position:absolute;left:26px;top:-18px;background:#fff;font-family:var(--font-hand);font-weight:700;font-size:20px;color:#e0739f;padding:8px 20px;border-radius:24px;box-shadow:0 12px 26px -14px rgba(200,80,140,.5);transform:rotate(-3deg);z-index:2}.hh-section{position:relative;padding:40px 0 100px}.hh-head-center{position:relative;text-align:center;margin-bottom:64px}.hh-head-center .hh-ghost{left:50%;top:-44px;transform:translateX(-50%)}.hh-head-center .hh-kicker{color:#f06fa3}.hh-spots3-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.hh-spot3{position:relative;background:#fff;border-radius:30px;box-shadow:0 22px 48px -28px rgba(120,90,160,.45);border:1px solid rgba(139,111,196,.1);text-decoration:none;color:var(--ink);display:block}.hh-spot3-num{position:absolute;left:18px;top:-30px;z-index:3;font-family:var(--font-en);font-weight:800;font-size:64px;line-height:1;text-shadow:0 6px 18px rgba(120,90,160,.25)}.hh-spot3-photo{position:relative;height:240px;overflow:hidden;border-radius:30px 30px 0 0}.hh-spot3-photo img{width:100%;height:100%;object-fit:cover}.hh-spot3-tag{position:absolute;top:16px;right:16px;color:#fff;font-family:var(--font-head);font-weight:700;font-size:12px;padding:6px 15px;border-radius:20px;box-shadow:0 6px 14px -6px rgba(0,0,0,.3);transform:rotate(2deg)}.hh-spot3-body{padding:24px 24px 28px}.hh-spot3-en{font-family:var(--font-hand);font-weight:700;font-size:18px;margin:0}.hh-spot3-body h3{font-family:var(--font-head);font-weight:900;font-size:23px;color:var(--ink);margin:2px 0 10px}.hh-spot3-desc{font-size:14px;line-height:1.85;color:#7a7490;margin:0}.hh-explore-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.hh-explore-card{background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 18px 40px -26px rgba(120,90,160,.4);text-decoration:none;color:var(--ink);display:block}.hh-explore-photo{position:relative;height:200px;overflow:hidden}.hh-explore-photo img{width:100%;height:100%;object-fit:cover}.hh-explore-tag{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.94);font-family:var(--font-head);font-weight:700;font-size:11px;padding:5px 12px;border-radius:18px}.hh-explore-body{padding:18px 20px 22px}.hh-explore-body h3{font-family:var(--font-head);font-weight:900;font-size:18px;color:var(--ink);margin:0}.hh-explore-desc{font-size:13px;color:#8a849c;margin:6px 0 0;line-height:1.7}.hh-ranking{position:relative;padding:88px 0 96px;background:linear-gradient(180deg,#fffdf9,#fff6ee 60%,#fffdf9);overflow:hidden}.hh-rank-list{list-style:none;margin:0 auto;padding:0;max-width:940px;display:flex;flex-direction:column;gap:14px}.hh-rank-item{margin:0}.hh-rank-link{display:grid;grid-template-columns:92px 132px 1fr;align-items:center;grid-gap:22px;gap:22px;background:#fff;border:1px solid rgba(224,138,60,.12);border-radius:24px;padding:16px 26px 16px 18px;box-shadow:0 16px 38px -28px rgba(120,90,160,.4);text-decoration:none;color:var(--ink)}.hh-rank-num{font-family:var(--font-en);font-weight:800;font-size:56px;line-height:1;text-align:center;color:rgba(139,111,196,.32);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hh-rank-num.is-top{background:linear-gradient(135deg,#f6995f,#e0739f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hh-rank-photo{position:relative;width:132px;height:90px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#fbeede,#f7e3cf);display:flex;align-items:center;justify-content:center}.hh-rank-photo img{width:100%;height:100%;object-fit:cover}.hh-rank-photo-empty{font-size:26px;color:rgba(224,138,60,.45)}.hh-rank-body{display:flex;flex-direction:column;gap:4px;min-width:0}.hh-rank-name{font-family:var(--font-head);font-weight:900;font-size:19px;color:var(--ink);line-height:1.3}.hh-rank-name-ja{font-size:12px;color:#b0a8be;font-weight:500}.hh-rank-basis{font-size:12.5px;color:#8a849c;line-height:1.65;margin-top:2px}.hh-rank-basis-label{font-weight:700;color:#c2772f}.hh-rank-cta{margin-top:6px;font-family:var(--font-head);font-weight:700;font-size:12.5px;color:#e08a3c;display:inline-flex;align-items:center;gap:5px}.hh-rank-cta .arr{transition:transform .3s ease;display:inline-block}.hh-rank-link:hover .hh-rank-cta .arr{transform:translateX(5px)}.hh-rank-method{max-width:940px;margin:30px auto 0;font-size:12px;line-height:1.85;color:#9a93ad;background:rgba(224,138,60,.06);border:1px dashed rgba(224,138,60,.28);border-radius:18px;padding:16px 22px}.hh-rank-sources{max-width:940px;margin:18px auto 0}.hh-rank-sources-label{font-family:var(--font-head);font-weight:900;font-size:14px;color:var(--ink);margin:0 0 10px}.hh-rank-sources-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 14px}.hh-rank-sources-list a{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:#c2772f;text-decoration:none;background:#fff;border:1px solid rgba(224,138,60,.22);border-radius:20px;padding:7px 15px;transition:background .25s ease,transform .25s ease}.hh-rank-sources-list a:hover{background:#fff6ee;transform:translateY(-2px)}.hh-seasons{position:relative;padding:80px 0 100px;background:linear-gradient(180deg,#fbf3f8,#f1f7fb);overflow:hidden}.hh-head-left{position:relative;margin-bottom:44px}.hh-head-left .hh-ghost{left:-8px;top:-50px}.hh-head-left .hh-kicker{color:#f06fa3}.hh-section-sub{position:relative;font-size:14px;color:#9a93ad;margin:10px 0 0}.hh-seasons-row{display:flex;gap:16px;height:440px}.hh-season{position:relative;flex:1 1;min-width:0;border-radius:30px;overflow:hidden;cursor:pointer;transition:flex .7s cubic-bezier(.3,1,.3,1);box-shadow:0 24px 50px -28px rgba(120,90,160,.5)}.hh-season:hover{flex:2.8 1}.hh-season img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hh-season:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(50,35,75,.55),transparent 50%)}.hh-season-cap{position:absolute;left:24px;bottom:22px;right:20px;color:#fff;z-index:2}.hh-season-en{font-family:var(--font-en);font-weight:700;font-size:13px;letter-spacing:.26em;opacity:.85;margin:0}.hh-season-ja{font-family:var(--font-head);font-weight:900;font-size:38px;text-shadow:0 2px 10px rgba(0,0,0,.3);margin:0}.hh-season-desc{font-size:12.5px;line-height:1.7;opacity:.9;margin:6px 0 0;text-shadow:0 1px 6px rgba(0,0,0,.4)}.hh-gourmet{position:relative;padding:80px 0 100px;background:linear-gradient(180deg,#fdeef4,#fdeef4 60%,#fffdf9)}.hh-gourmet-head{position:relative;display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:20px;flex-wrap:wrap}.hh-gourmet-head .hh-kicker{color:#e0739f}.hh-gourmet-track{display:flex;gap:22px;overflow-x:auto;scroll-behavior:smooth;padding:10px 4px 16px;scrollbar-width:none}.hh-gourmet-track::-webkit-scrollbar{height:0;display:none}.hh-gourmet-card{flex:0 0 270px;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 20px 42px -26px rgba(120,90,160,.4);text-decoration:none;color:var(--ink)}.hh-gourmet-photo{position:relative;height:210px;overflow:hidden}.hh-gourmet-photo img{width:100%;height:100%;object-fit:cover}.hh-gourmet-body{padding:18px 20px 22px}.hh-gourmet-body h3{font-family:var(--font-head);font-weight:900;font-size:18px;color:var(--ink);margin:0}.hh-gourmet-desc{font-size:12.5px;color:#8a849c;margin:6px 0 0;line-height:1.7}.hh-iris{position:relative;padding:40px 30px 100px}.hh-iris-inner{position:relative;max-width:1280px;margin:0 auto;border-radius:40px;overflow:hidden;min-height:420px;box-shadow:0 38px 80px -38px rgba(110,80,160,.6)}.hh-iris-bg{position:absolute;inset:0;background-image:url(/images/spots/kitayama-park-panorama.jpg);background-size:cover;background-position:50%;background-color:#7a4fb0}.hh-iris-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(80,48,125,.9),rgba(110,68,155,.66) 46%,rgba(120,75,165,.05) 74%)}.hh-iris-ghost{position:absolute;right:-20px;bottom:-26px;font-family:var(--font-en);font-weight:800;font-size:130px;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.25);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.hh-iris-body{position:relative;z-index:2;padding:60px 56px;max-width:580px;color:#fff}.hh-iris-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.4);padding:7px 20px;border-radius:24px;margin-bottom:20px;white-space:nowrap}.hh-iris-badge .live-dot{width:8px;height:8px;border-radius:50%;background:#ffd0e4}.hh-iris-badge span{font-family:var(--font-en);font-weight:700;font-size:13px;letter-spacing:.2em}.hh-iris-body h2{font-family:var(--font-head);font-weight:900;font-size:52px;line-height:1.18;margin:0 0 16px;text-shadow:0 2px 16px rgba(60,30,90,.4)}.hh-iris-text{font-size:16px;line-height:2.05;opacity:.96;margin:0 0 14px;max-width:440px}.hh-iris-date{font-size:15px;margin:0 0 28px;opacity:.95}.hh-iris-btn,.hh-iris-date{font-family:var(--font-head);font-weight:700}.hh-iris-btn{text-decoration:none;display:inline-flex;align-items:center;gap:10px;background:#fff;color:#7a4fb0;font-size:16px;padding:16px 34px;border-radius:32px;box-shadow:0 16px 30px -14px rgba(40,20,70,.5)}.hh-columns{position:relative;padding:30px 0 100px;overflow:hidden}.hh-columns-head{position:relative;margin-bottom:38px}.hh-columns-head .hh-ghost{left:-8px;top:-50px}.hh-columns-head .hh-kicker{color:var(--purple)}.hh-marq-wrap{display:flex;flex-direction:column;gap:18px}.hh-marq-row{overflow:hidden}.hh-marq-track{display:flex;gap:18px;width:max-content;padding:4px 0}.hh-marq-track.row1{animation:hmMarquee 48s linear infinite}.hh-marq-track.row2{animation:hmMarquee 56s linear infinite reverse}.hh-marq-wrap:hover .hh-marq-track{animation-play-state:paused}.hh-col-card{text-decoration:none;display:flex;flex-direction:column;gap:10px;width:430px;background:#fff;border:1px solid rgba(139,111,196,.14);border-radius:24px;padding:24px 26px;box-shadow:0 16px 36px -26px rgba(120,90,160,.45);color:var(--ink)}.hh-col-cat{align-self:flex-start;font-weight:700;font-size:11.5px;padding:4px 12px;border-radius:16px}.hh-col-cat,.hh-col-title{font-family:var(--font-head)}.hh-col-title{font-weight:900;font-size:18px;line-height:1.5;color:var(--ink)}.hh-col-lead{font-size:12.5px;line-height:1.8;color:#7a7490;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hh-col-arrow{margin-top:auto;font-weight:700;font-size:14px}.hh-course{position:relative;padding:80px 0 100px;background:linear-gradient(180deg,#eef6ee,#f6eef7)}.hh-courses-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.hh-course-card{text-decoration:none;position:relative;border-radius:28px;overflow:hidden;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;padding:26px;box-shadow:0 18px 40px -24px rgba(120,90,160,.45)}.hh-course-badge{align-self:flex-start;background:rgba(255,255,255,.6);font-family:var(--font-head);font-weight:700;font-size:12px;padding:5px 13px;border-radius:18px;margin-bottom:auto}.hh-course-num{font-family:var(--font-en);font-weight:800;font-size:40px;line-height:1;opacity:.3;margin-bottom:8px}.hh-course-card h3{font-family:var(--font-head);font-weight:900;font-size:22px;margin:0 0 8px}.hh-course-desc{font-size:13px;line-height:1.7;opacity:.82;margin:0}.hh-course-arrow{position:absolute;right:18px;bottom:18px;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.7);display:grid;place-items:center;font-size:16px}.hh-access{position:relative;padding:90px 30px}.hh-access-card{max-width:880px;margin:0 auto;background:#fff;border-radius:30px;border:1px solid rgba(139,111,196,.12);box-shadow:0 24px 50px -30px rgba(120,90,160,.4);overflow:hidden}.hh-access-row{display:flex;align-items:flex-start;gap:18px;padding:22px 28px;border-top:1px solid rgba(139,111,196,.1)}.hh-access-row:first-child{border-top:none}.hh-access-icon{flex:0 0 auto;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:22px}.hh-access-main{flex:1 1 auto;min-width:0}.hh-access-from{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:9px}.hh-access-from-name{font-family:var(--font-head);font-weight:900;font-size:18px;color:var(--ink)}.hh-access-transfer{font-weight:700;font-size:11.5px;padding:3px 11px;border-radius:14px;white-space:nowrap}.hh-access-legs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13.5px;color:#5a5470}.hh-access-station{font-weight:700;color:var(--ink)}.hh-access-leg{display:inline-flex;align-items:center;gap:7px}.hh-access-line{font-weight:700;font-size:12px;padding:2px 10px;border-radius:12px;white-space:nowrap}.hh-access-min{flex:0 0 auto;text-align:right;font-family:var(--font-en);font-weight:800;white-space:nowrap;padding-top:2px}.hh-access-min .unit{font-family:var(--font-head);font-weight:900;font-size:13px}.hh-access-min .num{font-size:32px}.hh-access-note{text-align:center;font-size:12.5px;color:#a39bb5;margin:18px 0 0}.hh-cta{position:relative;padding:0 24px 80px}.hh-cta-inner{position:relative;max-width:1280px;margin:0 auto;border-radius:40px;overflow:hidden;padding:84px 40px;text-align:center;background:linear-gradient(120deg,#a7d8f0,#c9b6e8 55%,#f7b8d2);box-shadow:0 30px 64px -34px rgba(110,80,160,.5)}.hh-cta-eyebrow{font-family:var(--font-en);font-weight:700;font-size:14px;letter-spacing:.3em;color:rgba(255,255,255,.85);margin:0 0 14px}.hh-cta-inner h2{font-family:var(--font-head);font-weight:900;font-size:52px;line-height:1.3;color:#fff;text-shadow:0 2px 18px rgba(90,60,130,.35);margin:0}.hh-cta-btns{display:flex;gap:16px;justify-content:center;margin-top:36px;flex-wrap:wrap}.hh-cta-btn-dark{background:var(--btn-dark);color:#fff;box-shadow:0 16px 30px -12px rgba(51,46,77,.6)}.hh-cta-btn-dark,.hh-cta-btn-white{text-decoration:none;display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:700;font-size:16px;padding:17px 36px;border-radius:34px}.hh-cta-btn-white{background:#fff;color:var(--purple)}.hh-zoom{transition:transform .9s cubic-bezier(.2,.8,.3,1)}.hov-pop:hover .hh-zoom,.hov-rise:hover .hh-zoom{transform:scale(1.07)}@media (max-width:1180px){.hh-hero-ghost{font-size:104px}.hh-h1{font-size:64px}.hh-h1-num{font-size:108px}.hh-about-grid{grid-template-columns:1fr;gap:30px}.hh-about-photo{width:100%;border-radius:28px;height:420px}.hh-courses-grid,.hh-explore-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.hh-hero-inner{padding:150px 24px 140px}.hh-hero-ghost{font-size:64px;top:84px}.hh-h1{font-size:44px}.hh-h1-num{font-size:72px}.hh-h1-post{font-size:30px}.hh-h2{font-size:32px}.hh-about,.hh-access,.hh-iris,.hh-now{padding-left:18px;padding-right:18px}.hh-courses-grid,.hh-events-grid,.hh-explore-grid,.hh-spots3-grid{grid-template-columns:1fr}.hh-rank-link{grid-template-columns:56px 1fr;grid-template-rows:auto auto;gap:8px 14px;padding:14px 16px}.hh-rank-num{font-size:40px;grid-row:1/3}.hh-rank-photo{width:100%;height:130px;grid-column:2}.hh-rank-body{grid-column:2}.hh-rank-method,.hh-rank-sources{padding-left:4px;padding-right:4px}.hh-seasons-row{flex-direction:column;height:auto}.hh-season{height:200px}.hh-season:hover{flex:1 1}.hh-iris-body{padding:40px 28px}.hh-iris-body h2{font-size:36px}.hh-cta-inner h2{font-size:32px}.hh-access-row{flex-wrap:wrap}.hh-access-min{width:100%;text-align:left}}.sp-page{position:relative;overflow-x:clip;margin-top:-96px}@media (max-width:760px){.sp-page{margin-top:-84px}}.sp-hero{position:relative;overflow:hidden;background:#3a3550}.sp-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 65%;filter:saturate(1.1) brightness(1.04);transform:scale(1.03)}.sp-hero-bg-grad{background:radial-gradient(120% 90% at 25% 20%,#b078cf 0,transparent 55%),linear-gradient(135deg,#8b6fc4,#3a3550);filter:none;transform:none}.sp-hero-grad{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,16,34,.45),rgba(20,16,34,.08) 36%,rgba(18,14,32,.66))}.sp-hero-ghost{position:absolute;left:50%;bottom:32px;transform:translateX(-50%);font-family:var(--font-en);font-weight:800;font-size:120px;letter-spacing:-.01em;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.3);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;overflow:hidden}.sp-hero-inner{position:relative;max-width:1180px;margin:0 auto;padding:150px 30px 110px}.sp-bc{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12.5px;font-weight:500;margin-bottom:24px}.sp-bc,.sp-bc a{color:rgba(255,255,255,.85)}.sp-bc a{text-decoration:none}.sp-bc a:hover{text-decoration:underline}.sp-bc-sep{opacity:.6}.sp-bc-here{font-weight:700;color:#fff}.sp-stickers{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.sp-sticker{font-family:var(--font-head);font-weight:700;font-size:12.5px;padding:7px 16px;border-radius:20px;box-shadow:0 8px 18px -8px rgba(0,0,0,.4)}.sp-sticker-1{background:linear-gradient(135deg,#8b6fc4,#b078cf);color:#fff;transform:rotate(-2deg)}.sp-sticker-2{background:rgba(255,255,255,.94);color:#8b6fc4;transform:rotate(1deg)}.sp-sticker-3{background:#fde8f0;color:#e0467e;transform:rotate(-1deg)}.sp-h1{font-family:var(--font-head);font-weight:900;font-size:60px;line-height:1.2;color:#fff;text-shadow:0 4px 30px rgba(10,8,24,.6)}.sp-reading{font-family:var(--font-hand);font-weight:700;font-size:24px;color:rgba(255,255,255,.88);margin-top:8px}.sp-value{font-size:17px;font-weight:700;color:#ffd9ec;margin-top:18px;text-shadow:0 2px 12px rgba(10,8,24,.55)}.sp-body{position:relative;max-width:1180px;margin:0 auto;padding:70px 30px 30px}.sp-grid{display:grid;grid-template-columns:1.55fr .95fr;grid-gap:44px;gap:44px;align-items:start}.sp-main{display:flex;flex-direction:column;gap:46px;min-width:0}.sp-block{position:relative}.sp-ghost{position:absolute;left:-8px;top:-46px;font-family:var(--font-en);font-weight:800;font-size:88px;line-height:1;color:transparent;white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sp-kicker{position:relative;font-family:var(--font-hand);font-weight:700;font-size:25px}.sp-h2{position:relative;font-family:var(--font-head);font-weight:900;font-size:30px;color:var(--ink);margin-bottom:20px}.sp-hl-list{display:flex;flex-direction:column;gap:14px}.sp-hl-item{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid rgba(139,111,196,.12);border-radius:20px;padding:18px 22px;box-shadow:0 14px 30px -24px rgba(120,90,160,.45)}.sp-hl-bullet{flex:0 0 auto;color:#b388dd;font-size:16px;margin-top:2px}.sp-hl-item p{font-size:14.5px;line-height:1.95;color:#5a5470;margin:0}.sp-note{position:relative;background:linear-gradient(135deg,#fdf1f7,#f3edfb);border-radius:28px;padding:30px 34px;border:1.5px dashed rgba(139,111,196,.35)}.sp-note-tag{position:absolute;right:22px;top:-16px;background:#fff;font-family:var(--font-hand);font-weight:700;font-size:19px;color:#e0739f;padding:6px 18px;border-radius:22px;box-shadow:0 10px 22px -12px rgba(200,80,140,.5);transform:rotate(2deg)}.sp-note p{font-family:var(--font-head);font-weight:700;font-size:16.5px;line-height:2;color:#5a4a72;margin:0}.sp-note-cta{display:inline-block;margin-top:12px;font-size:13px;font-weight:700;color:var(--purple);text-decoration:none}.sp-note-cta:hover{text-decoration:underline}.sp-related-cols{background:#fbf7ff;border:1px solid rgba(139,111,196,.14);border-radius:24px;padding:22px 26px}.sp-related-cols-title{font-family:var(--font-head);font-weight:700;font-size:14px;color:#7a6f96;margin:0 0 14px}.sp-related-cols ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.sp-related-cols a{display:inline-flex;align-items:center;gap:9px;background:#efe7fb;color:var(--purple);font-family:var(--font-head);font-weight:700;font-size:13.5px;padding:10px 20px;border-radius:24px;text-decoration:none}.sp-aside{position:-webkit-sticky;position:sticky;top:100px;display:flex;flex-direction:column;gap:20px}.sp-info{background:#fff;border-radius:28px;border:1px solid rgba(139,111,196,.14);box-shadow:0 24px 50px -32px rgba(120,90,160,.5);overflow:hidden}.sp-info-head{background:linear-gradient(135deg,#8b6fc4,#b078cf);padding:18px 26px}.sp-info-head p{font-family:var(--font-head);font-weight:900;font-size:17px;color:#fff;margin:0}.sp-info-body{padding:22px 26px;display:flex;flex-direction:column;gap:16px}.sp-info-label{font-family:var(--font-head);font-weight:700;font-size:12px;color:#b388dd;letter-spacing:.08em;margin:0 0 5px}.sp-info-val{font-size:13.5px;line-height:1.85;color:#5a5470;margin:0}.sp-info-div{height:1px;background:rgba(139,111,196,.12)}.sp-info-body .notice{margin:4px 0 0}.sp-map{margin-top:4px}.sp-sources{background:#fbf7ff;border-radius:24px;border:1px solid rgba(139,111,196,.14);padding:20px 24px}.sp-sources-title{font-family:var(--font-head);font-weight:700;font-size:13px;color:#7a6f96;margin:0 0 12px}.sp-sources ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.sp-sources a{display:block;font-size:12.5px;color:var(--purple);text-decoration:none}.sp-related{position:relative;max-width:1180px;margin:0 auto;padding:60px 30px 90px}.sp-related-head{position:relative;margin-bottom:34px}.sp-related-head .sp-ghost{top:-44px}.sp-related-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.sp-related-card{text-decoration:none;background:#fff;border-radius:26px;overflow:hidden;box-shadow:var(--shadow-card);display:block;color:var(--ink)}.sp-related-photo{position:relative;height:170px;overflow:hidden;background:#efe7fb}.sp-related-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sp-related-tag{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.94);font-family:var(--font-head);font-weight:700;font-size:11px;padding:5px 12px;border-radius:18px}.sp-related-body{padding:16px 20px 20px}.sp-related-body h3{font-family:var(--font-head);font-weight:900;font-size:17px;color:var(--ink);margin:0}.sp-related-body p{font-size:12.5px;color:#8a849c;margin:5px 0 0;line-height:1.7}.sp-back-wrap{max-width:1180px;margin:0 auto 70px;padding:0 30px}.sp-back{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--purple);font-family:var(--font-head);font-weight:700;font-size:14px;padding:12px 24px;border-radius:28px;border:2px solid #d9c8ee;text-decoration:none}@media (max-width:1024px){.sp-grid{grid-template-columns:1fr;gap:36px}.sp-aside{position:static}.sp-related-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.sp-hero-ghost{font-size:64px}.sp-hero-inner{padding:120px 20px 70px}.sp-h1{font-size:38px}.sp-body,.sp-related{padding-left:20px;padding-right:20px}.sp-related-grid{grid-template-columns:1fr}}.art-page{position:relative;overflow-x:clip;margin-top:-96px}@media (max-width:760px){.art-page{margin-top:-84px}}.art-hero{position:relative;overflow:hidden;min-height:520px;background:#2c3b2e}.art-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 58%;filter:saturate(1.08) brightness(1);transform:scale(1.03)}.art-hero-bg-grad{filter:none;transform:none}.art-hero-grad{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,18,26,.5),rgba(16,18,26,.14) 40%,rgba(14,16,24,.74))}.art-hero-inner{position:relative;max-width:880px;margin:0 auto;padding:150px 30px 100px}.art-bc{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12.5px;font-weight:500;margin-bottom:22px}.art-bc,.art-bc a{color:rgba(255,255,255,.85)}.art-bc a{text-decoration:none}.art-bc a:hover{text-decoration:underline}.art-bc-sep{opacity:.6}.art-bc-here{font-weight:700;color:#fff;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.art-hero-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:18px}.art-cat-badge{background:rgba(255,255,255,.94);font-family:var(--font-head);font-weight:700;font-size:12.5px;padding:7px 16px;border-radius:20px;transform:rotate(-1.5deg)}.art-updated{font-family:var(--font-en);font-weight:600;font-size:12px;letter-spacing:.12em;color:rgba(255,255,255,.8)}.art-h1{font-family:var(--font-head);font-weight:900;font-size:44px;line-height:1.4;color:#fff;text-shadow:0 4px 28px rgba(8,14,10,.6)}.art-lead{font-size:15.5px;line-height:2;color:rgba(255,255,255,.92);margin-top:18px;max-width:680px;text-shadow:0 2px 12px rgba(8,14,10,.55)}.art-body{position:relative;max-width:800px;margin:0 auto;padding:64px 30px 40px}.art-body>*,.art-body>.reveal{margin-bottom:0}.art-h2{display:flex;align-items:baseline;gap:12px;font-family:var(--font-head);font-weight:900;font-size:27px;color:var(--ink);padding-bottom:12px;border-bottom:2px dashed rgba(139,111,196,.3);margin:48px 0 22px}.art-h2:first-child{margin-top:0}.art-h2-mark{color:#b388dd;font-size:18px}.art-p{font-size:15px;line-height:2.2;color:#5a5470;margin:0 0 22px}.art-spotlink{text-decoration:none;display:inline-flex;align-items:center;gap:9px;background:#efe7fb;color:var(--purple);font-family:var(--font-head);font-weight:700;font-size:13.5px;padding:11px 22px;border-radius:26px;margin:0 0 28px}.art-tips{background:#fff;border:1px solid rgba(139,111,196,.14);border-radius:24px;padding:24px 30px;box-shadow:0 16px 36px -28px rgba(120,90,160,.45);margin:0 0 28px}.art-tips ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.art-tips li{display:flex;gap:12px;align-items:flex-start;font-size:13.5px;line-height:1.95;color:#5a5470}.art-tips-bullet{flex:0 0 auto;color:var(--green);font-size:13px;margin-top:4px}.art-steps{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:12px;counter-reset:art-step}.art-steps li{display:flex;gap:14px;align-items:flex-start;font-size:14px;line-height:2;color:#5a5470}.art-steps-num{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#8b6fc4,#b078cf);color:#fff;font-family:var(--font-en);font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;margin-top:4px}.art-note-box{background:#fff7ec;border:1px solid #f0d9a8;border-radius:18px;padding:18px 24px;margin:0 0 28px}.art-note-box p{font-size:12.5px;line-height:1.95;color:#7a5a1e;margin:0}.art-body .notice,.art-map{margin:0 0 28px}.art-rel{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:40px 0 0}.art-rel-label{font-size:13.5px;color:#7a6f96}.art-rel-label,.art-rel-pill{font-family:var(--font-head);font-weight:700}.art-rel-pill{text-decoration:none;border:1.5px solid rgba(139,111,196,.3);color:#6a5a8c;font-size:13px;padding:8px 18px;border-radius:22px}.art-sources{background:#fbf7ff;border-radius:20px;border:1px solid rgba(139,111,196,.14);padding:18px 24px;margin:36px 0 0}.art-sources-title{font-family:var(--font-head);font-weight:700;font-size:12.5px;color:#7a6f96;margin:0 0 10px}.art-sources ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.art-sources a{display:block;font-size:12px;color:var(--purple);text-decoration:none}.art-foot-nav{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:50px 0 20px}.art-foot-back{background:#fff;color:var(--purple);border-radius:30px;border:2px solid #d9c8ee}.art-foot-back,.art-foot-top{text-decoration:none;display:inline-flex;align-items:center;gap:9px;font-family:var(--font-head);font-weight:700;font-size:14px;padding:13px 26px}.art-foot-top{background:linear-gradient(135deg,#8b6fc4,#b078cf);color:#fff;border-radius:30px;box-shadow:0 12px 26px -12px rgba(140,90,200,.6)}@media (max-width:760px){.art-hero-inner{padding:120px 20px 64px}.art-h1{font-size:30px}.art-body{padding:48px 20px 40px}.art-bc-here{max-width:200px}}.sp-name-ja{font-family:var(--font-head);font-weight:700;font-size:14px;color:rgba(255,255,255,.78);margin-top:6px;text-shadow:0 2px 12px rgba(10,8,24,.5)}.cols-page{position:relative;overflow-x:clip;margin-top:-96px}@media (max-width:760px){.cols-page{margin-top:-84px}}.cols-hero{position:relative;overflow:hidden;background:linear-gradient(170deg,#f6effb,#fffdf9 70%);padding:170px 30px 56px}.cols-hero-ghost{position:absolute;left:50%;top:96px;transform:translateX(-50%);font-family:var(--font-en);font-weight:800;font-size:140px;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(139,111,196,.16);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cols-hero-inner{position:relative;max-width:1180px;margin:0 auto}.acc-bc,.amb-bc,.cols-bc{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12.5px;font-weight:500;color:#9a93ad;margin-bottom:20px}.acc-bc a,.amb-bc a,.cols-bc a{color:#9a93ad;text-decoration:none}.acc-bc a:hover,.amb-bc a:hover,.cols-bc a:hover{text-decoration:underline}.acc-bc-sep,.amb-bc-sep,.cols-bc-sep{opacity:.6}.acc-bc-here,.amb-bc-here,.cols-bc-here{font-weight:700;color:#5a5470}.acc-hand,.amb-hand,.cols-hand{font-family:var(--font-hand);font-weight:700;font-size:28px;color:var(--purple)}.acc-h1,.cols-h1{font-family:var(--font-head);font-weight:900;font-size:52px;color:var(--ink);margin-top:2px}.cols-sub{font-size:15px;line-height:2;color:#7a7490;margin-top:14px;max-width:660px}.cols-featured-wrap{max-width:1180px;margin:0 auto;padding:30px 30px 10px}.cols-featured{text-decoration:none;display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 30px 60px -34px rgba(120,90,160,.55);border:1px solid rgba(139,111,196,.12)}.cols-featured-media{position:relative;min-height:340px;overflow:hidden}.cols-featured-img{background-size:cover;background-position:50%}.cols-featured-img,.cols-featured-ph{position:absolute;inset:0}.cols-featured-ph .ph-photo{width:100%;height:100%;border-radius:0}.cols-featured-badge{position:absolute;top:18px;left:18px;background:rgba(255,255,255,.95);color:var(--purple);font-family:var(--font-head);font-weight:700;font-size:12px;padding:6px 15px;border-radius:20px;box-shadow:0 6px 14px -8px rgba(0,0,0,.25);transform:rotate(-2deg)}.cols-featured-body{padding:44px 46px;display:flex;flex-direction:column;gap:14px;justify-content:center}.cols-cat-badge{align-self:flex-start;font-family:var(--font-head);font-weight:700;font-size:12px;padding:5px 14px;border-radius:16px}.cols-featured-title{font-family:var(--font-head);font-weight:900;font-size:30px;line-height:1.45;color:var(--ink)}.cols-featured-lead{font-size:14px;line-height:1.95;color:#7a7490}.cols-featured-more{font-family:var(--font-head);font-weight:700;font-size:14px;color:var(--pink)}.cols-grid-wrap{max-width:1180px;margin:0 auto;padding:40px 30px 100px}.cols-cat-section{margin-top:44px}.cols-cat-heading{display:flex;align-items:center;gap:12px;margin:0 0 20px}.cols-cat-count{font-family:var(--font-en);font-weight:700;font-size:13px;color:#b7aec9}.cols-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.cols-card{position:relative;text-decoration:none;display:flex;flex-direction:column;gap:11px;background:#fff;border:1px solid rgba(139,111,196,.12);border-radius:26px;padding:28px 30px;box-shadow:0 18px 40px -28px rgba(120,90,160,.45);overflow:hidden}.cols-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cols-card-date{font-family:var(--font-en);font-weight:600;font-size:11px;letter-spacing:.1em;color:#b7aec9}.cols-card-title{font-family:var(--font-head);font-weight:900;font-size:19px;line-height:1.55;color:var(--ink)}.cols-card-lead{font-size:13px;line-height:1.9;color:#7a7490;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cols-card-more{margin-top:auto;font-weight:700;font-size:13.5px}.cols-card-thumb{position:absolute;right:-14px;bottom:-14px;width:86px;height:86px;border-radius:22px;background-size:cover;background-position:50%;opacity:.16;pointer-events:none}.cols-note{text-align:center;font-size:12.5px;color:#a39bb5;margin-top:40px}.acc-back,.amb-back,.cols-back{display:inline-flex;align-items:center;gap:8px;margin-top:32px;text-decoration:none;background:#fff;color:var(--purple);font-family:var(--font-head);font-weight:700;font-size:14px;padding:12px 24px;border-radius:28px;border:2px solid #d9c8ee}@media (max-width:1024px){.cols-featured{grid-template-columns:1fr}.cols-featured-media{min-height:240px}}@media (max-width:760px){.cols-hero{padding:130px 20px 44px}.cols-hero-ghost{font-size:80px;top:110px}.acc-h1,.cols-h1{font-size:34px}.cols-grid{grid-template-columns:1fr}.cols-featured-body{padding:30px 26px}}.acc-page{position:relative;overflow-x:clip;margin-top:-96px}@media (max-width:760px){.acc-page{margin-top:-84px}}.acc-hero{position:relative;overflow:hidden;background:linear-gradient(170deg,#e9f3fb,#fffdf9 72%);padding:170px 30px 52px}.acc-hero-ghost{position:absolute;left:50%;top:96px;transform:translateX(-50%);font-family:var(--font-en);font-weight:800;font-size:150px;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(95,179,230,.22);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.acc-hero-inner{position:relative;max-width:1080px;margin:0 auto}.acc-hero .acc-hand{color:var(--blue)}.acc-nearest{font-size:14.5px;line-height:2.05;color:#6a6480;margin-top:16px;max-width:760px}.acc-routes-wrap{max-width:1080px;margin:0 auto;padding:36px 30px 20px}.acc-routes-card{background:#fff;border-radius:30px;border:1px solid rgba(139,111,196,.12);box-shadow:0 24px 50px -30px rgba(120,90,160,.4);overflow:hidden}.acc-route-row{display:flex;align-items:flex-start;gap:18px;padding:22px 28px;border-top:1px solid rgba(139,111,196,.1)}.acc-route-row:first-child{border-top:none}.acc-route-icon{flex:0 0 auto;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:22px}.acc-route-main{flex:1 1 auto;min-width:0}.acc-route-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:9px}.acc-route-from{font-family:var(--font-head);font-weight:900;font-size:18px;color:var(--ink)}.acc-route-transfer{font-weight:700;font-size:11.5px;padding:3px 11px;border-radius:14px;white-space:nowrap}.acc-route-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13.5px;margin-bottom:8px}.acc-route-station{font-weight:700;color:var(--ink)}.acc-route-leg{display:inline-flex;align-items:center;gap:7px}.acc-route-arrow,.acc-route-dash{font-weight:700}.acc-route-pill{font-weight:700;font-size:12px;padding:2px 10px;border-radius:12px;white-space:nowrap}.acc-route-detail{font-size:12.5px;line-height:1.9;color:#7a7490;margin:0}.acc-route-time{flex:0 0 auto;text-align:right;font-family:var(--font-en);font-weight:800;font-size:26px;white-space:nowrap;padding-top:2px}.acc-disclaimer{font-size:12.5px;line-height:1.9;color:#a39bb5;margin:16px 0 0}.acc-routes-wrap .notice{margin-top:14px}.acc-spots-wrap{max-width:1080px;margin:0 auto;padding:56px 30px 90px}.acc-spots-head{position:relative;margin-bottom:30px}.acc-spots-ghost,.acc-spots-head .acc-spots-ghost{position:absolute;left:-8px;top:-44px;font-family:var(--font-en);font-weight:800;font-size:88px;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(139,111,196,.16);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.acc-hand-dark{position:relative;font-size:25px}.acc-spots-title{position:relative;font-family:var(--font-head);font-weight:900;font-size:34px;color:var(--ink)}.acc-spots-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.acc-spot-card{text-decoration:none;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 18px 40px -26px rgba(120,90,160,.4);display:block}.acc-spot-media{position:relative;height:150px;overflow:hidden}.acc-spot-img{position:absolute;inset:0;background-size:cover;background-position:50%}.acc-spot-img-ph{background:linear-gradient(135deg,#e3f1fb,#efe7fb)}.acc-spot-body{padding:18px 20px 22px}.acc-spot-name{font-family:var(--font-head);font-weight:900;font-size:17px;color:var(--ink)}.acc-spot-name-ja{display:block;font-size:11.5px;color:#a79fbc;margin-top:3px}.acc-spot-note{font-size:12.5px;color:#7a7490;margin-top:8px;line-height:1.85}.acc-src-bar{margin-top:34px;background:#fbf7ff;border-radius:20px;border:1px solid rgba(139,111,196,.14);padding:18px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.acc-src-title{font-family:var(--font-head);font-weight:700;font-size:12.5px;color:#7a6f96;margin:0 0 8px}.acc-src-links{display:flex;flex-wrap:wrap;gap:18px}.acc-src-link{font-size:12px;color:var(--purple);text-decoration:none}.acc-map-btn{text-decoration:none;display:inline-flex;align-items:center;gap:9px;background:var(--btn-dark);color:#fff;font-family:var(--font-head);font-weight:700;font-size:13.5px;padding:12px 24px;border-radius:28px;box-shadow:0 12px 26px -12px rgba(51,46,77,.6)}.acc-map-wrap{max-width:1080px;margin:0 auto;padding:0 30px 80px}@media (max-width:1024px){.acc-spots-grid{grid-template-columns:1fr}}@media (max-width:760px){.acc-hero{padding:130px 20px 40px}.acc-hero-ghost{font-size:84px;top:110px}.acc-route-row{flex-wrap:wrap;padding:18px 20px}.acc-route-time{width:100%;text-align:left}.acc-spots-title{font-size:26px}}.amb-page{position:relative;overflow-x:clip;margin-top:-96px}@media (max-width:760px){.amb-page{margin-top:-84px}}.amb-hero{position:relative;overflow:hidden;background:linear-gradient(165deg,#fdeef6,#f1ecfa 60%,#fffdf9);padding:170px 30px 60px}.amb-hero-ghost{position:absolute;left:50%;top:96px;transform:translateX(-50%);font-family:var(--font-en);font-weight:800;font-size:130px;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(240,97,156,.16);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.amb-hero-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;grid-gap:50px;gap:50px;align-items:center}.amb-hero-inner,.amb-hero-photo-wrap{position:relative}.amb-hero-photo{width:230px;height:230px;border-radius:50%;background:linear-gradient(135deg,#f0619c,#8b6fc4);display:grid;place-items:center;filter:drop-shadow(0 24px 44px rgba(140,90,170,.35));border:6px solid #fff}.amb-hero-initial{font-family:var(--font-en);font-weight:800;font-size:64px;color:#fff;letter-spacing:.02em}.amb-hero-spin{position:absolute;right:-26px;bottom:-18px;width:110px;height:110px;pointer-events:none;animation:spinSlow 16s linear infinite}@keyframes spinSlow{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.amb-hero-spin{animation:none}}.amb-hero-spin-text{font-family:var(--font-en);font-size:21px;font-weight:700;letter-spacing:.24em;fill:#e0739f}.amb-hero-text{min-width:0}.amb-bc{margin-bottom:18px}.amb-bc a,.amb-bc-here{color:#9a93ad}.amb-bc-here{color:#5a5470}.amb-role-sticker{display:inline-block;background:linear-gradient(135deg,#f0619c,#8b6fc4);color:#fff;font-weight:700;font-size:12.5px;padding:7px 18px;border-radius:20px;box-shadow:0 10px 22px -10px rgba(200,80,150,.6);transform:rotate(-2deg);margin-bottom:16px}.amb-h1,.amb-role-sticker{font-family:var(--font-head)}.amb-h1{font-weight:900;font-size:50px;color:var(--ink);line-height:1.25}.amb-hero-hand{font-family:var(--font-hand);font-weight:700;font-size:24px;color:#b08fd0;margin-top:6px}.amb-realname{font-size:13px;color:#8a849c;margin-top:10px}.amb-unofficial{position:relative;max-width:1080px;margin:40px auto 0;background:#efe7fb;border:1.5px solid rgba(139,111,196,.45);border-radius:18px;padding:14px 22px}.amb-unofficial p{font-size:12.5px;line-height:1.9;color:#6a4f8a;font-weight:500;margin:0}.amb-section{position:relative;max-width:1080px;margin:0 auto;padding:60px 30px 20px}.amb-sec-head{position:relative;margin-bottom:24px}.amb-ghost{position:absolute;left:-8px;top:-44px;font-family:var(--font-en);font-weight:800;font-size:88px;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(139,111,196,.16);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.amb-ghost-pink{-webkit-text-stroke:1.5px rgba(240,97,156,.16)}.amb-hand{position:relative;font-size:25px}.amb-hand-pink{color:var(--pink)}.amb-sec-title{position:relative;font-family:var(--font-head);font-weight:900;font-size:34px;color:var(--ink)}.amb-profile{display:flex;flex-direction:column;gap:14px;max-width:820px}.amb-para{font-size:15px;line-height:2.15;color:#5a5470;margin:0}.amb-msg-card{position:relative;background:linear-gradient(135deg,#fdf1f7,#f3edfb);border-radius:32px;padding:46px 50px;border:1.5px dashed rgba(139,111,196,.35)}.amb-msg-tag{position:absolute;left:34px;top:-18px;background:#fff;font-family:var(--font-hand);font-weight:700;font-size:20px;color:#e0739f;padding:7px 20px;border-radius:24px;box-shadow:0 10px 22px -12px rgba(200,80,140,.5);transform:rotate(-2deg)}.amb-msg-title{font-family:var(--font-head);font-weight:900;font-size:28px;color:var(--ink);margin-bottom:20px}.amb-msg-body{display:flex;flex-direction:column;gap:16px}.amb-msg-body p{font-size:15px;line-height:2.2;color:#5a4a72;margin:0}.amb-picks-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.amb-pick-card{text-decoration:none;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 18px 40px -26px rgba(120,90,160,.4);display:block}.amb-pick-media{position:relative;height:160px;overflow:hidden}.amb-pick-img{position:absolute;inset:0;background-size:cover;background-position:50%}.amb-pick-img-ph{background:linear-gradient(135deg,#fde8f0,#efe7fb)}.amb-pick-body{padding:18px 20px 22px}.amb-pick-name{font-family:var(--font-head);font-weight:900;font-size:17px;color:var(--ink)}.amb-pick-name-ja{display:block;font-size:11.5px;color:#a79fbc;margin-top:3px}.amb-pick-note{font-size:12.5px;color:#7a7490;margin-top:8px;line-height:1.9}.amb-sns{margin-top:40px;background:#fbf7ff;border-radius:24px;border:1px solid rgba(139,111,196,.14);padding:28px 32px}.amb-sns-title{font-family:var(--font-head);font-weight:900;font-size:20px;color:var(--ink)}.amb-sns-lead{font-size:13.5px;line-height:1.95;color:#6a6480;margin-top:10px}.amb-sns-list{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:12px}.amb-sns-link{text-decoration:none;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid rgba(139,111,196,.3);color:#6a5a8c;font-family:var(--font-head);font-weight:700;font-size:13px;padding:10px 20px;border-radius:24px}.amb-sns-handle{font-weight:500;font-size:12px;color:#9a8fb5}.amb-sns-empty{margin-top:14px;font-size:12.5px;color:#a39bb5}.amb-sns-noform{margin-top:14px;font-size:12px;color:#a39bb5}@media (max-width:1024px){.amb-hero-inner{grid-template-columns:1fr;gap:28px;justify-items:center;text-align:center}.amb-bc{justify-content:center}.amb-picks-grid{grid-template-columns:1fr}}@media (max-width:760px){.amb-hero{padding:130px 20px 44px}.amb-hero-ghost{font-size:70px;top:110px}.amb-h1{font-size:34px}.amb-sec-title{font-size:26px}.amb-msg-card{padding:36px 26px}}