@charset "utf-8";
@media print {
    img {
        display: none !important;
    }
} /**/
* {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "IBM Plex Sans JP", sans-serif;
    color: #111;

    letter-spacing: .02em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    
      background:
    linear-gradient(
      rgba(231,234,238,.90),
      rgba(231,234,238,.90)
    ),
    url("../img/con.webp") repeat,
    url("../img/logo_02.webp")
    center top / cover no-repeat fixed;
}
.en, .sectionHead__en, .loadingText, .castCard__commentHead, .staffCard__commentHead, .castCard__profileHead, .staffCard__profileHead, .infoLabel, .site-footer small {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .08em;
}
ruby {
    line-height: 1.4;
}
ruby rt {
    font-size: 0.6em;
}
/* =========================
   PC BODY BG
========================= */
@media (min-width: 992px) {
    body {
        background:
            linear-gradient(
                rgba(230,233,236,.92),
                rgba(230,233,236,.92)
            ),
            url("../img/logo_02.webp")
            center top / cover no-repeat fixed,
            #e6e9ec;
    }
}/**/


img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    text-decoration: none;
    color: inherit;
}
.guard-img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* =========================
   LOADING
========================= */
.loading {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background:
        linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)), #eef0f3;
    transition: opacity .45s ease, visibility .45s ease;
}
@media (min-width: 992px) {
    .loading {
        background:
            linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)), url("../img/logo_02.webp") center top / cover no-repeat fixed, #eef0f3;
    }
}
.loading.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.loadingDoor {
    position: relative;
    width: 72px;
    height: 108px;
}
.loadingDoor__panel {
    position: absolute;
    inset: 0;
    border: 2px solid #2459b3;
    background: rgba(255, 255, 255, .72);
}
.loadingDoor__panel::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(36, 89, 179, .45);
}
.loadingDoor__knob {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #2459b3;
}
.loadingDoor__knock {
    position: absolute;
    right: 28px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 2px solid #2459b3;
    border-radius: 50%;
    animation: knockDot 1.1s ease-in-out infinite;
    transform-origin: center center;
}
.loadingText {
    margin: 0;
    color: #2459b3;
    font-size: 13px;
    letter-spacing: .22em;
    text-transform: uppercase;
}
@keyframes knockDot {
    0%, 100% {
        transform: translateX(0) scale(1);
        opacity: .45;
    }
    20% {
        transform: translateX(6px) scale(1.08);
        opacity: 1;
    }
    40% {
        transform: translateX(0) scale(1);
        opacity: .55;
    }
    60% {
        transform: translateX(6px) scale(1.08);
        opacity: 1;
    }
}

/* =========================
   色おさえ
========================= */

#news,#movie{
    background:
        linear-gradient(
            180deg,
            rgba(36,89,179,.10),
            rgba(36,89,179,.16)
        );
}
  #cast{
    background:
    linear-gradient(
        180deg,
        rgba(36,89,179,.03),
        rgba(36,89,179,.08)
    );
}  
#staff{

}

#ticket{
    background:
    radial-gradient(
        circle at top right,
        rgba(36,89,179,.05),
        transparent 40%
    ),
    #f8f9fb;
}
  

/* =========================
   LAYOUT / HERO
========================= */
.wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.wrap.-narrow {
    width: min(860px, calc(100% - 15px));
}
.hero {
    width: 100%;
    overflow: hidden;
}
.heroImage {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.06);
    opacity: 0;
    animation:
        heroReveal 1.2s ease forwards, heroSettle 5.8s ease-out .2s forwards;
    will-change: transform, opacity;
}
.heroIntro {
    padding: 0;
    margin-top: -1px;
    background: linear-gradient(180deg, rgba(14, 20, 36, .94) 0%, rgba(23, 31, 54, .82) 100%);
    border-top: 1px solid rgba(36, 89, 179, .28);
    border-bottom: 1px solid rgba(36, 89, 179, .28);
}
.heroIntro .wrap {
    padding: 20px 16px 22px;
}
.heroIntro__lead {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: .02em;
    text-align: center;
}
.heroIntro__lead strong {
    color: #fff;
    font-weight: 700;
}
.heroIntro__copy {
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}
.heroIntro__copy strong {
    color: #fff;
    font-weight: 700;
    letter-spacing: .03em;
}
@media (max-width:480px) {
    .heroIntro__copy {
        font-size: 21px;
    }
    .heroIntro__lead {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 0;
    }
}
@media (min-width:992px) {
    .heroIntro .wrap {
        padding: 24px 16px 26px;
    }
    .heroIntro__lead {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.65;
        letter-spacing: .03em;
    }
    .heroIntro__copy {
        font-size: 36px;
    }
}
@keyframes heroReveal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes heroSettle {
    from {
        transform: scale(1.06);
    }
    to {
        transform: scale(1);
    }
}
@keyframes copyIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* =========================
   SECTION / H2
========================= */
.section {
    padding: 30px 0;
    position: relative;
}
.sectionHead {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
}
.sectionHead__en {
    display: block;
    margin: 0;
    color: #2459b3;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
}
.sectionHead__en::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #2459b3;
    margin: 18px auto 0;
    opacity: .9;
}
@media (min-width: 992px) {
    .sectionHead__en {
        font-size: 58px;
    }
    .sectionHead__en::after {
        width: 160px;
        margin-top: 20px;
    }
}
/* =========================
   INTRODUCTION
========================= */

