@charset "utf-8";

.tFvImgL::before,
.tFvImgR::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #140B01;
    opacity: .68;
    pointer-events: none;
}

.tFvCross {
    pointer-events: none;
}

.tFvTit {
    pointer-events: none;
}

.tFvTitL,
.tFvTitR,
.tFvCrossText {
    height: max-content;
}

.tFvTxt01 {
    pointer-events: none;
}

.tFvImgL,
.tFvImgR {
    overflow: hidden;
}

.tFvImgL img,
.tFvImgR img {
    transition: all .3s;
}

.tFvImgL:hover img,
.tFvImgR:hover img {
    transform: scale(1.1);
}

.tConcept::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #261605;
    opacity: .72;
    z-index: 1;
}

.tConcept::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(hsl(32, 90%, 4%) 0%, hsla(31, 76%, 8%, 0) 100%);
    z-index: 1;
}



.tMenu::before,
.tBeg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFCF6;
    opacity: .6;
    z-index: 1;
}

.tFarm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #261605;
    opacity: .72;
    z-index: 1;
}

.tNewsFlL {
    display: contents !important;
}


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

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


    .tMenuSubtit,
    .tBegSubtit {
        margin: -10px 0 0;
    }

}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

    .tMenuImg {
        clip-path: polygon(0% 0%, 100% 0%, 90.83% 100%, 0% 100%)
    }

    .tBegImg {
        clip-path: polygon(9.17% 0%, 100% 0%, 100% 100%, 0% 100%)
    }

    .tMenuSubtit,
    .tBegSubtit {
        margin: 0 0 0;
    }

    .tNewsFlL {
        display: flex !important;
    }

    .tNewsBtnBx .btn01 {
        max-width: 260px !important;
    }


}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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


    .tFvTxt02 {
        width: 100%;
        max-width: max-content;
        top: 0 !important;
        right: 100% !important;
        bottom: auto !important;
        left: auto !important;
    }
}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


    .tFvTit {
        padding: 0 0 100px 0 !important;
        font-size: 145px !important;
    }

    .tFvCross {
        top: 46.46% !important;
    }

    .tFarmDeco01 {
        right: 8% !important;
    }

    .tNewsBtnBx .btn01 {
        max-width: 320px !important;
    }
}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */