@charset "UTF-8";
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/fonts/RakutenSansJP2_W-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/fonts/RakutenSansJP2_W-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/fonts/RakutenSansJP2_W-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/fonts/RakutenSansJP2_W-DemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/fonts/RakutenSansJP2_W-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/fonts/RakutenSansJP2_W-Heavy.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rakuten Sans JP2", "Rakuten Sans JP", "Noto Sans JP", sans-serif;
}

em {
  font-style: normal;
  font-weight: 700;
}

.fw-b {
  font-weight: bold;
}

.crimsonRed {
  color: #bf0000;
}

.magenta {
  color: #ff008c;
}

.c000033 {
  color: #000033;
}

.cAnnotation {
  color: #DF0101;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-content {
  padding-left: 1em;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.mt-0px {
  margin-top: 0px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.mt-36px {
  margin-top: 36px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-48px {
  margin-top: 48px !important;
}

.mt-72px {
  margin-top: 72px !important;
}

.mb-32px {
  margin-bottom: 32px !important;
}

.pdLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pdT-24px {
  padding-top: 24px !important;
}

.pdT-32px {
  padding-top: 32px !important;
}

.pdT-48px {
  padding-top: 48px !important;
}

.pdB-24px {
  padding-bottom: 24px !important;
}

.pdB-32px {
  padding-bottom: 32px !important;
}

.pdB-48px {
  padding-bottom: 48px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-26px {
  font-size: 26px !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.main-container {
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.marker {
  background: linear-gradient(transparent 70%, #ffeb3b 30%);
  background-size: 100% 80%;
}

.lp_coupon {
  color: #333333;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lp_coupon {
    max-width: 1070px;
    margin: 0 auto;
  }
}

.button--blue, .button--pink, .button--white, .button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: white !important;
  line-height: 1.1;
  background-color: #ff008c;
  border-radius: 60px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.button--blue:hover, .button--pink:hover, .button--white:hover, .button:hover {
  background-color: #cc0070;
}
.feature-flow__block--box .button--blue, .feature-flow__block--box .button--pink, .feature-flow__block--box .button--white, .feature-flow__block--box .button {
  font-size: 13px;
}

.button--white {
  height: 76px;
  color: #ff008c !important;
  background-color: white;
  border: 2px solid #ff008c;
}
.button--white:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--pink {
  color: #ff008c !important;
  background-color: white;
  border: 2px solid #ff008c;
}
.button--pink:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--blue {
  color: #0072BF !important;
  background-color: white;
  border: 1px solid #0072BF;
}
.button--blue:hover {
  background-color: white;
  filter: brightness(140%);
}

.border-dashed {
  width: 100%;
  border-top: black 1px dashed;
}
.kv_bottom .border-dashed {
  border-top-color: #BFBFBF;
  border-top-width: 0.6px;
  margin-bottom: 16px;
}

/* kv */
.kv img {
  width: 100%;
}
.kv_bottom {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 16px;
  color: #676767;
}
.kv_main {
  background: #FFF2F9;
}
.kv_main-image {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}

/* mainContent */
.mainContent {
  padding: 40px 16px;
  background: #FFE2F2;
  color: #ff008c;
}
.mainContent_inner {
  max-width: 540px;
  margin: 0 auto;
}

/* 開催中のキャンペーンはこちらボタン */
.other-campaign-btn {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #3B3BA3;
  border: 2px solid #3B3BA3;
  padding: 11px 24px 12px;
  border-radius: 100vh;
  position: relative;
  text-align: center;
}
.other-campaign-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3B3BA3;
  border-right: solid 2px #3B3BA3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}

/* cpn-divider */
.cpn-divider {
  display: block;
  font-size: 0;
  line-height: 0;
}
.cpn-divider img {
  display: block;
  width: 100%;
}

/* cpn-anchor（アンカーリンク） */
.cpn-anchor {
  padding: 8px;
  background: white;
}
.cpn-anchor__inner {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.cpn-anchor__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 51px;
  padding: 0px 8px;
  font-size: 13px;
  font-weight: 700;
  color: #333333 !important;
  text-align: center;
  line-height: 1;
  border: 2px solid #ff008c;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .cpn-anchor__btn {
    flex-direction: row;
    gap: 8px;
    height: 44px;
    font-size: 16px;
  }
}
.cpn-anchor__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff008c;
  border-bottom: 2px solid #ff008c;
  transform: rotate(45deg);
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .cpn-anchor__btn::after {
    margin-top: -6px;
  }
}

/* cpn-list（クーポン一覧） */
.cpn-list {
  padding: 8.533vw 0px;
  background: white;
}
@media screen and (min-width: 768px) {
  .cpn-list {
    padding: 32px 0px;
  }
}
.cpn-list__inner {
  max-width: 1070px;
  margin: 0 auto;
}
.cpn-list__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 5.867vw;
  font-weight: 700;
  color: #ff008c;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .cpn-list__head {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.cpn-list__head-icon {
  width: 7.2vw;
  height: 5.067vw;
}
@media screen and (min-width: 768px) {
  .cpn-list__head-icon {
    width: 35px;
    height: 25px;
  }
}
.cpn-list__items {
  display: flex;
  flex-direction: column;
  gap: 4.267vw;
  padding: 0 2.133vw;
}
@media screen and (min-width: 768px) {
  .cpn-list__items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 0 8px;
  }
}
.cpn-list__note {
  text-align: right;
  font-size: 2.053vw;
  color: #333333;
  padding: 2.133vw 2.133vw 0;
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cpn-list__note {
    font-size: 11px;
    padding: 8px 8px 0;
  }
}
.cpn-list__item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid var(--gradient-color, #dddddd);
  border-radius: 3.35vw;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .cpn-list__item {
    width: 38%;
    border-radius: 12px;
  }
}
.cpn-list__img {
  position: relative;
  flex-shrink: 0;
  width: 30%;
}
.cpn-list__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, var(--gradient-color) 0%, var(--gradient-color) 32.69%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.cpn-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cpn-list__img-label {
  position: absolute;
  top: 2.133vw;
  left: 0;
  right: 0;
  font-size: 3.467vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cpn-list__img-label {
    font-size: 13px;
    top: 10px;
  }
}
.cpn-list__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
  padding: 3.2vw 3.2vw 2.53vw;
}
@media screen and (min-width: 768px) {
  .cpn-list__detail {
    gap: 6px;
    padding: 12px;
  }
}
.cpn-list__tags-desc {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  white-space: nowrap;
  gap: 2.133vw;
}
@media screen and (min-width: 768px) {
  .cpn-list__tags-desc {
    gap: 8px;
  }
}
.cpn-list__tags {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 2.053vw;
  font-weight: 600;
  line-height: 1;
  padding: 0.8vw 1.567vw;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .cpn-list__tags {
    font-size: 7.7px;
    padding: 3px 4px;
  }
}
.cpn-list__tags--popular {
  color: #A06100;
  background: #FDDC57;
}
.cpn-list__tags--popular::before {
  content: "";
  display: inline-block;
  width: 2.667vw;
  height: 2.667vw;
  background-image: url("../img/icon_popular.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .cpn-list__tags--popular::before {
    width: 10px;
    height: 10px;
  }
}
.cpn-list__tag {
  margin-top: 1px;
}
.cpn-list__tag sup {
  font-size: 0.7em;
  align-self: flex-start;
}
.cpn-list__desc {
  font-size: 2.667vw;
  font-weight: 500;
  color: #333333;
  height: 7.23vw;
  line-height: 1.28;
}
@media screen and (min-width: 768px) {
  .cpn-list__desc {
    font-size: 10px;
    height: 30px;
  }
}
.cpn-list__discount {
  font-size: 15.008vw;
  font-weight: 700;
  color: var(--gradient-color, #bf0000);
  line-height: 0.9;
  letter-spacing: -5%;
  margin-left: -4px;
}
@media screen and (min-width: 768px) {
  .cpn-list__discount {
    font-size: 56.28px;
  }
}
.cpn-list__discount .comma {
  font-size: 7.504vw;
}
@media screen and (min-width: 768px) {
  .cpn-list__discount .comma {
    font-size: 28.14px;
  }
}
.cpn-list__discount span:not(.comma) {
  font-size: 5.6vw;
  margin-left: 4px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cpn-list__discount span:not(.comma) {
    font-size: 21px;
  }
}
.cpn-list__target {
  display: inline-flex;
  align-items: center;
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 1.3;
  color: var(--gradient-color, #bf0000);
  border: 1px solid var(--gradient-color, #bf0000);
  border-radius: 100vw;
  padding: 0.533vw 2.133vw;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .cpn-list__target {
    font-size: 9px;
    padding: 2px 8px;
  }
}
.cpn-list__period {
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .cpn-list__period {
    font-size: 10px;
  }
}
.cpn-list__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
  padding: 2.133vw 3.733vw;
  background: var(--gradient-color, #bf0000);
  color: white !important;
  font-size: 2.933vw;
  font-weight: 500;
  border-radius: 2.233vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cpn-list__btn {
    padding: 8px 14px;
    font-size: 11px;
    border-radius: 8px;
  }
}
.cpn-list__btn::before {
  content: "";
  display: inline-block;
  width: 4.267vw;
  height: 3.2vw;
  background-image: url("../img/icon_coupon.png");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cpn-list__btn::before {
    width: 16px;
    height: 12px;
  }
}
.cpn-list__btn::after {
  content: "";
  position: absolute;
  right: 3.733vw;
  display: block;
  width: 1.867vw;
  height: 1.867vw;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cpn-list__btn::after {
    right: 14px;
    width: 7px;
    height: 7px;
  }
}

/* item-* グラデーション色設定 */
.item-ichiba {
  --gradient-color: #bf0000;
}

.item-beauty {
  --gradient-color: #FF41BE;
}

.item-travel {
  --gradient-color: #00B900;
}

.item-fashion {
  --gradient-color: #000000;
}

.item-gora {
  --gradient-color: #bf0000;
}

.item-kobo {
  --gradient-color: #bf0000;
}

.item-books {
  --gradient-color: #bf0000;
}

.item-rakuma {
  --gradient-color: #002896;
}

.item-bic {
  --gradient-color: #bf0000;
}

/* filter（絞り込み） */
.filter {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 0 16px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .filter {
    justify-content: center;
    padding: 0;
    gap: 36px;
  }
}
.filter__head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}
.filter__head::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.2em;
  background: #ff008c;
  border-radius: 2px;
  flex-shrink: 0;
}
.filter__btns {
  display: flex;
  width: 360px;
  gap: 12px;
  flex-wrap: wrap;
}
.filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 175px;
  flex-grow: 1;
  gap: 8px;
  height: 33px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  background: white;
  border: 2px solid #727272;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s;
}
.filter__btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #727272;
  background: white;
  flex-shrink: 0;
  transition: border-color 0.15s, background 0.15s;
}
.filter__btn:hover {
  border-color: #ff008c;
}
.filter__btn.is-active {
  border-color: #ff008c;
}
.filter__btn.is-active::before {
  border-color: #ff008c;
  background: radial-gradient(#ff008c 45%, white 45%);
}

/* cpn-steps（クーポン獲得方法） */
.cpn-steps {
  padding: 32px 16px;
}
.cpn-steps__inner {
  max-width: 790px;
  margin: 0 auto;
}
.cpn-steps__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #ff008c;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .cpn-steps__head {
    font-size: 28px;
  }
}
.cpn-steps__head-icon {
  width: 27px;
  height: 19px;
}
@media screen and (min-width: 768px) {
  .cpn-steps__head-icon {
    width: 35px;
    height: 25px;
  }
}
.cpn-steps__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  color: #ff008c;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cpn-steps__sub {
    font-size: 20px;
    font-weight: bold;
  }
}
.cpn-steps__sub::before {
  content: "／";
  color: #ff008c;
  transform: scaleX(-1);
  display: inline-block;
}
.cpn-steps__sub::after {
  content: "／";
  color: #ff008c;
}
.cpn-steps__sub-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: #ff008c;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .cpn-steps__sub-label {
    font-size: 15px;
  }
}

