@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Lato,Noto Sans JP,sans-serif;line-height:1.8;letter-spacing:.05em;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:opacity .3s ease}ul{list-style:none}body.dark-theme{background-color:#111;color:#fff}body.light-theme{background-color:#fff;color:#333}header{position:absolute;top:0;right:0;width:100%;z-index:1000;padding:3rem 4rem}nav{display:flex;justify-content:flex-end;align-items:center}.burger{display:none;cursor:pointer;z-index:1001}.burger div{width:25px;height:2px;margin:6px;transition:all .3s ease}body.dark-theme .burger div{background-color:#fff}body.light-theme .burger div{background-color:#000}.nav-links{display:flex;gap:3rem}.nav-links a{font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:2px;opacity:.7}body.dark-theme .nav-links a{color:#fff}body.light-theme .nav-links a{color:#000}.nav-links a:hover,.nav-links a.active{opacity:1}.home-container{height:100vh;background:url(/img/background.jpeg) no-repeat center center/cover;position:relative;display:flex;align-items:center;justify-content:flex-start;padding-left:10%;overflow:hidden}.home-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/img/tominaga_top.jpg) no-repeat center 20%/cover;-webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 90%);mask-image:linear-gradient(135deg,#000 40%,#0000 90%);z-index:1;mix-blend-mode:normal}.home-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E"),linear-gradient(120deg,#000c,#0000001a,#000c);background-size:150px 150px,cover;background-repeat:repeat,no-repeat;background-blend-mode:overlay,normal}.home-content{position:relative;z-index:3}.home-content h1{font-size:3.5rem;font-weight:300;line-height:1.1;letter-spacing:.2em;color:#fff;text-transform:uppercase;margin-bottom:.8rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.home-content .hero-desc{font-size:.85rem;font-weight:300;letter-spacing:.4em;color:#fff9;text-transform:uppercase;margin-bottom:1.2rem;margin-left:5px}.home-content .ja-name{font-size:1.1rem;font-weight:300;letter-spacing:.5em;color:#fffc;margin-left:8px;margin-top:.5rem}.content-wrapper{max-width:900px;margin:0 auto;padding:150px 2rem 5rem}.page-title{font-size:1.2rem;font-weight:300;text-transform:uppercase;letter-spacing:.3em;margin-bottom:4rem;text-align:center;opacity:.8}.profile-layout{display:flex;flex-direction:row-reverse;gap:4rem;align-items:flex-start;justify-content:space-between}.profile-img{flex:1;max-width:400px;height:auto;box-shadow:0 10px 30px #00000080}.profile-text{flex:1.5;max-width:none;text-align:left;font-weight:300;color:#eee}.profile-text h2{font-size:1.5rem;font-weight:400;margin-bottom:2rem;letter-spacing:.1em}.profile-text p{margin-bottom:2rem;opacity:.9}.profile-history-list{margin-top:4rem;border-top:1px solid rgba(255,255,255,.1)}.history-item{display:flex;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.1);align-items:flex-start}.history-year{font-size:.9rem;font-weight:400;color:#fff;width:80px;flex-shrink:0;letter-spacing:.1em}.history-event{font-size:.9rem;font-weight:300;color:#fffc;line-height:1.6}@media screen and (max-width:768px){.history-item{flex-direction:column}.history-year{margin-bottom:.3rem}}.schedule-container{max-width:800px;margin:0 auto}.schedule-item{padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;transition:background-color .3s}.compact-schedule .schedule-item{padding:1rem 0}.schedule-item:hover{background-color:#ffffff05}.schedule-date{font-weight:700;margin-bottom:.8rem;font-size:1.2rem;color:#fff;letter-spacing:.05em}.news-meta{margin-bottom:1rem;font-size:.9rem;color:#bbb;letter-spacing:.05em}@media screen and (max-width:768px){.news-feed-grid{grid-template-columns:1fr;gap:1.5rem}}.compact-schedule .schedule-date{font-size:1rem;margin-bottom:.5rem}.schedule-info{flex:1;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.schedule-content{flex-grow:1;min-width:0;word-wrap:break-word}.schedule-flyer{flex-shrink:0;width:30%;max-width:250px;min-width:100px}.flyer-img{width:100%;height:auto;border-radius:4px;box-shadow:0 4px 12px #0006;display:block;transition:transform .3s ease;cursor:pointer}.flyer-img:hover{transform:scale(1.02)}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;transition:opacity .3s ease;cursor:zoom-out}.lightbox-overlay.active{opacity:1}.lightbox-img{max-width:90%;max-height:90vh;border-radius:8px;box-shadow:0 10px 30px #00000080;transform:scale(.9);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.lightbox-overlay.active .lightbox-img{transform:scale(1)}.schedule-title{font-size:1.1rem;margin-bottom:.5rem;display:block;color:#fff}.compact-schedule .schedule-title{font-size:1.2rem;margin-bottom:.2rem}.schedule-details{font-size:.9rem;color:#aaa;display:block}.schedule-link{display:inline-block;margin-top:1rem;padding:.4rem 1.2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;border:1px solid rgba(255,255,255,.4);color:#fff;transition:all .3s ease}.schedule-link:hover{background:#fff;color:#000;border-color:#fff}.past-shows{margin-top:5rem;background:transparent;padding:0;border-radius:0;color:#eee}.past-shows h3{font-size:1.5rem;margin-bottom:2rem;text-align:left;color:#fff;font-weight:300;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem;display:inline-block}.year-heading{color:#fff;font-size:3rem;font-weight:100;margin-bottom:1rem;opacity:.8}.month-label{font-size:1.2rem;font-style:italic;letter-spacing:.1em;color:#bbb;text-align:center;margin:4rem 0 2rem;font-weight:300}.past-table{width:100%;border-collapse:collapse;font-size:.95rem;color:#ccc}.past-table th,.past-table td{padding:1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.past-table tr:nth-child(2n){background-color:transparent}.past-table tr:nth-child(odd){background-color:transparent}.past-table tr:hover{background-color:#ffffff0d}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#000}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.contact-wrapper{text-align:center;padding-top:5rem}.contact-text{font-size:1.1rem;margin-bottom:3rem;color:#ccc}.contact-email{font-size:1.8rem;font-weight:300;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:5px}.contact-email:hover{color:#fff;border-color:#fff}footer{text-align:center;padding:3rem;font-size:.7rem;opacity:.4;letter-spacing:.1em}.social-sidebar{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1.5rem;z-index:100}.social-sidebar a{color:#fff6;transition:color .3s ease,transform .3s ease;display:flex}.social-sidebar a svg{width:30px;height:30px}.social-sidebar a:hover{color:#fff;transform:scale(1.15)}.social-links-mobile{display:none!important}body.artistic-bg{background:linear-gradient(#000000b3,#000000b3),url(/img/tominaga06.jpg) no-repeat center center/cover;background-attachment:fixed}@media screen and (max-width:768px){body.artistic-bg{background-attachment:scroll;background-position:center top}}.movie-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.video-wrapper-item{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000;box-shadow:0 5px 15px #00000080}.video-wrapper-item iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (max-width:768px){header{padding:2rem;position:fixed;top:0;left:0;width:100%;z-index:1000;transition:transform .3s ease}header.header-hidden{transform:translateY(-100%)}.profile-layout{flex-direction:column-reverse;flex-direction:column}.profile-img{max-width:80%;width:auto;max-height:400px;margin:0 auto}.burger{display:block}.nav-links{position:fixed;top:0;right:0;height:100vh;width:100%;background-color:inherit;flex-direction:column;align-items:center;justify-content:center;transform:translate(100%);transition:transform .5s ease-in-out;z-index:1000}body.dark-theme .nav-links{background-color:#111}body.light-theme .nav-links{background-color:#fff}.nav-active{transform:translate(0);opacity:1!important}.home-content h1{font-size:2.5rem}.schedule-info{gap:1rem}.schedule-flyer{width:35%;max-width:140px;min-width:80px}.schedule-date{margin-bottom:.5rem}.social-sidebar{display:none}.social-links-mobile{display:flex!important;gap:1.5rem;justify-content:center;margin-top:2rem}.social-links-mobile a{color:#ffffff80;transition:color .3s ease;display:flex}.social-links-mobile a:hover{color:#fff}.contact-email{font-size:1.2rem;word-break:break-all}}.works-layout{display:flex;flex-direction:row;gap:4rem;align-items:flex-start;justify-content:space-between}.works-cover{flex:1;max-width:400px;height:auto;box-shadow:0 10px 30px #00000080}.works-text{flex:1.5;max-width:none;text-align:left;font-weight:300;color:#eee}.works-text h2{font-size:2rem;font-weight:400;margin-bottom:.5rem;letter-spacing:.1em}.works-text .works-artist{font-size:1.2rem;color:#ccc;margin-bottom:.5rem;letter-spacing:.05em}.works-text .works-date{font-size:1rem;color:#aaa;margin-bottom:2rem;letter-spacing:.05em}.works-text .works-tracklist{margin-bottom:2.5rem;line-height:1.8}.works-text .works-tracklist .suite-title{margin-top:1rem;margin-bottom:.2rem;font-weight:300;color:#fff}.works-text .works-tracklist .suite-tracks{margin-left:0;margin-bottom:1rem;color:#ddd}.works-text .works-credits{font-size:.9rem;color:#bbb;line-height:1.6;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}@media screen and (max-width:768px){.works-layout{flex-direction:column}.works-cover{max-width:80%;margin:0 auto 2rem;display:block}}.news-feed{width:100%;max-width:700px;margin:0 auto}.news-feed-grid{max-width:1000px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.news-post{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:3rem;border-radius:8px;margin-bottom:3rem;color:#eee}.news-card{display:flex;flex-direction:column;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden;color:#eee;transition:transform .3s ease,border-color .3s ease}.news-card:hover{transform:translateY(-4px);border-color:#fff3}.news-card-thumbnail{width:100%;margin:0}.news-card-thumbnail img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:16 / 9}.news-card-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-card .news-meta{margin-bottom:.8rem;font-size:.85rem}.news-card .news-title{font-size:1.25rem;margin-bottom:1rem;line-height:1.4}.news-card .news-content p{font-size:.95rem;color:#bbb;margin-bottom:1.5rem;line-height:1.6}.news-meta{margin-bottom:1rem}.news-date{font-size:.9rem;color:#aaa;letter-spacing:.1em;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.2rem}.news-title{font-size:1.6rem;font-weight:300;margin-bottom:2rem;line-height:1.4;color:#fff;letter-spacing:.05em}.news-content p{margin-bottom:1.5rem;line-height:1.8;color:#ddd}.news-content h2,.news-content h3{font-size:1.2rem;font-weight:400;margin-top:3rem;margin-bottom:1rem;color:#fff;border-left:3px solid rgba(255,255,255,.6);padding-left:1rem}.news-tracklist,.news-personnel{margin-bottom:2rem;padding:1.5rem;background:#0000004d;border-radius:4px}.news-tracklist p,.news-personnel p{margin-bottom:.4rem;color:#ccc;font-size:.95rem}.home-news-widget{position:absolute;bottom:50px;right:50px;z-index:10;background:transparent;max-width:320px}.widget-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#fff;margin-bottom:1rem;font-weight:300;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:.5rem;display:inline-block}.widget-news-list{margin-bottom:1.5rem}.widget-news-list li{margin-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.2rem}.widget-date{display:block;font-size:.75rem;color:#888;margin-bottom:.2rem;letter-spacing:.1em}.widget-link{display:block;font-size:.9rem;color:#ddd;line-height:1.5;transition:color .3s ease}.widget-link:hover{color:#fff}.widget-more-btn{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.5rem 1rem;transition:all .3s ease}.widget-more-btn:hover{background:#fff;color:#000}@media screen and (max-width:768px){.news-post{padding:2rem 1.5rem}.news-title{font-size:1.3rem}.home-news-widget{bottom:20px;right:20px;left:20px;max-width:none;padding:0;background:transparent}}.read-more-btn{display:inline-block;margin-top:1rem;padding:.6rem 1.8rem;font-size:.85rem;letter-spacing:.1em;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:30px;transition:all .3s ease}.read-more-btn:hover{background:#fff;color:#000}.news-article-img,.news-content img{max-width:100%;max-height:400px;width:auto!important;height:auto!important;border-radius:4px;margin-bottom:2rem;box-shadow:0 4px 15px #0000004d;display:block;cursor:zoom-in}.news-content blockquote{margin:1.5rem 0 2rem;padding:1.5rem;background:#0000004d;border-radius:4px;color:#ccc;font-size:.95rem}.news-content blockquote p{margin-bottom:.4rem;color:#ccc;font-size:.95rem}.news-content blockquote p:last-child{margin-bottom:0}.js-fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.js-fade-up.is-visible{opacity:1;transform:translateY(0)}
