<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.intro-1 {
        font-size: 120%;
        line-height: 150%;
}

.intro-2 {
        font-size: 150%;
        line-height: 150%;
}

.intro-3 {
        font-size: 100%;
        line-height: 150%;
}

.modal-wrapper {
        font-size: 1.6rem;
        line-height: 3.2rem;
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        z-index: 1500;
        visibility: hidden;
        text-align: center;
        width: 100%;
        height: 100%;
}

.modal-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0px;
        left: -100%;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.54);
        -webkit-tap-highlight-color: transparent;
        will-change: opacity;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        z-index: 1400;
        -webkit-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.modal-card {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -webkit-transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        margin: 0px auto;
        z-index: 1500;
        left: -100%;
        -webkit-transform: translate(0px, -64px);
        transform: translate(0px, -64px);
        opacity: 0;
        background-color: #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
        max-width: 800px;
        width: 800px;
        min-height: 298px;
        padding: 30px;
        display: inline-block;
        text-align: left;
        position: relative;
        vertical-align: top;
}

.modal-card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 250px;
}

.modal-card:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 250px;
        height: 30px;
}

.modal-card .h3-ttl-a {
        margin-top: 0;
        color: #a31a22;
}

.modal-card .main-title+.sub-title:before {
        position: absolute;
        content: "………";
        top: 0px;
        bottom: 0px;
        left: -76px;
}

.modal-card .box-wrap {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
}

.modal-card .box-wrap .thumb-box {
        width: 200px;
        margin-right: 20px;
}

.modal-card .box-wrap .thumb-box img {
        width: 100%;
}

.modal-card .box-wrap .text-box {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
}

.modal-card .main-title+.sub-title {
        margin-left: 90px;
        position: relative;
}


.modal-card .h3-ttl-a+.read-box {
        margin-top: 15px;
}

#cast-list #cast-10 {
        border-top: 3px double;
        padding-top: 40px;
}</pre></body></html>