@charset "utf-8";

html,body,div,p,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,table,th,td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'YuMincho', sans-serif;
    line-height: 1.6;
}
ol,ul,li {
    list-style: none;
}
html {
    height: auto;
    overflow-x: hidden;
}
img {
    vertical-align: top;
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.hidden-pc {
    display: none;
}

/* pc */
.section-mv .mv {
    position: relative;
}
.section-mv .mv span {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}
.slide img {
    width: auto;
    height: 178px;
    object-fit: cover;
}
.inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.about {
    padding: 85px 0 122px;
    background: url('../imgs/about_bg.jpg') center/cover no-repeat;
}
.about h2 {
    width: 587px;
    padding: 0 24.1px 12px;
    margin: 0 auto 40px;
    border-bottom: 1px solid #7d7d7d;
}
.about .img {
    width: 788px;
    margin: 0 auto 61px;
}
.about .text {
    font-size: 22px;
    text-align: center;
    color: #3d3d3d;
    line-height: 2;
}
.about .text1 {
    margin-bottom: 18px;
}

.cast {
    padding: 115px 40px 169px;
}
.cast .inner::before {
    content: '';
    position: absolute;
    top: -195px;
    left: 43px;
    width: 213px;
    height: 224px;
    background: url('../imgs/logo.svg') center/contain no-repeat;
}
.cast h2 {
    position: relative;
    width: 216px;
    padding: 0 40.5px 12px;
    margin: 0 auto 87px;
}
.cast h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #7d7d7d;
    transform: translateX(-50%);
}
.cast h2 span {
    display: block;
}
.cast .cast-list li {
    display: flex;
    margin-bottom: 106px;
}
.cast .cast-list li:nth-child(2n) {
    flex-direction: row-reverse;
}
.cast .cast-list li:last-child {
    margin-bottom: 0;
}
.cast .cast-list li > div:nth-child(1) {
    align-content: center;
    width: 48%;
    padding: 0 4.5%;
}
.cast .cast-list li > div:nth-child(2) {
    width: 52%;
}
.cast .cast-list li > div:nth-child(1) p {
    color: #7d7d7d;
}
.cast .cast-list li h3 {
    position: relative;
    width: 100%;
    margin-bottom: 19px;
}
.cast .cast-list li h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background-color: #CF021B;
    transform: translateX(-50%) scaleX(0);
    transform-origin: left;
}
.cast .cast-list li h3.is-active::after {
    transform: translateX(-50%) scaleX(1);
    transition: transform 1s ease;
}
.cast .cast-list li h3 span {
    display: block;
}
.cast .cast-list li:nth-child(1) h3 img {
    width: 383px;
}
.cast .cast-list li:nth-child(2) h3 img {
    width: 421px;
}
.cast .cast-list li:nth-child(3) h3 img {
    width: 431px;
}

.cm {
    padding: 132px 40px 139px;
    background-color: #D2031D;
}
.cm h2 {
    position: relative;
    width: 360px;
    padding: 0 12px 12px;
    margin: 0 auto 80px;
}
.cm h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
}
.cm h2 span {
    display: block;
}
.cm .cm-list li {
    margin-bottom: 40px;
}
.cm .cm-list li > a {
    display: flex;
}
.cm .cm-list li > a > div {
    width: 50%;
}
.cm .cm-list li > a > div:nth-child(1) {
    position: relative;
}
.cm .cm-list li > a > div:nth-child(1) a {
    display: block;
}
.cm .cm-list li > a > div:nth-child(1)::before,
.cm .cm-list li > a > div:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    max-width: 80px;
    height: 20%;
    max-height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.cm .cm-list li > a > div:nth-child(1)::before {
    background-image: url('../imgs/movie_icon_1.svg');
    opacity: 1;
}
.cm .cm-list li > a > div:nth-child(1)::after {
    background-image: url('../imgs/movie_icon_2.svg');
    opacity: 0;
}
.cm .cm-list li > a:hover > div:nth-child(1)::before {
    opacity: 0;
}
.cm .cm-list li > a:hover > div:nth-child(1)::after {
    opacity: 1;
}
.cm .cm-list li > a > div:nth-child(2) {
    align-content: center;
    padding: 20px 5%;
    background-color: #fff;
    border: 1px solid transparent;
}
.cm .cm-list li > a > div:nth-child(2) p {
    color: #7d7d7d;
}
.cm .cm-list li > a h3 {
    font-size: 26px;
    font-style: italic;
    font-weight: normal;
    color: #D2031D;
}
.cm .cm-list li > a:hover > div:nth-child(2) {
    background-color: #D2031D;
    border: 1px solid #fff;
}
.cm .cm-list li > a:hover > div:nth-child(2) p {
    color: #fff
}
.cm .cm-list li > a:hover h3 {
    color: #fff;
}
.cm .cm-list li > a > div:nth-child(2),
.cm .cm-list li > a > div:nth-child(2) p,
.cm .cm-list li > a h3 {
    transition: background-color 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease;
}