/* キャンペーン詳細用ユーティリティ */
.u-fw-bold {
  font-weight: bold !important;
}

.u-c-ff008c {
  color: #FF008C !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

/* rm-c-* （rakutenai/common.css からコピー） */
.rm-c-link {
  display: inline-block;
  color: #0072BF;
}
.rm-c-link:hover {
  color: #00568F;
}
.rm-c-link:hover .rm-c-link__text {
  text-decoration-thickness: 2px;
}
.rm-c-link:active {
  color: #00375C;
}

.rm-c-link__text {
  text-decoration: underline;
}

.rm-c-text {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.rm-c-text--small {
  font-size: 14px;
}
.rm-c-text--bold {
  font-weight: 600;
}

.rm-c-annotation {
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  color: #676767;
  display: block;
  padding-left: 1.5em;
}
.rm-c-annotation::before {
  display: inline-block;
  content: "※";
  width: 1.5em;
  position: absolute;
  left: 0;
}

/* accordion */
.js-accordion [data-accordion-id] {
  display: grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
.js-accordion [data-accordion-id].is-show {
  grid-template-rows: 1fr;
}
.js-accordion [data-accordion-id] > * {
  overflow: hidden;
}

.rm-c-accordion {
  display: flex;
  flex-direction: column;
}

.rm-c-accordion__item {
  background-color: white;
  border: 1px solid #BFBFBF;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.rm-c-accordion__head {
  width: 100%;
}

.rm-c-accordion__button {
  position: relative;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .rm-c-accordion__button {
    padding: 24px 0;
    font-size: 20px;
    line-height: 1.4;
  }
  .rm-c-accordion__button:hover {
    background-color: #F7F7F7;
  }
}
.rm-c-accordion__button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../img/accordion_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .rm-c-accordion__button::before {
    right: 24px;
    width: 30px;
    height: 30px;
  }
}
.rm-c-accordion__button.is-active::before {
  background-image: url("../img/accordion_minus.png");
}

.rm-c-accordion__container {
  width: 100%;
}

.rm-c-accordion__inner {
  width: 100%;
}

.rm-c-accordion__content {
  padding: 0 16px 16px;
}
@media screen and (min-width: 768px) {
  .rm-c-accordion__content {
    padding: 0 24px 24px;
  }
}

/* detail */
.rm-c-detail {
  width: 100%;
  background-color: white;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .rm-c-detail {
    padding: 64px;
  }
}

.rm-c-detail__container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .rm-c-detail__container {
    margin-top: 12px;
  }
}

.rm-c-detail__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 16px;
  background-color: #E9E9E9;
}

