.m-page-entry-popup{align-items:center;animation:pageEntryPopupIn .3s ease forwards;background-color:rgba(0,0,0,.4);display:flex;height:100%;justify-content:center;left:0;overflow:auto;padding:2rem;position:fixed;top:0;width:100%;z-index:2000}.m-page-entry-popup .inner{background-color:#fff;border-radius:.4rem;box-shadow:0 1.6rem 4.8rem rgba(0,0,0,.3);max-width:66.4rem;padding:4rem}@media screen and (max-width:767px){.m-page-entry-popup .inner{padding:2.4rem 2rem}}.m-page-entry-popup .entry-button{box-shadow:none;font-size:1.6rem;line-height:1.3;margin:3.2rem auto 0;max-width:24rem;min-height:5.2rem;padding:1rem 3.2rem;width:100%}@media screen and (max-width:767px){.m-page-entry-popup .entry-button{margin-top:2.4rem}}@keyframes pageEntryPopupIn{0%{opacity:0}to{opacity:1}}