@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500&display=swap');
:root{--paper:#fdfdfb;--ink:#20221f;--blue:#2541c6;--line:#d8dcd9;--muted:#686e70;--serif:'Noto Serif JP',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{background:var(--paper);color:var(--ink);font-family:'Noto Sans JP',sans-serif;font-size:16px;line-height:1.9;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--blue);outline-offset:5px}img{display:block;max-width:100%}[hidden]{display:none!important}.sample-toolbar{background:#ebeffb;color:#243479;padding:8px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #d5dcf3;font-size:12px}.sample-toolbar b{font-size:12px;letter-spacing:.09em}.sample-name{margin-left:22px}.sample-toolbar button{display:flex;align-items:center;gap:10px;background:none;border:0;padding:4px 0;font-size:12px;min-height:32px}.switch{width:29px;height:16px;border:1px solid #8190bd;border-radius:20px;position:relative}.switch:after{content:'';position:absolute;width:8px;height:8px;top:3px;left:3px;border-radius:50%;background:#6a7eaf;transition:transform .2s}.sample-toolbar button[aria-pressed=true] .switch{background:var(--blue);border-color:var(--blue)}.sample-toolbar button[aria-pressed=true] .switch:after{transform:translateX(13px);background:white}header{max-width:1600px;margin:auto;padding:35px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}.wordmark{font-family:Georgia,serif;font-size:30px;letter-spacing:-.04em;line-height:1.2}.wordmark>span{font-family:'Noto Sans JP',sans-serif;display:block;font-size:10px;letter-spacing:.23em;margin-top:9px}header nav{display:flex;gap:40px;align-items:center}nav a{font-family:Georgia,serif;font-size:19px;line-height:1.4}nav a>span{font-family:'Noto Sans JP',sans-serif;display:block;font-size:11px;color:var(--muted)}nav a:last-child{border:1px solid var(--ink);padding:13px 23px;display:flex;gap:26px;align-items:center}nav .nav-arrow{font-size:20px;color:var(--ink)}.section{max-width:1600px;padding:70px 5%;margin:auto}.intro{padding-top:26px;padding-bottom:20px}.intro-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.small-label,.edition{font-size:11px;letter-spacing:.1em;margin:0}.small-label{color:var(--blue);font-weight:500}.edition{color:var(--muted)}.intro-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin:29px 0 40px}.intro h1{font-family:var(--serif);font-weight:400;font-size:clamp(30px,3.3vw,54px);letter-spacing:.09em;line-height:1.75;margin:0}.intro h1 span{padding-left:1em}.intro-heading p{font-size:14px;line-height:2.2;margin:0 0 10px;min-width:240px}.hero-picture{display:block;position:relative;overflow:hidden;background:#e2e9eb}.hero-picture img{width:100%;height:clamp(320px,40vw,560px);object-fit:cover;transition:transform .8s}.hero-picture:hover img{transform:scale(1.025)}.picture-link{position:absolute;bottom:26px;right:30px;color:white;background:#2229;backdrop-filter:blur(8px);padding:15px 21px;display:flex;align-items:center;gap:35px;font-size:11px;letter-spacing:.09em}.picture-link>span{font-size:20px}.image-caption{display:flex;justify-content:space-between;gap:20px;margin-top:14px;color:var(--muted);font-size:12px}.image-caption span:last-child{font-size:10px;letter-spacing:.07em}.note-row{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid var(--line);padding-top:10px;margin-top:30px}.section-index{font-size:11px;letter-spacing:.09em;color:var(--muted)}.note-toggle{border:0;background:none;display:flex;align-items:center;gap:10px;font-size:13px;min-height:44px;padding:5px 0}.note-icon{border:1px solid #9ca5aa;width:22px;height:22px;border-radius:50%;font-size:16px;display:grid;place-content:center;line-height:1}.note-toggle[aria-expanded=true]{color:var(--blue)}.note{background:#eef2fc;padding:25px 30px;margin-top:15px;border-left:2px solid var(--blue)}.note-title{color:var(--blue);font-size:16px;font-weight:500}.note p{font-size:14px;line-height:2;margin:9px 0 0}.note-row,.note{grid-column:1/-1}footer{max-width:1600px;border-top:1px solid var(--line);margin:auto;padding:35px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer .wordmark{font-size:24px}footer p,footer>span{font-size:12px;color:var(--muted)}footer>span{text-align:right;font-size:10px;letter-spacing:.04em}@media(max-width:900px){header nav{gap:24px}.intro-heading p{min-width:210px;font-size:13px}.intro h1{font-size:32px}.section{padding-top:55px}.intro{padding-top:20px}.hero-picture img{height:400px}}@media(max-width:680px){.sample-toolbar{gap:10px;padding:8px 6%}.sample-toolbar b{font-size:10px}.sample-name{display:block;font-size:11px;margin:0}.sample-toolbar button{font-size:11px;white-space:nowrap}header{padding:27px 6%;gap:16px}.wordmark{font-size:25px}.wordmark>span{font-size:9px}header nav{gap:16px}nav a{font-size:16px}nav a>span{display:none}nav a:last-child{padding:0;border:0;gap:6px}nav .nav-arrow{display:inline;font-size:17px}.section{padding:45px 6%}.intro{padding-top:20px;padding-bottom:10px}.intro-top{align-items:flex-start}.small-label,.edition{font-size:9px}.intro-heading{display:block;margin-top:25px;margin-bottom:30px}.intro h1{font-size:clamp(27px,7.2vw,43px);letter-spacing:.04em}.intro h1 span{padding-left:.6em}.intro-heading p{font-size:14px;margin:22px 0 0}.hero-picture img{height:420px;object-position:50% 50%}.picture-link{bottom:17px;right:17px;gap:20px;font-size:10px;padding:10px 14px}.image-caption{font-size:11px;gap:10px}.image-caption span:last-child{font-size:9px}.note-row{gap:10px;margin-top:22px}.section-index{font-size:10px}.note-toggle{font-size:11px;gap:7px}.note{padding:20px}.note-title{font-size:15px}footer{flex-wrap:wrap;padding:28px 6%;gap:12px}footer p{order:3;flex-basis:100%;font-size:11px}footer>span{font-size:9px}}@media(max-width:360px){header nav{gap:10px}.wordmark{font-size:23px}nav a{font-size:14px}.hero-picture img{height:340px}.note-toggle{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:50px}.section-heading .small-label{margin-bottom:18px}h2{font-family:var(--serif);font-weight:400;font-size:34px;line-height:1.8;letter-spacing:.055em;margin:0}.section-heading>p{font-size:15px;line-height:2;margin:0 0 8px}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%}.work{margin:0;min-width:0}.tall-work{padding-top:70px}.work-column{display:flex;flex-direction:column;gap:55px}.work-open{display:block;position:relative;border:0;padding:0;background:#edf0ed;overflow:hidden;width:100%;cursor:zoom-in}.work-open img{width:100%;height:auto;transition:transform .65s}.work-open:hover img{transform:scale(1.035)}.enlarge{position:absolute;right:16px;bottom:16px;color:#fff;background:#171f2699;border:1px solid #ffffff75;border-radius:50%;width:37px;height:37px;display:grid;place-content:center;font-size:19px}.work figcaption{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:17px}.work figcaption>div{display:flex;align-items:center;gap:14px}.work-no{font-family:Georgia,serif;font-style:italic;color:var(--blue);font-size:14px}.work h3{font-size:18px;font-weight:400;margin:0;letter-spacing:.03em}.work figcaption>span{font-size:10px;letter-spacing:.045em;color:var(--muted)}.work>p{font-size:14px;color:var(--muted);margin:6px 0 0 31px}.gallery-hint{font-size:12px;color:var(--muted);text-align:right;margin:45px 0 0}.works .note-row{margin-top:35px}.about-wrap{background:#202c31;color:#f6f6ed;margin-top:20px}.about{display:grid;grid-template-columns:1fr 1fr;gap:0 9%;padding-top:85px;padding-bottom:35px}.about .small-label{color:#c1cbec}.about-title h2{font-size:32px;margin-top:28px;line-height:1.9}.artist-english{font-family:Georgia,serif;font-size:clamp(70px,7.5vw,120px);font-weight:400;line-height:1.03;letter-spacing:-.05em;margin:55px 0 0;color:#ecede8}.artist-english>span{font-style:italic;padding-left:.3em}.artist-name{display:flex;align-items:center;gap:25px;margin-bottom:30px}.artist-name h3{font-family:var(--serif);font-weight:400;letter-spacing:.13em;font-size:24px;margin:0}.artist-name>span{font-size:11px;color:#bfc9cf}.about-copy{padding-top:15px}.about-copy>p{font-size:15px;line-height:2.2;margin:0 0 22px;color:#dce2e3}.artist-details{margin:36px 0 0;font-size:13px}.artist-details>div{border-top:1px solid #536168;padding:14px 0;display:grid;grid-template-columns:130px 1fr;gap:15px}.artist-details dt{color:#aab9c0}.artist-details dd{margin:0}.about .note-row{border-color:#536168;margin-top:60px}.about .section-index{color:#bac6cd}.about .note-toggle{color:#e2e9f9}.about .note-icon{border-color:#95a5ad}.about .note{background:#ecf0fa;color:var(--ink)}.contact-wrap{background:#ecf0fd}.contact{display:grid;grid-template-columns:1fr 1fr;gap:0 9%;padding-top:85px;padding-bottom:30px}.contact h2{font-family:Georgia,serif;font-size:clamp(54px,6.5vw,95px);line-height:1.12;letter-spacing:-.05em;color:var(--blue);margin:38px 0 0}.contact h2 em{font-weight:400}.contact-copy{padding-top:10px}.contact-copy h3{font-family:var(--serif);font-size:27px;font-weight:400;line-height:1.85;margin:0 0 20px}.contact-copy>p{font-size:15px;line-height:2.1}.contact-button{background:var(--blue);color:white;width:100%;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border:1px solid var(--blue);font-size:15px;margin-top:28px;gap:20px;transition:background .2s}.contact-button:hover{background:#18309f}.contact-button>span{font-size:24px}.contact-copy>p.contact-caption{font-size:12px;margin:9px 0 0}.contact-copy>p.demo-label{font-size:12px;color:var(--muted);margin:6px 0 0}.contact .note-row{margin-top:65px;border-color:#c7cfe9}.contact .note{background:#fff}dialog{border:0;padding:0;background:var(--paper);color:var(--ink);max-height:92dvh;width:min(940px,calc(100% - 36px));overflow:auto}dialog::backdrop{background:#0c121be0;backdrop-filter:blur(6px)}.close-dialog{position:sticky;top:15px;float:right;margin:15px 15px -60px 0;z-index:2;border:1px solid #bec3c6;background:#ffffffed;font-size:28px;line-height:1;border-radius:50%;width:44px;height:44px}.close-dialog:hover{background:white}#work-dialog-image{width:100%;height:65dvh;object-fit:contain;background:#e4e8e7}.work-dialog-copy{padding:27px 35px}.work-dialog-copy h2{font-size:26px;margin:8px 0}.work-dialog-copy>p:not(.small-label){font-size:15px;margin:9px 0}.sample-art{font-size:12px;color:var(--muted)}#contact-dialog{width:min(610px,calc(100% - 32px));padding:40px}#contact-dialog .close-dialog{top:0;margin:-23px -23px -21px 0}#contact-dialog>.small-label{padding-top:12px}#contact-dialog h2{font-size:26px;margin-top:18px}.contact-dialog-intro{font-size:15px;line-height:2}.request-list{list-style:none;padding:0;margin:28px 0}.request-list li{display:flex;gap:18px;border-top:1px solid var(--line);padding:16px 0}.request-list li>span{font-family:Georgia,serif;font-style:italic;color:var(--blue);font-size:20px;line-height:1.6}.request-list strong{font-size:15px;font-weight:500}.request-list p{font-size:13px;color:var(--muted);margin:3px 0 0}.contact-demo-notice{background:#edf1fb;padding:15px;font-size:13px;line-height:1.9}.template-button{width:100%;padding:15px;border:1px solid var(--blue);color:var(--blue);background:transparent;font-size:14px;margin-top:5px}.template-button:hover{background:#edf1fb}#copy-status{font-size:13px;margin-bottom:0;min-height:1.6em;color:var(--blue)}#copy-fallback{width:100%;height:180px;border:1px solid #c3c9d7;font-size:14px;padding:12px;margin-top:10px}
@media(max-width:900px){.work-grid{gap:6%}.work figcaption{flex-wrap:wrap;gap:2px}.work figcaption>span{margin-left:30px}.about{gap:0 6%}.about-title h2{font-size:27px}.about-copy>p{font-size:14px}.artist-details>div{grid-template-columns:1fr;gap:3px}.artist-name{display:block}.artist-name>span{display:block;margin-top:8px}.contact{gap:0 6%}.contact h2{font-size:62px}.contact-copy h3{font-size:24px}}
@media(max-width:680px){.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:20px;font-size:14px}.section-heading .small-label{margin-bottom:12px}h2{font-size:28px}.work-grid{grid-template-columns:1fr;gap:40px}.tall-work{padding:0}.tall-work .work-open{max-height:680px}.tall-work img{max-height:680px;object-fit:cover}.work-column{gap:40px}.work figcaption{flex-wrap:nowrap;gap:12px}.work figcaption>span{margin:0;font-size:9px}.work>p{font-size:13px}.work h3{font-size:17px}.gallery-hint{text-align:left;font-size:12px;margin-top:28px}.about-wrap{margin-top:0}.about{grid-template-columns:1fr;padding-top:50px}.about-title h2{font-size:27px;margin-top:20px}.artist-english{font-size:70px;margin-top:25px;line-height:1.1}.artist-english br{display:none}.artist-english>span{padding-left:.1em}.about-copy{padding-top:40px}.artist-name{display:flex;gap:22px;margin-bottom:25px}.artist-name>span{margin:0;font-size:10px}.about-copy>p{font-size:15px}.artist-details>div{grid-template-columns:1fr;gap:4px}.about .note-row{margin-top:35px}.contact{grid-template-columns:1fr;padding-top:50px}.contact h2{font-size:72px;margin-top:22px}.contact-copy{padding-top:40px}.contact-copy h3{font-size:25px}.contact-copy>p{font-size:15px}.contact .note-row{margin-top:30px}.work-dialog-copy{padding:24px}#work-dialog-image{height:58dvh}#contact-dialog{padding:28px 22px}#contact-dialog h2{font-size:23px}#contact-dialog .close-dialog{margin:-15px -10px -25px 0}.contact-dialog-intro{font-size:14px}.request-list{margin:22px 0}.contact-demo-notice{font-size:12px}}
/* Reading sizes remain legible on narrow screens and with enlarged text. */
.intro-heading p,.section-heading>p,.about-copy>p,.contact-copy>p:not(.contact-caption):not(.demo-label){font-size:16px}.small-label,.edition,.section-index,.image-caption span:last-child,.work figcaption>span,.gallery-hint,.artist-name>span,.sample-art,.contact-caption,.demo-label{font-size:12px}.note-toggle,.work>p,.artist-details{font-size:14px}.wordmark>span{font-size:12px}nav a>span{font-size:12px}.sample-toolbar b{font-size:12px}.picture-link{font-size:12px}footer>span{font-size:12px}.work figcaption{flex-wrap:wrap}.work figcaption>span{margin-left:31px}.intro-heading p{min-width:260px}@media(max-width:1050px){.intro-heading{display:block}.intro-heading p{margin:22px 0 0}.intro h1{font-size:40px}.intro h1 span{padding-left:.6em}}@media(max-width:680px){.intro h1{font-size:clamp(25px,7.1vw,43px)}.intro-heading p{min-width:0;font-size:15px}.sample-toolbar b,.sample-name,.sample-toolbar button{font-size:11px}.small-label,.edition{font-size:10px}.section-index{font-size:10px}.note-toggle{font-size:12px}.wordmark>span{font-size:10px}footer>span{font-size:10px}.image-caption span:last-child{font-size:10px}.work figcaption>span{font-size:12px}.artist-english{font-size:clamp(48px,11vw,70px)}.contact h2{font-size:clamp(54px,12vw,72px)}}
