@charset "UTF-8";

dl,
dt,
dd {
  margin: 0;
}
button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.ecm-wrap a:not(.ecm-breadcrumb a, .ecm-campaign-details a) {
  color: #bf0000;
}
.ecm-wrap .ecm-campaign-details-headline,
.ecm-wrap .ecm-campaign-details {
  color: #000;
}
.ecm-wrap {
  min-width: 1024px;
}
.ecm-wrap a,
.ecm-wrap button {
  transition: opacity 0.3s;
}
.ecm-wrap a:hover,
.ecm-wrap button:hover {
  opacity: 0.8;
}
.swiper-container {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  padding: 24px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, height, -webkit-transform;
  box-sizing: content-box;
  align-items: flex-start;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-bullet {
  display: inline-block;
  background-color: #6d6d6d;
  opacity: 1;
  border-radius: 100%;
  background: #000;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 11px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
:root {
  --swiper-navigation-size: 0;
}
@font-face {
  font-family: "Rakuten Sans JP";
  src: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/font/RakutenSans/RakutenSansJP_W_Light.woff?v=202508291721)
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rakuten Sans JP";
  src: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/font/RakutenSans/RakutenSansJP_W_Regular.woff?v=202508291721)
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rakuten Sans JP";
  src: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/font/RakutenSans/RakutenSansJP_W_Medium.woff?v=202508291721)
    format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rakuten Sans JP";
  src: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/font/RakutenSans/RakutenSansJP_W_DemiBold.woff?v=202508291721)
    format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Rakuten Sans JP";
  src: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/font/RakutenSans/RakutenSansJP_W_Bold.woff?v=202508291721)
    format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rakuten Sans JP";
  src: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/font/RakutenSans/RakutenSansJP_W_Heavy.woff?v=202508291721)
    format("woff");
  font-weight: 800;
  font-style: normal;
}
#invitation .ecm-container {
  padding-left: 40px;
  padding-right: 40px;
}
.rc-kv {
  max-width: 1920px;
  margin-inline: auto;
  padding-top: 60px;
  text-align: center;
}
.rc-kv__image {
  width: 714px;
  height: auto;
}
.rc-background-kv {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #f9f8f8;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_kanban.png?v=202508291721);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: top center;
}
.rc-background-step {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #f9f8f8;
}
.rc-background-step::before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 960px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_top_step.png?v=202508291721);
}
.rc-background-service {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #cfefff;
}
.rc-background-service::before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 960px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f9f8f8;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_top_service.png?v=202508291721);
}
.rc-background-service::after {
  position: absolute;
  top: -40px;
  width: 585px;
  height: 544px;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_treat_service.png?v=202508291721);
  background-size: contain;
  background-repeat: no-repeat;
}
.rc-background-recommendation {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #f59600;
}
.rc-background-recommendation::before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 960px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cfefff;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_top_recommendation.png?v=202508291721);
}
.rc-background-rakuten {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #00b900;
}
.rc-background-rakuten::before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 960px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f59600;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_top_economicZone.png?v=202508291721);
}
.rc-background-mail {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #022a97;
}
.rc-background-mail::before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 960px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #00b900;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_top_mail.png?v=202508291721);
}
.rc-background-white {
  border-radius: 24px;
  background-color: #fff;
}
.rc-background-rule {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #f0f0f0;
}
.rc-anim.js-scroll-anim-start.-zoomIn {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -1.09375vw) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.rc-box-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-inline: auto;
  padding: 2px;
  border-radius: 16px;
  border: 2px solid #6a010f;
  background-color: #fff;
  box-shadow: 0 0 1.3333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
}
.rc-box-campaign__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_treat_campaign_pikapika.png?v=202508291721);
  background-size: auto;
  background-repeat: no-repeat;
}
.rc-box-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #f9f8f8;
}
.rc-box-step--orange {
  background-color: #fff7eb;
}
.rc-box-step--green {
  background-color: #f0fff0;
}
.rc-box-step--flow::after {
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%) rotate(90deg);
  width: 24px;
  height: 12px;
  content: "";
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff7eb;
}
.rc-box-reduction {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 480px;
  margin-inline: auto;
  padding: 2px;
  border-radius: 16px;
  border: 2px solid #6a010f;
  background-color: #fff;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
}
.rc-box-reduction__content {
  width: 100%;
  padding: 16px 8px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_treat_reduction_pikapika.png?v=202508291721);
  background-size: 100%;
  background-position: center;
}
.rc-box-reduction__content::before,
.rc-box-reduction__content::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.rc-box-reduction__content::before {
  top: 12px;
  left: -24px;
  width: 76px;
  height: 131px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/image_point_reduction_01.png?v=202508291721);
}
.rc-box-reduction__content::after {
  top: 34px;
  right: -8px;
  width: 78px;
  height: 108px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/image_point_reduction_02.png?v=202508291721);
}
.rc-box-service {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 2px;
  border-radius: 16px;
  border: 2px solid #ff008c;
  background-color: #fff;
}
.rc-box-service--pink {
  border-color: #ff008c;
}
.rc-box-service--red {
  border-color: #bf0000;
}
.rc-box-service--blue {
  border-color: #032b97;
}
.rc-box-service--orange {
  border-color: #f59600;
}
.rc-box-service--green {
  border-color: #00b900;
}
.rc-box-service__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 16px 10px 12px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_treat_service_pikapika.png?v=202508291721);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rc-box-service-link {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px 8px;
  align-self: stretch;
  flex-wrap: wrap;
  padding: 16px;
  background-color: #ebf8ff;
}
.rc-box-recommendation {
  position: relative;
  min-height: 520px;
  border-radius: 16px;
  background-color: #fff;
}
.rc-box-recommendation::before {
  position: absolute;
  bottom: 0;
  content: "";
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.rc-box-recommendation--family {
  padding: 16px 16px 56px;
}
.rc-box-recommendation--family::before {
  right: 7px;
  width: 173px;
  height: 83px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/image_family.png?v=202508291721);
}
.rc-box-recommendation--kid {
  padding: 27px 16px 56px;
}
.rc-box-recommendation--kid::before {
  right: 7px;
  width: 173px;
  height: 86px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/image_kid.png?v=202508291721);
}
.rc-box-recommendation--friend {
  padding: 27px 16px 56px;
}
.rc-box-recommendation--friend::before {
  right: 21px;
  width: 150px;
  height: 80px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/image_friend.png?v=202508291721);
}
.rc-box-recommendation-description {
  padding: 8px 12px;
  background-color: #e5f6ff;
}
.rc-box-rakuten {
  width: 100%;
  min-height: 572px;
  padding: 24px 16px;
  border-radius: 16px;
  background-color: #fff;
}
.rgi-c-headline {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6px;
}
.rgi-c-headline-white {
  color: #fff;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.rgi-c-headline-campaign {
  width: 100%;
  padding: 8px 0;
  border-radius: 12px 12px 0 0;
  background-color: #6a010f;
  text-align: center;
}
.rgi-c-headline-campaign__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
}
.rgi-c-headline-reduction {
  position: relative;
  width: 100%;
  padding: 8px 0;
  border-radius: 12px 12px 0 0;
  background-color: #6a010f;
}
.rgi-c-headline-reduction__text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.rgi-c-headline-step {
  width: 343px;
  height: auto;
  margin-inline: auto;
}
.rgi-c-headline-service {
  position: relative;
  z-index: 1;
  width: 375px;
  height: auto;
  margin-inline: auto;
}
.rc-text-campaign-condition {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-weight: 600;
  line-height: 1.5;
  color: #6a010f;
}
.rc-text-campaign-condition__label {
  padding: 4px 8px;
  border-radius: 4px;
}
.rc-text-campaign-condition__label--mobile {
  color: #ff41be;
  background: linear-gradient(
      0deg,
      rgba(255, 0, 140, 0.1) 0%,
      rgba(255, 0, 140, 0.1) 100%
    ),
    #fff;
}
.rc-text-campaign-condition__label--login {
  color: #df1f1f;
  background: linear-gradient(
      0deg,
      rgba(223, 31, 31, 0.1) 0%,
      rgba(223, 31, 31, 0.1) 100%
    ),
    #fff;
}
.rc-text-step {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #022a97;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.rc-text-step-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.rc-text-period {
  color: #6a010f;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.rc-text-benefit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}
.rc-text-benefit__number {
  color: #df1f1f;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}
.rc-text-benefit__description {
  color: #6a010f;
  text-shadow: 0 0 3.57px #fff;
  font-family: "Rakuten Sans JP";
  font-weight: 700;
  line-height: 1.2;
}
.rc-text-benefit--division {
  position: relative;
}
.rc-text-benefit--division::before,
.rc-text-benefit--division::after {
  position: absolute;
  bottom: 0;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
}
.rc-text-benefit--division::before {
  left: -72px;
  width: 52px;
  height: 62px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/image_point_campaign_03.png?v=202508291721);
}
.rc-text-benefit--division::after {
  right: -66px;
  width: 52px;
  height: 62px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/image_point_campaign_04.png?v=202508291721);
}
.rc-text-present-requirement {
  color: #6a010f;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.rc-text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rc-text-reduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6a010f;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}
.rc-text-reduction__label {
  font-size: 16px;
}
.rc-text-reduction__description {
  text-align: left;
  text-shadow: 0 0 3.57px #fff;
}
.rc-text-point {
  color: #df1f1f;
  text-align: center;
  text-shadow: -0.586px -0.586px 0 #fff;
  font-family: "Rakuten Sans JP";
  font-weight: 800;
  line-height: 120%;
}
.rc-text-point--small {
  font-size: 32px;
}
.rc-text-point--large {
  font-size: 52px;
}
.rc-text-point--non-point {
  font-size: 26px;
}
.rc-text-point__comma {
  line-height: 1;
}
.rc-text-point__comma--large {
  font-size: 48px;
}
.rc-text-point__comma--small {
  font-size: 18px;
}
.rc-text-service {
  white-space: nowrap;
}
.rc-text-service-number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
  color: #032b97;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
}
.rc-text-service__description {
  color: #6a010f;
  text-align: left;
  font-family: "Rakuten Sans JP";
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}
.rc-text-service__max {
  color: #df1f1f;
  font-family: "Rakuten Sans JP";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  writing-mode: vertical-rl;
}
.rc-text-service__unit {
  color: #6a010f;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.12em;
}
.rc-text-service__unit--yen {
  letter-spacing: 0;
}
.rc-text-lead {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
  color: #fff;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.rc-text-recommendation-feature {
  color: #bf0000;
  text-align: left;
  font-family: "Rakuten Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.rc-text-recommendation-feature--pink {
  color: #ff008c;
}
.rc-text-recommendation-description {
  color: #032b97;
  font-family: "Rakuten Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.rc-text-rakuten {
  color: #333;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.rcEntryButton.-custom .rcEntryButton-button {
  position: relative;
  width: 319px;
  min-height: 56px;
  height: auto;
  padding: 0 40px;
  background: #ff008c;
  border: 2px solid #fff;
  border-radius: 9999px;
  filter: drop-shadow(1.191px 2.382px 0 rgba(0, 0, 0, 0.3));
  color: #fff;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.rcEntryButton.-custom .rcEntryButton-button::after {
  position: absolute;
  right: 24px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_right_transparent.png?v=202508291721);
  background-size: 100%;
}
.rcEntryButton.-custom .rcEntryButton-button[disabled] {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #717171;
  filter: none;
}
.rcEntryButton.-custom.rcEntryButton-status--before .rcEntryButton-button,
.rcEntryButton.-custom.rcEntryButton-status--closed .rcEntryButton-button,
.rcEntryButton.-custom.rcEntryButton-status--applied .rcEntryButton-button,
.rcEntryButton.-custom.rcEntryButton-status--entered .rcEntryButton-button,
.rcEntryButton.-custom.rcEntryButton-status--notfound .rcEntryButton-button {
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #717171;
  padding: 0;
  cursor: none;
}
.rcEntryButton.-custom.rcEntryButton-status--before
  .rcEntryButton-button::after,