.rm-c-detail__table {
  border: 1px solid #dddddd;
  border-bottom: none;
}

.rm-c-detail__table--term {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px;
  background-color: #F7F8FB;
  border-bottom: 1px solid #dddddd;
}

.rm-c-detail__table--description {
  padding: 16px;
  border-bottom: 1px solid #dddddd;
}

.rm-c-detail__list {
  margin-top: 8px;
}
.rm-c-detail__list:first-child {
  margin-top: 0;
}

.rm-c-detail__item {
  margin-top: 4px;
}
.rm-c-detail__item:first-child {
  margin-top: 0;
}

.rm-c-detail__item--note {
  padding-left: 20px;
  position: relative;
}
.rm-c-detail__item--note::before {
  content: "・";
  width: 20px;
  position: absolute;
  left: 0;
}

/* cpn-terms（クーポン注意事項） */
.cpn-terms {
  padding: 40px 8px 60px;
  background: white;
}
.cpn-terms__inner {
  max-width: 1070px;
  margin: 0 auto;
}
.cpn-terms__head {
  font-size: 24px;
  font-weight: 700;
  color: #ff008c;
  background: white;
  text-align: center;
  padding: 14px 16px;
}
.cpn-terms__blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cpn-terms__blocks {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 24px 32px;
  }
}
.cpn-terms__block {
  max-width: 360px;
  border-top: 1px solid #dddddd;
}
.cpn-terms__block:first-of-type {
  border-top: none;
}
.cpn-terms__service {
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: center;
  padding: 4px 16px;
}
.cpn-terms__service--ichiba {
  background: #BF0000;
}
.cpn-terms__service--travel {
  background: #00B900;
}
.cpn-terms__service--fashion {
  background: #000000;
}
.cpn-terms__service--books {
  background: #BF0000;
}
.cpn-terms__service--kobo {
  background: #BF0000;
}
.cpn-terms__service--beauty {
  background: #FF41BE;
}
.cpn-terms__service--rakuma {
  background: #002896;
}
.cpn-terms__service--gora {
  background: #BF0000;
}
.cpn-terms__list {
  padding: 8px 8px 16px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cpn-terms__item {
  font-size: 14px;
  line-height: 1.6;
  color: #676767;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.cpn-terms__item::before {
  content: "※";
  display: inline;
}

/* note */
.note_inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 4rem;
  font-size: 1.6rem;
  color: #000033;
}

