@charset "UTF-8";

body {
  color: #333;
}
body .ecm-campaign-details {
  color: #000;
}
dl {
  margin-block: auto;
}
.rl-contents-wrapper {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #ecf9fe;
}
.rl-side-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 584px) / 2);
  height: 100vh;
  box-sizing: border-box;
}
.rl-side-contents::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}
.rl-side-contents.-left {
  left: 0;
}
.rl-side-contents.-left::before {
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_pc/img/20250801/left_background.png?v=202507170907);
}
.rl-side-contents.-right {
  right: 0;
}
.rl-side-contents.-right::before {
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_pc/img/20250801/right_background.png?v=202507170907);
}
.rl-main-contents {
  z-index: 1;
  width: 570px;
  margin-inline: auto;
  background-color: #fff;
  border-left: 7px solid #002896;
  border-right: 7px solid #002896;
  box-sizing: content-box;
}
.rc-anchor {
  background-color: #fff;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rc-anchor.-left {
  margin: 22px auto 0;
  width: 370px;
}
.rc-anchor__item.-left {
  transition: transform 0.3s;
  position: relative;
}
.rc-anchor__item.-left:hover {
  transform: scale(1.1);
}
.rc-anchor__text {
  width: 100%;
}
.rc-anchor.-right {
  padding: 32px 60px;
}
.rc-anchor__item.-right {
  height: 57px;
  border-bottom: 1px solid #002896;
  background-color: #fff;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  position: relative;
}
.rc-anchor__item.-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 10.38px solid #555;
  border-right: 0;
  right: 0;
}
.rc-anchor__item.-right.-QR {
  height: 124px;
}
.rc-anchor__item.-right.-QR::after {
  display: none;
}
.rc-anchor__QR {
  width: 100px;
}
.rc-anchor__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 0 7px;
  box-sizing: border-box;
  text-align: center;
}
.rc-anchor__link.-right.-custom,
.rc-anchor__text.-right {
  color: #002896;
  font-size: 18px;
  font-weight: 600;
}
.rc-anchor-container {
  width: 502px;
  padding: 32px 40px;
  background-color: #fff;
}
.rc-anchor-container__logo {
  width: 178px;
  margin: 0 auto;
}
.rc-anchor-container__headline {
  width: 392px;
  margin: 9px auto 22px;
}
@media screen and (max-width: 1024px) {
  .rc-anchor {
    display: none;
  }
}
.rc-anchor__link .rc-anchor__text.-true {
  display: none;
  width: 20.83vw;
}
.rc-anchor__link .rc-anchor__text.-false {
  display: inline;
  width: 19.27vw;
}
.rc-anchor__link[data-in-viewport="true"] .rc-anchor__text.-true {
  display: inline;
}
.rc-anchor__link[data-in-viewport="true"] .rc-anchor__text.-false {
  display: none;
}
.rc-anchor__link[data-in-viewport="false"] .rc-anchor__text.-true {
  display: none;
}
.rc-anchor__link[data-in-viewport="false"] .rc-anchor__text.-false {
  display: inline;
}
.rye-c-kanban-header__image {
  width: auto;
}
.ecm-kanban.-custom {
  width: 100%;
  min-width: auto;
}
.ecm-kanban.-custom .ecm-kanban-image {
  width: 100%;
}
.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;
}
.rc-swiper-about-rakuma {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: calc(40 / 640 * 570px);
}
.rc-swiper-about-rakuma__slide {
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.rc-swiper-about-rakuma__textContainer {
  padding: 0 calc(28 / 640 * 570px);
}
.rc-swiper-about-rakuma__operation {
  position: relative;
}
.rc-swiper-about-rakuma__button-container {
  display: flex;
  justify-content: center;
  gap: calc(224 / 640 * 570px);
  margin-top: calc(28 / 640 * 570px);
}
.rc-swiper-about-rakuma__button-prev,
.rc-swiper-about-rakuma__button-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  margin-top: 0;
  width: calc(64 / 640 * 570px);
  height: calc(64 / 640 * 570px);
  background-color: #333;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.rc-swiper-about-rakuma__button-prev::after,
.rc-swiper-about-rakuma__button-next::after {
  width: calc(25 / 640 * 570px);
  height: calc(21 / 640 * 570px);
  border: none;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slider.png?v=202507170907);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(360deg);
}
.rc-swiper-about-rakuma__button-prev:hover,
.rc-swiper-about-rakuma__button-next:hover {
  opacity: 0.8;
}
.rc-swiper-about-rakuma__button-next {
  transform: rotate(180deg);
}
.rc-swiper-about-rakuma__pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.rc-swiper-about-rakuma__pagination .swiper-pagination-bullet {
  width: calc(12 / 640 * 570px);
  height: calc(12 / 640 * 570px);
  background-color: #c7d1da;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.rc-swiper-about-rakuma__pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.rc-swiper-about-rakuma__pagination .swiper-pagination-bullet-active {
  background-color: #5b87ff;
}
.rc-swiper-about-rakuten {
  position: relative;
  overflow: hidden;
  height: auto;
}
.rc-swiper-about-rakuten__wrapper {
  align-items: stretch;
}
.rc-swiper-about-rakuten__slide-01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  background-color: #fff;
  border-radius: calc(24 / 640 * 570px);
  padding: calc(52 / 640 * 570px) 0;
}
.rc-swiper-about-rakuten__slide-02,
.rc-swiper-about-rakuten__slide-03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  background-color: #fff;
  border-radius: calc(24 / 640 * 570px);
  padding: calc(44 / 640 * 570px) 0 calc(21 / 640 * 570px);
}
.rc-swiper-about-rakuten__button-prev,
.rc-swiper-about-rakuten__button-next {
  position: absolute;
  top: 50%;
  margin-top: 0;
  width: calc(75 / 640 * 570px);
  height: calc(75 / 640 * 570px);
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 calc(16 / 640 * 570px) calc(4 / 640 * 570px)
    rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.rc-swiper-about-rakuten__button-prev:hover,
.rc-swiper-about-rakuten__button-next:hover {
  opacity: 0.8;
}
.rc-swiper-about-rakuten__button-prev::after,
.rc-swiper-about-rakuten__button-next::after {
  width: calc(35 / 640 * 570px);
  height: calc(30 / 640 * 570px);
  border: none;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slide_blue.png?v=202507170907);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(360deg);
}
.rc-swiper-about-rakuten__button-prev.swiper-button-disabled,
.rc-swiper-about-rakuten__button-next.swiper-button-disabled {
  display: none;
}
.rc-swiper-about-rakuten__button-prev {
  left: 0;
}
.rc-swiper-about-rakuten__button-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.rc-swiper-about-rakuten__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(24 / 640 * 570px);
}
.rc-swiper-about-rakuten__pagination .swiper-pagination-bullet {
  width: calc(12 / 640 * 570px);
  height: calc(12 / 640 * 570px);
  background-color: #c7d1da;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.rc-swiper-about-rakuten__pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.rc-swiper-about-rakuten__pagination .swiper-pagination-bullet-active {
  background-color: #5b87ff;
}
.rc-swiper-campaign {
  position: relative;
  overflow: hidden;
  height: auto;
}
.rc-swiper-campaign__slide {
  padding: calc(32 / 640 * 570px) calc(29 / 640 * 570px) calc(40 / 640 * 570px)
    calc(35 / 640 * 570px);
  background-color: #fff;
  border-radius: calc(24 / 640 * 570px);
}
.rc-swiper-campaign__operation {
  position: relative;
}
.rc-swiper-campaign__button-container {
  display: flex;
  justify-content: center;
  gap: calc(224 / 640 * 570px);
  margin-top: calc(28 / 640 * 570px);
}
.rc-swiper-campaign__button-prev,
.rc-swiper-campaign__button-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  margin-top: 0;
  width: calc(64 / 640 * 570px);
  height: calc(64 / 640 * 570px);
  background-color: #333;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.rc-swiper-campaign__button-prev::after,
