.gift {
  max-width: 1980px;
  margin: 0 auto;
}
.gift * {
  word-break: break-word;
}

.block-gift {
  padding: 20vw 28px;
}
@media screen and (max-width:767px) {
  .block-gift {
    padding: 10vw 0 25.4452926209vw;
  }
}

.gift-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.gift-list + .gift-list {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .gift-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.0890585242vw;
    margin-top: 30px;
  }
  .gift-list--mv {
    padding: 0;
  }
  .gift-list--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 0 0 5.0890585242vw;
  }
  .gift-list--wrap .gift-list__item {
    width: 89.058524173vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 89.058524173vw;
            flex: 1 1 89.058524173vw;
    min-width: 89.058524173vw;
  }
}
.gift-list__btn {
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
  z-index: 10;
  background: #4912FF;
  border: none;
  padding: 5px 1.3020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0416666667vw;
  gap: 0.2604166667vw;
  z-index: 9004;
  font-family: "Noto Sans JP", serif;
  width: 13.4375vw;
  height: 3.3854166667vw;
  max-width: 258px;
  max-height: 65px;
  border-radius: 1.9270833333vw;
}
@media screen and (max-width:767px) {
  .gift-list__btn {
    top: 2.5445292621vw;
    right: 2.5445292621vw;
    padding: 0;
    width: 40.203562341vw;
    height: 10.1781170483vw;
    border-radius: 5.0890585242vw;
    font-size: 2.7989821883vw;
    gap: 2.5445292621vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gift-list__btn:hover {
  opacity: 0.7;
}
.gift-list__btn:after {
  content: "";
  background: url(/assets/images/icon_arow_up.png) no-repeat top left;
  background-size: contain;
  width: 0.78125vw;
  height: 0.78125vw;
}
@media screen and (max-width:767px) {
  .gift-list__btn:after {
    width: 2.2900763359vw;
    height: 2.2900763359vw;
  }
}
.gift-list__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  max-width: calc(33.3333% - 14px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gift-list__item:marker {
  display: none;
}
.gift-list__item--full {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .gift-list__item {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.gift-list__item--big {
  max-width: calc(66.666666% - 14px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.666666%;
          flex: 1 1 66.666666%;
}
@media screen and (max-width:767px) {
  .gift-list__item--big {
    margin-left: -5.0890585242vw;
    width: calc(100% + 10.1781170483vw);
    max-width: calc(100% + 10.1781170483vw);
    margin-right: -5.0890585242vw;
  }
  .gift-list__item--big .gift-list__title {
    padding-left: 5.0890585242vw;
  }
  .gift-list__item--big.gift-list__item--big02 {
    margin-left: 0vw;
    margin-right: 5.0890585242vw;
    width: 100%;
    max-width: 100%;
  }
  .gift-list__item--bigSP {
    margin-left: 0vw;
    width: 100%;
    max-width: 100%;
    margin-right: 0vw;
  }
}
.gift-list__img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .gift-list__img--scroll {
    overflow-x: scroll;
    max-width: 100vw;
  }
  .gift-list__img--01 img {
    height: 208.1424936387vw;
    width: auto;
  }
}
.gift-list__title {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 20px 20px;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .gift-list__title {
    font-size: 3.0534351145vw;
    padding: 3.0534351145vw;
  }
}
.gift-list__title--white {
  background: rgba(255, 255, 255, 0.75);
  color: #000;
}
