@charset "utf-8";.common-modal{width:100%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none}.common-modal *{box-sizing:border-box}.common-modal .modal-dim{display:none;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.25)}.common-modal .modal-inner{position:relative;z-index:1;max-width:60rem;height:100%;margin:0 auto;display:flex;align-items:flex-end}.common-modal.center .modal-inner{align-items:center}.common-modal .modal-wrapper{width:100%;background:#fff;border-radius:20px;margin-bottom:20px;padding:2rem;display:none}.common-modal.dev,.common-modal.dev .modal-dim,.common-modal.dev .modal-wrapper{display:block}.common-modal .modal-close-btn{display:block;width:36px;height:36px;border:0;margin-left:auto;text-indent:-9999px;background:#000;box-sizing:border-box;z-index:20}.common-modal .modal-body{text-align:center;margin-bottom:5rem}.common-modal .modal-footer{padding-bottom:calc(0px + constant(safe-area-inset-bottom));padding-bottom:calc(0px + env(safe-area-inset-bottom))}.common-modal .btn-wrapper{margin:-4px 0 0-4px;width:100%;display:flex}.common-modal .modal-btn{width:100%;margin:4px 0 0 4px;border-radius:8px;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:1.57rem;height:6rem;padding:0 1.2em;color:#555}.common-modal .modal-btn.primary{background:#f44502;border:none;color:#fff}.default-ment{font-size:1.6rem;font-weight:500}@media screen and (max-width:1080px){.common-modal .modal-inner{max-width:100%}.common-modal .modal-wrapper{margin:0;border-radius:16px 16px 0 0}}@media screen and (max-width:500px){.common-modal .btn-wrapper{display:block}}.h-scroll-wrapper.h-scroll-init{overflow-x:scroll;cursor:pointer}.h-scroll-wrapper.no-scroll-bar{scrollbar-width:none;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-overflow-style:none}.h-scroll-wrapper.no-scroll-bar::-webkit-scrollbar{display:none}