.un-feture01 .un-feture01-txt {
  background-color: #FFD8D8;
  border-radius: 32px;
  padding: 10px 20px;
  width: 240px;
  margin: 0 10px;
  font-size: 18px;
  text-align: center;
}
.un-feture01-txt2 {
  border-radius: 32px;
  padding: 10px 20px;
  border: 1px solid #D9D9D9;
  width: 350px;
  margin: 30px auto 20px;
  font-size: 18px;
  text-align: center;
}
.un-feture01-triangle {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.un-feture01-triangle::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
  display: block;
  border-top: 30px solid #FFD8D8;
  border-right: 40px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid transparent;
}
.un-feture01-900box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.un-feture01-900box p {
  font-size: 20px;
  margin-bottom: 0;
  text-align: right;
}
.un-feture01-900txt {
  position: relative;
  margin-left: 15px;
  padding-bottom: 10px;
  line-height: 1;
}
.un-feture01-900txt::after {
  position: absolute;
  content: '';
  font-size: 14px;
  top: 30%;
  right: 0;
}
.un-feture01-900txt span {
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 1.2;
  color: #D9161B;
  text-decoration: underline;
  text-decoration-color: #F5D200;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 8px;
  text-underline-offset: -0.05em
}
.un-discount-price {
  padding: 5px 20px;
  text-align: center;
  width: 420px;
  background-color: #E83817;
  border-radius: 32px;
  color: #fff;
  font-size: 18px;
  margin: 20px auto;
  font-weight: bold;
}
.un-discount-notebox {
  max-width: 420px;
  margin: 0 auto;
}

/* sp */
@media screen and (max-width: 767px) {
  .un-feture01 .un-feture01-txt {
    padding: 5px;
    min-width: 130px;
    margin: 0;
    font-size: 16px;
    text-align: center;
  }
  .un-feture01-txt2 {
    width: 320px;
    font-size: 16px;
  }
  .un-feture01-triangle::after {
    border-top: 20px solid #FFD8D8;
    border-right: 30px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid transparent;
    top: 5px;
  }
  .un-discount-price {
    padding: 5px 20px;
    text-align: center;
    width: 270px;
    font-size: 14px;
  }
}

/* ネット特典エリア */
.bg-net-tokuten {
  background-color: #4f76d4;
}
.bg-net-tokuten .has-bd-bottom {
  border-bottom: 1px solid #000;
  padding-bottom: 44px;
}
.bg-net-tokuten .net-tokuten-btn {
  border: 3px solid #4f76d4;
}

/* 割引適用イメージ */
.discount-detail {
  padding: 16px;
  background-color: #E8F3FF;
}
.discount-detail > .item {
  position: relative;
}
.discount-detail > .item + .item {
  margin-top: 16px;
}
.discount-detail > .item .item-header {
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 6px;
  background-color: #489CFF;
}
.discount-detail > .item .item-body {
  text-align: center;
  font-weight: bold;
}
.discount-detail > .item .item-body p {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .discount-detail > .item .item-body p {
    font-size: 16px;
  }
}
.discount-detail > .item .item-body .fs-sm {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .discount-detail > .item .item-body .fs-sm {
    font-size: 12px;
  }
}
.discount-detail > .item .item-body .fs-strong-1 {
  position: relative;
  top: 1px;
  font-size: 32px;
  line-height: 1.2;
  color: #d9161B;
}
@media screen and (max-width: 767px) {
  .discount-detail > .item .item-body .fs-strong-1 {
    font-size: 24px;
  }
}
.discount-detail > .item .item-body .fs-strong-2 {
  position: relative;
  top: 1px;
  font-size: 36px;
  line-height: 1.2;
  color: #d9161B;
}
@media screen and (max-width: 767px) {
  .discount-detail > .item .item-body .fs-strong-2 {
    font-size: 26px;
  }
}