.introBox {
    max-width: 820px;
    margin: 0 auto;
    border-top: 2px solid #2459b3;
    border-bottom: 2px solid #2459b3;
    padding: 28px 0 22px;
}
.introCatch {
    margin: 0 auto 26px;
    text-align: center;
}
.introCatch img {
    width: min(100%, 720px);
    height: auto;
    display: block;
    margin: 0 auto;
}
.introH3 {
    margin: 0 0 18px;
    color: #2459b3;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .02em;
}
.introH3:not(:first-child) {
    margin-top: 42px;
}
.introH3__kicker {
    display: block;
    margin: 0 0 8px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 14px;
    letter-spacing: .18em;
    color: #2459b3;
    opacity: .8;
}
.introBox p {
    margin: 0;
    font-size: 15px;
    color: #2f2f2f;
}
.introBox p + p {
    margin-top: 14px;
}
.introBox strong {
    color: #2459b3;
    font-weight: 700;
}

@media (min-width: 992px) {
    .introBox {
        max-width: 780px;
        padding: 34px 0 28px;
    }
    .introCatch {
        margin: 0 auto 32px;
    }
    .introCatch img {
        width: min(100%, 760px);
    }
    .introBox p {
        font-size: 16px;
        line-height: 1.8;
    }
   
    .introH3 {
        font-size: 24px;
        line-height: 1.45;
    }
    .introH3__kicker {
        font-size: 16px;
    }
}
/* =========================
   CAST / STAFF
========================= */
.castGrid, .staffGrid {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 52px;
    justify-items: center;
}
.castCard, .staffCard {
    width: 100%;
    margin: 0 auto;
    border-top: 3px solid #2459b3;
    padding-top: 52px;
    text-align: center;
}
.castCard__photo {
    margin: 0 auto 14px;
    width: 80%;
    max-width: 320px;
    background: #d8d8d8;
    overflow: hidden;
    border: 1px solid rgba(36, 89, 179, .22);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .08);
    transform: translateY(30px);
    transition: opacity .8s ease, transform .8s ease;
}
.castCard__photo.is-visible {
    transform: translateY(0);
}
.castCard__photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: none;
    transition: transform 1.2s ease;
}
.castCard:hover .castCard__photo img {
    transform: scale(1.04);
}
.castCard__role, .staffCard__role {
    margin: 0 0 8px;
    color: #2459b3;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.castCard__name, .staffCard__name {
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 700;
}
.castCard__comment, .staffCard__comment {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(36, 89, 179, .22);
}
.staffCard__work {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #2459b3;
    font-weight: 500;
}
.castCard__commentHead, .staffCard__commentHead {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #2459b3;
}
.castCard__commentText, .staffCard__commentText {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    color: #4f4f4f;
    text-align: left;
}
.castCard__profile, .staffCard__profile {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed rgba(36, 89, 179, .18);
}
.castCard__profileHead, .staffCard__profileHead {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #2459b3;
}
.castCard__profileText, .staffCard__profileText {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #666;
    text-align: left;
}
.staffCard {
    transform: translateY(30px);
    transition: opacity .8s ease, transform .8s ease;
}
@media (min-width: 992px) {
    .castGrid, .staffGrid {
        gap: 68px;
    }
    .castCard, .staffCard {
        padding-top: 48px;
    }
    .castCard__name, .staffCard__name {
        font-size: 40px;
    }
    .staffCard__work {
        font-size: 14px;
    }
    .castCard__commentText, .staffCard__commentText {
        font-size: 15px;
        line-height: 1.95;
    }
    .castCard__profileText, .staffCard__profileText {
        font-size: 13px;
    }
}



