.b-campaign-intro {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .b-campaign-intro {
    padding: 30px 0;
  }
  .b-campaign-intro .e-txt05 {
    text-align: center;
  }
}

.sec-product {
  padding: 30px 0;
}
.sec-dress-snow {
  background: linear-gradient(180deg, #E5F4FE 0%, #D9EBF7 100%);
}
.sec-dress-lift {
  background: linear-gradient(180deg, #F9DCEB 0%, #FBDCEC 100%);
}
.sec-prima-moist {
  background: linear-gradient(180deg, #FDF1F6 0%, #F6E5EE 100%);
}

.c-promo-banner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "head head" "figure desc";
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 10px;
  align-items: center;
  max-width: 360px;
  margin: 20px auto 5px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #E997C2;
  border-radius: 5px;
  padding: 10px 27px 10px 18px;
  text-decoration: none;
  color: #2C2C2C;
}
.c-promo-banner:hover {
  opacity: 0.9;
}
.c-promo-banner--blue {
  border-color: #81B8DA;
}
.c-promo-banner--blue .c-promo-banner__badge {
  background: #81B8DA;
}
.c-promo-banner--blue .c-promo-banner__arrow {
  background-color: #81B8DA;
}
.c-promo-banner--pink {
  border-color: #EA95A4;
}
.c-promo-banner--pink .c-promo-banner__badge {
  background: #EA95A4;
}
.c-promo-banner--pink .c-promo-banner__arrow {
  background-color: #EA95A4;
}
.c-promo-banner__figure {
  grid-area: figure;
  width: 110px;
}
.c-promo-banner__head {
  grid-area: head;
  display: flex;
  gap: 6px;
}
.c-promo-banner__desc-group {
  grid-area: desc;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-promo-banner__badge {
  display: inline-block;
  flex: 0 0 auto;
  background: #E997C2;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 2px 10px;
  border-radius: 30px;
  font-weight: 500;
}
.c-promo-banner__title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.c-promo-banner__desc {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-promo-banner__note {
  display: block;
  font-size: 1rem;
  color: #888;
  margin-top: 2px;
}
.c-promo-banner__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  background-color: #E997C2;
}
.c-promo-banner__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  transform: translateY(-50%) rotate(45deg);
}

.b-product-info__figure img {
  vertical-align: middle;
  width: 100%;
}
.b-product-info__badge {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 10px;
  border: 1px solid #BD2340;
  background-color: #FFF;
  font-size: 12px;
  font-weight: 500;
  color: #BD2340;
  text-align: center;
}
.b-product-info .e-txt__note {
  margin-top: 5px;
  padding-left: 0;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .b-product-info__body {
    margin-top: 15px;
    padding: 0 22.5px;
  }
  .b-product-info .b-product-info__body {
    text-align: center;
  }
}

.c-seibun {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-seibun--blue .c-seibun__headline {
  background: linear-gradient(90deg, rgba(129, 184, 218, 0) 0%, #81B8DA 25%, #81B8DA 50%, #81B8DA 75%, rgba(129, 184, 218, 0) 100%);
}
.c-seibun--blue .c-seibun__badge {
  background: #81B8DA;
}
.c-seibun--pink .c-seibun__headline {
  background: linear-gradient(90deg, rgba(234, 149, 164, 0) 0%, #EA95A4 25%, #EA95A4 50%, #EA95A4 75%, rgba(234, 149, 164, 0) 100%);
}
.c-seibun--pink .c-seibun__badge {
  background: #EA95A4;
}
.c-seibun__headline {
  align-self: stretch;
  padding: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgba(233, 151, 194, 0) 0%, #E997C2 25%, #E997C2 50%, #E997C2 75%, rgba(233, 151, 194, 0) 100%);
}
.c-seibun__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-seibun__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
}
.c-seibun__list--03 .c-seibun__item {
  flex: 0 0 calc(33.333% - 6.6666666667px);
}
.c-seibun__list--02 .c-seibun__item {
  max-width: 33.333%;
}
.c-seibun__item {
  text-align: center;
  flex: 0 0 calc(50% - 7.5px);
}
.c-seibun__figure {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.c-seibun__figure img {
  display: block;
  width: 100%;
}
.c-seibun__badge {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  background: #D9799F;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: 2px 8px;
  border-radius: 0 0 5px 0;
}
.c-seibun__name {
  font-size: min(1.3rem, 3vw);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
  color: #514147;
}
.c-seibun__name sup {
  font-size: 0.7em;
}
.c-seibun__desc {
  font-size: min(1.2rem, 2.7vw);
  line-height: 1.4;
  color: #514147;
}
.c-seibun__notes {
  color: #514147;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .b-product-info {
    position: relative;
    container-type: inline-size;
  }
  .b-product-info__body {
    position: absolute;
    top: 67.5%;
    bottom: 0;
    left: 3.5%;
    width: 28.7%;
  }
  .b-product-info__badge {
    margin-bottom: 0.8333333333cqw;
    padding: 0.25cqw 0.6666666667cqw;
    font-size: 1cqw;
    line-height: 1.5;
  }
  .b-product-info .e-btn-cart {
    width: 100%;
    min-height: 4.6666666667cqw;
    padding: 0.8333333333cqw;
    border-radius: 0.3333333333cqw;
    font-size: 1cqw;
    line-height: 1.4;
  }
  .b-product-info .e-txt__note {
    margin-top: 0.8333333333cqw;
    font-size: 0.9166666667cqw;
    line-height: 1.5;
  }
  .sec-product {
    padding: 50px 0;
  }
  .sec-dress-lift .b-product-info__body {
    top: 71.8%;
    bottom: 0;
    left: 4%;
  }
  .sec-prima-moist .b-product-info__body {
    top: 70%;
  }
  .c-promo-banner {
    grid-template-areas: "figure head" "figure desc";
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 18px 54px 17px 38px;
    margin-top: 25px;
    max-width: 603px;
    margin-bottom: 15px;
  }
  .c-promo-banner__figure {
    width: 187px;
  }
  .c-promo-banner__head {
    margin-bottom: 4px;
    flex-direction: column;
    align-items: baseline;
  }
  .c-promo-banner__badge {
    font-size: 1.2rem;
    padding: 3px 14px;
  }
  .c-promo-banner__title {
    font-size: 2rem;
  }
  .c-promo-banner__note {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .c-promo-banner__arrow {
    width: 16px;
  }
  .c-promo-banner__arrow::before {
    width: 10px;
    height: 10px;
  }
  .c-seibun {
    padding: 20px 0;
  }
  .c-seibun__headline {
    font-size: 2.4rem;
    padding: 8px;
  }
  .c-seibun__figure {
    border-radius: 10px;
  }
  .c-seibun__inner {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .c-seibun__list {
    gap: 30px;
  }
  .c-seibun__list--03 .c-seibun__item {
    flex: 0 0 196px;
  }
  .c-seibun__item {
    flex: 0 0 196px;
  }
  .c-seibun__badge {
    font-size: 1.3rem;
    padding: 2px 15px;
    border-radius: 0 0 10px 0;
  }
  .c-seibun__name {
    font-size: 1.8rem;
  }
  .c-seibun__desc {
    font-size: 1.4rem;
  }
  .c-seibun__notes {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.min.css.map */
