.is-load .notice_modal {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s 4.5s;
}

.is-accessed .notice_modal {
  display: none;
}

.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: url(/assets2/img/bg.jpg);
  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: 50%;
  margin: 0 auto;
  max-width: 800px;
}

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

@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;
  }
}