@charset "UTF-8";

.content-font {
  font-family: "Rakuten Sans JP2", 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;
}
.rl-side-contents {
  width: calc((100% - 456px) / 2);
  background-color: #ecf9fe;
}
.rl-side-contents.-left {
  left: 0;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_pc/img/20250801/left_background.png?v=202607140939);
}
.rl-side-contents.-right {
  right: 0;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_pc/img/20250801/right_background.png?v=202607140939);
}
.rl-main-contents {
  max-width: 456px;
  border-left: 3px solid #002896;
  border-right: 3px solid #002896;
}
.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%;
}
.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;
  }
}
@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(-214.4531 / 375 * 456px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(calc(-26.3672 / 375 * 456px));
  }
  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(234 / 375 * 456px);
  position: absolute;
}
.rc-animation-about__headline {
  position: absolute;
  width: calc(250 / 375 * 456px);
  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(197 / 375 * 456px);
  height: calc(24 / 375 * 456px);
  position: absolute;
}
.rc-animation-kanban {
  position: relative;
}
.rc-animation-kanban__container {
  position: absolute;
  width: calc(348.6328 / 375 * 456px);
  height: calc(175.7812 / 375 * 456px);
  bottom: calc(18.1641 / 375 * 456px);
  right: calc(13.4766 / 375 * 456px);
  opacity: 0;
}
.rc-animation-kanban__incentive {
  position: absolute;
  width: calc(339.2578 / 375 * 456px);
}
.rc-animation-kanban__item {
  position: absolute;
  width: calc(77.9297 / 375 * 456px);
  bottom: calc(0 / 375 * 456px);
  right: calc(0 / 375 * 456px);
  animation: lean 3s ease-in-out infinite alternate-reverse;
}
.rye-c-button {
  min-height: calc(72 / 375 * 456px);
  padding: calc(22 / 375 * 456px) calc(8 / 375 * 456px);
  border: calc(2 / 375 * 456px) solid #000;
}
.rye-c-button__text {
  text-align: center;
  font-size: calc(24 / 375 * 456px);
  font-weight: 700;
  line-height: 1;
}
.rye-c-button--outlined {
  background-color: #fff;
}
.rye-c-button--outlined.rye-c-button--filled {
  background-color: #bf0000;
}
.rye-c-button--shadow {
  box-shadow: 0 calc(4 / 375 * 456px) calc(6 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
}
.rye-c-button--small {
  min-height: calc(53 / 375 * 456px);
  padding: calc(18 / 375 * 456px) calc(8 / 375 * 456px);
  box-shadow: 0 calc(3 / 375 * 456px) calc(4 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
}
.rye-c-button--small .rye-c-button__text {
  font-size: calc(22 / 375 * 456px);
}
.rcEntryButton {
  width: 100%;
}
.rcEntryButton.-custum .rcEntryButton-button {
  width: 100%;
  height: auto;
  min-height: calc(72 / 375 * 456px);
  padding: calc(22 / 375 * 456px) calc(8 / 375 * 456px);
  border: calc(2 / 375 * 456px) solid #000;
  white-space: wrap;
  border-radius: 9999px;
  text-align: center;
  font-size: calc(24 / 375 * 456px);
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 calc(4 / 375 * 456px) calc(6 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
}
.rcEntryButton.-custum.rcEntryButton-status--loading .rcEntryButton-button {
  padding: calc(8 / 375 * 456px);
}
.rcEntryButton.-custum.rcEntryButton-status--applied .rcEntryButton-button,
.rcEntryButton.-custum.rcEntryButton-status--closed .rcEntryButton-button,
.rcEntryButton.-custum.rcEntryButton-status--notfound .rcEntryButton-button {
  font-size: calc(20 / 375 * 456px);
}
.rcEntryButton.-custum.-small .rcEntryButton-button {
  min-height: calc(53 / 375 * 456px);
  padding: calc(18 / 375 * 456px) calc(8 / 375 * 456px);
  box-shadow: 0 calc(3 / 375 * 456px) calc(4 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
  font-size: calc(22 / 375 * 456px);
}
.rcEntryButton.-custum.-small.rcEntryButton-status--loading
  .rcEntryButton-button {
  padding: calc(7 / 375 * 456px) calc(8 / 375 * 456px);
}
.rcEntryButton.-custum.-small.rcEntryButton-status--notfound
  .rcEntryButton-button {
  font-size: calc(16 / 375 * 456px);
}
.rc-button-container {
  width: calc(281.25 / 375 * 456px);
  margin-inline: auto;
}
.rc-button__searchList {
  display: flex;
  justify-content: space-between;
  width: calc(335.1562 / 375 * 456px);
  margin: calc(18.75 / 375 * 456px) auto 0;
}
.rc-button__searchItem.-custom {
  position: relative;
  width: calc(161.1328 / 375 * 456px);
  height: calc(46.875 / 375 * 456px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002896;
  border-radius: calc(23.4375 / 375 * 456px);
  box-shadow: 0px 0px 10px 0px rgba(88, 101, 137, 0.24);
}
.rc-button__searchItem.-custom:hover {
  text-decoration: none;
}
.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=202607140939);
  width: calc(23.4375 / 375 * 456px);
  height: calc(23.4375 / 375 * 456px);
  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=202607140939);
  width: calc(24.0234 / 375 * 456px);
  height: calc(24.0234 / 375 * 456px);
  background-size: 100%;
}
.rc-button__searchText {
  color: #fff;
  font-size: calc(16.4062 / 375 * 456px);
  margin-left: calc(10.5469 / 375 * 456px);
}
.rl-side-contents .rye-c-button {
  display: block;
  width: 19.375vw;
  min-height: 4.375vw;
  padding: 1.40625vw 0.625vw;
  margin-top: 1.1458333333vw;
  margin-inline: auto;
  border: 0.15625vw solid #000;
  text-align: center;
}
.rl-side-contents .rye-c-button__text {
  font-size: 1.25vw;
}
.rl-side-contents .rye-c-button--shadow {
  box-shadow: 0.15625vw 0.234375vw 0 0 #43cde8;
}
.rl-side-contents .rcEntryButton.-custum .rcEntryButton-button {
  width: 19.375vw;
  height: auto;
  min-height: 4.375vw;
  margin-top: 1.25vw;
  padding: 1.40625vw 0.625vw;
  border: 0.15625vw solid #000;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0.15625vw 0.234375vw 0 0 #43cde8;
}
.rl-side-contents
  .rcEntryButton.-custum.rcEntryButton-status--loading
  .rcEntryButton-button {
  padding: 1.09375vw 0.625vw;
}
@media (min-width: 768px) {
  .rye-c-button--outlined {
    transition: background-color 0.3s, color 0.3s !important;
  }
  .rye-c-button--outlined:hover {
    background-color: #bf0000;
    opacity: 1 !important;
  }
  .rye-c-button--outlined:hover .rye-c-button__text {
    color: #fff;
  }
  .rye-c-button--filled {
    transition: background-color 0.3s, color 0.3s !important;
  }
  .rye-c-button--filled:hover {
    background-color: #fff;
    opacity: 1 !important;
  }
  .rye-c-button--filled:hover .rye-c-button__text {
    color: #bf0000;
  }
  .rcEntryButton.-custum .rcEntryButton-button {
    transition: background-color 0.3s, color 0.3s !important;
  }
  .rcEntryButton.-custum .rcEntryButton-button:hover {
    background-color: #fff;
    color: #bf0000;
    opacity: 1 !important;
  }
  .rcEntryButton.-custum.rcEntryButton-status--loading
    .rcEntryButton-button:hover,
  .rcEntryButton.-custum.rcEntryButton-status--notfound
    .rcEntryButton-button:hover {
    background-color: #bf0000;
    color: #fff;
    opacity: 0.7 !important;
  }
  .rcEntryButton.-custum.rcEntryButton-status--applied
    .rcEntryButton-button:hover,
  .rcEntryButton.-custum.rcEntryButton-status--closed
    .rcEntryButton-button:hover,
  .rcEntryButton.-custum.rcEntryButton-status--entered
    .rcEntryButton-button:hover,
  .rcEntryButton.-custum.rcEntryButton-status--before
    .rcEntryButton-button:hover {
    background-color: #f3f3f3;
    color: #717171;
  }
}
.rc-period-content.-custom {
  text-align: center;
  line-height: 1.5;
}
.rc-period-content.-custom .rc-period-content__title {
  font-size: calc(14 / 375 * 456px);
  font-weight: 600;
}
.rc-period-content.-custom .rc-period-content__description {
  font-size: calc(14 / 375 * 456px);
  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(24 / 375 * 456px) calc(16 / 375 * 456px) calc(32 / 375 * 456px);
}
.rc-background.-Wchance {
  background-color: #ffd26b;
  padding: calc(24 / 375 * 456px) 0 calc(24 / 375 * 456px);
  z-index: -2;
}
.rc-background.-Wchance::before {
  width: calc(375 / 375 * 456px);
  height: calc(444.7266 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/Wchance_background.png?v=202607140939);
  top: calc(43.9453 / 375 * 456px);
}
.rc-background.-entry {
  padding: calc(32 / 375 * 456px) calc(16 / 375 * 456px) 0;
  z-index: 0;
}
.rc-background.-gakuwari {
  background-color: #ffde99;
  border-radius: calc(16 / 375 * 456px);
  padding: calc(24 / 375 * 456px) 0 calc(20 / 375 * 456px);
  z-index: -2;
  overflow: hidden;
}
.rc-background.-gakuwari::before {
  width: calc(441 / 375 * 456px);
  height: calc(353 / 375 * 456px);
  background-color: #fec;
  border-radius: 50%;
  left: 50%;
  bottom: calc(-195 / 375 * 456px);
  transform: translateX(-50%);
}
.rc-background.-arrow::before {
  width: calc(271.2891 / 375 * 456px);
  height: calc(60.3516 / 375 * 456px);
  top: calc(-17.5781 / 375 * 456px);
  left: calc(-31.0547 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/arrow_background.png?v=202607140939);
}
.rc-background.-rakuma {
  background-color: #c0d1ff;
  border-radius: calc(16 / 375 * 456px);
  margin-top: calc(35 / 375 * 456px);
  padding-top: calc(24 / 375 * 456px);
  z-index: -2;
  overflow: hidden;
}
.rc-background.-rakuma::before {
  width: calc(441 / 375 * 456px);
  height: calc(353 / 375 * 456px);
  background-color: #e2eaff;
  border-radius: 50%;
  left: 50%;
  bottom: calc(-113 / 375 * 456px);
  transform: translateX(-50%);
}
.rc-background.-about {
  background-color: #d8f4ff;
  z-index: 0;
  overflow: hidden;
  padding-bottom: calc(50 / 375 * 456px);
}
.rc-background.-about::before {
  width: calc(396.6797 / 375 * 456px);
  height: calc(592.3828 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/about_background.png?v=202607140939);
  top: calc(24.0234 / 375 * 456px);
  left: calc(0 / 375 * 456px);
}
.rc-background.-shopping {
  background-color: #ffde99;
  padding: calc(40 / 375 * 456px) calc(16 / 375 * 456px);
  z-index: 0;
}
.rc-background.-feature {
  background-color: #fec;
  padding: calc(40 / 375 * 456px) calc(20 / 375 * 456px) calc(56 / 375 * 456px);
  z-index: 0;
  overflow: hidden;
}
.rc-background.-feature::before {
  width: calc(621 / 375 * 456px);
  height: calc(605 / 375 * 456px);
  background-color: #ffde99;
  border-radius: 50%;
  left: 50%;
  bottom: calc(-315 / 375 * 456px);
  transform: translateX(-50%);
}
.rc-background.-aboutRakuten {
  background-color: #d8f4ff;
  padding: calc(32 / 375 * 456px) calc(16 / 375 * 456px);
  overflow: hidden;
}
.rc-background.-campaign {
  background-color: #e8ecf0;
  padding: calc(32 / 375 * 456px) calc(24 / 375 * 456px);
  overflow: hidden;
}
.rc-background.-coupon {
  background-color: #d8f4ff;
  padding: calc(32 / 375 * 456px) calc(16 / 375 * 456px);
}
.rc-headline-Wchance {
  width: calc(171 / 375 * 456px);
  margin: auto;
}
.rc-headline-entry {
  width: calc(282 / 375 * 456px);
  margin: auto;
}
.rc-headline-shopping {
  width: calc(287 / 375 * 456px);
  margin: auto;
}
.rc-headline-feature {
  width: calc(233 / 375 * 456px);
  margin: auto;
}
.rc-headline-about {
  width: calc(250 / 375 * 456px);
  height: calc(75 / 375 * 456px);
  margin: auto;
  position: relative;
}
.rc-headline-about__text {
  width: calc(158 / 375 * 456px);
  position: absolute;
  left: calc(51.5625 / 375 * 456px);
  bottom: 0;
}
.rc-headline-rakuten {
  width: calc(197 / 375 * 456px);
  margin: auto;
  position: relative;
}
.rc-headline-campaign {
  width: calc(216 / 375 * 456px);
  margin: auto;
}
.rc-headline-coupon {
  width: calc(319 / 375 * 456px);
  height: calc(58 / 375 * 456px);
  margin: auto;
  position: relative;
}
.rc-headline-coupon__text {
  position: absolute;
  width: calc(192 / 375 * 456px);
  left: calc(64 / 375 * 456px);
}
.rc-headline-coupon__animation {
  position: absolute;
  width: calc(319 / 375 * 456px);
  top: calc(5 / 375 * 456px);
  animation: lean 3s ease-in-out infinite alternate-reverse;
}
.rc-text__bold {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.rc-text__bold::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(4 / 375 * 456px);
  width: 100%;
  bottom: calc(0 / 375 * 456px);
  transform: translateY(50%);
  background-color: #fff;
}
.rc-text.-Wchance {
  margin-top: calc(24 / 375 * 456px);
  font-size: calc(14 / 375 * 456px);
  text-align: center;
  color: #002896;
  line-height: 1.8;
}
.rc-text.-about {
  margin-top: calc(16 / 375 * 456px);
  font-size: calc(14 / 375 * 456px);
  text-align: center;
  color: #002896;
  font-weight: 400;
  line-height: 1.5;
}
.rc-text__link {
  text-align: center;
  text-decoration: underline;
  font-size: calc(20 / 375 * 456px);
  color: #bf0000;
  -webkit-text-decoration-color: #bf0000;
  text-decoration-color: #bf0000;
  margin-top: calc(16 / 375 * 456px);
}
.rc-text-slide-about-rakuma {
  margin-top: calc(8 / 375 * 456px);
  text-align: left;
  font-size: calc(14 / 375 * 456px);
  line-height: 1.5;
}
.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(46.875 / 375 * 456px);
}
@keyframes flow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.rc-Wchance__imageContainer {
  width: calc(363.2812 / 375 * 456px);
  height: calc(257.8125 / 375 * 456px);
  margin: calc(26.9531 / 375 * 456px) auto 0;
  position: relative;
}
.rc-Wchance__imageContainer::before {
  content: "";
  position: absolute;
  width: calc(21.0938 / 375 * 456px);
  height: calc(21.0938 / 375 * 456px);
  background-size: contain;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/Wchance_plusImage.png?v=202607140939);
  background-repeat: no-repeat;
  top: calc(48.6328 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.rc-Wchance__imageItem {
  position: absolute;
}
.rc-Wchance__imageItem.-image01 {
  width: calc(193.9453 / 375 * 456px);
  z-index: 2;
}
.rc-Wchance__imageItem.-image02 {
  width: calc(193.9453 / 375 * 456px);
  right: 0;
  z-index: 3;
}
.rc-Wchance__imageItem.-image03 {
  width: calc(330.4688 / 375 * 456px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.rc-Wchance__imageItem.-image03::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: calc(4.6875 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(25.1953 / 375 * 456px);
  height: calc(8.7891 / 375 * 456px);
  border-style: solid;
  border-right: calc(12.5977 / 375 * 456px) solid rgba(0, 0, 0, 0);
  border-left: calc(12.5977 / 375 * 456px) solid rgba(0, 0, 0, 0);
  border-top: calc(8.7891 / 375 * 456px) solid #002896;
  border-bottom: 0;
}
.rc-entry {
  z-index: 0;
  position: relative;
  padding-bottom: calc(32 / 375 * 456px);
}
.rc-entry__gakuwari {
  margin-top: calc(16 / 375 * 456px);
}
.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(24 / 375 * 456px);
}
.rc-entry__list.-rakuma {
  padding-bottom: calc(147.6562 / 375 * 456px);
}
.rc-entry__item {
  position: relative;
  background-color: #fff;
  border-radius: calc(24 / 375 * 456px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(280 / 375 * 456px);
  padding: calc(16 / 375 * 456px) calc(24 / 375 * 456px);
  box-shadow: 0px 0px 29px 0px rgba(88, 101, 137, 0.24);
}
.rc-entry__item:nth-child(n + 2) {
  margin-top: calc(16 / 375 * 456px);
}
.rc-entry__itemTitle {
  color: #f59600;
  text-align: center;
  font-size: calc(20 / 375 * 456px);
  font-weight: 600;
  width: 100%;
  position: relative;
}
.rc-entry__itemTitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(2 / 375 * 456px);
  background-color: #ffde99;
  bottom: calc(-12 / 375 * 456px);
  left: 0;
}
.rc-entry__itemTitle.-rakuma {
  color: #5b87ff;
}
.rc-entry__itemTitle.-rakuma::after {
  background-color: #c0d1ff;
}
.rc-entry__itemText {
  margin-top: calc(24 / 375 * 456px);
  font-size: calc(16 / 375 * 456px);
  font-weight: 400;
  text-align: center;
}
.rc-entry__incentive {
  width: 100%;
  height: calc(106.0547 / 375 * 456px);
  margin-top: calc(36 / 375 * 456px);
  position: relative;
}
.rc-entry__incentiveImage {
  width: calc(184.5703 / 375 * 456px);
  margin: 0 auto;
}
.rc-entry__incentiveCoin {
  position: absolute;
  width: calc(329 / 375 * 456px);
  bottom: calc(-6 / 375 * 456px);
  left: calc(6 / 375 * 456px);
  animation: lean 3s ease-in-out infinite alternate-reverse;
}
.rc-entry-rakuma__incentiveCoin {
  position: absolute;
  width: calc(366.2109 / 375 * 456px);
  bottom: calc(-7.0312 / 375 * 456px);
  left: calc(-8.2031 / 375 * 456px);
}
.rc-entry-rakuma__animationCoin {
  position: absolute;
  width: calc(356.8359 / 375 * 456px);
  bottom: calc(60.3516 / 375 * 456px);
  right: calc(7.6172 / 375 * 456px);
  z-index: 1;
  animation: lean 3s ease-in-out infinite alternate-reverse;
}
.rc-entry-rakuma__incentiveBackground {
  position: absolute;
  width: calc(366.2109 / 375 * 456px);
  bottom: calc(-7.0312 / 375 * 456px);
  z-index: 0;
}
.rc-entry__downloadList {
  display: flex;
}
.rc-entry__downloadItem {
  margin-top: calc(16 / 375 * 456px);
}
.rc-entry__downloadItem.-ios {
  width: calc(95.968 / 375 * 456px);
}
.rc-entry__downloadItem.-android {
  width: calc(116.258 / 375 * 456px);
  margin-left: calc(8 / 375 * 456px);
}
.rc-title {
  margin: auto;
  text-align: center;
  font-size: calc(18 / 375 * 456px);
}
.rc-title__bold {
  font-size: calc(24 / 375 * 456px);
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.rc-title__bold::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(9 / 375 * 456px);
  width: 100%;
  border-radius: calc(18 / 375 * 456px);
  bottom: calc(0 / 375 * 456px);
  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(234 / 375 * 456px);
}
.rc-title-slide-about-rakuma {
  margin-top: calc(12 / 375 * 456px);
  font-size: calc(16 / 375 * 456px);
  font-weight: 600;
  text-align: left;
}
.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(40 / 375 * 456px) calc(19 / 375 * 456px) calc(36 / 375 * 456px);
}
.rc-about__points::after {
  left: 50%;
  content: "";
  position: absolute;
  width: calc(298 / 375 * 456px);
  height: calc(1 / 375 * 456px);
  box-sizing: border-box;
  border-bottom: calc(1 / 375 * 456px) dotted #5b87ff;
  bottom: 0;
  transform: translateX(-50%);
}
.rc-about__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: calc(30 / 375 * 456px);
  column-gap: calc(16 / 375 * 456px);
  row-gap: calc(30 / 375 * 456px);
}
.rc-about__item {
  position: relative;
  background-color: #fff;
  border-radius: calc(10 / 375 * 456px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(28 / 375 * 456px) 0 calc(16 / 375 * 456px);
}
.rc-about__item.-point01 .rc-about__itemImage {
  width: calc(64 / 375 * 456px);
}
.rc-about__item.-point02 .rc-about__itemImage {
  width: calc(94 / 375 * 456px);
}
.rc-about__item.-point03 .rc-about__itemImage {
  width: calc(59 / 375 * 456px);
}
.rc-about__item.-point04 .rc-about__itemImage {
  width: calc(125 / 375 * 456px);
}
.rc-about__itemTitle {
  position: absolute;
  top: calc(-14 / 375 * 456px);
  background-color: #5b87ff;
  color: #fff;
  width: calc(100 / 375 * 456px);
  height: calc(29 / 375 * 456px);
  text-align: center;
  font-size: calc(14 / 375 * 456px);
  font-weight: 600;
  border-radius: calc(20 / 375 * 456px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rc-about__itemImage {
  margin-bottom: calc(10 / 375 * 456px);
}
.rc-about__itemText {
  font-size: calc(14 / 375 * 456px);
  font-weight: 600;
  text-align: center;
  margin-top: auto;
  line-height: 1.5;
}
.rc-about__itemSubText {
  font-size: calc(12 / 375 * 456px);
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.rc-about__slide {
  margin-top: calc(36 / 375 * 456px);
  padding-top: calc(68 / 375 * 456px);
  position: relative;
}
.rye-p-entry-annotation.-custom {
  margin-top: calc(24 / 375 * 456px);
  padding: calc(16 / 375 * 456px);
}
.rye-p-entry-annotation.-custom
  .rye-p-entry-annotation__item
  .rye-c-annotation {
  font-size: calc(12 / 375 * 456px);
}
.rc-annotation.-entry {
  margin-top: calc(12 / 375 * 456px);
}
.rc-annotation__item {
  font-size: calc(12 / 375 * 456px);
  margin: auto calc(8 / 375 * 456px) auto;
}
.rc-annotation.-coupon {
  margin-top: calc(18 / 375 * 456px);
  line-height: 1.5;
}
.rc-annotation.-coupon .rc-annotation__item {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: normal;
}
.rc-arrow {
  margin: calc(45 / 375 * 456px) auto 0;
  width: calc(219 / 375 * 456px);
}
.rc-swiper-about-rakuma {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: calc(16 / 375 * 456px);
}
.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(12 / 375 * 456px);
}
.rc-swiper-about-rakuma__operation {
  position: relative;
}
.rc-swiper-about-rakuma__button-container {
  display: flex;
  justify-content: center;
  gap: calc(140 / 375 * 456px);
  margin-top: calc(16 / 375 * 456px);
}
.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(44 / 375 * 456px);
  height: calc(44 / 375 * 456px);
  background-color: #333;
  border-radius: 100%;
}
.rc-swiper-about-rakuma__button-prev::after,
.rc-swiper-about-rakuma__button-next::after {
  width: calc(14.6484 / 375 * 456px);
  height: calc(12.3047 / 375 * 456px);
  border: none;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/icon_arrow_slider.png?v=202607140939);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(360deg);
}
.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 / 375 * 456px);
  height: calc(12 / 375 * 456px);
  background-color: #c7d1da;
  border-radius: 100%;
}
.rc-swiper-about-rakuma__pagination .swiper-pagination-bullet-active {
  background-color: #5b87ff;
}
.rc-shopping__wave {
  width: calc(224 / 375 * 456px);
  margin: auto;
  margin-top: calc(32 / 375 * 456px);
  margin-bottom: calc(16 / 375 * 456px);
}
.ecm-search.rye-c-search {
  margin-top: calc(24 / 375 * 456px);
  width: calc(338 / 375 * 456px);
  height: calc(52 / 375 * 456px);
  border: calc(1.5 / 375 * 456px) solid #002896;
  border-radius: calc(50 / 375 * 456px);
}
.rye-c-search.ecm-search .ecm-search-input {
  font-size: calc(14 / 375 * 456px);
  text-indent: calc(10 / 375 * 456px);
  color: #999;
}
.rye-c-search.ecm-search .ecm-search-submit {
  width: calc(55 / 375 * 456px);
  background-color: #002896;
  color: #fff;
  border-top-right-radius: calc(50 / 375 * 456px);
  border-bottom-right-radius: calc(50 / 375 * 456px);
  transition: all 0.3s;
}
.ecm-search-keyword.rye-c-search__keyword.-custom {
  width: calc(132 / 375 * 456px);
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #333;
  font-size: calc(14 / 375 * 456px);
  background-color: #fec;
  height: calc(36 / 375 * 456px);
  border-radius: calc(50 / 375 * 456px);
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(88, 101, 137, 0.24);
}
.rye-c-search__keywordList {
  margin-top: calc(16 / 375 * 456px);
}
.ecm-icon-search.-custom::before {
  width: calc(22 / 375 * 456px);
  height: calc(22 / 375 * 456px);
  font-size: calc(22 / 375 * 456px);
}
.rc-coupon__container {
  display: block;
  margin-top: calc(16 / 375 * 456px);
  position: relative;
}
.rc-coupon__container::after {
  content: "";
  position: absolute;
  width: calc(91.4062 / 375 * 456px);
  height: calc(43.3594 / 375 * 456px);
  top: calc(87.8906 / 375 * 456px);
  left: calc(74.4141 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20250801/coupon_number.png?v=202607140939);
  background-repeat: no-repeat;
  background-size: contain;
}
.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-text {
  font-size: calc(14 / 375 * 456px);
  text-decoration: underline;
  transition: opacity 0.3s;
}
.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%);
}
.rye-c-text-link {
  display: inline-block;
  color: #0078b5 !important;
  text-align: center;
  font-size: calc(14 / 375 * 456px);
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}
.rc-image-qr {
  width: 5.2083333333vw;
  margin-left: 2.0833333333vw;
}
.rye-p-entry-step {
  padding: 0 calc(12 / 375 * 456px);
  gap: calc(24 / 375 * 456px);
}
.rye-p-entry-step__container {
  flex-direction: column;
  gap: calc(12 / 375 * 456px);
}
.rye-p-entry-step__container:first-of-type::after {
  content: none;
}
.rye-p-entry-step__title {
  color: #000;
  text-align: center;
  font-size: calc(16 / 375 * 456px);
  font-weight: 600;
  line-height: 0.75;
}
.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: 768px) {
  .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(58.5938 / 375 * 456px);
}
.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(1.1719 / 375 * 456px);
  height: calc(40.4297 / 375 * 456px);
  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(76.1719 / 375 * 456px);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom:nth-child(2)
  .ecm-floating-navi-text {
  width: calc(66.2109 / 375 * 456px);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom:nth-child(3)
  .ecm-floating-navi-text {
  width: calc(56.25 / 375 * 456px);
  height: calc(10.5469 / 375 * 456px);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor.-custom:nth-child(4)
  .ecm-floating-navi-text {
  width: calc(58.5938 / 375 * 456px);
}
.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 {
  width: 556px;
  box-sizing: border-box;
}
.rye-p-aboutRakuten-carousel {
  position: relative;
}
.rye-p-aboutRakuten-carousel__wrapper {
  align-items: stretch;
}
.rye-p-aboutRakuten-carousel__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: calc(360 / 375 * 456px);
  padding: calc(24 / 375 * 456px) calc(16 / 375 * 456px);
  border-radius: calc(12 / 375 * 456px);
  background-color: #fff;
  box-shadow: calc(5 / 375 * 456px) calc(5 / 375 * 456px) calc(14 / 375 * 456px)
    0 rgba(0, 40, 150, 0.1);
  overflow: hidden;
}
.rye-p-aboutRakuten-carousel__slide--01 .rye-p-aboutRakuten-carousel__image {
  width: calc(300 / 375 * 456px);
  margin-top: calc(8 / 375 * 456px);
}
.rye-p-aboutRakuten-carousel__slide--02 .rye-p-aboutRakuten-carousel__image {
  width: calc(247 / 375 * 456px);
  margin-top: calc(16 / 375 * 456px);
}
.rye-p-aboutRakuten-carousel__slide--03 .rye-p-aboutRakuten-carousel__image {
  width: calc(265 / 375 * 456px);
  margin-top: auto;
  margin-bottom: auto;
}
.rye-p-aboutRakuten-carousel__slide--04 .rye-p-aboutRakuten-carousel__image {
  width: calc(237 / 375 * 456px);
  margin-top: auto;
}
.rye-p-aboutRakuten-carousel__title {
  color: #3f2c9f;
  text-align: center;
  font-size: calc(24 / 375 * 456px);
  font-weight: 700;
  letter-spacing: calc(-0.24 / 375 * 456px);
}
.rye-p-aboutRakuten-carousel__text {
  margin-top: calc(16 / 375 * 456px);
  color: #333;
  text-align: center;
  font-size: calc(14 / 375 * 456px);
  font-weight: 400;
}
.rye-p-aboutRakuten-carousel__image {
  width: 100%;
  height: auto;
}
.rye-p-aboutRakuten-carousel__button {
  position: absolute;
  top: calc(159 / 375 * 456px);
  bottom: 0;
  width: calc(44 / 375 * 456px);
  height: calc(44 / 375 * 456px);
  margin-top: 0;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20260803/icon_arrow_carousel_yellow.png?v=202607140939);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(
    calc(2 / 375 * 456px) calc(2 / 375 * 456px) calc(8 / 375 * 456px)
      rgba(0, 0, 0, 0.2)
  );
}
.rye-p-aboutRakuten-carousel__button::after {
  content: none;
}
.rye-p-aboutRakuten-carousel__button--prev {
  left: calc(-12 / 375 * 456px);
}
.rye-p-aboutRakuten-carousel__button--next {
  right: calc(-12 / 375 * 456px);
  transform: rotate(180deg);
}
.rye-p-aboutRakuten-carousel__button[aria-disabled="true"] {
  display: none;
}
.rye-p-aboutRakuten-carousel__pagination {
  position: relative;
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  gap: calc(12 / 375 * 456px);
  margin-top: calc(24 / 375 * 456px);
}
.rye-p-aboutRakuten-carousel__pagination .swiper-pagination-bullet {
  width: calc(7 / 375 * 456px);
  height: calc(7 / 375 * 456px);
  background-color: #fff;
  margin: 0 !important;
}
.rye-p-aboutRakuten-carousel__pagination .swiper-pagination-bullet-active {
  background-color: #604a9c;
}
.rye-p-aboutGakuwari-carousel {
  position: relative;
}
.rye-p-aboutGakuwari-carousel__wrapper {
  align-items: stretch;
}
.rye-p-aboutGakuwari-carousel__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: calc(331 / 375 * 456px);
  padding: calc(24 / 375 * 456px) calc(32 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  background: #fff;
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(14 / 375 * 456px)
    0 rgba(0, 40, 150, 0.1);
}
.rye-p-aboutGakuwari-carousel__slide--01::before {
  position: absolute;
  top: calc(-28 / 375 * 456px);
  right: calc(7 / 375 * 456px);
  content: "";
  display: block;
  width: calc(48 / 375 * 456px);
  height: calc(48 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20260803/treat_aboutGakuwari_hat.png?v=202607140939);
  background-size: 100%;
}
.rye-p-aboutGakuwari-carousel__slide--02 {
  padding: calc(40 / 375 * 456px) calc(32 / 375 * 456px) calc(24 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__slide--03 {
  padding: calc(40 / 375 * 456px) calc(16 / 375 * 456px) calc(24 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__slide--04 {
  padding: calc(40 / 375 * 456px) calc(20 / 375 * 456px) calc(24 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__description {
  font-weight: 600;
  font-size: calc(16 / 375 * 456px);
  text-align: center;
  color: #002896;
}
.rye-p-aboutGakuwari-carousel__description-text {
  position: relative;
  display: inline-block;
  padding: calc(2 / 375 * 456px) calc(7 / 375 * 456px);
  border-top: calc(1 / 375 * 456px) #000 solid;
  border-right: calc(1 / 375 * 456px) #000 solid;
  border-left: calc(1 / 375 * 456px) #000 solid;
  background-color: #fff;
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) 0 0 #ff99ac;
}
.rye-p-aboutGakuwari-carousel__description-text:nth-child(n + 2) {
  border-bottom: calc(1 / 375 * 456px) #000 solid;
}
.rye-p-aboutGakuwari-carousel__description-text:last-child {
  border-top: none;
  border-bottom: calc(1 / 375 * 456px) #000 solid;
}
.rye-p-aboutGakuwari-carousel__text {
  color: #333;
  text-align: center;
  font-size: calc(14 / 375 * 456px);
  font-weight: 400;
  line-height: 1.5;
}
.rye-p-aboutGakuwari-carousel__tag {
  display: inline-block;
  padding: calc(1.5 / 375 * 456px) calc(7 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  border-radius: calc(4 / 375 * 456px);
  font-size: calc(12 / 375 * 456px);
  color: #000;
}
.rye-p-aboutGakuwari-carousel__tag--member {
  background-color: #ff99ac;
}
.rye-p-aboutGakuwari-carousel__label {
  position: absolute;
  top: calc(-18 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  padding: calc(8 / 375 * 456px) calc(16 / 375 * 456px);
  background-color: #002896;
  border-radius: calc(50 / 375 * 456px);
  color: #fff;
  text-align: center;
  font-size: calc(16 / 375 * 456px);
  font-weight: 600;
}
.rye-p-aboutGakuwari-carousel__title {
  color: #002896;
  text-align: center;
  font-size: calc(18 / 375 * 456px);
  font-weight: 700;
  letter-spacing: calc(-0.18 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__title--large {
  color: #e01973;
  font-size: calc(32 / 375 * 456px);
  letter-spacing: calc(-0.32 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__title--large-spacing01 {
  letter-spacing: calc(-1.6 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__title--large-spacing02 {
  letter-spacing: calc(-3.2 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__title--medium {
  font-size: calc(24 / 375 * 456px);
  letter-spacing: calc(-0.24 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__image {
  width: calc(151 / 375 * 456px);
  height: auto;
}
.rye-p-aboutGakuwari-carousel__button {
  position: absolute;
  top: calc(144 / 375 * 456px);
  bottom: 0;
  width: calc(44 / 375 * 456px);
  height: calc(44 / 375 * 456px);
  margin-top: 0;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20260803/icon_arrow_carousel_blue.png?v=202607140939);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(
    calc(2 / 375 * 456px) calc(2 / 375 * 456px) calc(8 / 375 * 456px)
      rgba(0, 0, 0, 0.2)
  );
}
.rye-p-aboutGakuwari-carousel__button::after {
  content: none;
}
.rye-p-aboutGakuwari-carousel__button--prev {
  left: calc(-12 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__button--next {
  right: calc(-12 / 375 * 456px);
  transform: rotate(180deg);
}
.rye-p-aboutGakuwari-carousel__button[aria-disabled="true"] {
  display: none;
}
.rye-p-aboutGakuwari-carousel__pagination {
  position: relative;
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  gap: calc(12 / 375 * 456px);
  margin-top: calc(24 / 375 * 456px);
}
.rye-p-aboutGakuwari-carousel__pagination .swiper-pagination-bullet {
  width: calc(7 / 375 * 456px);
  height: calc(7 / 375 * 456px);
  background-color: #fff;
  margin: 0 !important;
}
.rye-p-aboutGakuwari-carousel__pagination .swiper-pagination-bullet-active {
  background-color: #002896;
}
.rye-p-campaign-carousel {
  position: relative;
  width: 100%;
}
.rye-p-campaign-carousel__wrapper {
  align-items: stretch;
}
.rye-p-campaign-carousel__slide {
  width: calc(310 / 375 * 456px);
  height: auto;
  max-height: calc(131 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  border: calc(2 / 375 * 456px) solid #604a9c;
  background: #fff;
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(8 / 375 * 456px)
    0 rgba(0, 0, 0, 0.08);
}
.rye-p-campaign-carousel__link {
  display: flex;
  gap: calc(8 / 375 * 456px);
  padding: calc(12 / 375 * 456px);
}
.rye-p-campaign-carousel__link:hover {
  text-decoration: none !important;
}
.rye-p-campaign-carousel__banner {
  width: calc(107 / 375 * 456px);
  height: auto;
  flex-shrink: 0;
}
.rye-p-campaign-carousel__text {
  color: #000;
  font-size: calc(14 / 375 * 456px);
  font-weight: 400;
  line-height: 1.5;
}
.rye-p-campaign-carousel__operation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 calc(60 / 375 * 456px);
}
.rye-p-campaign-carousel__button {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: calc(37 / 375 * 456px);
  height: calc(37 / 375 * 456px);
  margin-top: 0;
  background-image: url(https://r.r10s.jp/evt/event/young/tieup/rakuma/_cmn/img/20260803/icon_arrow_carousel_black.png?v=202607140939);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.rye-p-campaign-carousel__button::after {
  content: none;
}
.rye-p-campaign-carousel__button--prev {
  transform: rotate(180deg);
}
.rye-p-campaign-carousel__button--next {
  transform: rotate(360deg);
}
.rye-p-campaign-carousel__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: calc(12 / 375 * 456px);
  width: 100%;
  margin-top: 0;
}
.rye-p-campaign-carousel__pagination .swiper-pagination-bullet {
  width: calc(7 / 375 * 456px);
  height: calc(7 / 375 * 456px);
  background-color: #fff;
  margin: 0 !important;
}
.rye-p-campaign-carousel__pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
.rye-u-mt-8 {
  margin-top: calc(8 / 375 * 456px) !important;
}
.rye-u-mt-12 {
  margin-top: calc(12 / 375 * 456px) !important;
}
.rye-u-mt-16 {
  margin-top: calc(16 / 375 * 456px) !important;
}
.rye-u-mt-20 {
  margin-top: calc(20 / 375 * 456px) !important;
}
.rye-u-mt-24 {
  margin-top: calc(24 / 375 * 456px) !important;
}
.rye-u-mt-28 {
  margin-top: calc(28 / 375 * 456px) !important;
}
.rye-u-mt-32 {
  margin-top: calc(32 / 375 * 456px) !important;
}
.rye-u-mt-40 {
  margin-top: calc(40 / 375 * 456px) !important;
}
.rye-u-mt-48 {
  margin-top: calc(48 / 375 * 456px) !important;
}
.rye-u-pr-16 {
  padding-right: calc(16 / 375 * 456px) !important;
}
.rye-u-fs-12 {
  font-size: calc(12 / 375 * 456px) !important;
}
.atentionArea__ttl {
  width: 352px;
  margin: 0 auto 36px;
}
.atentionArea__ttl img {
  width: 180px;
}
.ecm-reward-requirement-container {
  margin: auto 0 auto 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.young_nav li {
  z-index: 0;
}
.rye-c-kanban-header.-custom {
  text-align: center;
  padding-block: 12px;
  width: 456px;
  margin-inline: auto;
}
