.modalset{overflow:hidden}.js-modal{display:none;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:9999}.js-modal .js-modal-wrap{width:100%;height:100%;overflow:auto}.js-modal .js-modal-wrap:after{content:"";display:inline-block;vertical-align:middle;width:1px;height:100%}.js-modal .js-modal-wrap .js-modal-bg{position:absolute;left:0;top:0;background:rgba(51,51,51,.8);width:100%;height:100%;z-index:1}.js-modal .js-modal-wrap .js-modal-box{width:90vw;max-width:1155px;height:80vh;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.js-modal .js-modal-wrap .js-modal-box .inner{height:100%;overflow-y:auto}.js-modal .js-modal-wrap .js-modal-close{color:#fff;cursor:pointer;position:absolute;top:max(-5.8651026393vw,-60px);right:0;width:min(5.8651026393vw,60px);height:min(5.8651026393vw,60px);display:flex;align-items:center;justify-content:center;font-size:min(6.8426197458vw,70px);z-index:3}@media(min-width: 1024px){.js-modal .js-modal-wrap .js-modal-close{top:-60px;right:-60px;font-size:60px;width:60px;height:60px}}