.c-show-sp {
  display: none;
}

.c-show-pc {
  display: block;
}

.lp-page .sec {
  padding: 0 0 80px;
  font-size: 16px;
}

.is-end {
  position: relative;
}

.is-end::before{
  content: "ご応募いただきありがとうございました。";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.sec.sec_bgP {
  background: #FBF1F4;
  padding-bottom: 160px;
}

.sec.campaign-staub {
  padding-top: 70px;
}

.wrap1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.top_kv .top_kv-bottom {
  background: #9E2754;
  padding: 50px 45px;
}

.top_kv .mod_img {
  margin: 0;
  position: relative;
}

.top_kv .top_kv-text {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

.text-center {
  text-align: center;
}

.mod_img_col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec-title {
  text-align: center;
  width: 420px;
  padding: 31px 10px;
  color: #fff;
  background: #9E2754;
  border-radius: 50px;
  position: relative;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto 50px;
}

.sec-title--trans {
  transform: translateY(-42px);
  margin-bottom: -42px;
}

.sec-title--sm {
  width: 264px;
}

.sec-title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: "";
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #9E2754;
  width: 38px;
  height: 32px;
  border-radius: 3px;
}

.campaign-staub .mod_img {
  margin-bottom: 55px;
  width: 100%;
}

.campaign-product__inner {
  background-color: #fff;
  padding: 40px;
  padding-bottom: 60px;
  padding-left: 90px;
}
.campaign-product__inner dl + dl {
  margin-top: 10px;
}
.campaign-product__inner dl dt {
  font-size: 18px;
  color: #3F061B;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
.campaign-product__inner dl dt:before {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #9E2754;
  content: "";
  display: block;
  margin-right: 16px;
}
.campaign-product__inner dl dt span {
  position: absolute;
  top: 15px;
  right: 15px;
}
.campaign-product__inner dl dt.active span {
  transform: rotate(180deg);
  top: 25px;
}
.campaign-product__inner dl dd {
  font-weight: bold;
  color: #3F061B;
  font-size: 18px;
  line-height: 150%;
  padding-left: 40px;
}
.campaign-product__inner dl dd span {
  white-space: nowrap;
  word-break: keep-all;
}

.btn-campaign {
  color: #9E2754 !important;
  text-decoration: none !important;
  background-color: #fff;
  font-size: 20px;
  line-height: 26px;
  height: 108px;
  border: 2px solid #9E2754;
  border-radius: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  box-shadow: 4px 6px 9px 0 rgba(83, 42, 44, 0.1019607843);
  position: relative;
  width: 420px;
  text-align: center;
}

.btn-campaign .arrow {
  position: absolute;
  right: 70px;
}

.title-box {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.title-box__title {
  font-size: 40px;
  color: #9E2754;
}
.title-box__desc {
  font-size: 26px;
}

.campaign-product-border {
  border: 6px solid #F4E0EB;
  border-radius: 10px;
  background-color: #fff;
}
.campaign-product-border ul li {
  display: flex;
  gap: 16px;
}

.campaign-product-border__inner {
  padding: 56px;
  display: flex;
  gap: 40px;
  color: #3F061B;
}

.campaign-product-border__img {
  width: 360px;
  flex: 0 0 360px;
}

.campaign-product-border__img img {
  max-width: 100%;
}

.campaign-product__feature .feature-title {
  color: #3F061B;
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}

.campaign-product-border__inner--pad {
  padding-left: 90px;
}

.campaign-product-border__inner ul {
  font-size: 20px;
}

.campaign-product-dot li {
  position: relative;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
.campaign-product-dot li + li {
  margin-top: 10px;
}
.campaign-product-dot li:before {
  background-color: #9E2754;
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  content: "";
  border-radius: 50%;
}

.sec.campaign-step {
  margin-bottom: 160px;
  padding-bottom: 0;
}

.campaign-time {
  margin-top: 55px;
  margin-bottom: 70px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.campaign-time__item {
  display: flex;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0;
  position: relative;
}
.campaign-time__item span {
  flex: 0 0 528px;
}
.campaign-time__item img {
  margin: 0 5px;
}
.campaign-time__item:before {
  background-color: #9E2754;
  width: 22px;
  height: 22px;
  content: "";
  position: absolute;
  left: -30px;
}

.campaign-other-note {
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

.campaign-step__list {
  display: grid;
  gap: 45px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
}

.campaign-step__item {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.campaign-step__list .campaign-step__item:not(:last-child):after {
  position: absolute;
  content: url("../img/campaing_right_arrow_big.svg");
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
  width: 19px;
  height: 24px;
}

.campaign-step__title {
  color: #9E2754;
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  padding: 11px 9px;
  border-bottom: 1px solid #9E2754;
}

.campaign-step__thumb {
  margin-bottom: 10px;
}

.campaign-step__thumb img {
  width: 120px;
  height: 120px;
}

.campaign-step__desc {
  padding: 0 12px;
  letter-spacing: 2px;
  text-align: center;
}

.sec.campaign-other {
  padding-bottom: 120px;
}

.lp-page .sec.campaign-prizes {
  padding: 80px 0;
  font-size: 12px;
  line-height: 1.8;
  color: #020826;
}

.campaign-prizes__item:not(:last-child) {
  margin-bottom: 17px;
}

.campaign-prizes__title {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec.sec_bgP.lp-bottom {
  padding: 120px 0;
  background-color: #6F1938;
}
.sec.sec_bgP.lp-bottom img {
  max-width: 100%;
}

.top_kv-note {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
}

body #sections .campaign-prizes__item a {
  text-decoration: none;
  color: #20A5AD;
}

.campaign-time__item {
  white-space: nowrap;
}

@media screen and (max-width: 1030px) {
  .wrap1000 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-show-sp {
    display: block;
  }
  .c-show-pc {
    display: none;
  }
  .sec-title {
    width: 310px;
    padding: 22px 0;
    margin-bottom: 0;
    font-size: 20px;
  }
  .sec-title img {
    max-height: 22px;
  }
  .is-end::before{
    font-size: 18px;
  }
  .campaign-staub .mod_img {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 45px;
  }
  .top_kv .top_kv-bottom {
    padding: 20px 15px;
  }
  .sec.campaign-staub {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .campaign-product__inner {
    margin-top: 50px;
    padding: 16px 20px;
  }
  .campaign-product__inner dl dt {
    font-size: 16px;
  }
  .campaign-product__inner dl dt:before {
    width: 20px;
    height: 20px;
    margin-right: 11px;
  }
  .campaign-product__inner dl dd {
    font-size: 16px;
    padding-left: 30px;
  }
  .campaign-product__inner dl dt span {
    top: 11px;
  }
  .campaign-product__inner dl dt.active span {
    top: 15px;
  }
  .campaign-product__inner dl dt span svg {
    width: 16px;
  }
  .btn-campaign {
    width: 100%;
    font-size: 16px;
    height: 81px;
    margin-top: 40px;
  }
  .sec-title--trans {
    transform: translateY(-30px);
    margin-bottom: -30px;
  }
  .title-box__desc {
    font-size: 15px;
  }
  .title-box__title {
    font-size: 20px;
  }
  .campaign-product-border__inner {
    padding: 20px;
    flex-direction: column;
    gap: 24px;
  }
  .campaign-product-border__img {
    flex: 1 1 100%;
    width: 100%;
  }
  .campaign-product-border__img img {
    max-width: 100%;
  }
  .campaign-product__feature .feature-title {
    font-size: 18px;
  }
  .campaign-product-border__inner ul {
    font-size: 16px;
  }
  .campaign-product__feature {
    margin-top: 48px;
  }
  .campaign-product-dot li + li {
    margin-top: 20px;
  }
  .sec.campaign-step {
    margin-bottom: 80px;
  }
  .sec.campaign-other {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .campaign-time {
    margin-top: 45px;
    margin-bottom: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .campaign-time__item {
    font-size: 20px;
    flex-wrap: wrap;
    max-width: 255px;
    margin: 0 auto;
  }
  .campaign-time__item span {
    flex: 1 1 100%;
  }
  .campaign-time__item:before {
    top: 8px;
    left: 0;
  }
  .campaign-time__item span {
    flex: 1 1 100%;
    padding-left: 30px;
  }
  .campaign-time__item + .campaign-time__item {
    margin-top: 40px;
  }
  .campaign-other-note {
    max-width: 255px;
    margin: 0 auto;
  }
  .campaign-step__list {
    margin-top: 48px;
    grid-template-columns: 1fr;
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .campaign-step__list .campaign-step__item:not(:last-child):after {
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -35px;
  }
  .sec.campaign-other .btn-campaign {
    margin-top: 0;
  }
  .sec.campaign-other .btn-campaign .arrow {
    right: 60px;
    width: 15px;
  }
  .sec.sec_bgP.lp-bottom {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .top_kv .top_kv-text {
    top: 10px;
  }
  .top_kv-note {
    display: none;
  }
}