@charset "UTF-8";
.campaign__box {
  --color-main: #002468;
  --color-sub01: #0098E1;
  --color-sub02: #26A7E5;
  --color-sub03: #D3D3D3;
  --color-red: #EB0A1E;
  --heading-h2-font-size-num: 32;
  --heading-h3-font-size-num: 28;
  --heading-h4-font-size-num: 24;
  --text-font-size-num: 20;
  --notes-font-size-num: 16;
  --heading-h2-font-size: calc(1px * var(--heading-h2-font-size-num));
  --heading-h3-font-size: calc(1px * var(--heading-h3-font-size-num));
  --heading-h4-font-size: calc(1px * var(--heading-h4-font-size-num));
  --text-font-size: calc(1px * var(--text-font-size-num));
  --notes-font-size: calc(1px * var(--notes-font-size-num));
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .campaign__box {
  --heading-h2-font-size-num: 24;
  --heading-h3-font-size-num: 20;
  --heading-h4-font-size-num: 16;
  --text-font-size-num: 16;
  --notes-font-size-num: 12;
  }
}

.cp-font-red {color: var(--color-red);}

.cp-notes-box {
  margin-top: 30px;
  background-color: #F4F4F4;
  border: 2px solid var(--color-sub03);
  padding: 14px 16px;
}

.cp-link {
  color: var(--color-sub01);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: underline;
}

.cp-link:hover,
.cp-link:active {
  text-decoration: none;
}

