.food01-template-10 {
    position: relative;
    display: flex;
    height: 1140px;
    align-items: center;
    justify-content: center;
}

.food01-template-10 .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.food01-template-10 .bg.mobile {
    display: none;
}

.food01-template-10 .box {
    display: block;
    width: 90%;
    max-width: 1500px;
    position: relative;
}


/* 202103 */

.food01-template-10 .slogan {
    font-size: 100px;
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 107px;
    letter-spacing: 5px;
    color: black;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.food01-template-10 .line {
    background-color: gray;
    position: relative;
    width: 1px;
    height: 110px;
    LEFT: 50%;
    bottom: 15px;
    transition: all .8s ease;
}


/* 202103 */

.food01-template-10 .text {
    font-size: 24px;
    color: #757575;
    text-align: center;
    position: relative;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width:1199px) {
    .food01-template-10 {
        height: 600px;
    }
    .food01-template-10 .slogan {
        font-size: 8vw;
        line-height: 9vw;
    }
    .food01-template-10 .text {
        font-size: 20px;
        line-height: 30px;
    }
    .food01-template-10 .bg {
        background-attachment: unset;
    }
}


/* 202103 */

@media (max-width:1000px) {
    .food01-template-10 .bg {
        display: none;
    }
    .food01-template-10 .bg.mobile {
        display: block;
    }
}

@media (max-width:650px) {
    .food01-template-10 {
        height: 488px;
    }
    .food01-template-10 .text {
        font-size: 14px;
        line-height: 24px;
    }
}