@charset "utf-8";

.reasonCover {
    background-position: 56% !important;
}

.loopWr {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    gap: 15px;
}

.loopImgAr {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
    gap: 15px;
}

.loopImgBx {
    position: relative;
    width: 200px;
    aspect-ratio: 3/2;
    overflow: hidden;
}

.loopImgBx img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.reasonFlNum {
    background: linear-gradient(120deg, rgba(217, 194, 122, 1) 0%, rgba(183, 154, 74, 1) 45%, rgba(142, 115, 48, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .loopImgBx {
        width: 300px;
    }

    .reasonRecommendImgBxL {
        aspect-ratio: 354/568;
    }

    .reasonRecommendImgBxR {
        aspect-ratio: 364/576;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .loopWr {
        gap: 25px;
    }

    .loopImgAr {
        gap: 25px;
    }

    .loopImgBx {
        width: 440px;
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */