.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-kanban {
  background-color: #ffe2de;
  overflow: hidden;
}

.gift-kanban picture {
  display: block;
  width: 1920px;
  height: 463px;
  margin-left: 50%;
  translate: -50%;
}

.gift-kanban-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gift-period {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 19px 0;
  color: #bf0000;
  text-align: center;
  background-color: #ffe2de;
}

.gift-note-alert {
  color: #f00;
}

.gift-button-group {
  width: 464px;
  margin: 40px auto 0;
}

.gift-button {
  line-height: 1;
  position: relative;
  display: flex;
  padding: 17px;
  color: #000;
  border-color: #000;
  border-radius: 8px;
}

.gift-button__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
}

.gift-more-button-wrap {
  width: 343px;
  margin: 40px auto 0;
}

.gift-search-wrap {
  width: 560px;
  margin: 0 auto;
}

.gift-keyword-tag {
  margin-top: 0;
  font-size: 12px;
}

/* ガイドパーツ */
.contents-card__section__title{
  width: 100%;
  height: 56px;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #ffe2de;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents-card__section__lead > span, .howtouse-slider__text p > span{
  font-weight: 700;
  color: #ff5a61;
}
.contents-card__section__lead{
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.contents-card__section__imageWrap{
  width: 508px;
  margin-right: auto;
  margin-left: auto;
}
.contents-card__section__imageWrap.step{width: 788px;}
.contents-card__section__imageWrap > .contents-card__section__imageList{position: relative;}
.contents-card__section__imageWrap > .contents-card__section__imageList:not(:first-child)::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 20px;
  top: 40%;
  transform:translateY(-50%);
  left: -49px;
}
.howtouse-slider__text{
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}