.rc-swiper-campaign__button-next::after {
  width: calc(25 / 640 * 570px);
  height: calc(21 / 640 * 570px);
  border: none;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slider.png?v=202507170907);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(360deg);
}
.rc-swiper-campaign__button-prev:hover,
.rc-swiper-campaign__button-next:hover {
  opacity: 0.8;
}
.rc-swiper-campaign__button-prev.swiper-button-disabled,
.rc-swiper-campaign__button-next.swiper-button-disabled {
  background-color: #c7d1da;
  opacity: 1;
}
.rc-swiper-campaign__button-prev.swiper-button-disabled::after,
.rc-swiper-campaign__button-next.swiper-button-disabled::after {
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slide_white.png?v=202507170907);
}
.rc-swiper-campaign__button-next {
  transform: rotate(180deg);
}
.rc-swiper-campaign__pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.rc-swiper-campaign__pagination .swiper-pagination-bullet {
  width: calc(12 / 640 * 570px);
  height: calc(12 / 640 * 570px);
  background-color: #c7d1da;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.rc-swiper-campaign__pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.rc-swiper-campaign__pagination .swiper-pagination-bullet-active {
  background-color: #5b87ff;
}
.rc-box-left-content {
  width: 26.1458333333vw;
  padding: 1.6666666667vw 2.0833333333vw;
  background-color: #fff;
  border-radius: 0.7291666667vw;
}
.rc-box-right-content {
  width: 22.7604166667vw;
  background-color: #fff;
  padding: 1.6666666667vw 3.125vw;
  border-radius: 0.7291666667vw;
}
@media screen and (max-width: 1040px) {
  .rc-box-left-content,
  .rc-box-right-content {
    display: none;
  }
}
.rye-c-button.-custom {
  padding: calc(24 / 640 * 570px) 0;
  border: calc(4 / 640 * 570px) solid #bf0000;
}
.rye-c-button.-custom .rye-c-button__text {
  font-size: calc(30 / 640 * 570px);
}
.rye-c-button.-custom.rye-c-button--outlined:hover {
  background-color: #fff;
}
.rye-c-button.-sideContent {
  margin-top: 1.1458333333vw;
  padding: 1.3541666667vw 0;
  border: 0.2083333333vw solid #bf0000;
}
.rye-c-button.-sideContent .rye-c-button__text {
  font-size: 1.3541666667vw;
}
.rcEntryButton.rye-c-button--entry.-custum {
  width: 100%;
}
.rcEntryButton.rye-c-button--entry.-custum .rcEntryButton-button {
  height: auto !important;
  font-size: calc(30 / 640 * 570px);
  padding: calc(24 / 640 * 570px) 0;
}
.rcEntryButton.rye-c-button--entry.-custum
  .rcEntryButton-button
  .rcEntryButton-text-icon {
  width: calc(42 / 640 * 570px);
  height: calc(42 / 640 * 570px);
}
.rcEntryButton.rye-c-button--entry.-sideContent .rcEntryButton-button {
  height: auto !important;
  margin-top: 0.8333333333vw;
  padding: 1.3541666667vw 0;
  font-size: 1.3541666667vw;
}
.rc-button-container {
  width: calc(480 / 640 * 570px);
  margin-inline: auto;
}
.rc-button__searchList {
  display: flex;
  justify-content: space-between;
  width: calc(572 / 640 * 570px);
  margin: calc(32 / 640 * 570px) auto 0;
}
.rc-button__searchItem.-custom {
  position: relative;
  width: calc(275 / 640 * 570px);
  height: calc(80 / 640 * 570px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002896;
  border-radius: calc(40 / 640 * 570px);
  box-shadow: 0px 0px 10px 0px rgba(88, 101, 137, 0.24);
}
.rc-button__searchItem.-favorite::before {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/shopping_favorite.png?v=202507170907);
  width: calc(40 / 640 * 570px);
  height: calc(40 / 640 * 570px);
  background-size: 100%;
}
.rc-button__searchItem.-history::before {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/shopping_history.png?v=202507170907);
  width: calc(41 / 640 * 570px);
  height: calc(41 / 640 * 570px);
  background-size: 100%;
}
.rc-button__searchItem:hover {
  text-decoration: none;
}
.rc-button__searchText {
  color: #fff;
  font-size: calc(28 / 640 * 570px);
  margin-left: calc(18 / 640 * 570px);
}
.rye-p-entry-annotation.-custom {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 640 * 570px);
  margin-top: calc(33 / 640 * 570px);
  padding: calc(16 / 640 * 570px) calc(24 / 640 * 570px);
  font-feature-settings: "palt";
}
.rye-p-entry-annotation.-custom
  .rye-p-entry-annotation__item
  .rye-c-annotation {
  font-size: calc(20 / 640 * 570px);
}
.rc-annotation.-entry {
  margin-top: calc(34 / 640 * 570px);
}
.rc-annotation.-about {
  margin-top: calc(29 / 640 * 570px);
}
.rc-annotation.-about__item {
  margin-left: calc(2 / 640 * 570px);
}
.rc-annotation__item {
  font-size: calc(20 / 640 * 570px);
  font-feature-settings: "palt";
  margin: auto calc(32 / 640 * 570px) auto;
}
.rc-annotation.-coupon {
  margin-top: calc(31 / 640 * 570px);
  line-height: 1.7;
}
.rc-annotation.-coupon .rc-annotation__item {
  font-size: 15px;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: normal;
}
@keyframes lean {
  0% {
    transform: translate(0, 0) rotate(-4deg);
  }
  50% {
    transform: translate(0, -1.09375vw) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(4deg);
  }
}
@keyframes purine {
  0% {
    transform: scale(1, 1);
  }
  7% {
    transform: translateY(0);
  }
  13% {
    transform: scale(1.05, 0.8);
  }
  20% {
    transform: scale(1.05, 0.85);
  }
  30% {
    transform: scale(1.05, 0.8);
  }
  33% {
    transform: scale(0.8, 1.25);
  }
  40% {
    transform: scale(1.1, 0.9);
  }
  50% {
    transform: scale(0.95, 1.08);
  }
  60% {
    transform: scale(1.1, 1.02);
  }
  80% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes scale-up-down {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(calc(-366 / 640 * 570px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(calc(-45 / 640 * 570px));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.rc-anim.js-scroll-anim-start.-fadeLeft {
  animation-name: fadeInLeft;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 500ms;
}
.rc-anim.js-scroll-anim-start.-fadeTop {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 500ms;
}
.rc-anim.js-scroll-anim-start.-highLight {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.rc-animation-about {
  opacity: 0;
  position: absolute;
  top: 0;
}
.rc-animation-about.-left {
  width: calc(366 / 640 * 570px);
  position: absolute;
}
.rc-animation-about__headline {
  position: absolute;
  width: calc(387 / 640 * 570px);
  animation: scale-up-down 3s ease-in-out infinite alternate-reverse;
}
.rc-animation-rakuten {
  opacity: 0;
  position: absolute;
  top: 0;
}
.rc-animation-rakuten.-top {
  width: calc(369 / 640 * 570px);
  height: calc(45 / 640 * 570px);
  position: absolute;
}
.rc-animation-kanban {
  position: relative;
}
.rc-animation-kanban__container {
  position: absolute;
  width: calc(595 / 640 * 570px);
  height: calc(300 / 640 * 570px);
  bottom: calc(31 / 640 * 570px);
  right: calc(23 / 640 * 570px);
  opacity: 0;
}
.rc-animation-kanban__incentive {
  position: absolute;
  width: calc(579 / 640 * 570px);
}
.rc-animation-kanban__item {
  position: absolute;
  width: calc(133 / 640 * 570px);
  bottom: calc(0 / 640 * 570px);
  right: calc(0 / 640 * 570px);
  animation: lean 3s ease-in-out infinite alternate-reverse;
}
.rc-period-content.-custom {
  text-align: center;
  line-height: 1.5;
}
.rc-period-content.-custom .rc-period-content__title {
  font-size: calc(20 / 640 * 570px);
  font-weight: 600;
}
.rc-period-content.-custom .rc-period-content__description {
  font-size: calc(20 / 640 * 570px);
  text-align: center;
  margin: 0;
}
.rc-background {
  position: relative;
}
.rc-background::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.rc-background.-leadArea {
  padding: calc(40 / 640 * 570px) calc(32 / 640 * 570px) calc(53 / 640 * 570px);
}
.rc-background.-Wchance {
  background-color: #ffd26b;
  padding: calc(46 / 640 * 570px) 0 calc(49 / 640 * 570px);
  z-index: -2;
}
.rc-background.-Wchance::before {
  width: calc(640 / 640 * 570px);
  height: calc(759 / 640 * 570px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/Wchance_background.png?v=202507170907);
  top: calc(75 / 640 * 570px);
}
.rc-background.-entry {
  padding: calc(71 / 640 * 570px) calc(16 / 640 * 570px) 0;
  z-index: 0;
}
.rc-background.-gakuwari {
  background-color: #ffde99;
  border-radius: calc(40 / 640 * 570px);
  padding: calc(47 / 640 * 570px) 0 calc(56 / 640 * 570px);
  z-index: -2;
  overflow: hidden;
}
.rc-background.-gakuwari::before {
  width: calc(608 / 640 * 570px);
  height: calc(834 / 640 * 570px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/entry_gakuwariBackground.png?v=202507170907);
  bottom: calc(-538 / 640 * 570px);
}
.rc-background.-arrow::before {
  width: calc(463 / 640 * 570px);
  height: calc(103 / 640 * 570px);
  top: calc(-30 / 640 * 570px);
  left: calc(-53 / 640 * 570px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/arrow_background.png?v=202507170907);
}
.rc-background.-rakuma {
  background-color: #c0d1ff;
  border-radius: calc(40 / 640 * 570px);
  margin-top: calc(71 / 640 * 570px);
  padding-top: calc(48 / 640 * 570px);
  z-index: -2;
  overflow: hidden;
}
.rc-background.-rakuma::before {
  width: calc(608 / 640 * 570px);
  height: calc(834 / 640 * 570px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/entry_rakumaBackground.png?v=202507170907);
  bottom: calc(-538 / 640 * 570px);
}
.rc-background.-about {
  background-color: #d8f4ff;
  z-index: 0;
  overflow: hidden;
  padding-bottom: calc(106 / 640 * 570px);
}
.rc-background.-about::before {
  width: calc(677 / 640 * 570px);
  height: calc(1011 / 640 * 570px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/about_background.png?v=202507170907);
  top: calc(41 / 640 * 570px);
  left: calc(0 / 640 * 570px);
}
.rc-background.-shopping {
  background-color: #ffde99;
  padding: calc(72 / 640 * 570px) calc(32 / 640 * 570px);
  z-index: 0;
}
.rc-background.-feature {
  background-color: #fec;
  padding: calc(80 / 640 * 570px) calc(32 / 640 * 570px);
  z-index: 0;
  overflow: hidden;
}
.rc-background.-feature::before {
  width: calc(1121.17 / 640 * 570px);
  height: calc(1121.17 / 640 * 570px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/feature_background.png?v=202507170907);
  top: calc(1055 / 640 * 570px);
  left: calc(0 / 640 * 570px);
}
.rc-background.-rakuten {
  background-color: #d8f4ff;
  padding: calc(80 / 640 * 570px) calc(32 / 640 * 570px) calc(90 / 640 * 570px);
}
.rc-background.-campaign {
  background-color: #e8ecf0;
  padding: calc(79 / 640 * 570px) calc(82 / 640 * 570px) calc(20 / 640 * 570px);
}
.rc-background.-coupon {
  background-color: #d8f4ff;
  padding: calc(80 / 640 * 570px) calc(32 / 640 * 570px);
}
.rc-headline-Wchance {
  width: calc(292 / 640 * 570px);
  margin: auto;
}
.rc-headline-entry {
  width: calc(495 / 640 * 570px);
  margin: auto;
}
.rc-headline-shopping {
  width: calc(439 / 640 * 570px);
  margin: auto;
}
.rc-headline-feature {
  width: calc(367 / 640 * 570px);
  margin: auto;
  margin-top: calc(12 / 640 * 570px);
}
.rc-headline-about {
  width: calc(387 / 640 * 570px);
  height: calc(116 / 640 * 570px);
  margin: auto;
  position: relative;
}
.rc-headline-about__text {
  width: calc(240 / 640 * 570px);
  position: absolute;
  left: calc(88 / 640 * 570px);
  bottom: 0;
}
.rc-headline-rakuten {
  width: calc(369 / 640 * 570px);
  margin: auto;
  position: relative;
}
.rc-headline-campaign {
  width: calc(358 / 640 * 570px);
  margin: auto;
}
.rc-headline-coupon {
  width: calc(510 / 640 * 570px);
  height: calc(97 / 640 * 570px);
  margin: auto;
  position: relative;
}
.rc-headline-coupon__text {
  position: absolute;
  width: calc(282 / 640 * 570px);
  left: calc(120 / 640 * 570px);
}
.rc-headline-coupon__animation {
  position: absolute;
  width: calc(510 / 640 * 570px);
  top: calc(10 / 640 * 570px);
  animation: lean 3s ease-in-out infinite alternate-reverse;
}
.rc-text {
  font-feature-settings: "palt";
}
.rc-text__bold {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.rc-text__bold::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(5 / 640 * 570px);
  width: 100%;
  border-radius: calc(6 / 640 * 570px);
  bottom: calc(6 / 640 * 570px);
  transform: translateY(50%);
  background-color: #fff;
}
.rc-text.-Wchance {
  margin-top: calc(41 / 640 * 570px);
  font-size: calc(24 / 640 * 570px);
  text-align: center;
  color: #002896;
  line-height: 1.75;
}
.rc-text.-about {
  margin-top: calc(29 / 640 * 570px);
  font-size: calc(24 / 640 * 570px);
  text-align: center;
  color: #002896;
  font-weight: 600;
}
.rc-text.-feature {
  font-size: calc(24 / 640 * 570px);
  text-align: center;
  color: #002896;
  margin-top: calc(16 / 640 * 570px);
  font-weight: 400;
}
.rc-text.-feature.-point {
  font-size: calc(20 / 640 * 570px);
  margin-top: 0;
  text-align: left;
  color: #333;
  letter-spacing: -0.006em;
}
.rc-text__slide {
  font-size: calc(24 / 640 * 570px);
}
.rc-text__slide.-rakuten {
  font-weight: 500;
  font-family: "RakutenSansJP_W_Medium";
}
.rc-text__slide.-rakuten.-slide03 {
  font-size: calc(20 / 640 * 570px);
  color: #bf0000;
}
.rc-text__slide.-rakuten.-coin {
  font-weight: 700;
}
.rc-text__link {
  text-align: center;
  text-decoration: underline;
  font-size: calc(28 / 640 * 570px);
  color: #bf0000;
  -webkit-text-decoration-color: #bf0000;
  text-decoration-color: #bf0000;
  margin-top: calc(33 / 640 * 570px);
}
.rc-text-slide-about-rakuma {
  margin-top: calc(27 / 640 * 570px);
  text-align: left;
  font-size: calc(24 / 640 * 570px);
  line-height: 1.5;
}
.rc-text-slide-about-rakuten {
  font-family: "RakutenSansJP_W_Medium";
  font-size: calc(24 / 640 * 570px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.rc-text-slide-about-rakuten__emphasis {
  color: #e24273;
  font-size: 1em;
}
.rc-text-slide-about-rakuten__emphasis--large {
  color: #e24273;
  font-size: 1.3em;
}
.rc-text-slide-about-rakuten__emphasis--medium {
  color: #e24273;
  font-size: 1.2em;
}
.rc-text-slide-about-rakuten__emphasis--small {
  color: #e24273;
  font-size: 1.1em;
}
.rc-Wchance {
  position: relative;
  overflow: hidden;
  z-index: 0;
  overflow: hidden;
}
.rc-Wchance__textLine {
  display: inline-flex;
  animation: flow 25s linear infinite;
}
.rc-Wchance__textLine img {
  width: auto;
  max-width: none;
  height: calc(80 / 640 * 570px);
}
@keyframes flow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.rc-Wchance__imageContainer {
  width: calc(620 / 640 * 570px);
  height: calc(440 / 640 * 570px);
  margin: calc(46 / 640 * 570px) auto 0;
  position: relative;
}
.rc-Wchance__imageContainer::before {
  content: "";
  position: absolute;
  width: calc(36 / 640 * 570px);
  height: calc(36 / 640 * 570px);
  background-size: contain;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/Wchance_plusImage.png?v=202507170907);
  background-repeat: no-repeat;
  top: calc(83 / 640 * 570px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.rc-Wchance__imageItem {
  position: absolute;
}
.rc-Wchance__imageItem.-image01 {
  width: calc(331 / 640 * 570px);
  z-index: 2;
}
.rc-Wchance__imageItem.-image02 {
  width: calc(331 / 640 * 570px);
  right: 0;
  z-index: 3;
}
.rc-Wchance__imageItem.-image03 {
  width: calc(564 / 640 * 570px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.rc-Wchance__imageItem.-image03::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: calc(8 / 640 * 570px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(43 / 640 * 570px);
  height: calc(15 / 640 * 570px);
  border-style: solid;
  border-right: calc(21.5 / 640 * 570px) solid rgba(0, 0, 0, 0);
  border-left: calc(21.5 / 640 * 570px) solid rgba(0, 0, 0, 0);
  border-top: calc(15 / 640 * 570px) solid #002896;
  border-bottom: 0;
}
.rc-entry {
  z-index: 0;
  position: relative;
  padding-bottom: calc(54 / 640 * 570px);
}
.rc-entry__gakuwari {
  margin-top: calc(52 / 640 * 570px);
}
.rc-entry__section {
  z-index: -3;
  position: relative;
}
.rc-entry__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-top: calc(42 / 640 * 570px);
}
.rc-entry__list.-rakuma {
  padding-bottom: calc(252 / 640 * 570px);
}
.rc-entry__item {
  position: relative;
  background-color: #fff;
  border-radius: calc(32 / 640 * 570px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(450 / 640 * 570px);
  padding: calc(32 / 640 * 570px) calc(24 / 640 * 570px) calc(40 / 640 * 570px);
  box-shadow: 0px 0px 29px 0px rgba(88, 101, 137, 0.24);
}
.rc-entry__item:nth-child(n + 2) {
  margin-top: calc(24 / 640 * 570px);
}
.rc-entry__itemTitle {
  color: #f59600;
  text-align: center;
  font-size: calc(28 / 640 * 570px);
  font-weight: 600;
  font-family: "RakutenSansJP_W_DemiBold";
  width: 100%;
  position: relative;
}
.rc-entry__itemTitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(3 / 640 * 570px);
  background-color: #ffde99;
  bottom: calc(-22 / 640 * 570px);
  left: 0;
}
.rc-entry__itemTitle.-rakuma {
  color: #5b87ff;
}
.rc-entry__itemTitle.-rakuma::after {
  background-color: #c0d1ff;
}
.rc-entry__itemText {
  margin-top: calc(47 / 640 * 570px);
  font-size: calc(28 / 640 * 570px);
  font-feature-settings: "palt";
  font-weight: 400;
  text-align: center;
}
.rc-entry__itemSubText {
  font-size: calc(20 / 640 * 570px);
  font-weight: 300;
  text-align: center;
}
.rc-entry__incentive {
  width: 100%;
  height: calc(181 / 640 * 570px);
  margin-top: calc(45 / 640 * 570px);
  position: relative;
}
.rc-entry__incentiveImage {
  width: calc(315 / 640 * 570px);
  margin: 0 auto;
}
.rc-entry__incentiveCoin {
  position: absolute;
  width: calc(556 / 640 * 570px);
  top: 0;
  left: calc(30 / 640 * 570px);
  animation: lean 3s ease-in-out infinite alternate-reverse;
}
.rc-entry-rakuma__incentiveCoin {
  position: absolute;
  width: calc(625 / 640 * 570px);
  bottom: calc(-12 / 640 * 570px);
  left: calc(-14 / 640 * 570px);
}
.rc-entry-rakuma__animationCoin {
  position: absolute;
  width: calc(609 / 640 * 570px);
  bottom: calc(103 / 640 * 570px);
  right: calc(13 / 640 * 570px);
  z-index: 1;
  animation: lean 3s ease-in-out infinite alternate-reverse;
}
.rc-entry-rakuma__incentiveBackground {
  position: absolute;
  width: calc(625 / 640 * 570px);
  bottom: calc(-12 / 640 * 570px);
  z-index: 0;
}
.rc-entry__downloadList {
  display: flex;
}
.rc-entry__downloadItem {
  margin-top: calc(31 / 640 * 570px);
}
.rc-entry__downloadItem.-ios {
  width: calc(175 / 640 * 570px);
}
.rc-entry__downloadItem.-android {
  width: calc(212 / 640 * 570px);
  margin-left: calc(13 / 640 * 570px);
}
.rc-title {
  margin: auto;
  text-align: center;
  font-size: calc(32 / 640 * 570px);
}
.rc-title__bold {
  font-size: calc(42 / 640 * 570px);
  position: relative;
  z-index: 1;
}
.rc-title__bold::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(12 / 640 * 570px);
  width: 100%;
  border-radius: calc(6 / 640 * 570px);
  bottom: calc(6 / 640 * 570px);
  transform: translateY(50%);
}
.rc-title.-gakuwari {
  color: #002896;
  font-weight: 600;
}
.rc-title.-gakuwari .rc-title__bold::before {
  background-color: #fec;
}
.rc-title.-rakuma {
  color: #002896;
  font-weight: 600;
}
.rc-title.-rakuma .rc-title__bold::before {
  background-color: #e2eaff;
}
.rc-title.-about {
  width: calc(366 / 640 * 570px);
}
.rc-title.-feature {
  margin: 0;
  font-size: calc(36 / 640 * 570px);
  font-weight: 600;
}
.rc-title.-feature.-small {
  font-size: calc(34 / 640 * 570px);
  letter-spacing: -0.075em;
}
.rc-title-slide-about-rakuma {
  margin-top: calc(28 / 640 * 570px);
  font-size: calc(28 / 640 * 570px);
  font-weight: 600;
  text-align: left;
}
.rc-title-slide-campaign {
  font-size: calc(28 / 640 * 570px);
  font-weight: 700;
  text-align: center;
}
.rc-title-right-content {
  font-size: 0.9375vw;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #002896;
  line-height: 1.5;
}
.rc-about__points {
  position: relative;
  padding: calc(64 / 640 * 570px) calc(58 / 640 * 570px) calc(46 / 640 * 570px);
}
.rc-about__points::after {
  content: "";
  position: absolute;
  width: calc(522 / 640 * 570px);
  height: calc(2 / 640 * 570px);
  box-sizing: border-box;
  border-bottom: calc(2 / 640 * 570px) dotted #5b87ff;
  bottom: 0;
}
.rc-about__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(53 / 640 * 570px);
}
.rc-about__item {
  position: relative;
  background-color: #fff;
  border-radius: calc(16 / 640 * 570px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(250 / 640 * 570px);
}
.rc-about__item:nth-child(-n + 2) {
  height: calc(239 / 640 * 570px);
}
.rc-about__item:nth-child(n + 3) {
  height: calc(326 / 640 * 570px);
  margin-top: calc(52 / 640 * 570px);
}
.rc-about__item:nth-child(2n) {
  margin-left: calc(24 / 640 * 570px);
}
.rc-about__item.-point01 {
  padding-top: calc(41 / 640 * 570px);
  padding-bottom: calc(32 / 640 * 570px);
}
.rc-about__item.-point01 .rc-about__itemImage {
  width: calc(74 / 640 * 570px);
}
.rc-about__item.-point02 {
  padding-top: calc(32 / 640 * 570px);
  padding-bottom: calc(32 / 640 * 570px);
}
.rc-about__item.-point02 .rc-about__itemImage {
  width: calc(136 / 640 * 570px);
}
.rc-about__item.-point03 {
  padding-top: calc(41 / 640 * 570px);
  padding-bottom: calc(35 / 640 * 570px);
}
.rc-about__item.-point03 .rc-about__itemImage {
  width: calc(67 / 640 * 570px);
}
.rc-about__item.-point04 {
  padding-top: calc(23 / 640 * 570px);
  padding-bottom: calc(46 / 640 * 570px);
}
.rc-about__item.-point04 .rc-about__itemImage {
  width: calc(156 / 640 * 570px);
}
.rc-about__itemTitle {
  position: absolute;
  top: calc(-20 / 640 * 570px);
  background-color: #5b87ff;
  color: #fff;
  width: calc(169 / 640 * 570px);
  height: calc(42 / 640 * 570px);
  text-align: center;
  font-size: calc(24 / 640 * 570px);
  font-weight: 600;
  font-family: "RakutenSansJP_W_DemiBold";
  border-radius: calc(21 / 640 * 570px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rc-about__itemText {
  font-size: calc(28 / 640 * 570px);
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: auto;
}
.rc-about__itemSubText {
  font-size: calc(18 / 640 * 570px);
  font-weight: 500;
  text-align: center;
  margin-top: calc(14 / 640 * 570px);
}
.rc-about__slide {
  margin-top: calc(50 / 640 * 570px);
  padding-top: calc(147 / 640 * 570px);
  position: relative;
}
.rc-arrow {
  margin: calc(66 / 640 * 570px) auto 0;
  width: calc(371 / 640 * 570px);
}
.rc-swiper-about-rakuma {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: calc(40 / 640 * 570px);
}
.rc-swiper-about-rakuma__slide {
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.rc-swiper-about-rakuma__textContainer {
  padding: 0 calc(28 / 640 * 570px);
}
.rc-swiper-about-rakuma__operation {
  position: relative;
}
.rc-swiper-about-rakuma__button-container {
  display: flex;
  justify-content: center;
  gap: calc(224 / 640 * 570px);
  margin-top: calc(28 / 640 * 570px);
}
.rc-swiper-about-rakuma__button-prev,
.rc-swiper-about-rakuma__button-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  margin-top: 0;
  width: calc(64 / 640 * 570px);
  height: calc(64 / 640 * 570px);
  background-color: #333;
  border-radius: 100%;
}
.rc-swiper-about-rakuma__button-prev::after,
.rc-swiper-about-rakuma__button-next::after {
  width: calc(25 / 640 * 570px);
  height: calc(21 / 640 * 570px);
  border: none;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slider.png?v=202507170907);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(360deg);
}
.rc-swiper-about-rakuma__pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.rc-swiper-about-rakuma__pagination .swiper-pagination-bullet {
  width: calc(12 / 640 * 570px);
  height: calc(12 / 640 * 570px);
  background-color: #c7d1da;
  border-radius: 100%;
}
.rc-swiper-about-rakuma__pagination .swiper-pagination-bullet-active {
  background-color: #5b87ff;
}
.rc-swiper-about-rakuten {
  position: relative;
  overflow: hidden;
  height: auto;
}
.rc-swiper-about-rakuten__slide-01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  background-color: #fff;
  border-radius: calc(24 / 640 * 570px);
  padding: calc(52 / 640 * 570px) 0;
}
.rc-swiper-about-rakuten__slide-02,
.rc-swiper-about-rakuten__slide-03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  background-color: #fff;
  border-radius: calc(24 / 640 * 570px);
  padding: calc(44 / 640 * 570px) 0 calc(21 / 640 * 570px);
}
.rc-swiper-about-rakuten__button-prev,
.rc-swiper-about-rakuten__button-next {
  position: absolute;
  top: 50%;
  margin-top: 0;
  width: calc(75 / 640 * 570px);
  height: calc(75 / 640 * 570px);
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 calc(16 / 640 * 570px) calc(4 / 640 * 570px)
    rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
}
.rc-swiper-about-rakuten__button-prev::after,
.rc-swiper-about-rakuten__button-next::after {
  width: calc(35 / 640 * 570px);
  height: calc(30 / 640 * 570px);
  border: none;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slide_blue.png?v=202507170907);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(360deg);
}
.rc-swiper-about-rakuten__button-prev.swiper-button-disabled,
.rc-swiper-about-rakuten__button-next.swiper-button-disabled {
  display: none;
}
.rc-swiper-about-rakuten__button-prev {
  left: 0;
}
.rc-swiper-about-rakuten__button-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.rc-swiper-about-rakuten__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rc-swiper-about-rakuten__pagination .swiper-pagination-bullet {
  width: calc(12 / 640 * 570px);
  height: calc(12 / 640 * 570px);
  background-color: #c7d1da;
  border-radius: 100%;
}
.rc-swiper-about-rakuten__pagination .swiper-pagination-bullet-active {
  background-color: #5b87ff;
}
.rc-swiper-campaign {
  position: relative;
  overflow: hidden;
  height: auto;
}
.rc-swiper-campaign__slide {
  padding: calc(32 / 640 * 570px) calc(29 / 640 * 570px) calc(40 / 640 * 570px)
    calc(35 / 640 * 570px);
  background-color: #fff;
  border-radius: calc(24 / 640 * 570px);
}
.rc-swiper-campaign__operation {
  position: relative;
}
.rc-swiper-campaign__button-container {
  display: flex;
  justify-content: center;
  gap: calc(224 / 640 * 570px);
  margin-top: calc(28 / 640 * 570px);
}
.rc-swiper-campaign__button-prev,
.rc-swiper-campaign__button-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  margin-top: 0;
  width: calc(64 / 640 * 570px);
  height: calc(64 / 640 * 570px);
  background-color: #333;
  border-radius: 100%;
}
.rc-swiper-campaign__button-prev::after,
.rc-swiper-campaign__button-next::after {
  width: calc(25 / 640 * 570px);
  height: calc(21 / 640 * 570px);
  border: none;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slider.png?v=202507170907);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(360deg);
}
.rc-swiper-campaign__button-prev.swiper-button-disabled,
.rc-swiper-campaign__button-next.swiper-button-disabled {
  background-color: #c7d1da;
  opacity: 1;
}
.rc-swiper-campaign__button-prev.swiper-button-disabled::after,
.rc-swiper-campaign__button-next.swiper-button-disabled::after {
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slide_white.png?v=202507170907);
}
.rc-swiper-campaign__pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.rc-swiper-campaign__pagination .swiper-pagination-bullet {
  width: calc(12 / 640 * 570px);
  height: calc(12 / 640 * 570px);
  background-color: #c7d1da;
  border-radius: 100%;
}
.rc-swiper-campaign__pagination .swiper-pagination-bullet-active {
  background-color: #5b87ff;
}
.rc-shopping__wave {
  width: calc(325 / 640 * 570px);
  margin: auto;
  margin-top: calc(51 / 640 * 570px);
  margin-bottom: calc(30 / 640 * 570px);
}
.ecm-search.rye-c-search {
  margin-top: calc(50 / 640 * 570px);
  width: calc(567.45 / 640 * 570px);
  height: calc(92 / 640 * 570px);
  border: calc(4 / 640 * 570px) solid #002896;
  border-radius: calc(50 / 640 * 570px);
}
.rye-c-search.ecm-search .ecm-search-input {
  font-size: calc(28 / 640 * 570px);
  text-indent: calc(16 / 640 * 570px);
}
.rye-c-search.ecm-search .ecm-search-submit {
  width: calc(92 / 640 * 570px);
  background-color: #002896;
  color: #fff;
  border-top-right-radius: calc(50 / 640 * 570px);
  border-bottom-right-radius: calc(50 / 640 * 570px);
  transition: all 0.3s;
}
.ecm-search-keyword.rye-c-search__keyword.-custom {
  width: calc(225 / 640 * 570px);
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #333;
  font-size: calc(24 / 640 * 570px);
  background-color: #fec;
  height: calc(62 / 640 * 570px);
  border-radius: calc(31 / 640 * 570px);
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(88, 101, 137, 0.24);
}
.rye-c-search__keywordList {
  margin-top: calc(24 / 640 * 570px);
}
.ecm-icon-search.-custom::before {
  width: calc(44 / 640 * 570px);
  height: calc(44 / 640 * 570px);
  font-size: calc(44 / 640 * 570px);
}
.rc-feature__logo {
  width: calc(183.7 / 640 * 570px);
  margin: 0 auto;
}
.rc-feature__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(59 / 640 * 570px);
}
.rc-feature__item {
  position: relative;
  background-color: #fff;
  border-radius: calc(16 / 640 * 570px);
  display: flex;
  width: calc(524 / 640 * 570px);
  padding-left: calc(30 / 640 * 570px);
  padding-right: calc(32 / 640 * 570px);
  margin-top: calc(44 / 640 * 570px);
}
.rc-feature__item.-point01 {
  gap: calc(21 / 640 * 570px);
  padding-top: calc(31 / 640 * 570px);
  padding-bottom: calc(44 / 640 * 570px);
}
.rc-feature__item.-point01 .rc-feature__textBox {
  align-self: flex-end;
}
.rc-feature__item.-point01 .rc-feature__itemImage {
  width: calc(89 / 640 * 570px);
}
.rc-feature__item.-point02 {
  gap: calc(26 / 640 * 570px);
  margin-top: calc(36 / 640 * 570px);
  padding-top: calc(33 / 640 * 570px);
  padding-bottom: calc(18 / 640 * 570px);
}
.rc-feature__item.-point02 .rc-feature__itemImage {
  align-self: flex-start;
  width: calc(82 / 640 * 570px);
}
.rc-feature__item.-point03 {
  gap: calc(22 / 640 * 570px);
  padding-top: calc(39 / 640 * 570px);
  padding-bottom: calc(19 / 640 * 570px);
}
.rc-feature__item.-point03 .rc-feature__itemImage {
  align-self: center;
  width: calc(84 / 640 * 570px);
}
.rc-feature__item.-point04 {
  gap: calc(28 / 640 * 570px);
  padding-top: calc(39 / 640 * 570px);
  padding-bottom: calc(20 / 640 * 570px);
}
.rc-feature__item.-point04 .rc-feature__itemImage {
  width: calc(82 / 640 * 570px);
}
.rc-feature__itemTitle {
  position: absolute;
  top: calc(-20 / 640 * 570px);
  background-color: #5b87ff;
  color: #fff;
  width: calc(169 / 640 * 570px);
  height: calc(42 / 640 * 570px);
  text-align: center;
  font-size: calc(24 / 640 * 570px);
  font-weight: 600;
  font-family: "RakutenSansJP_W_DemiBold";
  border-radius: calc(21 / 640 * 570px);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.rc-feature__textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.rc-feature__wave {
  margin-top: calc(56 / 640 * 570px);
  width: calc(575 / 640 * 570px);
  animation: purine 3s linear infinite;
}
.rc-rakuten__coin {
  width: calc(128 / 640 * 570px);
}
.rc-rakuten__coinList {
  margin: 0 auto;
  display: flex;
}
.rc-rakuten__slideTitleImage {
  margin: 0 auto;
}
.rc-rakuten__slideTitleImage.-slide02 {
  width: calc(404 / 640 * 570px);
}
.rc-rakuten__slideTitleImage.-slide03 {
  width: calc(388 / 640 * 570px);
}
.rc-rakuten__slide03List {
  margin: 0 auto;
  width: calc(333 / 640 * 570px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rc-rakuten__slideItem {
  margin-top: calc(48 / 640 * 570px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rc-rakuten__slideItem:nth-child(n + 3) {
  margin-top: calc(52 / 640 * 570px);
}
.rc-rakuten__slideItemImage.-image01 {
  width: calc(109 / 640 * 570px);
}
.rc-rakuten__slideItemImage.-image02 {
  width: calc(113 / 640 * 570px);
}
.rc-rakuten__slideItemImage.-image03 {
  width: calc(86 / 640 * 570px);
}
.rc-rakuten__slideItemImage.-image04 {
  width: calc(75 / 640 * 570px);
}
.rc-coupon__container {
  display: block;
  margin-top: calc(29 / 640 * 570px);
  position: relative;
}
.rc-coupon__container::after {
  content: "";
  position: absolute;
  width: calc(156 / 640 * 570px);
  height: calc(74 / 640 * 570px);
  top: calc(150 / 640 * 570px);
  left: calc(127 / 640 * 570px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/coupon_number.png?v=202507170907);
  background-repeat: no-repeat;
  background-size: contain;
}
.rc-text-image-about-point {
  width: calc(404 / 640 * 570px);
  margin-inline: auto;
}
.rc-text-image-charge-use {
  width: calc(388 / 640 * 570px);
  margin-inline: auto;
}
.rc-text-image-left-content-logo {
  width: 9.2708333333vw;
  margin-inline: auto;
}
.rc-text-image-left-content-headline {
  width: 20.4166666667vw;
  margin: 0.5208333333vw auto 0;
}
.rc-link-point {
  display: flex;
  flex-direction: column;
  padding: calc(8 / 640 * 570px) 0 calc(12 / 640 * 570px) calc(41 / 640 * 570px);
  background-color: #f5e5ea;
}
.rc-link-text {
  font-size: calc(24 / 640 * 570px);
  font-feature-settings: "palt";
  text-decoration: underline;
  transition: opacity 0.3s;
}
.rc-link-text-point {
  font-size: calc(24 / 640 * 570px);
  font-feature-settings: "palt";
  text-decoration: underline;
  transition: opacity 0.3s;
  font-family: "RakutenSansJP_W_DemiBold";
  font-weight: 700;
}
.rc-link-text-right-content {
  display: inline-block;
  width: 100%;
  padding: 0.9895833333vw 0;
  font-size: 0.9375vw;
  font-weight: 700;
  text-align: center;
  color: #002896 !important;
  line-height: 1.5;
}
.rc-link-list-right-content {
  width: 16.5625vw;
  margin-inline: auto;
  margin-top: 1.25vw;
}
.rc-link-list-right-content__item {
  position: relative;
  border-top: 1px solid #002896;
}
.rc-link-list-right-content__item:last-child {
  border-bottom: 1px solid #002896;
}
.rc-link-list-right-content__item::after {
  position: absolute;
  top: 50%;
  right: 0.5208333333vw;
  display: block;
  width: 0.625vw;
  height: calc(0.3125vw * tan(60deg));
  content: "";
  background-color: #002896;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
.rc-link-banner-slide-campaign {
  display: block;
  width: calc(268 / 640 * 570px);
  margin-inline: auto;
}
.rc-image-stores-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(333 / 640 * 570px);
  margin-inline: auto;
}
.rc-image-stores-list__item-convenience-store {
  width: calc(109 / 640 * 570px);
}
.rc-image-stores-list__item-gas-station {
  width: calc(163 / 640 * 570px);
  margin-left: calc(59 / 640 * 570px);
}
.rc-image-stores-list__item-restaurant {
  width: calc(104 / 640 * 570px);
  margin-top: calc(34 / 640 * 570px);
}
.rc-image-stores-list__item-fast-food {
  width: calc(159 / 640 * 570px);
  margin-left: calc(68 / 640 * 570px);
  margin-top: calc(35 / 640 * 570px);
}
.rc-image-qr {
  width: 5.2083333333vw;
  margin-left: 2.0833333333vw;
}
.rc-floating-navi[data-sticky="true"] {
  left: 234px;
  width: 556px;
}
.rc-floating-navi .ecm-floating-navi-item {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .ecm-floating-navi-container {
    display: none;
  }
}
.ecm-floating-navi-container.-bottom {
  top: auto;
  bottom: 0;
  width: 570px;
  left: 227px;
}
.ecm-floating-navi.-custom {
  height: calc(100 / 640 * 570px);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom {
  background-color: #f7bd45;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom::before {
  content: "";
  position: absolute;
  width: calc(2 / 640 * 570px);
  height: calc(69 / 640 * 570px);
  background-color: #002896;
  left: 0;
  transform: translateX(-100%);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom:nth-child(
    1
  )::before {
  display: none;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom:nth-child(1)
  .ecm-floating-navi-text {
  width: calc(130 / 640 * 570px);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom:nth-child(2)
  .ecm-floating-navi-text {
  width: calc(113 / 640 * 570px);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom:nth-child(3)
  .ecm-floating-navi-text {
  width: calc(96 / 640 * 570px);
  height: calc(18 / 640 * 570px);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom:nth-child(4)
  .ecm-floating-navi-text {
  width: calc(100 / 640 * 570px);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom[data-in-viewport="true"] {
  border: none;
  background-color: #002a95;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom[data-in-viewport="true"]::before {
  display: none;
}
.modalArea {
  left: auto;
  width: 556px;
  box-sizing: border-box;
  transform: translateX(0);
}
.rye-p-entry-step {
  gap: calc(48 / 640 * 570px);
}
.rye-p-entry-step.-custom .rye-p-entry-step__container {
  width: 100%;
  gap: calc(24 / 640 * 570px);
}
.rye-p-entry-step.-custom .rye-p-entry-step__container:first-of-type::after {
  left: calc(24 / 640 * 570px);
  width: calc(32 / 640 * 570px);
  height: calc(40 / 640 * 570px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/new_module/entry_step_arrow.png?v=202507170907);
}
.rye-p-entry-step.-custom .rye-p-entry-step__number {
  width: calc(80 / 640 * 570px);
}
img {
  width: 100%;
}
.atentionArea__ttl img {
  width: 180px;
}
.rye-u-mt-12 {
  margin-top: calc(24 / 640 * 570px);
}
.rye-u-mt-16 {
  margin-top: calc(32 / 640 * 570px);
}
.rye-u-mt-20 {
  margin-top: calc(40 / 640 * 570px);
}
.rye-u-mt-24 {
  margin-top: calc(48 / 640 * 570px);
}
.rye-u-mt-28 {
  margin-top: calc(56 / 640 * 570px);
}
.rye-u-mt-40 {
  margin-top: calc(80 / 640 * 570px);
}
.rye-u-fz-12 {
  font-size: calc(24 / 640 * 570px);
}
a,
button {
  transition: opacity 0.3s;
}
a:hover,
button:hover {
  opacity: 0.8;
}
.atentionArea__ttl {
  width: 352px;
  margin: 0 auto 36px;
}
.ecm-reward-requirement-container {
  margin: auto 0 auto 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.young_nav li {
  z-index: 0;
}
