/*
Theme Name: JURANOTE Cocoon Child
Description: ジュラノート専用 Cocoon 子テーマ
Author: JURANOTE
Template: cocoon-master
Version: 4.5.1
Text Domain: juranote
*/

/* ---------- Design tokens ---------- */
:root {
  --jn-ink: #24221f;
  --jn-muted: #69635b;
  --jn-paper: #f5f0e7;
  --jn-paper-deep: #ebe2d4;
  --jn-walnut: #3e2b20;
  --jn-walnut-2: #5b4030;
  --jn-amber: #b9873d;
  --jn-line: rgba(62, 43, 32, .18);
  --jn-white: #fffdf8;
  --jn-shadow: 0 18px 50px rgba(43, 31, 24, .10);
  --jn-radius: 2px;
  --jn-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  --jn-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  --jn-max: 1180px;
}

html { scroll-behavior: smooth; }
body.juranote-home {
  color: var(--jn-ink);
  background-color: var(--jn-paper);
  background-image:
    linear-gradient(rgba(62,43,32,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62,43,32,.02) 1px, transparent 1px);
  background-size: 32px 32px;
  font-family: var(--jn-sans);
}
.juranote-home .main { padding: 0; width: 100%; max-width: none; background: transparent; border: 0; box-shadow: none; }
.juranote-home .content { margin: 0; max-width: none; padding: 0; }
.juranote-home #sidebar, .juranote-home .article-header, .juranote-home .entry-title { display: none; }
.juranote-home .article { margin: 0; }
.juranote-home .entry-content { margin: 0; }
.juranote-home .entry-content > * { margin-top: 0; }
.jn-home, .jn-home * { box-sizing: border-box; }
.jn-home img { height: auto; max-width: 100%; }
.jn-container { width: min(calc(100% - 40px), var(--jn-max)); margin-inline: auto; }
.jn-eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 .8rem; color: var(--jn-amber); font: 700 .74rem/1.3 var(--jn-sans); letter-spacing: .18em; text-transform: uppercase; }
.jn-eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.jn-section { padding: clamp(64px, 8vw, 112px) 0; }
.jn-section--paper { background: rgba(255,253,248,.76); border-block: 1px solid var(--jn-line); }
.jn-section-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-bottom: 36px; }
.jn-title { margin: 0; font: 500 clamp(1.9rem, 3vw, 3rem)/1.25 var(--jn-serif); letter-spacing: .04em; }
.jn-lead { max-width: 45rem; margin: .9rem 0 0; color: var(--jn-muted); line-height: 1.9; }
.jn-text-link { color: var(--jn-walnut); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--jn-amber); padding-bottom: 3px; }
.jn-text-link:hover, .jn-text-link:focus-visible { color: #8a6127; }

/* Hero */
.jn-hero { position: relative; min-height: min(760px, 84vh); display: grid; align-items: center; overflow: hidden; color: var(--jn-white); background: #191511; isolation: isolate; }
.jn-hero__media, .jn-hero__media::after { position: absolute; inset: 0; }
.jn-hero__media { z-index: -2; }
.jn-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.jn-hero__media::after { content: ""; background: linear-gradient(90deg, rgba(15,12,10,.94) 0%, rgba(15,12,10,.78) 42%, rgba(15,12,10,.22) 76%, rgba(15,12,10,.35) 100%); }
.jn-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; z-index: -1; background: linear-gradient(transparent, rgba(0,0,0,.28)); }
.jn-hero__inner { width: min(calc(100% - 40px), var(--jn-max)); margin-inline: auto; padding: 90px 0; }
.jn-hero__content { width: min(650px, 62vw); }
.jn-hero__index { margin: 0 0 18px; color: #d6b071; font: 700 .72rem/1.4 var(--jn-sans); letter-spacing: .24em; }
.jn-hero h1 { margin: 0; font: 500 clamp(2.55rem, 5.4vw, 5rem)/1.25 var(--jn-serif); letter-spacing: .06em; text-wrap: balance; }
.jn-hero__copy { max-width: 38rem; margin: 24px 0 0; color: rgba(255,253,248,.86); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 2; }
.jn-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.jn-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: 0 24px; border: 1px solid #d3a968; border-radius: var(--jn-radius); background: var(--jn-amber); color: #19130d !important; font-weight: 700; text-decoration: none !important; transition: transform .2s ease, background .2s ease, color .2s ease; }
.jn-button::after { content: "→"; }
.jn-button:hover { transform: translateY(-2px); background: #d2a55f; }
.jn-button--ghost { color: var(--jn-white) !important; background: rgba(24,19,15,.46); border-color: rgba(255,253,248,.52); }
.jn-button--ghost:hover { background: var(--jn-white); color: var(--jn-ink) !important; }
.jn-hero__note { display: inline-flex; align-items: center; gap: .65rem; margin-top: 28px; color: rgba(255,253,248,.65); font-size: .8rem; letter-spacing: .08em; }
.jn-hero__note::before { content: ""; width: 7px; height: 7px; border: 1px solid #d6b071; border-radius: 50%; }

/* Purpose cards */
.jn-purpose-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--jn-line); border-left: 1px solid var(--jn-line); background: var(--jn-white); box-shadow: var(--jn-shadow); }
.jn-purpose { min-height: 210px; display: flex; flex-direction: column; padding: 26px 22px; color: var(--jn-ink) !important; text-decoration: none !important; border-right: 1px solid var(--jn-line); border-bottom: 1px solid var(--jn-line); transition: background .2s ease, transform .2s ease; }
.jn-purpose:hover { background: #f0e6d5; transform: translateY(-4px); }
.jn-purpose__no { color: var(--jn-amber); font: 700 .68rem/1 var(--jn-sans); letter-spacing: .16em; }
.jn-purpose__icon { width: 42px; height: 42px; margin: 30px 0 18px; color: var(--jn-walnut); }
.jn-purpose__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.jn-purpose strong { font: 600 1.06rem/1.4 var(--jn-serif); letter-spacing: .04em; }
.jn-purpose small { margin-top: auto; color: var(--jn-muted); font-size: .74rem; }

/* Fossil taxonomy */
.jn-taxonomy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.jn-taxon { position: relative; min-height: 185px; padding: 28px; overflow: hidden; color: var(--jn-white) !important; text-decoration: none !important; background: var(--jn-walnut); border: 1px solid rgba(255,255,255,.12); }
.jn-taxon::before { content: ""; position: absolute; width: 170px; height: 170px; right: -38px; bottom: -52px; border: 1px solid rgba(223,184,121,.28); border-radius: 50%; box-shadow: inset 0 0 0 18px rgba(255,255,255,.02), inset 0 0 0 38px rgba(223,184,121,.06), inset 0 0 0 58px rgba(255,255,255,.02); transition: transform .35s ease; }
.jn-taxon:hover::before { transform: scale(1.08) rotate(8deg); }
.jn-taxon span { color: #d8b476; font: 700 .7rem/1 var(--jn-sans); letter-spacing: .14em; }
.jn-taxon strong { display: block; margin-top: 58px; font: 500 1.3rem/1.35 var(--jn-serif); }
.jn-taxon small { display: block; margin-top: 5px; color: rgba(255,255,255,.62); }

/* Editorial split */
.jn-feature { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 460px; background: var(--jn-walnut); color: var(--jn-white); box-shadow: var(--jn-shadow); }
.jn-feature__copy { padding: clamp(38px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.jn-feature__copy h2 { margin: 0; font: 500 clamp(2rem, 4vw, 3.7rem)/1.3 var(--jn-serif); letter-spacing: .04em; }
.jn-feature__copy p { margin: 22px 0 0; color: rgba(255,255,255,.74); line-height: 1.9; }
.jn-feature__copy .jn-button { align-self: flex-start; margin-top: 30px; }
.jn-feature__panel { padding: clamp(30px, 5vw, 62px); background: #eadfce; color: var(--jn-ink); display: flex; flex-direction: column; justify-content: center; }
.jn-checklist { list-style: none; margin: 0; padding: 0; counter-reset: list; }
.jn-checklist li { counter-increment: list; display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--jn-line); align-items: start; }
.jn-checklist li::before { content: "0" counter(list); color: var(--jn-amber); font: 700 .76rem/1.6 var(--jn-sans); letter-spacing: .1em; }
.jn-checklist strong { display: block; font-family: var(--jn-serif); font-size: 1.05rem; }
.jn-checklist span { display: block; margin-top: 4px; color: var(--jn-muted); font-size: .86rem; line-height: 1.6; }

/* Latest cards */
.jn-articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.jn-article-card { background: var(--jn-white); border: 1px solid var(--jn-line); box-shadow: 0 9px 30px rgba(43,31,24,.06); }
.jn-article-card a { color: inherit !important; text-decoration: none !important; }
.jn-article-card__thumb { aspect-ratio: 16 / 9; overflow: hidden; background: #d9cbb7; }
.jn-article-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.jn-article-card:hover img { transform: scale(1.035); }
.jn-article-card__body { padding: 22px; }
.jn-article-card__meta { display: flex; gap: 10px; color: var(--jn-muted); font-size: .72rem; letter-spacing: .04em; }
.jn-article-card h3 { margin: 12px 0 0; font: 600 1.13rem/1.7 var(--jn-serif); }
.jn-article-card p { margin: 12px 0 0; color: var(--jn-muted); font-size: .88rem; line-height: 1.75; }
.jn-empty { grid-column: 1 / -1; padding: 30px; border: 1px dashed var(--jn-line); color: var(--jn-muted); background: rgba(255,255,255,.5); }

/* Cocoon chrome */
.header-container { background: rgba(248,244,237,.97); border-bottom: 1px solid var(--jn-line); }
.header-in { min-height: 84px; }
.site-name-text { font-family: var(--jn-serif); letter-spacing: .12em; }
.navi, .navi-in > ul { background: var(--jn-walnut); }
.navi-in a { color: var(--jn-white); font-size: .88rem; letter-spacing: .04em; }
.footer { background: #211a16; color: rgba(255,255,255,.72); }
.footer a { color: #ead4ae; }
:focus-visible { outline: 3px solid #d5a554; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

@media (max-width: 1023px) {
  .jn-purpose-grid { grid-template-columns: repeat(3, 1fr); }
  .jn-taxonomy, .jn-articles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .jn-container, .jn-hero__inner { width: min(calc(100% - 32px), var(--jn-max)); }
  .jn-hero { min-height: 680px; align-items: end; }
  .jn-hero__media img { object-position: 68% center; }
  .jn-hero__media::after { background: linear-gradient(0deg, rgba(15,12,10,.96) 0%, rgba(15,12,10,.72) 66%, rgba(15,12,10,.24) 100%); }
  .jn-hero__inner { padding: 170px 0 62px; }
  .jn-hero__content { width: 100%; }
  .jn-hero h1 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .jn-actions { display: grid; }
  .jn-button { width: 100%; }
  .jn-section-head { grid-template-columns: 1fr; align-items: start; }
  .jn-purpose-grid { grid-template-columns: repeat(2, 1fr); }
  .jn-purpose { min-height: 176px; padding: 20px 17px; }
  .jn-purpose__icon { margin: 20px 0 14px; }
  .jn-taxonomy, .jn-articles, .jn-feature { grid-template-columns: 1fr; }
  .jn-taxon { min-height: 156px; }
  .jn-feature { min-height: 0; }
  .jn-feature__copy .jn-button { width: 100%; }
}

/* 18 inner pages. Scoped so the existing TOP remains unchanged. */
.juranote-inner-page .header-container,.juranote-inner-page .navi,.juranote-inner-page .footer,.juranote-inner-page .breadcrumb,.juranote-inner-page .go-to-top{display:none!important}
.juranote-inner-page #container,.juranote-inner-page #content,.juranote-inner-page .content-in,.juranote-inner-page .main{width:100%;max-width:none;margin:0;padding:0;background:transparent;border:0;box-shadow:none}
.juranote-inner-page #sidebar,.juranote-inner-page .article-header,.juranote-inner-page .entry-title{display:none!important}
.jn-subpage{--j-ink:#281d16;--j-muted:#716357;--j-paper:#f4ecdf;--j-line:#d8c9b5;--j-amber:#a47a43;--j-serif:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;--j-sans:"Hiragino Kaku Gothic ProN","Yu Gothic","Noto Sans JP",sans-serif;color:var(--j-ink);background:#fffaf2;font-family:var(--j-serif);overflow:hidden}
.jn-subpage *{box-sizing:border-box}.jn-subpage a{color:inherit;text-decoration:none}.jn-sub-wrap{width:min(calc(100% - 72px),1180px);margin:auto}
.jn-sub-header{min-height:72px;display:flex;align-items:center;gap:20px;padding:8px max(3vw,28px);background:#f7f0e5;border-bottom:1px solid var(--j-line)}
.jn-sub-brand{display:flex;align-items:center;gap:9px;white-space:nowrap}.jn-sub-brand>span{font:2.7rem/1 Georgia,serif;color:#4b3525}.jn-sub-brand b{display:block;font:1.45rem/1 Georgia,serif;letter-spacing:.03em}.jn-sub-brand small{display:block;margin-top:5px;font:700 .56rem/1 var(--j-sans);letter-spacing:.14em}.jn-sub-header>p{max-width:130px;margin:0;color:#6b5e52;font:.58rem/1.45 var(--j-sans)}.jn-sub-header nav{display:flex;gap:clamp(10px,1.5vw,24px);margin-left:auto;font:700 .75rem/1 var(--j-sans);white-space:nowrap}.jn-sub-header nav a{padding:20px 0;border-bottom:2px solid transparent}.jn-sub-header nav a:hover,.jn-sub-header nav a[aria-current]{border-color:var(--j-amber)}
.jn-sub-breadcrumb{padding:12px 0;background:#faf4ea;color:#806e5c;font:.68rem/1.4 var(--j-sans)}.jn-sub-breadcrumb .jn-sub-wrap{display:flex;gap:10px;align-items:center}.jn-sub-breadcrumb a:hover{text-decoration:underline}
.jn-sub-hero{position:relative;min-height:395px;display:grid;align-items:center;isolation:isolate;color:#fff9ee;background:#1b140f}.jn-sub-hero>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}.jn-sub-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(15,10,7,.94),rgba(15,10,7,.68) 48%,rgba(15,10,7,.12) 85%)}.jn-sub-hero__text{max-width:620px;padding:60px 0}.jn-sub-eyebrow,.jn-sub-heading>span{color:#d2a66d;font:700 .7rem/1.4 Georgia,serif;letter-spacing:.16em}.jn-sub-hero h1{margin:14px 0;color:#fff9ee!important;font:400 clamp(2.5rem,5vw,4.5rem)/1.2 var(--j-serif)!important;letter-spacing:.06em}.jn-sub-hero__lead{margin:0;font:400 clamp(1.2rem,2vw,1.8rem)/1.6 var(--j-serif)}.jn-sub-hero__intro{margin:14px 0 0;color:#f1e3d0;font:.96rem/1.9 var(--j-sans)}
.jn-sub-section{padding:68px 0 78px;background:#fffaf2}.jn-sub-section--paper{background-color:var(--j-paper);background-image:radial-gradient(rgba(81,53,33,.07) .7px,transparent .8px);background-size:8px 8px}.jn-sub-heading{display:flex;align-items:baseline;gap:20px;margin-bottom:30px;padding-bottom:17px;border-bottom:1px solid var(--j-line)}.jn-sub-heading h2{order:-1;margin:0;color:var(--j-ink)!important;font:400 clamp(1.8rem,2.8vw,2.7rem)/1.35 var(--j-serif)!important;letter-spacing:.04em}.jn-sub-heading>span{color:var(--j-amber)}
.jn-sub-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.jn-sub-card{display:block;min-width:0;background:#fffdfa;border:1px solid var(--j-line);box-shadow:0 11px 26px rgba(50,33,20,.08);transition:transform .2s,box-shadow .2s}.jn-sub-card:hover{transform:translateY(-4px);box-shadow:0 17px 30px rgba(50,33,20,.16)}.jn-sub-card img{display:block;width:100%;aspect-ratio:1.48;object-fit:cover}.jn-sub-card span,.jn-sub-card b,.jn-sub-card small{display:block;margin-inline:18px}.jn-sub-card span{margin-top:16px;color:var(--j-amber);font:700 .58rem/1.2 Georgia,serif;letter-spacing:.12em}.jn-sub-card b{margin-top:8px;font:500 1.2rem/1.45 var(--j-serif)}.jn-sub-card small{margin-top:6px;margin-bottom:18px;color:var(--j-muted);font:.75rem/1.5 var(--j-sans)}.jn-sub-card:not(:has(small)){padding-bottom:17px}
.jn-sub-split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.jn-sub-split p{color:#5d5046;font:1rem/2 var(--j-sans)}.jn-sub-split .jn-sub-large{color:var(--j-ink);font:1.42rem/1.85 var(--j-serif)}.jn-sub-split img{width:100%;max-height:370px;object-fit:cover;box-shadow:18px 18px 0 #e3d5c2}.jn-sub-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;border:1px solid var(--j-line)}.jn-sub-facts div{padding:24px;border-right:1px solid var(--j-line)}.jn-sub-facts div:last-child{border:0}.jn-sub-facts dt{color:var(--j-amber);font:700 .72rem var(--j-sans)}.jn-sub-facts dd{margin:13px 0 0;font:1.1rem/1.6 var(--j-serif)}.jn-sub-number-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--j-line);background:#fffdfa}.jn-sub-number-grid--four{grid-template-columns:repeat(4,1fr)}.jn-sub-number-grid>div{min-height:160px;padding:26px;border-right:1px solid var(--j-line)}.jn-sub-number-grid>div:last-child{border:0}.jn-sub-number-grid small{color:var(--j-amber);font:.75rem Georgia,serif}.jn-sub-number-grid h3{margin:30px 0 10px;color:var(--j-ink);font:500 1.2rem/1.45 var(--j-serif)}.jn-sub-number-grid p{margin:0;color:var(--j-muted);font:.78rem/1.7 var(--j-sans)}.jn-sub-wide{max-width:860px;margin:25px 0 0;color:#53473d;font:1rem/2 var(--j-sans)}.jn-sub-note{margin:20px 0 0;color:var(--j-muted);font:.78rem/1.85 var(--j-sans)}.jn-sub-sources{margin:0;padding-left:1.5rem;font:.85rem/2 var(--j-sans)}.jn-sub-sources a{text-decoration:underline}.jn-sub-pagination{margin-top:30px;text-align:center}.jn-sub-pagination .page-numbers{display:inline-block;margin:4px;padding:8px 12px;border:1px solid var(--j-line)}
.jn-sub-research{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.jn-sub-research>div{border:1px solid var(--j-line);background:#fffdfa;padding:28px;min-width:0}.jn-sub-research h3{margin:0 0 14px;color:var(--j-ink);font:500 1.3rem/1.5 var(--j-serif)}.jn-sub-research p{margin:0;color:#53473d;font:.91rem/1.9 var(--j-sans)}
.jn-sub-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:52px;padding:12px 22px;border:1px solid #8b6b42;border-radius:3px;background:#6b5032;color:#fffdf8!important;font:700 .9rem/1.5 var(--j-sans);text-decoration:none!important;transition:background .2s ease,transform .2s ease}.jn-sub-cta:hover,.jn-sub-cta:focus-visible{background:#47331f;transform:translateY(-2px)}.jn-sub-cta:focus-visible{outline:3px solid #d5a95e;outline-offset:3px}.jn-sub-cta span{font-size:1.2rem}.jn-sub-cta--hero{margin-top:28px;background:rgba(125,93,54,.9);border-color:#d5b482}.jn-sub-cta--hero:hover,.jn-sub-cta--hero:focus-visible{background:#795834}.jn-sub-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;padding:28px;border:1px solid var(--j-line);background:#f4eadc}.jn-sub-cta-panel p{max-width:620px;margin:0;color:var(--j-ink);font:1.08rem/1.8 var(--j-serif)}#jn-practical-guide{scroll-margin-top:80px}
.jn-market-criteria{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0 0;padding:0;list-style:none}.jn-market-criteria li{padding:18px;border-left:3px solid var(--j-amber);background:#fffdfa;color:#53473d;font:.87rem/1.7 var(--j-sans)}.jn-market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.jn-market-card{display:flex;flex-direction:column;min-width:0;padding:26px;background:#fffdfa;border:1px solid var(--j-line);box-shadow:5px 5px 0 #e8dac8}.jn-market-card h3{margin:0 0 20px;color:var(--j-ink);font:500 1.35rem/1.45 var(--j-serif)}.jn-market-card dl{margin:0}.jn-market-card dl div{padding:13px 0;border-top:1px solid var(--j-line)}.jn-market-card dt{color:var(--j-amber);font:700 .72rem/1.5 var(--j-sans)}.jn-market-card dd{margin:5px 0 0;color:#53473d;font:.85rem/1.75 var(--j-sans)}.jn-market-card>a{display:flex;justify-content:space-between;gap:12px;margin-top:auto;padding-top:20px;color:#5d4329;text-decoration:underline;font:700 .85rem/1.6 var(--j-sans)}.jn-market-card>a:focus-visible{outline:3px solid var(--j-amber);outline-offset:4px}
@media(max-width:740px){.jn-sub-cta-panel{display:block;padding:22px}.jn-sub-cta-panel .jn-sub-cta{margin-top:18px}.jn-sub-cta{width:100%}}
@media(max-width:1000px){.jn-market-grid{grid-template-columns:1fr 1fr}}
@media(max-width:740px){.jn-market-grid,.jn-market-criteria{grid-template-columns:1fr}.jn-market-card{padding:22px}}
.jn-sub-form{max-width:740px;margin-top:32px;padding:36px;background:#fffdfa;border:1px solid var(--j-line)}.jn-sub-form label{display:block;margin-bottom:22px;font:700 .87rem var(--j-sans)}.jn-sub-form label span{margin-left:6px;padding:2px 5px;background:#987044;color:white;font-size:.66rem}.jn-sub-form input,.jn-sub-form textarea{display:block;width:100%;margin-top:10px;padding:12px;border:1px solid #cdbda8;background:#fcf8f1;font:1rem var(--j-sans)}.jn-sub-form button{padding:13px 34px;border:0;background:#4c3626;color:white;cursor:pointer}.jn-sub-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.jn-sub-form-message{max-width:740px;padding:13px 16px;background:#eee0c8;font:.9rem var(--j-sans)}
.jn-sub-footer{padding:28px 0;background:#241a13;color:#f0e3d0}.jn-sub-footer .jn-sub-wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}.jn-sub-footer .jn-sub-brand>span{color:#caa976}.jn-sub-footer nav{display:flex;flex-wrap:wrap;gap:20px;font:.72rem var(--j-sans)}
@media(max-width:1000px){.jn-sub-header>p{display:none}.jn-sub-cards{grid-template-columns:repeat(2,1fr)}.jn-sub-number-grid--four{grid-template-columns:repeat(2,1fr)}.jn-sub-number-grid--four>div:nth-child(2){border-right:0}.jn-sub-number-grid--four>div:nth-child(-n+2){border-bottom:1px solid var(--j-line)}}
@media(max-width:740px){.jn-sub-wrap{width:calc(100% - 32px)}.jn-sub-header{display:block;padding:8px 15px}.jn-sub-brand{justify-content:center}.jn-sub-header nav{overflow-x:auto;gap:18px;margin-top:8px;scrollbar-width:none}.jn-sub-header nav a{flex:none;padding:10px 0}.jn-sub-hero{min-height:430px;align-items:end}.jn-sub-hero>img{object-position:65% center}.jn-sub-hero:after{background:linear-gradient(0deg,rgba(15,10,7,.96),rgba(15,10,7,.56) 75%,rgba(15,10,7,.18))}.jn-sub-hero__text{padding:145px 0 42px;min-width:0}.jn-sub-hero h1{font-size:2.8rem!important}.jn-sub-hero__lead{font-size:1.2rem;overflow-wrap:anywhere}.jn-sub-section{padding:48px 0}.jn-sub-heading{display:block}.jn-sub-heading>span{display:block;margin-top:8px}.jn-sub-cards,.jn-sub-split,.jn-sub-facts,.jn-sub-number-grid,.jn-sub-number-grid--four,.jn-sub-research{grid-template-columns:1fr}.jn-sub-split{gap:28px}.jn-sub-split img{box-shadow:10px 10px 0 #e3d5c2}.jn-sub-facts div,.jn-sub-number-grid>div,.jn-sub-number-grid--four>div:nth-child(2){border-right:0;border-bottom:1px solid var(--j-line)}.jn-sub-facts div:last-child,.jn-sub-number-grid>div:last-child{border-bottom:0}.jn-sub-number-grid>div{min-height:125px}.jn-sub-number-grid h3{margin-top:17px}.jn-sub-research>div{padding:22px}.jn-sub-footer .jn-sub-wrap{display:grid;justify-content:start}.jn-sub-footer .jn-sub-brand{justify-content:start}.jn-sub-form{padding:22px}}
@media(prefers-reduced-motion:reduce){.jn-subpage *{transition:none!important}}
@media (max-width: 390px) {
  .jn-purpose-grid { grid-template-columns: 1fr; }
  .jn-purpose { min-height: 154px; }
}

/* =========================================================
   JURANOTE FINAL TOP PAGE v2
   ========================================================= */
.juranote-home .header-container, .juranote-home .navi, .juranote-home .footer,
.juranote-home .go-to-top, .juranote-home .breadcrumb { display: none !important; }
.juranote-home #container, .juranote-home #content, .juranote-home .content-in { width: 100%; max-width: none; margin: 0; padding: 0; }
.jn-final { color: #201914; background: #f3ecdf; font-family: var(--jn-serif); overflow: hidden; }
.jn-final a { color: inherit; text-decoration: none; }
.jn-wrap { width: min(90%, 1180px); margin-inline: auto; }
.jn-paper { position: relative; background-color: #f4ede1; background-image: radial-gradient(rgba(74,48,31,.07) .7px, transparent .8px), linear-gradient(105deg, transparent 55%, rgba(144,103,58,.035)); background-size: 8px 8px, 100% 100%; }
.jn-topbar { min-height: 84px; display: grid; grid-template-columns: 250px 1fr 240px; align-items: center; gap: 26px; padding: 11px max(4vw, 24px); background: rgba(247,240,228,.98); border-bottom: 1px solid rgba(70,45,29,.16); }
.jn-brand { display: flex; align-items: center; gap: 12px; }
.jn-brand svg { width: 50px; height: 50px; fill: none; stroke: #37271d; stroke-width: 1.35; }
.jn-brand strong { display: block; font: 500 1.55rem/1 Georgia, serif; letter-spacing: .04em; }
.jn-brand small { display: block; margin-top: 5px; font: 700 .64rem/1 var(--jn-sans); letter-spacing: .18em; }
.jn-nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 30px); font: 700 .82rem/1.3 var(--jn-sans); }
.jn-nav a { padding: 14px 0 10px; border-bottom: 1px solid transparent; white-space: nowrap; }
.jn-nav a:hover, .jn-nav a:focus-visible { border-color: #8e6739; }
.jn-search { height: 44px; display: grid; grid-template-columns: 1fr 42px; background: rgba(255,255,255,.58); border: 1px solid rgba(70,45,29,.13); border-radius: 99px; overflow: hidden; }
.jn-search input { min-width: 0; padding: 0 5px 0 18px; border: 0; background: transparent; font: .78rem var(--jn-sans); }
.jn-search button { border: 0; background: transparent; font-size: 1.4rem; cursor: pointer; }
.jn-final-hero { position: relative; height: clamp(570px, 61vw, 760px); background: #100d0b; color: #fffaf0; overflow: hidden; isolation: isolate; }
.jn-final-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.jn-final-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,8,7,.95) 0%, rgba(10,8,7,.76) 40%, rgba(10,8,7,.16) 72%, rgba(10,8,7,.42) 100%), linear-gradient(0deg, rgba(5,4,3,.6), transparent 45%); }
.jn-final-hero__rail { position: absolute; left: 26px; top: 50%; transform: translate(-50%,-50%) rotate(-90deg); color: #b79563; font: .62rem/1 Georgia, serif; letter-spacing: .16em; white-space: nowrap; }
.jn-final-hero__inner { width: min(86%, 1180px); margin-inline: auto; padding-top: clamp(100px, 12vw, 160px); }
.jn-kicker { margin: 0 0 20px; font: .88rem/1.3 Georgia, serif; letter-spacing: .14em; }
.jn-final-hero h1 { margin: 0; color: #fffaf0 !important; font: 500 clamp(3rem, 5.1vw, 5.2rem)/1.23 var(--jn-serif) !important; letter-spacing: .08em; text-shadow: 0 3px 22px #000; }
.jn-final-hero__inner > p:last-of-type { margin: 24px 0 0; font: 500 clamp(.95rem, 1.3vw, 1.18rem)/2 var(--jn-serif); letter-spacing: .04em; }
.jn-final-actions { display: flex; gap: 20px; margin-top: 30px; }
.jn-final-actions a { min-width: 220px; padding: 17px 24px; text-align: center; color: #fff !important; border: 1px solid rgba(235,203,153,.72); background: rgba(126,91,48,.82); font-size: 1.03rem; transition: .2s ease; }
.jn-final-actions a:hover { background: #b68748; transform: translateY(-2px); }
.jn-final-hero__aside { position: absolute; right: 5.5%; bottom: 8%; text-align: right; }
.jn-final-hero__aside em { display: block; color: #e1c79c; font: italic 1rem/1.75 Georgia, serif; transform: rotate(-7deg); }
.jn-final-hero__aside span { display: block; margin-top: 15px; font-size: 1.1rem; line-height: 1.8; }
.jn-purpose-section { padding: 52px 0 62px; }
.jn-purpose-section::before, .jn-purpose-section::after { content: ""; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(80,53,35,.10); border-radius: 50%; box-shadow: inset 0 0 0 22px rgba(80,53,35,.025), inset 0 0 0 48px rgba(80,53,35,.025); }
.jn-purpose-section::before { left: -85px; top: 35px; }.jn-purpose-section::after { right: -80px; bottom: -80px; }
.jn-center-head { position: relative; z-index: 1; text-align: center; margin-bottom: 28px; }
.jn-center-head h2 { margin: 0; font: 500 clamp(1.8rem, 3vw, 2.65rem)/1.3 var(--jn-serif); letter-spacing: .07em; }
.jn-center-head span { display: block; margin-top: 8px; color: #7c6043; font: .66rem/1 Georgia, serif; letter-spacing: .15em; }
.jn-photo-cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.jn-photo-card { background: rgba(255,253,248,.88); border: 1px solid rgba(70,45,29,.13); box-shadow: 0 9px 24px rgba(48,33,22,.08); transition: transform .25s ease, box-shadow .25s ease; }
.jn-photo-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(48,33,22,.16); }
.jn-photo-card > img { width: 100%; aspect-ratio: 1.5; object-fit: cover; filter: sepia(.12) contrast(1.05); }
.jn-photo-card > div { min-height: 125px; position: relative; padding: 17px 17px 14px; }
.jn-photo-card h3 { display: flex; align-items: center; gap: 10px; margin: 0; font: 500 1.05rem/1.4 var(--jn-serif); }
.jn-photo-card h3 b { font: 500 1.25rem/1 var(--jn-sans); }
.jn-photo-card p { margin: 5px 0 0; color: #6f6459; font: .72rem/1.5 var(--jn-sans); }
.jn-photo-card div > span { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); color: #77522e; }
.jn-index-section { padding: 34px 0 42px; color: #f8efe0; background: #17130f; }
.jn-row-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.jn-row-head h2 { margin: 0; color: inherit !important; font: 500 clamp(1.5rem, 2.5vw, 2.25rem)/1.3 var(--jn-serif); }
.jn-row-head h2 small { margin-left: 14px; color: #b99a72; font: .57rem/1 Georgia, serif; letter-spacing: .16em; }
.jn-row-head > a { font: .72rem/1 var(--jn-sans); }
.jn-index-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.jn-index-grid a { text-align: center; }
.jn-index-grid img { width: 100%; aspect-ratio: 1.25; object-fit: cover; border: 1px solid rgba(255,255,255,.18); filter: sepia(.18); transition: filter .25s ease; }
.jn-index-grid a:hover img { filter: none; }
.jn-index-grid span { display: block; padding-top: 8px; font-size: .74rem; }
.jn-featured { padding: 40px 0 46px; }
.jn-row-head--dark { color: #241b15; }
.jn-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.jn-feature-grid > a { display: grid; grid-template-columns: 46% 54%; min-height: 145px; background: rgba(255,255,255,.42); }
.jn-feature-grid img { width: 100%; height: 100%; object-fit: cover; }
.jn-feature-grid div { position: relative; padding: 22px 18px; }
.jn-feature-grid span { position: absolute; top: 0; right: 0; padding: 4px 12px; color: #fff; background: #9b7444; font: .65rem var(--jn-sans); }
.jn-feature-grid h3 { margin: 18px 0 0; font: 600 .9rem/1.65 var(--jn-serif); }
.jn-feature-grid b { position: absolute; right: 12px; bottom: 10px; font-weight: 400; }
.jn-story { position: relative; min-height: 490px; display: grid; align-items: center; color: #fffaf0; background: #24180f; isolation: isolate; }
.jn-story > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.jn-story::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(28,16,10,.94), rgba(28,16,10,.72) 42%, rgba(28,16,10,.10) 72%); }
.jn-story__copy { width: min(500px, 48%); padding: 60px 20px; }
.jn-story h2 { margin: 0; color: #fffaf0 !important; font: 500 clamp(2rem, 3.5vw, 3rem)/1.45 var(--jn-serif); letter-spacing: .06em; }
.jn-story p { margin: 20px 0 0; font-size: .92rem; line-height: 2; }
.jn-story a { display: inline-block; margin-top: 25px; padding: 10px 22px; border: 1px solid #fff7e8; border-radius: 99px; }
.jn-news { padding: 26px 0; background: #f7f1e7; }
.jn-news__grid { display: grid; grid-template-columns: 100px 1fr 360px; gap: 30px; align-items: center; }
.jn-news h2 { margin: 0; font: 500 1.15rem/1.3 var(--jn-serif); }.jn-news small { font: .55rem Georgia, serif; letter-spacing: .14em; color: #816b54; }
.jn-news__list { padding: 12px 22px; background: rgba(255,255,255,.44); box-shadow: 0 4px 20px rgba(50,36,25,.06); }
.jn-news__list a { display: flex; gap: 20px; padding: 3px 0; font: .72rem/1.5 var(--jn-sans); }
.jn-news__list time { color: #73695f; flex: 0 0 78px; }.jn-news__list p { margin: 8px 0; font-size: .78rem; color: #756b61; }
.jn-beginner { min-height: 88px; position: relative; display: flex; align-items: center; padding: 15px 42px 15px 150px; color: #fff !important; background: #1e1712; overflow: hidden; }
.jn-beginner img { position: absolute; inset: 0 auto 0 0; width: 135px; height: 100%; object-fit: cover; }
.jn-beginner span { font-size: .85rem; }.jn-beginner span small { display: block; margin-top: 6px; color: #fff; font: .68rem var(--jn-sans); }.jn-beginner b { margin-left: auto; font-weight: 400; }
.jn-footer { padding: 28px 0; border-top: 1px solid rgba(70,45,29,.16); background: #f7f1e7; }
.jn-footer .jn-wrap { display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 30px; }
.jn-brand--footer svg { width: 44px; height: 44px; }.jn-footer nav { display: flex; justify-content: center; gap: 24px; font: .68rem var(--jn-sans); }.jn-footer p { margin: 0; color: #776b60; font: italic .58rem Georgia, serif; }

@media (max-width: 900px) {
  .jn-topbar { grid-template-columns: 220px 1fr; }.jn-search { display: none; }.jn-nav { justify-content: end; gap: 14px; }
  .jn-photo-cards { grid-template-columns: repeat(3, 1fr); }.jn-index-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .jn-feature-grid { gap: 15px; }.jn-feature-grid > a { grid-template-columns: 1fr; }.jn-feature-grid img { height: 150px; }
  .jn-news__grid { grid-template-columns: 90px 1fr; }.jn-beginner { grid-column: 1 / -1; }
}

/* Reference-accurate desktop proportions */
@media (min-width: 901px) {
  .jn-wrap { width: min(calc(100% - 72px), 1180px); }
  .jn-topbar { min-height: 62px; grid-template-columns: 270px 1fr 230px; gap: 16px; padding: 6px 42px; }
  .jn-brand svg { width: 46px; height: 46px; }
  .jn-brand strong { font-size: 1.4rem; }
  .jn-brand small { margin-top: 3px; font-size: .55rem; }
  .jn-brand::after { content: "化石の価値・買取・販売・採集がわかる専門メディア"; max-width: 120px; margin-left: 4px; color: #5d5147; font: .48rem/1.5 var(--jn-sans); }
  .jn-nav { gap: clamp(10px, 1.4vw, 22px); font-size: .68rem; }
  .jn-search { height: 36px; }
  .jn-final-hero { height: 395px; }
  .jn-final-hero::before { content: "01\A—\A03"; white-space: pre; position: absolute; left: 29px; bottom: 28px; z-index: 2; color: #ead4ae; font: .55rem/1.7 Georgia, serif; }
  .jn-final-hero__inner { width: min(calc(100% - 270px), 920px); padding-top: 50px; }
  .jn-kicker { margin-bottom: 12px; font-size: .72rem; }
  .jn-final-hero h1 { font-size: clamp(2.4rem, 4.3vw, 4.2rem) !important; line-height: 1.2 !important; }
  .jn-final-hero__inner > p:last-of-type { margin-top: 15px; font-size: .82rem; line-height: 1.7; }
  .jn-final-actions { margin-top: 17px; gap: 18px; }
  .jn-final-actions a { min-width: 185px; padding: 12px 18px; font-size: .88rem; }
  .jn-final-hero__aside { bottom: 7%; right: 6%; }
  .jn-final-hero__aside em { font-size: .8rem; }.jn-final-hero__aside span { margin-top: 8px; font-size: .9rem; }
  .jn-purpose-section { min-height: 320px; padding: 28px 0 36px; }
  .jn-center-head { margin-bottom: 18px; }.jn-center-head h2 { font-size: 1.75rem; }.jn-center-head span { font-size: .5rem; }
  .jn-photo-cards { gap: 13px; }.jn-photo-card > img { aspect-ratio: 1.5; }.jn-photo-card > div { min-height: 88px; padding: 11px 12px; }.jn-photo-card h3 { font-size: .86rem; }.jn-photo-card h3 b { font-size: 1rem; }.jn-photo-card p { font-size: .56rem; }.jn-photo-card div > span { bottom: 5px; font-size: .8rem; }
  .jn-index-section { padding: 25px 0 23px; }.jn-row-head { margin-bottom: 13px; }.jn-row-head h2 { font-size: 1.45rem; }.jn-row-head > a { font-size: .55rem; }.jn-index-grid { gap: 6px; }.jn-index-grid img { aspect-ratio: 1.28; }.jn-index-grid span { padding-top: 5px; font-size: .56rem; }
  .jn-featured { padding: 22px 0 25px; }.jn-featured .jn-row-head { margin-bottom: 12px; }.jn-feature-grid { gap: 25px; }.jn-feature-grid > a { min-height: 105px; }.jn-feature-grid div { padding: 12px; }.jn-feature-grid h3 { margin-top: 14px; font-size: .7rem; }.jn-feature-grid span { font-size: .52rem; }
  .jn-story { min-height: 300px; }.jn-story__copy { padding: 34px 0; }.jn-story h2 { font-size: 2rem; }.jn-story p { margin-top: 12px; font-size: .72rem; line-height: 1.8; }.jn-story a { margin-top: 13px; padding: 7px 18px; font-size: .68rem; }
  .jn-news { padding: 14px 0; }.jn-news__grid { grid-template-columns: 70px 1fr 320px; gap: 20px; }.jn-news h2 { font-size: .9rem; }.jn-news__list { padding: 7px 16px; }.jn-news__list a { font-size: .58rem; }.jn-beginner { min-height: 70px; padding-left: 125px; }.jn-beginner img { width: 112px; }.jn-beginner span { font-size: .72rem; }
  .jn-footer { padding: 18px 0; }.jn-footer .jn-wrap { grid-template-columns: 220px 1fr auto; }.jn-footer .jn-brand::after { display: none; }.jn-brand--footer svg { width: 38px; height: 38px; }.jn-footer nav { font-size: .58rem; }.jn-footer p { font-size: .5rem; }
}
@media (max-width: 767px) {
  .jn-topbar { min-height: 70px; display: flex; justify-content: space-between; padding: 9px 16px; }.jn-brand svg { width: 42px; height: 42px; }.jn-brand strong { font-size: 1.28rem; }.jn-nav { width: 48%; overflow-x: auto; justify-content: flex-start; gap: 18px; scrollbar-width: none; }.jn-nav a { font-size: .72rem; }.jn-nav a:first-child::before { content: "MENU · "; color: #9a713d; }.jn-nav a:not(:first-child) { display: none; }
  .jn-final-hero { height: 680px; }.jn-final-hero > img { object-position: 61% center; }.jn-final-hero::after { background: linear-gradient(0deg, rgba(10,8,7,.96), rgba(10,8,7,.56) 68%, rgba(10,8,7,.25)); }.jn-final-hero__inner { width: calc(100% - 48px); padding-top: 230px; }.jn-final-hero h1 { font-size: clamp(2.45rem, 12vw, 3.7rem) !important; }.jn-kicker { font-size: .7rem; }.jn-final-actions { display: grid; gap: 10px; }.jn-final-actions a { min-width: 0; }.jn-final-hero__aside { display: none; }.jn-final-hero__rail { left: 14px; }
  .jn-purpose-section { padding: 42px 0; }.jn-photo-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; }.jn-photo-card:last-child { grid-column: 1 / -1; }.jn-photo-card > div { min-height: 112px; padding: 13px; }.jn-photo-card h3 { font-size: .92rem; }.jn-photo-card p { font-size: .65rem; }
  .jn-row-head { align-items: start; gap: 12px; }.jn-row-head h2 small { display: block; margin: 7px 0 0; }.jn-row-head > a { text-align: right; line-height: 1.5; }.jn-index-grid { grid-template-columns: repeat(2, 1fr); gap: 14px 8px; }
  .jn-feature-grid { grid-template-columns: 1fr; }.jn-feature-grid > a { grid-template-columns: 40% 60%; }.jn-feature-grid img { height: 100%; }.jn-story { min-height: 540px; align-items: end; }.jn-story > img { object-position: 65% center; }.jn-story::after { background: linear-gradient(0deg, rgba(28,16,10,.96), rgba(28,16,10,.45) 72%, rgba(28,16,10,.12)); }.jn-story__copy { width: 100%; padding: 170px 0 45px; }
  .jn-news__grid { grid-template-columns: 1fr; gap: 15px; }.jn-news__list a { display: grid; gap: 2px; }.jn-beginner { grid-column: auto; min-height: 96px; padding-left: 140px; }.jn-footer .jn-wrap { grid-template-columns: 1fr; text-align: center; }.jn-brand--footer { justify-content: center; }.jn-footer nav { flex-wrap: wrap; }.jn-desktop { display: none; }
}

/* Editable article-end navigation pattern (never an image). */
.entry-content .jn-next-actions,.jn-next-actions{box-sizing:border-box;margin:3.5rem 0 2rem;padding:clamp(24px,4vw,48px);background:#f7f0e4;border:1px solid #d7c5a9;color:#2d241d}
.jn-next-actions *{box-sizing:border-box}
.jn-next-actions .jn-next-actions__eyebrow{margin:0 0 10px;color:#89683c;font:700 .72rem/1.5 Georgia,serif;letter-spacing:.16em}
.jn-next-actions h2{margin:0 0 12px;padding:0;border:0;background:none;color:#2d241d;font:500 clamp(1.45rem,2.6vw,2rem)/1.4 Georgia,"Yu Mincho",serif}
.jn-next-actions .jn-next-actions__lead{margin:0 0 26px;color:#655549;font:.92rem/1.8 "Yu Gothic",Meiryo,sans-serif}
.jn-next-actions .jn-next-actions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0}
.jn-next-actions .jn-next-actions__card{display:flex;flex-direction:column;min-width:0;margin:0;padding:24px;background:#fffdf8;border:1px solid #d9c9b3}
.jn-next-actions .jn-next-actions__card:nth-child(2){background:#f2e6d4}
.jn-next-actions .jn-next-actions__card:nth-child(3){background:#ead8bd}
.jn-next-actions .jn-next-actions__number{margin:0 0 22px;color:#89683c;font:700 .7rem/1.4 Georgia,serif;letter-spacing:.12em}
.jn-next-actions .jn-next-actions__card h3{margin:0 0 12px;padding:0;border:0;background:none;color:#2d241d;font:500 1.2rem/1.5 Georgia,"Yu Mincho",serif}
.jn-next-actions .jn-next-actions__card p:not(.jn-next-actions__number):not(.jn-next-actions__link){margin:0 0 24px;color:#574a40;font:.84rem/1.8 "Yu Gothic",Meiryo,sans-serif}
.jn-next-actions .jn-next-actions__link{margin:auto 0 0;font:700 .85rem/1.6 "Yu Gothic",Meiryo,sans-serif}
.jn-next-actions .jn-next-actions__link a{display:inline-block;padding:7px 0;color:#604225;text-decoration:none;border-bottom:1px solid currentColor}
.jn-next-actions .jn-next-actions__link a:hover,.jn-next-actions .jn-next-actions__link a:focus-visible{color:#2d241d;border-bottom-width:2px}
.jn-next-actions .jn-next-actions__link a:focus-visible{outline:2px solid #604225;outline-offset:4px}
@media(max-width:767px){.jn-next-actions .jn-next-actions__grid{grid-template-columns:1fr}.jn-next-actions .jn-next-actions__card{padding:20px}.jn-next-actions .jn-next-actions__number{margin-bottom:12px}}
