.cdm2511 {
  background-color: #E8EBF4;
  overflow: visible;
}

.cdm2511 img {
  height: auto;
}

.cdm2511 .mv {
  background: url(../img/mv_bg.webp) no-repeat center center;
  background-size: auto 100%;
  display: grid;
  justify-content: center;
  text-align: center;
}

.cdm2511 .main {
  background: url(../img/main_bg.webp) no-repeat center center;
  background-size: auto 100%;
  text-align: center;
  margin-bottom: min(100px, 10vw);
}

.cdm2511 .once {
  text-align: center;
  margin-bottom: min(70px, 15vw);
}

.cdm2511 .offer {
  position: relative;
  background-color: #FFFFFF;
  width: 930px;
  margin-inline: auto;
  padding-inline: min(20px, 3vw);
  padding-block: min(20px, 3vw) min(40px, 6vw);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: min(130px, 15vw);
}

@media screen and (max-width: 767px) {
  .cdm2511 .offer {
    width: initial;
    margin-inline: 3vw;
    display: block;
  }
}

.cdm2511 .offer__item {
  flex-shrink: 0;
  position: relative;
  width: 354px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cdm2511 .offer__item {
    position: initial;
    text-align: center;
    width: initial;
    z-index: initial;
  }
  .cdm2511 .offer__item img {
    width: 80%;
  }
}

.cdm2511 .offer__body {
  max-width: 530px;
  padding-top: min(20px, 6vw);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cdm2511 .offer__body {
    max-width: initial;
    margin-inline: auto;
  }
}

.cdm2511 .offer__body .cart {
  margin-top: min(10px, 3vw);
}

.cdm2511 .offer__body .cart button {
  position: relative;
  background: linear-gradient(90deg, rgba(246, 87, 130, 1) 0%, rgba(250, 181, 199, 1) 100%);
  color: #FFF;
  line-height: 1;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 22px 0;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.cdm2511 .offer__body .cart button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 16px;
  height: 8px;
  background: url(../img/icon_arrow.svg) no-repeat center/100% auto;
}
.cdm2511 .offer__body .cart button:hover {
  opacity: .7;
}
.cdm2511 .offer__body .cart button i {
  font-size: 120%;
  padding-bottom: min(6px,1vw);
}
@media screen and (max-width: 767px) {

  .cdm2511 .offer__body .cart button {
    font-size: clamp(16px, 2.5vw, 30px);
    padding: 4vw 0;
  }

  .cdm2511 .offer__body .cart_btn {
    margin-left: 4vw;
  }

  .cdm2511 .offer__body .cart_btn:before {
    width: calc(16 / 414 * 100vw);
    height: calc(16 / 414 * 100vw);
    right: calc(100% + calc(18 / 414 * 100vw));
    margin-top: calc(-9 / 414 * 100vw);
  }
}

.cdm2511 .offer__body--note {
  display: grid;
  justify-content: end;
  font-size: 12px;
  margin-top: min(5px, 2vw);
}

.cdm2511 .offer__body--present {
  text-align: center;
  margin-top: min(5px, 2vw);
  margin-bottom: min(40px, 10vw);
}

.cdm2511 .other {
  text-align: center;
  background: linear-gradient(180deg, rgba(232, 235, 244, 1) 0%, rgba(245, 244, 220, 1) 35%, rgba(255, 251, 202, 1) 100%);
  padding-bottom: min(100px, 10vw);
}

@media screen and (max-width: 767px) {
  .cdm2511 .other {
    padding-inline: 3vw;
  }
}

.cdm2511 .other__text {
  margin-bottom: min(45px, 10vw);
}

.cdm2511 .other__img {
  margin-bottom: 45px;
}

.cdm2511 .other__btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 530px;
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(246, 88, 131, 1) 0%, rgba(250, 177, 196, 1) 100%);
  border-radius: 50px;
  padding: min(20px, 5vw) 0;
  text-align: center;
  font-size: min(18px, 3.8vw);
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  transition: all .3s;
}

.cdm2511 .other__btn a:hover {
  opacity: .7;
}

.cdm2511 .other__btn a i {
  position: absolute;
  right: min(20px, 3vw);
  top: 50%;
  transform: translateY(-50%);
}
