/* and-es.jp blog — tokens mirror the homepage's :root (style.css) */
:root{--navy:#22374E;--rose:#CE7D7C;--beige:#DDAC99;--gold:#F5D287;--gold-lt:#F9DFA8;--text:#292929;--text2:#456780;--text3:#777777;--orange:#D88500;--bg-blue:#EAF4FC;--bg-light:#EFEFEF;--bg-pink:#FAF2F2;--bg-sub:#F5F5F5;--bg-cream:#FCF6E0;--border-l:#EFEFEF;--border-m:#AAAAAA;--osw:Oswald,"Arial Narrow","Helvetica Neue",sans-serif;--container:1200px}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:"Noto Sans JP","Hiragino Sans","Yu Gothic",sans-serif;font-weight:500;font-size:18px;line-height:1.7;letter-spacing:1.8px;font-feature-settings:"palt";-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:color .3s,background .3s,opacity .3s}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,p,ul,ol,figure{margin:0}
ul,ol{padding:0;list-style:none}
button{font-family:inherit}
.en{font-family:var(--osw);font-weight:400;letter-spacing:0}
.wrap{width:min(var(--container),100% - 40px);margin-inline:auto;position:relative;z-index:1}
.wrap--narrow{width:min(800px,100% - 40px)}
.sp{display:none}
@media (max-width:1200px){body{font-size:16px;letter-spacing:1.2px}}
@media (max-width:767px){body{font-size:16px;letter-spacing:1px}.sp{display:inline}}

/* top strip + header (blog-specific, distinct from the corporate site) */
.topbar{background:var(--navy);color:#fff;font-size:12px;letter-spacing:1px;line-height:1}
.topbar__in{display:flex;justify-content:space-between;align-items:center;height:32px;gap:16px}
.topbar__txt{opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.topbar__link{display:inline-flex;align-items:center;gap:6px;color:var(--gold);font-weight:700;white-space:nowrap}
.topbar__link:hover{color:#fff}
.hd{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-l)}
.hd__in{display:flex;align-items:center;gap:28px;height:80px}
.hd__brand{display:flex;flex-direction:column;gap:4px;flex:none;line-height:1}
.hd__brand-en{font-size:30px;font-weight:500;color:var(--navy);letter-spacing:1.5px}
.hd__brand-ja{font-size:11px;font-weight:700;color:var(--rose);letter-spacing:1.5px}
.hd__brand:hover .hd__brand-en{color:var(--rose)}
.hd__nav{display:flex;gap:22px;margin-left:auto}
.hd__nav a{font-size:14px;font-weight:700;color:var(--navy);letter-spacing:1px;padding:6px 0;border-bottom:2px solid transparent;white-space:nowrap}
.hd__nav a:hover,.hd__nav a.is-current{color:var(--rose);border-bottom-color:var(--gold)}
.hd__tools{display:flex;align-items:center;gap:10px;flex:none}
.hd__search{width:44px;height:44px;border-radius:50%;border:1px solid var(--border-m);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.hd__search svg{stroke:var(--navy)}
.hd__search:hover{background:var(--navy)}.hd__search:hover svg{stroke:#fff}
.hd__cta{display:inline-flex;align-items:center;height:44px;padding:0 20px;border-radius:100px;background:var(--rose);color:#fff;font-weight:700;font-size:13px;letter-spacing:1px;white-space:nowrap}
.hd__cta:hover{background:var(--gold);color:#fff}
.hd__menu{position:relative;width:64px;height:64px;border-radius:12px;background:var(--navy);border:0;cursor:pointer;padding:0;flex:none}
.hd__menu span{position:absolute;left:50%;transform:translateX(-50%);width:26px;height:2px;background:#fff}
.hd__menu span:nth-child(1){top:18px}.hd__menu span:nth-child(2){top:25px}.hd__menu span:nth-child(3){top:32px}
.hd__menu p{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);font-size:10px;line-height:1;letter-spacing:1px;color:#fff;font-family:var(--osw)}
@media (max-width:1200px){.hd__nav{display:none}.hd__in{gap:16px}.hd__tools{margin-left:auto}}
@media (max-width:767px){.topbar__in{height:28px}.topbar__txt{display:none}.topbar__link{font-size:11px}.hd__in{height:64px;gap:10px}.hd__brand{gap:3px}.hd__brand-en{font-size:22px}.hd__brand-ja{font-size:10px}.hd__cta{display:none}.hd__search{width:40px;height:40px}.hd__menu{width:48px;height:48px;border-radius:10px}.hd__menu span{width:22px}.hd__menu span:nth-child(1){top:14px}.hd__menu span:nth-child(2){top:20px}.hd__menu span:nth-child(3){top:26px}.hd__menu p{display:none}}

/* full menu (blog): search + categories + official-site links */
.drawer{position:fixed;inset:0;z-index:100;background:rgba(34,55,78,.97);color:#fff;display:none;overflow:auto;padding:96px 20px 60px}
.drawer.is-open{display:block}
.drawer__close{position:absolute;top:0;right:0;width:96px;height:96px;background:var(--rose);border:0;color:#fff;font-size:13px;letter-spacing:1px;cursor:pointer;font-family:var(--osw)}
.drawer__close:hover{background:var(--gold)}
.drawer__in{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:48px}
.drawer__search{display:flex;height:60px;max-width:640px}
.drawer__search input{flex:1;min-width:0;padding:0 22px;border:0;border-radius:100px 0 0 100px;font:inherit;font-size:16px;letter-spacing:1px;color:var(--text)}
.drawer__search input:focus{outline:2px solid var(--gold);outline-offset:-2px}
.drawer__search button{flex:none;width:64px;background:var(--rose);border:0;border-radius:0 100px 100px 0;cursor:pointer;display:flex;align-items:center;justify-content:center}
.drawer__search button:hover{background:var(--gold)}
.drawer__cols{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:64px}
.drawer__side{display:flex;flex-direction:column;gap:40px}
.drawer__lbl{font-size:24px;color:var(--gold);line-height:1;margin-bottom:16px}
.drawer__cats li a{display:flex;flex-direction:column;gap:4px;padding:14px 0;border-bottom:1px dashed rgba(255,255,255,.3)}
.drawer__cats strong{font-size:17px;font-weight:700;color:#fff;letter-spacing:1.5px}
.drawer__cats span{font-size:12px;line-height:1.6;letter-spacing:.5px;opacity:.75}
.drawer__cats a:hover strong{color:var(--gold)}
.tags--dark .tagchip{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.tags--dark .tagchip:hover{background:var(--rose);border-color:var(--rose)}
.drawer__site{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
.drawer__site a{display:block;padding:10px 0;border-bottom:1px dashed rgba(255,255,255,.3);font-size:14px;font-weight:700;color:#fff;letter-spacing:1px}
.drawer__site a:hover{color:var(--gold)}
.drawer__cta{display:flex;flex-direction:column;gap:12px}
@media (max-width:900px){.drawer__cols{grid-template-columns:1fr;gap:40px}}
@media (max-width:767px){.drawer{padding:80px 20px 40px}.drawer__close{width:64px;height:64px;font-size:11px}.drawer__in{gap:36px}.drawer__search{height:52px}.drawer__search input{padding:0 16px;font-size:15px}.drawer__search button{width:56px}.drawer__lbl{font-size:20px}.drawer__site{grid-template-columns:1fr}}

/* page band */
.band{position:relative;height:420px;background:var(--navy) var(--band-pc,url(band.jpg)) no-repeat center/cover;overflow:hidden}
.band::before{content:none}
.band__en{position:absolute;top:0;right:10px;font-size:130px;line-height:.7;color:#fff;opacity:.3}
.band__ttl{position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#fff;color:var(--navy);font-size:40px;font-weight:700;line-height:1.3;letter-spacing:2.4px;padding:10px 60px;white-space:nowrap}
@media (max-width:1200px){.band{height:35vw;min-height:240px}.band__en{font-size:10.8vw}.band__ttl{font-size:clamp(24px,3.3vw,40px);padding:10px 40px}}
@media (max-width:767px){.band{height:240px;background-image:var(--band-sp,url(band-sm.jpg))}.band__en{right:auto;left:50%;transform:translateX(-50%);font-size:80px;white-space:nowrap}.band__ttl{width:90%;font-size:22px;padding:8px 20px;white-space:normal;text-align:center}}

/* background blobs */
.main{position:relative;overflow:hidden}
.blobs{position:absolute;top:0;left:0;width:100%;height:1500px;overflow:hidden;pointer-events:none;z-index:0}
.blobs i{position:absolute;border-radius:50%;background:radial-gradient(circle,rgb(8,83,165) 0%,rgba(8,83,165,0) 60%);filter:blur(50px);opacity:.2;aspect-ratio:1}
.blobs i:nth-child(1){width:30vw;top:110px;left:14.2vw}
.blobs i:nth-child(2){width:40vw;top:560px;right:0;opacity:.3}
.blobs i:nth-child(3){width:28vw;top:850px;left:8.3vw}
@media (max-width:767px){.blobs i{opacity:.5}}

/* section label */
.sec{display:flex;align-items:flex-end;gap:20px}
.sec__en{font-size:60px;line-height:1;color:var(--gold)}
.sec__ja{font-size:18px;font-weight:700;color:var(--navy);line-height:1.2;padding-bottom:6px}
.sec--sm .sec__en{font-size:40px}
@media (max-width:767px){.sec{gap:14px}.sec__en{font-size:40px}.sec--sm .sec__en{font-size:32px}.sec__ja{font-size:15px;padding-bottom:4px}}

/* buttons (pill + white dot + arrow, as on and-es.jp) */
.btn{position:relative;display:inline-flex;justify-content:center;align-items:center;min-width:280px;height:74px;padding:0 60px;border-radius:100px;background:var(--rose);color:#fff;font-weight:700;font-size:20px;line-height:1.2;text-align:center}
.btn__dot{position:absolute;right:17px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--rose);transition:right .3s}
.btn:hover{background:var(--gold);color:#fff}.btn:hover .btn__dot{right:14px;color:var(--gold)}
.btn--navy{background:var(--navy)}.btn--navy .btn__dot{color:var(--navy)}.btn--navy:hover{background:var(--rose)}.btn--navy:hover .btn__dot{color:var(--rose)}
.btn--beige{background:var(--beige)}.btn--beige .btn__dot{color:var(--beige)}
.btn--sm{min-width:220px;height:60px;padding:0 48px;font-size:17px}.btn--sm .btn__dot{width:26px;height:26px}
.btn--lg{min-width:340px}
.btn--full{width:100%;min-width:0}
@media (max-width:767px){.btn{height:64px;min-width:0;width:100%;padding:0 40px;font-size:17px}.btn--sm{height:56px;font-size:15px}.btn__dot{width:24px;height:24px;right:10px}}

/* tags / chips */
.tag{display:inline-block;color:var(--rose);border:1px solid var(--rose);background:#fff;padding:4px 8px;border-radius:3px;font-size:14px;line-height:1.2;letter-spacing:1px}
.tag--dark{color:var(--gold);border-color:var(--gold);background:transparent}
.chips-sec{padding:64px 0 0}
.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.chip{display:flex;align-items:center;justify-content:center;height:56px;padding:0 32px;border-radius:100px;background:var(--navy);color:#fff;font-weight:700;font-size:16px;letter-spacing:1.2px}
.chip:hover,.chip.is-current{background:var(--rose);color:#fff}
@media (max-width:767px){.chips-sec{padding:40px 0 0}.chips{gap:10px}.chip{width:calc((100% - 10px)/2);height:44px;padding:0 8px;font-size:14px}}
.tagchip{display:inline-flex;align-items:center;height:32px;padding:0 14px;border:1px solid var(--border-m);border-radius:100px;font-size:13px;letter-spacing:1px;color:var(--text2);background:#fff}
.tagchip:hover{background:var(--rose);border-color:var(--rose);color:#fff}
.tags{display:flex;flex-wrap:wrap;gap:8px}

/* pickup */
.pickup-sec{padding:80px 0 0;display:flex;flex-direction:column;gap:28px}
.pickup{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:16px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.12);background:var(--navy);color:#fff}
.pickup__img{display:block;overflow:hidden;aspect-ratio:3/2}
.pickup__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.pickup__img:hover img{transform:scale(1.04)}
.pickup__body{padding:48px 56px;display:flex;flex-direction:column;justify-content:center;gap:20px;min-width:0}
.pickup__meta{display:flex;align-items:center;gap:16px}
.pickup__date{font-size:15px;letter-spacing:1px;opacity:.7}
.pickup__ttl{font-size:30px;font-weight:700;line-height:1.5;letter-spacing:2px;text-wrap:balance}
.pickup__ttl a:hover{color:var(--gold)}
.pickup__ex{font-size:15px;line-height:1.9;letter-spacing:1.2px;opacity:.85}
@media (max-width:1200px){.pickup__img{aspect-ratio:auto;height:100%;min-height:320px}.pickup__body{padding:32px;gap:14px}.pickup__ttl{font-size:22px}.pickup__ex{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}
@media (max-width:767px){.pickup-sec{padding:40px 0 0;gap:20px}.pickup{grid-template-columns:1fr;border-radius:12px}.pickup__img{aspect-ratio:3/2;height:auto;min-height:0}.pickup__body{padding:24px;gap:12px}.pickup__ttl{font-size:20px}.pickup__ex{font-size:14px}}

/* grid + cards */
.grid-sec{padding:72px 0 100px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:60px;align-items:start}
.grid-main{display:flex;flex-direction:column;gap:40px;min-height:520px}
.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 40px}
.cards--3{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.card{display:flex;flex-direction:column;gap:16px;min-width:0}
.card__img{position:relative;display:block;overflow:hidden;border-radius:8px;aspect-ratio:16/10;background:var(--bg-sub)}
.card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.card:hover .card__img img{transform:scale(1.04)}
.card__meta{display:flex;align-items:center;gap:12px}
.card__meta .tag{font-size:12px;padding:3px 8px}
.card__author{font-size:12px;letter-spacing:1px;color:var(--text3);margin-left:auto;white-space:nowrap}
.card__meta .tag:hover{background:var(--rose);color:#fff}
.card__noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:var(--gold);background:var(--navy)}
.card__body{display:flex;flex-direction:column;gap:8px}
.card__date{font-size:14px;letter-spacing:1px;line-height:1;color:var(--text2)}
.card__ttl{font-size:18px;font-weight:700;line-height:1.5;color:var(--navy);text-wrap:pretty}
.card__ttl a:hover{color:var(--rose)}
.card__ex{font-size:14px;line-height:1.7;letter-spacing:1px;color:var(--text3);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:max-height .25s ease;max-height:calc(14px * 1.7 * 2)}
@media (hover:hover){.card:hover .card__ex,.card:focus-within .card__ex{-webkit-line-clamp:5;max-height:calc(14px * 1.7 * 5)}}
.card--sm{gap:14px}.card--sm .card__ttl{font-size:16px}
.empty{padding:40px 0;color:var(--text3)}
.list-intro{font-size:15px;line-height:1.8;letter-spacing:1px;color:var(--text2);margin-top:-16px;max-width:720px}
@media (max-width:1200px){.grid-sec{grid-template-columns:minmax(0,1fr) 300px;gap:40px}.cards{gap:32px 24px}}
@media (max-width:900px){.grid-sec{grid-template-columns:1fr;padding:48px 0 72px}.cards--3{grid-template-columns:1fr}}
@media (max-width:767px){.grid-main{gap:28px}.cards{grid-template-columns:1fr;gap:32px}.card{gap:12px}.card__ttl{font-size:17px}}

/* pagination */
.pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding-top:24px}
.pg{display:flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 8px;border:1px solid var(--rose);background:var(--rose);color:#fff;font-size:16px;letter-spacing:0}
.pg.is-current{background:#fff;color:var(--rose);font-weight:700}
.pg--dots{background:none;border:0;color:var(--text3)}
a.pg:hover{background:#fff;color:var(--rose)}
@media (max-width:767px){.pg{min-width:36px;height:36px}}

/* sidebar */
.side{display:flex;flex-direction:column;gap:48px}
.side__sec{display:flex;flex-direction:column;gap:8px}
.search{display:flex;height:48px}
.search input{flex:1;min-width:0;padding:0 16px;border:1px solid var(--border-m);border-right:0;border-radius:4px 0 0 4px;font:inherit;font-size:14px;letter-spacing:1px;color:var(--text)}
.search input:focus{outline:2px solid var(--navy);outline-offset:-2px}
.search button{flex:none;width:48px;display:flex;align-items:center;justify-content:center;background:var(--navy);border:0;border-radius:0 4px 4px 0;cursor:pointer}
.search button:hover{background:var(--rose)}
.rank{display:flex;flex-direction:column}
.rank__item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px dashed var(--border-m)}
.rank__n{flex:none;width:24px;font-size:26px;font-weight:500;line-height:1;color:var(--border-m)}
.rank__n.is-top{color:var(--rose)}
.rank__img{flex:none;width:96px;height:64px;border-radius:4px;overflow:hidden;background:var(--bg-sub)}
.rank__img img{width:100%;height:100%;object-fit:cover}
.rank__ttl{font-size:14px;font-weight:700;line-height:1.5;letter-spacing:1px;color:var(--navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.rank__item:hover .rank__ttl{color:var(--rose)}
.catlist{display:flex;flex-direction:column}
.catlist__item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed var(--border-m);font-size:15px;font-weight:700;letter-spacing:1px;color:var(--navy)}
.ring{flex:none;width:28px;height:28px;border-radius:50%;border:2px solid var(--rose);display:flex;align-items:center;justify-content:center;color:var(--rose);transition:.3s}
.catlist__item:hover .ring{background:var(--rose);color:#fff}
.side__cta{background:var(--bg-pink);border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center}
.side__cta-en{font-size:30px;line-height:1;color:var(--rose)}
.side__cta-ttl{font-size:18px;font-weight:700;line-height:1.5;color:var(--navy)}
.side__cta-txt{font-size:14px;line-height:1.7;letter-spacing:1px;color:var(--text2)}
.side__cta .btn{font-size:16px;padding:0 40px}

/* CTA band */
.cta{position:relative;background:var(--navy);padding:96px 0;overflow:hidden;text-align:center;color:#fff}
.cta__bg{position:absolute;top:-10px;left:50%;transform:translateX(-50%);font-size:180px;font-weight:500;line-height:1;color:var(--gold);opacity:.2;white-space:nowrap}
.cta__in{display:flex;flex-direction:column;align-items:center;gap:20px}
.cta__ttl{font-size:36px;font-weight:700;line-height:1.5;letter-spacing:2.4px;text-wrap:balance}
.cta__txt{font-size:16px;line-height:1.8;letter-spacing:1.2px;opacity:.85}
.cta__btns{display:flex;gap:24px;margin-top:16px}
@media (max-width:1200px){.cta__ttl{font-size:28px}.cta__bg{font-size:15vw}}
@media (max-width:767px){.cta{padding:56px 0}.cta__ttl{font-size:22px}.cta__txt{font-size:14px}.cta__btns{flex-direction:column;gap:12px;width:100%;margin-top:8px}.cta__bg{font-size:88px}}

/* footer */
.ft{background:var(--navy);color:#fff;text-align:center;line-height:1.5;font-size:14px}
.ft__nav{border-bottom:1px solid rgba(255,255,255,.15)}
.ft__nav-in{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 28px;padding:20px 0}
.ft__nav a{font-size:13px;font-weight:700;letter-spacing:1px;color:#fff;opacity:.85}
.ft__nav a:hover{opacity:1;color:var(--gold)}
.ft__nav-site{color:var(--gold) !important;display:inline-flex;align-items:center;gap:6px}
@media (max-width:767px){.ft__nav-in{gap:6px 18px;padding:16px 0}.ft__nav a{font-size:12px}}
.ft__in{max-width:800px;margin:0 auto;padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:20px}
.ft__in img{width:232px}
.ft__sns{display:flex;justify-content:center;gap:15px;margin-top:10px}
.ft__sns a{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border:1px solid #fff;border-radius:60px;color:#fff}
.ft__sns a span{font-size:12px;font-weight:700;line-height:1.2;letter-spacing:1px}
.ft__sns a:hover{background:#fff;color:var(--navy)}
.ft__copy{padding:20px 10px;background:var(--bg-light);color:var(--text2);border-top:2px solid var(--rose);font-size:12px;letter-spacing:1px}
@media (max-width:767px){.ft__in{padding:40px 20px}.ft__in img{width:60%}.ft__sns{flex-direction:column;width:70%;gap:10px}.ft__sns a{width:100%}}

/* article */
.post__head{padding:32px 0 0;width:min(1000px,100% - 40px)}
.post__cover--top{margin:0 0 28px;aspect-ratio:16/9}
.crumb{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;letter-spacing:1px;color:var(--text3)}
.crumb a:hover{color:var(--rose)}
.crumb__cur{color:var(--navy);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.post__ttl{position:relative;padding:74px 20px 0;margin-bottom:20px;text-align:center;font-size:42px;font-weight:700;line-height:1.3;letter-spacing:2.4px;color:var(--navy);text-wrap:balance}
.post__ttl::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:60px;background:var(--beige)}
.post__meta{display:flex;justify-content:center;align-items:center;gap:16px;padding-bottom:30px;margin-bottom:8px;border-bottom:1px dotted var(--border-m)}
.post__read{font-size:14px;letter-spacing:1px;color:var(--text3)}
.post__cover{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;margin-bottom:48px}
.preview-bar{background:var(--gold);color:var(--navy);text-align:center;font-size:14px;font-weight:700;padding:10px}
@media (max-width:1200px){.post__ttl{font-size:32px}}
@media (max-width:767px){.post__head{padding-top:16px}.post__cover--top{margin-bottom:20px;aspect-ratio:16/10}.crumb{gap:8px;font-size:11px;flex-wrap:nowrap}.crumb a{white-space:nowrap}.post__ttl{padding:54px 0 0;font-size:24px;line-height:1.4;letter-spacing:2px;margin-bottom:16px}.post__ttl::before{height:40px}.post__meta{padding-bottom:20px;margin-bottom:24px;gap:12px;font-size:15px}.post__read{font-size:14px;letter-spacing:1px;color:var(--text3)}
.post__cover{aspect-ratio:16/10;margin-bottom:32px}}

.post-body{counter-reset:h2}
.post-body>*:first-child{margin-top:0}
.post-body h2{counter-increment:h2;display:flex;align-items:baseline;gap:16px;padding-bottom:12px;border-bottom:2px solid var(--navy);margin:64px 0 28px;font-size:28px;font-weight:700;line-height:1.4;letter-spacing:2px;color:var(--navy);scroll-margin-top:120px}
.post-body h2::before{content:counter(h2,decimal-leading-zero);font-family:var(--osw);font-weight:400;font-size:40px;line-height:1;letter-spacing:0;color:var(--rose);flex:none}
.post-body h3{display:flex;align-items:center;gap:12px;margin:40px 0 16px;font-size:22px;font-weight:700;line-height:1.4;letter-spacing:1.8px;color:var(--navy)}
.post-body h3::before{content:"";flex:none;width:14px;height:14px;border-radius:50%;background:var(--rose)}
.post-body h4{margin:28px 0 12px;font-size:18px;font-weight:700;color:var(--navy)}
.post-body p{font-size:18px;line-height:1.85;letter-spacing:1.5px;margin:0 0 24px}
.post-body ul{display:flex;flex-direction:column;gap:6px;margin:0 0 28px}
.post-body ul li{position:relative;padding-left:28px;line-height:1.8}
.post-body ul li::before{content:"";position:absolute;left:0;top:9px;width:18px;height:18px;border-radius:50%;background:var(--rose)}
.post-body ol{counter-reset:ol;display:flex;flex-direction:column;gap:6px;margin:0 0 28px}
.post-body ol li{counter-increment:ol;position:relative;padding-left:40px;line-height:1.8}
.post-body ol li::before{content:counter(ol,decimal-leading-zero);position:absolute;left:0;top:2px;font-family:var(--osw);font-size:22px;line-height:1.4;color:var(--rose)}
.post-body li>p{margin:0}
.post-body a{color:var(--rose);text-decoration:underline;text-underline-offset:3px}
.post-body a:hover{filter:brightness(1.2)}
.post-body a[target="_blank"]::after{content:"";display:inline-block;width:.8em;height:.8em;margin-left:.25em;vertical-align:-.05em;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 4h6v6M20 4l-9 9M18 14v6H4V6h6'/%3E%3C/svg%3E") no-repeat center/contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 4h6v6M20 4l-9 9M18 14v6H4V6h6'/%3E%3C/svg%3E") no-repeat center/contain}
@media print{.post-body a[target="_blank"]::after{display:none}}
.post-body strong{font-weight:700;color:var(--navy)}
.post-body hr{border:0;border-top:1px dashed var(--border-m);margin:40px 0}
.post-body figure{margin:8px 0 36px;display:flex;flex-direction:column;gap:10px}
.post-body figure img{width:100%;border-radius:8px}
.post-body figcaption{font-size:13px;letter-spacing:1px;color:var(--text3);text-align:center}
.post-body img{border-radius:8px}
.post-body blockquote{margin:0 0 28px;padding:20px 28px;background:var(--bg-sub);border-left:4px solid var(--beige);border-radius:0 8px 8px 0;color:var(--text2)}
.post-body blockquote p:last-child{margin-bottom:0}
.post-body .tbl{overflow-x:auto;margin:0 0 32px}
.post-body table{width:100%;border-collapse:collapse;font-size:15px}
.post-body th{padding:14px 16px;background:var(--navy);color:#fff;font-weight:700;text-align:left;border:1px solid var(--navy);letter-spacing:1px}
.post-body td{padding:14px 16px;line-height:1.6;border:1px solid var(--border-l);vertical-align:top;letter-spacing:1px}
.post-body tbody tr td:first-child{font-weight:700;background:var(--bg-pink);color:var(--navy);white-space:nowrap}
.post-body pre{background:var(--navy);color:#fff;padding:20px;border-radius:8px;overflow:auto;font-size:14px;margin:0 0 28px}
.post-body code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:var(--bg-sub);padding:2px 6px;border-radius:4px}
.post-body pre code{background:none;padding:0}
.post-body iframe{max-width:100%;border-radius:8px;margin:0 0 28px}
.post-body .video{position:relative;aspect-ratio:16/9;margin:0 0 32px;border-radius:8px;overflow:hidden;background:#000}
.post-body .video iframe{position:absolute;inset:0;width:100%;height:100%;margin:0;border:0}
.summary{background:var(--bg-blue);border-radius:8px;padding:24px 32px;margin:0 0 32px}
.summary__label{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.summary__en{font-family:var(--osw);font-weight:500;font-size:22px;letter-spacing:1px;line-height:1;color:var(--blue)}
.summary__ttl{font-size:16px;font-weight:700;letter-spacing:1.5px;color:var(--navy)}
.summary ul{margin:0;gap:4px}
.summary ul li{font-size:16px;line-height:1.7}
.summary ul li::before{background:var(--blue)}
.summary p{font-size:16px;line-height:1.8;margin:0}
@media (max-width:767px){.summary{padding:18px 20px}.summary ul li,.summary p{font-size:15px}}
.empty--search{padding:40px 0 24px;text-align:left}.empty--search p{margin:0 0 10px}.empty__hint{font-size:14px;color:var(--text3)}.empty__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
mark{background:var(--gold);color:var(--navy);padding:0 2px;border-radius:2px}
.point{background:var(--bg-cream);border-radius:8px;padding:28px 32px;margin:0 0 32px}
.point__label{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.point__en{font-family:var(--osw);font-weight:500;font-size:22px;letter-spacing:1px;line-height:1;color:var(--orange)}
.point__ttl{font-size:17px;font-weight:700;letter-spacing:1.5px;color:var(--navy)}
.point p{font-size:16px;line-height:1.8;letter-spacing:1.2px;margin:0}
.point p+p{margin-top:10px}
.point ul{margin:8px 0 0}
.toc{background:var(--bg-sub);border-radius:8px;padding:28px 36px;margin:0 0 8px}
.toc__head{display:flex;align-items:baseline;gap:12px;padding-bottom:12px;border-bottom:1px dashed var(--border-m);margin-bottom:8px}
.toc__en{font-family:var(--osw);font-size:24px;line-height:1;color:var(--rose)}
.toc__ja{font-size:15px;font-weight:700;color:var(--navy)}
.toc ol{counter-reset:toc;display:flex;flex-direction:column}
.toc li{counter-increment:toc;display:flex;align-items:baseline;gap:14px;padding:8px 0}
.toc li::before{content:counter(toc,decimal-leading-zero);font-family:var(--osw);font-size:20px;line-height:1;color:var(--rose);flex:none}
.toc a{font-size:16px;font-weight:700;letter-spacing:1.2px;line-height:1.5;color:var(--navy)}
.toc a:hover,.toc a.is-active{color:var(--rose)}
.toc a.is-active{text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--gold)}
@media (max-width:767px){.post-body table{min-width:560px}.post-body th:first-child,.post-body tbody tr td:first-child{position:sticky;left:0;z-index:1;box-shadow:2px 0 0 var(--border-l)}.post-body th:first-child{background:var(--navy)}.post-body .tbl{margin-left:-20px;margin-right:-20px;padding:0 20px;-webkit-overflow-scrolling:touch}.post-body .tbl::after{content:"← 横にスクロールできます →";display:block;font-size:11px;color:var(--text3);text-align:center;padding:6px 0 0;letter-spacing:.5px}.post-body h2{font-size:22px;gap:12px;margin:48px 0 20px;letter-spacing:1.5px}.post-body h2::before{font-size:32px}.post-body h3{font-size:18px;gap:10px}.post-body h3::before{width:12px;height:12px}.post-body p{font-size:16px;letter-spacing:1px}.post-body ul li,.post-body ol li{font-size:16px}.post-body ul li::before{width:14px;height:14px;top:9px}.post-body ul li{padding-left:22px}.point{padding:20px}.point p{font-size:14px}.toc{padding:20px}.toc a{font-size:15px}.post-body table{font-size:13px}.post-body th,.post-body td{padding:10px 12px}}

.post__foot{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:32px 0;margin-top:24px;border-top:1px dashed var(--border-m);border-bottom:1px dashed var(--border-m)}
.share{display:flex;align-items:center;gap:12px}
.share__en{font-size:22px;letter-spacing:1px;color:var(--rose);margin-right:4px}
.share a{width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center}
.share a:hover{background:var(--rose)}
.share a.is-done{background:var(--gold)}
.author{border:1px solid var(--border-l);border-radius:16px;padding:32px 36px;display:flex;gap:28px;align-items:center;margin-top:48px}
.author__avatar{flex:none;width:88px;height:88px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center}
.author__avatar img{width:60px}
.author__photo{flex:none;width:88px;height:88px;border-radius:50%;object-fit:cover;background:var(--bg-sub)}
.author__lbl{font-size:12px;letter-spacing:1px;color:var(--text3)}
.author__name{font-size:18px;font-weight:700;letter-spacing:1.5px;color:var(--navy);margin:4px 0 6px}
.author__txt{font-size:14px;line-height:1.75;letter-spacing:1px;color:var(--text2)}
.author__name a:hover{color:var(--rose)}
.author__more{margin-top:10px}
.author__more a{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--rose);letter-spacing:1px}
.author--head{margin:0 0 8px;background:#fff}
.card__author:hover{color:var(--rose)}
.prevnext{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-top:40px}
.prevnext__item{display:flex;flex-direction:column;gap:6px;padding:20px 24px;border:1px solid var(--border-l);border-radius:12px;background:#fff;min-width:0}
.prevnext__item--next{text-align:right;align-items:flex-end}
.prevnext__lbl{font-size:14px;letter-spacing:1px;color:var(--rose)}
.prevnext__ttl{font-size:14px;font-weight:700;line-height:1.5;color:var(--navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.prevnext__item:hover{border-color:var(--rose)}
.prevnext__item:hover .prevnext__ttl{color:var(--rose)}
@media (max-width:767px){.prevnext{grid-template-columns:1fr;gap:12px;padding-top:32px}.prevnext__item--next{text-align:left;align-items:flex-start}}
.related{padding:96px 0 0;display:flex;flex-direction:column;gap:40px}
.back{display:flex;justify-content:center;padding:64px 0 100px}
.nf__search{display:flex;gap:10px;width:min(520px,100%)}.nf__search input{flex:1;height:52px;border:1px solid var(--border-m);border-radius:100px;padding:0 20px;font-size:15px;font-family:inherit;background:#fff}.nf__search input:focus{outline:2px solid var(--navy);outline-offset:1px}.nf__recent{padding-bottom:80px}
.nf{padding:80px 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:32px}
@media (max-width:767px){.post__foot{flex-direction:column;align-items:flex-start;gap:20px;padding:24px 0}.author{padding:24px;gap:16px;align-items:flex-start;margin-top:32px}.author__avatar{width:64px;height:64px}.author__avatar img{width:44px}.author__photo{width:64px;height:64px}.author__name{font-size:16px}.author__txt{font-size:13px}.related{padding:64px 0 0;gap:28px}.back{padding:40px 0 72px}}

/* lightbox for article images */
.is-zoomable{cursor:zoom-in}
.lightbox{position:fixed;inset:0;z-index:200;background:rgba(34,55,78,.94);display:none;align-items:center;justify-content:center;padding:24px;cursor:zoom-out}
.lightbox.is-open{display:flex}
.lightbox img{max-width:min(1400px,100%);max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 16px 48px rgba(0,0,0,.4)}
.lightbox__close{position:absolute;top:16px;right:16px;width:48px;height:48px;border-radius:50%;border:0;background:var(--rose);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.lightbox__close:hover{background:var(--gold)}

/* print: keep the article body, drop chrome */
@media print{
  .lightbox,.topbar,.hd,.drawer,.ft__nav,.band,.blobs,.cta,.ft,.share,.related,.prevnext,.back,.author,.side,.chips-sec,.pickup-sec,.pagination,.preview-bar{display:none !important}
  body{font-size:12pt;color:#000;background:#fff;letter-spacing:.5px}
  .main{overflow:visible}
  .wrap,.wrap--narrow,.post__head{width:100%;max-width:none}
  .post__ttl{font-size:22pt;padding-top:0;margin-bottom:8pt}.post__ttl::before{display:none}
  .post__meta{border:0;margin-bottom:12pt;padding-bottom:0}
  .post__cover{max-height:60mm;object-fit:cover;margin-bottom:12pt}
  .post-body p,.post-body li{font-size:11pt;line-height:1.7}
  .post-body h2{font-size:16pt;margin:18pt 0 8pt;break-after:avoid}.post-body h3{font-size:13pt;break-after:avoid}
  .post-body figure,.post-body .tbl,.point,.toc{break-inside:avoid}
  .post-body a{color:#000;text-decoration:underline}
  .post-body a[href^="http"]::after{content:" (" attr(href) ")";font-size:9pt;color:#555}
  .point,.summary{border:1px solid #ccc;background:#fff;padding:10pt 12pt}
  .summary__en{color:#000}.summary{break-inside:avoid}
  .grid-sec{display:block}
}
