@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
:root{--ink:#242522;--muted:#65665f;--paper:#fff;--soft:#f5f5f0;--line:#dcded5;--lime:#d6ed65;--serif:Georgia,'Times New Roman',serif;--sans:'DM Sans','Noto Sans JP',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.8 var(--sans)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.4}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #567319;outline-offset:5px}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1{font-size:clamp(1.8rem,3.3vw,3rem);line-height:1.6;letter-spacing:.035em;font-weight:500}h2{font-weight:500}h3{font-weight:500;font-size:1.1rem}small,.small{font-size:.8rem}.muted{color:var(--muted)}.topline{text-align:center;background:var(--lime);font-size:.7rem;letter-spacing:.23em;padding:5px}header{height:96px;display:flex;align-items:center;padding:0 5%;gap:48px;border-bottom:1px solid var(--line)}.logo{font-family:var(--serif);font-size:3rem;font-weight:700;letter-spacing:-.065em;line-height:1}.logo span{color:#91a638;font-size:.8em;margin-left:-6px}header nav{display:flex;gap:30px;margin:auto;font-size:.78rem;letter-spacing:.13em}header nav a{position:relative}header nav a.active:after{content:'';position:absolute;height:2px;background:var(--ink);left:0;right:0;bottom:-9px}.my-link{font-size:.85rem;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:30px;padding:8px 18px}.wrap{max-width:1280px;margin:auto;padding:0 5%}.eyebrow{font-size:.75rem;letter-spacing:.16em;font-weight:600;text-transform:uppercase}.hero{display:grid;grid-template-columns:.95fr 1.05fr;min-height:565px;margin:36px 0 0;background:var(--soft)}.hero-copy{padding:55px 8%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-copy .eyebrow{margin-bottom:24px}.hero h1{font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.75;letter-spacing:.06em}.hero-copy>p{font-size:.92rem;margin:20px 0 28px;line-height:2.1}.hero-visual{position:relative;min-height:450px;overflow:hidden;background:#e4e4df}.hero-visual img{height:100%;position:absolute;object-position:60% center}.hero-caption{position:absolute;bottom:22px;left:26px;color:white;font-family:var(--serif);font-size:2rem;text-shadow:0 1px 14px #222}.hero-caption small{display:block;font: .7rem var(--sans);letter-spacing:.12em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--ink);color:white;border:1px solid var(--ink);padding:15px 22px;min-height:52px;font-size:.9rem;line-height:1.5;transition:background .2s,transform .2s;text-align:center}.btn:hover{background:#44483b}.btn.lime{background:var(--lime);color:var(--ink);border-color:var(--lime)}.btn.lime:hover{background:#c5df4f}.btn.outline{background:transparent;color:var(--ink);border-color:var(--line)}.btn.outline:hover{background:var(--soft)}.btn .arrow{font-size:1.35rem;line-height:1}.micro{font-size:.75rem!important;color:var(--muted);margin-top:12px!important;letter-spacing:.02em}.ticker{display:flex;gap:24px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0;font-size:.8rem;flex-wrap:wrap}.ticker .eyebrow{font-size:.68rem}.ticker a{border-bottom:1px solid #bbb}.section{padding:65px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:27px}.section-title{font-family:var(--serif);font-size:clamp(2rem,3vw,2.8rem);letter-spacing:-.025em;line-height:1.25}.section-title em{font-weight:400}.section-head p{font-size:.82rem;color:var(--muted);margin-top:10px}.text-link{font-size:.83rem;border-bottom:1px solid var(--ink);padding-bottom:3px;white-space:nowrap}.creator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.creator-card{min-width:0}.portrait{position:relative;aspect-ratio:4/4.6;background:var(--tone,#e5e5df);overflow:hidden;display:flex;align-items:center;justify-content:center}.portrait img{height:100%;object-position:62% 45%;transition:transform .5s}.creator-card:hover img{transform:scale(1.035)}.initial{font:italic 6rem var(--serif);color:var(--initial,#4f5549);letter-spacing:-.08em}.portrait-label{position:absolute;bottom:16px;left:18px;font-size:.7rem;letter-spacing:.14em}.sample-tag{position:absolute;top:14px;left:14px;background:#ffffffd9;padding:3px 8px;font-size:.65rem;letter-spacing:.06em}.match-badge{position:absolute;right:13px;bottom:13px;background:var(--lime);padding:7px 11px;font-size:.75rem}.match-badge strong{font:1.65rem var(--serif)}.card-body{padding:18px 0 22px;border-bottom:1px solid var(--line)}.card-title{display:flex;align-items:center;justify-content:space-between}.card-title h3{font:1.8rem var(--serif)}.card-title span{font-size:.8rem}.chips{display:flex;flex-wrap:wrap;gap:6px;margin:11px 0}.chip{padding:3px 9px;background:var(--soft);font-size:.75rem;line-height:1.7}.match-reason{font-size:.8rem;margin:10px 0;color:#4e5c21}.topics{font-size:.76rem;color:var(--muted)}.feature-band{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:44px 48px;align-items:center;margin:0 0 10px}.feature-band h2{font:italic 2.8rem var(--serif);line-height:1.2}.feature-band p{font-size:.9rem;margin-bottom:20px}.journal-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:24px}.article-cover{height:230px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;background:#e9ebe6}.article-cover .cover-word{font:italic 3rem/1.1 var(--serif)}.article-cover.tone-1{background:#e9e4de}.article-cover.tone-2{background:#dce5e8}.article-meta{display:flex;gap:15px;font-size:.7rem;margin:15px 0 8px;letter-spacing:.07em}.journal-card h3{font-size:.96rem;line-height:1.9}.tips{display:grid;grid-template-columns:1fr 2fr;gap:45px;padding:36px 0;border-top:1px solid var(--line)}.tips h2{font:italic 2.6rem var(--serif)}.tips p{font-size:.92rem;line-height:2}.tips a{display:inline-block;margin-top:12px}footer{background:var(--soft);padding:45px 5% 24px;margin-top:30px}footer>.logo{font-size:2.6rem}footer>p{font-size:.82rem;margin-top:14px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:40px;font-size:.68rem;color:var(--muted);border-top:1px solid var(--line);padding-top:20px}.page-head{padding:48px 0 30px}.page-head h1{margin-top:12px}.page-head p{margin-top:14px;color:var(--muted);font-size:.9rem}.breadcrumb{font-size:.75rem;color:var(--muted);margin-bottom:25px}.question-wrap{max-width:760px;margin:45px auto 70px;padding:0 24px;min-height:550px}.progress-meta{display:flex;justify-content:space-between;font-size:.76rem;letter-spacing:.1em;margin-bottom:10px}progress{appearance:none;width:100%;height:3px;border:0;background:var(--line);display:block}progress::-webkit-progress-bar{background:var(--line)}progress::-webkit-progress-value{background:var(--ink)}progress::-moz-progress-bar{background:var(--ink)}.question-wrap .eyebrow{margin-top:35px;color:var(--muted)}.question-wrap h1{font-size:clamp(1.65rem,3vw,2.3rem);margin:12px 0}.question-benefit{font-size:.87rem;color:var(--muted);margin-bottom:28px}.options{display:grid;grid-template-columns:1fr 1fr;gap:12px;border:0;padding:0;margin:0}.option{position:relative;border:1px solid var(--line);padding:18px;display:flex;gap:12px;align-items:center;cursor:pointer;min-height:70px;background:white}.option:has(input:checked){border-color:var(--ink);background:#f5f8e9;box-shadow:inset 0 0 0 1px var(--ink)}.option:hover{background:var(--soft)}.option input{accent-color:var(--ink);width:17px;height:17px;flex-shrink:0}.option strong{font-size:.94rem;font-weight:500;display:block}.option small{display:block;color:var(--muted);font-size:.74rem;margin-top:3px}.option.unknown{grid-column:1/-1;min-height:53px;padding:12px 18px}.curl-number{font:1.6rem var(--serif);width:46px;flex-shrink:0}.question-actions{display:flex;justify-content:space-between;margin-top:26px;gap:20px}.question-actions .btn{min-width:140px}.plain-btn{background:none;border:0;text-decoration:underline;font-size:.85rem;padding:12px}.back-note{font-size:.75rem;color:var(--muted);text-align:center;margin-top:18px}.result-summary{background:var(--soft);padding:22px 26px;display:flex;justify-content:space-between;gap:20px;align-items:center;margin:0 0 28px}.result-summary .chips{margin-bottom:0}.result-summary .eyebrow{font-size:.7rem}.result-summary .text-link{background:none;border-width:0 0 1px;cursor:pointer}.result-count{display:flex;justify-content:space-between;gap:20px;margin:26px 0;font-size:.84rem}.explanation{margin:25px 0;font-size:.8rem;color:var(--muted)}.explanation summary{cursor:pointer}.explanation p{max-width:780px;margin-top:10px}.save-banner{margin:45px 0;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:30px;background:var(--lime)}.save-banner h2{font-size:1.3rem}.save-banner p{font-size:.83rem;margin-top:7px}.profile-hero{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;padding-bottom:50px}.profile-hero .portrait{max-height:530px}.profile-intro{padding:25px 0}.profile-intro h1{font:4rem var(--serif);margin:10px 0}.profile-intro h2{font-size:1.5rem;margin:20px 0}.profile-intro>p{font-size:.9rem;line-height:2.1;margin:18px 0}.sns{display:inline-flex;gap:8px;align-items:center;color:var(--muted);font-size:.8rem;padding:8px 0}.profile-sections{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px}.panel{border:1px solid var(--line);padding:28px}.panel h2{font:1.8rem var(--serif);margin-bottom:20px}.data-list{margin:0}.data-list>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:.88rem}.data-list>div:last-child{border-bottom:0}.data-list dt{color:var(--muted)}.data-list dd{text-align:right;margin:0}.product{padding:18px 0;border-bottom:1px solid var(--line)}.product:last-child{border-bottom:0}.product .eyebrow{color:var(--muted);font-size:.65rem}.product p{font-size:.9rem;margin:5px 0}.product small{color:var(--muted)}.my-layout{display:grid;grid-template-columns:300px 1fr;gap:32px;padding-bottom:40px}.my-sidebar{background:var(--soft);padding:28px;height:fit-content}.my-sidebar h2{font:2rem var(--serif);margin:12px 0}.completion{font:3.4rem var(--serif);margin:20px 0 10px}.completion span{font:.85rem var(--sans)}.my-sidebar p{font-size:.82rem;margin:20px 0}.my-sidebar .btn{width:100%;gap:10px}.my-panels{display:grid;gap:22px}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.panel-heading button{background:none;border:0;border-bottom:1px solid var(--ink);font-size:.78rem}.my-panels .panel h2{margin:0 0 12px}.empty{text-align:center;padding:75px 20px}.empty h1{margin:15px 0}.empty p{color:var(--muted);margin:20px 0 30px}.empty .btn{margin:5px}dialog{max-width:520px;width:calc(100% - 36px);padding:35px;border:1px solid var(--line);color:var(--ink);max-height:85vh;overflow:auto}dialog::backdrop{background:#191d1866;backdrop-filter:blur(3px)}.dialog-close{display:block;margin:-15px -12px 10px auto;border:0;background:none;font-size:1.6rem;width:40px;height:40px}dialog h2{font-size:1.6rem;line-height:1.6;margin:12px 0}dialog p{font-size:.9rem;margin:16px 0}dialog label{display:block;font-size:.85rem;margin:20px 0 8px}dialog input[type=text]{width:100%;border:1px solid #8b8e83;padding:12px;border-radius:0}dialog .btn{width:100%;margin-top:20px}dialog .eyebrow{color:var(--muted)}.article-body p{line-height:2.1}#notice{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:12px 24px;font-size:.83rem;z-index:10;max-width:90%;width:max-content}#notice:empty{display:none}.skip{position:fixed;top:-70px;left:20px;padding:10px 20px;background:var(--lime);z-index:100}.skip:focus{top:10px}.loading-art{font:italic 5rem var(--serif);display:flex;height:100%;min-height:450px;align-items:center;justify-content:center;color:#5a6251}.legal-note{font-size:.76rem;color:var(--muted);margin-top:18px}.loading-art small{font: .8rem var(--sans)}
@media(min-width:1400px){.wrap{padding:0 30px}.hero{min-height:620px}}@media(max-width:800px){header{height:78px;gap:18px;padding:0 5%}.logo{font-size:2.5rem}header nav{gap:16px;font-size:.68rem}.my-link{font-size:.75rem;padding:8px 12px}.hero{min-height:475px;margin-top:25px}.hero-copy{padding:35px 7%}.hero-copy .eyebrow{font-size:.6rem;margin-bottom:15px}.hero-copy>p{font-size:.8rem}.hero .btn{font-size:.8rem;padding:14px 12px;gap:12px}.hero h1{font-size:1.8rem}.hero-visual{min-height:400px}.creator-grid{gap:18px}.journal-grid{gap:16px}.article-cover{padding:20px;height:200px}.article-cover .cover-word{font-size:2.2rem}.feature-band{padding:32px;gap:24px}.feature-band h2{font-size:2.3rem}.profile-hero{gap:30px}.my-layout{grid-template-columns:250px 1fr;gap:20px}.panel{padding:22px}.my-sidebar{padding:22px}}
@media(max-width:600px){header{height:76px;flex-wrap:wrap;gap:12px;position:relative;margin-bottom:39px}header nav{position:absolute;top:76px;left:0;width:100%;height:39px;justify-content:center;border-bottom:1px solid var(--line);align-items:center;background:white;gap:36px}header nav a.active:after{bottom:-4px}.my-link{margin-left:auto}.hero{display:flex;flex-direction:column;margin-top:20px}.hero-copy{padding:30px 25px;order:2}.hero h1{font-size:2rem;line-height:1.55}.hero-copy>p{font-size:.87rem;margin:14px 0 22px}.hero-copy .eyebrow{font-size:.67rem}.hero-visual{min-height:310px;height:310px;order:1}.hero-visual img{object-position:60% 40%}.hero-caption{font-size:1.6rem;bottom:17px;left:20px}.hero .btn{width:100%;font-size:.86rem}.ticker{gap:12px;font-size:.73rem;padding:16px 0}.ticker .eyebrow{width:100%;font-size:.67rem}.section{padding:40px 0}.section-title{font-size:2.1rem}.section-head{gap:12px;align-items:start}.section-head .text-link{font-size:.75rem;margin-top:8px}.section-head p{font-size:.78rem}.creator-grid{grid-template-columns:1fr 1fr;gap:24px 15px}.creator-grid.featured .creator-card:last-child{display:none}.card-title h3{font-size:1.55rem}.card-title span{font-size:.73rem}.chips{gap:4px}.chip{padding:3px 6px;font-size:.7rem}.card-body{padding:13px 0 17px}.match-reason,.topics{font-size:.74rem}.match-badge{right:8px;bottom:8px;padding:4px 8px;font-size:.65rem}.match-badge strong{font-size:1.4rem}.portrait-label{left:12px;font-size:.6rem}.sample-tag{top:8px;left:8px;font-size:.6rem}.initial{font-size:4.5rem}.feature-band{grid-template-columns:1fr;padding:28px;gap:24px}.feature-band h2{font-size:2.5rem}.journal-grid{grid-template-columns:1fr;gap:25px}.journal-card{display:grid;grid-template-columns:125px 1fr;gap:15px}.article-cover{height:145px;padding:14px}.article-cover .cover-word{font-size:1.75rem}.article-cover .eyebrow{font-size:.58rem}.article-meta{margin:3px 0 9px;font-size:.65rem;gap:10px}.journal-card h3{font-size:.9rem}.tips{grid-template-columns:1fr;gap:20px;padding:26px 0}.tips p{font-size:.85rem}.footer-bottom{flex-direction:column;gap:8px;margin-top:28px}.page-head{padding:30px 0 24px}.page-head h1{font-size:1.6rem}.page-head p{font-size:.84rem}.breadcrumb{margin-bottom:18px}.question-wrap{margin:28px auto 40px;padding:0 5%;min-height:560px}.question-wrap h1{font-size:1.55rem}.question-wrap .eyebrow{margin-top:25px}.question-benefit{font-size:.82rem}.options{gap:9px}.option{padding:12px;gap:8px;min-height:78px}.option strong{font-size:.85rem}.option small{font-size:.7rem}.curl-number{width:30px;font-size:1.35rem}.question-actions .btn{min-width:115px}.result-summary{padding:18px;align-items:start;gap:12px}.result-summary .text-link{font-size:.75rem}.result-count{font-size:.75rem}.save-banner{flex-direction:column;align-items:stretch;padding:25px;margin:30px 0}.save-banner h2{font-size:1.15rem}.profile-hero{grid-template-columns:1fr;gap:20px}.profile-hero .portrait{aspect-ratio:4/4;max-height:440px}.profile-intro{padding:0}.profile-intro h1{font-size:3.2rem}.profile-intro h2{font-size:1.3rem}.profile-intro .btn{width:100%}.profile-sections{grid-template-columns:1fr;gap:22px}.my-layout{grid-template-columns:1fr}.my-sidebar{padding:25px}.completion{margin:10px 0}.my-sidebar p{margin:15px 0}.data-list>div{font-size:.82rem}.data-list dt{max-width:50%}.panel{padding:22px}.panel h2{font-size:1.6rem}dialog{padding:25px}dialog h2{font-size:1.35rem}.empty{padding:50px 0}.empty h1{font-size:1.7rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.curl-options .option{display:grid;grid-template-columns:18px 1fr;align-content:start;gap:4px 10px}.curl-options .curl-number{width:auto;line-height:1.3;white-space:nowrap}.curl-options .option>span:last-child{grid-column:2}.curl-options .option input{margin-top:5px}.curl-options .option strong{font-size:.9rem}.curl-options .option small{font-size:.8rem}.curl-options .option.unknown{align-items:center}.curl-options .option.unknown input{margin:0}.my-sidebar progress{height:5px}.result-summary .btn{flex-shrink:0}.portrait .sns{font-size:.8rem}
@media(max-width:600px){.curl-options .option{padding:14px 12px}.curl-options .curl-number{font-size:1.5rem}.curl-options .option strong{font-size:.875rem}.curl-options .option small{font-size:.75rem}.result-summary:has(.btn){flex-direction:column;align-items:stretch}.hero-visual{height:270px;min-height:270px}.hero-copy{padding:25px}.hero h1{font-size:1.8rem}}

.portrait:has(.match-badge) .portrait-label{bottom:auto;top:46px}.portrait img{object-position:80% center}
main:focus{outline:none}
.chip,.topics,.match-reason,.sns,.text-link,.question-benefit,.explanation{font-size:.875rem}
.option strong{font-size:.95rem}
@media(max-width:600px){.chip{font-size:.875rem}.topics,.match-reason,.sns,.data-list>div,.option strong,.question-benefit,.explanation{font-size:.875rem}.hero-copy>p{font-size:1rem;line-height:1.8}.hero-visual{height:240px;min-height:240px}.hero-copy .micro{font-size:.75rem!important}.my-sidebar p{font-size:.875rem}.tips p{font-size:1rem}}
