@charset "utf-8";

.accordion__wrapper {
  width: 535px;
  text-align: center;
  margin: 0 auto;
}

.accordion__title {
  font-size: 1.6rem;
  line-height: 1;
}

.accordion {
  padding: 10px 0px;
  font-weight: 400;
  display: block;
  position: relative;
  text-decoration: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.accordion-more {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.open .common-icon-plus {
  display: none;
}

.open .common-icon-minus {
  display: block;
}

.common-icon {
  font-size: 3rem;
  position: absolute;
  top: 52%;
  right: 3px;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
}


/* ===========================
          Campaign
=========================== */
.campaign {
  background-color: #fdf7f5;
  padding: 0;
  position: relative;
}

.campaign__inner {
  padding: 90px 0 75px;
}

.campaign__title {
  color: #ad8521;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.campaign__contents {
  width: 820px;
  background-image: none;
  margin: 0 auto;
  padding: 0;
}

.campaign__label {
  width: 622px;
  margin: 45px auto 0;
}

.campaign__detail {
  display: flex;
  align-items: center;
  column-gap: 43px;
  margin-top: 55px;
  padding-left: 70px;
}

.campaign-text__s {
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1;
  text-align: center;
}

.campaign-text__l {
  font-size: 3.6rem;
  /* font-feature-settings: "palt"; */
  line-height: 1.1;
  margin-top: 14px;
  text-align: center;
}

.campaign-text__note {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 5px;
}

.precautions__title {
  width: fit-content;
  font-size: 2.1rem;
  margin: 35px auto 0;
  position: relative;
}

.precautions__title::before,
.precautions__title::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ba9843;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.precautions__title::before {
  left: -15px;
}

.precautions__title::after {
  right: -15px;
}

.precautions__text {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}

.campaign__img {
  width: 249px;
  position: relative;
}

.sc-accordion__wrapper {
  width: 723px;
  margin: 45px auto 0;
}

.sc-accordion {
  margin-top: 63px;
  border-top: 1px solid #ad8521;
  border-bottom: 1px solid #ad8521;
}

/* .sc-accordion__in {
  line-height: 1.7;
} */

.sc-accordion-more {
  border-bottom: none;
  padding-bottom: 0;
}

.sc-accordion__title,
.sc-accordion-more__in {
  background-color: #fff;
}

.sc-comment__list {
  text-align-last: left;
  padding: 25px 19px 30px 19px;
}

.sc-comment__item {
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: justify;
}

.sc-comment__item--notes {
  color: #9f1818;
}

.sc-comment__item--aj {
  margin-top: 30px;
}

.limited--cp {
  width: 78px;
  height: 78px;
  background-color: #3d3027;
  position: absolute;
  top: 0;
  right: -33px;
}

.ltext--cp {
  font-size: 1.8rem;
}

.gwp__size {
  font-size: 1.6rem;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.campaign__contents::before,
.campaign__contents::after {
  display: none;
  background-image: none;
}

.brk__obj1 {
  width: 222px;
  top: 0;
  left: 0;
}

.brk__obj2 {
  width: 299px;
  top: 0;
  right: 0;
}

.brk__obj3 {
  width: 432px;
  bottom: 0;
  left: 0;
}

.brk__obj4 {
  width: 422px;
  bottom: 0;
  right: 0;
}