@charset "UTF-8";
.is-load .notice_modal {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.7s 0.5s;
  transition: all 0.7s 0.5s;
}

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

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

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

.notice {
  cursor: pointer;
}

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

.notice_modal .notice_modal__bg {
  position: absolute;
}

.notice_modal .notice_modal__bg::before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}

.notice_modal .box {
  position: relative;
  padding: 50px 15%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .notice_modal .box {
    padding: 50px 0;
  }
}

.notice_modal .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: solid 2px #000;
}

@media screen and (max-width: 768px) {
  .notice_modal .movie {
    border-left: transparent;
    border-right: transparent;
  }
}

.notice_modal .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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;
  z-index: 100;
}

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

.notice_modal__close img {
  width: 100%;
}

.notice_modal .comment {
  display: block;
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .notice_modal .comment {
    width: 88%;
    margin: 30px auto 0;
  }
}

.notice_modal .comment dt {
  color: var(--color-red);
  font-family: "din-2014", source-han-sans-japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .notice_modal .comment dt {
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
  }
}

.notice_modal .comment dd {
  line-height: 1.8;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .notice_modal .comment dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.notice_modal .comment p {
  margin-top: 1rem;
}

.modal_ttl {
  margin: 0 auto 40px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .modal_ttl {
    margin: 0 auto 20px;
    width: 70%;
  }
}
/*# sourceMappingURL=modal.css.map */