@charset "utf-8";

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
    animation: zoomUp 7s linear 0s normal both;
}

.mv {
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    min-width: 1440px;
}

.mv .bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(/penguin/resources/image/galaxy/suitaekimae/galaxy-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.mv::before {
    background-image: url(/penguin/resources/image/galaxy/suitaekimae/birds.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 184px;
    height: 188px;
    z-index: 100;
    left: 42%;
}

.mv::after {
    background-image: url(/penguin/resources/image/galaxy/suitaekimae/anime.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 640px;
    height: 209px;
    z-index: 100;
    left: 130px;
    top: 65%;
}

.mv .container {
    display: flex;
    justify-content: space-between;
}

.mv .text_wrap {
    margin-left: 210px;
    width: 307px;
    position: relative;
    z-index: 50;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mv .green_back {
    margin: -20px;
    padding: 20px 18px;
    border-radius: 20px;
    background-color: #6ba93f;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mv .green_back .text {
    color: #fff;
    font-size: 22px;
    line-height: 1.7727272727;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.mv .title {
    margin-top: 90px;
    font-size: 42px;
    line-height: 1.5714285714;
    letter-spacing: 0.1em;
    color: #000;
}

.mv .title span {
    color: #6ba93f;
}

.mv .content {
    width: 857px;
    margin-right: -67px;
    position: relative;
    z-index: 1;
}

.mv .swiper_img {
    width: 857px;
    border-radius: 50px;
    overflow: hidden;
}

.mv .swiper_img img {
    aspect-ratio: 857/503;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1440px) {
    .mv {
        width: 1440px;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    .mv .bg {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}

@media (min-width: 1574px) {
    .mv {
        width: 1440px;
        margin: 0 auto;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }

    .mv {
        min-width: 100%;
        width: 100%;
        padding-top: 120px;
        padding-bottom: 20px;
    }

    .mv::before {
        width: 92px;
        height: 94px;
        top: 45%;
        left: 22%;
        content: none;
    }

    .mv::after {
        width: 310px;
        height: 100px;
        z-index: 100;
        left: auto;
        top: 37%;
        right: 0;
        content: none;
    }

    .mv .container {
        flex-direction: column;
    }

    .mv .swiper_img {
        margin-top: 100px;
        margin-left: auto;
        margin-right: 0;
        width: 75%;
        min-width: 320px;
    }

    .mv .swiper_img::before {
        background-image: url(/penguin/resources/image/galaxy/suitaekimae/anime.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        content: "";
        width: 310px;
        height: 100px;
        z-index: 100;
        left: auto;
        top: 0;
        right: 10px;
    }

    .mv .swiper_img::after {
        background-image: url(/penguin/resources/image/galaxy/suitaekimae/birds.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        content: "";
        width: 92px;
        height: 94px;
        z-index: 100;
        left: 22%;
        top: 100px;
    }

    .mv .text_wrap {
        margin: 0 auto;
        width: 280px;
    }

    .mv .green_back {
        padding: 15px;
    }

    .mv .green_back .text {
        font-size: 18px;
    }

    .mv .title {
        margin: 0;
        font-size: 34px;
    }

    .mv .content {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .mv .swiper_img::after {
        left: auto;
        right: 240px;
    }
}