.video-modal{margin:0!important;padding:0!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.video-modal,.video-modal--pc{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:999999!important;display:flex!important;align-items:center!important;justify-content:center!important}.video-modal--pc{background:rgba(0,0,0,.9);backdrop-filter:blur(5px)}.video-modal--pc,.video-modal__content--pc{animation-duration:.25s;transition-duration:.25s}.video-modal__content--pc{position:relative;width:80vw;max-width:80vw;max-height:80vh;background:#000;border-radius:.12rem;overflow:hidden;box-shadow:.02rem .02rem .1rem rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}.video-modal__close--pc{position:absolute;right:.24rem;top:.24rem;z-index:9;width:.3rem;height:.3rem;background:url(/images/productsScreen/video_close.png) no-repeat 50%/.3rem .3rem;cursor:pointer;border:none;transform:rotate(0);transition:transform .5s}.video-modal__close--pc:hover{transform:rotate(90deg)}.video-modal__video--pc{width:100%;max-width:100%;max-height:80vh;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.video-modal--mobile{z-index:9999}.video-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);cursor:pointer}.video-modal__content--mobile{position:relative;width:90%;max-width:6rem;background-color:#000;border-radius:.1rem;overflow:hidden;z-index:1}.video-modal__close--mobile{position:absolute;top:.2rem;right:.2rem;z-index:1001;background:rgba(0,0,0,.5);border:none;border-radius:50%;width:.6rem;height:.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;padding:0}.video-modal__close--mobile:hover{background:rgba(0,0,0,.8)}.video-modal__close--mobile img{width:.3rem;height:.3rem}.video-modal__video--mobile{width:100%;height:auto;max-height:80vh;display:block}