@media screen and (min-width:1024px) {
      body.scroll-down .festival-info .third-row .judge-container .category {
        top:0px;
    }
    body.state-floating.scroll-up .project-yeaer-select-wrap {
       top:var(--header-floating-height-pc);
    }

    /* year selector */
    body.state-floating .project-year-select{ max-height: calc(100dvh - 50px); }
    body.scroll-up .project-year-select {
        top:calc(var(--header-floating-height-pc) + 50px);
        max-height: calc(100dvh  - var(--header-floating-height-pc) - 50px);
    }
 body .project-yeaer-select-wrap,
    body.scroll-up .project-yeaer-select-wrap {
        top:0;
    }
}