.popup__content__wrap.eigagift .eigagiftPrompt__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.popup__content__wrap.eigagift .eigagiftPrompt__box .eigagift__popupTitle {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.popup__content__wrap.eigagift .eigagiftPrompt__box .chargeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.popup__content__wrap.eigagift .eigagiftPrompt__box .chargeList li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup__content__wrap.eigagift
  .eigagiftPrompt__box
  .chargeList
  li
  .chargeList__btn {
  max-width: 320px;
  width: calc(100vw - 32px);
  height: 63px;
}
@media screen and (max-width: 767px) {
  .popup__content__wrap.eigagift
    .eigagiftPrompt__box
    .chargeList
    li
    .chargeList__btn {
    max-width: 280px;
    width: 100%;
    height: 63px;
  }
}
.popup__content__wrap.eigagift
  .eigagiftPrompt__box
  .chargeList
  li
  .chargeList__btn
  img.eigagift {
  height: 20px;
  width: auto;
}
.popup__content__wrap.eigagift
  .eigagiftPrompt__box
  .chargeList
  li
  .chargeList__btn
  img.rakutenpay {
  height: 38px;
  width: auto;
}
.popup__content__wrap.eigagift
  .eigagiftPrompt__box
  .chargeList
  li
  .chargeList__btn
  span {
  font-size: 16px;
  line-height: 1.4;
}
.popup__content__wrap.eigagift .eigagiftPrompt__box .charge__complete {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .popup__content__wrap.eigagift .eigagiftPrompt__box .charge__complete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.popup__content__wrap.eigagift .eigagiftPrompt__box .charge__complete .btn {
  height: 56px;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  gap: 4px;
}
.popup__content__wrap.eigagift .eigagiftPrompt__box .charge__complete .btn img {
  width: 111.781px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .popup__content__wrap.eigagift .eigagiftPrompt__box .charge__complete .btn {
    width: 200px;
  }
}
