.blind{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    clip: rect(0,0,0,0);
}

.point-tx{
    color: var(--point-color);
}
/* .line-deco{
    position: relative;
    width: 100%;
    height: 60px;
}
.line-deco::before{
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 2px;
    height: 100px;
    background: #fff;
    transform: translate(-50%, -50%);
} */

.sec3 .swiper-pagination-bullet-active,
.sec5 .swiper-pagination-bullet-active{
  background: var(--point-color);  
}
.sec3 .swiper-pagination{
    bottom: 0 !important;
}
#pc-wide .sec5 .swiper-button-lock{
    display: block !important;
}
#mo-wide .sec5 .swiper-button-lock{
    display: block !important;
}

@media screen and (max-width:1169px) {
    #mo-wide .sec3 .swiper-button-lock{
        display: block !important;
    }
}