@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{background:#fff;font-family:Inter,sans-serif;color:#111}.hero{position:sticky;top:0;z-index:1;height:100vh;overflow:hidden}.hero__bg{position:absolute;inset:0;background:url(/images/hero.webp) center/cover no-repeat}.hero__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0006,#00000026)}.hero__inner{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding-left:8vw}.hero__title{color:#fff;font-size:clamp(2.5rem,5vw,5rem);line-height:1.1;letter-spacing:.08em}.hero__title span{display:block;font-weight:200}.concept{position:relative;z-index:2;min-height:140vh;background:transparent;padding:20vh 0}.concept__bg{position:absolute;inset:0;background:#fff;opacity:.3}.concept__inner{position:relative;max-width:980px;margin:0 auto;padding:0 8vw}.concept__title{overflow:hidden;font-size:clamp(2rem,3vw,3rem);font-weight:300;letter-spacing:.15em;margin-left:5vw}.concept__title span{display:inline-block}.concept__text{display:flex;flex-direction:column;gap:2.5rem;margin-top:4rem;padding-bottom:10rem}.concept__text p{max-width:720px;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:300;color:#222;line-height:2.2;letter-spacing:.08em}.works{position:relative;z-index:2;height:100vh;overflow:hidden;background:#111;color:#fff}.works__title{position:absolute;top:10vh;left:8vw;z-index:10;font-size:clamp(2rem,4vw,4rem);font-weight:200;letter-spacing:.1em;writing-mode:vertical-rl;text-orientation:mixed;pointer-events:none}.works__wrapper{display:flex;align-items:center;height:100%}.works__horizontal{display:flex}.works__panel{display:flex;align-items:center;justify-content:center;min-width:100vw;height:100vh}.project{display:flex;align-items:center;gap:6vw;width:100%;padding:0 8vw}.project__image{width:55%;height:70vh;overflow:hidden}.project__image img{width:100%;height:100%;object-fit:cover}.project__image.no-image{position:relative}.project__image.no-image:before{content:"画像準備中...";position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%)}.project__image.no-image:after{content:"";position:absolute;inset:0;background:#000000bf}.project__info{width:40%}.project__index{font-size:.8rem;letter-spacing:.3em;opacity:.4;margin-bottom:1rem}.project__title{font-size:clamp(2rem,3vw,3rem);font-weight:200;margin-bottom:1.5rem}.project__category{font-size:.8rem;letter-spacing:.2em;opacity:.6;margin-bottom:2rem}.project__desc{line-height:1.8;margin-bottom:3rem}.project__link{position:relative;text-decoration:none}.project__link:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:#fff;transform:scaleX(0);transform-origin:left;transition:.4s}.project__link:hover:after{transform:scaleX(1)}.about{position:relative;z-index:2;background:#fff;padding:20vh 0}.about__inner{max-width:1200px;margin:0 auto;padding:0 8vw}.about__top{display:flex;gap:6vw;align-items:center;margin-bottom:12vh}.about__image{width:40%}.about__image img{width:100%;display:block}.about__content{width:50%}.about__title{font-size:clamp(2rem,4vw,4rem);font-weight:200;letter-spacing:.1em;margin-bottom:3rem}.about__lead{font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.about__text{line-height:1.9}.about__cv{display:grid;grid-template-columns:repeat(2,1fr);gap:6vh 6vw;padding-top:6vh;border-top:1px solid #ddd}.about__cv-item span{display:block;font-size:.75rem;letter-spacing:.2em;opacity:.5;margin-bottom:1rem}.about__cv-item p{line-height:1.8}.contact{position:relative;z-index:2;background:#f5f5f5;padding:25vh 0;text-align:center}.contact__inner{max-width:1000px;margin:0 auto;padding:0 8vw}.contact__title{font-size:clamp(2rem,4vw,4rem);font-weight:200;letter-spacing:.15em;margin-bottom:2rem}.contact__lead{opacity:.6;margin-bottom:6rem}.contact__mail{display:inline-block;font-size:clamp(2rem,5vw,4.5rem);font-weight:200;letter-spacing:.05em;text-decoration:none;color:#000;position:relative;transition:.4s}.contact__mail:after{content:"";position:absolute;left:0;bottom:-10px;width:0%;height:1px;background:#000;transition:.4s}.contact__mail:hover:after{width:100%}
