.c-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:9999}.c-modal.is-active{display:block}.c-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.6);opacity:0;transition:opacity 0.4s ease}.c-modal.is-show .c-modal__overlay{opacity:1}.c-modal__content{position:absolute;width:100%;max-width:90%;z-index:2;transition:all 0.4s cubic-bezier(0.25, 1, 0.5, 1)}.c-modal__content img{width:100%;height:auto;display:block}.c-modal__content.pos-center{top:50%;left:50%;transform:translate(-50%, -50%);opacity:0}@media screen and (min-width:768px){.c-modal__content.pos-center{max-width:940px}}.c-modal__content.pos-bottom-right,.c-modal__content.pos-bottom-left{pointer-events:auto;top:auto;transform:translateY(50px);opacity:0}@media screen and (min-width:768px){.c-modal__content.pos-bottom-right,.c-modal__content.pos-bottom-left{max-width:400px}}.c-modal__content.pos-bottom-right{left:auto;right:var(--pos-pc-x);bottom:var(--pos-pc-y)}@media screen and (max-width:767px){.c-modal__content.pos-bottom-right{right:var(--pos-sp-x);bottom:var(--pos-sp-y)}}.c-modal__content.pos-bottom-left{right:auto;left:var(--pos-pc-x);bottom:var(--pos-pc-y)}@media screen and (max-width:767px){.c-modal__content.pos-bottom-left{left:var(--pos-sp-x);bottom:var(--pos-sp-y)}}.c-modal.is-show .c-modal__content.pos-center{opacity:1}.c-modal.is-show .c-modal__content.pos-bottom-right,.c-modal.is-show .c-modal__content.pos-bottom-left{transform:translateY(0);opacity:1}.c-modal__close-btn{position:absolute;top:-15px;right:-15px;z-index:10;background:#fff;border:none;font-size:20px;line-height:1;cursor:pointer;border-radius:50%;width:32px;height:32px;box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);display:flex;align-items:center;justify-content:center}.c-modal:has(.pos-bottom-right),.c-modal:has(.pos-bottom-left){pointer-events:none}.c-modal:has(.pos-bottom-right) .c-modal__overlay,.c-modal:has(.pos-bottom-left) .c-modal__overlay{display:none !important}