
:root{
  --ink:#163027;--muted:#66756e;--line:#dfe9e2;--green:#315f47;--green2:#7fa48b;
  --pale:#eef6ef;--pale2:#f7faf6;--warm:#f6f1e8;--white:#fff;--shadow:0 18px 55px rgba(29,64,46,.10);
  --radius:24px;--max:1320px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",YuGothic,Meiryo,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit} .container{width:min(var(--max),calc(100% - 64px));margin:auto}
.site-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,233,226,.88)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.04em}.brand img{width:44px;height:44px;border-radius:50%;object-fit:cover}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:17px}.brand-copy small{font-size:9px;letter-spacing:.22em;color:var(--muted);margin-top:6px}
.nav{display:flex;align-items:center;gap:25px;font-size:12px;font-weight:800;letter-spacing:.12em}.nav a{position:relative;padding:30px 0}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--green);transition:.2s}.nav a:hover:after{right:0}.menu-btn{display:none;background:none;border:0;font-size:25px;color:var(--ink)}
.hero{position:relative;min-height:660px;display:flex;align-items:center;overflow:hidden;background:#f7f8f3}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{position:relative;z-index:2;width:min(720px,55%);padding:130px 0 110px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.2em;color:var(--green);text-transform:uppercase;margin-bottom:17px}.hero h1{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:clamp(34px,4.2vw,62px);line-height:1.28;letter-spacing:.015em;margin:0 0 24px;font-weight:600;white-space:nowrap}.hero p{font-size:16px;color:#43584d;max-width:580px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:999px;border:1px solid var(--green);font-size:12px;font-weight:800;letter-spacing:.08em;transition:.2s;background:var(--green);color:white}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(49,95,71,.18)}.btn.ghost{background:white;color:var(--green)}.btn.small{padding:10px 15px;font-size:11px}
.section{padding:104px 0}.section.alt{background:var(--pale2)}.section.warm{background:var(--warm)}.section.pale{background:var(--pale)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:46px}.section-head-text{max-width:780px}.section-kicker{font-size:11px;letter-spacing:.22em;font-weight:900;color:var(--green);text-transform:uppercase;margin-bottom:13px}.section h2{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:clamp(34px,4vw,55px);line-height:1.3;font-weight:600;margin:0 0 14px}.section-intro{margin:0;color:var(--muted);font-size:15px;max-width:760px}
.about-panel{padding:58px;border-radius:32px;background:linear-gradient(135deg,#f2f8f1,#fff);border:1px solid var(--line);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.about-mark{width:180px;height:180px;border-radius:50%;overflow:hidden;box-shadow:var(--shadow);margin:auto}.about-mark img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.about-panel h2{font-size:clamp(34px,4vw,54px)}
.artist-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.artist-card{position:relative;overflow:hidden;border-radius:22px;background:#eee;aspect-ratio:4/5;box-shadow:0 1px 0 var(--line);transition:.25s}.artist-card img{width:100%;height:100%;object-fit:cover;transition:.35s}.artist-card:hover img{transform:scale(1.025)}.artist-label{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-radius:15px;padding:12px 14px;display:flex;flex-direction:column;line-height:1.15}.artist-label strong{font-size:19px}.artist-label small{font-size:10px;color:var(--muted);font-weight:800;letter-spacing:.08em;margin-top:5px}
.music-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.music-card{min-width:0}.square{aspect-ratio:1;overflow:hidden;border-radius:20px;background:#eee}.square img{width:100%;height:100%;object-fit:cover;transition:.3s}.music-card:hover .square img{transform:scale(1.025)}.music-title{font-size:16px;font-weight:800;margin-top:12px}.music-artist{font-size:11px;color:var(--muted);margin-top:2px}.mini-play{display:flex;align-items:center;gap:8px;margin-top:9px}.play-button{width:36px;height:36px;border-radius:50%;border:1px solid #b8d0bf;background:#fff;color:var(--green);font-weight:900;cursor:pointer}.play-button:hover{background:var(--green);color:white}.play-label{font-size:10px;color:var(--muted);font-weight:800;letter-spacing:.08em}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.feature-card{border-radius:26px;overflow:hidden;border:1px solid var(--line);background:white;box-shadow:0 10px 30px rgba(30,60,45,.05)}.feature-image{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#e8ece8}.feature-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;background:#e8ece8}.feature-body{padding:28px}.feature-body h3{font-size:23px;line-height:1.4;margin:0 0 9px}.feature-body p{color:var(--muted);font-size:14px;margin:0}.feature-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}
.listen-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.listen-link{padding:23px;border:1px solid #bad0c0;border-radius:18px;background:#f3f8f3;transition:.2s}.listen-link:hover{background:white;transform:translateY(-2px);box-shadow:0 12px 25px rgba(49,95,71,.08)}.listen-link strong{display:block;font-size:15px;color:var(--green)}.listen-link small{font-size:10px;color:var(--muted);letter-spacing:.08em}
.footer{padding:54px 0 36px;border-top:1px solid var(--line);background:white}.footer-main{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand img{width:60px;height:60px;border-radius:50%}.footer-brand strong{font-size:18px}.footer-brand small{display:block;font-size:10px;color:var(--muted);letter-spacing:.14em}.footer-links{display:flex;gap:23px;flex-wrap:wrap;font-size:11px;font-weight:800;letter-spacing:.1em}.footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#87938d}
.page-hero{padding:90px 0 72px;background:linear-gradient(145deg,#f4f8f3,#fff)}.page-hero h1{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:clamp(40px,5vw,68px);line-height:1.25;margin:0 0 20px;font-weight:600}.page-hero p{max-width:820px;color:var(--muted);font-size:16px;margin:0}.breadcrumbs{font-size:10px;letter-spacing:.12em;font-weight:800;color:var(--green);margin-bottom:22px}
.song-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 22px}.song-card{min-width:0}.song-thumb{aspect-ratio:16/9;overflow:hidden;border-radius:18px;background:#eee;border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.song-thumb img{width:100%;height:100%;object-fit:contain;object-position:center;background:#eee;transition:.3s}.song-card:hover .song-thumb img{transform:scale(1.018)}.song-card h3{font-size:17px;line-height:1.45;margin:12px 0 10px}.song-tools{display:flex;align-items:center;gap:9px}.song-tools .yt{font-size:10px;font-weight:800;color:var(--green);border-bottom:1px solid #a9c4b0;padding-bottom:2px}.progress{height:3px;background:#d9e5dd;border-radius:4px;overflow:hidden;flex:1;min-width:40px}.progress span{display:block;height:100%;width:0;background:var(--green)}
.artist-hero{padding:72px 0 92px}.artist-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.artist-main-photo{border-radius:30px;overflow:hidden;aspect-ratio:4/5;background:#eee;box-shadow:var(--shadow)}.artist-main-photo img{width:100%;height:100%;object-fit:cover}.artist-name-big{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:clamp(58px,7vw,100px);line-height:1;margin:0}.artist-name-small{font-size:13px;letter-spacing:.24em;color:var(--green);font-weight:900;margin-top:16px}.artist-profile{font-size:17px;line-height:2.05;color:#40554a;margin-top:34px;max-width:590px}.artist-badge{display:inline-flex;margin-top:28px;padding:8px 13px;border-radius:999px;background:var(--pale);color:var(--green);font-size:10px;letter-spacing:.14em;font-weight:900}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-item{aspect-ratio:4/5;border-radius:22px;overflow:hidden;cursor:zoom-in;border:0;padding:0;background:#eee}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.28s}.gallery-item:hover img{transform:scale(1.02)}
.discography{display:grid;gap:28px}.release{display:grid;grid-template-columns:300px 1fr;gap:34px;border:1px solid var(--line);border-radius:26px;padding:26px;background:#fff}.release-art{aspect-ratio:1;overflow:hidden;border-radius:18px;background:#eee}.release-art img{width:100%;height:100%;object-fit:cover}.release h3{font-size:28px;margin:5px 0 4px}.release-sub{font-size:11px;color:var(--muted);letter-spacing:.08em}.audio-row{display:flex;align-items:center;gap:10px;margin:21px 0 20px}.audio-row .progress{max-width:300px}.platforms{display:flex;flex-wrap:wrap;gap:8px}.platforms a{padding:9px 12px;border-radius:999px;border:1px solid #b7cbbd;color:var(--green);font-size:10px;font-weight:800}.release-note{font-size:11px;color:#78867f;margin-top:12px}.backlink{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:var(--green);letter-spacing:.08em;margin-top:30px}
.lightbox{position:fixed;inset:0;z-index:120;background:rgba(8,18,13,.9);display:none;align-items:center;justify-content:center;padding:32px}.lightbox.open{display:flex}.lightbox img{max-width:min(100%,1100px);max-height:90vh;object-fit:contain;border-radius:12px}.lightbox-close{position:absolute;right:28px;top:20px;border:0;background:none;color:white;font-size:34px;cursor:pointer}
@media(max-width:1050px){.artist-grid,.music-grid{grid-template-columns:repeat(3,1fr)}.listen-grid{grid-template-columns:repeat(2,1fr)}.artist-hero-grid{gap:40px}.nav{gap:15px}.song-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(100% - 34px,var(--max))}.header-inner{height:68px}.nav{position:fixed;top:68px;left:0;right:0;background:white;display:none;flex-direction:column;align-items:stretch;padding:12px 20px 24px;border-bottom:1px solid var(--line);gap:0}.nav.open{display:flex}.nav a{padding:11px 0}.nav a:after{display:none}.menu-btn{display:block}.brand img{width:38px;height:38px}.hero{min-height:690px;align-items:flex-start}.hero-bg{object-position:67% center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.75) 54%,rgba(255,255,255,.18) 100%)}.hero-content{width:100%;padding-top:115px}.hero h1{font-size:clamp(26px,8.2vw,40px);white-space:nowrap}.section{padding:72px 0}.section-head{display:block;margin-bottom:34px}.section-head .btn{margin-top:18px}.about-panel{grid-template-columns:1fr;gap:30px;padding:34px}.about-mark{width:120px;height:120px}.artist-grid,.music-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.listen-grid,.song-grid{grid-template-columns:1fr}.artist-hero{padding-top:40px}.artist-hero-grid{grid-template-columns:1fr;gap:34px}.artist-main-photo{max-width:520px}.gallery-grid{grid-template-columns:1fr}.release{grid-template-columns:1fr;padding:18px}.release-art{max-width:380px}.footer-main{display:block}.footer-links{margin-top:25px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:4px}.page-hero{padding:60px 0}.song-grid{gap:34px}.artist-name-big{font-size:62px}}