/* =========================
   FOOTER
========================= */
.site-footer {
    position: relative;
    padding: 62px 0 48px;
    border-top: 1px solid rgba(36, 89, 179, .22);
    background: #e7eaee;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(231, 234, 238, .86), rgba(231, 234, 238, .86)), url("../img/logo_02.webp") center center / cover no-repeat;
    opacity: 1;
    pointer-events: none;
}
@media (min-width: 992px) {
    .site-footer::before {
        background: transparent;
    }
}
.site-footer__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.site-footer small {
    font-size: 11px;
    color: #666;
}
.footerSNS {
    display: flex;
    gap: 18px;
}
.footerX {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 70px;
    color: #2459b3;
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.footerX:hover {
    opacity: .5;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 14px rgba(36, 89, 179, .18);
}
.footerX__icon {
    width: 36px;
    height: 36px;
    fill: currentColor;
    display: block;
}
.footerIn__icon {
    width: 44px;
    height: 44px;
}
/* =========================
   SCROLL REVEAL / MOTION
========================= */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .9s ease, transform .9s ease;
    will-change: opacity, transform;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
body.is-loaded .heroIntro {
    animation: introGlow 1.4s ease;
}
@keyframes introGlow {
    0% {
        box-shadow: 0 0 0 rgba(36, 89, 179, 0);
    }
    45% {
        box-shadow: 0 0 28px rgba(36, 89, 179, .12);
    }
    100% {
        box-shadow: 0 0 0 rgba(36, 89, 179, 0);
    }
}
/* =========================
   GLOBAL NAV
========================= */
.siteHeader {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1001;
}
.menuToggle {
    appearance: none;
    border: 1px solid rgba(36, 89, 179, .28);
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #2459b3;
    width: 74px;
    height: 74px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition:
        transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}
.menuToggle:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .96);
    border-color: rgba(36, 89, 179, .48);
}
.menuToggle__lines {
    width: 28px;
    height: 18px;
    position: relative;
    display: block;
}
.menuToggle__lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2459b3;
    transform-origin: center;
    transition: transform .24s ease, opacity .2s ease, top .24s ease;
}
.menuToggle__lines span:nth-child(1) {
    top: 0;
}
.menuToggle__lines span:nth-child(2) {
    top: 8px;
}
.menuToggle__lines span:nth-child(3) {
    top: 16px;
}
.menuToggle__text {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .14em;
}
.siteMenu {
    position: fixed;
    inset: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
    background:
        linear-gradient(rgba(244, 246, 249, .95), rgba(244, 246, 249, .95)), url("../img/logo_02.webp") center center / cover no-repeat;
}
.siteMenu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
body.is-menu-open .siteHeader {
    opacity: 0;
    pointer-events: none;
}
.siteMenu__inner {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 24px 40px;
    position: relative;
}
.menuClose {
    appearance: none;
    border: none;
    background: transparent;
    color: #2459b3;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 74px;
    height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
}
.menuClose:hover {
    transform: translateY(-1px);
    opacity: .82;
}
.menuClose__icon {
    width: 28px;
    height: 28px;
    position: relative;
    display: block;
}
.menuClose__icon::before, .menuClose__icon::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2459b3;
}
.menuClose__icon::before {
    transform: rotate(45deg);
}
.menuClose__icon::after {
    transform: rotate(-45deg);
}
.menuClose__text {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .14em;
}
.siteMenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: min(100%, 760px);
    border-top: 1px solid rgba(36, 89, 179, .22);
}
.siteMenu__list li {
    border-bottom: 1px solid rgba(36, 89, 179, .22);
}
.siteMenu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 18px 20px;
    color: #2459b3;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: .08em;
    text-align: center;
    transition: background .2s ease, letter-spacing .2s ease, opacity .2s ease;
}
.siteMenu__link:hover {
    background: rgba(36, 89, 179, .05);
    letter-spacing: .11em;
}
.menuToggle, .menuClose {
    width: 56px;
    height: 56px;
}
body.is-menu-open {
    overflow: hidden;
}
@media (min-width:992px) {
    .siteHeader {
        top: 24px;
        right: 24px;
    }
    .menuToggle, .menuClose {
        width: 64px;
        height: 64px;
    }
    .siteMenu__link {
        min-height: 84px;
        font-size: 52px;
    }
}
/* ------------------------------------------------------------------- 
 * e.t.c
/*-------------------------------------------------------------------*/
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
/* ------------------------------------------------------------------- 
 * responsive:
 *  e.t.c
 * ------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
} /*end*/


/*-------------------------------------------------------------------*/
.mt-1, .pt-1 {
    padding-top: 0.5em;
}
.mt-2, .pt-2 {
    padding-top: 1em;
}
.mt-3, .pt-3 {
    padding-top: 1.5em;
}
.mt-4, .pt-4 {
    padding-top: 2em;
}
.mt-5, .pt-5 {
    padding-top: 2.5em;
}
.mb-1, .pb-1 {
    padding-bottom: 0.5em;
}
.mb-2, .pb-2 {
    padding-bottom: 1em;
}
.mb-3, .pb-3 {
    padding-bottom: 1.5em;
}
.mb-4, .pb-4 {
    padding-bottom: 2em;
}
.mb-5, .pb-5 {
    padding-bottom: 2.5em;
}


/* =========================
news 
========================= */
#news {
    padding-top: 70px
}

@media (max-width:992px) {
#news {
    padding-top: 30px;
}
}/**/

.newsList {
    max-width: 780px;
    margin: 0 auto;
    border-top: 2px solid #2459b3;
    border-bottom: 2px solid #2459b3
}
.newsItem {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(36, 89, 179, .18)
}
.newsItem:last-child {
    border-bottom: none
}
.newsItem time {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .12em;
    color: #2459b3;
    font-size: 20px
}
.newsItem a {
    font-weight: 600;
    line-height: 1.8
}
.centerBtn {
    text-align: center;
    margin: 34px 0 0
}
.lineBtn, .profileBtn {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 44px;
    padding: 12px 20px;
    border: 1px solid #2459b3;
    background: rgba(255, 255, 255, .72);
    color: #2459b3;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    letter-spacing: .12em;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease
}
.lineBtn:hover, .profileBtn:hover {
    background: #2459b3;
    color: #fff;
    transform: translateY(-2px)
}


/* =========================
cast 
========================= */
#cast .castGrid {
    max-width: 1180px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 46px 24px;
    justify-items: stretch
}
.castCard {
    padding-top: 0;
    border-top: none;
    text-align: center
}
.castCard__photo {
    width: 100%;
    max-width: none;
    margin: 0 0 14px;
    transform: none
}
.castCard__photo img {
    aspect-ratio: 4/5
}
.castCard__role {
    margin-bottom: 6px;
    letter-spacing: .06em;
    text-transform: none
}
.castCard__name {
    font-size: 28px
}
.castCard .profileBtn {
    margin-top: 14px;
    min-width: 100%;
    font-size: 15px
}
.ensemble {
    max-width: 980px;
    margin: 76px auto 0;
    padding-top: 32px;
    border-top: 2px solid #2459b3;
    text-align: center
}
.subTitle {
    margin: 0 0 20px;
    color: #2459b3;
    font-size: 34px
}
.ensemble ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px 15px;
    text-align: center
}
.ensemble li {
    font-size:17px;
    line-height: 1.7;
    border-bottom: 1px solid rgba(36, 89, 179, .14);
    padding-bottom: 8px
}


/* =========================
staff 
========================= */

#staff .staffLeadGrid {border-top: 2px solid #2459b3;
    max-width: 980px;
    margin: 0 auto 42px;
    display: grid;
    grid-template-columns:1fr;
    gap: 24px;padding-top: 20px;
}
.staffLead {
      width:320px;
    margin:0 auto;
    
    text-align: center
}
.staffLead__role {
    margin-bottom:6px;
    font-size:14px;
    color:#2459b3;
    font-weight:700;
    letter-spacing:.06em;
}
.staffLead__name {
    margin:0;
    font-size:28px;
    line-height:1.08;
    font-weight:700;
}
.staffLead__work {
    margin:10px 0 0;
    font-size:14px;
    line-height:1.6;
    color:#2459b3;
}
.staffLead .profileBtn {
    margin-top:14px;
    min-width:100%;
    font-size:15px;
}



.staffInline{
    max-width:1000px;
    margin:30px auto 0;
    text-align:center;
}


.staffInline p{font-size: 17px;
    margin:0 0 5px;
    line-height:1.4;
}

.staffInline .role{
    color:#2459b3;
    font-size:.8em;
    margin-left:1.5em;
    margin-right:.4em;
    white-space:nowrap;
}

.staffInline .role::after{
    content:"｜";
    color:#999;
    margin-left:.3em;
}






.profileModal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease
}
.profileModal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}
.profileModal__overlay {z-index:1;
    position: absolute;
    inset: 0;
    background: rgba(11, 18, 32, .62)
}
.profileModal__panel {z-index:2;
    position: relative;
    width: min(860px, calc(100% - 34px));
    max-height: calc(100dvh - 44px);
    overflow: auto;
    margin: 22px auto;
    padding: 50px min(46px, 7vw);
    background: #f4f6f9;
    border: 1px solid rgba(36, 89, 179, .38);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .24)
}
.profileModal__close {
    position: absolute; z-index:10;
    top: 12px;
    right: 12px;
    width: 52px;
    height: 52px;
    border: none;
    background: transparent;
    cursor: pointer
}
.profileModal__close span {
    position: absolute;
    left: 12px;
    top: 25px;
    width: 28px;
    height: 2px;
    background: #2459b3
}
.profileModal__close span:first-child {
    transform: rotate(45deg)
}
.profileModal__close span:last-child {
    transform: rotate(-45deg)
}
.profileModal__role {
    margin: 0 0 8px;
    color: #2459b3;
    font-weight: 700;
    letter-spacing: .12em
}
.profileModal__name {
    margin: 0;
    font-size: 42px;
    line-height: 1.12
}
.profileModal__work {
    margin: 10px 0 0;
    color: #2459b3
}
.profileModal__block {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(36, 89, 179, .24)
}
.profileModal__head {
    margin: 0 0 14px;
    color: #2459b3;
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    letter-spacing: .14em
}
.profileModal__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #333
}

.profileModal__block:first-of-type .profileModal__text{
    font-size:1rem;
    font-weight:500;
}
.profileModal__block:last-of-type .profileModal__text{
    font-size:.875rem;
    color:#555; line-height: 1.45;
}
.profileModal__block:first-of-type .profileModal__head{
    color:#2459b3;
}

.profileModal__block:last-of-type .profileModal__head{
    color:#999;
}
.profileModal__block:first-of-type{
    border-left:3px solid #2459b3;
    padding-left:18px;
    margin-bottom:32px;
}


.is-modal-open {
    overflow: hidden
}




/* =========================
   TICKET / VENUE / SCHEDULE
========================= */


.ticketArea{
    max-width:980px;
    margin:0 auto;
}

.ticketBlock{
    border-top:2px solid #2459b3;
    padding:38px 0 44px;
}

.ticketBlock + .ticketBlock{
    margin-top:54px;
}

.ticketBlock h3{font-size:32px; width: 100%;
    margin: 0 auto 60px;color:#0d1b4c;
    text-align: center;}


.infoPlace {
    text-align: center;
    margin: 0;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: .01em;
}
.infoPlace a {
    color: #2459b3;
    text-decoration: none;
    border-bottom: 1px solid rgba(36, 89, 179, .35);
    transition: border-color .2s ease, opacity .2s ease;
}
.infoPlace a:hover {
    opacity: .75;
    border-bottom-color: #2459b3;
}
.infoSub {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
}
.infoAccess {
    margin: 14px 0 0;
    padding-top: 14px;
    font-size: 12px;
    line-height: 1.8;
    color: #333;
}


.ticketPeriod{
    margin:0 0 16px;
    font-size:22px;
    font-weight:700;
    letter-spacing:.04em;
}

.ticketDl{
    margin:26px auto 0;
    border-top:1px solid rgba(36,89,179,.22);
}

.ticketDl div{
    display:grid;
    grid-template-columns:170px 1fr;
    gap:20px;
    padding:13px 0;
    border-bottom:1px solid rgba(36,89,179,.18);
}

.ticketDl dt{
    color:#2459b3;
    font-weight:700;
    letter-spacing:.06em;
    text-align:right;
}

.ticketDl dd{
    margin:0;
    line-height:1.65;
}

.ticketDl a{
    color:#2459b3;
    border-bottom:1px solid rgba(36,89,179,.35);
}

.venueBox{
    max-width:780px;
    margin:36px auto 0;
    padding:28px 0 0;
    border-top:1px solid rgba(36,89,179,.22);
    text-align:center;
}

.ticketSubHead{
    margin:0 0 18px;
    color:#2459b3;
    font-family:"Bebas Neue", sans-serif;
    font-size:28px;
    font-weight:500;
    letter-spacing:.16em;
}

.venueBox .infoVenueLogo{
    width:min(82%, 300px);
    margin:0 auto 16px;
}

.venueBox .infoPlace{
    margin:0;
}

.venueBox .infoAccess{
    margin:14px 0 0;
    padding-top:14px;
}

