:root{--orange:#ff7417;--orange2:#ff9a58;--navy:#0f2b52;--blue:#43a6ff;--pink:#ff9fc3;--cream:#fff9f5;--soft:#fff3eb;--ink:#26364c;--muted:#667085;--line:#eee4dc;--shadow:0 24px 70px rgba(15,43,82,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--ink);background:#fff;line-height:1.85}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 40px));margin:auto}.section{padding:96px 0}.soft{background:linear-gradient(135deg,#fffaf7,#fff4ec 58%,#fff)}.eyebrow{color:var(--orange);font:700 .78rem/1.2 Georgia,serif;letter-spacing:.18em}.section-title{font:500 clamp(2.45rem,5vw,4.25rem)/1.12 Georgia,"Times New Roman",serif;color:var(--navy);margin:12px 0 24px}.accent{color:var(--orange)}.lead{font-size:1.08rem;color:#4c5b70}.hand,.script{font-family:"Comic Sans MS","Bradley Hand",cursive;color:var(--orange)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 23px;background:linear-gradient(135deg,var(--orange),#ff934c);color:#fff;font-weight:800;box-shadow:0 12px 28px rgba(255,116,23,.23);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.outline{background:#fff;color:var(--navy);border:1px solid #dde5ef;box-shadow:none}.tag{display:inline-flex;padding:6px 12px;border-radius:999px;background:#fff0e6;color:var(--orange);font-weight:800;font-size:.78rem}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,43,82,.07)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:245px;max-height:56px;object-fit:contain}.nav{display:flex;gap:25px;font-family:Georgia,serif;color:var(--navy);font-size:.91rem}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--orange);transition:.2s}.nav a:hover:after,.nav a.active:after{right:0}.hamburger{display:none;width:44px;height:44px;border:0;background:#fff;border-radius:50%;box-shadow:0 8px 24px rgba(15,43,82,.12);padding:11px;cursor:pointer}.hamburger span{display:block;height:2px;background:var(--navy);margin:5px 0;transition:.25s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;inset:78px 0 auto 0;background:rgba(255,255,255,.98);box-shadow:0 20px 40px rgba(15,43,82,.16);padding:18px 24px 26px;z-index:49}.mobile-menu.open{display:block}.mobile-menu a{display:flex;justify-content:space-between;padding:14px 2px;border-bottom:1px solid #f1ece8;font:700 1rem Georgia,serif;color:var(--navy)}
.hero{overflow:hidden;background:linear-gradient(120deg,#fff,#fff6ef 53%,#fff);position:relative}.hero:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(255,170,203,.25),transparent 68%);right:-130px;top:-170px}.hero-grid{min-height:710px;display:grid;grid-template-columns:.9fr 1.15fr;gap:34px;align-items:center}.hero-copy h1{font:500 clamp(2.7rem,5.2vw,5rem)/1.02 Georgia,serif;margin:8px 0 24px;color:var(--navy)}.hero-copy h1 em{font-style:normal;color:var(--orange)}.hero-copy p{max-width:520px;color:#526177;font-size:1.07rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-visual{position:relative;height:640px}.hero-photo{position:absolute;overflow:hidden;box-shadow:var(--shadow)}.hero-photo.live{left:0;top:55px;width:67%;height:550px;border-radius:44px 12px 44px 12px;transform:rotate(-2deg)}.hero-photo.profile{right:0;top:8px;width:43%;height:495px;border-radius:12px 44px 12px 44px;transform:rotate(2deg);border:8px solid #fff}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-logo{position:absolute;left:20px;bottom:4px;width:300px;background:rgba(255,255,255,.9);padding:12px 18px;border-radius:18px;box-shadow:0 10px 25px rgba(15,43,82,.08)}.spark{position:absolute;font-size:38px;color:var(--orange)}.spark.s1{right:20px;top:0}.spark.s2{left:2%;bottom:50px;color:var(--blue)}.spark.s3{right:31%;bottom:12px;color:var(--pink);font-size:26px}.newsbar{border-block:1px solid var(--line);background:#fff}.newsrow{display:grid;grid-template-columns:140px repeat(3,1fr);align-items:center;min-height:108px}.newsrow>div{padding:18px;border-right:1px solid var(--line)}.newsrow>div:last-child{border-right:0}.newslabel{font:500 1.7rem Georgia,serif;color:var(--orange)}.newsdate{font-size:.78rem;color:var(--orange);letter-spacing:.06em}.newstitle{font-size:.9rem;color:#4f5e72}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid #f0e4dc;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(15,43,82,.06);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card-media{height:210px;background:#fff6f0;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover}.card-logo{display:flex;align-items:center;justify-content:center;padding:28px}.card-body{padding:18px 20px}.card-body h3{font:500 1.35rem Georgia,serif;color:var(--orange);margin:0}.card-body p{font-size:.88rem;margin:3px 0;color:#5d687a}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-visual{position:relative;min-height:430px;border-radius:36px;overflow:hidden;background:linear-gradient(135deg,#ff8f4b,#ffc59d);box-shadow:var(--shadow)}.about-visual img{width:100%;height:100%;min-height:430px;object-fit:cover;mix-blend-mode:soft-light;opacity:.72}.about-visual .overlay{position:absolute;inset:0;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.about-visual .overlay strong{font:400 2rem "Comic Sans MS",cursive}.trio{display:grid;grid-template-columns:repeat(3,1fr)}.tile{position:relative;height:320px;overflow:hidden}.tile img{width:100%;height:100%;object-fit:cover}.caption{position:absolute;inset:auto 0 0;padding:22px;color:#fff;background:linear-gradient(transparent,rgba(15,43,82,.8));font:500 1.4rem Georgia,serif}
.page-hero{padding:94px 0 74px;background:linear-gradient(135deg,#fff8f3,#fff);position:relative;overflow:hidden}.page-hero:after{content:"✦";position:absolute;right:7%;top:14%;font-size:9rem;color:rgba(255,116,23,.08)}.page-hero h1{font:500 clamp(3.2rem,8vw,6rem)/1 Georgia,serif;margin:0;color:var(--navy)}.page-hero p{max-width:730px;color:#5b687a}.page-hero .script{font-size:1.45rem}.breadcrumb{font-size:.78rem;color:#8a96a8;margin-top:18px}.profile-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:start}.portrait{border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.profile-box{padding:36px;border-radius:28px;background:#fffaf7;border:1px solid #f4e7de}.profile-box h2{font:500 3rem Georgia,serif;margin:0;color:var(--navy)}.meta,.company{display:grid;grid-template-columns:160px 1fr;border-top:1px solid #eaded6;margin-top:26px}.meta div,.company div{padding:14px 0;border-bottom:1px solid #eaded6}.meta .k,.company .k{font-weight:800;color:var(--orange)}.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.gallery-grid img{width:100%;height:480px;object-fit:cover;border-radius:28px}.gallery-grid img:nth-child(2){object-position:center top}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.value{padding:28px;border-radius:26px;background:#fff;border:1px solid #f0e6df}.value .no{font:500 2rem Georgia,serif;color:var(--orange)}.value h3{color:var(--navy);margin:8px 0}.representative{display:grid;grid-template-columns:.7fr 1.3fr;gap:42px;align-items:center;padding:34px;border-radius:32px;background:#fff;border:1px solid #f0e7e1}.representative img{border-radius:24px;height:430px;width:100%;object-fit:cover}.quote{font:500 1.8rem/1.55 Georgia,serif;color:var(--navy)}
.audition-hero{display:grid;grid-template-columns:1fr .8fr;gap:38px;align-items:center}.audition-photo{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);height:520px}.audition-photo img{width:100%;height:100%;object-fit:cover}.audition-box{border-radius:34px;padding:42px;background:linear-gradient(135deg,#fff6ee,#fff);border:1px solid #f1e3da;box-shadow:var(--shadow)}.requirements{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:26px 0}.req{padding:22px;border-radius:20px;background:#fff;border:1px solid #f0e7e0}.req strong{display:block;color:var(--navy);margin-bottom:4px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.step{padding:24px;border-radius:22px;background:#fff;border:1px solid #f0e7e0}.step b{display:block;color:var(--orange);font:500 1.5rem Georgia,serif}.faq details{border-bottom:1px solid #ece6e1;padding:16px 0}.faq summary{cursor:pointer;font-weight:800;color:var(--navy)}
.news-list{display:grid;gap:14px}.news-item{display:grid;grid-template-columns:140px 110px 1fr;gap:18px;align-items:center;padding:22px 24px;border-radius:20px;border:1px solid #eee6df;background:#fff;transition:.2s}.news-item:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,43,82,.07)}.news-item time{color:var(--orange);font-size:.86rem}.news-item .category{font-size:.72rem;font-weight:800;color:var(--navy);background:#eef5ff;padding:5px 10px;border-radius:999px;text-align:center}.news-item h3{margin:0;color:var(--navy);font-size:1rem}.news-item p{margin:4px 0 0;color:#6c7788;font-size:.9rem}
.contact-grid{display:grid;grid-template-columns:1fr .85fr;gap:28px}.contact-card{padding:30px;border-radius:26px;background:#fffaf7;border:1px solid #efe5de}.line-box{display:flex;align-items:center;gap:24px}.line-box img{width:180px;border-radius:20px;border:10px solid #fff;box-shadow:var(--shadow)}.contact-actions{display:grid;gap:12px;margin-top:22px}.contact-action{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-radius:16px;background:#fff;border:1px solid #eee5df;font-weight:700;color:var(--navy)}.contact-form{display:grid;gap:14px;margin-top:24px}.contact-form label{font-weight:800;color:var(--navy);font-size:.9rem}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #dedfe3;border-radius:14px;padding:13px 14px;font:inherit;background:#fff}.contact-form textarea{min-height:160px;resize:vertical}.note{font-size:.83rem;color:#7c8797}.policy{max-width:900px}.policy h2{color:var(--navy);margin-top:40px}.policy p,.policy li{color:#58667a}
footer{background:#fff;border-top:1px solid #eee7e1;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-logo{width:260px}.footer-nav{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;font-family:Georgia,serif;color:#5f6c80}.footer-info{font-size:.92rem;color:#536076}.footer-info a{color:var(--navy);font-weight:700}.copyright{border-top:1px solid #f0ebe7;margin-top:36px;padding-top:20px;font-size:.78rem;color:#8a94a4;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
@media(max-width:900px){.container{width:min(760px,calc(100% - 28px))}.nav{display:none}.hamburger{display:block}.header-inner{height:70px}.brand img{width:205px}.mobile-menu{inset:70px 0 auto 0}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:26px 0 56px}.hero-visual{height:560px}.hero-photo.live{left:0;top:38px;width:72%;height:480px}.hero-photo.profile{right:0;top:0;width:44%;height:390px}.hero-logo{width:230px}.newsrow{grid-template-columns:1fr}.newsrow>div{border-right:0;border-bottom:1px solid var(--line);padding:14px 4px}.cards{grid-template-columns:1fr 1fr}.about-grid,.profile-wrap,.contact-grid,.audition-hero,.representative{grid-template-columns:1fr}.values{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.trio{grid-template-columns:1fr}.tile{height:280px}.footer-grid{grid-template-columns:1fr}.section{padding:68px 0}.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:430px}.representative img{height:520px}.news-item{grid-template-columns:110px 95px 1fr}}
@media(max-width:560px){.container{width:min(520px,calc(100% - 22px))}.header-inner{height:64px}.mobile-menu{inset:64px 0 auto 0}.brand img{width:175px}.hamburger{width:42px;height:42px}.hero-copy h1{font-size:2.55rem;line-height:1.08;margin-bottom:18px}.hero-copy p{font-size:.98rem}.hero-actions .btn{width:100%}.hero-visual{height:465px}.hero-photo.live{top:36px;width:76%;height:390px;border-radius:28px 8px}.hero-photo.profile{width:48%;height:315px;border-width:5px}.hero-logo{width:190px}.cards{grid-template-columns:1fr}.section-title{font-size:2.7rem}.page-hero{padding:62px 0 48px}.page-hero h1{font-size:3.3rem}.profile-box,.audition-box{padding:25px 20px}.profile-box h2{font-size:2.25rem}.meta,.company{grid-template-columns:1fr}.meta .k,.company .k{padding-bottom:0;border-bottom:0}.requirements,.steps{grid-template-columns:1fr}.line-box{display:block}.line-box img{width:150px;margin-bottom:18px}.footer-logo{width:220px}.gallery-grid img{height:360px}.representative{padding:20px}.representative img{height:390px}.quote{font-size:1.45rem}.news-item{grid-template-columns:1fr;gap:6px;padding:18px}.news-item .category{width:max-content}.copyright{display:block}}
.audition-feature{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center}.audition-poster{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.audition-poster img{width:100%;height:auto}.external-link{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:var(--orange);word-break:break-all}.external-link:after{content:'↗';font-size:.9em}.tiny-company{margin-top:14px;font-size:.78rem;color:#8590a0}.photo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.photo-strip img{width:100%;height:300px;object-fit:cover;border-radius:20px}.photo-strip img:nth-child(2),.photo-strip img:nth-child(4){object-position:center top}.site-badge{display:inline-flex;align-items:center;gap:10px;margin-top:14px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #eee3db;font-size:.9rem;font-weight:800;color:var(--navy)}
@media(max-width:900px){.audition-feature{grid-template-columns:1fr}.photo-strip{grid-template-columns:1fr 1fr}.photo-strip img{height:360px}}
@media(max-width:560px){.photo-strip{grid-template-columns:1fr 1fr;gap:8px}.photo-strip img{height:245px;border-radius:14px}.audition-poster{border-radius:20px}}

/* Mobile-first refinements */
.newstitle a{color:inherit;text-decoration:none}.newstitle a:hover{color:var(--orange)}
@media(max-width:560px){.audition-poster{display:block;height:360px}.audition-poster img{width:100%;height:100%;object-fit:cover;object-position:center top}.card[href="audition.html"] .card-media img{object-position:center top}}
