@charset "utf-8";

/* ファーストビューここから */
#top .first-view {
    width: 100%;
    max-height: 1000px;
    overflow-x: clip;
}
#top .first-view-inner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
#top .first-view-inner .message-text {
    position: absolute;
    top: 223px;
    left: 60px;
    width: 872.79px;
    height: 247.64px;
    z-index: 100;
}
@media screen and (max-width: 1000px) {
    #top .first-view-inner .message-text {
        top: 40%;
        width: 70%;
        height: fit-content;
    }
}
@media screen and (max-width: 450px) {
    #top .first-view-inner .message-text {
        position: absolute;
        top: initial;
        bottom: 33%;
        width: 60%;
        right: 0;
        left: initial;
    }
    #top .first-view-inner .message-text::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        padding: 10px;
        background: url(../image/common/footer_img_2.jpg) no-repeat center center / cover;
    }
}
@media screen and (min-width: 450px) {
    #top .first-view-image {
        aspect-ratio: 1920 / 1000;
    }
}
#top .first-view-image {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}
@media screen and (max-width: 450px) {
    #top .first-view-image {
        height: 100dvh;
        max-height: 700px;
    }
    #top .first-view-image .first-view-image_1_1 {
        object-position: 55.5%;
    }
    #top .first-view-image .first-view-image_2_1 {
        object-position: 68.5%;
    }
}
#top .first-view-image_1_2 {
    position: absolute;
    top: -5%;
    left: 14.7%;
    z-index: 100;
    width: 78%;
    height: 122%;
}
@media screen and (max-width: 450px) {
    #top .first-view-image_1_2 {
        left: -0.3%;
        width: 101%;
        height: 122%;
    }
}
#top .first-view-image li.first-view-image_2 {
    z-index: -2;
}
#top .first-view-image_2_2 {
    position: absolute;
    top: -5%;
    left: 25.5%;
    z-index: 100;
    width: 79%;
    height: 114%;
}
@media screen and (max-width: 450px) {
    #top .first-view-image_2_2 {
        left: 0;
        width: 100%;
    }
}
#top .first-view-image li.first-view-image_3 {
    z-index: -3;
}
#top .first-view-image_3_2 {
    position: absolute;
    top: -5%;
    left: 34.7%;
    z-index: 100;
    width: 44%;
    height: 116%;
}
@media screen and (max-width: 450px) {
    #top .first-view-image_3_2 {
        left: 0;
        width: 100%;
    }
}
.first-view-image .carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow-x: clip;
    animation: softSwitching 12s infinite;
}

.first-view-image .carousel-slide img[class*="_2"] {
    opacity: 1;
}

.first-view-image .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes softSwitching {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#top .first-view-image-text {
    position: absolute;
    bottom: 160px;
    left: 0;
}
@media screen and (max-width: 767px) {
    #top .first-view-image-text {
        bottom: -1%;
    }
}

#top .first-view-image-text .scrolling-text {
    z-index: 0;
}
/* ファーストビューここまで */
