@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;
    position: relative;
    letter-spacing: .02em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
 background: #eef0f3;

}
.en, .sectionHead__en, .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) {


    #top {
    position: relative;
    isolation: isolate;
    background: #dfe8ef;
}
    
    
#top::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;

    background:
        linear-gradient(
            rgba(245, 248, 251, .82),
            rgba(245, 248, 251, .92)
        ),
        linear-gradient(
            to bottom,
            rgba(29, 80, 158, .18) 0%,
            rgba(29, 80, 158, .10) 55%,
            rgba(29, 80, 158, .06) 100%
        ),
        url("../img/bg2.webp") center top / cover no-repeat;

    opacity: 0;
    transition: opacity .45s ease 1.2s;
}

body.is-loaded #top::before {
    opacity: 1;
}  
}/**/



/* =========================
   色おさえ
========================= */
  #movie,
#story{

      
          background:
        linear-gradient(
            rgba(29, 80, 158, .84),
            rgba(29, 80, 158, .94)
        ),
        url("../img/bg2.webp")
        center center / cover no-repeat;
} 
#news,#cast{
    background:
        linear-gradient(
            180deg,
            rgba(36,89,179,.10),
            rgba(36,89,179,.16)
        );
}


/* INTROとSTORYは同じ世界としてつなぐ */
#intro {
    background:
        linear-gradient(
            rgba(244, 247, 250, .27),
            rgba(238, 243, 248, .22)
        ),
        url("../img/bg1.webp") center top / cover no-repeat;
}


#staff {
        background:
        url("../img/bg-concrete.webp")
        repeat 0 0 / 1024px auto;
}

/* 情報は白く */
#ticket {background: #f1f3f5;

}
@media (max-width: 600px) {
    #intro{
        background:
            linear-gradient(
                rgba(244, 247, 250, .90),
                rgba(238, 243, 248, .86)
            ),
            url("../img/bg1.webp") center top / auto 100% no-repeat;
    }
}

/* =========================
  IMG LINK
========================= */

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;
}




/* =========================
   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,



.introH3 {
    font-size: clamp(20px, 2.3vw, 30px);
    line-height: 1.65;
}
.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;
    }
}


.introBlock + .introBlock {
    margin-top: 72px;
}

.introBlock__body {
    position: relative;
    max-height: 10em;
    overflow: hidden;
    transition: max-height .7s cubic-bezier(.22, 1, .36, 1);
}

/* 下端を背景になじませる */
.introBlock__body::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6em;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(226, 230, 230, 0),
        rgba(226, 230, 230, .96) 88%
    );
    transition: opacity .3s ease;
}

.introBlock.is-open .introBlock__body {
    max-height: 2000px;
}

.introBlock.is-open .introBlock__body::after {
    opacity: 0;
}

.introMore {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px auto 0;
    padding: 10px 4px;
    border: 0;
    border-bottom: 1px solid rgba(29, 80, 158, .55);
    color: #1d509e;
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    cursor: pointer;
}

.introMore__icon {
    position: relative;
    width: 12px;
    height: 12px;
}

.introMore__icon::before,
.introMore__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 1px;
    background: currentColor;
}

.introMore__icon::after {
    transform: rotate(90deg);
    transition: transform .3s ease;
}

.introBlock.is-open .introMore__icon::after {
    transform: rotate(0);
}

@media (max-width: 600px) {
    .introBlock + .introBlock {
        margin-top: 56px;
    }

    .introBlock__body {
        max-height: 13em;
    }

    .introBlock__body::after {
        height: 5em;
    }
}


