@charset "utf-8";

.header {
    transition: all .3s;
    transform: translateY(-100%);
}

.header.is-scroll {
    transform: translateY(0%);
}

.tFv::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(270deg, rgba(84, 84, 84, 0) 39%, #261403 100%);
}

.tFvBx .telFl p {
    font-weight: 700;
}

.tFvNavBx {
    gap: 15px;
}

.tFvNavLink {
    width: 100%;
    max-width: max-content;
}


.tFvNavLinkP {
    font-family: var(--fontB);
}

.tFvNavLink:hover .tFvNavLinkP {
    text-decoration: underline;
}

.tReadTxt s {
    position: relative;
    text-decoration: none;
    font-family: var(--fontC);
    color: var(--primary);
    line-height: 1em;
    font-weight: 400;
    font-size: 45px;

}

.tReadTxt s::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -100%;
    right: -100%;
    top: auto;
    z-index: -1;
    width: 100px;
    aspect-ratio: 22245/8167;
    margin: 0 auto;
    background: url(/system_panel/uploads/images/top_about_deco02.svg)no-repeat center bottom /contain;
}

.tAbout::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(/system_panel/uploads/images/top_about_bg.jpg)no-repeat center /cover;
}

.tScene::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/system_panel/uploads/images/top_scene_bg.jpg)no-repeat center /cover;
}

.tMenu {
    background: linear-gradient(0deg, rgba(255, 245, 224, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 81%, rgba(255, 245, 224, 1) 100%);
}

.tMenuTit s {
    position: relative;
    text-decoration: none;
    color: var(--primary);
}

.tMenuTit s::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -100%;
    right: -100%;
    top: auto;
    z-index: -1;
    width: 100px;
    aspect-ratio: 22245/8167;
    margin: 0 auto;
    background: url(/system_panel/uploads/images/top_menu_deco02.svg)no-repeat center bottom /contain;
}

.tCaterTit {
    margin: 7px 0 0 !important;

}

.tCaterTit s {
    position: relative;
    text-decoration: none;
    color: var(--primary);
}

.tCaterTit s::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 2px;
    top: -10px;
    z-index: -1;
    width: 50px;
    aspect-ratio: 9651/24889;
    margin: 0 auto;
    background: url(/system_panel/uploads/images/top_cater_deco01.svg)no-repeat center /contain;
}

.tRsvImg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(38, 20, 3, 0.28);
}

.tEatinBx::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(38, 20, 3, 0.8);
}

.tNews {
    background: linear-gradient(0deg, rgba(255, 245, 224, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 81%, rgba(255, 245, 224, 1) 100%);
}

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

    .tReadTxt s {
        font-size: 80px;
    }

    .tReadTxt s::before {
        width: 160px;
    }

    .tAbout::before {
        width: 60%;
        max-width: 1130px;
    }

    .tScene::before {
        width: 67%;
        max-width: 1280px;
    }

    .tMenuTit s::before {
        bottom: -15px;
        width: 160px;
    }

    .tCaterTit s::before {
        width: 60px;
    }
}

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

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

    .tFvNavBx {
        gap: 27px;
    }

    .tReadTxt s {
        display: inline-block;
        font-size: 127px;
        transform: translateY(10px);
        z-index: -1;
    }

    .tReadTxt s::before {
        bottom: -21px;
        width: 222.45px;
        transform: translateX(10px);
    }

    .tMenuTit s::before {
        bottom: -23px;
        width: 222.45px;
        transform: translateX(10px);
    }


    .tCaterTit s::before {
        right: 18px;
        top: -10px;
        width: 96.7px;
    }

}

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


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

    .tReadTxt {
        font-size: 54px !important;
    }

    .tMenuFl02 {
        margin: -102px 0 0 auto !important;
    }

}

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


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

    .tMenuFl03 {
        margin: -63px 0 0 196px !important;
    }
}

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

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

    .tAbtTit {
        padding: 0 !important;
    }

    .tAbtDeco01 {
        left: -15% !important;
    }
}

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