.section-btn {
    padding: 54px 0;
}
.section-btn .btn {
    position: relative;
    width: 350px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    text-indent: 0.5em;
    letter-spacing: -0.012em;
    font-weight: bold;
    font-family: 'YuGothic';
    border: 2px solid #E7201D;
    border-radius: 30px;
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
    transition: background-color 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease;
}
.section-btn .btn a {
    display: block;
    color: #7d7d7d;
}
.section-btn .btn::before,
.section-btn .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.section-btn .btn::before,
.section-btn .btn::after {
    left: 14px;
    width: 34px;
    height: 34px;
    transition: opacity 0.4s ease;
}
.section-btn .btn::before {
    background: url('../imgs/logo.svg') center/contain no-repeat;
    opacity: 1;
}
.section-btn .btn::after {
    background: url('../imgs/logo_white.svg') center/contain no-repeat;
    opacity: 0;
}
.section-btn .btn:hover::before {
    opacity: 0;
}
.section-btn .btn:hover::after {
    opacity: 1;
}
.section-btn .btn .btn-arrow {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 9px solid #e60000;
}
.section-btn .btn:hover {
    background-color: #E7201D;
}
.section-btn .btn:hover a {
    color: #fff;
}
.section-btn .btn:hover .btn-arrow {
    border-left: 9px solid #fff;
}

@media (max-width: 768px) {
    .hidden-pc {
        display: block;
    }
    .hidden-sp {
        display: none;
    }
    .slide img {
        height: 110px;
    }

    /* sp */
    .about {
        padding: 23px 0 69px;
        background: url('../imgs/sp_about_bg.jpg') center/cover no-repeat;
    }
    .about h2 {
        width: 340px;
        margin-bottom: 28px;
        padding: 0 2px 8px;
    }
    .about .img {
        width: 100%;
        margin-bottom: 38px;
    }
    .about .text {
        margin-bottom: 26px;
        padding: 0 20px;
        font-size: 16px;
    }

    .cast {
        padding: 46px 20px 70px;
    }
    .cast .inner::before {
        top: -77px;
        left: 0;
        width: 80px;
        height: 84px;
    }
    .cast h2 {
        width: 152px;
        margin-bottom: 33px;
        padding: 0 14px 8px;
    }
    .cast .cast-list li {
        flex-direction: column-reverse;
        margin-bottom: 57px;
    }
    .cast .cast-list li:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .cast .cast-list li > div:nth-child(1) {
        width: 100%;
        padding: 0;
    }
    .cast .cast-list li > div:nth-child(2) {
        width: 100%;
        margin-bottom: 14px;
    }
    .cast .cast-list li h3 {
        margin-bottom: 16px;
    }
    .cast .cast-list li:nth-child(1) h3 img {
        width: 220px;
    }
    .cast .cast-list li:nth-child(2) h3 img {
        width: 238px;
    }
    .cast .cast-list li:nth-child(3) h3 img {
        width: 262px;
    }

    .cm {
        padding: 42px 20px 40px;
    }
    .cm h2 {
        width: 292px;
        margin-bottom: 24px;
        padding: 0 14px 8px;
    }
    .cm .cm-list li {
        margin-bottom: 20px;
    }
    .cm .cm-list li > a {
        flex-direction: column;
    }
    .cm .cm-list li > a > div {
        width: 100%;
    }
    .cm .cm-list li > a > div:nth-child(1)::before,
    .cm .cm-list li > a > div:nth-child(1)::after {
        width: 30%;
        max-width: 60px;
        height: 30%;
        max-height: 60px;
    }
    .cm .cm-list li > a > div:nth-child(2) {
        padding: 21px 11px;
    }
    .cm .cm-list li > a h3 {
        font-size: 18px;
    }

    .section-btn {
        padding: 68px 0;
    }
    .section-btn .btn {
        width: 335px;
        text-indent: 0.4em;
    }
    .section-btn .btn::before {
        width: 30px;
        height: 30px;
    }
    .section-btn .btn::after {
        right: 22px;
    }
}

/* animation */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}  
.fade-in.is-active {
    opacity: 1;
}
.fade-in .delay {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transition-delay: 0.7s;
}  
.fade-in.is-active .delay {
    opacity: 1;
}
.slide-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 1s ease, transform 1s ease;
}  
.slide-up.is-active {
    opacity: 1;
    transform: translateY(0);
}
.section-mv .fade-in {
    transition: opacity 1.5s ease;
}
.section-mv .fade-in .delay {
    transition: opacity 2s ease, transform 2s ease;
    transition-delay: 1s;
}

/* movie-modal */
.movie-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}
.movie-modal.is-open {
    display: block;
}
.movie-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}
.movie-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90vw, 960px);
    aspect-ratio: 16 / 9;
    background: #000;
}
.movie-modal__content::before {
    content: '';
    position: absolute;
    top: 1rem;
    right: -3.25rem;
    width: 4rem;
    height: 4rem;
    border-top: 2px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    pointer-events: none;
}
.movie-modal__content::after {
    content: '';
    position: absolute;
    top: 1rem;
    right: -5.9rem;
    width: 4rem;
    height: 4rem;
    border-top: 2px solid #fff;
    transform-origin: center;
    transform: rotate(-45deg);
    pointer-events: none;
}
.movie-modal__content iframe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .movie-modal__content::before {
        top: -2rem;
        right: 0.7rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .movie-modal__content::after {
        top: -2rem;
        right: -0.93rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}

/* copy */
.mv img,
.about .img img,
.slide img,
.cast .cast-list li > div:nth-child(2) img,
.cm .cm-list li > a > div:nth-child(1) img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

@media print {
    .mv img,
    .about .img img,
    .slide img,
    .cast .cast-list li > div:nth-child(2) img,
    .cm .cm-list li > a > div:nth-child(1) img {
        display: none !important;
    }
}