@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.modal {
  display: none;
  position: fixed;
  z-index: 1300;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - 72px);
  overflow: auto;
  background-color: #030B1C;
}
@media screen and (min-width: 840px) {
  .modal {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.modal.is-shown {
  display: block;
}
.modal .modal-content_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 840px) {
  .modal .modal-content_wrapper {
    width: 340px;
    margin: 0 auto;
  }
}
.modal .modal-content_wrapper .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 74%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
@media screen and (min-width: 840px) {
  .modal .modal-content_wrapper .modal-content {
    width: 340px;
  }
}
.modal .modal-content_wrapper .modal-content img {
  margin-bottom: 32px;
  width: 100%;
  height: auto;
}
.modal .modal-content_wrapper .modal-content .modal-ttl {
  margin-bottom: 16px;
}
.modal .modal-content_wrapper .modal-content .modal-ttl .modal-en {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: -0.02;
  line-height: 1;
  margin-bottom: 8px;
}
.modal .modal-content_wrapper .modal-content .modal-ttl .modal-jp {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}
.modal .modal-content_wrapper .modal-content .modal-body {
  margin: 0 32px 0 0;
  line-height: 1.4;
}
.modal .modal-content_wrapper .modal-content .modal-body .modal-txt {
  font-size: 15px;
  font-weight: 500;
}
.modal .modal-content_wrapper .modal-content .modal-body .modal-annttn {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.modal .modal-content_wrapper .close_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  margin: 26px;
  cursor: pointer;
}
.modal .modal-content_wrapper .close_icon:hover {
  transition: all 0.3s ease;
  opacity: 0.6;
}
.modal .modal-content_wrapper .close_icon img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 840px) {
  .modal .modal-content_wrapper .close_icon {
    margin: 26px 0;
    width: 32px;
    height: 32px;
  }
  .modal .modal-content_wrapper .close_icon img {
    width: 16px;
    height: 16px;
  }
}

.modal-open {
  overflow: hidden;
}/*# sourceMappingURL=altiri-modal_2023-24.css.map */