.shop01-template-10 {
    position: relative;
    display: flex;
    height: 43vw;
    align-items: center;
    justify-content: center;
}

.shop01-template-10 .bg,
.shop01-template-10 .video-first {
    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;
}


/*202103*/

.shop01-template-10 .bg.mobile {
    display: none;
}

.shop01-template-10 .video-first .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.shop01-template-10 .video-first video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -1;
}

.shop01-template-10 .box {
    display: block;
    width: 50%;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 23%;
    font-family: 'Lexend Deca', 'Microsoft JhengHei', sans-serif;
}

.shop01-template-10 .box.-scroll-active::before {
    width: 100%;
    transition: all 1.5s ease .2s;
}


/*202103*/

.shop01-template-10 .title {
    font-size: 65px;
    line-height: 80px;
    color: white;
    position: relative;
    margin-bottom: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*202103*/

.shop01-template-10 .memo {
    position: relative;
    font-size: 18px;
    color: white;
    line-height: 42px;
    display: block;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.shop01-template-10 .button {
    font-size: 20px;
    color: white;
    border: 1px solid #ea260c;
    padding: 22px 79px;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all .3s ease;
}

@media (max-width:1650px) {
    .shop01-template-10 .box {
        padding-right: 12%;
    }
    .shop01-template-10 .title {
        font-size: 5vw;
        line-height: 6vw;
    }
}

@media (min-width:1199px) {
    .shop01-template-10 .button:hover {
        background-color: #ea260c;
        color: #fff;
    }
}

@media (max-width:1200px) {
    .shop01-template-10 .bg {
        background-attachment: inherit;
    }
    .shop01-template-10 .title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .shop01-template-10 .memo {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width:1000px) {
    .shop01-template-10 {
        height: 60vw;
    }
    .shop01-template-10 .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .shop01-template-10 .memo {
        line-height: 28px;
    }
    .shop01-template-10 .button {
        font-size: 14px;
        color: white;
        padding: 12px 50px;
    }
    /*202103*/
    .shop01-template-10 .bg {
        display: none;
    }
    /*202103*/
    .shop01-template-10 .bg.mobile {
        display: block;
    }
}

@media (max-width:600px) {
    .shop01-template-10 {
        height: auto;
    }
    .shop01-template-10 .title {
        font-size: 24px;
    }
    .shop01-template-10 .box {
        padding-right: 0;
        position: relative;
        left: 5%;
        top: auto;
        transform: none;
        padding: 80px 0;
        width: 80%;
        margin-left: 0;
        margin-right: auto;
    }
    .shop01-template-10 .memo {
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 22px;
    }
    .shop01-template-10 .button {
        font-size: 14px;
        color: white;
        padding: 10px 30px;
    }
}



/* 額外影片 */
.shop01-template-10 .video-first {
    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;
    display: none;
}

.shop01-template-10 .video-first .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.shop01-template-10 .video-first video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -1;
}