.button-link {
    max-width: 425px;
    width: 88%;
    height: auto;
    margin: 2em auto;
}
.button-link a {
    display: grid;
    place-content: center;
    padding: 0.5em 1em;
    border: 1px solid #fff8e0;
    background: #000;
    border-radius: 9999px;
    transition: all 0.4s;
    text-shadow: none;
}
.button-link a:hover {
    color: #000;
    border: 1px solid #000;
    background: #fff8e0;
    transition: all 0.4s;
}


.inner-content {
    max-width: 569px;
    width: 88%;
    margin: 0 auto;
}
.inner-content--is-coming {
    min-height: 500px;
}

.l-container {
    min-height: 100vh;
}

.news_list {
    margin-top: 2em;
}

.news_list div {
    display: grid;
    grid-template-columns: 6em 1fr;
    column-gap: 1em;
    margin-bottom: 0.5em;
    padding: 1em;
    color: #fff8e0;
    background: rgba(34, 34, 34, .5);
}

.news_list div a {
    /* color: #DABC05; */
    text-decoration: underline;
}
.news_list div a:hover {
    text-decoration: underline;
}

.news_list dd a.nolink {
    text-decoration: none;
    pointer-events: none;
}

.qabox {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #fff8e0;
}
.qabox > * {
    margin-bottom: 0;
    padding-left: 0.8em;
    text-indent: -0.8em;
    line-height: 1.7;
}
.qabox p {
    margin-bottom: 0.5em;
}
.qabox a {
    text-decoration: underline;
}

.midashi {
    width: 100%;
    max-width: 720px;
    color: #fff8e0;
    background: #111111;
    border: 1px solid #fff8e0;
    border-radius: 12px;
    padding: 2em 2em 2.5em;
    box-sizing: border-box;
    margin: 0 auto 20px;
    text-align: left;
}

.honbun {
    padding: 1em 1em;
    font-size: 1rem;
    line-height: 2;
}
.honbun strong {
    color: #CB140F;
    display: block;
    color: #000;
    background-color: #fff8e0;
    margin-top: 1em;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 16px;
    border: 1px solid #716A6A;
    text-shadow: none;
    border-radius: 4px;
}
a.btn02 {
    display: block;
    max-width: 240px;
    padding: 10px;
    text-decoration: none;
    border: 2px solid #fff8e0;
    margin: 60px auto 0;
    background-color: #fff8e0;
    border-radius: 8px;
    color: #000;
    text-shadow: none;
    text-align: center;
}

.senkou {
    color: #fff8e0;
    background: #000000;
    width: calc(100% - 40px);
    max-width: 569px;
    margin: 40px auto;
    border-radius: 5px;
    border: 1px solid #fff8e0;
    padding: 0 25px 40px;
    box-sizing: border-box;
    border-radius: 0;
}
.senkou h3 {
    color: #fff8e0;
    font-size: 1.2rem;
    margin: 40px auto 20px;
    line-height: 1.4;
    text-align: center;
}
.senkou p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.8;
    word-break: break-all;
    color: #ffffff;
}
.senkou p:last-child {
    margin-bottom: 0;
}
.senkou p.hatsubai {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
}
.senkou p.hatsubai em {
    font-size: 1.35em;
    font-style: normal;
}
.senkou .playguide {
    width: 90%;
    margin: 0 auto 0;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    border: 1px solid #fff8e0;
    margin: -1px auto 0;
    text-align: center;
}
.senkou .playguide h4 {
    font-size: 1.0588rem;
    background-color: #fff8e0;
    margin: 0 0 20px;
    color: #000;
    padding: 10px 0;
    line-height: 1.25;
    text-align: center;
    border-radius: 3px;
}
.senkou p a {
    font-size: 1.0588rem;
    color: #CB140F;
    line-height: 1;
    text-decoration: underline;
}
.senkou p a:hover {
    text-decoration: none;
}
.senkou .ticket-attention {
    max-width: 375px;
    text-align: left;
    width: fit-content;
    margin: 0 auto 0;
    font-size: 0.875em;
}
.l-section .staff-list {
    font-size: 1.176rem;
}
.c-heading--ja {
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.45;
}
.heading-bar {
    margin: 3em 0 1.5em;
    padding: 0.5em 1em;
    font-size: 1.15rem;
    line-height: 1.45;
    color: #fff;
    background: #716A6A;
    text-align: center;
}
.text-center {
    text-align: center;
}


/* comment */
ul.comment_movie {
    display: flex;
    flex-flow: row wrap;
    column-gap: 20px;
    justify-content: center;
    padding: 0;
    list-style-type: none;
    width: 94%;
    margin: 0 auto 0 ;
}
ul.comment_movie li {
    display: none;
    width: calc(50% - 10px);
    margin-bottom: 60px;
    font-size: 18px;
    text-align: center;
}
ul.comment_movie li.is-open {
    display: block;
}
ul.comment_movie li iframe {
    aspect-ratio: 560 / 315;
    width: 100%;
    height: 100%;
    background: #000;
}
ul.comment_movie li a {
    text-decoration: underline;
}
ul.comment_movie li a:hover {
    text-decoration: none;
}
ul.comment_movie li:nth-child(odd) {
    /* margin-right: 20px; */
}
ul.comment_movie li:first-child {
    /* width: 50%; */
    margin-right: 0;
    margin-right: 0;
}
ul.comment_movie li.spacer {
    margin: 0;
    width: 100%;
}
.youtube2 {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
#comment a {
    color: #fff;
}

.pv {
    max-width: 560px;
    width: 90%;
    height: auto;
    margin: 0 auto 0;
}
.pv iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.5625;
}

.text-original {
    margin: 3em 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2;
}

.l-section .cast-list__item--em .name {
    font-size: 1rem;
}
.cast-list--em {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5px;
}
.cast-list__item--em .img {
    margin-bottom: 0.5em;
}


/* popup */
#frontPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    padding: 80px 0 100px;
    background: rgba(0, 0, 0, .85);
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
}
#frontPopup::-webkit-scrollbar {
    display: none;
}
#frontPopup .modal-cLose {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
}
#frontPopup .modal-cLose:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
#frontPopup .modal-cLose span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
}
#frontPopup .modal-cLose span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
#frontPopup .modal-cLose span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#frontPopup .senkou--popup {
    max-width: 800px;
}
#frontPopup.is-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.8s ease;
}


.banner {
    margin: 80px auto 30px;
    width: 100%;
    max-width: 770px;
    transition: opacity 0.4s ease;
}
.banner:hover {
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

@media screen and (max-width: 835px) {
    ul.comment_movie li { 
        width: 100%;
    }
    #frontPopup .senkou--popup {
        max-width: 480px;
        width: 90%;
    }
    .cast-list--em {
        grid-template-columns: repeat(2, 1fr);
    }
    .l-section .ticket-box p.start {
        width: 100%;
        margin-bottom: 2em;
    }
    .l-section .ticket-box p {
        margin-bottom: 1em;
    }
    .l-section .ticket-box__playguide {
        width: 96%;
    }
    .l-section .ticket-box__playguide {
        padding: 20px 10px 30px;
    }
}


@media screen and (max-width: 480px) {
    .news_list div {
        grid-template-columns: 100%;
    }
    .senkou {
        margin-top: 20px;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: 88%;
    }
    .senkou h3 {
        font-size: 19px;
    }
    .senkou p {
        font-size: 14px;
        line-height: 1.8;
    }
    .c-heading--ja {
        font-size: 1.45rem;
    }
}