@charset "utf-8";

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

.loopWr::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 65%;
    max-height: 250px;
    z-index: -1;
    background: url(/system_panel/uploads/images/cmn_bg02.jpg) no-repeat center /cover;
}

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

.loopImgBx {
    width: 216px;
    padding: 8px;
    border: 1px solid #CAB9A7;
}

.loopImg {
    width: 100%;
    aspect-ratio: 5/3;
    overflow: hidden;
}

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



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

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

.kimonoFlowItemNumBx {
    min-width: max-content;
}

.kimonoBgTxt span {
    padding: 4px 12px;
}

.kimonoNotes::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(/system_panel/uploads/images/kimono_notes_bg_cover.jpg);
    opacity: .7;
}

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

    .loopImgBx {
        width: 316px;
    }

    .kimonoBgTxt span {
    padding: 6px 20px;
}
}

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



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

    .loopWr {
        gap: 20px;
    }

    .loopImgAr {
        gap: 20px;
    }

    .loopImgBx {
        width: 420px;
        padding: 10px;
    }

}

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