/* ------------------------------
            Campaign
------------------------------ */
.campaign {
  position: relative;
}

.campaign__inner {
  padding: 100px 0;
}

.campaign__label {
  width: 290px;
  margin: 18px auto 0;
}

.campaign__contents {
  width: 820px;
  margin: 44px auto 0;
}

.campaign__detail {
  /* width: 723px; */
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin: 0 auto;
  padding-left: 0;
}

.campaign-text__wrapper {
  padding-left: 18px;
}

.campaign-text__s {
  font-size: 2.4rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}

.campaign-text__l {
  font-size: 3.6rem;
  font-feature-settings: "palt";
  line-height: 1.1;
  margin-top: 15px;
  text-align: center;
}

.tax {
  font-size: 1.6rem;
}

.vol {
  font-size: 2.4rem;
}

.campaign-text__vol {
  font-size: 2.4rem;
}

.campaign__img {
  width: 243px;
  position: relative;
}

.jewelry-box__notes--cp {
  text-align: right;
  margin-top: 10px;
  padding-right: 30px;
}

.sc-accordion__wrapper {
  width: 723px;
  margin: 43px auto 0;
}

.sc-accordion {
  display: block;
  border-top: 1px solid #9a8a5b;
  border-bottom: 1px solid #9a8a5b;
  color: #005257;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  margin-top: 24px;
  padding: 11px 0;
  position: relative;
}

.sc-accordion-more {
  border-bottom: none;
  padding-bottom: 0;
}

.sc-accordion__title,
.sc-accordion-more__in {
  background-color: #eae8e3;
}

.sc-accordion__title {
  font-size: 1.6rem;
  text-align: center;
}

.sc-comment__list {
  text-align-last: left;
  padding: 25px 17px 30px 17px;
}

.sc-comment__item__notes {
  color: #d14545;
}

.limited--cp {
  width: 66px;
  height: 66px;
  background-color: transparent;
  position: absolute;
  top: 12px;
  right: -17px;
}

.limited--cp .limited-in {
  border: none;
}

.ltext--cp,
.limited .ltext {
  font-size: 1.8rem;
  line-height: 1;
}

.campaign__obj--l {
  top: 22px;
}