.main{
    overflow: hidden;
}
.set{
    position: relative;
}
.p2-web-video{
    height: 100%;
}
.bg_color_black{
    background: black;
}
.bg_color_white{
    background: white;
}

.grey{
    color: #898989;
}
._2ce6f2{
    color: #2ce6f2;
}
.h100vh{
    height: 100vh;
}
.back-white{
    background: #ffffff;
}
.watchList div{
    background: #eaeaea;
    width: calc(48% - 16px);
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
}
.watchList article{
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}
.watchList article p{
    margin: unset;
}
/* PC */
@media screen and (min-width: 1200px){
    .watchSet .watchTitle{
        margin:  150px 0;
    }
    .watchList{
        display: flex;
        flex-flow: wrap;
        width: 93%;
        margin: auto;
        top: 30%;
        justify-content: space-around;
    }
    .watchList img{
        width: 30%;
        padding-left: 3%;
        object-fit: cover;
        height: 100%;
    }
    .pc-txt-top0_3{
        top: 3%;
    }
    .push-xl-2_5{
        left: 23%;
    }
    .push-xl-69{
        left: 69%;
    }
    .h-100vh{
        height: 100vh !important;
    }
    .product-detail-tile .heading {
        font-size: calc(100vw / 26);
    }
    .subheading {
        font-size: calc(100vw / 50);
        font-weight: 400;
        margin: 5px auto;
    }
    .pc-txt-top0_5{
        top: 5%;
    }
    .push-xl-0 {
        left: 0 !important;
    }
    .pc-txt-top10_5{
        top: 88%;
    }
}
/*mobile*/
@media screen and (max-width: 1199px){
    .m-txt-top1-0{
        top: 10%;
    }
    .watchList div {
        background: #eaeaea;
        width: 93%;
        border-radius: 16px;
        position: relative;
        margin: 0 auto 30px auto;
    }
    .watchSet .watchTitle{
        margin:  50px 0;
    }
    .watchList{
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: auto;
        top: 30%;
    }
    .watchList img{
        width: 40%;
        padding-left: 3%;
        object-fit: cover;
        height: 100%;
    }
    .push-m-30{
        left: 30%;
    }
    .transScale{
        transform: scale(.8) !important;
    }
    .m-txt-top37{
        top: 37%;
    }
    .m_black{
        color: #000 !important;
    }
    .stay_on_min_font_size .subheading{
        font-size: calc(100vw / 25);
        font-weight: 400;
    }
    .m-txt-top69{
        top: 69%;
    }
    .m-txt-top81{
        top: 81%;
    }
    .m_h80vh{
        height: 80vh;
    }
    .m_po_ob_contain {
        position: absolute;
        bottom: 0;
    }
    .push-m-2_0{
        left: 20%;
    }
    .as-background {
         bottom: unset;
    }
    /*.scale7{*/
    /*    transform: scale(.7) !important;*/
    /*}*/
    .scale8{
        transform: scale(.8) !important;
    }
    .scale9{
        transform: scale(.9) !important;
    }
    article{
        padding: unset !important;
    }
    .push-m-1_1{
        left: 11%;
    }
    .subheading {
        font-size: calc(100vw / 31);
        margin: 10px 0 5px 0;
    }
    .product-detail-tile .body{
        font-size: calc(100vw / 31);
    }
    .h-30vh{
        height: 30vh;
    }
    .minVideo .videoBGImage{
        width: 50vw;
        height: 30.25vw;
    }
    .minVideo .p2-img-cont>canvas {
        width: 50vw;
        height: 30.25vw;
    }
    .w-100 {
        width: 100% !important;
    }
    .product-detail-tile .heading {
        font-size: calc(100vw / 20);
    }
    .m-txt-top22{
        top: 22%;
    }
    .m-txt-top0 {
        top: 0;
    }
    .push-m-47{
        left: 47%;
    }
    .stay_on .subheading{
        position: absolute;
        top: 165%;
        width: 60%;
    }
}
/* width:1366 */
@media screen and (max-width: 1366px)and (min-width: 1200px){
    .product-detail-tile .body {
        font-size: calc(100vw / 87);
    }
}