*{box-sizing:border-box}:root{--bg:#ffffff;--text:#111111;--muted:#666666;--line:#e5e5e5}body{margin:0;background:var(--bg);color:var(--text);font-family:"Noto Serif JP",YuMincho,Hiragino Mincho ProN,serif;line-height:1.9;letter-spacing:.02em}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{text-decoration:underline;text-underline-offset:3px}h1,h2,h3{font-family:"Noto Serif JP",YuMincho,Hiragino Mincho ProN,serif;font-weight:500;letter-spacing:.03em;margin:0;line-height:1.45}h1{font-size:clamp(2rem,4.4vw,2.5rem)}h2{font-size:clamp(1.5rem,3.3vw,1.75rem)}h3{font-size:clamp(1.125rem,2.4vw,1.25rem)}p{margin:0}main{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 5rem}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.site-header{z-index:50}.site-header.is-home.is-hero{position:absolute;inset:0 0 auto 0;background:transparent;border-bottom:none}.site-header.is-solid{position:fixed;top:0;left:0;right:0;border-bottom:1px solid rgba(229,229,229,.72);background:rgba(255,255,255,.84);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header.is-home.is-solid{animation:headerFadeDown .28s ease}.site-header.is-solid:not(.is-home)+main{padding-top:calc(3rem + 58px)}.site-header-inner{max-width:1200px;margin:0 auto;padding:.85rem 1.5rem;display:flex;gap:1.2rem;align-items:center;justify-content:space-between}.site-nav{display:flex;gap:1.15rem;font-size:.84rem;letter-spacing:.12em;text-transform:uppercase;color:#444}.site-nav-link{position:relative;padding-bottom:.25rem}.site-nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-.1rem;height:3px;border-radius:999px;background:currentColor;opacity:0;transition:opacity .16s ease}.site-nav-link:focus-visible,.site-nav-link:hover{text-decoration:none}.site-nav-link.is-active:after,.site-nav-link:focus-visible:after,.site-nav-link:hover:after{opacity:.42}.site-nav-desktop{display:flex}.mobile-nav-sheet{display:none}.site-header.is-home.is-hero .site-logo,.site-header.is-home.is-hero .site-nav{color:#fff}.site-header.is-home.is-hero .site-logo-sub{color:rgba(255,255,255,.8)}.hamburger{display:none;border:none;background:transparent;padding:.25rem;width:40px;height:34px;position:relative}.hamburger span{display:block;height:1px;width:22px;background:#222;margin:5px auto;transition:transform .2s ease,opacity .2s ease}.site-header.is-home.is-hero .hamburger span{background:#fff}.hamburger.is-open span:first-child{transform:translateY(6px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-logo{display:inline-grid;line-height:1;gap:.25rem;font-family:"Noto Serif JP",YuMincho,Hiragino Mincho ProN,serif;letter-spacing:.08em}.site-logo:hover{text-decoration:none}.site-logo-mark{font-size:1.2rem}.site-logo-sub{font-family:"Noto Serif JP",YuMincho,Hiragino Mincho ProN,serif;font-size:.5rem;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}.site-nav-right{margin-left:auto}.about-mobile-panel-title,.mobile-header-panel-title,.mobile-nav-backdrop{display:none}.site-footer{border-top:1px solid var(--line);margin-top:4rem;background:var(--bg)}.site-footer-inner{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 2.25rem;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-gap:2rem;gap:2rem}.site-footer-nav{font-size:.95rem}.site-footer-meta,.site-footer-nav{display:flex;gap:1rem;justify-content:flex-end}.site-footer-meta{align-items:center}.site-footer-brand{display:grid;grid-gap:.45rem;gap:.45rem;align-content:start}.site-footer-brand .site-logo{gap:.8rem;padding-block:.25rem .55rem}.site-footer-brand .site-logo-mark,.site-footer-brand .site-logo-sub{justify-self:start}.site-footer-brand .muted{font-size:.82rem;line-height:1.7;max-width:44ch;text-align:left;justify-self:start}.site-footer-right{display:grid;grid-gap:.9rem;gap:.9rem;align-content:end;justify-items:end}.admin-stealth-link{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#a8a8a8}.admin-stealth-link:hover{color:#8b8b8b;text-decoration:none}.card{background:var(--bg);border:1px solid var(--line);border-radius:4px;padding:1.25rem;box-shadow:none}.card-clickable{position:relative}.card-clickable>:not(.card-hitarea){position:relative;z-index:2}.card-hitarea{position:absolute;inset:0;z-index:1;border-radius:inherit;text-decoration:none}@media (min-width:960px){.home-about-section{border:0;border-radius:0;margin-top:0;min-height:calc(100svh - 58px);padding-block:0;display:grid;align-content:center;grid-gap:0;gap:0}.home-about-section>*{max-width:760px}.home-about-title{margin-top:.55rem}.home-about-copy{line-height:1.85}.home-about-copy,.home-about-link{margin-top:.95rem}.home-about-link .about-cta-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:.6rem 1.5rem;font-size:.86rem;letter-spacing:.04em;text-decoration:none;background:#fff}.home-about-link .about-cta-btn:hover{text-decoration:none;opacity:.85}}.card-image-wrap{display:block;margin:-1.25rem -1.25rem .9rem;border-bottom:1px solid var(--line)}.card-image{width:100%;height:220px;object-fit:cover;display:block}.card-date{margin-top:.35rem;margin-left:auto;text-align:right;font-size:.76rem;line-height:1.2}.card-title-link,.card-title-link:hover{text-decoration:none}.muted{color:var(--muted)}.section{margin-top:5rem}.section:first-child{margin-top:0}.section-heading{margin-bottom:1.25rem}.mobile-only{display:none}.desktop-only{display:block}.hero-title{max-width:18em}.full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero-carousel{position:relative;min-height:76vh;max-height:880px;height:76vh;overflow:hidden;margin-top:-3rem}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}.hero-slide.is-active{opacity:1}.hero-slide-image{object-fit:cover;filter:brightness(.55)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.2))}.hero-content{position:absolute;z-index:2;left:max(24px,calc((100vw - 1200px) / 2 + 24px));right:24px;bottom:12vh;color:#fff;max-width:760px}.hero-kicker{display:inline-flex;align-items:center;gap:.55rem;font-size:.78rem;letter-spacing:.16em;opacity:.9}.hero-kicker-index{font-size:.72rem;letter-spacing:.08em;padding:.08rem .38rem;border:1px solid rgba(255,255,255,.52);border-radius:999px}.hero-headline{margin-top:.7rem;font-size:clamp(2rem,4.8vw,3.25rem);line-height:1.25;color:#fff}.hero-headline a,.hero-headline a:hover{color:#fff;text-decoration:none}.hero-hotel{margin-top:.8rem;font-size:1.05rem;opacity:.95}.hero-summary{margin-top:.8rem;color:rgba(255,255,255,.92);max-width:58ch}.hero-subline{margin-top:.45rem;font-size:.78rem;letter-spacing:.12em;text-transform:lowercase;color:rgba(255,255,255,.86)}.hero-dots{position:absolute;z-index:3;left:max(24px,calc((100vw - 1200px) / 2 + 24px));bottom:3.2rem;display:flex;gap:.5rem}.hero-dot{width:28px;height:3px;border-radius:999px;border:none;background:rgba(255,255,255,.35);padding:0}.hero-dot.is-active{background:#fff}.hero-visual-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:1rem;gap:1rem}.hero-main,.hero-sub{padding:1rem}.hero-image{width:100%;height:auto;display:block;border:1px solid var(--line)}.post-list{display:grid;grid-gap:1rem;gap:1rem}.post-list-desktop{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.post-list-desktop>.card{display:flex;flex-direction:column;height:100%;border-radius:10px}.post-list-desktop>.card h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-list-desktop>.card>p:not(.muted){display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-list-desktop>.card>.muted:last-child{margin-top:auto!important}.posts-list-toolbar{margin-top:.9rem;position:relative;z-index:60}.posts-filter-shell{border:1px solid #e6e6e6;border-radius:14px;background:linear-gradient(180deg,#ffffff,#fbfbfb);box-shadow:0 4px 18px rgba(0,0,0,.04);padding:.65rem;position:relative;z-index:61}.posts-searchbar{display:grid;grid-template-columns:minmax(420px,1fr) 180px;grid-gap:.5rem;gap:.5rem;align-items:center}.posts-searchbar textarea,.posts-sort-select{min-height:44px;border-radius:10px}.posts-searchbar textarea{border-color:#d9d9d9;background:#fff;padding-inline:.9rem;resize:none;line-height:1.35;overflow:hidden}.posts-searchbar textarea:focus,.posts-sort-select:focus{outline:none;border-color:#bdbdbd;box-shadow:0 0 0 3px rgba(25,25,25,.08)}.cbx-root{width:100%}.cbx-input-wrap,.cbx-root{position:relative}.cbx-input{width:100%;min-height:44px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;padding:.5rem 2rem .5rem .9rem}.cbx-input:focus{outline:none;border-color:#bdbdbd;box-shadow:0 0 0 3px rgba(25,25,25,.08)}.cbx-chevron{position:absolute;right:.7rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#666;pointer-events:none}.cbx-content{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:9999;border:1px solid #dfdfdf;border-radius:12px;background:#fff;box-shadow:0 14px 26px rgba(0,0,0,.08);padding:.35rem}.cbx-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.2rem;gap:.2rem}.cbx-item{border-radius:8px;padding:.55rem .65rem;font-size:.9rem;line-height:1.35;cursor:pointer}.cbx-item:hover{background:#f3f3f3}.cbx-empty{margin:0;padding:.6rem .65rem;color:#7a7a7a;font-size:.86rem}.posts-article-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.posts-article-grid>.card{height:100%;border-radius:10px;scroll-snap-align:start}.pickup-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.pickup-grid-desktop{align-items:stretch}.pickup-grid-desktop>.card{height:100%;display:flex;flex-direction:column}.pickup-grid-desktop>.card h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pickup-grid-desktop>.card>p:not(.muted){display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pickup-grid-desktop>.card>.muted:last-child{margin-top:auto!important}@media (min-width:960px){.pickup-grid-desktop>.card,.post-list-desktop>.card,.posts-article-grid>.card{transition:transform .2s ease,box-shadow .2s ease;transform-origin:center center}.pickup-grid-desktop>.card:hover,.post-list-desktop>.card:hover,.posts-article-grid>.card:hover{transform:scale(1.02);box-shadow:0 14px 28px rgba(0,0,0,.1)}}.series-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.series-grid-desktop{grid-template-columns:minmax(0,1fr);max-width:980px;margin-inline:auto}.series-grid-desktop .series-card{display:grid;grid-template-columns:minmax(260px,34%) minmax(0,1fr);grid-gap:0;gap:0;border:1px solid var(--line);border-radius:10px;background:#fff}.series-grid-desktop .series-card .card-image{height:100%;min-height:220px;margin:0;border-bottom:none;border-right:1px solid var(--line)}.series-grid-desktop .series-card p{align-self:end;padding-top:1.25rem}.series-grid-desktop .series-card h3{align-self:start;font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.5;padding-bottom:1.25rem}.series-card{padding:0;overflow:hidden;border:none;background:#fbfbfb}.series-card .card-image{margin:0;border:none;border-bottom:1px solid var(--line)}.series-card h3,.series-card p{padding-left:1rem;padding-right:1rem}.series-card p{padding-top:.8rem}.series-card h3{padding-top:.25rem;padding-bottom:1rem}.creators-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.creators-card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.creators-card-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.85rem;gap:.85rem;padding:.95rem;text-decoration:none}.creators-card-link:hover{text-decoration:none;background:#fcfcfc}.creators-avatar{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f4f4f4,#e8e8e8);border:1px solid #e1e1e1;font-size:.96rem;letter-spacing:.03em}.creators-copy h3{margin:0;font-size:1rem;line-height:1.4}.creators-copy p{margin-top:.3rem;font-size:.8rem;line-height:1.55}.creators-arrow{color:#949494;font-size:1.05rem}.spots-shell{width:100%}.spots-header-wrap{max-width:800px}.spots-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.spots-card{display:flex;flex-direction:column;height:100%;border-radius:12px;overflow:hidden}.spots-card-link{display:block}.spots-card-link,.spots-card-link:hover{text-decoration:none}.spots-image-wrap{margin-bottom:.9rem}.spots-image{height:240px;object-fit:cover}.spots-card h3{margin:.1rem 0 0;font-size:1.06rem}.spots-summary{margin-top:.55rem;font-size:.9rem;line-height:1.75}.spots-card.js-fade{transform:translateY(16px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.spots-card.js-fade.is-visible{opacity:1;transform:translateY(0)}.spots-grid.is-refreshing .spots-card-refresh{animation:spotsCardRefreshIn .5s cubic-bezier(.22,1,.36,1) both}@keyframes spotsCardRefreshIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.spots-grid .spots-card:nth-child(3n+2).js-fade{transition-delay:.1s}.spots-grid .spots-card:nth-child(3n+3).js-fade{transition-delay:.2s}.spots-filter-wrap{display:grid;grid-gap:.7rem;gap:.7rem;margin-top:.9rem}.spots-filter-wrap .search-bar input[name=q]{flex:1 1 520px;min-width:280px}.spots-filter-wrap .search-bar button{min-width:92px;padding-inline:1rem}.spots-category-tabs{display:flex;gap:.45rem;flex-wrap:wrap}.spots-category-tab{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:.28rem .7rem;font-size:.78rem;text-decoration:none;background:#fff}.spots-category-tab.is-active{background:#f5f5f5;border-color:#d9d9d9}.spots-load-more-wrap{display:flex;justify-content:center;margin-top:2.5rem}.spots-load-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 3rem;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:.9rem;cursor:pointer;transition:background .15s,border-color .15s}.spots-load-more-btn:hover:not(:disabled){background:#f5f5f5;border-color:#d9d9d9}.spots-load-more-btn:disabled{opacity:.55;cursor:default}.posts-back-wrap{margin-top:1.2rem;display:flex;justify-content:center}.posts-back-btn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:.65rem 1.8rem;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:.9rem;text-decoration:none;transition:background .15s,border-color .15s}.posts-back-btn:hover{text-decoration:none;background:#f5f5f5;border-color:#d9d9d9}.section-no-fade.js-fade,.section-no-fade.js-fade.is-visible{opacity:1;transform:none;transition:none}.ranking-list{margin:0;padding:0;list-style:none;counter-reset:ranking}.ranking-panel{margin:0;padding:0;display:grid;grid-gap:.7rem;gap:.7rem}.ranking-item{counter-increment:ranking;display:flex;align-items:stretch;gap:1rem;padding:.7rem;border:none;background:#fbfbfb;border-radius:8px}.ranking-item:first-child{border-top:none}.ranking-item:before{content:counter(ranking,decimal-leading-zero);font-family:"Noto Serif JP",YuMincho,Hiragino Mincho ProN,serif;color:#9a9a9a;min-width:2.2ch;font-size:1.15rem;align-self:center}.ranking-thumb{width:144px;height:96px;object-fit:cover;border:none;border-radius:6px;flex:0 0 auto}.ranking-copy{display:grid;align-content:center;grid-gap:.25rem;gap:.25rem}.ranking-hotel{color:var(--muted);font-size:.78rem;letter-spacing:.04em}.ranking-title{font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.42}.ranking-title a{text-decoration:none}.ranking-title a:hover{text-decoration:underline;text-underline-offset:4px}.article-shell{max-width:800px;margin:0 auto}.article-shell.card{border:0;box-shadow:none}.article-series-note{margin-top:.55rem;font-size:.82rem}.breadcrumb{margin-bottom:1.5rem}.breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:0;list-style:none;margin:0;padding:0;font-size:.8rem;color:var(--muted)}.breadcrumb-item+.breadcrumb-item:before{content:"›";margin:0 .45rem;color:var(--muted)}.breadcrumb-item a{color:var(--muted);text-decoration:none}.breadcrumb-item a:hover{text-decoration:underline;text-underline-offset:3px}.breadcrumb-current{color:var(--text);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:16em}.spot-back-btn{display:inline-flex;align-items:center;padding:.65rem 1.6rem;border:1px solid var(--line);border-radius:999px;font-size:.9rem;background:#fff;color:var(--text);text-decoration:none;transition:background .15s,border-color .15s}.spot-back-btn:hover{background:#f5f5f5;border-color:#d9d9d9;text-decoration:none}.article-image{width:100%;height:auto;display:block;border:1px solid var(--line)}.article-hero-media-wrap{position:relative}.article-date-badge{position:absolute;right:.6rem;bottom:.6rem;z-index:2;display:inline-flex;align-items:center;border-radius:999px;padding:.22rem .58rem;font-size:.74rem;line-height:1.2;color:#fff;background:rgba(20,20,20,.62);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.article-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.75rem;font-size:.9rem;color:var(--muted)}.article-date-outside{margin:.42rem 0 0;text-align:right;font-size:.85rem;color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-chip{border:1px solid var(--line);border-radius:4px}.pr-label,.tag-chip{padding:.2rem .45rem;font-size:.8rem}.pr-label{display:inline-block;border:1px solid var(--line);background:#f7f7f7;margin-bottom:.75rem}.post-body{display:grid;grid-gap:.4rem;gap:.4rem;line-height:1.66}.post-body p{margin:0;white-space:pre-wrap}.post-body h2{margin-top:1.1rem;font-size:clamp(1.35rem,2.6vw,1.55rem);font-weight:700}.post-body h3{margin-top:.9rem;font-size:clamp(1.05rem,2vw,1.2rem);font-weight:700}.post-body-image-wrap{display:grid;grid-gap:.45rem;gap:.45rem;width:100%;margin:0}.post-body-image-fade{opacity:0;transform:translateY(16px);transition:opacity .56s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.post-body-image-fade.is-visible{opacity:1;transform:translateY(0)}.post-body-image{width:100%;height:auto;border:1px solid var(--line);border-radius:10px}.post-body-quote{margin:.3rem 0;padding-left:.9rem;border-left:3px solid #d6d6d6;color:#5f5f5f}.post-body-bullets{margin:.2rem 0;padding-left:1.35rem;display:grid;grid-gap:.25rem;gap:.25rem}.post-body-divider{border:0;border-top:1px solid #e5e5e5;margin:2.4rem 0}.post-link-card{display:grid;grid-template-columns:minmax(0,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;text-decoration:none;background:#fff;margin:.65rem 0 .85rem}.post-link-card:hover{text-decoration:none;background:#fcfcfc}.post-link-card-copy{padding:.82rem .95rem;display:grid;grid-gap:.32rem;gap:.32rem}.post-link-card-title{font-size:.95rem;font-weight:700;line-height:1.45;color:#1e1e1e}.post-link-card-desc,.post-link-card-title{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-link-card-desc{font-size:.82rem;color:#555;line-height:1.55}.post-link-card-domain{margin:0;font-size:.75rem;color:#777}.post-link-card-media{border-top:1px solid #efefef;background:#f8f8f8}.post-link-card-media img{width:100%;height:148px;object-fit:cover;display:block}@media (min-width:760px){.post-link-card{grid-template-columns:minmax(0,1fr) 34%;min-height:154px}.post-link-card-media{border-top:0;border-left:1px solid #efefef}.post-link-card-media img{height:100%;min-height:154px}}.post-youtube-embed{border:1px solid #e6e6e6;border-radius:10px;overflow:hidden;background:#000}.post-youtube-embed iframe{width:100%;aspect-ratio:16/9;display:block;border:0}.search-bar{display:flex;gap:.5rem}button,input,textarea{font:inherit;border:1px solid var(--line);border-radius:4px;padding:.5rem .7rem;background:var(--bg)}button{cursor:pointer}.ui-textarea,input,textarea{border:1px solid #d9d9d9;background:linear-gradient(180deg,#ffffff,#fafafa);border-radius:12px;min-height:48px;padding:.65rem .9rem;transition:border-color .16s ease,box-shadow .16s ease}.ui-textarea:focus,input:focus,textarea:focus{outline:none;border-color:#bdbdbd;box-shadow:0 0 0 3px rgba(25,25,25,.08)}.ui-textarea,textarea{width:100%;resize:vertical}.google-auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:44px;padding:.55rem 1rem;border:1px solid #dadce0;border-radius:999px;background:#fff;color:#1f1f1f;font-family:"Noto Serif JP",YuMincho,Hiragino Mincho ProN,serif;font-size:.95rem;font-weight:500}.google-auth-btn:hover{background:#f8f9fa;text-decoration:none}.google-auth-btn-icon{display:inline-flex;align-items:center;justify-content:center}body.admin-shell-enabled main{max-width:none;margin:0;padding:0}.admin-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.admin-sidebar{border-right:1px solid var(--line);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.2rem;position:-webkit-sticky;position:sticky;top:0;height:100vh}.admin-sidebar-brand{width:-moz-fit-content;width:fit-content;color:var(--text)}.admin-sidebar-brand .site-logo-mark{font-size:1.2rem}.admin-sidebar-nav{display:grid;grid-gap:.25rem;gap:.25rem}.admin-nav-link{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .65rem;border-radius:8px;font-size:.92rem}.admin-nav-icon{opacity:.78}.admin-nav-link.is-active{background:#f4f4f4}.admin-nav-link.is-active .admin-nav-icon{opacity:1}.admin-sidebar-meta{margin-top:auto;display:grid;grid-gap:.7rem;gap:.7rem;padding-bottom:.25rem;justify-items:center;text-align:center}.admin-user-row{display:flex;align-items:center;justify-content:center;gap:.6rem}.admin-user-avatar{width:28px;height:28px;border-radius:999px;object-fit:cover;flex-shrink:0;border:1px solid #ececec}.admin-user-email{font-size:.8rem;word-break:break-all}.admin-signout-btn{justify-self:center;border-radius:999px;padding:.22rem .95rem;min-height:0;height:auto;width:100%;max-width:168px;font-size:.82rem}.admin-action-btn,.admin-signout-btn{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);line-height:1.2}.admin-action-btn{border-radius:999px;padding:.4rem .9rem;font-size:.85rem;text-decoration:none}.admin-action-btn:hover{text-decoration:none;opacity:.82}.admin-link-quiet{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;color:#8a8a8a;text-decoration:none}.admin-link-quiet:hover{background:#f3f3f3;color:#5f5f5f;text-decoration:none}.admin-table-toolbar{display:flex;justify-content:flex-end;margin-top:.1rem}.admin-sort-btn{padding-inline:.8rem;font-size:.8rem}.admin-table-wrap{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.admin-table-wrap-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table-posts{min-width:860px}.admin-table-posts td:first-child,.admin-table-posts th:first-child{width:88px}.admin-table-posts td:nth-child(2),.admin-table-posts th:nth-child(2){min-width:360px}.admin-table-posts td:nth-child(3),.admin-table-posts th:nth-child(3){width:120px}.admin-table-posts td:nth-child(4),.admin-table-posts th:nth-child(4){width:170px}.admin-table-posts td:nth-child(5),.admin-table-posts th:nth-child(5){width:110px}.admin-table td,.admin-table th{text-align:left;padding:.72rem .85rem;border-bottom:1px solid #f1f1f1}.admin-table th{font-size:.8rem;letter-spacing:.05em;color:#666;background:#fafafa;text-transform:uppercase}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr.is-clickable:hover td{background:#fafafa}.admin-table-row-link{display:block;margin:-.72rem -.85rem;padding:.72rem .85rem;cursor:pointer;text-decoration:none}.admin-table-row-link:hover{text-decoration:none}.admin-table-posts td:nth-child(2) .admin-table-row-link{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-post-thumb{display:inline-block;width:68px;height:42px;border-radius:6px;object-fit:cover;border:1px solid #ececec;background:#f5f5f5}.admin-post-thumb--empty{display:inline-grid;place-items:center;color:#8a8a8a;font-size:.8rem}.admin-table-empty{text-align:center!important;color:var(--muted);padding:1rem .75rem!important}.admin-posts-note-list{display:none}.admin-posts-note-head{margin-top:.35rem;margin-bottom:.45rem;font-size:.92rem;color:#444}.admin-posts-note-head p{margin:0}.admin-posts-note-items{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.admin-posts-note-item+.admin-posts-note-item{border-top:1px solid #f0f0f0}.admin-posts-note-link{display:flex;align-items:center;gap:.8rem;padding:.78rem .82rem;text-decoration:none}.admin-posts-note-link:hover{text-decoration:none;background:#fafafa}.admin-posts-note-main{min-width:0;flex:1 1 auto}.admin-posts-note-main h3{margin:0;font-size:1rem;line-height:1.45}.admin-posts-note-meta{margin:.4rem 0 0;display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:#666}.admin-posts-note-submeta{margin:.24rem 0 0;display:inline-flex;align-items:center;gap:.7rem;font-size:.78rem;color:#7a7a7a}.admin-posts-status-dot{width:8px;height:8px;border-radius:999px;background:#9b9b9b}.admin-posts-status-dot.is-published{background:#29a56a}.admin-posts-status-dot.is-scheduled{background:#2f7de1}.admin-posts-status-dot.is-review{background:#d08a23}.admin-posts-status-dot.is-draft{background:#8a8a8a}.admin-posts-note-thumb-wrap{flex:0 0 auto}.admin-posts-note-thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;border:1px solid #ececec;display:block;background:#f6f6f6}.admin-posts-note-thumb-empty{display:grid;place-items:center;color:#9a9a9a;font-size:.86rem}@media (max-width:1024px){.admin-posts-desktop-table{display:none}.admin-posts-note-list{display:block}}.admin-post-preview-head{display:flex;justify-content:space-between;gap:.75rem;align-items:center;flex-wrap:wrap}.admin-post-preview-head h1{display:inline-flex;align-items:center;margin:0;line-height:1.2}.admin-head-back{display:inline-flex;align-items:center;justify-content:center;margin-right:.35rem;color:#949494;text-decoration:none;font-size:1.45rem;font-weight:900;letter-spacing:-.04em;line-height:1;transition:color .18s ease,transform .18s ease}.admin-head-back:hover{color:#727272;text-decoration:none}@media (min-width:960px){.admin-head-back:hover{transform:scale(1.08)}}.admin-post-preview-actions{display:inline-flex;gap:.5rem}.admin-post-preview-body{line-height:1.9}.admin-editor-form,.admin-post-preview-body{padding:1rem;display:grid;grid-gap:.85rem;gap:.85rem}.admin-editor-form{border:1px solid var(--line);border-radius:10px;background:#fff;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.admin-editor-form>*{min-width:0}.admin-post-header-image-field{margin-bottom:.2rem}.admin-post-header-image-trigger{width:100%;border:1px dashed #d9d9d9;border-radius:14px;background:#fafafa;padding:0;overflow:hidden}.admin-post-header-image-placeholder{min-height:220px;display:grid;place-items:center;grid-gap:.6rem;gap:.6rem;padding:1rem}.admin-post-header-image-plus{width:42px;height:42px;border-radius:999px;border:1px solid #d6d6d6;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;color:#666;line-height:1}.admin-post-header-image-preview{width:100%;max-height:360px;object-fit:cover;display:block}.admin-editor-form label{display:grid;grid-gap:.4rem;gap:.4rem;font-size:.84rem;color:#555}.admin-editor-form input,.admin-editor-form select,.admin-editor-form textarea{border:1px solid var(--line);border-radius:8px;padding:.55rem .65rem;font:inherit;background:#fff;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.admin-header-upload-card{display:grid;grid-gap:.45rem;gap:.45rem}.admin-header-upload-label{margin:0;font-size:.82rem;color:#555}.admin-header-upload-drop{position:relative;border:1px dashed #cfcfcf;border-radius:14px;background:linear-gradient(180deg,#fcfcfc,#f6f6f6);min-height:180px;padding:0;overflow:hidden;cursor:pointer}.admin-header-upload-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.admin-header-upload-copy{position:relative;z-index:1;min-height:180px;display:grid;place-content:center;justify-items:center;grid-gap:.35rem;gap:.35rem;padding:1rem;background:linear-gradient(180deg,rgba(250,250,250,.92),rgba(246,246,246,.9))}.admin-header-upload-copy.has-preview{background:linear-gradient(180deg,rgba(14,14,14,.16),rgba(14,14,14,.28))}.admin-header-upload-copy.has-preview .admin-header-upload-help,.admin-header-upload-copy.has-preview .admin-header-upload-icon,.admin-header-upload-copy.has-preview .admin-header-upload-title{color:#fff;border-color:rgba(255,255,255,.78)}.admin-header-upload-icon{width:42px;height:42px;border-radius:999px;border:1px solid #c7c7c7;display:inline-flex;align-items:center;justify-content:center;font-size:1.55rem;color:#767676;line-height:1}.admin-header-upload-title{font-size:.96rem;color:#444}.admin-header-upload-help{font-size:.78rem;color:#757575}.admin-header-upload-drop:hover{border-color:#bcbcbc;background:linear-gradient(180deg,#fafafa,#f1f1f1)}@media (min-width:960px){.admin-header-upload-copy,.admin-header-upload-drop{min-height:240px}}.admin-editor-toolbar{display:flex;justify-content:space-between;gap:.8rem;align-items:center;flex-wrap:wrap}.admin-editor-tabs{display:inline-flex;gap:.4rem}.admin-tab-btn{border:1px solid var(--line);border-radius:999px;background:#fff;padding:.28rem .75rem;font-size:.82rem}.admin-tab-btn.is-active{background:#f7f7f7}.admin-editor-draft-actions{display:inline-flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end;max-width:100%}.admin-delete-btn{border-color:#ebc9c9;color:#9a3f3f;background:#fff5f5}.admin-delete-btn:hover{background:#ffecec}.admin-inline-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.post-block-editor{width:100%;margin:0;border:0;background:#fff;padding:0;position:relative}.post-note-single-textarea{width:100%;min-height:460px;border:0;border-radius:0;background:#fff;padding:0;line-height:1.85;letter-spacing:.03em;color:#222;font-size:18px;resize:vertical}.post-note-single-textarea::placeholder{color:#999}.post-selection-menu{position:fixed;transform:translate(-8px,-100%);display:inline-flex;align-items:center;gap:.3rem;background:#222;border-radius:6px;padding:.3rem;z-index:200}.post-selection-menu-btn{border:0;border-radius:4px;background:transparent;color:#fff;padding:.24rem .5rem;font-size:.76rem}.post-selection-menu-btn:hover{background:rgba(255,255,255,.14)}.post-selection-menu-btn.is-active{background:rgba(255,255,255,.26)}.admin-advanced-settings{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.admin-advanced-settings>summary{list-style:none;cursor:pointer;padding:.75rem .9rem;font-size:.9rem;font-weight:600;border-bottom:1px solid transparent;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.admin-advanced-settings>summary::-webkit-details-marker{display:none}.admin-advanced-settings>summary:after{content:"▾";font-size:.86rem;color:#555;line-height:1;transition:transform .18s ease}.admin-advanced-settings[open]>summary{border-bottom-color:var(--line)}.admin-advanced-settings[open]>summary:after{transform:rotate(180deg)}.admin-advanced-settings-body{display:grid;grid-gap:.9rem;gap:.9rem;padding:.9rem}.post-block-image-preview{width:100%;max-height:260px;object-fit:cover;border:1px solid #e7e7e7;border-radius:8px}.post-editor-divider{border:0;border-top:1px solid #e7e7e7;margin:2.5rem 0}.post-note-title-input{font-size:32px;font-weight:700;line-height:1.35;border:1px solid var(--line)!important;border-radius:8px!important;padding:.55rem .65rem!important;background:#fff}.post-note-title-input::placeholder{color:#999}.admin-editor-preview{border:1px solid var(--line);border-radius:10px;background:#fff;padding:1.1rem 1rem;display:grid;grid-gap:.95rem;gap:.95rem}.admin-rich-toolbar{display:flex;flex-wrap:wrap;gap:.45rem}.admin-composer{border:1px solid #d6d6d6;border-radius:12px;background:#fff;overflow:hidden}.admin-composer-footer{border-top:1px solid #ededed;background:#fbfbfb;padding:.55rem .65rem;display:grid;grid-gap:.45rem;gap:.45rem}.admin-composer-btn{border:1px solid #d9d9d9;background:#fff;border-radius:7px;min-width:34px;height:30px;padding:0 .55rem;font-size:.78rem;color:#333}.admin-composer-btn:hover{background:#f1f1f1}.admin-shortcut-hint{font-size:.72rem}.admin-shortcut-row{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.ui-kbd-group{gap:.3rem;font-size:.74rem;color:#555}.ui-kbd,.ui-kbd-group{display:inline-flex;align-items:center}.ui-kbd{justify-content:center;min-width:1.7em;height:1.7em;padding:0 .38em;border:1px solid #d7d7d7;border-radius:6px;background:linear-gradient(180deg,#fff,#f4f4f4);box-shadow:inset 0 1px 0 #fff;font-size:.72rem;line-height:1}.admin-rich-editor-wrap{border:none;border-radius:0;background:#fff;width:100%;max-width:100%;min-width:0;overflow:hidden}.admin-rich-editor{min-height:320px;padding:.85rem .95rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.admin-rich-editor .ProseMirror,.admin-rich-editor-wrap .tiptap.ProseMirror,.admin-rich-editor.ProseMirror{min-height:340px;outline:none;line-height:1.9;width:100%;max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word;overflow-x:hidden;box-sizing:border-box}.admin-rich-editor .ProseMirror p,.admin-rich-editor-wrap .tiptap.ProseMirror p,.admin-rich-editor.ProseMirror p{margin:.45rem 0}.admin-rich-editor .ProseMirror h2,.admin-rich-editor-wrap .tiptap.ProseMirror h2,.admin-rich-editor.ProseMirror h2{font-size:1.35rem;margin:.7rem 0 .45rem}.admin-rich-editor .ProseMirror h3,.admin-rich-editor-wrap .tiptap.ProseMirror h3,.admin-rich-editor.ProseMirror h3{font-size:1.12rem;margin:.65rem 0 .4rem}.admin-rich-editor .ProseMirror img,.admin-rich-editor-wrap .tiptap.ProseMirror img,.admin-rich-editor.ProseMirror img{width:100%!important;max-width:100%!important;min-width:0;height:auto;border-radius:8px;margin:.8rem 0;display:block;object-fit:contain;box-sizing:border-box}.admin-rich-editor .admin-youtube-embed{margin:.8rem 0;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden;background:#000}.admin-rich-editor .admin-youtube-embed iframe{width:100%;aspect-ratio:16/9;display:block;border:0}.admin-rich-editor .admin-link-card{margin:.8rem 0;border:1px solid #e3e3e3;border-radius:12px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);background:#fff}.admin-rich-editor .admin-link-card-copy{padding:.72rem .85rem;display:grid;grid-gap:.3rem;gap:.3rem}.admin-rich-editor .admin-link-card-title{margin:0;font-size:.93rem;font-weight:650;line-height:1.45}.admin-rich-editor .admin-link-card-desc{margin:0;font-size:.8rem;color:#575757;line-height:1.55}.admin-rich-editor .admin-link-card-domain{margin:0;font-size:.75rem;color:#767676}.admin-rich-editor .admin-link-card-media{border-top:1px solid #ededed;background:#f8f8f8}.admin-rich-editor .admin-link-card-media img{width:100%;height:168px;object-fit:cover;border-radius:0;margin:0}.admin-rich-preview{display:grid;grid-gap:.75rem;gap:.75rem}.admin-submit-btn{justify-self:center;width:auto;min-width:132px;padding:.56rem 1.2rem;color:#fff;border:1px solid #6f6f6f;background:linear-gradient(180deg,#8f8f8f,#656565);box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}.admin-submit-btn:hover{opacity:1;filter:brightness(1.05)}.admin-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.28);z-index:120;display:grid;place-items:center;padding:1rem}.admin-modal-card{width:min(360px,88vw);background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:1.45rem 1.15rem;display:grid;grid-gap:1rem;gap:1rem;animation:adminModalCardIn .28s cubic-bezier(.22,1,.36,1)}.admin-publish-modal{justify-items:center;text-align:center;gap:.75rem}.admin-publish-spinner{width:44px;height:44px;border-radius:999px;border:3px solid #e3e3e3;border-top-color:#666;animation:adminPublishSpin .9s linear infinite}.admin-publish-successmark{width:52px;height:52px;border-radius:999px;border:2px solid #6f6f6f;display:grid;place-items:center;animation:adminPublishPop .24s ease-out both}.admin-publish-successmark span{width:11px;height:21px;border-right:3px solid #6f6f6f;border-bottom:3px solid #6f6f6f;transform:rotate(45deg) scale(.8);opacity:0;animation:adminPublishCheckIn .22s ease-out .12s forwards}.admin-modal-card h3{margin:0;font-size:1.02rem;text-align:center}.admin-modal-image{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:10px}.admin-modal-actions{display:grid;grid-gap:.55rem;gap:.55rem}.admin-modal-actions .admin-action-btn{width:100%;justify-content:center}.admin-modal-actions .admin-submit-btn{min-width:0;justify-self:stretch}.admin-header-image-modal{width:min(820px,94vw);padding:1.2rem}.admin-header-image-modal-preview{width:100%;max-height:460px;object-fit:contain;border:1px solid #ececec;border-radius:10px;background:#f8f8f8}@keyframes adminModalCardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes adminPublishSpin{to{transform:rotate(1turn)}}@keyframes adminPublishPop{0%{opacity:.2;transform:scale(.84)}to{opacity:1;transform:scale(1)}}@keyframes adminPublishCheckIn{to{opacity:1;transform:rotate(45deg) scale(1)}}.admin-content-wrap{min-width:0;min-height:100vh}.admin-page-content{padding:1.5rem}.admin-panel{display:grid;grid-gap:1rem;gap:1rem}.admin-panel h1{font-size:1.45rem}.admin-card-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-card{border:1px solid var(--line);border-radius:10px;padding:1rem;display:grid;grid-gap:.5rem;gap:.5rem}.admin-kpi-list{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem .8rem;gap:.55rem .8rem}.admin-kpi-list div{border:1px solid #efefef;border-radius:8px;padding:.55rem .6rem}.admin-kpi-list dt{margin:0;font-size:.75rem;color:#767676}.admin-kpi-list dd{margin:.15rem 0 0;font-size:1.2rem;font-weight:700;color:#222}.admin-card h2{font-size:1.05rem}.admin-text-link{text-decoration:underline;text-underline-offset:3px}.admin-mobile-backdrop,.admin-mobile-header,.admin-mobile-sheet{display:none}.admin-mobile-title{margin:0;font-size:.95rem;letter-spacing:.06em}.admin-mobile-hamburger{border:none;background:transparent;width:40px;height:32px;padding:.25rem}.admin-mobile-hamburger span{display:block;width:22px;height:1px;margin:5px auto;background:#222}.content-domain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.content-domain-item{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--bg);box-shadow:0 2px 16px rgba(0,0,0,.05)}.content-domain-img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;flex-shrink:0}.content-domain-img{object-fit:cover}.content-domain-label{padding:1.1rem 1.25rem .35rem;font-size:clamp(1.125rem,2.4vw,1.25rem);font-weight:500;letter-spacing:.03em;margin:0}.content-domain-desc{padding:0 1.25rem 1.35rem;font-size:.88rem;color:var(--muted);line-height:1.7;margin:0;flex:1 1}@keyframes headerFadeDown{0%{opacity:0}to{opacity:1}}@keyframes articleLineRiseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.js-fade{opacity:0;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease;will-change:opacity,transform}.js-fade.is-visible{opacity:1;transform:translateY(0)}.card-fade-in{opacity:0;transform:translateY(28px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.card-fade-in.is-visible{opacity:1;transform:translateY(0)}.card-fade-in:nth-child(2){transition-delay:.08s}.card-fade-in:nth-child(3){transition-delay:.16s}.card-fade-in:nth-child(4){transition-delay:.24s}.card-fade-in:nth-child(5){transition-delay:.32s}@media (prefers-reduced-motion:reduce){.card-fade-in,.card-fade-in.is-visible,.js-fade,.js-fade.is-visible,.spots-card.js-fade,.spots-card.js-fade.is-visible,.spots-grid .spots-card:nth-child(3n+2).js-fade,.spots-grid .spots-card:nth-child(3n+3).js-fade{opacity:1;transform:none;transition:none;transition-delay:0s}.pickup-grid-desktop>.card,.post-list-desktop>.card,.posts-article-grid>.card{transition:none}.pickup-grid-desktop>.card:hover,.post-list-desktop>.card:hover,.posts-article-grid>.card:hover{transform:none;box-shadow:none}.post-body-image-fade{opacity:1;transform:none;animation:none}}@media (max-width:768px){:root{--home-mobile-header-offset:58px}body:not(.home-snap-enabled):not(.about-snap-enabled){scroll-snap-type:y proximity;scroll-padding-top:0}body:not(.home-snap-enabled):not(.about-snap-enabled) .site-footer{scroll-snap-align:start;scroll-snap-stop:always}body.home-snap-enabled,body.posts-snap-enabled:not(.home-snap-enabled):not(.about-snap-enabled),body.spots-snap-enabled{scroll-snap-type:y mandatory;scroll-padding-top:0}body.home-snap-enabled main{padding-top:0}body.home-snap-enabled .home-snap-root .snap-panel{min-height:100svh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;justify-content:flex-start;margin-top:0}body.home-snap-enabled .home-snap-root .hero-carousel.snap-panel{min-height:100svh;margin-top:0}body.home-snap-enabled .home-snap-root .snap-panel:not(.hero-carousel){padding-top:var(--home-mobile-header-offset)}.mobile-only{display:flex}.desktop-only{display:none}.mobile-panel{padding:.95rem 1rem 1rem}.mobile-panel-title{margin-bottom:.6rem;flex:0 0 auto;position:-webkit-sticky;position:sticky;top:var(--home-mobile-header-offset);z-index:3;background:var(--bg);text-align:left;padding-top:.15rem;padding-bottom:.35rem;border-bottom:1px solid #f3f3f3;opacity:.28;transition:opacity .24s ease}body.home-snap-enabled .mobile-panel-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-panel.is-active-panel .mobile-panel-title{opacity:1}.mobile-panel-body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:2px}.ranking-mobile-body{padding-top:.8rem}.about-panel-body{display:grid;align-content:center;justify-items:stretch;text-align:left;padding-inline:.4rem;grid-gap:0;gap:0}.about-cta-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:.6rem 1.5rem;font-size:.86rem;letter-spacing:.04em;text-decoration:none;background:#fff}.about-panel-body .about-cta-btn{justify-self:center}.about-cta-btn:hover{text-decoration:none;opacity:.85}.panel-body-snap{display:grid;grid-auto-rows:calc(100svh - var(--home-mobile-header-offset) - 1.25rem);grid-gap:.75rem;gap:.75rem;scroll-snap-type:y mandatory;block-size:calc(100svh - var(--home-mobile-header-offset) - 1.25rem);overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;scroll-padding-top:0;scroll-padding-bottom:0}.panel-body-snap::-webkit-scrollbar{display:none}.panel-body-snap>.card{min-height:calc(100svh - var(--home-mobile-header-offset) - 1.25rem);height:100%;scroll-snap-align:start;scroll-snap-stop:always;width:100%;margin:0;display:flex;flex-direction:column}.panel-body-snap>.card+.card{margin-top:0}.pickup-mobile-scroll{flex:1 1 auto;min-height:0;display:flex;flex-direction:row;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.75rem;scrollbar-width:none;overscroll-behavior-x:contain;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:.5rem;padding-bottom:.25rem}.pickup-mobile-scroll::-webkit-scrollbar{display:none}.pickup-mobile-scroll>.card{flex-grow:0;flex-basis:calc(100vw - 2.5rem);max-width:440px;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.pickup-mobile-scroll>.card .card-image{height:clamp(200px,42svh,360px)}.pickup-mobile-scroll>.card h3{font-size:clamp(1.1rem,4vw,1.3rem);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:.85rem}.pickup-mobile-scroll>.card>p:not(.muted){font-size:.9rem;line-height:1.8;color:var(--muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pickup-mobile-scroll>.card>.muted:last-child{margin-top:auto!important;font-size:.72rem;opacity:.6}main{padding:2rem 1rem 4rem}.site-header.is-solid:not(.is-home)+main{padding-top:calc(2rem + 54px)}.site-header.is-home.is-solid{animation:none}.hero-carousel{height:72vh;min-height:560px;margin-top:-2rem}.hero-content{left:16px;right:16px;bottom:16vh}.hero-hotel{font-size:.98rem}.hero-summary{font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-subline{font-size:.72rem;letter-spacing:.1em}.spots-filter-wrap .search-bar input[name=q]{min-width:0;flex:1 1 auto;min-height:40px;height:40px;padding:.42rem .68rem;font-size:.84rem}.spots-filter-wrap .search-bar button{min-width:76px;min-height:40px;height:40px;padding:.42rem .8rem;font-size:.84rem}.hero-dots{left:16px;bottom:1.8rem}.section{margin-top:3rem}.content-domain-grid,.creators-grid,.pickup-grid,.series-grid,.spots-grid{grid-template-columns:1fr}.spots-grid{gap:.85rem;scroll-snap-type:y proximity;scroll-padding-top:0}.spots-grid>.spots-card{width:calc(100% - .45rem);margin-inline:auto;min-height:clamp(420px,60svh,620px);scroll-snap-align:center;scroll-snap-stop:always;display:flex;flex-direction:column;transform:scale(1);opacity:1;transition:transform .36s cubic-bezier(.22,1,.36,1),opacity .3s ease;transform-origin:center center}body.spots-snap-enabled .spots-grid>.spots-card:not(.is-active-card){transform:scale(.86);opacity:.72}.spots-grid>.spots-card .spots-image{height:clamp(230px,36svh,340px)}.spots-grid>.spots-card h3{font-size:clamp(1.1rem,4vw,1.3rem);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spots-grid>.spots-card .spots-summary{margin-top:.65rem;font-size:.9rem;line-height:1.8;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.posts-searchbar{grid-template-columns:1fr 108px}.posts-searchbar .cbx-input,.posts-searchbar .ui-textarea{font-size:.84rem}.posts-article-grid{display:grid;grid-template-columns:1fr;grid-gap:.85rem;gap:.85rem;scroll-snap-type:y proximity;scroll-padding-top:0}.posts-article-grid>.card{width:calc(100% - .12rem);margin-inline:auto;min-height:clamp(390px,56svh,560px);scroll-snap-align:center;scroll-snap-stop:always;display:flex;flex-direction:column;transform:scale(1);opacity:1;transition:transform .36s cubic-bezier(.22,1,.36,1),opacity .3s ease;transform-origin:center center}body.posts-snap-enabled .posts-article-grid>.card:not(.is-active-card){transform:scale(.86);opacity:.72}.posts-article-grid>.card .card-image{height:clamp(180px,30svh,250px)}.content-domain-img-wrap{aspect-ratio:16/9}.hero-visual-grid{grid-template-columns:1fr}.card-image{height:200px}.site-header-inner{padding:.75rem 1rem;align-items:center;position:relative}.mobile-header-panel-title{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(58vw,280px);font-family:"Noto Serif JP",YuMincho,Hiragino Mincho ProN,serif;font-size:.95rem;letter-spacing:.04em;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;opacity:0;transition:opacity .2s ease}.article-shell.card{padding:.05rem .22rem .85rem}.article-shell h1{margin:.02rem 0 .18rem;font-size:clamp(1.32rem,5.25vw,1.76rem);line-height:1.32}.article-shell .article-image{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-left:0;border-right:0}body.home-snap-enabled .mobile-header-panel-title.is-visible{opacity:1}body.about-snap-enabled{scroll-snap-type:y mandatory;scroll-padding-top:0}body.about-snap-enabled main{padding-top:0}body.about-snap-enabled .about-snap-root .about-snap-panel{min-height:100svh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;justify-content:flex-start;margin-top:0;padding-top:var(--home-mobile-header-offset)}body.about-snap-enabled .about-mobile-panel-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.about-snap-enabled .mobile-header-panel-title.is-visible{opacity:1}body.about-snap-enabled .about-snap-panel>.content-domain-grid,body.about-snap-enabled .about-snap-panel>h1,body.about-snap-enabled .about-snap-panel>h2{margin-top:0}body.about-snap-enabled .about-snap-panel>h1,body.about-snap-enabled .about-snap-panel>h2{display:none}body.about-snap-enabled .about-snap-body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:grid;align-content:center;padding-inline:.15rem}body.about-snap-enabled .about-snap-panel .content-domain-grid{flex:1 1 auto;align-content:center;margin-top:0!important}.site-nav-desktop{display:none}.mobile-nav-sheet{position:fixed;inset:auto 0 0 0;top:auto;background:rgba(255,255,255,.99);border-top:1px solid var(--line);display:none;flex-direction:column;gap:.25rem;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));font-size:.8rem;letter-spacing:.1em;z-index:70;box-shadow:0 -8px 24px rgba(0,0,0,.08);border-radius:14px 14px 0 0;max-height:calc(100dvh - 72px);overflow-y:auto}.mobile-nav-sheet.is-open{display:flex}.mobile-nav-sheet a{padding:.85rem .25rem;border-bottom:1px solid #f0f0f0;text-align:center}.mobile-nav-sheet a:last-child{border-bottom:none}.hamburger{display:block;z-index:80}.mobile-nav-backdrop{position:fixed;inset:0;border:none;background:rgba(0,0,0,.24);opacity:0;pointer-events:none;transition:opacity .22s ease;display:block;z-index:60}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto}.site-footer-inner{min-height:100svh;padding:2rem 1rem calc(1.5rem + env(safe-area-inset-bottom));grid-template-columns:1fr;grid-template-rows:auto 1fr auto;gap:1.35rem;align-content:stretch;justify-content:stretch}.site-footer-meta,.site-footer-nav{justify-content:flex-start}.site-footer-right{width:100%;justify-items:end;align-content:end;gap:1.1rem}.site-footer-brand .muted{font-size:.74rem;line-height:1.65;margin-top:.65rem;max-width:none;width:100%;text-align:center;justify-self:center}.site-footer-brand .site-logo-mark{font-size:2rem;line-height:1;justify-self:center}.site-footer-brand .site-logo-sub{margin-top:.55rem;justify-self:center}.site-footer-brand{align-content:start;margin-top:clamp(56px,10vh,110px)}.site-footer-nav{flex-direction:column;align-items:center;text-align:center;gap:.4rem;justify-self:center}.site-footer-meta{width:100%;justify-self:stretch;position:relative;justify-content:center;min-height:1.6rem}.site-footer-meta .muted{width:100%;text-align:center}.site-footer-meta .admin-stealth-link{position:absolute;right:0;bottom:0}.site-header.is-hidden-mobile{opacity:0;pointer-events:none;transform:translateY(-100%);transition:opacity .22s ease,transform .22s ease}.ranking-thumb{width:118px;height:84px}.series-card h3,.series-card p{padding-left:.9rem;padding-right:.9rem}body.admin-shell-enabled main{padding:0}.admin-shell{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-content-wrap{min-height:100dvh;display:grid;grid-template-rows:auto 1fr}.admin-mobile-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:.75rem 1rem;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:30}.admin-page-content{padding:1rem}.admin-card-grid{grid-template-columns:1fr}.admin-mobile-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.24);border:none;opacity:0;pointer-events:none;transition:opacity .2s ease;display:block;z-index:40}.admin-mobile-backdrop.is-open{opacity:1;pointer-events:auto}.admin-mobile-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);border-radius:14px 14px 0 0;padding:1rem;display:grid;grid-gap:.75rem;gap:.75rem;transform:translateY(102%);transition:transform .22s ease;z-index:50;max-height:72dvh;overflow-y:auto}.admin-mobile-sheet.is-open{transform:translateY(0)}.admin-mobile-nav{display:grid;grid-gap:.35rem;gap:.35rem}.panel-body-snap>.card .card-image{height:clamp(220px,44svh,380px)}.panel-body-snap>.card h3{font-size:clamp(1.1rem,4vw,1.3rem);line-height:1.55;-webkit-line-clamp:3;margin-top:.85rem}.panel-body-snap>.card h3,.panel-body-snap>.card>p:not(.muted){display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.panel-body-snap>.card>p:not(.muted){font-size:.9rem;line-height:1.8;color:var(--muted);-webkit-line-clamp:4}.panel-body-snap>.card>.muted:last-child{margin-top:auto!important;font-size:.72rem;opacity:.6}.about-panel-body h3{font-size:clamp(1.2rem,5vw,1.5rem);line-height:1.55}.about-panel-body>p{font-size:.9rem;line-height:1.9;color:var(--muted)}.ranking-title{font-size:.95rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}@media (min-width:769px) and (max-width:1024px){.posts-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header.is-home.is-solid{animation:none}.spots-image{height:208px}.spots-summary{font-size:.84rem;line-height:1.68}.site-header-inner{padding:.75rem 1rem;align-items:center;position:relative}.site-nav-desktop{display:none}.pickup-grid-desktop,.post-list-desktop{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-nav-sheet{position:fixed;inset:auto 0 0 auto;top:auto!important;bottom:0!important;width:50vw;min-width:360px;max-width:520px;background:rgba(255,255,255,.99);border-top:1px solid var(--line);border-left:1px solid var(--line);display:none;flex-direction:column;gap:.25rem;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));font-size:.8rem;letter-spacing:.1em;z-index:70;box-shadow:0 -8px 24px rgba(0,0,0,.08);border-radius:16px 0 0 0;max-height:calc(100dvh - 72px);overflow-y:auto}.mobile-nav-sheet.is-open{display:flex}.mobile-nav-sheet a{padding:.85rem .25rem;border-bottom:1px solid #f0f0f0;text-align:center}.mobile-nav-sheet a:last-child{border-bottom:none}.hamburger{display:block;z-index:80}.mobile-nav-backdrop{position:fixed;inset:0;border:none;background:rgba(0,0,0,.24);opacity:0;pointer-events:none;transition:opacity .22s ease;display:block;z-index:60}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto}}@media (min-width:1025px){.spots-image{height:196px}.spots-summary{font-size:.85rem;line-height:1.7}.hero-carousel{height:92vh;min-height:760px;max-height:none}}