.cp-link[target="_blank"]::after {
  content: "";
  background: url("/-/media/tfc/ts3web/file/common/img/components/link-external-black.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 6px;
}

.cp-notes__item {
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 16px;
  position: relative;
  padding-left: calc(1em + 4px);
}

.cp-notes__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.cp-section__wrap {
  margin: 10px auto 0 -80px;
  width: 100vw;
  max-width: 1080px;
  background-size: auto;
  background-repeat: repeat;
  background-color: #000;
  background-position: top  left;
  background-image: repeating-linear-gradient(135deg, var(--color-sub02) , var(--color-sub02) 12.75px, var(--color-sub01) 12.75px, var(--color-sub01) 25.5px);
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cp-section__wrap > .cp-section {
  padding: 30px 0px 0px;
  position: relative;
}

.cp-section__wrap  .cp-section__inner {
  border-radius: 12px;
  padding: 54px 32px 32px;
  background: #ffffff;
  box-shadow: 12px 12px 0px 0px var(--color-main);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cp-section__wrap .cp-heading__h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  transform: skewX(-6deg);
  color: var(--color-main);
  padding: 14px 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  z-index: 0;
  top: 0;
}

.cp-section__wrap .cp-heading__h2::before {
  content: "";
  background: #F5E507;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: skewX(-14.8deg);
  right: 0;
  z-index: -1;
  margin: 0 auto;
  box-shadow: 12px 8px 0 0 var(--color-main);
}

.cp-section__read-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cp-section__image {
  margin: 0 auto;
  width: fit-content;
  line-height: 0;
  display: block;
}

.cp-section__image img {
  display: block;
  width: 100%;
}

.cp-notes__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cp-accordion__ttl {
  position: relative;
}

.cp-accordion__ttl__inner::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

.cp-accordion__ttl__inner {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 8px 0 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  color: var(--color-main);
  gap: 24px;
  min-height: 40px;
  border-bottom: 1px solid var(--color-main);
}

.cp-accordion__ttl.is-expanded::after {
  transform: rotate(0deg);
}

.cp-accordion__ttl__inner.-shop::before {
  background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/07/20260730-11/20260730-11_05.png");
}

.cp-accordion__ttl__inner.-sports::before {
  background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/07/20260730-11/20260730-11_06.png");
}

.cp-accordion__ttl__inner.-hardware::before {
  background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/07/20260730-11/20260730-11_07.png");
}

.cp-accordion__ttl__inner.-outdoor::before {
  background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/07/20260730-11/20260730-11_08.png");
}

.cp-accordion__ttl__inner.-travel::before {
  background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/07/20260730-11/20260730-11_09.png");
}

.cp-accordion__ttl__inner.-menswear::before {
  background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/07/20260730-11/20260730-11_10.png");
}

.cp-accordion__ttl::before,
.cp-accordion__ttl::after {
  content: "";
  border-top: 2.67px solid #333;
  position: absolute;
  right: 6.67px;
  top: calc(50% - 2.67px / 2);
  width: 26.67px;
}

.cp-accordion__ttl::after {
  transform: rotate(-90deg);
}

.cp-accordion__body {
  display: block grid;
  transition: grid-template-rows 0.25s;
  grid-template-rows: 0fr;
}

.cp-accordion__body.is-show {
  grid-template-rows: 1fr;
}

.cp-accordion__body__inner {
  overflow: hidden;
}

.cp-accordion__body__box {
  padding: 12px 24px;
  gap: 8px;
  border-bottom: 1px solid var(--color-main);
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
}

.cp-box__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cp-box__item {
  width: 17.946%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cp-box__image {
  background: #FFFFFF;
  border-radius: 4.31px;
  padding: 10.78px;
}

.cp-box__image img {
  width: 100%;
  line-height: 0;
}

.cp-box__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.cp-accordion__list {
  margin-top: -8px;
  margin-bottom: 8px;
}

.cp-section__text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

.cp-point__item {
  list-style: none;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 16px;
}

.cp-point__list {
  counter-set: cp-point;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 8px;
}

.cp-point__item .cp-point__text .cp-point__icon::after {
  content: counter(cp-point);
  counter-increment: cp-point;
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.cp-point__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.cp-point__icon {
  width: 60px;
  height: 60px;
  background: var(--color-main);
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  padding-top: 6px;
}

.cp-point__text > p {
  width: calc(100% - 72px);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.cp-point__item:nth-of-type(2n)::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: -11px;
  border-left: 2px solid var(--color-sub03);
}

.cp-point__box--flex {
  display: flex;
  gap: 16.55px;
  align-items: center;
  justify-content: center;
}

.cp-point__image {
  width: 50%;
}

.cp-point__image img {
  width: 100%;
  display: block;
}

.cp-point__text > p > span {
  font-size: 16px;
}

.cp-point__text > p > sup {
  font-size: 50%;
}

.cp-point__text--circle {
  width: 53.8px;
  height: 53.8px;
  background: var(--color-main);
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.cp-point__box__inner {
  width: 50%;
  gap: 6.59px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cp-point__box--flex > .cp-point__box__inner > .cp-point__image {
  width: 100%;
}

.cp-point__box--flex .cp-point__text {
  text-align: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.cp-point__btn-link {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  background-color: var(--color-red);
  width: 100%;
  border-radius: 71.74px;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 6.9px;
  box-shadow: 0px 3.45px 0px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  position: relative;
}

.cp-point__btn-link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 13%;
  top: calc(50% - 1px * pow(pow(6, 2) * 2, 0.5) / 2);
  transform: rotate(-45deg);
}

.cp-point__btn {
  width: 100%;
}

.cp-point {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.cp-point--arrow {
  width: 103px;
  height: 47px;
  background-image: url("/-/media/tfc/Shared/TSCampaign/img/2026/07/20260730-11/20260730-11_15.png");
  background-size: contain;
  background-repeat: no-repeat;
}

hr.cp-cont__hr {
  margin: 24px 0;
  border-width: 0;
  border-top: 2px solid var(--color-sub03);
}

.cp-cont .cp-heading__h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #333333;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  transform: skewX(-7deg);
}

.cp-cont .cp-heading__h3::after {
  content: "";
  border-bottom: 4px solid var(--color-sub01);
  width: 40px;
  transform: translateX(2px);
}

.cp-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cp-cont__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cp-cont__text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.cp-section--notes {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cp-heading__h2--notes {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 6px;
  position: relative;
}

.cp-section--notes .cp-heading__h2--notes::after {
  content: "";
  width: 100%;
  border-bottom: 4px solid var(--color-sub01);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cp-section__inner--notes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cp-heading__h3--notes {
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  align-items: center;
}

.cp-heading__h3--notes::before {
  border-top: 3px solid var(--color-sub01);
  content: "";
  width: 24px;
  margin-bottom: 6px;
}

.cp-section__inner--notes > .cp-notes__list {
  gap: 16px;
}

.cp-section__inner--notes > .cp-notes__list > .cp-notes__item {
  font-size: 20px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.cp-section__inner--notes .cp-list {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.cp-list > .cp-list__item {
  position: relative;
  padding-left: 1em;
}


.cp-list__item::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #333333;
  margin: calc(0.75em - 1.5px) calc(0.5em - 1.5px);
  border-radius: 3em;
  position: absolute;
  top: 0;
  left: -4px;
}

.cp-link__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cp-link__item {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}

.cp-link__wrap {
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 959px) {

  .cp-notes-box {
    margin-top: 64px;
    padding: 8px 16px;
  }

  .cp-notes__item {
    font-size: 12px;
  }

  .cp-section__wrap {
    margin: 15px auto 0 -20px;
    padding: 25px 20px;
    gap: 30px;
  }

  .cp-section__wrap .cp-heading__h2 {
    font-size: 24px;
    padding: 10px 20px 8px;
  }

  .cp-section__wrap .cp-heading__h2::before {
    box-shadow: 8px 6px 0 0 var(--color-main);
  }

  .cp-section__wrap > .cp-section {
    padding: 24px 0px 0px;
  }

  .cp-section__wrap .cp-section__inner {
    border-radius: 6px;
    box-shadow: 6px 6px 0px 0px var(--color-main);
    padding: 36px 16px 16px;
    gap: 12px;
  }

  .cp-section__read-text {
    font-size: 21px;
    gap: 7px;
  }

  .cp-section__image {
    width: 80.53%;
  }

  .cp-accordion__list {
    margin-bottom: 4px;
  }

  .cp-accordion__ttl__inner {
    font-size: 16px;
    gap: 12px;
    padding: 10px 0 9px;
  }

  .cp-accordion__ttl::before, .cp-accordion__ttl::after {
    border-top-width: 2px;
    right: 5px;
    top: calc(50% - 5px / 2);
    width: 20px;
  }

  .cp-section__text {
    font-size: 16px;
  }

  .cp-point__item .cp-point__text .cp-point__icon::after {
  font-size: 40px;
  }

  .cp-point__list {
    flex-direction: column;
    margin-top: 9px;
    gap: 32px;
  }

  .cp-point__item {
    width: 100%;
    gap: 8px;
  }

  .cp-point__text > p {
    font-size: 16px;
    width: calc(100% - 70px);
    text-align: left;
    margin-top: -3px;
  }

  .cp-point__image {
    max-width: 291px;
  }

  .cp-point__icon {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    padding-top: 8px;
  }

  .cp-point__text {
    gap: 6px;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
    margin: auto;
  }

  .cp-point__box--flex {
    gap: 12px;
  }

  .cp-point__item:nth-of-type(2n)::before {
    width: calc(100% - 24px);
    border-left-width: 0px;
    border-top: 1px solid var(--color-sub03);
    height: auto;
    left: 0;
    top: -16px;
    margin: auto;
    right: 0;
  }

  .cp-point__text > p > span {
    font-size: 12px;
  }

  .cp-point__text--circle {
    width: 39px;
    height: 39px;
    font-size: 12px;
  }

  .cp-point__box--flex .cp-point__text {
    font-size: 12px;
  }

  .cp-point__btn-link {
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cp-point__btn-link::after {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
  }

  .cp-point {
    gap: 16px;
  }

  .cp-point--arrow {
    width: 80px;
    height: 37px;
  }

  hr.cp-cont__hr {
    margin: 32px 0;
  }

  .cp-cont .cp-heading__h3 {
    font-size: 16px;
    gap: 8px;
  }

  .cp-cont {
    gap: 8px;
  }

  .cp-cont__wrap {
    gap: 44px;
  }

  .cp-cont__text {
    font-size: 16px;
  }

  .cp-section--notes {
    margin-top: 30px;
    gap: 12px;
  }

  .cp-heading__h2--notes {
    font-size: 20px;
    min-height: 32px;
    justify-content: flex-start;
    line-height: 1.2;
  }

  .cp-section--notes .cp-heading__h2--notes::after {
    border-bottom-width: 2px;
  }

  .cp-heading__h3--notes {
    font-size: 16px;
  }

  .cp-heading__h3--notes::before {
    width: 20px;
    margin-bottom: 1px;
  }

  .cp-section__inner--notes > .cp-notes__list > .cp-notes__item {
    font-size: 12px;
    gap: 8px;
  }

  .cp-section__inner--notes {
    gap: 12px;
  }

  .cp-section__inner--notes .cp-list {
    font-size: 12px;
  }

  .cp-list > .cp-list__item {
    padding-left: calc(1em + 6px);
  }

  .cp-list__item::before {
    width: 2px;
    height: 2px;
    left: 3px;
  }

  .cp-section__inner--notes > .cp-notes__list {
    gap: 8px;
  }

  .cp-link__item {
    font-size: 12px;
  }

  .cp-link__list {
    gap: 8px;
  }

  .cp-accordion__body__box {
    padding: 16px 12px;
    gap: 12px;
  }

  .cp-link__wrap {
    font-size: 16px;
  }

  .cp-box__list {
    gap: 10px;
  }

  .cp-box__item {
    width: calc(50% - 6px);
  }

  .cp-box__image {
    border-radius: 4px;
    padding: 10px;
  }

  .cp-box__text {
    font-size: 14px;
  }

}

@media screen and (min-width: 960px) {
}

@media screen and (max-width: 360px) {
}