@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Albert+Sans:wght@300;400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=BIZ+UDPGothic:wght@400;700&display=swap");.home-below{--ink:#1A1A1A;--ink-deep:#0F0F0F;--ink-stage:#181818;--bg-footer:#0A0A0A;--night-card:#232323;--light:#EFEFEF;--light-soft:#F0EEEB;--light-pure:#FFFFFF;--on-dark:#EFEFEF;--on-dark-dim:rgba(239,239,239,0.55);--on-dark-line:rgba(239,239,239,0.16);--on-light:#1A1A1A;--on-light-dim:rgba(26,26,26,0.6);--on-light-line:rgba(26,26,26,0.14);--gold:#C8A96E;--gold-deep:#8C7438;--display-en:"Bebas Neue","Arial Narrow",sans-serif;--sans-en:"Albert Sans","Helvetica Neue",sans-serif;--sans-jp:"Zen Kaku Gothic New","BIZ UDPGothic","Yu Gothic",sans-serif;--sans-jp-read:"BIZ UDPGothic","Zen Kaku Gothic New","Yu Gothic",sans-serif;--container:1280px;--gap-card:32px;--pad-section:clamp(56px,7vw,90px);background:var(--ink);color:var(--on-dark);font-family:var(--sans-jp);font-weight:400;-webkit-font-smoothing:antialiased}.home-below .container{width:100%;max-width:var(--container);margin:0 auto;padding:0 clamp(24px,4vw,56px)}.home-below.js-ready .reveal{opacity:0;transform:translateY(20px);transition:opacity .9s ease,transform .9s ease}.home-below.js-ready .reveal.is-in{opacity:1;transform:translateY(0)}.home-below.js-ready .reveal[data-delay="1"]{transition-delay:.12s}.home-below.js-ready .reveal[data-delay="2"]{transition-delay:.24s}.home-below.js-ready .reveal[data-delay="3"]{transition-delay:.36s}.home-below .sec-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:clamp(40px,5vw,64px);border-bottom:1px solid var(--on-dark-line);padding-bottom:24px}.home-below .sec-head .title{display:flex;flex-direction:column;gap:8px}.home-below .sec-head h2{font-family:var(--display-en);font-weight:400;font-size:clamp(32px,4.2vw,52px);letter-spacing:.04em;color:var(--on-dark);line-height:1}.home-below .sec-head .ja-sub{font-family:var(--sans-jp);font-size:12px;letter-spacing:.1em;color:var(--on-dark-dim);font-weight:400}.home-below .sec-head .more{font-family:var(--sans-en);font-size:12px;letter-spacing:.18em;color:var(--on-dark-dim);text-decoration:none;transition:color .3s ease;text-transform:uppercase}.home-below .sec-head .more:hover{color:var(--on-dark)}.home-below .news{padding:var(--pad-section) 0;background:var(--light);color:var(--on-light)}.home-below .news .sec-head{border-bottom-color:var(--on-light-line)}.home-below .news .sec-head h2{color:var(--on-light)}.home-below .news .sec-head .ja-sub,.home-below .news .sec-head .more{color:var(--on-light-dim)}.home-below .news .sec-head .more:hover{color:var(--on-light)}.home-below .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap-card)}.home-below .news-card{background:var(--light-pure);text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 0 0 1px rgba(26,24,32,.06)}.home-below .news-card:hover{transform:translateY(-2px);box-shadow:0 0 0 1px rgba(200,169,110,.25),0 12px 32px rgba(26,24,32,.14)}.home-below .news-card .thumb{aspect-ratio:16/9;width:100%;overflow:hidden;background:linear-gradient(135deg,#CDCDCD,#8E8E8E);position:relative}.home-below .news-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}.home-below .news-card:hover .thumb img{transform:scale(1.03)}.home-below .news-card .thumb--logo{background:radial-gradient(ellipse at 50% 40%,#1A1A1A 0,#0B0B0B 70%,#050505 100%)}.home-below .news-card .thumb--logo img{object-fit:contain;padding:14% 18%}.home-below .news-card .date{font-family:var(--sans-en);font-size:13px;letter-spacing:.15em;color:var(--on-light-dim);padding:20px 24px 6px}.home-below .news-card .label{font-family:var(--sans-en);font-size:11px;letter-spacing:.12em;color:var(--gold);padding:0 24px 6px;text-transform:uppercase;font-weight:600}.home-below .news-card .card-title{font-family:var(--sans-jp);font-size:18px;line-height:1.5;font-weight:700;letter-spacing:-.01em;color:var(--on-light);padding:0 24px 14px}.home-below .news-card .body{font-family:var(--sans-jp-read);font-size:14px;line-height:1.7;color:var(--on-light-dim);padding:0 24px;margin-bottom:20px;min-height:calc(14px * 1.7 * 3);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-below .news-card .read-more{font-family:var(--sans-en);font-size:11px;letter-spacing:.16em;color:var(--on-light-dim);padding:0 24px 24px;text-transform:uppercase;font-weight:500;margin-top:auto;transition:color .25s ease;display:inline-flex;align-items:center;gap:6px}.home-below .news-card .read-more:after{content:"→";transition:transform .25s ease}.home-below .news-card:hover .read-more{color:var(--gold)}.home-below .news-card:hover .read-more:after{transform:translateX(5px)}.home-below .services{padding:var(--pad-section) 0;background:var(--ink-deep)}.home-below .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap-card);align-items:stretch}.home-below .service-card{border:1px solid var(--on-dark-line);padding:clamp(32px,4vw,48px);display:flex;flex-direction:column;text-decoration:none;color:inherit;aspect-ratio:2/3;transition:border-color .5s ease,background .5s ease;position:relative}.home-below .service-card:hover{border-color:var(--on-dark);background:rgba(239,239,239,.03)}.home-below .service-card .icon{height:50%;display:grid;place-items:center;margin-bottom:32px}.home-below .service-card .icon svg{width:clamp(48px,5vw,72px);height:clamp(48px,5vw,72px);color:var(--on-dark);opacity:.85}.home-below .service-card .seg-name{font-family:var(--display-en);font-weight:400;font-size:clamp(28px,3.2vw,40px);letter-spacing:.04em;color:var(--on-dark);margin-bottom:6px;text-align:center;line-height:1}.home-below .service-card .ja-sub{font-size:12px;letter-spacing:.1em;margin-bottom:20px;font-weight:400}.home-below .service-card .desc,.home-below .service-card .ja-sub{font-family:var(--sans-jp);color:var(--on-dark-dim);text-align:center}.home-below .service-card .desc{font-size:14px;line-height:1.9;flex-grow:1;margin-bottom:24px}.home-below .service-card .learn{font-family:var(--sans-en);font-size:11px;letter-spacing:.2em;color:var(--on-dark);text-align:center;padding-top:20px;border-top:1px solid var(--on-dark-line);text-transform:uppercase;font-weight:500}.home-below .service-card.has-photo{background-image:linear-gradient(180deg,rgba(15,15,15,0) 0,rgba(15,15,15,0) 42%,rgba(15,15,15,.7) 58%,rgba(15,15,15,.95) 82%,rgba(15,15,15,1) 100%),var(--card-photo);background-size:100% 100%,var(--card-photo-size,142% auto);background-position:0 0,var(--card-photo-pos,0 0);background-repeat:no-repeat;background-color:var(--ink-deep);overflow:hidden;position:relative}.home-below .service-card.has-photo:hover{border-color:var(--on-dark);background-color:var(--ink-deep)}.home-below .service-card.has-photo .icon{visibility:hidden}.home-below .service-card.has-photo .seg-name{text-shadow:0 2px 14px rgba(0,0,0,.75)}.home-below .service-card.has-photo .ja-sub{color:rgba(239,239,239,.85);text-shadow:0 1px 8px rgba(0,0,0,.8)}.home-below .service-card.has-photo .desc{color:rgba(239,239,239,.78);text-shadow:0 1px 6px rgba(0,0,0,.7)}.home-below .service-card.has-photo .learn{border-top-color:rgba(239,239,239,.25)}.home-below .about{padding:var(--pad-section) 0;background:radial-gradient(ellipse at 50% 40%,rgba(200,169,110,.06) 0,transparent 60%),var(--ink);color:var(--on-dark);text-align:center;overflow:hidden;position:relative}.home-below .about .container{max-width:880px}.home-below .about-label{font-family:var(--sans-en);font-size:12px;letter-spacing:.28em;color:var(--gold);text-transform:uppercase;font-weight:600;margin-bottom:8px}.home-below .about-label-ja{font-family:var(--sans-jp);font-size:12px;letter-spacing:.12em;color:var(--on-dark-dim);margin-bottom:56px}.home-below .about-statement{font-family:var(--sans-jp);font-size:clamp(22px,3vw,38px);line-height:1.7;font-weight:500;color:var(--on-dark);letter-spacing:.02em;margin-bottom:56px}.home-below .about-statement .accent{color:var(--gold);font-weight:700}.home-below .about-divider{width:1px;height:60px;background:linear-gradient(180deg,transparent 0,rgba(200,169,110,.4) 50%,transparent);margin:0 auto 48px}.home-below .about-body{font-family:var(--sans-jp-read);font-size:15px;line-height:2;color:var(--on-dark-dim);max-width:640px;margin:0 auto 40px}.home-below .about-meta{font-family:var(--sans-en);font-size:11px;letter-spacing:.18em;color:var(--on-dark-dim);text-transform:uppercase;margin-bottom:48px}.home-below .about-meta span{margin:0 12px}.home-below .about-more{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans-en);font-size:12px;letter-spacing:.18em;color:var(--on-dark-dim);text-decoration:none;text-transform:uppercase;font-weight:500;transition:color .25s ease}.home-below .about-more:after{content:"→";transition:transform .25s ease}.home-below .about-more:hover{color:var(--gold)}.home-below .about-more:hover:after{transform:translateX(5px)}.home-below .audition{padding:clamp(80px,10vw,140px) 0;background:radial-gradient(ellipse at 50% 50%,rgba(200,169,110,.1) 0,transparent 70%),var(--light-soft);color:var(--on-light)}.home-below .audition .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:40px}.home-below .audition-text h3{font-family:var(--display-en);font-weight:400;font-size:clamp(40px,5.5vw,72px);letter-spacing:.02em;color:var(--on-light);margin-bottom:6px;line-height:1}.home-below .audition-text .ja-sub{display:block;font-family:var(--sans-jp);font-size:13px;letter-spacing:.1em;color:var(--on-light-dim);font-weight:500;margin-bottom:14px}.home-below .audition-text p{font-family:var(--sans-jp);font-size:15px;color:var(--on-light-dim);letter-spacing:.05em}.home-below .audition .cta-outline{display:inline-block;padding:18px 40px;border:1px solid var(--on-light);color:var(--on-light);text-decoration:none;font-family:var(--sans-en);font-size:12px;letter-spacing:.2em;transition:background .4s ease,color .4s ease;text-transform:uppercase;font-weight:500}.home-below .audition .cta-outline:hover{background:var(--on-light);color:var(--light-soft)}.home-below .contact{padding:var(--pad-section) 0;text-align:center;background:var(--ink-stage)}.home-below .contact h3{font-family:var(--sans-jp);font-size:clamp(22px,2.6vw,32px);color:var(--on-dark);margin-bottom:16px;letter-spacing:.05em;font-weight:500}.home-below .contact .lead{font-family:var(--sans-jp);color:var(--on-dark-dim);margin-bottom:48px;font-size:15px;letter-spacing:.05em}.home-below .contact .cta-gold{display:inline-block;padding:22px 56px;background:var(--gold);color:var(--ink);text-decoration:none;font-family:var(--sans-en);font-size:13px;letter-spacing:.18em;font-weight:600;transition:background .4s ease;text-transform:uppercase}.home-below .contact .cta-gold:hover{background:var(--light)}.home-below .contact .alt{margin-top:28px;font-size:13px;color:var(--on-dark-dim)}.home-below .contact .alt a{color:var(--on-dark);text-decoration:underline;text-underline-offset:4px}@media (max-width:960px){.home-below .news-grid,.home-below .services-grid{grid-template-columns:repeat(2,1fr)}.home-below .about-statement{font-size:clamp(20px,3.4vw,28px)}}@media (max-width:640px){.home-below .news-grid,.home-below .services-grid{grid-template-columns:1fr}.home-below .sec-head{flex-direction:column;align-items:flex-start;gap:12px}.home-below .audition .container{flex-direction:column;text-align:center;align-items:center}.home-below .about-label-ja{margin-bottom:36px}.home-below .about-statement{font-size:20px;line-height:1.7;margin-bottom:40px}.home-below .about-divider{margin-bottom:36px}.home-below .about-body{font-size:14px;line-height:1.85;margin-bottom:32px;padding:0 8px}.home-below .about-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:36px}.home-below .about-meta span{margin:0}.home-below .about-meta span:nth-child(2),.home-below .about-meta span:nth-child(4){display:none}.home-below .service-card{aspect-ratio:4/3;min-height:360px}.home-below .service-card .icon{height:auto;margin-bottom:20px}.home-below .service-card.has-photo .icon{display:none}.home-below .contact{padding:clamp(60px,10vw,80px) 0}.home-below .contact .cta-gold{padding:18px 36px}}@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,700;12..96,800&family=Cormorant+Garamond:wght@400;500&display=swap");.cinema-hero{--ch-gold:#D4B97A;--ch-gold-light:#E8C97B;--ch-gold-deep:#8C7438;--ch-ink:#0B0E1A;--ch-paper:#F8EFD9;position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden;background:var(--ch-ink)}.cinema-hero .ch-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:1;opacity:0;transform:scale(1.08);will-change:opacity,transform}.cinema-hero:before{top:0;height:30%;background:linear-gradient(180deg,rgba(11,14,26,.85),transparent)}.cinema-hero:after,.cinema-hero:before{content:"";position:absolute;left:0;right:0;z-index:2;pointer-events:none}.cinema-hero:after{bottom:0;height:50%;background:linear-gradient(0deg,rgba(11,14,26,.92),transparent)}.cinema-hero .ch-particles{position:absolute;inset:0;z-index:3;pointer-events:none;overflow:hidden;opacity:0}.cinema-hero .ch-particle{position:absolute;border-radius:50%;background:rgba(242,228,196,1);will-change:transform,opacity;animation-name:ch-drift,ch-twinkle;animation-iteration-count:infinite,infinite;animation-timing-function:linear,ease-in-out}@keyframes ch-drift{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translate(var(--end-x,80px),110vh) rotate(180deg)}}@keyframes ch-twinkle{0%,to{opacity:0}10%{opacity:var(--max-opacity,1)}50%{opacity:calc(var(--max-opacity, 1) * .5)}90%{opacity:var(--max-opacity,1)}}.cinema-hero .ch-intro{position:absolute;inset:0;z-index:50;background:radial-gradient(ellipse at 50% 0,#0F1226 0,#04060D 70%,#02030A 100%);display:grid;place-items:center;will-change:opacity,clip-path}.cinema-hero .ch-intro-light{position:absolute;top:calc(50% - clamp(60px, 6.5vw, 100px));left:50%;transform:translate(-50%,-50%) scale(.05);width:clamp(320px,46vw,640px);height:clamp(320px,46vw,640px);background:radial-gradient(circle,rgba(255,250,235,.95) 0,rgba(232,226,211,.55) 12%,rgba(232,226,211,.28) 28%,rgba(178,173,161,.12) 50%,transparent 70%);filter:blur(18px);opacity:0;pointer-events:none}.cinema-hero .ch-intro-stage{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5}.cinema-hero .ch-intro-logo{width:clamp(280px,32vw,460px);height:auto;opacity:0;transform:scale(.96);filter:drop-shadow(0 4px 36px rgba(232,201,123,.45));display:block}.cinema-hero .ch-intro-beam{position:absolute;top:0;left:50%;transform:translateX(calc(-50% - 1px)) scaleY(0);transform-origin:top center;width:1.5px;height:calc(50% - clamp(70px, 8vw, 116px));background:linear-gradient(180deg,rgba(232,226,211,.98),rgba(232,226,211,.85) 50%,rgba(178,173,161,.6) 88%,rgba(178,173,161,0));box-shadow:0 0 32px 4px rgba(232,226,211,.45);opacity:0;z-index:4}.cinema-hero .ch-curtain{position:absolute;top:0;bottom:0;width:50%;background:var(--ch-ink);z-index:40;will-change:transform}.cinema-hero .ch-curtain-l{left:0}.cinema-hero .ch-curtain-r{right:0}.cinema-hero .ch-curtain-flash{position:absolute;top:0;left:50%;transform:translateX(-50%) scaleY(0);transform-origin:center;width:2px;height:100%;background:linear-gradient(180deg,var(--ch-gold-light),var(--ch-gold) 50%,var(--ch-gold-light));box-shadow:0 0 40px 8px rgba(232,201,123,.55);z-index:45;opacity:0}.cinema-hero .ch-catch{position:absolute;bottom:26%;left:0;right:0;text-align:center;z-index:5;font-family:Bricolage Grotesque,Helvetica Neue,sans-serif;font-weight:800;font-size:clamp(40px,7vw,96px);letter-spacing:-.02em;color:var(--ch-paper);line-height:1;text-shadow:0 4px 40px rgba(0,0,0,.65)}.cinema-hero .ch-word{display:inline-block;padding:0 .15em}.cinema-hero .ch-char{display:inline-block;opacity:0;will-change:opacity}.cinema-hero .ch-char.dot{color:var(--ch-gold)}.cinema-hero .ch-cursor{display:inline-block;width:.08em;height:.9em;background:var(--ch-paper);margin-left:.04em;vertical-align:-.05em;opacity:0}.cinema-hero .ch-cursor.is-on{animation:ch-blink .8s steps(2) infinite}@keyframes ch-blink{0%,50%{opacity:1}51%,to{opacity:0}}.cinema-hero .ch-catch-jp{position:absolute;bottom:19%;left:0;right:0;text-align:center;z-index:5;font-family:Zen Kaku Gothic New,sans-serif;font-size:clamp(16px,1.8vw,24px);letter-spacing:.32em;color:var(--ch-gold);text-shadow:0 2px 20px rgba(0,0,0,.65);opacity:0}.cinema-hero .ch-cta-row{position:absolute;bottom:7%;left:50%;transform:translateX(-50%) translateY(20px);display:flex;gap:24px;z-index:6;opacity:0}.cinema-hero .ch-cta{padding:18px 38px;border:1px solid var(--ch-gold);background:rgba(0,0,0,.5);backdrop-filter:blur(10px);color:var(--ch-paper);font-family:Zen Kaku Gothic New,serif;font-size:14px;letter-spacing:.16em;text-decoration:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;transition:transform .3s ease,background .3s ease,border-color .3s ease}.cinema-hero .ch-cta:hover{transform:translateY(-3px);background:var(--ch-gold);color:var(--ch-ink)}.cinema-hero .ch-cta .lead{font-family:Cormorant Garamond,serif;font-size:10px;letter-spacing:.4em;color:var(--ch-gold-light)}.cinema-hero .ch-cta:hover .lead{color:var(--ch-ink)}.cinema-hero .ch-cta.primary{background:var(--ch-gold);color:var(--ch-ink);border-color:var(--ch-gold)}.cinema-hero .ch-cta.primary .lead{color:var(--ch-ink)}.cinema-hero .ch-cta.primary:hover{background:var(--ch-gold-light)}.cinema-hero .ch-cta:focus-visible{outline:2px solid var(--ch-gold-light);outline-offset:4px}@media (prefers-reduced-motion:reduce){.cinema-hero .ch-curtain,.cinema-hero .ch-curtain-flash,.cinema-hero .ch-intro,.cinema-hero .ch-particle{display:none}.cinema-hero .ch-bg{opacity:.92;transform:none}.cinema-hero .ch-particles{opacity:1}.cinema-hero .ch-catch-jp,.cinema-hero .ch-char,.cinema-hero .ch-cta-row{opacity:1!important}.cinema-hero .ch-cta-row{transform:translateX(-50%)}}@media (max-width:640px){.cinema-hero{min-height:620px}.cinema-hero .ch-catch{bottom:30%;font-size:34px}.cinema-hero .ch-catch-jp{bottom:24%}.cinema-hero .ch-cta-row{flex-direction:column;gap:12px;bottom:6%;width:min(88%,340px)}.cinema-hero .ch-cta{width:100%}}