.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: 714px;
}

.gift-modal__content {
  position: relative;
  padding: 64px 65px;
  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-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}

.gift-brand-wrapper {
  margin: 60px 0;
  padding: 100px 0 120px;
  background-color: #faf5c6;
}

.gift-theme-wrapper {
  position: relative;
  margin-top: 60px;
  padding: 290px 0;
}

.gift-theme-wrapper::before,
.gift-theme-wrapper::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 290px;
  content: '';
  background-color: #f0f0f0;
}

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

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

.gift-theme-wrapper__inner {
  display: flow-root;
  background-color: #f0f0f0;
}

.gift-theme-container {
  position: relative;
  z-index: 1;
  margin: -190px auto -170px;
}

.gift-genre-wrapper {
  margin: -290px 0 60px;
  padding-top: 290px;
  background-color: #e0f1d4;
}

.gift-genre-grid {
  width: 648px;
  margin: 0 auto;
}