.add_banner a::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .add_banner a:hover img {
    transform: scale(1.05);
  }
}
.add_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
.add_modal.show {
  opacity: 1;
  pointer-events: auto;
}
.add_modal_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  opacity: 0.88;
  cursor: pointer;
}
.add_modal_close {
  background: url("../images/modal/close.svg") no-repeat center/contain;
  width: 0.68rem;
  height: 0.68rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .add_modal_close {
    width: 0.48rem;
    height: 0.48rem;
    transform: translate(36%, -36%);
  }
}
.add_modal_content {
  overflow: auto;
  height: 100%;
}
.add_modal_content_text {
  white-space: nowrap;
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .add_modal_content_text {
    font-size: 0.16rem;
    margin: 0.24rem 0;
  }
}
.add_modal_content_text p {
  margin: 0.8em 0;
}
.add_modal_content_text .span1 {
  font-weight: bold;
  font-size: 108%;
  color: #E62976;
  background: #FBF971;
  display: table;
  margin: 0.32em auto;
  border-radius: 0.02rem;
  padding: 0 0.2em;
  line-height: 1.44;
}
.add_modal_content_present {
  padding-left: 0.16rem;
}
@media screen and (max-width: 768px) {
  .add_modal_content_present {
    padding-left: 0.08rem;
  }
}
.add_modal_content_wrap {
  width: min(6.5rem, 90%);
  height: 90%;
  position: relative;
}
.add_modal_content_inwrap {
  background: linear-gradient(rgba(255, 255, 255, 0) 7.44rem, #fff 7.44rem), url("../images/modal/bg02.svg") no-repeat center 4.4rem/100%, url("../images/modal/bg01.jpg") no-repeat center top/100%;
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .add_modal_content_inwrap {
    padding: 0.24rem 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 4.4rem, #fff 4.4rem), url("../images/modal/bg02.svg") no-repeat center 2.4rem/100%, url("../images/modal/bg01.jpg") no-repeat center top/100%;
  }
}
.add_modal_content_inwrap > p {
  margin: 0.24rem 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .add_modal_content_inwrap > p {
    margin: 0.16rem 0.24rem 0;
  }
}
.add_notes.notes {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .mv {
    background-position: center top;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    background: linear-gradient(0deg, #E5F2F8, rgba(229, 242, 248, 0) 50%), url("../images/cta/bg_sp.jpg") no-repeat center top/100%;
  }
}
.cta .add_banner + .add_banner {
  margin-bottom: 0.16rem;
}
.cta .txt p {
  text-align: left;
  padding-left: 0.36rem;
  font-size: 0.13rem;
  transform: translateY(0.64em);
}
@media screen and (max-width: 768px) {
  .cta .txt p {
    padding-left: 0.2rem;
    font-size: 0.1rem;
  }
}

.after_item_tit small {
  display: block;
  font-weight: 500;
  font-size: 40%;
  margin-top: 0.8em;
}

body.body_popup {
  overflow: hidden;
}

/*# sourceMappingURL=add.css.map */
