.modal-overlay{opacity:0;visibility:hidden;pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);z-index:900;transition:opacity .3s ease,visibility 0s linear .3s}.is-modal-opened .modal-overlay{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease,visibility 0s}.modal{margin:auto;max-width:636rem;width:100%;max-height:477rem;background-color:#fff;border-radius:10rem;padding:30rem 20rem;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:1000;transition:opacity .3s ease}@media(hover: hover)and (pointer: fine){.modal:hover,.modal:focus-visible{opacity:1}}@media only screen and (max-width: 767px){.modal{max-width:380rem;max-height:420rem}}.modal.--banner{max-height:500rem}.modal__inner{display:flex;flex-direction:column;align-items:center}.modal__title{font-weight:500;font-size:18rem}@media only screen and (max-width: 1271px){.modal__title{font-size:17rem}}.modal__title.--text-21{font-size:21rem}@media only screen and (max-width: 1271px){.modal__title.--text-21{font-size:18rem}}.modal__title.--blue{color:#00629e}.modal__title.--bold{font-weight:700}.modal__size{font-weight:500;color:#00629e;font-size:12rem}@media only screen and (max-width: 1271px){.modal__size{font-size:10rem}}.modal__img-wrap{width:100%;max-width:416rem;aspect-ratio:416/361}.--banner .modal__img-wrap{max-width:438rem;aspect-ratio:438/286}.modal__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.modal__action{margin-top:30rem;display:flex;justify-content:center}@media only screen and (max-width: 1271px){.modal__action{margin-top:20rem}}.modal-close{position:absolute;top:20rem;right:20rem;z-index:1000;transition:opacity .5s ease}@media(hover: hover)and (pointer: fine){.modal-close:hover,.modal-close:focus-visible{opacity:.7}}.modal__close-text{display:block;font-size:16rem;color:#b0b0b0;line-height:1}