.gift-floating-banner {
  right: 32px;
  bottom: 96px;
  width: 120px;
}

.gift-floating-banner[data-module-name='ecm-floating'][aria-hidden='true'] {
  height: auto;
}

.gift-floating-banner[data-module-name='ecm-floating'][data-static='false'] {
  top: unset;
}

.gift-floating-banner__button {
  padding: 0;
  border: none;
  background-color: transparent;
  appearance: none;
}

@media (hover: hover) {
  .gift-floating-banner__button:hover {
    opacity: 0.8;
  }
}

.gift-modal__content-wrapper {
  max-width: 960px;
}

.gift-modal__content {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  padding: 32px;
  text-align: center;
  border-radius: 16px;
}

.gift-modal__close {
  font-size: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
  appearance: none;
  place-content: center;
}

.gift-modal__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
  color: #ff5a61;
}

.gift-modal__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.gift-modal__text-highlight {
  background-color: #f9eb28;
}

.gift-modal__detail {
  font-size: 12px;
  font-weight: 500;
}

.gift-bg-wrapper {
  position: relative;
  padding-top: 290px;
}

.gift-bg-wrapper + .gift-bg-wrapper {
  margin-top: -290px;
}

.gift-bg-wrapper--last {
  padding-bottom: 290px;
}

.gift-bg-wrapper::before,
.gift-bg-wrapper--last::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 290px;
  content: '';
}

.gift-bg-wrapper::before {
  top: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}

.gift-bg-wrapper--last::after {
  bottom: 0;
  clip-path: ellipse(50% 100% at 50% 0%);
}

.gift-bg-wrapper__inner {
  padding-bottom: 290px;
}

.gift-bg-wrapper--last .gift-bg-wrapper__inner {
  padding-bottom: 0;
}

.gift-brand-wrapper {
  position: relative;
  padding-top: 56px;
}

.gift-brand-wrapper::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 172px;
  height: 56px;
  content: '';
  background: url(https://r.r10s.jp/evt/event/gift/socialgift/_pc/img/season/mother2026/ribbon.png) 0 0 / contain no-repeat;
  translate: -50% 0;
}

.gift-bg-wrapper::before,
.gift-bg-wrapper--last.gift-bg-wrapper::after,
.gift-bg-wrapper .gift-bg-wrapper__inner,
.gift-brand-wrapper__inner {
  background-image:
    radial-gradient(
      circle 4.8px at 4.8px 4.8px,
      rgba(255, 255, 255, 0.2) 99%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      circle 4.8px at 33.6px 19.2px,
      rgba(255, 255, 255, 0.2) 99%,
      rgba(255, 255, 255, 0) 100%
    );
  background-size: 57.6px 28.8px;
}

.gift-bg-wrapper--red::before,
.gift-bg-wrapper--last.gift-bg-wrapper--red::after,
.gift-bg-wrapper--red .gift-bg-wrapper__inner,
.gift-brand-wrapper__inner {
  background-color: #ffe2de;
}

.gift-bg-wrapper--yellow::before,
.gift-bg-wrapper--yellow .gift-bg-wrapper__inner {
  background-color: #fff2dc;
}
