@charset "utf-8";

.tFvSliderBx {
    position: relative;
}

.tFvSliderBx::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, rgba(26, 16, 11, 0) 0%, rgba(26, 16, 11, 0.65) 100%);
}

.tFvSliderBx .carousel-fade .carousel-item {
    transition: all 1s;
}

.sliderContent {
    overflow: hidden;
}

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

.tFvTitBx {
    height: 100%;
    max-height: max-content;
}

/* menu */

.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: 1/1;
    overflow: hidden;
}

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

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

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

/* lemon */

.tLemonTxt.pt600 span {
    font-weight: 600;
}

/* rental scene */
.tRentalSceneItemImg {
    aspect-ratio: 585/385;
}

/* staff shop */
.tStaffShopItem {
    position: relative;
}

.tStaffShopItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1A100B;
    opacity: .5;
    z-index: 1;
    transition: all .3s;
}

.tStaffShopItem:hover::before {
    opacity: .2;
}

/* news */

.tNewsTitBx {
    display: contents !important;
}

.tNewsBtnBx {
    order: 1;
}

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

    .headerHeight {
        display: none;
    }

    .header {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    .header.is-scroll {
        opacity: 1;
        pointer-events: all;
    }

    .tNavBox {
        gap: 15px !important;
    }

    /* menu */
    .loopImgBx {
        width: 300px;
    }

}

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

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

    /* menu */
    .loopWr {
        gap: 20px;
    }

    .loopImgAr {
        gap: 20px;
    }

    .loopImgBx {
        width: 350px;
    }

    /* news */

    .tNewsTitBx {
        display: flex !important;
    }


}

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


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

    .tNavConte {
        padding: 100px 15px !important;
    }

    .tNavNavBox {
        margin: 106px 0 0 !important;
    }

    .tNavBtnBx {
        margin: 60px auto 0 !important;
    }

    .tNavBox {
        margin: 106px 0 0 !important;
        gap: 30px !important;
    }

    .tAboutFl02 {
        margin: 0 !important;
    }

    /* lemon */
    .tMenuDeco01 {
        left: -116.7px !important;

    }
}

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