@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#191917;--paper:#f8f6ef;--orange:#ff501c;--purple:#d3c8f4;--lime:#d8ef83;--line:#d3d0c8}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans JP',Arial,sans-serif;font-size:16px;line-height:1.8}
a{color:inherit;text-decoration:none}
button,a,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid #6044d5;outline-offset:6px}
img{display:block;max-width:100%}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.35;letter-spacing:-.055em}
::selection{background:var(--lime)}
.skip{position:fixed;top:-100px;left:16px;background:white;z-index:100;padding:12px}
.skip:focus{top:12px}
.announcement{background:var(--ink);color:white;font:600 11px/1.6 Arial,sans-serif;letter-spacing:1.4px;display:flex;align-items:center;justify-content:center;gap:28px;min-height:34px;padding:5px 16px}
.announcement span{color:#d8ef83}
.announcement a{font-size:12px;letter-spacing:0}
.header{height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 4.5%;border-bottom:1px solid var(--line)}
.logo{position:relative;display:inline-block;font:900 37px/.82 Arial,sans-serif;letter-spacing:-2px;padding-right:30px}
.logo>span{display:block;font-size:11px;letter-spacing:4px;margin-top:9px}
.logo i{position:absolute;right:0;top:-2px;font-size:32px;font-style:normal;color:var(--orange)}
.header nav{display:flex;gap:34px;font-size:13px;font-weight:700}
.header nav a:hover,.footer-bottom a:hover{text-decoration:underline;text-underline-offset:6px}
.button{display:inline-flex;gap:30px;align-items:center;justify-content:space-between;padding:19px 25px;font-size:15px;font-weight:800;line-height:1.5;clip-path:polygon(0 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%);transition:background .2s,transform .2s}
.button span{font:400 25px/1 Arial}
.button:hover{transform:translateY(-3px)}
.button:focus-visible{outline-offset:-5px}
.black{background:var(--ink);color:white}
.black:hover{background:#423849}
.orange{background:var(--orange);color:#fff}
.orange:hover{background:#dd3c0d}
.cream{background:var(--paper);color:var(--ink)}
.small-button{padding:15px 22px;font-size:13px}
.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:64px 4.5% 0;overflow:hidden;background:radial-gradient(ellipse at 90% 36%,#e5dcf469,transparent 55%),var(--paper)}
.eyebrow{font:700 11px/1.6 Arial,sans-serif;letter-spacing:1.5px;margin-bottom:26px}
.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);margin-right:7px}
.hero h1{font-size:clamp(46px,5.05vw,80px);font-weight:900;letter-spacing:-.075em;line-height:1.3;position:relative;z-index:2}
.highlight{position:relative;white-space:nowrap;z-index:0}
.highlight:after{content:'';position:absolute;bottom:3px;height:13px;left:4px;right:0;background:var(--orange);transform:rotate(-2deg);z-index:-1}
.hero-description{font-size:15px;line-height:2;margin-top:25px}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:29px;flex-wrap:wrap}
.text-link{font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:6px;display:inline-flex;gap:12px;align-items:center}
.micro{font-size:11px;line-height:1.8;margin-top:14px;color:#615f59}
.hero-art{position:relative;min-height:530px;margin-top:6px}
.photo{position:absolute;overflow:hidden;box-shadow:0 10px 20px #19191712;background:#ddd}
.photo img{position:absolute;max-width:none;width:300%;height:100%;object-fit:cover}
.photo-one{width:50%;height:390px;left:4%;top:14px;transform:rotate(-7deg);z-index:2;clip-path:polygon(14% 0,100% 0,100% 100%,0 100%,0 12%)}
.photo-one img{left:0}
.photo-two{width:41%;height:282px;right:-1%;top:0;transform:rotate(7deg);z-index:1}
.photo-two img{left:-100%}
.photo-three{width:40%;height:246px;right:1%;top:294px;transform:rotate(6deg);z-index:3}
.photo-three img{left:-200%}
.photo-label{position:absolute;bottom:18px;left:15px;right:10px;font:800 11px/1.3 Arial;letter-spacing:1px;color:#fff;text-shadow:0 1px 5px #0009}
.sticker{position:absolute;z-index:5;right:23%;top:239px;transform:rotate(-10deg);background:var(--lime);width:139px;height:139px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;text-align:center;font:900 22px/1 Arial;letter-spacing:-.8px;box-shadow:3px 4px 0 var(--ink)}
.sticker strong{font-size:14px;margin-top:7px}
.floating-note{position:absolute;z-index:6;bottom:44px;left:0;transform:rotate(-5deg);background:white;border:1px solid var(--ink);padding:14px 20px;font-size:12px;font-weight:800;box-shadow:5px 5px 0 var(--ink)}
.floating-note span{color:var(--orange);font-size:23px;margin-right:10px}
.art-spark{position:absolute;font:100px/1 Arial;color:var(--orange);right:-1%;top:245px;z-index:4}
.hero-bottom{grid-column:1/-1;border-top:1px solid var(--line);display:flex;justify-content:space-between;padding:22px 0;margin-top:24px;font:700 10px/1.6 Arial;letter-spacing:1.1px}
.ticker{overflow:hidden;display:flex;gap:38px;align-items:center;white-space:nowrap;background:var(--orange);padding:18px 0;font:900 29px/1.2 Arial;color:var(--ink)}
.ticker span:nth-of-type(even){color:var(--paper)}
.section-wrap{max-width:1400px;margin:auto;padding:95px 6%}
.intro h2{font-size:clamp(32px,3.4vw,51px);text-align:center;font-weight:800}
.intro>.eyebrow{text-align:center}
.serif{color:#6550b3}
.intro-bottom{display:flex;justify-content:center;gap:62px;margin-top:35px}
.intro-bottom p{font-size:15px;line-height:2.1}
.big-asterisk{color:var(--orange);font:150px/1 Arial;align-self:center}
.possibilities{padding-top:32px}
.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:45px}
.section-heading h2,.faq h2{font-size:clamp(31px,3vw,46px);font-weight:800}
.section-heading>p{font-size:14px;line-height:2}
.section-heading .eyebrow{margin-bottom:16px}
.opportunity-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.opportunity{padding:32px;overflow:hidden}
.lavender{background:var(--purple)}
.lime{background:var(--lime)}
.card-top{display:flex;justify-content:space-between;align-items:center;font:700 11px/1.4 Arial;letter-spacing:1px;margin-bottom:28px}
.card-top>span:last-child{font-size:30px}
.opportunity h3{font-size:36px;font-weight:800;margin-bottom:17px}
.opportunity p{font-size:14px;line-height:1.9}
.editorial-frame{height:290px;margin-top:30px;position:relative;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 85%,90% 100%,0 100%)}
.editorial-frame img{position:absolute;width:300%;max-width:none;height:160%;object-fit:cover;top:-15%}
.beauty img{left:-100%}
.fashion img{left:0}
.editorial-frame span{position:absolute;left:15px;bottom:18px;color:white;font:800 16px/1.3 Arial;letter-spacing:-.3px;text-shadow:0 1px 6px #0009}
.tags{display:flex;gap:8px;margin-top:20px}
.tags span{border:1px solid #19191766;border-radius:20px;font-size:11px;padding:3px 12px}
.section-note{font-size:11px;color:#67645d;margin-top:17px}
.manifesto{background:var(--ink);color:var(--paper);padding:85px 10%;position:relative;overflow:hidden}
.manifesto h2{font-size:clamp(32px,4.2vw,62px);font-weight:800}
.manifesto h2 span{color:var(--lime)}
.manifesto p:not(.eyebrow){margin:25px 0;font-size:15px;line-height:2}
.manifesto-spark{position:absolute;right:5%;top:100px;font:300px/1 Arial;color:var(--purple);transform:rotate(10deg)}
.manifesto>*:not(.manifesto-spark){position:relative;z-index:1}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.steps article{border-top:1px solid var(--ink);padding-top:20px}
.steps article>span{font:500 47px/1 Arial;color:var(--orange);letter-spacing:-3px}
.steps h3{font-size:20px;margin:23px 0 14px;letter-spacing:-.04em}
.steps p{font-size:14px;color:#514f49;line-height:1.9}
.faq{display:grid;grid-template-columns:1fr 1.35fr;gap:60px;padding-top:25px}
.faq .eyebrow{margin-bottom:16px}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;font-size:14px;font-weight:700}
summary::-webkit-details-marker{display:none}
summary span{font-size:23px;font-weight:400;flex-shrink:0}
details[open] summary span{transform:rotate(45deg)}
details p{font-size:14px;line-height:2;padding-bottom:24px}
.join{position:relative;text-align:center;background:var(--purple);padding:85px 20px}
.join h2{font-size:clamp(32px,4vw,57px);font-weight:900}
.join h2 span{display:inline-block;border-bottom:5px solid var(--ink);padding-bottom:4px}
.join>p:not(.eyebrow):not(.micro){font-size:15px;margin:25px 0}
.join .button{min-width:290px}
.join .micro{font-size:11px;color:#403752}
.resources{padding-top:20px;padding-bottom:20px}
.resources summary{font-size:13px}
.resource-content{max-width:800px;margin:auto}
.resource-content h3{margin:15px 0}
.resource-content iframe{border:0;width:100%;aspect-ratio:16/9;margin-bottom:20px}
.resource-content a{margin-bottom:20px}
footer{padding:45px 4.5% 25px;border-top:1px solid var(--line)}
.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:42px}
.footer-top>p{font:900 28px/1.2 Arial;letter-spacing:-1px}
.footer-bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.footer-bottom nav{display:flex;gap:23px;font-size:11px}
.footer-bottom small{font:10px/1.6 Arial;color:#6b6861}
.footer-bottom img{height:auto}

@media(min-width:1600px){.hero{padding-left:max(4.5%,calc((100vw - 1480px)/2));padding-right:max(4.5%,calc((100vw - 1480px)/2))}
.hero-art{min-height:580px}
.photo-one{height:445px}
.photo-two{height:310px}
.photo-three{height:270px;top:320px}
.hero{gap:60px}
}
@media(max-width:1100px){.header nav{gap:17px}
.hero{padding-top:45px;gap:8px}
.hero h1{font-size:55px}
.hero-art{min-height:500px}
.photo-one{height:320px;top:45px}
.photo-two{height:235px;top:20px}
.photo-three{height:225px;top:270px}
.sticker{top:224px;width:110px;height:110px;font-size:19px}
.sticker strong{font-size:11px}
.floating-note{padding:10px;font-size:10px;bottom:60px}
.art-spark{font-size:77px;top:220px}
.hero-actions{gap:18px}
.hero-actions .button{font-size:13px;padding:18px}
.hero-actions .text-link{font-size:12px}
.section-wrap{padding-left:5%;padding-right:5%}
.manifesto-spark{opacity:.55;right:-90px}
.opportunity{padding:25px}
.opportunity h3{font-size:31px}
.footer-bottom{flex-wrap:wrap}
}

@media(max-width:760px){html{scroll-padding-top:15px}
.announcement{font-size:9px;gap:15px;letter-spacing:.4px}
.announcement>span{display:none}
.announcement a{font-size:10px}
.header{height:80px;padding:0 5%}
.logo{font-size:30px}
.logo>span{font-size:9px;letter-spacing:3px}
.logo i{font-size:27px}
.header nav{display:none}
.header>.button{font-size:11px;padding:12px 14px;gap:10px}
.header>.button span{font-size:19px}
.hero{display:flex;flex-direction:column;padding:35px 6% 0;gap:0}
.eyebrow{font-size:10px;letter-spacing:1.1px;margin-bottom:21px}
.hero h1{font-size:clamp(43px,10.8vw,70px);line-height:1.28}
.highlight:after{height:10px}
.hero-description{font-size:14px;line-height:1.95;margin-top:21px}
.hero-actions{margin-top:24px;gap:20px}
.hero-actions .button{font-size:13px;padding:17px 20px}
.hero .micro{font-size:10px;max-width:310px}
.hero-art{margin-top:37px;min-height:420px;width:100%;max-width:480px;align-self:center}
.photo-one{height:305px;top:10px;left:3%;width:49%}
.photo-two{height:218px;top:0;right:1%}
.photo-three{top:238px;right:2%;height:174px}
.sticker{top:181px;right:25%;width:104px;height:104px}
.floating-note{bottom:45px;left:0;font-size:10px;padding:8px 12px}
.art-spark{top:203px;font-size:66px}
.photo-label{font-size:8px;bottom:12px;left:10px}
.hero-bottom{margin-top:17px;width:100%;font-size:8px;gap:20px;letter-spacing:.4px;padding:17px 0}
.hero-bottom>span{max-width:165px}
.ticker{font-size:22px;gap:24px;padding:17px 0}
.section-wrap{padding:60px 6%}
.intro h2{font-size:30px}
.intro-bottom{gap:15px;align-items:start;margin-top:30px}
.intro-bottom p{font-size:13px;line-height:2}
.big-asterisk{font-size:66px;align-self:flex-start}
.intro-bottom br{display:none}
.possibilities{padding-top:12px}
.section-heading{display:block;margin-bottom:30px}
.section-heading h2,.faq h2{font-size:32px}
.section-heading>p{font-size:13px;margin-top:20px}
.opportunity-grid{grid-template-columns:1fr;gap:20px}
.opportunity{padding:25px}
.opportunity h3{font-size:32px}
.opportunity p{font-size:13px}
.editorial-frame{height:280px}
.section-note{font-size:10px}
.manifesto{padding:60px 6%}
.manifesto h2{font-size:31px}
.manifesto-spark{font-size:200px;right:-90px;top:140px;opacity:.25}
.manifesto p:not(.eyebrow){font-size:13px}
.steps{grid-template-columns:1fr;gap:27px}
.steps article{display:grid;grid-template-columns:50px 1fr;gap:7px 18px;padding-top:20px}
.steps article>span{grid-row:1/3;font-size:35px}
.steps h3{margin:0;font-size:19px}
.steps p{font-size:13px}
.faq{display:block;padding-top:10px}
.faq-list{margin-top:30px}
summary{font-size:13px;padding:21px 0}
details p{font-size:13px}
.join{padding:60px 6%}
.join h2{font-size:32px}
.join>p:not(.eyebrow):not(.micro){font-size:13px}
.join .button{min-width:260px}
.resources{padding-top:12px;padding-bottom:12px}
.footer-top{align-items:flex-start;padding-bottom:30px}
.footer-top>p{font-size:17px;max-width:130px}
.footer-bottom{gap:20px}
.footer-bottom nav{flex-wrap:wrap;gap:12px 20px;font-size:11px;width:100%}
.footer-bottom img{width:120px}
.footer-bottom small{font-size:10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.button{transition:none}
.button:hover{transform:none}
}


.hero-description,.intro-bottom p,.opportunity p,.manifesto p:not(.eyebrow),.steps p,details p,.join>p:not(.eyebrow):not(.micro){font-size:16px}
.micro,.section-note,.join .micro,.hero .micro,.tags span,.photo-label,.eyebrow{font-size:12px}
.header nav,.text-link,.section-heading>p,summary,.faq summary{font-size:14px}
