@charset "UTF-8";

.campaign__box {
  --color-red: #EB0A1E;
  padding-bottom: 30px;
}

.cp-box__wrap {
  margin: 30px -80px 0;
  padding: 80px 80px 60px;
  --bg-size: 14.84px;
  background-image: repeating-linear-gradient(-45deg, #681F8B, #681F8B var(--bg-size), #712C92 var(--bg-size), #712C92 calc(var(--bg-size) * 2));
  background-position: 0;
  background-repeat: repeat;
}

.cp-box {
  padding: 64px 32px 32px;
  background: #fff;
  margin-top: 0px;
  border-radius: 12px;
  position: relative;
}

.cp-box .cp-heading {
  position: absolute;
  top: -60px;
  width: 563px;
  margin: auto;
  background: #f00;
  left: 5px;
  right: 0px;
  background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/06/20260625-01-01/20260625-01-01_03.png");
  background-repeat: no-repeat;
  background-color: transparent;
  height: 105px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cp-box .cp-heading h3.cp-heading__h3 {
  text-align: center;
  max-width: max-content;
  margin-top: 50px;
  width: 100%;
}

.cp-box+.cp-box {
  margin-top: 100px;
}

.cp-box .cp-text {
  text-align: center;
  font-size: 24px;
  color: #37004C;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  justify-content: center;
  gap: 8px;
}

span.cp-text--underline {
  background-image: linear-gradient(0deg, #FFA207, #FFA207 50%, transparent 50%);
  font-size: 28px;
}

span.cp-text--num {
  font-size: 40px;
}

.cp-box .cp-heading h3.cp-heading__h3 .image__img {
  height: 30px;
  width: auto;
  line-height: 0;
  display: block;
}

span.cp-text---num-date {
  font-size: 32px;
}

.mt-n-40 {
  margin-top: -40px;
}

.cp-list {
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.cp-list .list__item {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.5;
}

.cp-list .list__item::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 6px;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #333;
}

.cp-notes {
  margin: 24px 0 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.cp-notes .notes__item {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.5;
}

.cp-notes .notes__item::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Noto Sans JP", "Hiragino Sans", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}

p.cp-text--copy {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}

.cp-section--notes .cp-heading {
  margin-top: 40px;
  border-bottom: 4px solid #37004C;
}

.cp-section--notes .cp-heading .cp-heading__h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.cp-section--notes .cp-notes {
  font-size: 20px;
  gap: 16px;
}

.cp-section--notes .cp-notes .notes__item {
  padding-left: 24px;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {
  .cp-box .image__img {
    max-width: 600px;
  }
}

@media screen and (max-width: 959px) {
  .cp-box__wrap {
    margin: 42px -20px 0;
    padding: 55px 20px 30px;
    --bg-size: 7.42px;
  }

  .cp-box .cp-heading {
    width: 293px;
    background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/06/20260625-01-01/20260625-01-01_04.png");
    top: -30px;
    height: 65px;
    left: 0px;
    background-size: 293px;
  }

  .cp-box {
    padding: 47px 16px 16px;
    border-radius: 6px;
  }

  .cp-box+.cp-box {
    margin-top: 60px;
  }

  .cp-box .cp-text {
    font-size: 21px;
    gap: 0px;
  }

  span.cp-text--underline {
    font-size: 23px;
    background-image: linear-gradient(0deg, #FFA207, #FFA207 30%, transparent 30%);
  }

  span.cp-text--num {
    font-size: 26px;
  }

  .cp-box .cp-heading h3.cp-heading__h3 .image__img {
    height: 22px;
  }

  .cp-box .cp-heading h3.cp-heading__h3 {
    margin-top: 27px;
    margin-right: 12px;
  }

  span.cp-text---num-date {
    font-size: 26px;
  }

  .cp-list {
    margin: 5px 0 0;
    gap: 4px;
    font-size: 12px;
  }

  .cp-list .list__item {
    padding-left: 14px;
  }

  .cp-notes .notes__item {
    padding-left: 14px;
  }

  .cp-notes {
    margin: 5px 0 0;
    font-size: 12px;
    gap: 3px;
  }

  p.cp-text--copy {
    margin-top: 15px;
    font-size: 12px;
  }

  .cp-section--notes .cp-heading {
    margin-top: 28px;
    border-bottom: 2px solid #37004C;
  }

  .cp-section--notes .cp-heading .cp-heading__h3 {
    font-size: 20px;
  }

  .cp-section--notes .cp-notes {
    font-size: 12px;
    gap: 8px;
    margin: 12px 0 0;
  }

  .cp-section--notes .cp-notes .notes__item {
    padding-left: 14px;
    letter-spacing: 0;
  }
}