@charset "utf-8";
/* ------------------------------
            Campaign
------------------------------ */
.campaign.comb {
  background: linear-gradient(to bottom, #e5ccdf 0%, #f7f2e8 100%);
  padding: 70px 0 85px;
  position: relative;
  z-index: 10;
}

.comb .campaign__contents {
  width: 1050px;
  background-image: none;
  background-color: #fff;
  border-radius: 20px;
  margin: 25px auto 0;
  padding: 31px 0 62px;
  position: relative;
}

.comb .campaign__label {
  width: 450px;
  margin: 0 auto;
}

.campaign-notes {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}

.campaign__detail {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  column-gap: 0;
  margin-top: 28px;
  padding-left: 169px;
}

.campaign-text__s {
  color: #3d3027;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}

.campaign-text__l {
  color: #3d3027;
  font-size: 3.6rem;
  font-feature-settings: "palt";
  line-height: 1;
  margin-top: 15px;
  text-align: center;
}

.img__comment {
  margin-top: 23px;
}

.campaign-text__vol {
  font-size: 2.8rem;
}

.campaign__img {
  width: 299px;
  position: relative;
}

.sc-accordion__wrapper {
  width: 817px;
  text-align: center;
  margin: 53px auto 0;
}

.accordion__title {
  font-size: 1.6rem;
  line-height: 1;
}

.sc-accordion {
  border-top: 1px solid #9a8a5b;
  border-bottom: 1px solid #9a8a5b;
  color: #3d3027;
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding: 12px 0px;
  position: relative;
}

.sc-accordion-more {
  border-bottom: none;
  color: #3d3027;
  padding-bottom: 0;
}

.sc-accordion__title,
.sc-accordion-more__in {
  background-color: #f4eaf7;
}

.sc-comment__list {
  text-align: justify;
  padding: 25px 45px 30px 45px;
}

.sc-comment__item {
  font-size: 1.4rem;
  line-height: 1.7;
}

.open .common-icon-plus {
  display: none;
}

.open .common-icon-minus {
  display: block;
}

.open .fragrance-accordion {
  border-bottom: none;
}

.reverse-icon .common-icon-plus {
  display: block;
}

/* アコーディオン初期開いた状態 */
.reverse-icon .common-icon-minus {
  display: none;
}

.reverse-icon.open .common-icon-plus {
  display: none;
}

.reverse-icon.open .common-icon-minus {
  display: block;
}

.open .ki-accordion {
  border-bottom: none;
}

.common-icon {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.limited--cp {
  right: 10px;
}

/* .ltext--cp {
  font-size: 1.6rem;
} */

.sc-comment__item-name {
  margin-bottom: 10px;
}

.campaign__contents::before,
.campaign__contents::after {
  display: none;
  background-image: none;
}