/* PC schedule graph */
.scheduleGraph{
    max-width:920px;
    margin:24px auto 16px;
    color:#0d1b4c;
}

.scheduleGraph + .scheduleGraph{
    margin-top:-8px;
}

.scheduleGraph__title{
    margin:0 0 24px;
    text-align:center;
    font-size:clamp(22px,2.2vw,32px);
    font-weight:700;
    letter-spacing:.06em;
    color:#0d1b4c;
}

.scheduleGrid{
    --cols:10;
    --rows:2;
    position:relative;
    display:grid;
    grid-template-columns:72px repeat(var(--cols),1fr);
    grid-template-rows:60px repeat(var(--rows),36px);
    min-width:760px;
}

.scheduleGrid--tokyo{
    --cols:10;
    --rows:2;
}

.scheduleGrid--osaka{
    --cols:4;
    --rows:3;
    max-width:520px;
    min-width:420px;
        margin:0 auto;
}

.scheduleGrid::before{
    content:"";
    position:absolute;
    left:72px;
    right:0;
    top:60px;
    bottom:0;
    background:
        repeating-linear-gradient(
            to right,
            rgba(36,89,179,.08) 0,
            rgba(36,89,179,.08) 1px,
            transparent 1px,
            transparent calc(100% / var(--cols))
        ),
        repeating-linear-gradient(
            to bottom,
            rgba(36,89,179,.14) 0,
            rgba(36,89,179,.14) 1px,
            transparent 1px,
            transparent 36px
        );
    pointer-events:none;
}

.day{
    grid-column:calc(var(--i) + 1);
    grid-row:1;
    justify-self:center;
    align-self:end;
    text-align:center;
    margin-bottom:5px;
    z-index:2;
}

.day b{
    display:block;
    font-size:18px;
    font-weight:700;
}

.day span{
    display:block;
    margin-top:6px;
    font-size:12px;
    font-weight:700;
}

.day.sat span{
    color:#2459b3;
}

.day.sun span{
    color:#c45b5b;
}

.time{
    grid-column:1;
    justify-self:end;
    align-self:center;
    padding-right:12px;
    font-size:18px;
    font-weight:700;
    color:#0d1b4c;
}

.time--13{grid-row:2;}
.time--18{grid-row:3;}
.scheduleGrid--osaka .time--12{grid-row:2;}
.scheduleGrid--osaka .time--17{grid-row:3;}
.scheduleGrid--osaka .time--18{grid-row:4;}

.dot,
.support{
    justify-self:center;
    align-self:center;
    z-index:3;
}

.dot{
    grid-column:calc(var(--i) + 1);
    grid-row:calc(var(--r) + 1);
}

.dot::before{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#2459b3;
    box-shadow:0 0 0 6px rgba(36,89,179,.05), 0 2px 10px rgba(36,89,179,.12);
}

.support{
    grid-column:calc(var(--i) + 1);
    grid-row:calc(var(--r) + 1);
}

.support::before{
    content:"☆";
    display:block;
    font-size:18px;
    line-height:1;
    color:#2459b3;
}

.dark{
    grid-column:calc(var(--i) + 1);
    grid-row:2 / span 2;
    justify-self:center;
    align-self:center;
    text-align:center;
    font-size:11px;
    font-weight:600;
    line-height:1.15;
    color:rgba(13,27,76,.45);
    z-index:3;
}

.dark::before{
    content:"休\A演";
    white-space:pre;
}

.dark--osaka{
    grid-row:2 / span 3;
}

.scheduleNote{
    margin:10px 0 0;
    text-align:center;
    font-size:13px;
    line-height:1.8;
    color:#0d1b4c;
}

/* SP schedule list */
.scheduleSp{
    display:none;
}



