@keyframes mPopupalertShow{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}.mPopupalert{position:fixed;bottom:0;right:0;background-color:var(--sand);display:flex;flex-direction:column;padding:var(--space8);row-gap:var(--space8);z-index:200;transform:translate3d(100%, 0, 0)}@media(min-width: 768px){.mPopupalert{width:368rem}}@media(max-width: 767px){.mPopupalert{width:304rem}}.mPopupalert._show{display:block !important;animation:mPopupalertShow .4s cubic-bezier(0, 0.5, 0.3, 1) forwards}.mPopupalertClose{position:absolute;top:0;right:0;width:30rem;height:28rem;background-color:var(--sand)}.mPopupalertClose:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/themes/custom/kokuyo_theme/assets/images/common/popupalertclose.svg);background-size:cover}.mPopupalertClose:where(._hover):after{opacity:.5}