div#popup_banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 200px;
  transition: 0.8s;
  z-index: 3;
}
div#popup_banner.pop_delete {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 640px) {
  div#popup_banner {
    bottom: 80px;
    width: 150px;
  }
}
div#popup_banner p {
  margin: 0;
}
div#popup_banner img {
  width: 100%;
}
div#popup_banner span.popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #000;
  cursor: pointer;
  transition: 0.4s;
}
div#popup_banner span.popup_close:hover {
  background: rgba(0, 0, 0, 0.5);
}
div#popup_banner span.popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://store.noid.jp/template/default/img/top/batu-01.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}/*# sourceMappingURL=popup.css.map */