.is-active .notice_modal {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.7s 2s;
  transition: all 0.7s 2s;
}

.notice_modal {
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
}

.notice_modal.close {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.notice_modal .notice_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.notice_modal__close {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-transition: opacity 0s linear 0s;
  transition: opacity 0s linear 0s;
  cursor: pointer;
  width: 60px;
}

@media screen and (max-width: 899px) {
  .notice_modal__close {
    top: 10px;
    right: 10px;
    width: 50px;
  }
}

.notice_modal__close img {
  width: 100%;
}

.notice_modal__close {
  z-index: 10;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 900px) {
  .notice_modal__close:hover {
    opacity: 0.7;
  }
}

.notice_modal .notice_modal__bg {
  position: fixed;
}

.notice_modal {
  overflow-y: scroll;
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 80%;
  text-align: center;
  color: #fff;
}

.box .p-countdown__img-mo {
  width: 36%;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 899px) {
  .box .p-countdown__img-mo {
    width: 80%;
  }
}

.box .p-countdown__date-mo {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .box .p-countdown__date-mo {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.box .p-countdown__name-mo {
  font-size: 1.5rem;
  margin-top: 20px;
}

@media screen and (max-width: 899px) {
  .box .p-countdown__name-mo {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 899px) {
  .box {
    width: 100%;
  }
}

.p-countdown__cap {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 899px) {
  .p-countdown__cap {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=hyke.countdown.css.map */