@charset "UTF-8";
.banner_AHA_01 {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
}
.banner_AHA_01:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.banner_AHA_01.banner_AHA_brandLayout {
  top: inherit;
  bottom: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .banner_AHA_01 {
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: 5rem;
    text-align: center;
    width: 100%;
  }
}
.banner_AHA_01.banner_AHA_brandLayout {
  top: inherit;
  bottom: 10px;
}

.img_banner_01 {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 992px) {
  .img_banner_01 {
    width: 90%;
  }
}

.banner_fixed_top {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
}
.banner_fixed_top:hover {
  opacity: 0.5;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .banner_fixed_top {
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: 6rem;
    text-align: center;
    width: 100%;
  }
}

.img_banner_party {
  max-width: 280px;
  width: 100%;
}

.popup-overlay {
  display: flex; /* テスト用：常に表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.popup-inner-content {
  display: flex;
  max-width: 640px;
  width: 90%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* レスポンシブ画像の設定 */
.popup-responsive-img {
  width: 100%; /* 親要素の幅に合わせる */
  max-width: 600px; /* PCでの最大横幅を制限（お好みで調整） */
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 4px;
}

.popup-close-button {
  display: flex;
  cursor: pointer;
  width: 100%;
  max-width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border: 1px solid #fff;
  background: transparent;
  transition: opacity 0.3s;
}

.popup-close-button:hover {
  opacity: 0.8;
}

.popup__10peroof {
  display: none;
}

.popup__10peroof img {
  display: block;
}
@media (max-width: 992px) {
  .popup__10peroof img {
    max-height: 480px;
  }
}/*# sourceMappingURL=banner.css.map */