.jost-light{font-family:Jost,sans-serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.jost-light-italic{font-family:Jost,sans-serif;font-optical-sizing:auto;font-weight:300;font-style:italic}.noto-sans-jp-thin{font-family:Noto Sans JP,sans-serif;font-optical-sizing:auto;font-weight:100;font-style:normal}.noto-sans-jp-regular{font-family:Noto Sans JP,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.noto-sans-jp-bold{font-family:Noto Sans JP,sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal}:root{--thumb-max-size: 300px;--grid-gap: 10px;overflow:hidden}body{margin:0;padding:0}#root{min-height:100vh;display:flex;flex-direction:column}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.page{height:100vh;width:100vw;overflow:auto;opacity:0;animation:pageFadeIn .5s ease-out forwards}.header{text-align:center;margin:2rem 0}.title{font-size:4rem;margin:2rem 0 0;color:#000;letter-spacing:.05em}.subtitle{font-size:1rem;margin:0 0 2rem;color:#000;letter-spacing:.3em}.subtitle .party-time{cursor:pointer}.subtitle .party-time:hover{font-style:italic}.subtitle .party-time.enabled{font-style:italic;font-weight:700;letter-spacing:.25em}.main{flex:1;padding:0 2rem}.profiles-section{margin-bottom:6rem;border-bottom:1px solid #e9ecef}.profiles-container{display:flex;justify-content:space-evenly;align-items:center;max-width:calc(var(--thumb-max-size) * 3);margin:0 auto;margin-bottom:4rem}.movies-section{margin-bottom:3rem}.movies-grid{display:flex;flex-wrap:wrap;gap:var(--grid-gap);justify-content:center;align-items:center;max-width:1200px;margin:0 auto}@media (max-width: 768px){.title{font-size:3rem}.subtitle{font-size:.8rem}}@media (max-width: 480px){.title{font-size:2.5rem}.subtitle{font-size:.7rem}.profiles-container{flex-direction:column;align-items:center;gap:2rem}}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.profile-card{display:flex;flex-direction:column;align-items:center;gap:.25rem}.profile-image-container{display:inline-block;width:120px;height:120px;margin:0 1rem;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:3px solid #f0f0f0;transition:transform .2s ease,border-color .2s ease;cursor:pointer}.profile-image-container:hover{transform:scale(1.05)}a.profile-anchor:focus-visible{outline:none}a.profile-anchor:focus-visible .profile-image-container{border-color:#000;box-shadow:0 0 8px #00000080}.profile-image{width:100%;height:100%;object-fit:cover}.profile-role{font-size:.85rem;color:#666;letter-spacing:.1em;margin-top:1rem}.profile-name{font-size:1.25rem;color:#000;letter-spacing:.05em}.thumb-card{position:relative;border-radius:0;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;width:min(100vw - 17px - .5rem,var(--thumb-max-size));height:min(100vw - 17px - .5rem,var(--thumb-max-size));flex-shrink:0}.thumb-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.thumb-card:focus-visible{outline:4px solid #000000;box-shadow:0 0 12px #0009}.thumb-image-container{position:relative;width:100%;height:100%;overflow:hidden}.thumb-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,opacity .3s ease}.thumb-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.thumb-card:hover .thumb-image{transform:scale(1.05)}.thumb-card:hover .thumb-video,.thumb-card:active .thumb-video,.thumb-card.active .thumb-video{opacity:1}.coming-soon-overlay{position:absolute;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center}.coming-soon-text{color:#fff;font-size:min(1.2rem,36px);letter-spacing:1px}.thumb-info{position:absolute;bottom:0;left:0;right:0;background:#fffffff2;padding:1rem;transform:translateY(100%);transition:transform .3s ease}.thumb-card:hover .thumb-info{transform:translateY(0)}.thumb-title{font-size:min(1rem,24px);color:#000;margin:0 0 .5rem;line-height:1.4}.thumb-description{font-size:min(.85rem,20px);color:#666;margin:0;line-height:1.5;white-space:pre-line}.footer{margin-top:auto;padding:2rem 0;text-align:center;border-top:1px solid #e9ecef}.footer-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.share-button{display:flex;gap:1rem;align-items:center;justify-content:center}.share-network{display:flex;align-items:center}.share-network__button{display:flex;align-items:center;justify-content:center;transition:transform .2s ease;cursor:pointer}.share-network__button:hover{transform:scale(1.1)}.footer-text{font-size:.8rem;color:#666}.footer-text-hover-container{position:relative}.footer-text-hover-foreground{position:absolute;inset:0;opacity:1;transition:opacity .1s ease}.footer-text-hover-container:hover .footer-text-hover-foreground{opacity:0}.footer-text-hover-background{transition:opacity .1s ease;opacity:0}.footer-text-hover-container:hover .footer-text-hover-background{opacity:1}.popup-container .popup-container-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:linear-gradient(to bottom,#0008104d,#000810b3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;z-index:99999;padding:40px 20px 60px;box-sizing:border-box;overflow-y:auto;min-height:100vh;opacity:0;animation:fadeIn .2s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-modal{background-color:#ffffffe6;color:#000;border:1px solid #000000;border-radius:10px;padding:1.5rem;box-shadow:0 0 10px #0000001a;max-width:40rem;overflow-y:auto;margin:auto}.profile-modal-centering{text-align:center}.profile-large-image-container{display:inline-block;width:min(180px,100vw - 3rem - 60px);height:min(180px,100vw - 3rem - 60px);margin-bottom:.25rem;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:3px solid #f0f0f0;transition:transform .2s ease,border-color .2s ease;margin-right:auto}.profile-image-large{width:100%;height:100%;object-fit:cover}.profile-role-large{font-size:1rem;color:#666;letter-spacing:.1em;margin-top:1rem}.profile-name-large{font-size:2rem;color:#000;letter-spacing:.05em;margin-bottom:.25rem}.profile-furigana-large{font-size:.85rem;color:#888;letter-spacing:.2em;margin-bottom:1.25rem}.profile-modal-link-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.profile-modal-link-badge{font-size:1rem;color:#000;letter-spacing:.05em;padding:.25rem 1rem;border-radius:99rem;color:#fff;text-decoration:none;box-shadow:0 2px 8px #0000001a;transition:background-color .1s ease-out}.profile-modal-link-badge:hover{color:#fff}.profile-modal-description{font-size:1.1rem;line-height:1.6em;color:#000;letter-spacing:.05em}.profile-modal-close{text-align:right;font-size:.85rem}.profile-modal-link-twitter{background-color:#4eaae3}.profile-modal-link-twitter:hover,.profile-modal-link-twitter:focus-visible{background-color:#2970b2}.profile-modal-link-weblog{background-color:#f67f8b}.profile-modal-link-weblog:hover,.profile-modal-link-weblog:focus-visible{background-color:#ed5264}.profile-modal-link-youtube{background-color:#e43033}.profile-modal-link-youtube:hover,.profile-modal-link-youtube:focus-visible{background-color:#c22f2f}.profile-modal-link-soundcloud{background-color:#ff7c25}.profile-modal-link-soundcloud:hover,.profile-modal-link-soundcloud:focus-visible{background-color:#dc4d0b}.video-modal-title{font-size:1.5rem;margin-bottom:1rem;color:#fff}.video-modal-close{text-align:right;font-size:.85rem}.video-modal-close a,.video-modal-close a:link,.video-modal-close a:hover,.video-modal-close a:visited,.video-modal-close a:active{color:#fff}