.ticketLinks{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.ticketLinks a{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:12px 16px;

  background:#fff;
    border:1px solid #aeb6c2;
    color:#1f2430;
    text-decoration:none;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease;
}

.ticketLinks a:hover{
    background:#1f2430;
    border-color:#1f2430;
    color:#fff;
}

.ticketArrow{
    width:14px;
    height:14px;
    flex-shrink:0;

    transition:transform .25s ease;
}

.ticketArrow svg{
    display:block;
    width:100%;
    height:100%;
}

.ticketArrow path{
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ticketLinks a:hover .ticketArrow{
    transform:translateX(4px);
}



@media(max-width:992px){
    .ticketBlock{
        padding:32px 0 38px;
    }

    .ticketPeriod{
        font-size:18px;
        line-height:1.55;
    }

    .ticketDl div{
        grid-template-columns:1fr;
        gap:5px;
        padding:12px 0;
    }

    .ticketDl dt{
        text-align:left;
    }

    .ticketDl dd{
        font-size:14px;
        line-height:1.7;
    }

    .venueBox{
        margin-top:30px;
        padding-top:24px;
    }

    .ticketSubHead{
        font-size:24px;
        margin-bottom:14px;
    }

    .venueBox .infoVenueLogo{
        width:min(88%, 260px);
    }
    
    
    .ticketLinks a{
        padding:11px 14px;
        font-size:14px;
    }

    .scheduleGraph{
        display:none;
    }

    .scheduleSp{
        display:block;
        max-width:420px;
        margin:30px auto 36px;
        color:#0d1b4c;
    }

    .scheduleSpBlock + .scheduleSpBlock{
        margin-top:46px;
    }

    .scheduleSpList{
        width:100%;
    }

    .scheduleSpHead,
    .scheduleSpRow{
        display:grid;
        align-items:center;
        min-height:36px;
        border-bottom:1px solid rgba(36,89,179,.14);
    }

    .scheduleSpList--tokyo .scheduleSpHead,
    .scheduleSpList--tokyo .scheduleSpRow{
        grid-template-columns:76px 1fr 1fr;
    }

    .scheduleSpList--osaka .scheduleSpHead,
    .scheduleSpList--osaka .scheduleSpRow{
        grid-template-columns:76px 1fr 1fr 1fr;
    }

    .scheduleSpHead{
        min-height:36px;
        color:#0d1b4c;
        font-size:16px;
        font-weight:700;
        text-align:center;
        border-bottom:1px solid rgba(36,89,179,.28);
    }

    .scheduleSpRow > div{
        text-align:center;
    }

    .scheduleSpDate{
        display:flex;
        align-items:baseline;
        justify-content:flex-start;
        gap:4px;
        text-align:left !important;
    }

    .scheduleSpDate strong{
        min-width:30px;
        font-size:24px;
        line-height:1;
        font-weight:700;
        text-align:right;
    }

    .scheduleSpDate span{
        font-size:11px;
        font-weight:700;
    }

    .scheduleSpDate .sat{
        color:#2459b3;
    }

    .scheduleSpDate .sun{
        color:#c45b5b;
    }

    .spDot{
        display:inline-block;
        width:8px;
        height:8px;
        border-radius:50%;
        background:#2459b3;
        box-shadow:0 0 0 6px rgba(36,89,179,.05), 0 2px 10px rgba(36,89,179,.12);
    }

    .spStar{
        display:inline-block;
        font-size:15px;
        line-height:1;
        color:#2459b3;
    }

    .scheduleSpDark{
        grid-column:2 / -1;
        color:rgba(13,27,76,.46);
        font-size:12px;
        font-weight:700;
        letter-spacing:.14em;
        text-align:center !important;
    }

  
}


  .scheduleNote{
        margin:18px 0 0;
        text-align:center;
        font-size:13px;
        line-height:1.8;
        color:#0d1b4c;
    }


.infoNote {
    text-align: center;
    margin: 0;
    color: #444
}
.mapDetails {
    margin-top: 18px
}
.mapDetails summary {
    cursor: pointer;
    color: #2459b3;
    font-weight: 700
}
.mapFrame {
    margin-top: 14px;
    aspect-ratio: 16/9;
    background: #d8d8d8
}
.mapFrame iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.pageHero {
    padding: 150px 0 50px;
    text-align: center;
    background: linear-gradient(rgba(238, 240, 243, .92), rgba(238, 240, 243, .92)), url("../img/logo_02.webp") center top/cover no-repeat fixed
}

.pageNews main > .section,.pageSupport main > .section{
  background:
    linear-gradient(
      rgba(255,255,255,.62),
      rgba(255,255,255,.62)
    );
}

.newsArticle {
    border-top: 2px solid #2459b3;
    border-bottom: 2px solid #2459b3;
    padding: 34px 0
}
.newsArticle time {
    font-family: "Bebas Neue", sans-serif;
    color: #2459b3;
    font-size: 22px;
    letter-spacing: .12em
}
.newsArticle h2 {
    font-size: 26px;
    margin: 10px 0 18px
}
.newsArticle p {
    line-height: 2
}
.newsContents a{
    color:#2459b3;
    border-bottom:1px solid rgba(36,89,179,.4);
    text-decoration:none;
    transition:.2s;
}

.newsContents a:hover{
    border-bottom-color:#2459b3;
}
.newsImage{
    margin:32px auto;
    text-align:center;
}

.newsImage img{
    display:block;
    width:100%;
    max-width:900px;
    height:auto;

    margin:0 auto;

    border:1px solid rgba(36,89,179,.12);
}


@media(max-width:992px) {
    .newsItem {
        grid-template-columns: 1fr;
        gap: 4px
    }
    .section {
        padding: 34px 0
    }
    #cast .castGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 16px
    }
    .castCard__name {
        font-size: 22px
    }
    .castCard__role {
        font-size: 12px;
        letter-spacing: .02em
    }
    .castCard .profileBtn {
        font-size: 13px;
        min-height: 40px;
        padding: 8px
    }
    .ensemble ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px 10px
    }
    .ensemble li {
        font-size: 14px;
    }
    .subTitle {
        font-size: 28px
    }
    #staff .staffLeadGrid {
        grid-template-columns: 1fr;
        gap: 8px
    }
    .staffLead {
    }
    .staffLead__name {
        font-size: 22px
    }




  .staffInline{
    text-align:left;
    max-width:100%;
  }

  .staffInline{
    margin-top:20px;
  }

  .staffInline p{
    font-size:11px;
    line-height:1.5;
    margin:0 0 2px;
    letter-spacing:-.01em;
  }

  .staffInline .role{
    font-size:.78em;
    margin-left:.25em;
    margin-right:.2em;
    white-space:nowrap;
  }

  .staffInline .role::after{
    content:"|";
    margin-left:0;
  }

  .staffInline:last-child p{
    font-size:13px;
    line-height:1.7;
    letter-spacing:0;
  }

  .staffInline:last-child .role{
    font-size:.95em;
  }
    
.profileModal__panel{
    padding:22px 18px;
}

.profileModal__role{
    margin-bottom:6px;
}

.profileModal__name{font-size: 32px;
    margin-bottom:14px;
}

.profileModal__block{
    margin-top:18px;
}

    .profileModal__text {
        font-size: 14px
    }

}

/* =========================
   VISUAL
========================= */

.visualSection{
    padding:20px 0 70px;
}

.visualHero{
    margin:0 auto;
    max-width:1200px;
}

.visualHero img{
    width:100%;
    display:block;
    height:auto;
    border:1px solid rgba(36,89,179,.12);
}