/* =========================
   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);
    overflow: hidden;
    background:
        linear-gradient(
            rgba(29, 80, 158, .84),
            rgba(29, 80, 158, .94)
        ),
        url("../img/bg2.webp")
        center center / cover no-repeat;
}

.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: #eee;
}
.footerSNS {
    display: flex;
    gap: 18px;
}
.footerX {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 70px;
    color: #eee;
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.footerX:hover {
    opacity: .5;
    transform: translateY(-2px);
    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;
}
.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: calc(14px + env(safe-area-inset-top));
    right: 0;
    left: auto;
    z-index: 2000;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.menuToggle {
    appearance: none;
    border: none;
    background: #2459b3;
    color: #fff;
    width: 62px;
    height: 64px;
    padding: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    cursor: pointer;
    box-shadow: none;

    clip-path: polygon(
        15px 0,
        100% 0,
        100% 100%,
        15px 100%,
        0 50%
    );

    transition: background .2s ease;
}
.menuToggle:hover {
    transform: translateY(-1px);
    background: #173f87;
}
.menuToggle__lines {
    width: 27px;
    height: 18px;
    position: relative;
    display: block;
    transform: translateX(5px);
}

.menuToggle__lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}


.menuToggle__lines span:nth-child(1) {
    top: 0;
}
.menuToggle__lines span:nth-child(2) {
    top: 8px;
}
.menuToggle__lines span:nth-child(3) {
    top: 16px;
}

.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/bg2.webp") center center / cover no-repeat;
    height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.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:
            max(58px, env(safe-area-inset-top))
            18px
            max(12px, env(safe-area-inset-bottom));
        justify-content: center;
    position: relative;
}
.menuClose {
    appearance: none;
    border: none;
    background: transparent;
    color: #2459b3;
    position: absolute;
    top: 18px;
    right: 18px;
      width: 56px;
    height: 56px;
    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: 100%;
        max-width: 520px;
    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;
    padding: 18px 20px;
    color: #2459b3;
       font-size: clamp(19px, 6vw, 28px);
    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;
}
/* =========================
   PC GLOBAL NAV
========================= */
@media (min-width: 993px) {
    .siteHeader {
     top: 24px;
    right: 0;
    }

    .menuToggle,
    .menuClose {
     width: 64px;
    height: 64px;
    }

    .siteMenu__inner {
        min-height: 100dvh;
        padding: 88px 40px 48px;
    }

    .siteMenu__list {
        width: min(100%, 720px);
    }

    .siteMenu__link {
        min-height: clamp(52px, 7.2vh, 72px);
        padding: 10px 20px;
        font-size: clamp(30px, 3.2vw, 42px);
        line-height: 1;
    }
}


/* スマホは上位置だけセーフエリア対応 */
@media (max-width: 992px) {
    .siteHeader {
        top: max(14px, env(safe-area-inset-top));
    }
}


/* ----------------
 * 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-bottom: 30px;
}



.newsList {
    max-width: 780px;
    max-height: 200px; /* 表示したい高さ */
    margin: 0 auto;
    border-top: 2px solid #2459b3;
    border-bottom: 2px solid #2459b3;
    overflow-y: scroll;
}




.newsItem {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    padding: 22px 16px;
    border-bottom: 1px solid rgba(36, 89, 179, .18);
    background: rgba(255, 255, 255, .65);
}

.newsItem:hover {
    background: rgba(255, 255, 255, .9);
}
.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;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 17px;
    box-sizing: border-box;
    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 {
    position: relative;
    z-index: 2;
    width: min(860px, 100%);
    max-height: calc(100dvh - 44px);
    margin: 0;
    padding: 50px min(46px, 7vw);
    box-sizing: border-box;
    overflow-y: auto;
    background: #f4f6f9;
    border: 1px solid rgba(36, 89, 179, .38);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .24);
}
.profileModal__close {
   position: fixed;
    top: calc(18px + env(safe-area-inset-top));
    right: calc(18px + env(safe-area-inset-right));

    width: 52px;
    height: 52px;

    padding: 0;
    border: none;
    background: #2459b3;

    cursor: pointer;
    z-index: 3100;
}
.profileModal__close span {
    position: absolute;
    top: 25px;
    left: 12px;

    width: 28px;
    height: 2px;

    background: #fff;
}

.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
}


@media (max-width: 768px) {
    .profileModal__close {
        top: calc(10px + env(safe-area-inset-top));
        right: calc(10px + env(safe-area-inset-right));

        width: 46px;
        height: 46px;
    }

    .profileModal__close span {
        top: 22px;
        left: 11px;
        width: 24px;
    }
}

/* =========================
   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:grid;
    grid-template-columns:1fr;
    gap:10px;
}


.ticketLinks a{ width:100%;font-size:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:58px;
padding:12px 22px 12px 18px;
    background:#2459b3;
    border:1px solid #2459b3;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}
.ticketLinks a:hover{
    background:#173f87;
    border-color:#173f87;
    transform:translateY(-2px);
}

.ticketArrow{  color:#fff;
    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{
        grid-template-columns:1fr;
    } 
    .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
}

.pageNews,.pageMedia{
background:
        linear-gradient(
            rgba(245, 248, 251, .82),
            rgba(245, 248, 251, .92)
        ),
        url("../img/bg2.webp") center top / cover no-repeat;}
.pageNews main > .section,.pageSupport main > .section{
  background:
    linear-gradient(
      rgba(255,255,255,.62),
      rgba(255,255,255,.62)
    );
}
.pageHero {min-height: 200px;padding: 60px 0 0;}
.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) {

#news {
    padding-top: 30px;
}

    
    .newsList {
    max-height: 220px; /* 表示したい高さ */
}



    
    .newsItem {
        grid-template-columns: 1fr;
        gap: 4px;
    padding: 12px 16px;
    }
    .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{
    margin:0 auto;
    max-width:100%;
}

    .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;
  padding-left:1em;
  text-indent:-1em;

  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;
  }

}

