@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swap');
html, body, a, p, ul, li, h1, h2, h3, h4, h5, h6, figure, dl, dt, dd {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
html {
    overflow-x: clip;
}
html:has(.blocker) {
    overflow: hidden;
}
body {
    overflow-x: clip;
    -webkit-touch-callout: none;
    font-family: YakuHanJP,"LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    height: auto !important;
}
img {
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
li {
    list-style-type: none;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.sp {
    display: none;
}
@media screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.back {}
.back:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    transition-duration: 0.2s;
}
.pagetop .back:after {
    opacity: 0;
}
canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100lvh;
    display: block;
    transform: scale(1.05);
}
.back-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1600px;
    min-width: 1400px;
    z-index: 2;
    height: auto;
    aspect-ratio: 4000 / 3855;
}
.back-inner>span.swallow1, .back-inner>span.swallow2, .back-inner>span.swallow3 {
    opacity: 0;
}
.back.on .back-inner>span.swallow1 {
    animation: fly01 1.6s forwards ease;
}
@keyframes fly01 {
    0% {
        opacity: 0;
        transform: translate(-80%, -40%) scale(1) rotate(-40deg);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.back.on .back-inner>span.swallow2 {
    animation: fly02 1.6s forwards ease;
}
@keyframes fly02 {
    0% {
        opacity: 0;
        transform: translate(-120%, -20%) scale(1.4) rotate(-20deg);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.back.on .back-inner>span.swallow3 {
    animation: fly03 1.6s forwards ease;
}
@keyframes fly03 {
    0% {
        opacity: 0;
        transform: translate(-100%, -60%) scale(0.6) rotate(30deg);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
@media screen and (max-aspect-ratio: 1/1) {
    .back-inner {
        max-width: 100vh;
        min-width: auto;
        width: auto;
        height: auto;
        min-height: 160vw;
    }
    @keyframes fly01 {
        0% {
            opacity: 0;
            transform: translate(-110%, 0%) scale(1) rotate(-40deg);
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }
    @keyframes fly02 {
        0% {
            opacity: 0;
            transform: translate(-140%, -20%) scale(2) rotate(-20deg);
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }
    @keyframes fly03 {
        0% {
            opacity: 0;
            transform: translate(-120%, -80%) scale(0.2) rotate(40deg);
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }
}
.back-inner>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.back span {
    width: 100%;
    height: 100%;
}
.back img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    will-change: transform;
    transition: transform 0.1s linear;
}
.back span {
    display: block;
}
.astronaut img, .graffiti img, .cupid img, .bow img {
    opacity: 0;
}
.back.on .astronaut img, .back.on .graffiti img, .back.on .cupid img, .back.on .bow img {
    animation: opacity01 0.2s forwards ease-in-out;
    animation-delay: 1.5s;
}
@keyframes opacity01 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.back.on .back-inner>span.bow {
    z-index: -1;
    animation: shoot01 2s infinite ease-in-out;
    animation-delay: 1.6s;
}
@keyframes shoot01 {
    0% {
        transform: translate(-50%, -50%);
    }
    5% {
        transform: translate(-50%, -50%);
    }
    20% {
        transform: translate(-48.5%, -49.5%) skewX(4deg);
    }
    25% {
        transform: translate(-50.43%, -50.1%) skewX(-6deg);
    }
    30% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-aspect-ratio: 1/1) {
    @keyframes shoot01 {
        0% {
            transform: translate(-50%, -50%);
        }
        5% {
            transform: translate(-50%, -50%);
        }
        20% {
            transform: translate(-49%, -49.5%) skewX(2deg);
        }
        25% {
            transform: translate(-50.2%, -50.1%) skewX(-4deg);
        }
        30% {
            transform: translate(-50%, -50%);
        }
        100% {
            transform: translate(-50%, -50%);
        }
    }
}
.back.on .back-inner>span.graffiti02 {
    animation: shoot02 2s infinite ease-in-out;
    animation-delay: 1.6s;
}
@keyframes shoot02 {
    0% {
        opacity: 0;
        transform: translate(-51%, -50%);
    }
    40% {
        opacity: 0;
        transform: translate(-51%, -50%);
    }
    41% {
        opacity: 1;
        transform: translate(-51%, -50%);
    }
    50% {
        transform: translate(-49.5%, -50%);
    }
    55% {
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.back.on .back-inner>span.graffiti03 {
    animation: shoot03 2s infinite ease-in-out;
    animation-delay: 1.6s;
}
@keyframes shoot03 {
    0% {
        opacity: 0;
        transform: translate(-51%, -50%);
    }
    50% {
        opacity: 0;
        transform: translate(-51%, -50%);
    }
    51% {
        opacity: 1;
        transform: translate(-51%, -50%);
    }
    60% {
        transform: translate(-49.5%, -50%);
    }
    65% {
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.back.on .back-inner>span.graffiti04 {
    animation: shoot04 2s infinite ease-in-out;
    animation-delay: 1.6s;
}
@keyframes shoot04 {
    0% {
        opacity: 0;
        transform: translate(-51%, -50%);
    }
    60% {
        opacity: 0;
        transform: translate(-51%, -50%);
    }
    61% {
        opacity: 1;
        transform: translate(-51%, -50%);
    }
    70% {
        transform: translate(-49.5%, -50%);
    }
    75% {
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.swallow1 .beside {
    animation: beside01 8s infinite ease-in-out;
    animation-delay: -1s;
}
.swallow2 .beside {
    animation: beside02 7s infinite ease-in-out;
    animation-delay: -2s;
}
.swallow3 .beside {
    animation: beside01 8s infinite ease-in-out;
    animation-delay: -3s;
}
.astronaut .beside, .graffiti .beside {
    animation: beside02 9s infinite ease-in-out;
    animation-delay: -4s;
}
.cupid .beside, .bow .beside {
    animation: beside01 10s infinite ease-in-out;
    animation-delay: -5s;
}
@keyframes beside01 {
    0%, 100% {
        transform: translateY(-1%);
    }
    50% {
        transform: translateY(1%);
    }
}
@keyframes beside02 {
    0%, 100% {
        transform: translateY(-0.5%);
    }
    50% {
        transform: translateY(0.5%);
    }
}
.swallow1 .vertical {
    animation: vertical02 7s infinite ease-in-out;
    animation-delay: -1s;
}
.swallow2 .vertical {
    animation: vertical01 8s infinite ease-in-out;
    animation-delay: -2s;
}
.swallow3 .vertical {
    animation: vertical02 7s infinite ease-in-out;
    animation-delay: -3s;
}
.astronaut .vertical, .graffiti .vertical {
    animation: vertical01 10s infinite ease-in-out;
    animation-delay: -4s;
}
.cupid .vertical, .bow .vertical {
    animation: vertical02 9s infinite ease-in-out;
    animation-delay: -5s;
}
@keyframes vertical01 {
    0%, 100% {
        transform: translateX(-1%);
    }
    50% {
        transform: translateX(1%);
    }
}
@keyframes vertical02 {
    0%, 100% {
        transform: translateX(-0.5%);
    }
    50% {
        transform: translateX(0.5%);
    }
}
.wrap {
    position: relative;
    z-index: 2;
}
.note {
    text-align: justify !important;
}
.note>li {
    position: relative;
    line-height: 1.6;
    padding-left: 1em;
}
.note>li .mark {
    width: 1em;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
}
.common-btn {
    width: 320px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    background: url(/static/mga/feature/zenjin2026renewal_huiYIBj9sa2ld/img/common-btn.png);
    background-size: 100% 100%;
    margin: 0 auto;
    transition-duration: 0.2s;
}
.common-btn span {
    text-align: center;
}
.common-btn.hover {
    filter: invert();
}
.min-common-btn {
    width: 240px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border: solid 1px #fff;
    border-radius: 10000px;
    margin: 0 auto;
    transition-duration: 0.2s;
}
.min-common-btn.hover {
    color: #e95816 !important;
    border: solid 1px #e95816;
}
@media screen and (max-width: 896px) {
    .common-btn {
        width: 100%;
        max-width: 260px;
        height: 100px;
        font-size: 16px;
    }
    .min-common-btn {
        max-width: 200px;
        height: 48px;
        font-size: 12px;
    }
}
.nav-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 43px;
    right: 40px;
    z-index: 1000;
    text-align: center;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, .2));
    transition: all 0.2s 0s ease;
    cursor: pointer;
    border-radius: 70px;
    transition-duration: 0.2s;
}
.toppage .nav-btn {
    opacity: 0;
    pointer-events: none;
}
.toppage.past-hero .nav-btn,
body.toppage.nav-open .nav-btn {
    opacity: 1;
    pointer-events: auto;
}
.nav-btn img.nav-btn-img1 {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.nav-btn img.nav-btn-img2 {
    width: 60px;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0%);
    transition-duration: 0.2s;
}
body.nav-open .nav-btn img.nav-btn-img2 {
    top: 40%;
}
.nav-btn span {
    width: 80%;
    height: 2px;
    position: absolute;
    left: 10%;
    z-index: 4;
    display: inline-block;
    background: #fff;
    transition: all 0.2s 0s ease;
    margin: auto;
}
.nav-btn span:first-of-type {
    top: calc(50% - 8px);
}
.nav-btn span:nth-of-type(2) {
    top: 50%;
}
.nav-btn span:last-of-type {
    top: calc(50% + 8px);
}
body.nav-open .nav-btn span:first-of-type {
    top: 50%;
    transform: rotate(45deg);
}
body.nav-open .nav-btn span:nth-of-type(2) {
    opacity: 0;
}
body.nav-open .nav-btn span:last-of-type {
    top: 50%;
    transform: rotate(-45deg);
}
nav {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    opacity: 0;
    overflow-y: scroll;
    transform-origin: top;
    pointer-events: none;
}
nav::-webkit-scrollbar {
    display: none;
}
body.nav-open nav {
    opacity: 1;
    pointer-events: auto;
}
nav .nav-inner {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(5px) invert(100%);
    -webkit-backdrop-filter: blur(5px) invert(100%);
    padding: 80px 0;
}
nav .nav-inner ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5em;
}
nav .nav-inner ul li a {
    display: block;
    font-family: "pressio-x-compressed", sans-serif;
    font-size: 72px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.02em;
    padding: .05em 0;
    transition-duration: 0.2s;
}
nav .nav-inner ul li a.hover {
    filter: blur(3px);
}
@media screen and (max-width: 896px) {
    .nav-btn {
        top: 28px;
        right: 16px;
    }
    .nav-btn img.nav-btn-img1 {
        width: 72px;
    }
    .nav-btn img.nav-btn-img2 {
        width: 42px;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        transition-duration: 0.2s;
    }
    .nav-btn span {
        width: 50%;
        height: 2px;
        position: absolute;
        left: 25%;
        display: inline-block;
        background: #fff;
        transition: all 0.2s 0s ease;
        margin: auto;
    }
    .nav-btn span:first-of-type {
        top: calc(50% - 6px);
    }
    .nav-btn span:last-of-type {
        top: calc(50% + 6px);
    }
    body.nav-open .nav-btn span:first-of-type {
        top: 50%;
        transform: rotate(45deg);
    }
    body.nav-open .nav-btn span:nth-of-type(2) {
        opacity: 0;
    }
    body.nav-open .nav-btn span:last-of-type {
        top: 50%;
        transform: rotate(-45deg);
    }
    body.nav-open .nav-btn img.nav-btn-img2 {
        top: 40%;
    }
    nav .nav-inner ul li a {
        font-size: 48px;
    }
}
.hero {
    height: 100vh;
    min-height: 800px;
    position: relative;
    z-index: 2;
}
.hero h1 {
    width: 65%;
    max-width: 600px;
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
}
.hero h1 img {
    opacity: 0;
    transform: scale(1.6);
    transition-duration: 0.6s;
}
.hero h1.on img {
    opacity: 1;
    transform: scale(1);
}
.hero-menu {
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.hero-menu li a.hover {}
.hero-menu a {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: pressio-x-compressed, sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border: solid 1px;
    border-radius: 100px;
    padding: 6px 28px;
    transition-duration: 0.2s;
}
.hero-menu a.hover {
    color: #e95816;
    background: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 896px) {
    .hero {
        height: auto;
        min-height: 0px;
        position: relative;
    }
    .first-view {
        height: 100lvh;
        position: relative;
    }
    .hero h1 {
        width: 65%;
        max-width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hero h1 img {
        opacity: 0;
        transform: scale(1.6);
        transition-duration: 0.6s;
    }
    .hero h1.on img {
        opacity: 1;
        transform: scale(1);
    }
    .hero-menu {
        width: 100%;
        max-width: none;
        position: static;
        bottom: 40px;
        left: 50%;
        transform: translateX(0%);
    }
    .hero-menu ul {
        width: 90%;
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }
    .hero-menu li {
        width: 100%;
    }
    .hero-menu li a.hover {}
    .hero-menu a {}
    .hero-menu a .text {
        font-size: 120%;
    }
    .hero-menu a.hover {
        color: #e95816;
        background: rgba(0, 0, 0, .6);
    }
}
section {
    position: relative;
    z-index: 2;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(60px);
}
body.toppage section {
    padding-top: 80px;
    padding-bottom: 100px;
}
section.section-overlay {
    background: rgba(0, 0, 0, .2);
}
section.on {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
    transition-duration: 0.6s;
}
h2 {
    position: relative;
    font-family: "pressio-x-compressed", sans-serif;
    font-size: 80px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 40px;
}
h2 span.text {
    color: transparent;
    background-image: url(/static/mga/feature/zenjin2026renewal_huiYIBj9sa2ld/img/h2-noise.jpg);
    background-size: 150px auto;
    -webkit-background-clip: text;
    background-clip: text;
}
@media screen and (max-width: 896px) {
    section {
        transform: translateY(40px);
    }
    body.toppage section {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    h2 {
        font-size: 60px;
    }
}
@keyframes vertical03 {
    0%, 100% {
        transform: translateY(-0.1em);
    }
    50% {
        transform: translateY(0.1em);
    }
}
@keyframes rotate01 {
    0%, 100% {
        transform: rotate(4deg);
    }
    50% {
        transform: rotate(-4deg);
    }
}
.inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.schedule-list {
    display: grid;
    gap: 28px 28px;
    grid-template-columns: 1fr 1fr;
}
.schedule-list li {
    position: relative;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border: solid 1px #fff;
}
.schedule-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
}
.schedule-inner .only {
    width: 70px;
    height: 78px;
    position: absolute;
    top: -26px;
    left: -20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background: url(/static/mga/feature/zenjin2026renewal_huiYIBj9sa2ld/img/only.png);
    background-size: 100% 100%;
    padding-top: 9px;
}
.schedule-list .date {
    position: relative;
    font-size: 40px;
    font-style: normal;
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.schedule-list .date .year {
    display: inline-block;
    font-size: 65%;
}
.schedule-list .date small {
    display: inline-block;
    font-size: 24%;
    color: #e95816;
    background: #fff;
    transform: translateY(-2px);
    border-radius: 1000px;
    margin-left: 8px;
    padding: 0.1em 0.8em;
}
.schedule-list .date small.sat {
    color: #004dda;
}
.schedule-list .date small.sun {}
.schedule-list .area {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.schedule-list .venue {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.schedule-list .venue small {
    display: block;
    font-size: 80%;
}
.schedule-list .open-start {
    font-size: 12px;
    margin-bottom: 12px;
}
.schedule-list .info {
    font-size: 10px;
}
@media screen and (max-width: 896px) {
    .schedule-list {
        display: grid;
        grid-template-columns: 1fr;
    }
    .schedule-inner {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 20px;
    }
    .schedule-inner .only {
        width: 60px;
        height: 67px;
        top: -20px;
        left: -12px;
        font-size: 12px;
        padding-top: 8px;
    }
    .schedule-list .date {
        position: relative;
        font-size: 32px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .schedule-list .date small {
        margin-left: 4px;
    }
    .schedule-list .area {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .schedule-list .venue {
        font-size: 18px;
    }
    .schedule-list .open-start {
        font-size: 11px;
    }
    .schedule-list .info {
        font-size: 9px;
    }
}
.ticket-price {
    color: #fff;
    margin-bottom: 60px;
}
.ticket-price>ul>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: solid 1px #fff;
    padding: 36px 0;
}
.ticket-price:nth-child(1) {
    border-top: solid 1px #fff;
}
.ticket-price>ul>li p {
    width: 50%;
    font-size: 22px;
    font-weight: 700;
}
.ticket-price>ul>li aside {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
}
.ticket-price>ul>li p.seat {
    text-align: right;
    padding-left: 16px;
}
.ticket-price>ul>li p.price {
    text-align: left;
    padding-left: 16px;
}
.ticket-price>ul>li p.price small {
    font-size: 60%;
    margin-left: 4px;
}
.tikcet-price-notice {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 40px;
}
@media screen and (max-width: 896px) {
    .ticket-price {
        margin-bottom: 40px;
    }
    .ticket-price>ul>li {
        flex-flow: column;
        border-bottom: solid 1px #fff;
        padding: 24px 0;
    }
    .ticket-price:nth-child(1) {
        border-top: solid 1px #fff;
    }
    .ticket-price>ul>li p {
        width: 100%;
        font-size: 22px;
        font-weight: 700;
    }
    .ticket-price>ul>li aside {
        width: 100%;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        margin-top: 12px;
    }
    .ticket-price>ul>li p.seat {
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
        padding-left: 0px;
    }
    .ticket-price>ul>li p.price {
        font-size: 20px;
        text-align: center;
        padding-left: 0px;
    }
    .tikcet-price-notice {
        font-size: 10px;
        margin-top: 24px;
    }
}
.ticket-schedule>li {
    background: rgba(255, 255, 255, .05);
    border: solid 1px #fff;
}
.ticket-schedule>li:not(:last-child) {
    margin-bottom: 40px;
}
.ticket-schedule h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #e95816;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    cursor: pointer;
    padding: 20px;
}
.ticket-schedule h3:after {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    content: "▼";
    font-size: 16px;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
    transition-duration: 0.2s;
}
.ticket-schedule>li.close h3:after {
    transform: translateY(-50%) rotate(0deg);
}
.ticket-schedule-detail {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 40px 20px;
}
.ticket-schedule-term {
    margin-bottom: 40px;
}
.ticket-schedule-term>li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #fff;
    padding: 20px 0;
}
.ticket-schedule-term>li:nth-child(1) {
    border-top: solid 1px #fff;
}
.ticket-schedule-term>li h4 {
    width: 200px;
    position: relative;
    font-size: 14px;
    text-align: center;
    border-right: solid 1px #fff;
    margin-right: 20px;
    padding: 20px;
}
.ticket-schedule-term>li>div {
    width: calc(100% - 200px);
    font-size: 16px;
}
.ticket-warning-btn {
    width: fit-content;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ff0;
    text-decoration: underline;
    text-align: center;
    margin: 0 auto 28px;
}

.ticket-schedule-notice {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 40px;
}
.ticket-schedule-notice h5 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}
@media screen and (max-width: 896px) {
    .ticket-schedule h3 {
        font-size: 14px;
        padding: 16px;
    }
    .ticket-schedule h3:after {
        right: 12px;
        font-size: 12px;
    }
    .ticket-schedule-detail {
        padding: 40px 20px;
    }
    .ticket-schedule-term {
        margin-bottom: 28px;
    }
    .ticket-schedule-term>li {
        position: relative;
        display: flex;
        flex-flow: column;
        border-bottom: solid 1px #fff;
        padding: 20px 0;
    }
    .ticket-schedule-term>li:nth-child(1) {
        border-top: solid 1px #fff;
    }
    .ticket-schedule-term>li h4 {
        width: 100%;
        font-size: 12px;
        border-right: none;
        margin-right: 0px;
        margin-bottom: 8px;
        padding: 0px;
    }
    .ticket-schedule-term>li>div {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .ticket-warning-btn {
        font-size: 12px;
        line-height: 1.6;
        margin: 0 auto 16px;
    }
    .ticket-schedule-notice {
        font-size: 10px;
        margin-top: 28px;
    }
    .ticket-schedule-notice h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.ticket-warning {
    font-size: 24px;
    font-weight: 700;
    color: #ff0;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 36px;
}
.ticket-notice {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 60px;
}
.ticket-notice .inner>ul>li {
    position: relative;
    border-top: solid 1px #fff;
    padding: 28px 0 36px;
}
.ticket-notice .inner>ul>li:last-child {
    border-bottom: solid 1px #fff;
}
.ticket-notice h4 {
    width: 300px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 5px #000;
    background: url(/static/mga/feature/zenjin2026renewal_huiYIBj9sa2ld/img/border.png) no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    margin: 0 auto 16px;
}
.ticket-notice .aside {
    background: rgba(0, 0, 0, .5);
    border: solid 1px #fff;
    padding: 20px;
}
.ticket-notice h5 {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8px;
}
.ticket-notice h5 img {
    width: 48px;
    margin: 0 auto;
}
@media screen and (max-width: 896px) {
    .ticket-warning {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .ticket-notice {
        font-size: 11px;
        margin-top: 40px;
    }
    .ticket-notice .inner>ul>li {
        padding: 20px 0 28px;
    }
    .ticket-notice h4 {
        width: 240px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .ticket-notice .aside {
        padding: 16px;
    }
    .ticket-notice h5 {
        font-size: 14px;
    }
    .ticket-notice h5 img {
        width: 36px;
    }
}
.news-list {
    margin-bottom: 40px;
}
.news-list li a {
    display: flex;
    font-weight: 500;
    border-bottom: solid 1px #fff;
    padding: 40px 12px;
}
.news-list li:nth-child(1) a {
    border-top: solid 1px #fff;
}
.news-list li a .date {
    width: 100px;
    font-size: 14px;
}
.news-list li a .tit {
    width: calc(100% - 100px);
}
@media screen and (max-width: 896px) {
    .news-list li a {
        display: flex;
        flex-flow: column;
        font-size: 13px;
        padding: 28px 8px;
    }
    .news-list li:nth-child(1) a {
        border-top: solid 1px #fff;
    }
    .news-list li a .date {
        width: 100%;
        margin-bottom: 8px;
    }
    .news-list li a .tit {
        width: 100%;
    }
}
#goods aside {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
    #goods aside {
        font-size: 10px;
    }
}
#faq p {
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
footer {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0 60px;
}
footer .universal-link {
    width: 200px;
    display: block;
    margin: 0px auto 28px;
}
footer .sns {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: centerl;
    gap: 20px;
    margin: 24px auto;
}
footer .sns svg {
    width: 100%;
    height: 100%;
}
.sns a {
    font-size: 24px;
}
footer p {
    font-size: 14px;
    font-weight: 500;
}
footer p small {
    display: block;
    font-size: 10px;
    margin-top: 10px;
}
@media screen and (max-width: 896px) {
    footer p {
        font-size: 11px;
    }
    footer p small {
        font-size: 9px;
    }
}
body.lowerpage section {
    padding-top: 120px;
    padding-bottom: 0;
}

.modal {
    max-width: 1200px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    border: solid 1px #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 60px 60px;
    color: #000;
}

.blocker {
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 100px 0;
}

.goods-modal{
    max-width: 720px;
}

.modal-img {
    display: block;
    overflow: hidden;
}
.modal-img img {
    transition-duration: 0.2s;
}
.modal-img.hover img {
    filter: brightness(1.5);
    transform: scale(1.1);
}

.goods-top {
    position: relative;
    border-bottom: solid 1px #fff;
    padding-bottom: 80px;
}
.goods-movie,
.goods-list,
.goods-look {
    position: relative;
    border-bottom: solid 1px #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.goods-movie h3,
.goods-list h3,
.goods-look h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}


.goods-list ul {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}
.goods-list a {
    display: block;
    border: solid 1px rgba(255, 255, 255, 1);
}
.goods-list h4 {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 6px;
}
.goods-list .price {
    font-size: 14px;
}
.goods-detail {
  
    margin-bottom: 40px;
}
.main-slide {
    cursor: col-resize;
    margin-bottom: 16px;
}
.thumb-slide .slick-slide {
    opacity: 0.6;
    cursor: pointer;
    margin: 0 8px;
}
.thumb-slide .slick-current {
    opacity: 1;
    filter: grayscale(0);
}
.goods-img-slide {
    width: 100%;
    margin-bottom: 40px;
}


/* video */
.block--player {
    aspect-ratio: 4/3 !important;
    position: relative;
    background: #000;
}
.block--player video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.goods-detail-head{
    position: relative;
    padding: 0 40px;
}
.goods-detail-txt h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
}
.goods-detail-txt .price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.goods-detail-txt dl {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px rgba(255, 255, 255, 1);
}
.goods-detail-txt dt {
    width: 100px;
    font-size: 14px;
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    padding: 20px 0;
}
.goods-detail-txt dd {
    width: calc(100% - 100px);
    font-size: 12px;
    line-height: 1.8;
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    padding: 20px 0;
    font-weight: 400;
}
.goods-detail-txt dd:last-child {
    font-size: 11px;
}

.modal-bottom{
    position: relative;
    width: 100%;
}
.modal .min-common-btn{
    color: #fff;
    background: #000;
    
}

.modal .prev{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
   left: 0;
    transition-duration: 0.2s;
    text-align: center;
    font-size: 22px;
}
.modal .next{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
    transition-duration: 0.2s;
    text-align: center;
    font-size: 22px;
    
  
}
.modal .prev span,.modal .next span{
    display: block;
    text-align: center;
    font-size: 50%;
}
.modal .prev.hover{
    color: #e95816;
    transform: translate(-4px,-50%);
}
.modal .next.hover{
    color: #e95816;
    transform: translate(4px,-50%);
}
.modal a.close-modal {
    display: none;
}
@media screen and (max-width: 896px) {
    
       .blocker {
        padding: 60px 0;
    }
    .modal {
        padding: 60px 20px;
    }
    
    .goods-top {
        padding-bottom: 60px;
    }
    .goods-movie,
    .goods-list,
    .goods-look {
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .goods-movie h3,
    .goods-list h3,
    .goods-look h3 {
        font-size: 18px;
        margin-bottom: 28px;
    }
    
    .goods-list ul {
        gap: 24px 14px;
        grid-template-columns: 1fr 1fr;
    }
    .goods-list h4 {
        font-size: 13px;
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .goods-list .price {
        font-size: 12px;
    }
    .goods-detail {
        flex-flow: column;
        margin-bottom: 40px;
    }
    .main-slide {
        cursor: col-resize;
        margin-bottom: 16px;
    }
    .thumb-slide .slick-slide {
        margin: 0 4px;
    }
    .goods-img-slide {
        width: 100%;
        position: static;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .goods-detail-txt h4 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 4px;
    }
    .goods-detail-txt .price {
        font-size: 14px;
        text-align: center;
        margin-bottom: 28px;
    }
    .goods-detail-txt dl {
        display: flex;
        flex-wrap: wrap;
        border-top: solid 1px rgba(255, 255, 255, .5);
    }
    .goods-detail-txt dt {
        width: 72px;
        font-size: 10px;
        border-bottom: solid 1px rgba(255, 255, 255, .5);
        padding: 20px 0;
    }
    .goods-detail-txt dd {
        width: calc(100% - 72px);
        font-size: 12px;
        line-height: 1.4;
        border-bottom: solid 1px rgba(255, 255, 255, .5);
        padding: 20px 0;
    }
    .goods-detail-txt dd:last-child {
        font-size: 10px;
    }
    .modal .prev{
    
    right: calc(50% + 110px);
        font-size: 18px;
}
.modal .next{
    left: calc(50% + 110px);
    font-size: 18px;
  
}

.modal-bottom .prev.hover{
    color: #e95816;
    transform: translate(-4px,-50%);
}
.modal-bottom .next.hover{
    color: #e95816;
    transform: translate(4px,-50%);
}
 
}

.goods-look ul {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.goods-look ul li {
    border: solid 1px rgba(255, 255, 255, 1);
}
.goods-look aside {
    font-size: 12px;
    font-weight: bold;
    color: #f00;
    line-height: 1.4;
    text-align: center;
    word-break: break-all;
}
.goods-look aside a {
    text-decoration: underline;
}

.modal-look .modal-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-img {
    width: 50%;
    border: solid 1px rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    margin-right: 40px;
}
.sub-img {
    width: calc(50% - 40px);
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto 20px;
}
.sub-img span {
    display: block;
    opacity: 0.5;
    filter: grayscale(1);
    cursor: pointer;
    border: solid 1px rgba(255, 255, 255, 1);
}
.sub-img span.active {
    opacity: 1;
    filter: grayscale(0);
}
.modal-look p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 28px;
    width: 100%;
}
.how-to-buy3 dt {
    width: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.how-to-buy3 dd {
    width: calc(100% - 20em);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media screen and (max-width: 896px) {
    
    .goods-look ul {
        display: grid;
        gap: 24px 14px;
        grid-template-columns: 1fr 1fr;
    }
    .modal-look .modal-inner{
    display: flex;
   flex-wrap: wrap;
}

    .main-img {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .sub-img {
        width: 100%;
        gap: 8px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 0 auto 20px;
    }
    .modal-look p {
        font-size: 11px;
    }
    .goods-look aside {
        font-size: 10px;
    }
    .how-to-buy3 dt {
        width: 50%;
    }
    .how-to-buy3 dd {
        width: 50%;
    }
}
.how-to-buy {
    position: relative;
    padding: 80px 0 0px;
}
.how-to-buy h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.how-to-buy-head p {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.how-to-buy-head .note {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.how-to-buy-nav {
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
}
.how-to-buy-nav button {
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    transition-duration: 0.2s;
}
.how-to-buy-nav button.active {
    color: #e95816;
    background: #fff;
}
.how-to-buy-list>li {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    word-break: break-all;
}
.how-to-buy-list li h4 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #f3ff00;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
.how-to-buy h5 {
    width: fit-content;
    position: relative;
    font-size: 15px;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.06em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #e4f959 32px, #b9e03d calc(100% - 32px), rgba(0, 8, 0, 0) 100%);
    margin-bottom: 8px;
    padding: 2px 28px;
}
.tokuten-img {
    width: 100%;
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.tokuten-img img {
    width: calc(50% - 6px);
    display: block;
    border: solid 1px rgba(255, 255, 255, 1);
}
.how-to-buy-list li dl {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, .5);
    border: solid 1px rgba(255, 255, 255, 1);
    border-bottom: none;
}
.how-to-buy-list li dt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: solid 1px rgba(255, 255, 255, 1);
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    padding: 10px;
}
.how-to-buy-table1 dt {
    width: 20em;
}
.how-to-buy-table2 dt {
    width: 20em;
}
.how-to-buy-table3 dt {
    width: 50%;
}
.how-to-buy-list li dd {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    padding: 10px 8px;
}
.how-to-buy-table1 dd {
    width: calc(100% - 20em);
}
.how-to-buy-table2 dd {
    width: calc(100% - 20em);
}
.how-to-buy-table3 dd {
    width: 50%;
}
.how-to-buy-table4 {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border: solid 1px rgba(255, 255, 255, 1);
}
.how-to-buy-table4,
.how-to-buy-table4 td,
.how-to-buy-table4 th {
    vertical-align: middle;
    border-collapse: collapse;
}
.how-to-buy-table4 td,
.how-to-buy-table4 th {
    border-right: dashed 1px rgba(255, 255, 255, .4);
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    padding: 20px;
}
.how-to-buy-table4 .venue {
    width: 30%;
}
.how-to-buy-table4 .date {
    width: 30%;
}
.how-to-buy-table4 .target {
    width: 40%;
}
.how-to-buy-table4 .target span {
    display: block;
    border-top: solid 1px rgba(255, 255, 255, 1);
    margin-top: 12px;
    padding-top: 12px;
}
.how-to-buy-list li h6 {
    font-size: 140%;
    text-align: center;
}
@media screen and (max-width: 896px) {
    .goods-lineup p {
        font-size: 10px;
        margin-top: 12px;
    }
    .how-to-buy {
        border-top: solid 1px rgba(255, 255, 255, .5);
        padding-top: 40px;
    }
    .how-to-buy h3 {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .how-to-buy-head p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .how-to-buy-head h5 {
        font-size: 12px;
    }
    .how-to-buy-head li {
        font-size: 12px;
    }
    .how-to-buy-nav {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
    }
    .how-to-buy h5 {
        font-size: 13px;
    }
    .how-to-buy-nav button {
        font-size: 14px;
        text-align: center;
    }
    .how-to-buy-nav button:before {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }
    .how-to-buy-nav button:after {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }
    .how-to-buy-list>li {
        font-size: 12px;
    }
    .how-to-buy-table1 dt {
        width: 45%;
    }
    .how-to-buy-table1 dd {
        width: 55%;
    }
    .how-to-buy-table2 dt {
        width: 8em;
    }
    .how-to-buy-table2 dd {
        width: calc(100% - 8em);
    }
    .how-to-buy-list li h4 {
        font-size: 16px;
    }
    .how-to-buy-table4 td,
    .how-to-buy-table4 th {
        font-size: 10px;
        padding: 12px 12px;
    }
    .how-to-buy-list li h6 {
        font-size: 120%;
    }
}