.p-popBanner {
  box-sizing: border-box;
  transition: all 0.2s ease-out 0.3s;
  opacity: 0;
  transform: translateY(10%);
  position: relative;
  width: auto;
  height: 90%;
  background: #fff;
}
.p-popBanner * {
  box-sizing: border-box;
}
.p-popBanner.is-visible {
  opacity: 1;
  transform: translateY(0%);
}
.p-popBannerCover {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(35, 24, 21, 0.85);
  transition: opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.p-popBannerCover.is-visible {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-popBanner {
    max-width: 526px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-popBanner {
    border-radius: 3.2vw;
    max-width: 86.1333333333vw;
  }
}
.p-popBanner.is-bnr2 {
  aspect-ratio: 526/674;
}
@media screen and (min-width: 768px) {
  .p-popBanner.is-bnr2 {
    max-height: 674px;
  }
}
@media screen and (max-width: 767px) {
  .p-popBanner.is-bnr2 {
    max-height: 110.1333333333vw;
  }
}
.p-popBanner.is-bnr1 {
  aspect-ratio: 526/430;
}
@media screen and (min-width: 768px) {
  .p-popBanner.is-bnr1 {
    max-height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .p-popBanner.is-bnr1 {
    max-height: 72vw;
  }
}
@media screen and (min-width: 768px) {
  .p-popBanner_in {
    padding: 7.9847908745%;
  }
}
@media screen and (max-width: 767px) {
  .p-popBanner_in {
    padding: 8.0495356037%;
  }
}
.p-popBanner ._title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-popBanner ._title img {
    width: 75.7918552036%;
  }
}
@media screen and (max-width: 767px) {
  .p-popBanner ._title img {
    width: 76.8656716418%;
  }
}
@media screen and (min-width: 768px) {
  .p-popBanner ._bnrs {
    margin-top: 6.7873303167%;
  }
}
@media screen and (max-width: 767px) {
  .p-popBanner ._bnrs {
    margin-top: 8.0495356037%;
  }
}
@media screen and (min-width: 768px) {
  .p-popBanner ._bnrs li + li {
    margin-top: 5.6561085973%;
  }
}
@media screen and (max-width: 767px) {
  .p-popBanner ._bnrs li + li {
    margin-top: 6.1919504644%;
  }
}
.p-popBanner ._bnrs li a {
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-popBanner ._bnrs li a:hover {
    opacity: 0.7;
  }
}
.p-popBanner ._bnrs li a img {
  width: 100%;
}
.p-popBanner ._close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  transform: translate(40%, -40%);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-popBanner ._close {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-popBanner ._close:hover {
    opacity: 0.7;
  }
}
.p-popBanner ._close img {
  width: 100%;
}/*# sourceMappingURL=pop_banner.css.map */