@charset "UTF-8";

/*-----------------------
common
-----------------------*/
/* title */
.l-content .c-section .c-title {
  margin-bottom: 30px;
  padding: 8px 0 6px;
  border-top: 3px solid #0f218b;
  background-color: #fc0;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}

/* button */
.l-content .c-section .c-button__outer .c-button {
  display: block;
  width: 360px;
  margin: 0 auto;
  padding: 14px 12px 13px;
  font-size: 15px;
}

.l-content .c-section .c-button__outer .c-button.c-button--inactive {
  background: #ccc !important;
  color: #fff;
}

.l-content .c-section .c-button__outer .c-button.c-button--inactive:hover {
  opacity: 1;
}

.l-content .c-section .c-button__outer .c-button--small {
  width: 260px;
}

.l-content .c-section .c-button__outer .c-button__text {
  margin-bottom: 10px;
  font-size: 19px;
}


.l-content .c-section .c-section__inner {
  padding: 0 30px;
}

.l-content .c-text--fs16 {
  font-size: 16px;
}

.l-content .c-text--fs12 {
  font-size: 12px;
}

/*-----------------------
contents
-----------------------*/
/* summary text */
.l-content .c-summary--text {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

/* c-anchorlink */
.l-content .c-anchorlink {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.l-content .c-anchorlink li {
  width: 280px;
  margin-left: 20px;
}

.l-content .c-anchorlink li:first-child {
  margin-left: 0;
}

.l-content .c-anchorlink li a {
  display: block;
  padding: 8px 12px;
  font-size: 15px;
}

/* c-introduction */
.l-content .c-introduction {
  display: flex;
  justify-content: space-between;
}

.l-content .c-introduction__box {
  width: 540px;
}

.l-content .c-introduction__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 61px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0f218b;
  margin-bottom: 10px;
}

.l-content .c-introduction__title {
  font-size: 24px;
  font-weight: bold;
}

.l-content .c-introduction__text {
  height: 114px;
  padding: 0 15px;
  font-size: 15px;
}

/* c-campaign */
.l-content .c-campaign__catchcopy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.l-content .c-campaign__catchcopy::before,
.l-content .c-campaign__catchcopy::after {
  display: block;
  width: 24px;
  height: 37px;
}

.l-content .c-campaign__catchcopy::before {
  padding-right: 10px;
  content: url("/pr/d_jit/cp_bulkbuying_2025/img/decoration_left.png");
}

.l-content .c-campaign__catchcopy::after {
  content: url("/pr/d_jit/cp_bulkbuying_2025/img/decoration_right.png");
}

.l-content .c-campaign__present:not(:first-of-type) {
  margin-top: 70px;
}

/* c-period */
.l-content .c-period {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.l-content .c-period__head {
  text-align: center;
  width: 100px;
  padding: 6px 0 2px;
  background: #fc0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}

.l-content .c-period__head .c-period__head--num {
  font-size: 42px;
}

.l-content .c-period__text {
  margin-left: 15px;
  font-size: 19px;
  font-weight: bold;
}

.l-content .c-period__text .c-period__text--num {
  font-size: 30px;
}

/* c-present */
.l-content .c-present {
  box-sizing: border-box;
  border: 5px solid #ccc
}

.l-content .c-present.c-present--active {
  border-color: #d00;
}

.l-content .c-present.c-present--end {
  border-color: #666;
}

.l-content .c-present__head {
  text-align: center;
  padding: 3px 0;
  background: #ccc;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.l-content .c-present.c-present--active .c-present__head {
  background: #d00;
}

.l-content .c-present.c-present--end .c-present__head {
  background: #666;
}
.l-content .c-present__main {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 30px;
}

.l-content .c-present__main::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0.5;
  content: "";
}

.l-content .c-present.c-present--active .c-present__main::after {
  display: none;
}

/* c-presentItem */
.l-content .c-presentItem {
  box-sizing: border-box;
  width: 510px;
  border: 2px solid #0f218b;
}

.l-content .c-presentItem__head {
  text-align: center;
  box-sizing: border-box;
  height: 130px;
  padding-top: 12px;
  background: #0f218b;
  color: #fff;
  font-weight: bold;
}

.l-content .c-presentItem__rank {
  font-size: 23px;
}

.l-content .c-presentItem__rank.c-presentItem__rank--3row {
  line-height: 1;
}

.l-content .c-presentItem__rank .c-presentItem__rank--num {
  font-size: 36px;
  line-height: 1;
}

.l-content .c-presentItem__name {
  font-size: 23px;
}

.l-content .c-presentItem__name.c-presentItem__name--3row {
  font-size: 19px;
  line-height: 25px;
}

.l-content .c-presentItem__main {
  padding: 10px 15px 15px;
}

.l-content .c-presentItem__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 280px;
}

.l-content .c-presentItem__icon {
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  box-sizing: border-box;
  width: 98px;
  height: 98px;
  padding-top: 22px;
  border-radius: 50%;
  background: #fc0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}

.l-content .c-presentItem__icon .c-presentItem__icon--num {
  font-size: 35px;
}

/* c-entry */
.l-content .c-entry .c-entry__wrap {
  display: flex;
}

.l-content .c-entry .c-entry__movie {
  width: 740px;
  margin-left: 5px;
}

.l-content .c-entry .c-entry__conversion {
  width: 740px;
  margin-left: 5px;
}

.l-content .c-entry .c-entry__note {
  padding-top: 15px;
  margin-left: 15px;
}

.l-content .c-entry .c-entry__note-text {
  font-size: 21px;
  font-weight: bold;
}

.l-content .c-entry .c-entry__note-text .c-entry__note-text--u {
  border-bottom: 5px solid #fc0;
}

/* c-step */
.l-content .c-step {
  display: flex;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  height: 60px;
  padding: 8px 10px 8px 20px;
  margin-right: 50px;
  background: #e7e8f3;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.l-content .c-step::after {
  position: absolute;
  top: 0;
  right: -50px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid #e7e8f3;
  content: "";
}

.l-content .c-step__head {
  font-size: 24px;
}

.l-content .c-step__head--num {
  font-size: 36px;
}

.l-content .c-step__text {
  width: 210px;
  margin-left: 15px;
  font-size: 24px;
  line-height: 1.2;
}

.l-content .c-step__text.c-step__text--2row {
  font-size: 15px;
}

/* c-notes */
.l-content .c-section .c-notes {
  width: 1100px;
  margin: 0 auto 25px;
  padding: 20px 35px 35px;
  border: 1px solid #b7b7b7;
  box-sizing: border-box;
}

.l-content .c-section .c-notes .m-list+h4 {
  margin-top: 25px;
}