:root{--ink:#20234b;--blue:#007e95;--cyan:#00b8d9;--pink:#d92058;--yellow:#ffd84d;--paper:#fafaf7;--line:#dfe2e6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Yu Gothic","Meiryo",sans-serif;line-height:1.9}a{color:var(--blue);text-underline-offset:4px}button,summary,a{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid var(--pink);outline-offset:5px}.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:20;background:white;padding:12px}.topbar{position:sticky;top:0;background:#fafaf7f5;backdrop-filter:blur(10px);z-index:10;border-bottom:1px solid var(--line)}.nav-inner{max-width:1140px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:15px 28px;gap:20px}.brand{text-decoration:none;font-size:20px;color:var(--ink);font-weight:900;white-space:nowrap}.brand i{color:var(--pink);font-style:normal}.nav-inner nav{display:flex;gap:26px;align-items:center}.nav-inner nav a{font-size:13px;text-decoration:none;color:var(--ink);font-weight:bold}.nav-inner nav a:hover{color:var(--blue)}main{max-width:1060px;margin:auto;padding:0 32px}.hero{padding:36px 0 48px;text-align:center}.logo{display:block;width:min(100%,740px);height:auto;margin:0 auto 22px;border-radius:12px}.hero h1{font-size:15px;letter-spacing:.12em;margin:0 0 12px;color:var(--blue)}.hero .lead{font-size:19px;line-height:2;margin:0 auto 18px;max-width:780px;font-weight:500}.hero .lead span{display:block}.hero .tag{font-size:12px;display:inline-block;background:var(--yellow);border-radius:20px;padding:2px 13px;margin-bottom:20px}.pdf-button{display:inline-flex;gap:12px;align-items:center;background:var(--ink);color:white;text-decoration:none;border-radius:8px;padding:12px 22px;font-weight:bold;font-size:14px}.pdf-button:hover{background:#343967}.pdf-note{font-size:12px;color:#686a80;margin:8px 0 0}.section{padding:48px 0;border-top:1px solid var(--line)}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:bold;color:var(--blue)}h2{font-size:30px;line-height:1.5;margin:8px 0 18px}h3{font-size:21px;line-height:1.6;margin:32px 0 13px}h4{font-size:18px;margin:10px 0 6px}p{margin:0 0 16px;overflow-wrap:anywhere}.section>p{max-width:760px}.compare-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;margin-top:26px}table{width:100%;border-collapse:collapse;background:white;font-size:14px}th,td{padding:17px 22px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;width:36%}th:first-child,td:first-child{width:28%;font-weight:bold}thead th{background:#e9f7f8;font-size:16px}thead th:last-child{background:#fff1c6}tr:last-child td{border-bottom:0}.muted{color:#737687}.teaser{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:26px;border:2px solid var(--cyan);background:#edf9fa;padding:20px 24px;border-radius:12px;color:var(--ink);text-decoration:none}.teaser strong{display:block;font-size:19px}.teaser small{font-size:13px}.teaser .arrow{font-size:26px}.manual{max-width:800px;margin:0 auto}.manual h2{margin:8px 0 22px}.manual h3{margin-top:36px}.manual ul{padding-left:24px}.manual li{padding:6px 0}.manual ol{padding:0;list-style:none;counter-reset:step}.manual ol li{counter-increment:step;position:relative;padding:16px 0 16px 48px;border-bottom:1px solid var(--line);font-size:15px}.manual ol li::before{content:counter(step);position:absolute;left:0;top:19px;background:var(--ink);color:white;font-size:13px;font-weight:bold;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;line-height:1}.manual p{font-size:15px}.free-guide{margin:30px 0;background:white;border:1px solid var(--line);border-radius:12px;padding:0 22px}.free-guide>summary{font-size:18px;font-weight:bold;padding:18px 0;cursor:pointer}.free-guide ol{margin-top:0}.free-guide[open]{padding-bottom:15px}.usage-block{padding-top:35px;margin-top:35px;border-top:1px solid var(--line)}.trouble{background:#f0f2f4;border-radius:12px;padding:24px 30px;margin-top:38px}.trouble h2{font-size:24px}.trouble h3{font-size:17px;margin-top:22px}.trouble p:last-child{margin-bottom:0}.spoiler{margin-top:24px;border:2px solid var(--ink);border-radius:16px;background:white;overflow:hidden}.spoiler>summary{padding:30px;cursor:pointer;list-style:none;display:flex;gap:22px;align-items:center;justify-content:space-between}.spoiler>summary::-webkit-details-marker{display:none}.spoiler>summary .badge{display:inline-block;padding:2px 12px;border-radius:4px;background:var(--yellow);font-size:12px;font-weight:bold;margin-bottom:9px}.spoiler>summary strong{display:block;font-size:24px;line-height:1.5}.spoiler>summary small{display:block;color:#555973;font-size:14px;margin-top:7px}.toggle-mark{font-size:32px;color:var(--pink);font-weight:400}.spoiler[open]>summary .toggle-mark{transform:rotate(45deg)}.spoiler[open]>summary{border-bottom:1px solid var(--line)}.gallery-body{padding:30px}.gallery-nav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}.gallery-nav a{font-size:13px;text-decoration:none;border:1px solid var(--line);padding:5px 13px;border-radius:30px;color:var(--ink)}.gallery-group{margin:35px 0 50px;scroll-margin-top:100px}.gallery-group>h3{border-left:5px solid var(--cyan);padding-left:14px;font-size:25px}.gallery-group>p{font-size:14px;color:#535771}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.motion-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white;min-width:0}.motion-card picture{display:block;background:var(--paper);aspect-ratio:1}.motion-card img{display:block;width:100%;height:auto;aspect-ratio:1}.motion-copy{padding:14px 16px}.motion-copy h4{font-size:16px;margin:0 0 6px}.motion-copy p{font-size:12px;line-height:1.8;color:#555973;margin:0}.personality{border:1px solid var(--line);border-radius:12px;margin:18px 0;overflow:hidden}.personality>summary{padding:20px 22px;cursor:pointer;background:#f4fafb;font-weight:bold;font-size:19px}.personality>summary span{font-size:13px;font-weight:normal;display:block;padding-top:4px;color:#535771}.personality-body{padding:20px}.personality-body>p{font-size:14px}.personality .cards{gap:14px}.friend-personality{font-size:18px;margin-top:32px}.endnote{font-size:12px;color:#656980;margin-top:20px}footer{max-width:1060px;padding:30px 32px;margin:0 auto;border-top:1px solid var(--line);font-size:12px;display:flex;justify-content:space-between;gap:20px;color:#5c6076}footer a{color:inherit}.print-only{display:none}@media(max-width:760px){.nav-inner{padding:12px 18px;display:block}.brand{font-size:18px}.nav-inner nav{gap:18px;overflow:auto;padding-top:6px}.nav-inner nav a{white-space:nowrap;font-size:12px}main{padding:0 20px}.hero{padding:24px 0 34px}.logo{margin-bottom:20px}.hero .lead{font-size:15px;text-align:left;line-height:2}.hero .lead span{display:inline}.section{padding:32px 0}h2{font-size:25px}th,td{padding:12px 10px;font-size:12px}thead th{font-size:14px}.teaser{padding:16px;gap:10px}.teaser strong{font-size:16px}.manual ol li{padding-left:40px;font-size:14px}.manual p{font-size:14px}.spoiler>summary{padding:20px}.spoiler>summary strong{font-size:21px}.spoiler>summary small{font-size:12px}.gallery-body{padding:18px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.motion-copy{padding:12px}.motion-copy h4{font-size:14px}.motion-copy p{font-size:12px}.personality .cards{grid-template-columns:1fr}.personality-body{padding:14px}.personality>summary{font-size:18px;padding:16px}.personality>summary span{font-size:12px}.trouble{padding:20px}footer{padding:25px 20px}}@media(max-width:400px){.cards{grid-template-columns:1fr}.nav-inner nav{gap:13px}.hero .lead{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media print{@page{size:A4;margin:16mm 17mm 18mm}body{background:white;line-height:1.65;font-size:10pt}.topbar,.skip,.pdf-button,.pdf-note,.teaser,#motions,footer{display:none!important}main{padding:0;max-width:none}.hero{padding:0 0 18px}.logo{width:330px;margin-bottom:8px}.hero h1{font-size:11pt}.hero .lead{font-size:10pt;line-height:1.8}.hero .tag{font-size:9pt;margin:0}.section{padding:22px 0}h2{font-size:18pt;break-after:avoid}h3{font-size:13pt;break-after:avoid}.eyebrow{display:none}p,li{orphans:3;widows:3}.section>p{font-size:10pt}table{font-size:9pt}th,td{padding:9px 12px}thead th{font-size:10pt}tr{break-inside:avoid}.compare-wrap{margin-top:15px}.manual{max-width:none}#setup{break-before:page}.manual h3{margin-top:20px}.manual ol li{font-size:9.5pt;padding:10px 0 10px 35px;break-inside:avoid}.manual ol li::before{top:11px;width:22px;height:22px;font-size:10px}.manual p{font-size:9.5pt}.free-guide{margin-top:24px;break-before:page;border:0;padding:0}.free-guide>summary{font-size:14pt;list-style:none}.free-guide>summary::marker{content:''}.usage-block{margin-top:25px;padding-top:20px}.trouble{margin-top:20px;padding:16px 20px}.trouble h2{font-size:15pt}.trouble h3{font-size:11pt;margin-top:14px}.print-only{display:block;font-size:8pt;color:#666}}

.growth-note{padding:20px 24px;background:#fff8df;border-radius:10px;margin:22px 0}.growth-note p{font-size:14px}.growth-note p:last-child{margin-bottom:0}.personality-body>h4{margin:25px 0 12px}.personality-body>h4:first-child{margin-top:0}

.section,.usage-block{position:relative}.cat-accent{float:right;width:105px;height:105px;object-fit:contain;margin:-18px 0 0 16px;pointer-events:none}footer{justify-content:center}@media(max-width:760px){.cat-accent{width:68px;height:68px;margin:-10px 0 0 8px}}@media print{.cat-accent{display:none}}
.logo-text{font-size:clamp(42px,7vw,72px);font-weight:800;letter-spacing:.12em;margin:15px 0 22px}.setup-figure{margin:30px 0;break-inside:avoid}.setup-figure img{width:100%;height:auto;display:block;border:1px solid var(--line);border-radius:8px}.setup-figure figcaption{font-size:12px;color:#555973;margin-top:10px}@media print{.setup-figure{break-before:page}.setup-figure figcaption{font-size:9pt}.logo-text{font-size:34px;margin:5px 0 12px}}
@media print{.setup-figure{margin:0 0 10px}.setup-figure img{max-height:65mm;object-fit:contain;border:0}.usage-block{margin-top:12px;padding-top:10px}.usage-block h3,.trouble h3{margin:12px 0 4px}.usage-block p,.trouble p{margin:5px 0;line-height:1.55}.trouble{padding:12px 16px;margin-top:14px;break-inside:avoid}.trouble h2{margin:0 0 8px}}
@media screen and (min-width:1100px){.setup-figure{width:960px;margin-left:-80px}}
.booth-button{display:inline-block;padding:12px 24px;margin:0 14px 12px 0;background:#df4674;color:white;border-radius:9px;text-decoration:none;font-weight:bold}.release-info{padding:24px 0 32px;text-align:center;font-size:13px;color:#555973}.release-info p{margin:4px 0}.release-info a{display:inline-block;margin-top:10px;color:var(--ink)}.specs dl{margin:22px 0}.specs dl>div{display:grid;grid-template-columns:220px 1fr;gap:20px;border-bottom:1px solid var(--line);padding:15px 0}.specs dt{font-weight:bold}.specs dd{margin:0}.motion-card img{background:var(--paper)}@media(max-width:760px){.specs dl>div{grid-template-columns:1fr;gap:5px;font-size:14px}.booth-button{margin-right:0}.hero .pdf-button,.hero .booth-button{display:block;width:max-content;margin:0 auto 12px}}@media print{.booth-button{display:none}.specs{break-inside:avoid}.specs dl>div{grid-template-columns:140px 1fr;gap:12px;padding:8px 0;font-size:9pt}.specs dl{margin:12px 0}.release-info{font-size:8pt;padding:14px 0}.release-info a{display:none}}
.brand{display:block;width:135px;height:40px;overflow:hidden;flex-shrink:0}.brand img{display:block;width:145px;height:auto;max-width:none;transform:translate(-10px,-14px);mix-blend-mode:multiply}@media(max-width:760px){.brand{width:115px;height:32px}.brand img{width:123px;transform:translate(-8px,-12px)}}
@media print{.logo{width:220px}.hero{padding-bottom:10px}.hero .lead{font-size:9pt;line-height:1.6}.section{padding:14px 0}th,td{padding:5px 10px}.compare-wrap{margin-top:10px}.specs h2{font-size:15pt}.specs dl>div{padding:5px 0}.specs dl{margin:8px 0}}
@media print{.specs{padding:10px 0;line-height:1.35}.specs h2{font-size:14pt;margin:0 0 8px}.specs dl>div{font-size:8pt;padding:4px 0}.specs p{font-size:8pt;margin:5px 0}.specs dl{margin:5px 0}}
