body {
    background: #F9F7F5
}

.products1 {
    padding: 21.0416666667vw 1.0416666667vw 21.9791666667vw 1.0416666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.products1 .content {
    text-align: center;
    z-index: 5;
    background: #F9F7F5
}

.products1 .content .list {
    width: fit-content;
    margin: auto
}

.products1 .content .list .headline {
    display: flex;
    width: fit-content;
    margin: auto;
    cursor: pointer
}

.products1 .content .list .headline p {
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 3.5416666667vw;
    color: #D9D9D9;
    line-height: 4.4791666667vw;
    transition: .6s ease
}

.products1 .content .list .headline .num {
    font-weight: 400;
    font-size: .9375vw;
    color: #1A1A1A;
    top: .7291666667vw;
    left: .5208333333vw;
    position: relative
}

.products1 .content .list .position {
    position: absolute;
    width: 100vw;
    height: 100vw;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    --opacity: .3s;
    --transform: .6s;
    --filter: .6s;
    --dealy1: .4s;
    --dealy2: .5s;
    --dealy3: .6s
}

.products1 .content .list .position .img {
    overflow: hidden;
    border-radius: .78125vw;
    position: absolute;
    opacity: 0;
    transform: scale(0.98);
    filter: blur(5px);
    transition: opacity var(--opacity), transform var(--transform) var(--opacity), filter var(--filter) var(--opacity)
}

.products1 .content .list .position .img:hover img {
    transform: scale(1.05)
}

.products1 .content .list .position .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.products1 .content .list .position .img:nth-child(2) {
    transition: opacity var(--opacity), transform var(--transform) var(--dealy1), filter var(--filter) var(--dealy1)
}

.products1 .content .list .position .img:nth-child(3) {
    transition: opacity var(--opacity), transform var(--transform) var(--dealy2), filter var(--filter) var(--dealy2)
}

.products1 .content .list .position .img:nth-child(4) {
    transition: opacity var(--opacity), transform var(--transform) var(--dealy3), filter var(--filter) var(--dealy3)
}

.products1 .content .list.on .headline p {
    color: #111
}

.products1 .content .list.on .position .img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    transition-delay: var(--opacity);
    pointer-events: auto
}

.products1 .content .list.on .position .img:nth-child(2) {
    transition-delay: var(--dealy1)
}

.products1 .content .list.on .position .img:nth-child(3) {
    transition-delay: var(--dealy2)
}

.products1 .content .list.on .position .img:nth-child(4) {
    transition-delay: var(--dealy3)
}

.products1 .content .list.list1 .position .img1 {
    width: 14.5833333333vw;
    height: 18.125vw;
    top: 27.65625vw;
    left: 1.0416666667vw
}

.products1 .content .list.list1 .position .img2 {
    width: 17.4479166667vw;
    height: 21.6666666667vw;
    top: 10.15625vw;
    left: 22.1354166667vw
}

.products1 .content .list.list1 .position .img3 {
    width: 19.0625vw;
    height: 23.6458333333vw;
    top: 28.0208333333vw;
    left: 59.9479166667vw
}

.products1 .content .list.list1 .position .img4 {
    width: 12.2395833333vw;
    height: 15.15625vw;
    top: 11.71875vw;
    left: 86.71875vw
}

.products1 .content .list.list2 .position .img1 {
    width: 18.125vw;
    height: 21.875vw;
    top: 9.2708333333vw;
    left: 6.1979166667vw
}

.products1 .content .list.list2 .position .img2 {
    width: 14.7916666667vw;
    height: 18.2291666667vw;
    top: 31.7708333333vw;
    left: 30.4166666667vw
}

.products1 .content .list.list2 .position .img3 {
    width: 15.625vw;
    height: 19.7916666667vw;
    top: 8.8541666667vw;
    left: 66.6666666667vw
}

.products1 .content .list.list2 .position .img4 {
    width: 20.8333333333vw;
    height: 14.5833333333vw;
    top: 34.8958333333vw;
    left: 73.8020833333vw
}

.products1 .content .list.list3 .position .img1 {
    width: 24.53125vw;
    height: 15.625vw;
    top: 15.9375vw;
    left: 6.71875vw
}

.products1 .content .list.list3 .position .img2 {
    width: 24.53125vw;
    height: 14.375vw;
    top: 35.625vw;
    left: 37.7604166667vw
}

.products1 .content .list.list3 .position .img3 {
    width: 23.0208333333vw;
    height: 25.5729166667vw;
    top: 13.3333333333vw;
    left: 75.9895833333vw
}


@media screen and (max-width: 1024px) {
    .products1 {
        height: auto;
        padding: 86.1678004535vw 0 81.179138322vw
    }

    .products1 .content .list .headline p {
        font-size: 7.2562358277vw;
        line-height: 8.1632653061vw
    }

    .products1 .content .list:not(:last-child) {
        margin: 0 auto 7.7097505669vw
    }

    .products1 .content .list.on .headline p {
        color: #000
    }

    /*.products1 .content .list.on .headline {*/
    /*    mix-blend-mode: difference*/
    /*}*/

    .products1 .content .list .headline .num{
        font-size: 15px;
    }
    .products1 .content .list .headline .num {
        top: -9px;
        left: 5px;
    }


    .products1 .content .list .position .img {
        border-radius: 1.5873015873vw
    }

    .products1 .content .list.list1 .position .img1 {
        width: 28.3446712018vw;
        height: 35.1473922902vw;
        top: 143.9909297052vw;
        left: 5.2154195011vw
    }

    .products1 .content .list .position {
        z-index: 6666
    }

    .products1 .content .list.list1 .position .img2 {
        width: 37.8684807256vw;
        height: 46.9387755102vw;
        top: 27.2108843537vw;
        left: 3.1746031746vw
    }

    .products1 .content .list.list1 .position .img3 {
        width: 39.0022675737vw;
        height: 48.5260770975vw;
        top: 123.1292517007vw;
        left: 56.462585034vw
    }

    .products1 .content .list.list1 .position .img4 {
        width: 29.0249433107vw;
        height: 36.2811791383vw;
        top: 44.4444444444vw;
        left: 61.4512471655vw
    }

    .products1 .content .list.list2 .position .img1 {
        width: 37.8684807256vw;
        height: 45.5782312925vw;
        top: 26.5306122449vw;
        left: 6.8027210884vw
    }

    .products1 .content .list.list2 .position .img2 {
        width: 32.1995464853vw;
        height: 39.4557823129vw;
        top: 122.2222222222vw;
        left: 10.8843537415vw
    }

    .products1 .content .list.list2 .position .img3 {
        width: 27.664399093vw;
        height: 34.9206349206vw;
        top: 50.7936507937vw;
        left: 62.1315192744vw
    }

    .products1 .content .list.list2 .position .img4 {
        width: 35.6009070295vw;
        height: 24.9433106576vw;
        top: 147.3922902494vw;
        left: 54.1950113379vw
    }

    .products1 .content .list.list3 .position .img1 {
        width: 45.8049886621vw;
        height: 29.2517006803vw;
        top: 35.6009070295vw;
        left: 4.3083900227vw
    }

    .products1 .content .list.list3 .position .img2 {
        width: 39.6825396825vw;
        height: 23.3560090703vw;
        top: 58.9569160998vw;
        left: 58.2766439909vw
    }

    .products1 .content .list.list3 .position .img3 {
        width: 35.6009070295vw;
        height: 39.6825396825vw;
        top: 140.8163265306vw;
        left: 31.746031746vw
    }

}