/* terms */
.terms__inner {
  margin: 0 auto;
  padding: 72px 16px;
  max-width: 800px;
}
.terms__head {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.terms__title {
  border: solid 1px #dddddd;
  border-bottom: none;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #e9e9e9;
}
.terms__detail {
  background-color: white;
  border: solid 1px #dddddd;
  line-height: 1.6;
}
.terms__detail-head {
  background-color: #F7F8FB;
  border-bottom: solid 1px #dddddd;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
.terms__detail-desc {
  padding: 16px;
  font-size: 14px;
}
.terms__detail-desc:not(:last-of-type) {
  border-bottom: solid 1px #dddddd;
}
.terms__detail-subhead {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}
.terms__detail-subhead:not(:first-of-type) {
  margin-top: 16px;
}
.terms__detail-note span {
  font-weight: bold;
}
* + .terms__detail-note {
  margin-top: 12px;
}

/* feature（できること） */
.feature__inner {
  padding: 40px 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
}
@media screen and (max-width: 767.9px) {
  .feature__inner {
    padding: 40px 8px 0;
  }
}
.feature__content {
  margin-bottom: 40px;
}
.feature__detail {
  color: #676767;
  margin-top: 16px;
}
.feature__detail p {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
@media screen and (min-width: 768px) {
  .feature__detail p {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.feature__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #ff008c;
}
@media screen and (min-width: 768px) {
  .feature__head {
    font-size: 28px;
  }
}
.feature__head-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.feature__head3 {
  max-width: 430px;
  width: 100%;
  margin: 0 auto 8px;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  background-image: url(../img/img_title_bg_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .feature__head3 {
    background-image: url(../img/img_title_bg_sp.png);
  }
}
.feature__image {
  margin: 30px auto 20px;
}
@media screen and (max-width: 767.9px) {
  .feature__image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .feature__image {
    max-width: 100%;
  }
}
.feature__image__content {
  max-width: 100%;
}
.feature__divider {
  height: 15px;
  margin: 40px 0;
  background-image: url(../img/img_featdevider_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .feature__divider {
    background-image: url(../img/img_featdevider_sp.png);
  }
}
.feature__divider-dashed {
  max-width: 328px;
  border-color: rgb(191, 191, 191);
  border-width: 0.6px;
  border-style: dashed;
  margin: 40px auto;
}
.feature__btn {
  display: block;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  width: 280px;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 50px;
  background: #ff008c;
  color: #FFFFFF !important;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.feature__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 16px;
}
.feature__list {
  width: 375px;
}
@media screen and (max-width: 767.9px) {
  .feature__list {
    width: calc(50% - 8px);
  }
}
.feature__list img {
  width: 100%;
  margin-bottom: 16px;
}
.feature-flow {
  counter-reset: flow-num 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.feature-flow__head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.feature-flow__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: white;
  color: #333333;
  padding: 24px 130px;
  border-radius: 12px;
}
@media screen and (max-width: 767.9px) {
  .feature-flow__block {
    padding: 24px;
  }
}
.feature-flow__block--last::before {
  content: "";
  background: #FFE2F2;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(45deg);
}
.feature-flow__block--step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, #ff008c 42.31%, #bf0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}
.feature-flow__block--step-number::before {
  counter-increment: flow-num;
  content: counter(flow-num, decimal-leading-zero);
  font-size: 52px;
}
.feature-flow__block--head {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.feature-flow__block--box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 12px;
  background: #F7F7F7;
}
.feature-flow__block--img img {
  max-width: 100%;
}
.feature-flow__block--btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* banner-section */
.banner-section {
  padding: 40px 16px;
}
.banner-section__inner {
  max-width: 760px;
  margin: 0 auto;
}
.banner-section__head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ff008c;
  margin-bottom: 24px;
}

/* TOPへボタン */
.to-top-btn {
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 999;
  bottom: 2.4rem;
  right: 2.4rem;
  width: 50px;
  height: 50px;
}
.to-top-btn.active {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.to-top-btn img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .to-top-btn {
    right: 1.6rem;
    width: 46px;
    height: 46px;
  }
}

@media screen and (max-width: 767.9px) {
  #footer-wrap {
    padding-bottom: 150px;
  }
}
/*--------------------
  banner-slider
--------------------*/
.banner-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
  width: 100%;
}
.banner-slider.swiper-initialized {
  opacity: 1;
}
.banner-slider .swiper-slide img {
  width: 100%;
}
.banner-slider .swiper-pagination {
  position: static;
  padding: 24px 16px 8px;
}
.banner-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #dddddd;
  opacity: 1;
  margin: 0 6px !important;
}
.banner-slider .swiper-pagination-bullet-active {
  background-color: #bf0000;
  border-color: #bf0000;
}
.banner-slider .swiper-button-disabled {
  display: none;
}
.banner-slider .swiper-button-prev {
  left: 0;
}
.banner-slider .swiper-button-next {
  right: 0;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  border-radius: 100%;
  font-size: 0;
  top: 45%;
  width: 32px;
  height: 32px;
  border: none;
  background-color: #bf0000;
  filter: brightness(90%);
}
.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
  font-size: 14px;
  color: white;
}

#step01 .rex-button {
  font-size: 20px;
}

p.agreement-message {
  font-family: "Rakuten Sans JP" !important;
  color: #676767 !important;
  margin-bottom: 8px;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.ls-13per {
  letter-spacing: -13%;
}