/* 202103 */

.food01-template-05 {
    position: relative;
    display: block;
    padding: 50px 0 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    isolation: isolate;
}

.food01-template-05__swiper {
}

.food01-template-05__swiper .swiper-slide {
    width: 570px;
    text-align: center;
    position: relative;
    height: 800px;
}

.food01-template-05__swiper .imgs {
    position: absolute;
    display: block;
    transform: scale(0.8);
    bottom: 180px;
    transform-origin: bottom center;
    transition: all 0.8s ease;

    width: 100%;
}

.food01-template-05__swiper .swiper-slide-active .imgs {
    transform: scale(1.2);
}

.food01-template-05__swiper .imgs img {
    width: 100%;
}

.food01-template-05__swiper .imgs .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.food01-template-05__swiper .imgs .img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.food01-template-05__swiper .colorbg {
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 200px;
    left: 50%;
    transition: all 0.3s ease;
    opacity: 0;
}

.food01-template-05__swiper .swiper-slide-active .colorbg {
    width: 110%;
    opacity: 1;
    left: -5%;
    transition: all 0.4s ease 0.4s;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.food01-template-05__swiper .text {
    font-size: 40px;
    color: #000;
    font-family: "Noto Serif TC", sans-serif;
    line-height: 40px;
    border-bottom: 1px solid black;
    display: inline-block;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 630px;
    transition: all 0.8s ease;
    opacity: 0;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-weight: 900;
}

/* 202103 */

.food01-template-05__swiper .memo {
    font-size: 16px;
    color: #757575;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    transition: all 0.8s ease;
    opacity: 0;
    font-family: "Noto Serif TC";
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.food01-template-05__swiper .swiper-slide-active .text {
    opacity: 1;
}

.food01-template-05__swiper .swiper-slide-active .memo {
    opacity: 1;
}

.food01-template-05__swiper-bottom {
    width: 700px;
    left: 50%;
    position: absolute;
    bottom: 0;
    margin-left: -350px;
    display: flex;
    justify-content: space-between;
    font-size: 58px;
    color: gray;
    z-index: 10;
}

.food01-template-05__swiper-bottom .icon-left {
    cursor: pointer;
    position: relative;
    bottom: 55px;
    outline: none;
}

.food01-template-05__swiper-bottom .icon-right {
    cursor: pointer;
    position: relative;
    bottom: 55px;
    outline: none;
}

@media (max-width: 1199px) {
    .food01-template-05__swiper .swiper-slide-active .imgs {
        transform: scale(1.1);
    }
    .food01-template-05__swiper .swiper-slide-active .colorbg {
        width: 104%;
        left: -2%;
    }
    .food01-template-05 {
        position: relative;
        display: block;
        padding: 38px 0 111px;
    }
    .food01-template-05__swiper .text {
        font-size: 30px;
        line-height: 38px;
    }
    .food01-template-05__swiper-bottom {
        font-size: 48px;
        width: 550px;
        margin-left: -275px;
    }
    .food01-template-05__swiper-bottom .icon-left,
    .food01-template-05__swiper-bottom .icon-right {
        bottom: 7vw;
    }
}

@media (max-width: 1000px) {
    .food01-template-05__swiper .colorbg {
        top: 25vw;
    }
    .food01-template-05__swiper .swiper-slide {
        height: 600px;
    }
    .food01-template-05__swiper .imgs {
        bottom: 136px;
    }
    .food01-template-05__swiper .colorbg {
        top: 14vw;
    }
    .food01-template-05__swiper .text {
        font-size: 26px;
        line-height: 32px;
        padding-top: 480px;
        padding-bottom: 10px;
    }
    .food01-template-05__swiper .memo {
        padding-top: 12px;
    }
}

@media (max-width: 650px) {
    .food01-template-05__swiper .swiper-slide-active .imgs {
        transform: scale(1);
    }
    .food01-template-05__swiper .swiper-slide .imgs {
        position: relative;
        bottom: auto;
    }
    .food01-template-05__swiper .swiper-slide {
        height: auto;
        width: 300px;
    }
    .food01-template-05__swiper .text {
        font-size: 20px;
        line-height: 28px;
        padding-top: 0;
        padding-bottom: 8px;
        max-width: 90%;
    }
    .food01-template-05__swiper .memo {
        padding-top: 4px;
        font-size: 14px;
    }
    .food01-template-05__swiper .colorbg {
        top: 19vw;
    }
    .food01-template-05__swiper-bottom {
        font-size: 30px;
        width: 100%;
        margin-left: 0;
        left: 0;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .food01-template-05__swiper-bottom .icon-left,
    .food01-template-05__swiper-bottom .icon-right {
        bottom: 12vw;
    }
}

@media (max-width: 400px) {
    .food01-template-05__swiper .swiper-slide {
        width: 260px;
    }
    .food01-template-05 {
        padding-bottom: 50px;
    }
}

@media (max-width: 365px) {
    .food01-template-05__swiper .swiper-slide {
        width: 220px;
    }
    .food01-template-05__swiper .text {
        font-size: 16px;
        line-height: 20px;
    }
}
.food01-template-05__swiper .swiper-slide .colorbg.active {
    width: 80%;
    opacity: 1;
    left: 10%;
    transition: all 0.4s ease;
}

.food01-template-05 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 0) and (max-width: 739px) {
    .food01-template-05 .bg.desktop {
        display: none !important;
    }
}
@media (min-width: 740px) {
    .food01-template-05 .bg.mobile {
        display: none !important;
    }
}