/* =========================
   2026.07 KEY VISUAL / CAST MOTION
========================= */

.hero--newVisual{
  position: relative;
  overflow: hidden;
  background-image: url("../img/bg-concrete.webp");
  background-repeat: repeat;
  background-size: 700px auto;
  background-attachment: scroll;
}

.heroVisual{ z-index: 1;
    position:relative;
    width:min(900px, 100%);
    margin:0 auto;
    overflow:hidden;
    background:#dfe8ef;
    box-shadow:0 28px 70px rgba(14, 31, 51, .14);
    isolation:isolate;
}

.heroVisual__image{
    width:100%;
    height:auto;
    display:block;
   opacity: 1;
 transform: scale(1.11);
        filter: blur(8px);
    transform-origin:center center;
  transition:
        transform 3.2s cubic-bezier(.16, 1, .3, 1) .08s,
        filter 1.8s cubic-bezier(.22, 1, .36, 1) .08s;

    will-change: transform, filter;
}

.heroVisual__logo{
    position:absolute;
z-index:1;
left: 17%;
top: 43.5%;
width: 68%;
    height:auto;
    opacity:0;
    transform:scale(.86);
    transform-origin:center center;
    filter:blur(8px);
    transition:
        opacity .55s ease .50s,
        transform .78s cubic-bezier(.22, 1, .36, 1) .46s,
        filter .65s ease .46s;
    pointer-events:none;
    will-change:opacity, transform, filter;
}

/* HOW × WHYの最終位置。タイトルロゴの上に白一色で重ねる */
.heroVisual__logic{
    position:absolute;
    z-index:2;
    left:11.3%;
    top:44.15%;
    width:83%;
    height:auto;
    opacity:0;
    transition:opacity .55s ease .58s;
    pointer-events:none;
}

body.is-logic-settled .heroVisual__logic,
body.is-intro-skipped .heroVisual__logic{
    opacity:1;
}

body.is-loaded .heroVisual__image{
    transform:scale(1);
    filter:blur(0);
}

body.is-intro-skipped .heroVisual__image,
body.is-intro-skipped .heroVisual__logo{
    transition:none;
}

body.is-loaded .heroVisual__logo{
    opacity:1;
    transform:scale(1);
    filter:blur(0);
}



/* 2ショット：斜めの一枚マスクが通過 */
.visualHero{
    opacity:0;
    clip-path:polygon(0 0, 15% 0, 0 100%, 0 100%);
    transform:scale(1.045);
    transition:
        clip-path 1.05s cubic-bezier(.22, 1, .36, 1),
        transform 1.35s cubic-bezier(.22, 1, .36, 1),
        opacity .18s ease;
}

.visualHero.is-mask-visible{
    opacity:1;
    clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform:scale(1);
}

/* キャスト：中央の細い斜め帯からマスクを広げる */
.castCard__photo{
    clip-path:polygon(52% 0, 62% 0, 48% 100%, 38% 100%);
    opacity:1;
    transition:
        clip-path .92s cubic-bezier(.22, 1, .36, 1) var(--cast-delay, 0ms),
        transform .8s ease;
}

.castCard__photo img{
    transform:scale(1.12);
    transition:transform 1.25s cubic-bezier(.22, 1, .36, 1) var(--cast-delay, 0ms);
}

.castCard__photo.is-mask-visible{
    clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.castCard__photo.is-mask-visible img{
    transform:scale(1);
}

.castCard:hover .castCard__photo.is-mask-visible img{
    transform:scale(1.035);
}

@media(max-width:992px){
    .heroVisual{
        width:100%;
        box-shadow:none;
    }
}


/* =========================
   鑑賞サポート個別
========================= */
.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: 1900;
}

.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: calc(14px + env(safe-area-inset-right));
        bottom: calc(14px + env(safe-area-inset-bottom));
    }

    .ticketOverlay__circle text {
        font-size: 15px;
        letter-spacing: .45em;
    }

    .ticketOverlay__label {
        font-size: 14px;
    }
}



/* =========================
   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;/*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: "IBM Plex Sans JP", sans-serif;
    /*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;
}

}
/* =========================
   STORY
========================= */
.storySection {
    position:relative;
    overflow:hidden;
    padding:92px 0 108px;
}
#story .sectionHead__en {
    color: #fff;
}

#story .sectionHead__en::after {
    background: rgba(255, 255, 255, 0.4);
}


.storySection__visual {
    margin:0 auto 72px;
}

.storySection__inner {
    position:relative;
    z-index:1;
}
/* STORYの2ショットは常時表示 */
.storySection .visualHero {
    opacity: 1;
    clip-path: none;
    -webkit-clip-path: none;
    transform: none;
    transition: none;
}
.storyText {
    width:min(900px, 100%);
    margin:0 auto;
    padding:38px clamp(22px, 5vw, 62px) 34px;
    color: #26384c;
    background: rgba(235, 243, 250, .88);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 18px 45px rgba(8, 35, 78, .16);
}

.storyText p {
    margin:0;
    color:#222;
    font-size:15px;
    line-height:2.1;
    letter-spacing:.035em;
}

.storyText p + p {
    margin-top:18px;
}

@media (min-width:992px) {
    .storyText p {
        font-size:16px;
        line-height:2.15;
    }
}

@media (max-width:600px) {
    .storySection {
        padding:68px 0 76px;
    }
    .storySection__visual {
        margin-bottom:48px;
    }
    .storySection::before {
        background:
            linear-gradient(
                rgba(235, 241, 247, .82),
                rgba(245, 248, 251, .93)
            ),
            url("../img/bg2.webp") center center / auto 100% no-repeat;
    }

    .storyText {
        padding:28px 20px 26px;
    }

    .storyText p {
        font-size:14px;
        line-height:2;
    }

    .storyText p + p {
        margin-top:16px;
    }
}

/* =========================
   LOADING
========================= */
.loading {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height:100dvh;
    overflow:hidden;
        background:
            linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72))
            #eef0f3;
}


@media (min-width:992px) {
    .loading {
        background:
            linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)),
            url("../img/bg2.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-family:"Bebas Neue", sans-serif;
    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;
    }
}

/* =========================
   MEDIA
========================= */
.pageMedia main > .section {
    background: linear-gradient(rgba(255,255,255,.62), rgba(255,255,255,.62));
}

.mediaArticle {
    width: min(920px, 100%);
    margin: 0 auto;
}

.mediaIntro {
    margin: 0 0 26px;
    padding: 16px 18px;
    border-left: 3px solid #2459b3;
    background: rgba(255,255,255,.58);
}

.mediaIntro p {
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.8;
}

.mediaTable {
    width: 100%;
    border-top: 2px solid #2459b3;
    border-bottom: 2px solid #2459b3;
    background: rgba(255,255,255,.68);
}

.mediaRow {
    display: grid;
    grid-template-columns: 120px 110px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(36,89,179,.16);
}

.mediaRow:last-child {
    border-bottom: 0;
}


.mediaDate {
    color: #2459b3;
    font-family: "Bebas Neue", sans-serif;
    font-size: 16.5px;
    letter-spacing:0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mediaNew {
    display: inline-block;border-radius: 6px;
    padding: 2px 6px;
    background: #2459b3;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .08em;
}

.mediaType {
    color: #2459b3;
    font-size: 14px;
    letter-spacing:0;
}

.mediaBody {
    color: #222;
    font-size: 15px;
}

.mediaBody a {
    color: #2459b3;
    border-bottom: 1px solid rgba(36,89,179,.38);
    text-decoration: none;
    transition: opacity .2s ease, border-color .2s ease;
}

.mediaBody a:hover {
    opacity: .72;
    border-bottom-color: #2459b3;
}


.mediaHead {
    padding-top: 14px;
    padding-bottom: 14px;
    background: rgba(36,89,179,.08);
    font-family: "Bebas Neue", sans-serif;
    font-size: 14px;
    line-height: 1;
}
.mediaHead .mediaDate,
.mediaHead .mediaType,
.mediaHead .mediaBody {
 font-size: 14px;color: #2459b3;letter-spacing: .14em;
}
@media (max-width: 768px) {
    .mediaIntro {
        margin-bottom: 20px;
        padding: 14px 15px;
    }

    .mediaIntro p {
        font-size: 12px;
        line-height: 1.65;
    }

    .mediaHead {
        display: none;
    }

    .mediaRow {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 4px 12px;
        padding: 17px 15px;
    }

    .mediaDate {
        grid-row: 1 / span 2;
        font-size: 18px;
    }

    .mediaType {
        font-size: 11px;
    }

    .mediaBody {
        font-size: 13px;
        line-height: 1.75;
    }
}

@media (max-width: 480px) {
    .mediaRow {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .mediaDate {
        grid-row: auto;
    }
}
