.is-open .notice_modal,
.is-op-end .notice_modal,
.is-skip .notice_modal {
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 0.93, 0.5, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.23, 0.93, 0.5, 1) 0.5s;
  pointer-events: auto;
}

.notice_modal.is-close {
  opacity: 0;
  pointer-events: none;
}

.notice_modal {
  opacity: 0;
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
  overflow-y: scroll;
  background: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  pointer-events: none;
}

.notice_modal .notice_modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.notice_modal .notice_modal_bg::before {
  content: "";
  background: url(../top_modal/deco.png) no-repeat;
  background-size: contain;
  width: 80%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.notice_modal .notice_modal_bg::after {
  content: "";
  background: url(../top_modal/deco.png) no-repeat;
  background-size: contain;
  width: 80%;
  height: 120px;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
}

.notice_modal .contents {
  margin: 100px 0 0;
  z-index: 100;
  padding: revert;
}

.notice_modal .ttl {
  width: 70%;
  max-width: 600px;
  margin: 0 auto 0;
}

.notice_modal .visual {
  width: 80%;
  max-width: 700px;
  margin: 40px auto 0;
  padding-bottom: 10px;
}

.notice_modal .m-modal__close-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .notice_modal .m-modal__close-btn {
    width: 42px;
    height: 34px;
    top: 21px;
    right: 15px;
  }
}

.notice_modal .m-modal__close-btn {
  top: 73px;
  right: 70px;
  top: 40px;
  right: 50px;
}

@media screen and (max-width: 900px) {
  .notice_modal .m-modal__close-btn {
    top: 10px;
    right: 10px;
  }
}

.notice_modal .m-modal__close-btn:hover::after,
.notice_modal .m-modal__close-btn:hover::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.notice_modal .m-modal__close-btn::before,
.notice_modal .m-modal__close-btn::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 2px;
  height: 25px;
  left: 47%;
  background-color: #000;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}

@media not all and (max-width: 900px) {
  .notice_modal .m-modal__close-btn::before,
  .notice_modal .m-modal__close-btn::after {
    width: 4px;
    margin-left: -2px;
    height: 50px;
  }
}

.notice_modal .m-modal__close-btn::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.p-theater__img {
  margin-left: 10px;
}

.p-theater__img:first-child {
  margin-left: 0;
}

@media screen and (max-width: 900px) {
  .p-theater__img {
    margin: 0 0 10px 0;
  }
}

.notice {
  cursor: pointer;
  overflow: hidden;
}

.notice img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}

.notice:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
/*# sourceMappingURL=top-modal.css.map */