.part01-template-15 {
    position: relative;
    padding-top: 0;
    display: block;
    height: 31.25vw;
    overflow: hidden;
}

.part01-template-15 .inner_video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    pointer-events: none;
}

.part01-template-15 .inner_video_box.show {
    z-index: 5;
    filter: brightness(1);
    pointer-events: auto;
}

.part01-template-15 .video_iframe {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2999;
    background-color: rgba(0, 0, 0, 0.88);
    display: none;
    overflow: hidden;
}
<<<<<<< HEAD
=======

>>>>>>> 7a0ea90bd (fix:[PART01]前端調整)
.part01-template-15 .video_iframe iframe {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}




.part01-template-15 .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
}

.part01-template-15 .thumb_mobile {
    background-size: 0;
}

.part01-template-15 .play {
    width: 192px;
    height: 192px;
    border: 1px solid #f2836f;
    display: block;
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: #ffffff00;
    transition: all .3s ease;
}

.part01-template-15 .play.active {
    left: 10%;
    transform: translate(-50%, -50%)scale(.5);
    background-color: #ffffffd9;
    top: 10vw;
}

.part01-template-15 .play.active::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.part01-template-15 .play.active::after {
    opacity: 0;
    transform: scale(0);
}

.part01-template-15 .play::before {
    content: 'X';
    opacity: 0;
    transition: all .6s ease;
    color: #f2836f;
    position: absolute;
    font-size: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.part01-template-15 .play::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 28px;
    border-color: transparent transparent transparent #f2836f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%)translateX(-36%);
    opacity: 1;
    transition: all .6s ease;
}

.part01-template-15 .jump_video {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 1999;

}

.part01-template-15 .jump_video .box {
    width: 90%;
    height: 80vh;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    top: 50%;
}

.part01-template-15 .jump_video .black {
    position: absolute;
    background-color: rgb(0 0 0 / 83%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.part01-template-15 .jump_video .close {
    height: 70px;
    width: 70px;
    background-color: #f2836f;
    cursor: pointer;
    position: absolute;
    right: 36px;
    z-index: 5;
    top: -50px;
    transform: scale(1);
    transition: all .3s ease;
}

.part01-template-15 .jump_video .close:after,
.part01-template-15 .jump_video .close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 34px;
    width: 2px;
    background-color: #fff;
}

.part01-template-15 .jump_video .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.part01-template-15 .jump_video .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}



.part01-template-15 .jump_video .video_box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.part01-template-15 .jump_video .video_box iframe {
    width: 100%;
    height: 100%;
    position: relative;
}

.part01-template-15 .map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.part01-template-15 .text-wrap {
    width: 100%;
    height: 100%;
    padding: 0 43.28vw 0 13.28vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.part01-template-15 .text-wrap .title {
    margin-bottom: 2.53125vw;
    color: #fff;
    font-size: clamp(30px, 3.65vw, 70px);
    font-weight: 600;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part01-template-15 .text-wrap .describe {
    max-width: 55%;
    font-size: clamp(14px, 0.9375vw, 18px);
    font-weight: 300;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.9px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.part01-template-15 .text-wrap .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

@media (max-width:1500px) {}








@media (min-width:1199px) {
    .part01-template-15 .play:Hover {
        background-color: #ffffffd4;
    }

    .part01-template-15 .jump_video .close:hover {
        transform: scale(1.05);
    }

}




@media (max-width:1100px) {
    .part01-template-15 {
        height: 50vw;
    }

    .part01-template-15 .inner_video_box {
        pointer-events: all;
    }

    .part01-template-15 .thumb {
        background-size: 0;
    }

    .part01-template-15 .thumb_mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        z-index: 1;
        left: 0;
        top: 0;
    }

    .part01-template-15 .text-wrap {
        padding: 0 21.28vw 0 7.16vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .part01-template-15 .text-wrap .title {
        max-width: 65%;
    }
}


@media (max-width:1000px) {

    .part01-template-15 .play {
        width: 120px;
        height: 120px;
    }

    .part01-template-15 .play::after {
        border-width: 14px 0 14px 20px;
    }

    .part01-template-15 .jump_video .close {
        transform: scale(.8);
    }

    .part01-template-15 .jump_video .video_box {
        height: auto;
        padding-bottom: 57%;
    }

    .part01-template-15 .jump_video .video_box iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .part01-template-15 .jump_video .box {
        height: auto;
    }
}

@media (max-width:767px) {
    .part01-template-15 {
        height: 55vh;
    }

    .part01-template-15 .jump_video .close {
        transform: scale(.5);
        right: 0;
        top: -41px;
    }

    .part01-template-15 .text-wrap {
        padding: 38px;
        text-align: left;
    }

    .part01-template-15 .text-wrap .title {
        max-width: 100%;
        -webkit-line-clamp: 3;
    }

    .part01-template-15 .text-wrap .describe {
        /* display: none; */
        max-width: 100%;
    }
}