@charset "utf-8";

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

.tFvLink:hover::before {
    opacity: 0;
}

/* こだわり */

.tAboutTitBx {
    max-width: max-content;
}

.tAboutTit span {
    font-size: 28px;
}

/* 鉃板野郎 チャンドイ */
.tTeppanBg {
    position: relative;
    height: 29.6875vw;
    clip-path: polygon(0 0, 100% 9.89583vw, 100% calc(100% - 9.89583vw), 0 100%);
    margin: -16vw 0 0;
}

.tChandoiBg {
    position: relative;
    height: 29.6875vw;
    clip-path: polygon(0 9.89583vw, 100% 0, 100% 100%, 0 calc(100% - 9.89583vw));
}

.tTeppanBg::before,
.tChandoiBg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #372617;
    opacity: .7;
    z-index: 1;
}

.tTeppanTitBx {
    transform: rotate(-6deg);
}

.tChandoiTitBx {
    transform: rotate(6deg);
}

.tShopItemTit01,
.tShopItemTit02 {
    text-stroke: 2px var(--white);
    -webkit-text-stroke: 2px var(--white);
    paint-order: stroke;
}

.tShopTagTxt02::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5px;
    left: 0;
    height: 60%;
    background: var(--primary);
    z-index: -1;
}

.tShopVerticalTxt01,
.tShopVerticalTxt02 {
    text-stroke: 2px var(--white);
    -webkit-text-stroke: 2px var(--white);
    paint-order: stroke;
}

/* 店舗情報 */
.tAccess {
    position: relative;
    z-index: 5;
    clip-path: polygon(0 0, 100% 9.89583vw, 100% calc(100% - 9.89583vw), 0 100%);
    margin: -9.89584vw 0 0;
}

.tAccessTopDeco {
    position: relative;
    z-index: 1;
    height: 16.67vw;
    max-height: 320px;
    clip-path: polygon(0 0, 100% 9.89583vw, 100% 100%, 0 100%);
}

.tAccessBottomDeco {
    position: relative;
    z-index: 1;
    height: 16.67vw;
    max-height: 320px;
    margin: -9.89584vw 0 0;
}

.tAccessImg {
    aspect-ratio: 450/274;
}

/* シーン */

.tNight {
    position: relative;
    z-index: 5;
    margin: -9.89584vw 0 0;
    clip-path: polygon(0 9.89583vw, 100% 0, 100% 100%, 0 100%);
}

.tNight::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000000;
    opacity: .6;
}

.tNightVerTxt span {
    font-size: 30px;
    letter-spacing: 0.16em;
}

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

    /* こだわり */

    .tAboutTitBx {
        max-width: none;
    }

    .tAboutTit span {
        margin: 0 8px 0 0;
        font-size: 45px;
    }

    /* 鉃板野郎 チャンドイ */
    .tTeppan {
        margin: -6vw 0 0;
    }

    /* シーン */
    .tNightVerTxt span {
        font-size: 42px;
    }

}

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

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

    .tFvLink {
        height: auto !important;
        aspect-ratio: 96/90;
    }

    /* こだわり */

    .tAboutTit span {
        margin: 0 12px 0 0;
        font-size: 60px;
    }

    .tAboutImgBx01 {
        display: contents !important;
    }

    /* 鉃板野郎 チャンドイ */
    .tTeppan {
        margin: -7vw 0 0;
    }


    /* シーン */
    .tNightVerTxt span {
        font-size: 60px;
        margin: 8px 0;
    }

}

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

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

    .fvBarBx {
        height: 195.82px !important;
    }

}

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

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

    .tAboutImg01 {
        top: -100px !important;
        width: 28% !important;
    }

    .tAboutImg02 {
        top: -6px !important;
        right: 5% !important;
    }

    /* 鉃板野郎 チャンドイ */

    .tChandoiBg {
        margin: 0 !important;
    }

    .tTeppan {
        margin: -8vw 0 0;
    }

    .tShopItemTit01 {
        font-size: 40px !important;
    }

    .tShopItemTit02 {
        font-size: 130px !important;
    }

    .tShopTxtBx {
        max-width: 140px !important;
    }

    .tShopTagTxt01 {
        font-size: 38px !important;
    }

    .tShopTagTxt02 {
        font-size: 88px !important;
    }

    .tShopVerticalTxt01 {
        font-size: 35px !important;
    }

    .tShopVerticalTxt02 {
        font-size: 55px !important;
    }

    .tShopVerticalTxtBx03 {
        margin: 130px 0 0 !important;
    }

    .tChandoiDeco01 {
        bottom: 245px !important;
    }

    .tChandoiDeco02 {
        bottom: -92px !important;
    }

}

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

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

    .tAboutImg01 {
        top: -130px !important;
        width: 33% !important;
    }

    .tAboutImg02 {
        right: 137px !important;
    }

}

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