@charset "UTF-8";body,html{box-sizing:border-box;margin:0 auto;padding:0;width:100%}#modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10000;display:none}.modal-mask{position:absolute;width:100%;height:100vh;opacity:.5;background:#000!important}.modal-container{position:fixed;top:30%;left:50%;transform:translate(-50%,-33%);width:100%;box-shadow:none;background:0 0;z-index:1000;overflow:visible}.modal-inner{position:relative;margin:10px auto;width:100%;height:auto}.modal-img{width:80%;max-height:80vh;text-align:center;margin:0 auto}.modal-img-btn01{position:absolute;width:46%;bottom:-8%;left:27%}@media screen and (min-width:750px){.modal-img{max-height:100vh}}