#c1 {
    max-height: 1080px;
}

.phase-01 {
    z-index: 1;
}

.phase-02 {
    z-index: 2;
}

.white-layer {
    z-index: 3;
}

.phase-03 {
    z-index: 4;
}

.phase-content {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.phase-content .picture {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
}

.phase-content .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phase-content.phase-01 .picture img {
    object-position: 90% bottom;
}

h2.phase-01_title {
    font-family: "MFW-RyuminPro-Medium";
    font-weight: 400;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 20px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    background-color: #00000099;
}

.phase-content.phase-02 .picture {
    margin: auto;
    display: block;
    width: 120%;
    height: 100%;
    translate: -10%;
}

.phase-content.phase-02 .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 100%;
    transition: object-position 6s;
}

.phase-content.phase-02.active .picture img {
    object-position: right 0%;
}

.white-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: none;
}

.phase-content .picture.phase-03_text {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -125% -40%;
    width: 30%;
    max-width: 450px;
    height: auto;
    z-index: 2;
}

.phase-content .picture.phase-03_img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 1;
}

.phase-content .picture.phase-03_text img {
    object-fit: contain;
}

.phase-content.phase-03 .phase-03_text {
    display: none;
}

/* .phase-content.phase-03 .phase-03_img img {
    transform: scale(1.20);
    object-position: 55% 0;
    transition: transform 1.5s ease-out, object-position 1.5s ease-out;
}

.phase-content.phase-03 .phase-03_img.active img {
    transform: scale(1);
    object-position: 50% 0;
} */

.skipBtn,
.replayBtn {
    transition: all 1.5s ease-out
}

.replayBtn {
    opacity: 0;
    visibility: hidden;
}

.skipBtn.hide {
    opacity: 0;
    visibility: hidden;
}

.replayBtn.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

p.img-info {
font-family: "MFW-RyuminPro-Medium";
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    bottom: min(0.77vw, 14px);
    left: min(0.77vw, 14px);
    margin: 0;
    line-height: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1.0);
}

@media screen and (max-width: 768px) {
    .phase-content.phase-01 .picture img {
        object-position: 53% bottom;
    }

    h2.phase-01_title {
        font-size: min(4.8vw, 24px);
    }

    p.img-info {
        bottom: min(2.13vw, 10px);
        left: min(2.13vw, 10px);
    }

    .phase-content .picture.phase-03_text {
        translate: -75% -100%;
        width: 55%;
        max-width: 280px;
    }

    .phase-content .picture.phase-03_text img {
        filter: drop-shadow(1px 1px 4px #282828);
    }

    .phase-content .picture.phase-03_img {
        top: auto;
        bottom: 0;
        left: 50%;
        translate: -20% 25%;
        width: 110%;
    }

    .phase-content .picture.phase-03_img img {
        object-fit: contain;
    }

    .phase-content .picture.phase-03_bg-img img {
        object-position: 45% top;
    }
}