.rcEntryButton.-custom.rcEntryButton-status--closed
  .rcEntryButton-button::after,
.rcEntryButton.-custom.rcEntryButton-status--applied
  .rcEntryButton-button::after,
.rcEntryButton.-custom.rcEntryButton-status--entered
  .rcEntryButton-button::after,
.rcEntryButton.-custom.rcEntryButton-status--notfound
  .rcEntryButton-button::after {
  content: none;
}
.rgi-c-button {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 56px;
  padding: 16px 40px 16px 16px;
  border-radius: 9999px;
  border: 2px solid #fff;
  filter: drop-shadow(1.172px 4.688px 0 rgba(0, 0, 0, 0.3));
  white-space: wrap;
}
.rgi-c-button::after {
  position: absolute;
  right: 24px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_right_transparent.png?v=202508291721);
  background-size: 100%;
  background-repeat: no-repeat;
}
.rgi-c-button--red {
  background-color: #bf0000;
}
.rgi-c-button--red:hover {
  background-color: #bf0000;
}
.rgi-c-button--pink {
  background-color: #ff008c;
}
.rgi-c-button--pink:hover {
  background-color: #ff008c;
}
.rgi-c-button--blue {
  background-color: #032b97;
}
.rgi-c-button--blue:hover {
  background-color: #032b97;
}
.rgi-c-button--orange {
  background-color: #f59600;
}
.rgi-c-button--orange:hover {
  background-color: #f59600;
}
.rgi-c-button--green {
  background-color: #00b900;
}
.rgi-c-button--green:hover {
  background-color: #00b900;
}
.rgi-c-button--light-pink {
  background-color: #f41be0;
}
.rgi-c-button--light-pink:hover {
  background-color: #f41be0;
}
.rgi-c-button--large {
  display: block;
  width: 384px;
  padding: 16px 38px 16px 16px;
  margin-inline: auto;
}
.rgi-c-button--large::after {
  position: absolute;
  right: 16px;
  width: 22px;
  height: 23px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_white.png?v=202508291721);
}
.rgi-c-button--small {
  min-height: 48px;
  padding: 12px 32px 12px 16px;
}
.rgi-c-button--small::after {
  right: 18px;
  width: 14px;
  height: 14px;
}
.rgi-c-button__text {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.rgi-c-button__text--small {
  font-size: 14px;
}
.rgi-c-button__text--large {
  font-size: 20px;
}
.rgi-c-button-swiper {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 1.172px 2.344px 0 0 rgba(0, 0, 0, 0.3);
}
.rgi-c-button-swiper--pause {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_pause.png?v=202508291721);
}
.rgi-c-button-swiper--play {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_play.png?v=202508291721);
}
.rc-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.rc-checkbox__label {
  font-size: 12px;
  font-weight: 500;
  color: #6a010f;
  cursor: pointer;
}
.rc-checkbox__input {
  all: unset;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #9f9f9f;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.rc-checkbox__input::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 4px;
  content: "";
  border-left: 2px solid #9f9f9f;
  border-bottom: 2px solid #9f9f9f;
  cursor: pointer;
}
.rc-checkbox__input:checked {
  background-color: #6a010f;
}
.rc-checkbox__input:checked::before {
  border-color: #fff;
}
.rc-accordion-campaign {
  width: 100%;
}
.rc-accordion-campaign__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 40px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(0deg, #f0e6e7 0%, #f0e6e7 100%), #fff;
  transition: border-radius 0.3s;
}
.rc-accordion-campaign__button.is-open {
  border-radius: 0;
}
.rc-accordion-campaign__button-text {
  color: #6a010f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.rc-accordion-campaign__content {
  border-radius: 0 0 12px 12px;
  background: linear-gradient(0deg, #f0e6e7 0%, #f0e6e7 100%), #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.rc-accordion-campaign__content-inner {
  padding: 0 16px 16px;
}
.rc-accordion-campaign__content.is-open {
  max-height: 1000px;
}
.rc-accordion-tab {
  margin-inline: -4.2666666667vw;
}
.rc-accordion-tab__content {
  position: relative;
  max-height: 55.7333333333vw;
  overflow: hidden;
  transition: max-height 0.3s, opacity 0.3s ease-out;
}
.rc-accordion-tab__content::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 10.6666666667vw;
  width: 100%;
  height: 14.1333333333vw;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.rc-accordion-tab__content.is-open {
  max-height: 160vw;
}
.rc-accordion-tab__content.is-open::before {
  opacity: 0;
}
.rc-accordion-tab__content--orange::before {
  background: linear-gradient(180deg, rgba(245, 150, 0, 0) 0%, #f59600 100%);
}
.rc-accordion-tab__content--green::before {
  background: linear-gradient(180deg, rgba(245, 150, 0, 0) 0%, #00b900 100%);
}
.rc-accordion-tab__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4.2666666667vw 10.6666666667vw;
}
.rc-accordion-tab__button.is-open {
  position: relative;
}
.rc-accordion-tab__button--orange {
  background-color: #f59600;
}
.rc-accordion-tab__button--green {
  background-color: #00b900;
}
.rc-accordion-tab__button-text {
  color: #fff;
  font-size: 4.2666666667vw;
  font-family: "Rakuten Sans JP";
  font-weight: 600;
  line-height: 1.2;
}
.rc-icon::before,
.rc-icon::after {
  content: "";
  position: absolute;
}
.rc-icon--plus {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 3px;
  line-height: 1;
  vertical-align: middle;
  background-color: #6a010f;
}
.rc-icon--plus::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}
.rc-icon--accordion-brown {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  right: 67px;
}
.rc-icon--accordion-brown::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 1px;
  line-height: 1;
  vertical-align: middle;
  background-color: #6a010f;
}
.rc-icon--accordion-brown::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 1px;
  background-color: #6a010f;
  transition: transform 0.3s;
}
.is-open .rc-icon--accordion-brown::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.rc-icon--accordion-pink {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  right: 36px;
}
.rc-icon--accordion-pink::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 1px;
  line-height: 1;
  vertical-align: middle;
  background-color: #ff008c;
}
.rc-icon--accordion-pink::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 1px;
  background-color: #ff008c;
  transition: transform 0.3s;
}
.is-open .rc-icon--accordion-pink::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.rc-icon--accordion-orange {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  right: 16px;
}
.rc-icon--accordion-orange::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 1px;
  line-height: 1;
  vertical-align: middle;
  background-color: #f59600;
}
.rc-icon--accordion-orange::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 1px;
  background-color: #f59600;
  transition: transform 0.3s;
}
.is-open .rc-icon--accordion-orange::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.rc-icon--accordion-green {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  right: 16px;
}
.rc-icon--accordion-green::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 1px;
  line-height: 1;
  vertical-align: middle;
  background-color: #00b900;
}
.rc-icon--accordion-green::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 1px;
  background-color: #00b900;
  transition: transform 0.3s;
}
.is-open .rc-icon--accordion-green::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.rc-label-step {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  border-radius: 30px;
  color: #fff;
  font-family: "Rakuten Sans JP";
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}
.rc-label-step--brown {
  background-color: #6a010f;
}
.rc-label-step--orange {
  background-color: #f59600;
}
.rc-label-step--green {
  background-color: #00b900;
}
.rc-label-service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  border-radius: 5px;
  white-space: nowrap;
}
.rc-label-service--fill {
  padding: 8px;
  border: 1px solid #6a010f;
  background-color: #6a010f;
}
.rc-label-service--outline {
  padding: 8px 4px;
  border: 2px solid #6a010f;
  background-color: #fff;
}
.rc-label-service__text {
  color: #fff;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.rc-label-service__text--brown {
  color: #6a010f;
}
.rc-label-service__text--white {
  color: #fff;
}
.rc-label-recommendation {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  justify-content: center;
  width: 80px;
  height: 76px;
  transform: translateZ(0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rc-label-recommendation__text {
  padding-top: 17px;
  color: #fff;
  font-family: "Rakuten Sans JP";
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.rc-label-recommendation--pink {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_label_pink.png?v=202508291721);
}
.rc-label-recommendation--purple {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_label_purple.png?v=202508291721);
}
.rc-label-recommendation--green {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/bg_label_green.png?v=202508291721);
}
.rc-image-step {
  width: 56px;
  height: auto;
  margin-inline: auto;
}
.rc-image-point-value {
  width: 251px;
  height: auto;
  margin-inline: auto;
}
.rc-image-spu {
  width: 274px;
  height: auto;
  margin-inline: auto;
}
.rc-image-rakuten {
  width: 308px;
  height: auto;
  margin-inline: auto;
}
.rc-link {
  color: #022a97 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.rc-link-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #022a97 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.rc-link-icon::after {
  position: relative;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_right_blue.png?v=202508291721);
  background-size: 100%;
  background-repeat: no-repeat;
}
.rc-link-service {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.rc-link-service__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 6px;
  gap: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.3);
}
.rc-link-service__link:hover {
  text-decoration: none !important;
}
.rc-link-service__link::after {
  position: relative;
  width: 12px;
  height: 12px;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
}
.rc-link-service__link--pink {
  border: 2px solid #ff008c;
}
.rc-link-service__link--pink::after {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_pink.png?v=202508291721);
}
.rc-link-service__link--red {
  border: 2px solid #bf0000;
}
.rc-link-service__link--red::after {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_red.png?v=202508291721);
}
.rc-link-service__link--blue {
  border: 2px solid #032b97;
}
.rc-link-service__link--blue::after {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_blue.png?v=202508291721);
}
.rc-link-service__link--orange {
  border: 2px solid #f59600;
}
.rc-link-service__link--orange::after {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_yellow.png?v=202508291721);
}
.rc-link-service__link--green {
  border: 2px solid #00b900;
}
.rc-link-service__link--green::after {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_green.png?v=202508291721);
}
.rc-link-service__link--light-pink {
  border: 2px solid #f41be0;
}
.rc-link-service__link--light-pink::after {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_lightPink.png?v=202508291721);
}
.rc-link-service__text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.rc-link-service__text--pink {
  color: #ff008c;
}
.rc-link-service__text--blue {
  color: #032b97;
}
.rc-link-service__text--orange {
  color: #f59600;
}
.rc-link-service__text--green {
  color: #00b900;
}
.rc-link-service__text--light-pink {
  color: #f41be0;
}
.rc-link-recommendation {
  position: relative;
  display: flex;
  padding: 6px 24px 6px 16px;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
}
.rc-link-recommendation::after {
  position: absolute;
  right: 6px;
  width: 12px;
  height: 12px;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_right_transparent.png?v=202508291721);
}
.rc-link-recommendation--red {
  background-color: #bf0000;
}
.rc-link-recommendation--pink {
  background-color: #ff008c;
}
.rc-link-recommendation__text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.rc-link-image {
  display: block;
  width: 100%;
  height: auto;
}
.rc-link-image--spu {
  width: 311px;
  margin-inline: auto;
}
.rc-annotation {
  font-size: 12px;
  font-weight: 400;
  font-family: "Rakuten Sans JP";
  line-height: 1.5;
  text-align: center;
}
.rgi-c-tab {
  width: 944px;
  margin-inline: auto;
}
.rgi-c-tab .ecm-tab-grid {
  gap: 16px;
  justify-content: center;
}
.rgi-c-tab .ecm-tab-card {
  justify-content: center;
  width: 232px;
  margin: 0;
  padding: 12px 8px;
  border: none;
  border-radius: 8px 8px 0 0;
  box-shadow: 2.344px 2.344px 0 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.rgi-c-tab .ecm-tab-card::after {
  content: none;
}
.rgi-c-tab .ecm-tab-card[id="tabCard1"] {
  background-color: #f59600;
}
.rgi-c-tab .ecm-tab-card[id="tabCard2"] {
  background-color: #00b900;
}
.rgi-c-tab .ecm-tab-panel-card {
  position: relative;
  padding: 24px 16px 16px;
  border-radius: 8px;
}
.rgi-c-tab .ecm-tab-panel-card[id="tabCardPanel1"] {
  background-color: #f59600;
}
.rgi-c-tab .ecm-tab-panel-card[id="tabCardPanel2"] {
  background-color: #00b900;
}
.rgi-c-floating-navi {
  padding-bottom: 64px;
  border-bottom: none !important;
  background-color: #f9f8f8;
}
.rgi-c-floating-navi .ecm-floating-navi {
  justify-content: space-between;
  gap: 16px;
  width: 944px;
  height: auto;
  margin-inline: auto;
  overflow-x: visible;
}
.rgi-c-floating-navi .ecm-floating-navi-item {
  position: relative;
  display: inline-flex;
  width: calc(100% - 8px);
  height: auto;
  margin: 0;
  padding: 12px 8px 16px;
  border-bottom: none !important;
  border-radius: 8px;
  background: #6a010f;
  box-shadow: 2.344px 4.688px 0 0 rgba(0, 0, 0, 0.3);
}
.rgi-c-floating-navi .ecm-floating-navi-item::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateX(-50%);
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_outlineted_brown.png?v=202508291721);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 2.344px 4.688px 0 0 rgba(0, 0, 0, 0.3);
}
.rgi-c-floating-navi .ecm-floating-navi-item__text {
  color: #fff;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.rgi-c-floating-navi .ecm-floating-navi-item__text--fixed {
  display: flex;
  flex-direction: column;
}
.rgi-c-floating-navi .ecm-floating-navi-item__text--floating {
  display: none;
}
.rgi-c-floating-navi[data-sticky="true"] {
  padding-bottom: 0;
  background-color: #fff;
}
.rgi-c-floating-navi[data-sticky="true"] .ecm-floating-navi {
  justify-content: center;
  padding: 4px 0 11px;
}
.rgi-c-floating-navi[data-sticky="true"] .ecm-floating-navi-item {
  width: 304px;
  padding: 24px 0;
  border-radius: 8px;
  border: 2px solid #fff;
  background: #6a010f;
  box-shadow: 2.344px 2.344px 0 0 rgba(0, 0, 0, 0.3);
}
.rgi-c-floating-navi[data-sticky="true"] .ecm-floating-navi-item:nth-child(2) {
  display: block !important;
  padding: 24px 20px;
  background: #bf0000 !important;
}
.rgi-c-floating-navi[data-sticky="true"]
  .ecm-floating-navi-item:nth-child(2)::before {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 25px;
  height: 32px;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/treat_floatingNavi.png?v=202508291721);
  background-size: 100%;
  background-repeat: no-repeat;
}
.rgi-c-floating-navi[data-sticky="true"]
  .ecm-floating-navi-item:nth-child(2)::after {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_arrow_down_red_white.png?v=202508291721);
}
.rgi-c-floating-navi[data-sticky="true"] .ecm-floating-navi-item__text--fixed {
  display: none;
}
.rgi-c-floating-navi[data-sticky="true"]
  .ecm-floating-navi-item__text--floating {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.rc-title-service {
  position: relative;
  display: flex;
  width: 100%;
  padding: 12px 0;
  justify-content: center;
  align-items: stretch;
  gap: 1px;
  border-radius: 12px 12px 0 0;
}
.rc-title-service::after {
  position: absolute;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
}
.rc-title-service--pink {
  background-color: #ff008c;
}
.rc-title-service--red {
  background-color: #bf0000;
}
.rc-title-service--blue {
  background-color: #032b97;
}
.rc-title-service--orange {
  background-color: #f59600;
}
.rc-title-service--green {
  background-color: #00b900;
}
.rc-title-service--light-pink {
  background-color: #f41be0;
}
.rc-title-service--mobile::after {
  top: 8px;
  right: 27px;
  width: 32px;
  height: 32px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_mobile.png?v=202508291721);
}
.rc-title-service--card::after {
  top: 5px;
  right: 14px;
  width: 62px;
  height: 62px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_card.png?v=202508291721);
}
.rc-title-service--ichiba::after {
  top: 8px;
  right: 33px;
  width: 32px;
  height: 32px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_ichibaApp.png?v=202508291721);
}
.rc-title-service--bank::after {
  top: 10px;
  right: 31px;
  width: 38px;
  height: 30px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_bank.png?v=202508291721);
}
.rc-title-service--rakuma::after {
  top: 9px;
  right: 33px;
  width: 32px;
  height: 32px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_rakuma.png?v=202508291721);
}
.rc-title-service--security::after {
  top: 9px;
  right: 20px;
  width: 40px;
  height: 31px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_security.png?v=202508291721);
}
.rc-title-service--music::after,
.rc-title-service--music-free::after {
  top: 12px;
  right: 28px;
  width: 18px;
  height: 27px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_music.png?v=202508291721);
}
.rc-title-service--gora::after {
  top: 7px;
  right: 16px;
  width: 38px;
  height: 34px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_gora.png?v=202508291721);
}
.rc-title-service--golf::after {
  top: 0;
  right: 14px;
  width: 62px;
  height: 100%;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_golf.png?v=202508291721);
}
.rc-title-service--life-insurance::after {
  top: 8px;
  right: 26px;
  width: 33px;
  height: 33px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_lifeInsurance.png?v=202508291721);
}
.rc-title-service--damage-insurance::after {
  top: 6px;
  right: 25px;
  width: 47px;
  height: 33px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_damageInsurance.png?v=202508291721);
}
.rc-title-service--pet-insurance::after {
  top: 11px;
  right: 28px;
  width: 29px;
  height: 41px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_petInsurance.png?v=202508291721);
}
.rc-title-service--energy::after {
  top: 0;
  right: 33px;
  width: 35px;
  height: 43px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_pc/img/20250908/icon_energy.png?v=202508291721);
}
.rc-title-service--car::after {
  top: 7px;
  right: 32px;
  width: 34px;
  height: 32px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_car.png?v=202508291721);
}
.rc-title-service--camp::after {
  top: 7px;
  right: 4px;
  width: 44px;
  height: 37px;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_camp.png?v=202508291721);
}
.rc-title-service--beauty::after {
  top: 0;
  right: 17px;
  width: 70px;
  height: 100%;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_beauty.png?v=202508291721);
}
.rc-title-service__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.rc-title-service__badge {
  position: absolute;
  top: -22px;
  left: -12px;
  gap: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 77px;
  transform: rotate(-5deg);
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/badge_service.png?v=202508291721);
  background-size: 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  color: #6a010f;
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
}
.rc-title-recommendation {
  display: flex;
  flex-direction: column;
  padding-left: 110px;
  color: #032b97;
  font-family: "Rakuten Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.rc-title-recommendation--purple {
  flex-direction: row;
}
.rc-title-recommendation--purple span {
  color: #8529cd;
}
.rc-title-recommendation--green {
  flex-direction: row;
}
.rc-title-recommendation--green span {
  color: #00b900;
}
.rc-title-recommendation-service {
  color: #bf0000;
  font-family: "Rakuten Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.rc-title-recommendation-service--pink {
  color: #ff008c;
}
.rc-title-rakuten {
  text-align: center;
  color: #333;
  font-family: "Rakuten Sans JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.rc-swiper {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-bottom: 3px;
}
.rc-swiper__slide {
  display: flex;
  height: auto;
  transition: transform 1.5s;
}
.rc-swiper__slide.swiper-slide-active {
  transform: scale(1);
}
.rc-swiper__slide.swiper-slide-prev {
  transform: translateX(60px) scale(0.55);
}
.rc-swiper__slide.swiper-slide-prev .rc-box-recommendation::before,
.rc-swiper__slide.swiper-slide-prev .rc-box-rakuten::before {
  opacity: 0.5;
}
.rc-swiper__slide.swiper-slide-prev .rc-box-recommendation > *,
.rc-swiper__slide.swiper-slide-prev .rc-box-rakuten > * {
  opacity: 0.5;
}
.rc-swiper__slide.swiper-slide-next {
  transform: translateX(-60px) scale(0.55);
}
.rc-swiper__slide.swiper-slide-next .rc-box-recommendation::before,
.rc-swiper__slide.swiper-slide-next .rc-box-rakuten::before {
  opacity: 0.5;
}
.rc-swiper__slide.swiper-slide-next .rc-box-recommendation > *,
.rc-swiper__slide.swiper-slide-next .rc-box-rakuten > * {
  opacity: 0.5;
}
.rc-swiper__navigation {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.rc-swiper__operation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.rc-swiper__operation--recommendation {
  padding-left: 77px;
}
.rc-swiper__pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.rc-swiper__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 1;
}
.rc-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #032b97;
}
.rc-swiper__button-prev,
.rc-swiper__button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_play.png?v=202508291721);
  border-radius: 50%;
}
.rc-swiper__button-prev::after,
.rc-swiper__button-next::after {
  content: none;
}
.rc-swiper__button-prev.swiper-button-disabled,
.rc-swiper__button-next.swiper-button-disabled {
  background-image: url(https://r.r10s.jp/evt/event/group/invitation/_cmn/img/20250908/icon_play_disabled.png?v=202508291721);
  transform: rotate(180deg);
  opacity: 1;
}
.rc-swiper__button-prev {
  transform: rotate(180deg);
  box-shadow: 1.172px -2.344px 0 0 rgba(0, 0, 0, 0.3);
}
.rc-swiper__button-prev.swiper-button-disabled {
  transform: rotate(0);
  box-shadow: none;
}
.rc-swiper__button-next.swiper-button-disabled {
  box-shadow: none;
}
.rc-navigation-button {
  position: relative;
  width: 202px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.3);
}
.rc-navigation-button--active {
  box-shadow: none;
}
.rc-navigation-button--active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 12px;
  height: 6px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.rc-navigation-button--active.rc-navigation-button--pink {
  background: #ff008c;
}
.rc-navigation-button--active.rc-navigation-button--pink::after {
  background: #ff008c;
}
.rc-navigation-button--active.rc-navigation-button--pink
  .rc-navigation-button__text {
  color: #fff;
}
.rc-navigation-button--active.rc-navigation-button--purple {
  background: #8529cd;
}
.rc-navigation-button--active.rc-navigation-button--purple::after {
  background: #8529cd;
}
.rc-navigation-button--active.rc-navigation-button--purple
  .rc-navigation-button__text {
  color: #fff;
}
.rc-navigation-button--active.rc-navigation-button--green {
  background: #00b900;
}
.rc-navigation-button--active.rc-navigation-button--green::after {
  background: #00b900;
}
.rc-navigation-button--active.rc-navigation-button--green
  .rc-navigation-button__text {
  color: #fff;
}
.rc-navigation-button--pink .rc-navigation-button__text {
  color: #ff008c;
}
.rc-navigation-button--purple .rc-navigation-button__text {
  color: #8529cd;
}
.rc-navigation-button--green .rc-navigation-button__text {
  color: #00b900;
}
.rc-navigation-button__text {
  text-align: center;
  font-family: "Rakuten Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.rc-list-recommendation-feature {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.rc-list-image-point-use {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 16px;
  width: 276px;
  margin-inline: auto;
}
.rc-list-image-point-use__item {
  width: 126px;
  height: auto;
  margin-inline: auto;
}
.rc-list-link-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.rgi-u-mt-6 {
  margin-top: 6px !important;
}
.rgi-u-fs-12 {
  font-size: 12px !important;
}
.rgi-u-fs-13 {
  font-size: 13px !important;
}
.rgi-u-fs-14 {
  font-size: 14px !important;
}
.rgi-u-fs-16 {
  font-size: 16px !important;
}
.rgi-u-fs-18 {
  font-size: 18px !important;
}
.rgi-u-fs-24 {
  font-size: 24px !important;
}
.rgi-u-fs-20 {
  font-size: 20px !important;
}
.rgi-u-fs-22 {
  font-size: 22px !important;
}
.rgi-u-fs-25 {
  font-size: 25px !important;
}
.rgi-u-fs-30 {
  font-size: 30px !important;
}
.rgi-u-fs-32 {
  font-size: 32px !important;
}
.rgi-u-fs-38 {
  font-size: 38px !important;
}
.rgi-u-fs-44 {
  font-size: 44px !important;
}
.rgi-u-fs-64 {
  font-size: 64px !important;
}
.rgi-u-gap-8 {
  gap: 8px !important;
}
.rgi-u-gap-24 {
  gap: 24px !important;
}
.rgi-u-pb-104 {
  padding-bottom: 104px !important;
}
.rgi-u-color-666 {
  color: #666 !important;
}
.rgi-u-color-032b97 {
  color: #032b97 !important;
}
.rgi-u-color-ff008c {
  color: #ff008c !important;
}
.rgi-u-ls-harf {
  letter-spacing: -0.5em !important;
}