@charset "utf-8";

.hMenu .hamMenuConte {
    overflow-y: visible;
}

.tFvSliderBx .carousel-fade .carousel-item{
    transition: all 1.5s !important;
}

.tAboutImgBx01 {
    aspect-ratio: 53/ 64;
}

.tAboutImgBx02 {
    aspect-ratio: 500/377;
}

.tMenuItemImg {
    aspect-ratio: 5/4;
}

.tMenuItem img {
    transition: all .3s;
}

.tMenuItem:hover img {
    transform: scale(1.1);
}

.tSceneTxtBx {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.tSceneBg .btn01:hover{
    filter: none;
}

.tSceneBg:hover .btn01{
    filter: brightness(1.15);
}

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

.tSceneBg:hover::before {
    opacity: .1;
}

.tShop {
    background-size: 100% auto !important;
}

.tNewsBxL {
    display: contents !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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

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

}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .tNewsBxL {
        display: flex !important;
    }

}

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