@charset "utf-8";#video_effect .wrap{position:relative;width:100%;height:0;padding-bottom:calc(1000 / 462 * 100%);}#video_effect .wrap img{position:absolute;top:0;left:0;width:100%;z-index:5;border-radius:30px;box-shadow:0 0 20px rgba(0,0,0,.1);}#video_effect .wrap #cursor{width:20px;height:20px;border-radius:20px;position:absolute;top:0;left:0;z-index:10;transition:400ms ease;opacity:.7;}#video_effect .wrap #cursor.default{background-color:#7e7e7e;}#video_effect .wrap #cursor::after, #video_effect .wrap #cursor::before{content:' ';width:60px;height:60px;border-radius:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);background-color:rgba(0,0,0,.6);transition:400ms ease;}#video_effect .wrap #cursor::before{transition-delay:200ms;}#video_effect .wrap #cursor.tap1::after{transform:translate(-50%,-50%) scale(1);opacity:0;}#video_effect .wrap #cursor.tap2::before{transform:translate(-50%,-50%) scale(1);opacity:0;}