@media(max-width:992px){

    .visualSection{
        padding:10px 0 40px;
    }

    .visualHero{
        width:calc(100% + 40px);
        margin-left:-20px;
    }

    .visualHero img{
        border:none;
    }

}

/* =========================
   ADVANCE TICKET
========================= */

.ticketAdvance{max-width: 790px;
  margin:40px auto;
  padding:36px 20px;

  background:#fff;
  border:2px solid #111;

  text-align:center;
}

.ticketAdvance__title{
  margin:0 0 18px;

  color:#111;
  font-size:2rem;
  font-weight:800;
  line-height:1.2;
}

.ticketAdvance__periodLabel{
  margin:0 0 8px;

  color:#666;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ticketAdvance__period{
  margin:0 0 28px;

  color:#111;
  font-size:1.2rem;
  font-weight:800;
  line-height:1.4;
}
  .ticketAdvance__period span{
border-right: 1px solid #666;padding-right: 8px;
  }
/* ボタン */

.ticketLinks--advance{
  display:block;
  margin:0 0 24px;
  text-align:center;
}

.ticketLinks--advance a{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;

  width:420px;
  max-width:100%;

  min-height:72px;
  padding:0 24px;

  background:#2459b3;
  border:1px solid #2459b3;

  color:#fff;
  font-size:1.2rem;
  font-weight:700;

  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.ticketLinks--advance a:hover{
  background:#173f87;
  border-color:#173f87;
  transform:translateY(-2px);
}

.ticketLinks--advance .ticketArrow{
  color:#fff;
}

/* 注釈 */

.ticketAdvance__note{
  max-width:720px;
  margin:0 auto;

  text-align:left;

  font-size:.82rem;
  line-height:1.8;
  color:#666;
}

/* =========================
   NOTICE
========================= */

.ticketNotice{
  margin-top:20px;
}

.ticketNotice__title{
  margin:0 0 8px;

  font-size:.8rem;
  font-weight:600;
  letter-spacing:.08em;

}

.ticketNotice ul{
  margin:0;
  padding:0;
  list-style:none;
}

.ticketNotice li{
  margin:0 0 2px;

  font-size:.8rem;
  line-height:1.45;

  color:#666;
}

/* =========================
   SP
========================= */

@media (max-width:768px){

  .ticketAdvance{
    padding:22px 16px;
    margin-bottom:28px;
  }

  .ticketAdvance__title{
    font-size:1.35rem;
  }

  .ticketAdvance__period{
    font-size:0.9rem;
    line-height:1.5;
  }
  .ticketAdvance__period span{
display: block;border-right: none;padding-right: 0;
  }
  .ticketLinks--advance a{
    width:100%;
    min-height:60px;
    font-size:.95rem;
  }

  .ticketAdvance__note{
    font-size:.74rem;
    line-height:1.4;
  }

  .ticketNotice li{
    font-size:.74rem;
    line-height:1.4;
  }

}

/* =========================
   鑑賞サポート個別
========================= */
.supportArticle h3{
  margin:40px 0 12px;
  color:#2459b3;
  font-size:20px;
  font-weight:700;
  border-left:4px solid #2459b3;
  padding-left:12px;
}

.supportArticle ul{
  margin:0;
  padding-left:1.5em;
}

.supportArticle li{
  margin-bottom:8px;
  line-height:1.8;
}

.supportContact{
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid rgba(36,89,179,.2);
}

/* =========================
   SUPPORT INDEX
========================= */

.ticketSupport{
    margin-top:20px;
    text-align:center;
}

.ticketSupport__link{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;

    min-height:54px;
    padding:0 18px;

    background:rgba(36,89,179,.08);
    border:1px solid #2459b3;

    color:#2459b3;
    font-size:.95rem;
    font-weight:700;
    text-decoration:none;

    transition:.25s;
}

.ticketSupport__link:hover{
    background:rgba(36,89,179,.05);
    transform:translateY(-1px);
}

.ticketSupport__link:hover{
    background:rgba(36,89,179,.05);
    transform:translateY(-1px);
}

.ticketSupport__link:hover .ticketArrow{
    transform:translateX(4px);
}
/* =========================
   TICKET FLOAT
========================= */

.ticketOverlay{
    position:fixed;

    right:32px;
    bottom:32px;

    width:120px;
    height:120px;

    display:flex;
    align-items:center;
    justify-content:center;

 background:#fff;
color:#2459b3;border-radius: 999px;
    text-decoration:none;

    z-index:900;

    transition:
        transform .25s ease,
        opacity .25s ease;
}

.ticketOverlay:hover{
    transform:rotate(8deg);
}

.ticketOverlay__circle{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;

    animation:ticketRotate 40s linear infinite;
}

.ticketOverlay__label{
    position:relative;
    z-index:2;
}
@keyframes ticketRotate{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
.ticketOverlay__circle text{font-family:"Bebas Neue",sans-serif;
    font-size:15px;
    letter-spacing:.16em;
    fill:currentColor;
    text-transform:uppercase;
}

.ticketOverlay__label{
    position:relative;
    z-index:2;

    font-family:"Bebas Neue",sans-serif;
    font-size:28px;
    line-height:1;
    letter-spacing:.08em;
}

/* PC */
@media (min-width:993px){

    .ticketOverlay{
        width:140px;
        height:140px;

        right:40px;
        bottom:40px;
    }

    .ticketOverlay__circle text{
        font-size:16px;letter-spacing: 0.4em;
    }

    .ticketOverlay__label{
        font-size:32px;
    }
}

/* SP */
@media (max-width:992px){

    .ticketOverlay{
        width:90px;
        height:90px;

        right:14px;
        bottom:14px;
    }

    .ticketOverlay__circle text{
    font-size:15px;letter-spacing: 0.45em;
    }

    .ticketOverlay__label{
        font-size:14px;
    }
}


.ticketOverlay{
    position:fixed !important;
    right:20px !important;
    bottom:20px !important;
    transform:none !important;
}


/* =========================
   NEWS BANNER
========================= */

.advanceBanner{
    max-width:780px;
    margin:34px auto 0;

    padding:24px;

    border:2px solid #2459b3;
    background:rgba(255,255,255,.72);

    text-align:center;
}

.advanceBanner__kicker{
    display:block;

    font-family:"Bebas Neue",sans-serif;
    font-size:18px;
    letter-spacing:.18em;

    color:#2459b3;
}

.advanceBanner__title{
    display:block;

    margin-top:8px;

    font-size:26px;
    color:#111;
}

.advanceBanner__date{
    display:block;

    margin-top:8px;

    color:#2459b3;
    font-family:"Bebas Neue",sans-serif;
    font-size:18px;
}

.advanceBanner__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;

    margin-top:20px;
}

.advanceBanner__btn{
    display:flex;
    align-items:center;
    justify-content:center;

    min-height:56px;

    background:#2459b3;
    color:#fff;

    font-family:"Bebas Neue",sans-serif;
    font-size:24px;
    letter-spacing:.12em;

    transition:.25s;
}

.advanceBanner__btn:hover{
    opacity:.85;
}

@media(max-width:768px){

    .advanceBanner{
        padding:18px;
    }

    .advanceBanner__title{
        font-size:18px;
    }

    .advanceBanner__actions{
        grid-template-columns:1fr;
    }

    .advanceBanner__btn{
        min-height:48px;
        font-size:18px;
    }
}

/*鑑賞サポートボタン*/
.supportApply{
    margin:20px 0 24px;
}

.supportApply a{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;

    min-height:54px;
    padding:0 18px;

    background:rgba(36,89,179,.08);
    border:1px solid #2459b3;

    color:#2459b3;
    font-size:.95rem;
    font-weight:700;

    transition:
        background .25s ease,
        transform .25s ease;
}

.supportApply a:hover{
    background:rgba(36,89,179,.05);
    transform:translateY(-1px);
}

.supportApply .ticketArrow{
    width:12px;
    height:12px;
    transition:transform .25s ease;
}

.supportApply a:hover .ticketArrow{
    transform:translateX(2px);
}

/* =========================
MOVIE
========================= */

.movieGrid{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.movieThumb{
    position:relative;
    display:block;

    padding:0;
    border:none;
    background:none;

    cursor:pointer;
    overflow:hidden;

    box-shadow:
        0 10px 30px rgba(0,0,0,.08);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.movieThumb:hover{
    transform:translateY(-4px);

    box-shadow:
        0 18px 40px rgba(0,0,0,.12);
}

.movieThumb img{
    display:block;
    width:100%;
    height:auto;

    transition:
        transform .8s ease;
}

.movieThumb:hover img{
    transform:scale(1.05);
}

.movieThumb::after{
    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.75),
            rgba(0,0,0,.15) 45%,
            rgba(0,0,0,.05)
        );

    pointer-events:none;
}

.movieThumb__play{
    position:absolute;
    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    width:88px;
    height:88px;

    border-radius:50%;

    background:rgba(255,255,255,.92);

    z-index:2;

    transition:
        transform .3s ease,
        background .3s ease;
}

.movieThumb:hover .movieThumb__play{
    transform:translate(-50%,-50%) scale(1.08);
}

.movieThumb__play::before{
    content:"";

    position:absolute;
    left:36px;
    top:27px;

    border-top:17px solid transparent;
    border-bottom:17px solid transparent;
    border-left:26px solid #2459b3;
}

.movieThumb__title{
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    z-index:2;

    padding:18px 20px;

    color:#fff;

    font-size:18px;
    font-weight:700;
    line-height:1.4;

    text-align:left;
}



/* =========================
MOVIE MODAL
========================= */



.movieModal{
    position:fixed;
    inset:0;

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:3000;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}


.movieModal.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.movieModal__overlay{
    position:absolute;
    inset:0;

    background:rgba(0,0,0,.82);
}


.movieModal__panel{
    position:relative;

    width:min(1100px, calc(100% - 40px));
}

.movieModal__video{
    position:relative;
    padding-top:56.25%;
}

.movieModal__video iframe{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    border:none;
}

.movieModal__close{
    position:absolute;

    right:-8px;
    top:-54px;

    width:42px;
    height:42px;

    border:none;
    background:none;

    cursor:pointer;
}

.movieModal__close span{
    position:absolute;

    left:9px;
    top:20px;

    width:24px;
    height:2px;

    background:#fff;
}

.movieModal__close span:first-child{
    transform:rotate(45deg);
}

.movieModal__close span:last-child{
    transform:rotate(-45deg);
}

body.is-modal-open{
    overflow:hidden;
}



/* =========================
SP
========================= */

@media (max-width:768px){

.movieGrid{
    grid-template-columns:1fr;
    gap:20px;
}

.movieThumb__play{
    width:68px;
    height:68px;
}

.movieThumb__play::before{
    left:28px;
    top:21px;

    border-top:13px solid transparent;
    border-bottom:13px solid transparent;
    border-left:20px solid #2459b3;
}

.movieThumb__title{
    padding:14px 16px;
    font-size:15px;
}

.movieModal__panel{
    width:calc(100% - 24px);
}

.movieModal__close{
    top:-44px;
    right:0;
}

}
