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

.is-close.notice_modal {
  opacity: 0;
  pointer-events: none;
  -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);
}

.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: url(../assets/img/common/bg_01.jpg);
  -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 {
  z-index: 100;
}

.notice_modal .box {
  width: 900px;
  padding: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: #000;
  border: solid 1px #867239;
}

@media screen and (max-width: 767px) {
  .notice_modal .box {
    width: 90%;
    padding: 8% 5%;
  }
}

.notice_modal .box .deco_01::before {
  content: "";
  background: url(../assets/img/onair/onair_deco.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .notice_modal .box .deco_01::before {
    width: 30px;
    height: 30px;
  }
}

.notice_modal .box .deco_01::after {
  content: "";
  background: url(../assets/img/onair/onair_deco.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .notice_modal .box .deco_01::after {
    width: 30px;
    height: 30px;
  }
}

.notice_modal .box .deco_02::before {
  content: "";
  background: url(../assets/img/onair/onair_deco.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .notice_modal .box .deco_02::before {
    width: 30px;
    height: 30px;
  }
}

.notice_modal .box .deco_02::after {
  content: "";
  background: url(../assets/img/onair/onair_deco.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .notice_modal .box .deco_02::after {
    width: 30px;
    height: 30px;
  }
}

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

.notice_modal .text {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .notice_modal .text {
    margin: 4% auto 0;
  }
}

.notice_modal .m-modal__close-btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .notice_modal .m-modal__close-btn {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 10px;
  }
}
/*# sourceMappingURL=top_modal.css.map */