@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Noto+Serif+JP:wght@600;700;800;900&display=swap');
:root{--red:#d63e29;--ink:#252b28;--paper:#fffefb}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans JP',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--red);outline-offset:5px}.header{max-width:1500px;margin:auto;padding:28px 4%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;gap:12px;align-items:center;font-size:27px;font-weight:900;letter-spacing:.04em}.brandmark{width:43px;height:43px;background:var(--red);color:white;border-radius:50%;text-align:center;font-family:serif;font-size:31px}.brand small{display:block;font:10px Arial;letter-spacing:.24em;margin-top:4px}.header nav{display:flex;gap:34px;font-size:14px;font-weight:700}.header nav a:hover{color:var(--red)}.header-note{font-size:12px;writing-mode:horizontal-tb;color:#646962}.hero{position:relative;min-height:570px;height: min(650px,70vw);margin:0 2%;overflow:hidden;border-radius:4px;color:white}.hero>img{width:100%;height:100%;object-fit:cover;position:absolute}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,19,22,.66),rgba(0,0,0,.03)),linear-gradient(0deg,rgba(0,0,0,.25),transparent 50%)}.hero-copy{position:absolute;left:6%;top:16%}.eyebrow{font-size:14px;letter-spacing:.16em}.hero h1{font-family:'Noto Serif JP',serif;font-weight:800;font-size:clamp(36px,4.5vw,67px);letter-spacing:.07em;line-height:1.55;margin:23px 0}.hero-copy p{font-size:16px;line-height:2.1;letter-spacing:.1em}.hero-link{display:flex;width:285px;justify-content:space-between;align-items:center;margin-top:26px;padding:16px 22px;background:var(--red);border-radius:2px;font-size:14px;font-weight:700}.hero-link:hover{background:#b83020}.hero-link span{font-size:22px}.hero-caption{position:absolute;bottom:35px;right:35px;display:flex;flex-direction:column;text-align:right;gap:8px;font-size:12px;letter-spacing:.1em}.hero-caption b{font-size:19px}.stamp{position:absolute;right:5%;top:10%;background:#fffdf1;color:var(--red);border-radius:50%;width:131px;height:131px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(10deg);font-size:10px;line-height:1.65;outline:1px solid #fffdf1;outline-offset:5px}.stamp strong{font-family:'Noto Serif JP',serif;font-size:21px}.intro-line{margin:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dcded8;padding:19px 0}.intro-line p{font-size:14px}.intro-line span{font:10px Arial;letter-spacing:.14em}.features{max-width:1320px;margin:auto;padding:72px 5% 80px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.english{font:600 12px Arial;letter-spacing:.16em;color:var(--red)}h2{font-family:'Noto Serif JP',serif;font-size:34px;margin:10px 0 0;letter-spacing:.04em}.red-dot{font-size:12px;margin-left:10px;color:var(--red);vertical-align:middle}.section-title>p{font-size:14px;color:#646962}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.photo-wrap,.market-art{aspect-ratio:1.32;position:relative;overflow:hidden;border-radius:3px}.photo-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.photo-link:hover img{transform:scale(1.04)}.category{position:absolute;left:14px;top:14px;background:var(--red);padding:5px 13px;color:white;font-size:12px;font-weight:700}.green{background:#28604d}.card-number{position:absolute;bottom:10px;right:13px;color:white;font:italic 40px Georgia}.card-meta{font-size:12px;margin:22px 0 11px;color:var(--red);font-weight:700}.card-meta span{color:#72756e;font-weight:400}.card h3{font-size:19px;line-height:1.8;margin:0;font-weight:800;letter-spacing:.01em}.card p{font-size:14px;line-height:1.95;color:#686d66;margin:15px 0 20px}.read-more{display:flex;justify-content:space-between;border-bottom:1px solid #cbd0c8;padding:0 0 13px;font-size:13px;font-weight:700}.read-more:hover{color:var(--red)}.market-art{background:#d63e29;color:#fff4df;padding:25px}.market-kicker{font-size:11px;letter-spacing:.05em}.market-art h3{font-family:'Noto Serif JP',serif;font-size:34px;line-height:1.5;margin-top:13px}.market-en{position:absolute;bottom:20px;left:25px;font:11px Arial;letter-spacing:.15em;line-height:1.5}.market-badge{position:absolute;right:18px;bottom:20px;border:1px solid #fff4df;border-radius:50%;padding:15px 10px;font-size:12px;transform:rotate(-12deg)}.about{background:#f1f3ed;padding:55px 8%;display:grid;grid-template-columns:1fr 1.35fr;column-gap:12%;position:relative}.about>.english{grid-column:1/-1}.about h2{line-height:1.8;font-size:32px}.about p{font-size:15px;line-height:2;margin-top:10px}.about .note{font-size:12px;color:#6a7067;margin-top:22px}footer{padding:35px 5%;display:flex;gap:25px;align-items:center}.footer-brand{font-size:22px;font-weight:900}footer>span{font-size:12px;color:#71766d}footer small{margin-left:auto;font-size:10px;color:#71766d}footer>a:last-child{border:1px solid #d3d8d0;border-radius:50%;width:37px;height:37px;display:grid;place-items:center}@media(min-width:1500px){.hero{max-width:1440px;margin:auto}}@media(max-width:1000px){.header-note{display:none}.header nav{gap:22px}.hero{min-height:550px}.stamp{right:5%;width:110px;height:110px}.cards{gap:20px}.card h3{font-size:17px}.market-art{padding:20px}.market-art h3{font-size:27px}.market-badge{display:none}.section-title>p{font-size:12px}}@media(max-width:650px){.header{padding:20px 5%;flex-wrap:wrap;gap:20px}.brand{font-size:24px}.header nav{width:100%;justify-content:space-between;font-size:12px;gap:10px}.hero{margin:0 3%;height:580px;min-height:0}.hero>img{object-position:60%}.hero-copy{top:23%;left:7%}.hero h1{font-size:34px;letter-spacing:.02em}.hero-copy p{font-size:14px}.eyebrow{font-size:12px}.stamp{top:5%;right:7%;width:80px;height:80px;font-size:8px;line-height:1.35}.stamp strong{font-size:15px}.hero-caption{bottom:19px;right:20px}.hero-caption>span:first-child{display:none}.hero-caption b{font-size:14px}.hero-caption>span:last-child{font-size:9px}.hero-link{width:260px}.intro-line{padding:14px 0}.intro-line p{font-size:11px}.intro-line span{display:none}.features{padding:45px 6%}.section-title{display:block}.section-title h2{font-size:29px}.section-title>p{margin-top:16px}.cards{grid-template-columns:1fr;gap:37px}.card h3{font-size:19px}.card p{font-size:15px}.market-art h3{font-size:38px}.market-badge{display:block}.about{display:block;padding:35px 7%}.about h2{font-size:29px;margin:17px 0}footer{flex-wrap:wrap;gap:15px}footer>span{display:none}footer small{font-size:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.photo-wrap img{transition:none}}

.credits{padding:0 5% 24px;font-size:12px;line-height:1.8;color:#72766d}.credits a{text-decoration:underline}