:root {
  --c-kv-background: #FFF099;
  --c-kv-band: #3B3BA3;
  --c-text-color: #4b4b4b;
  --c-black: #333333;
  --c-white: white;
  --c-gray: #F7F7F7;
  --c-magenta: #ff008c;
  --c-magenta-hover: #cc0070;
  --c-light-magenta: #FFF2F9;
  --c-crimson-red: #bf0000;
  --c-blue: #3B3BA3;
  --c-light-blue: #F2F2FF;
  --c-navy: #18187A;
  --fs-14: 14px;
  --contents-large-space: 72px;
  --contents-small-space: 40px;
  --text-head: 22px;
  --border-radius: 12px;
}

@media screen and (max-width: 767px) {
  :root {
    --contents-large-space: 32px;
    --contents-small-space: 72px;
    --text-head: 18px;
    --border-radius: 8px;
  }
}
body {
  font-family: "Rakuten Sans JP2", "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

.main-container {
  overflow: hidden;
}

.lp_wrap {
  color: var(--c-text-color);
}
.component_btn {
  width: 100%;
}
.component_btn a {
  display: block;
  background-color: var(--c-white);
  color: var(--c-magenta);
  border: 2px solid var(--c-magenta);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 100vh;
  padding: 15px 12px 16px;
  transition: 0.3s;
}
.component_btn a:hover {
  filter: brightness(1.2);
  transition: 0.3s;
}
.component_btn.bgMagenta a {
  background-color: var(--c-magenta);
  color: var(--c-white);
}

.component_box_inner {
  margin: 0 auto;
  padding: 72px 0 40px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .component_box_inner {
    padding: 40px 16px;
  }
}
.component_box_inner_item {
  padding: 72px 160px;
  border-radius: var(--border-radius);
  background-color: var(--c-white);
}
@media screen and (max-width: 767px) {
  .component_box_inner_item {
    padding: 32px 24px;
    border-radius: var(--border-radius);
  }
}

.component_qr {
  max-width: 240px;
  margin: 24px auto;
  padding: 24px;
  background: #F5F5F5;
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ta-c {
  text-align: center !important;
}

.c-CrimsonRed {
  color: var(--c-crimson-red) !important;
}

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

.kv_img {
  background: var(--c-kv-background);
  width: 100%;
  height: 370px;
  position: relative;
}
.kv_img_inner {
  width: 1410px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.kv_band {
  background-color: var(--c-kv-band);
  position: relative;
  z-index: 50;
}
.kv_band_inner {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kv_img {
    height: auto;
  }
  .kv_img_inner {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
}

.kvBottom {
  margin: 32px auto 0;
  padding: 0 16px;
  max-width: 592px;
}
.kvBottom_text {
  font-size: 14px;
  line-height: 1.4;
}
.kvBottom_text_inner p:not(:first-child) {
  margin-top: 4px;
}
.kvBottom_img {
  margin-top: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kvBottom {
    margin-top: 24px;
  }
  .kvBottom_text {
    font-size: 13px;
  }
}

.KvFunction {
  max-width: 560px;
  margin: 32px auto 72px;
  padding: 24px 22.5px;
  background-color: var(--c-light-magenta);
  border-radius: 12px;
  text-align: center;
}
.KvFunction > * + * {
  margin-top: 24px;
}
.KvFunction_title {
  font-size: 22px;
  font-weight: bold;
  color: var(--c-magenta);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .KvFunction {
    max-width: none;
    margin: 24px 16px 0;
    text-align: left;
  }
  .KvFunction > * + * {
    margin-top: 16px;
  }
  .KvFunction_title {
    font-size: 18px;
    text-align: center;
  }
}

.step {
  background-color: var(--c-gray);
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .step {
    margin-top: 70px;
  }
}
.step_head {
  margin: 0 0 32px;
  color: var(--c-black);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .step_head {
    font-size: 24px;
  }
}
.step_list_item + .step_list_item {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .step_list_item + .step_list_item {
    margin-top: 40px;
  }
}
.step_list_item_number {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step_list_item_number {
    font-size: 16px;
  }
}
.step_list_item_number_content {
  display: inline-block;
  margin: 0 auto 24px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--c-navy);
  font-size: 24px;
  font-weight: bold;
  color: var(--c-navy);
  text-align: center;
  line-height: 1;
}
.step_list_item_number_content span {
  margin-left: 8px;
}
.step_list_item_head {
  font-size: var(--text-head);
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step_list_item_head {
    font-size: var(--text-head);
  }
}
.step_list_item_img {
  width: 480px;
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  .step_list_item_img {
    width: 100%;
    margin: 16px auto;
  }
}
.step_list_item_img.qr {
  width: 240px;
  border-radius: 10px;
  box-sizing: content-box;
}
.step_list_item_img.step02 {
  width: 198px;
}
@media screen and (max-width: 767px) {
  .step_list_item_img.step02 {
    width: 130px;
  }
}
.step_list_item_img.step03 {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .step_list_item_img.step03 {
    width: 100%;
  }
}

.introduction {
  padding-bottom: 72px;
  background-color: var(--c-gray);
}
@media screen and (max-width: 767px) {
  .introduction {
    padding-bottom: 40px;
  }
}
.introduction_icon {
  width: 86px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .introduction_icon {
    width: 54px;
  }
}
.introduction_heading_h2 {
  color: var(--c-navy);
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .introduction_heading_h2 {
    font-size: 26px;
    margin-top: 16px;
    line-height: 1.2;
  }
}
.introduction_heading_h2 span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .introduction_heading_h2 span {
    font-size: 20px;
  }
}
.introduction_heading_h2.officialAccount {
  color: var(--c-navy);
  font-size: 30px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .introduction_heading_h2.officialAccount {
    font-size: 20px;
  }
}
.introduction_heading_h2.officialAccount span {
  display: inline-block;
  padding-left: 40px;
  background: url(../img/img_officialaccount.png) no-repeat;
  background-position: left center;
  background-size: 34px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .introduction_heading_h2.officialAccount span {
    font-size: 24px;
    line-height: 1.5;
  }
}
.introduction_heading_h3 {
  color: var(--c-blue);
  font-size: 20px;
  margin-top: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.introduction_text {
  margin-top: 40px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .introduction_text {
    margin-top: 24px;
    font-size: 16px;
  }
}
.introduction_img {
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .introduction_img {
    width: 80%;
    margin: 24px auto 0;
  }
}

.terms {
  margin-top: 46px;
  padding-top: 24px;
  margin-bottom: 70px;
}
.terms_inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 832px;
}
.terms_heading {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 38px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .terms_heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.terms_title {
  background-color: #e9e9e9;
  border-right: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
.terms_detail {
  background-color: var(--c-white);
  color: #333;
}
.terms_detail dt {
  background-color: #F7F8FB;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
}
.terms_detail dt:first-child {
  border-top: solid 1px #dddddd;
}
.terms_detail dd {
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 16px;
  font-size: 14px;
}
.terms_detail dd h4 {
  font-weight: bold;
}

.thanks {
  padding-bottom: 72px;
  background-color: var(--c-magenta);
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-bottom: 40px;
  }
}
.thanks_inner {
  padding-top: 0px;
}
.thanks_inner_item {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .thanks_inner_item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.thanks_top {
  color: var(--c-navy);
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks_top {
    font-size: 28px;
  }
}
.thanks_head {
  font-size: var(--text-head);
  font-weight: bold;
  color: var(--c-black);
  text-align: center;
}
.thanks_head span {
  color: var(--c-magenta);
}
.thanks_img {
  margin: 24px auto;
  max-width: 480px;
}
.thanks_text {
  color: var(--c-magenta);
  font-size: var(--text-head);
  font-weight: bold;
  text-align: center;
}

.other_campaign {
  max-width: 528px;
  margin: 72px auto;
  padding: 0 24px;
}
.other_campaign_btn {
  display: block;
  font-size: 22px;
  text-align: center;
  color: var(--c-blue);
  border: 2px solid var(--c-blue);
  padding: 7px 0 8px;
  border-radius: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .other_campaign_btn {
    font-size: 15px;
    padding: 9px 0;
  }
}
.other_campaign_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--c-blue);
  border-right: solid 2px var(--c-blue);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}

.popask {
  margin-top: 54px;
}
.popask #rexSurveyEmbedded:empty {
  margin-top: -54px;
}

.note_inner {
  padding: 0 24px;
  max-width: 648px;
  margin: 0 auto;
}
.note_inner_caption {
  font-size: 20px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .note_inner_caption {
    font-size: 16px;
  }
}
.note_inner_link {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .note_inner_link {
    font-size: 16px;
  }
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.fixed .to-top-btn {
  position: absolute;
  margin-left: auto;
  margin-right: 16px;
  top: -4rem;
  right: 0;
  width: 46px;
  height: 46px;
}

.floating {
  margin-top: 16px;
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 51;
}
.floating_inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  padding: 16px;
  margin: 0 auto;
}
.floating .kvBtn_btn, .floating .kvBtn_btn2 {
  width: calc((100% - 16px) / 2);
  max-width: 360px;
}
.floating .closeTitle {
  color: var(--c-white);
}
.floating .CampaignButton {
  margin-top: 0 !important;
}
.floating .rex-button {
  border: 2px solid #ff41be;
  padding: 13.5px 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating .RexButton-message {
  font-size: 15px !important;
  font-weight: bold !important;
}
.floating .kvBtn_btn2 a {
  padding: 13.5px 20px;
  font-size: 15px;
  font-weight: bold;
}
.floating .kvBtn_btn2 a:hover {
  background-color: #ffcce8;
}
.floating .InfoText {
  display: none;
}
@media screen and (max-width: 767px) {
  .floating_inner {
    padding: 8px;
  }
  .floating .rex-button, .floating .kvBtn_btn2 a {
    height: 59px;
    padding: 8px !important;
    min-width: initial !important;
    line-height: 1.3 !important;
  }
}

@media screen and (max-width: 767px) {
  .to-top-btn {
    bottom: 2.4rem;
  }
}
.rex-button, [class^=InformationText_wrappe] {
  font-family: "Rakuten Sans JP2" !important;
}

#rex-ceb-02 .RexButton-message {
  font-size: 24px;
  font-weight: 500;
}

.closeTitle {
  color: var(--c-magenta);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .closeTitle {
    font-size: 20px;
  }
}
.closeTitle:not(:last-child) {
  margin-bottom: 12px;
}

.cta_close--show {
  display: none;
}
.closeCPN .cta_close--show {
  display: block;
}
.closeCPN .cta_close--hide {
  display: none;
}/*# sourceMappingURL=cp_sps.css.map */