@charset "UTF-8";

.mydata-lite-status .logged-out {
  display: block;
}
.mydata-lite-status .signed-in {
  display: none;
}
.mydata-lite-status.mydata-lite-authorized .logged-out {
  display: none;
}
.mydata-lite-status.mydata-lite-authorized .signed-in {
  display: block;
}
.mydata-lite-status .member-full,
.mydata-lite-status .member-basic,
.mydata-lite-status .non-member {
  display: none;
}
.mydata-lite-status.mydata-lite-authorized.mydata-lite-non-member .non-member {
  display: block;
}
.mydata-lite-status.mydata-lite-authorized.mydata-lite-basic-member
  .member-basic {
  display: block;
}
.mydata-lite-status.mydata-lite-authorized.mydata-lite-full-member
  .member-full {
  display: block;
}
body {
  font-family: "Rakuten Sans JP2", sans-serif;
  font-weight: 400;
  color: #000;
}
.ecm-wrap--custom {
  line-height: 1.5;
}
.ecm-wrap--custom .ecm-campaign-details-headline,
.ecm-wrap--custom .ecm-campaign-details {
  color: #000;
}
.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;
}
.rl-side-contents {
  width: calc((100% - 456px) / 2);
  overflow: hidden;
}
.rl-side-contents.-left {
  background-image: url(https://r.r10s.jp/evt/event/young/_pc/img/20251224/bg_left_yellow.png?v=202512180921);
}
.rl-side-contents.-right {
  background-image: url(https://r.r10s.jp/evt/event/young/_pc/img/20251224/bg_right_yellow.png?v=202512180921);
}
@media (max-width: 1024px) {
  .rl-side-contents {
    width: calc(100% - 456px);
  }
  .rl-side-contents.-left {
    display: none;
  }
}
.rl-main-contents {
  max-width: 456px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .rl-main-contents {
    border-left: none;
  }
}
.rye-c-kanban__logo {
  width: calc(159 / 375 * 456px);
  margin-inline: auto;
}
.rye-c-kanban__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}
.rye-c-kanban__container {
  position: relative;
  width: 100%;
  height: calc(355 / 375 * 456px);
  border-bottom: calc(1 / 375 * 456px) solid #000;
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/bg_kanban.png?v=202512180921)
    center/100% no-repeat;
  overflow: hidden;
}
.rye-c-kanban__text {
  position: absolute;
  top: calc(66 / 375 * 456px);
  left: calc(88 / 375 * 456px);
  width: calc(199 / 375 * 456px);
  height: calc(144 / 375 * 456px);
  opacity: 0;
}
.rye-c-kanban__illustration {
  position: absolute;
  top: calc(215 / 375 * 456px);
  left: calc(52 / 375 * 456px);
  width: calc(270 / 375 * 456px);
  height: calc(240 / 375 * 456px);
  opacity: 0;
}
.rye-c-kanban__icon {
  position: absolute;
  width: calc(42 / 375 * 456px);
  height: calc(39 / 375 * 456px);
  opacity: 0;
}
.rye-c-kanban__icon--point {
  top: calc(103 / 375 * 456px);
  left: calc(38 / 375 * 456px);
}
.rye-c-kanban__icon--present {
  top: calc(188 / 375 * 456px);
  left: calc(45 / 375 * 456px);
}
.rye-c-kanban__icon--cart {
  top: calc(145 / 375 * 456px);
  right: calc(42 / 375 * 456px);
}
.rye-c-textLink {
  color: #0095ff !important;
  text-decoration: underline;
}
.rye-c-textLink--table {
  position: relative;
  padding-right: calc(18 / 375 * 456px);
  font-size: calc(12 / 375 * 456px);
  font-weight: 400;
  color: #6b6b6b !important;
}
.rye-c-textLink--table::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: calc(14 / 375 * 456px);
  height: calc(14 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_link_gray.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-bannerLink {
  display: block;
  width: 100%;
  height: 100%;
}
.rye-c-bannerLink--withIcon {
  position: relative;
}
.rye-c-bannerLink--withIcon::before {
  position: absolute;
  content: "";
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_link.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-bannerLink--hero {
  position: relative;
}
.rye-c-bannerLink--hero::before {
  bottom: calc(-16 / 375 * 456px);
  right: calc(-12 / 375 * 456px);
  width: calc(37 / 375 * 456px);
  height: calc(37 / 375 * 456px);
}
.rye-c-bannerLink--heroOverflow::before {
  bottom: calc(-16 / 375 * 456px);
  right: calc(12 / 375 * 456px);
}
.rye-c-boxLink {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  border: calc(1 / 375 * 456px) #000 solid;
  background-color: #fff;
}
.rye-c-boxLink__text {
  color: #000 !important;
}
.rye-c-boxLink--withIcon {
  position: relative;
}
.rye-c-boxLink--withIcon::before {
  position: absolute;
  content: "";
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_link.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-boxLink--aboutModal {
  padding: calc(15 / 375 * 456px);
  border-radius: calc(4 / 375 * 456px);
  box-shadow: 0 calc(4 / 375 * 456px) calc(6 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
}
.rye-c-boxLink--aboutModal .rye-c-boxLink__text {
  font-size: calc(15 / 375 * 456px);
  line-height: 0.8;
}
.rye-c-boxLink--aboutModal::before {
  bottom: calc(-8 / 375 * 456px);
  right: calc(-10 / 375 * 456px);
  width: calc(20 / 375 * 456px);
  height: calc(20 / 375 * 456px);
}
.rye-c-boxLink--campaign {
  display: inline-block;
  padding: calc(11 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(8 / 375 * 456px)
    0 rgba(0, 0, 0, 0.08);
}
.rye-c-boxLink--campaign::before {
  bottom: calc(-10 / 375 * 456px);
  right: calc(-10 / 375 * 456px);
  width: calc(32 / 375 * 456px);
  height: calc(32 / 375 * 456px);
}
.rye-c-boxLink--benefit {
  gap: calc(12 / 375 * 456px);
  min-height: calc(175 / 375 * 456px);
  padding: calc(11 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  background-color: #fff;
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(8 / 375 * 456px)
    0 rgba(0, 0, 0, 0.08);
}
.rye-c-boxLink--benefit::before {
  bottom: calc(-9 / 375 * 456px);
  right: calc(-12 / 375 * 456px);
  width: calc(28 / 375 * 456px);
  height: calc(28 / 375 * 456px);
}
.rye-c-boxLink--service {
  flex-direction: column;
  border-radius: calc(8 / 375 * 456px);
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(8 / 375 * 456px)
    0 rgba(0, 0, 0, 0.08);
}
.rye-c-boxLink--service::before {
  bottom: calc(-9 / 375 * 456px);
  right: calc(-14 / 375 * 456px);
  width: calc(30 / 375 * 456px);
  height: calc(30 / 375 * 456px);
}
.rye-c-boxLink--helpful {
  gap: calc(8 / 375 * 456px);
  padding: calc(8 / 375 * 456px) calc(26 / 375 * 456px) calc(8 / 375 * 456px)
    calc(8 / 375 * 456px);
  min-height: calc(123 / 375 * 456px);
  border-radius: calc(4 / 375 * 456px);
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(8 / 375 * 456px)
    0 rgba(0, 0, 0, 0.08);
}
.rye-c-boxLink--helpful::before {
  bottom: calc(-15 / 375 * 456px);
  right: calc(-15 / 375 * 456px);
  width: calc(30 / 375 * 456px);
  height: calc(30 / 375 * 456px);
}
.rye-c-boxLink--sns {
  align-items: center;
  gap: calc(22 / 375 * 456px);
  min-height: calc(60 / 375 * 456px);
  padding: calc(22 / 375 * 456px);
  border-radius: calc(4 / 375 * 456px);
  background-color: #fff;
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(8 / 375 * 456px)
    0 rgba(0, 0, 0, 0.08);
}
.rye-c-boxLink--sns::before {
  bottom: calc(-8 / 375 * 456px);
  right: calc(-5 / 375 * 456px);
  width: calc(20 / 375 * 456px);
  height: calc(20 / 375 * 456px);
}
.rye-c-boxLink:hover {
  text-decoration: none;
}
.rye-c-mangaLink {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: calc(4 / 375 * 456px) calc(26 / 375 * 456px) calc(4 / 375 * 456px)
    calc(6 / 375 * 456px);
  border-bottom: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-mangaLink::after {
  position: absolute;
  top: 50%;
  right: calc(6 / 375 * 456px);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: calc(20 / 375 * 456px);
  height: calc(20 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_link.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-mangaLink__text {
  font-size: calc(14 / 375 * 456px);
  text-align: left;
  color: #000 !important;
}
.rye-c-mangaLink:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .rye-c-boxLink--campaign .rye-c-banner {
    transition: transform 0.3s;
  }
  .rye-c-boxLink--campaign:hover {
    opacity: 1 !important;
  }
  .rye-c-boxLink--campaign:hover .rye-c-banner {
    transform: scale(1.025);
  }
  .rye-c-anchor {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.4166666667vw;
    width: 100%;
    height: 100%;
  }
  .rye-c-anchor__text {
    flex-grow: 1;
    font-size: 1.0416666667vw;
    font-weight: 500;
    color: #000 !important;
  }
  .rye-c-anchor::before,
  .rye-c-anchor::after {
    display: block;
    content: "";
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    flex-shrink: 0;
  }
  .rye-c-anchor::after {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_down.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--campaign::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_megaphone.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--benefits::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_present.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--point::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_wallet.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--service::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_cart.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--favorite::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_heart.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--helpful::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_light.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--becomeMember::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_hat.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--recommend::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_thumbsUp.png?v=202512180921)
      center/100% no-repeat;
  }
  .rye-c-anchor--userVoice::before {
    background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_microphone.png?v=202512180921)
      center/contain no-repeat;
  }
  .rye-c-anchor:hover {
    text-decoration: none;
  }
}
.rye-c-text {
  text-align: center;
}
.rye-c-text--loop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: calc(9 / 375 * 456px) 0;
  border-top: calc(1 / 375 * 456px) #000 solid;
  border-bottom: calc(1 / 375 * 456px) #000 solid;
  background-color: #eee;
}
.rye-c-text--loop .rye-c-text__container {
  display: flex;
}
.rye-c-text--loop .rye-c-text__text {
  display: inline-flex;
  align-items: flex-start;
  color: #000;
  font-size: calc(14 / 375 * 456px);
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}
.rye-c-text--loop .rye-c-text__icon {
  display: inline-block;
  width: calc(18 / 375 * 456px);
  height: calc(18 / 375 * 456px);
  margin-left: calc(8 / 375 * 456px);
  margin-right: calc(16 / 375 * 456px);
}
.rye-c-text--loop .rye-c-text__icon--megaphone {
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_megaphone.png?v=202512180921)
    top/100% no-repeat;
}
.rye-c-text--loop .rye-c-text__icon--present {
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_present.png?v=202512180921)
    top/100% no-repeat;
}
.rye-c-text--loop .rye-c-text__icon--heart {
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_heart.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-text--loop .rye-c-text__icon--hat {
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_hat.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-text--loop .rye-c-text__icon--cart {
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_cart.png?v=202512180921)
    top/100% no-repeat;
}
.rye-c-text--loop .rye-c-text__icon--wallet {
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_wallet.png?v=202512180921)
    top/100% no-repeat;
}
.rye-c-text--status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(16 / 375 * 456px);
  font-weight: 600;
}
.rye-c-text--status .rye-c-text__status {
  margin-right: calc(4 / 375 * 456px);
  padding: calc(3 / 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);
}
.rye-c-text--status .rye-c-text__status--temporaryMember {
  background-color: #99d1ff;
}
.rye-c-text--status .rye-c-text__status--member {
  background-color: #ff99ac;
}
.rye-c-text--status .rye-c-text__status--nonMember {
  background-color: #e1bbf4;
}
.rye-c-text--dropDown {
  font-size: calc(11 / 375 * 456px);
  font-weight: 700;
  line-height: 1.3;
}
.rye-c-text--dropDownStatic {
  display: block;
}
.rye-c-text--dropDownFloating {
  display: none;
}
.rye-c-text--about {
  font-size: calc(14 / 375 * 456px);
}
.rye-c-text--gakuwariFeatures {
  display: flex;
  align-items: center;
  font-size: calc(14 / 375 * 456px);
  font-weight: 600;
  text-align: center;
}
.rye-c-text--gakuwariFeatures::before {
  display: inline-block;
  width: calc(24 / 375 * 456px);
  height: calc(24 / 375 * 456px);
  content: "";
  margin-right: calc(8 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_check.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-text--gakuwariFeatures .rye-c-text__text--temporaryMember {
  color: #0095ff;
}
.rye-c-text--gakuwariFeatures .rye-c-text__text--member {
  color: #ff0030;
}
.rye-c-text--serviceLeadText {
  padding: calc(8 / 375 * 456px) 0;
  font-size: calc(12 / 375 * 456px);
  color: #000;
}
.rye-c-text--serviceDescription {
  margin-top: calc(8 / 375 * 456px);
  font-size: calc(12 / 375 * 456px);
  color: #000;
  text-align: left;
}
.rye-c-text--favorite {
  text-align: left;
  font-size: calc(12 / 375 * 456px);
}
.rye-c-text--sns {
  font-size: calc(14 / 375 * 456px);
  color: #000;
  margin-top: calc(8 / 375 * 456px);
}
.rye-c-text--faq {
  font-size: calc(14 / 375 * 456px);
  text-align: left;
}
.rye-c-text--speechBubble {
  position: absolute;
  top: calc(-45 / 375 * 456px);
  left: calc(55 / 375 * 456px);
  width: calc(179 / 375 * 456px);
  padding: calc(10 / 375 * 456px) 0;
  border-radius: calc(4 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  background-color: #fdf379;
  text-align: center;
  font-family: "Rakuten SansJP";
  font-size: calc(14 / 375 * 456px);
  font-weight: 600;
  line-height: 85%;
  letter-spacing: -0.02em;
}
.rye-c-text--speechBubble::after {
  position: absolute;
  bottom: calc(-9 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(179 / 375 * 456px);
  height: calc(9 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/treat_speechBubble_02.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-text--buttonSubText {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(5 / 375 * 456px);
  font-size: calc(12 / 375 * 456px);
  font-weight: 600;
  line-height: 1.2;
}
.rye-c-text--buttonSubText:before,
.rye-c-text--buttonSubText:after {
  display: block;
  content: "";
  width: calc(9 / 375 * 456px);
  height: calc(9 / 375 * 456px);
}
.rye-c-text--buttonSubText:before {
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/treat_subtext_button_01.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-text--buttonSubText:after {
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/treat_subtext_button_02.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-text--flow {
  display: flex;
  align-items: center;
  font-size: calc(18 / 375 * 456px);
  font-weight: 600;
}
.rye-c-text--recommend {
  font-size: calc(14 / 375 * 456px);
  text-align: left;
}
.rye-c-text--userVoice {
  font-size: calc(14 / 375 * 456px);
  text-align: left;
}
@media (min-width: 768px) {
  .rye-c-text--gakuwariFeatures {
    letter-spacing: -0.05em;
  }
  .rye-c-text--statusLeft {
    font-size: 0.8333333333vw;
  }
  .rye-c-text--statusLeft .rye-c-text__status {
    font-size: 0.625vw;
    margin-left: -0.2604166667vw;
  }
}
.rye-c-button--outlined {
  min-height: calc(45 / 375 * 456px);
  margin-inline: auto;
  padding: calc(15 / 375 * 456px) calc(9 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  background-color: #fff;
  box-shadow: 0 calc(4 / 375 * 456px) calc(6 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
}
.rye-c-button--outlined .rye-c-button__text {
  color: #000 !important;
  font-size: calc(15 / 375 * 456px);
  font-weight: 600;
  line-height: 0.8;
}
.rye-c-button--dropDown {
  position: relative;
  flex-direction: column;
  gap: calc(6 / 375 * 456px);
  width: 100%;
  min-height: auto;
  padding: calc(7 / 375 * 456px) 0 calc(11 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  border-radius: calc(4 / 375 * 456px);
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(4 / 375 * 456px)
    0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.rye-c-button--dropDown::after {
  position: absolute;
  bottom: calc(-10 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(20 / 375 * 456px);
  height: calc(20 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_more.png?v=202512180921)
    center/100% no-repeat;
  border-radius: 50%;
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(4 / 375 * 456px)
    0 rgba(0, 0, 0, 0.16);
}
.rye-c-button--dropDownAbout.is-active {
  background-color: #b4e7b1;
}
.rye-c-button--dropDownCampaign.is-active {
  background-color: #ff99ac;
}
.rye-c-button--dropDownBenefit.is-active {
  background-color: #f2e587;
}
.rye-c-button--dropDownHelpful.is-active {
  background-color: #99d1ff;
}
.rye-c-button--favorite {
  min-height: calc(31 / 375 * 456px);
  padding: calc(7 / 375 * 456px) calc(15 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  background-color: #fff;
  color: #000 !important;
  font-size: calc(10 / 375 * 456px);
  line-height: 1.5;
}
.rye-c-button--favorite .rye-c-button__text {
  font-weight: 500;
}
.rye-c-button--favorite.is-active {
  background-color: #000;
  color: #fff !important;
}
.rye-c-button--favorite.is-active:hover {
  background-color: #000;
  opacity: 1;
}
.rye-c-button--favorite:hover {
  background-color: rgba(0, 0, 0, 0);
}
.rye-c-button--register {
  padding: calc(22 / 375 * 456px) 0;
  border: calc(2 / 375 * 456px) #000 solid;
  box-shadow: 0 calc(4 / 375 * 456px) calc(6 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
  background-color: #bf0000;
}
.rye-c-button--register .rye-c-button__text {
  color: #fff !important;
  font-size: calc(24 / 375 * 456px);
  line-height: 1;
}
.rye-c-button--register:hover {
  background-color: #bf0000;
}
.rye-c-button--login {
  padding: calc(22 / 375 * 456px) 0;
  border: calc(2 / 375 * 456px) #000 solid;
  box-shadow: 0 calc(4 / 375 * 456px) calc(6 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.rye-c-button--login .rye-c-button__text {
  color: #bf0000 !important;
  font-size: calc(24 / 375 * 456px);
  line-height: 1;
}
.rye-c-button--login:hover {
  background-color: #fff;
}
.rye-c-button--mini {
  min-height: calc(49 / 375 * 456px);
  padding: calc(19 / 375 * 456px) 0;
  border: calc(1.375 / 375 * 456px) #000 solid;
  box-shadow: 0 2.75px 4.125px 0 rgba(0, 0, 0, 0.16);
}
.rye-c-button--mini .rye-c-button__text {
  font-size: calc(14 / 375 * 456px);
  line-height: 58.929%;
}
@media (min-width: 768px) {
  .rye-c-button--pcLeft {
    width: 16.6666666667vw;
    min-height: 3.75vw;
    padding: 1.5625vw 0;
    margin-top: 1.25vw;
    border: 0.1041666667vw #000 solid;
    box-shadow: 0 0.2083333333vw 0.3125vw 0 rgba(0, 0, 0, 0.16);
  }
  .rye-c-button--pcLeft .rye-c-button__text {
    font-size: 1.25vw;
    line-height: 0.5;
  }
  .rye-c-button--register {
    transition: background-color 0.3s !important;
  }
  .rye-c-button--register .rye-c-button__text {
    transition: color 0.3s;
  }
  .rye-c-button--register:hover {
    opacity: 1 !important;
    background-color: #fff;
  }
  .rye-c-button--register:hover .rye-c-button__text {
    color: #bf0000 !important;
  }
  .rye-c-button--login {
    transition: background-color 0.3s !important;
  }
  .rye-c-button--login .rye-c-button__text {
    transition: color 0.3s;
  }
  .rye-c-button--login:hover {
    opacity: 1 !important;
    background-color: #bf0000;
  }
  .rye-c-button--login:hover .rye-c-button__text {
    color: #fff !important;
  }
  .rye-c-button--dropDown:hover {
    transition: opacity 0.3s, background-color 0.3s;
  }
}
.rye-c-thumbnail {
  width: calc(121 / 375 * 456px);
}
.rye-c-banner {
  width: 100%;
  height: auto;
  flex: none;
  object-fit: contain;
}
.rye-c-banner--benefit {
  width: calc(107 / 375 * 456px);
}
.rye-c-banner--helpful {
  width: calc(107 / 375 * 456px);
}
.rye-c-logo--favorite {
  width: calc(243 / 375 * 456px);
  margin-inline: auto;
}
.rye-c-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.rye-c-icon--dropDown {
  width: calc(40 / 375 * 456px);
  height: calc(40 / 375 * 456px);
}
.rye-c-icon--sns {
  width: calc(44 / 375 * 456px);
  height: calc(44 / 375 * 456px);
}
.rye-c-icon--faq {
  width: calc(32 / 375 * 456px);
  align-self: flex-start;
}
.rye-c-image--becomeMember {
  width: calc(215 / 375 * 456px);
  height: auto;
  margin-inline: auto;
}
.rye-c-image--step {
  width: calc(52 / 375 * 456px);
  height: auto;
}
.rye-c-image--stepMember {
  width: calc(40 / 375 * 456px);
}
.rye-c-image--recommend {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  border-radius: calc(4 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-image--recommendBuy {
  padding-top: calc(6 / 375 * 456px);
}
.rye-c-image--recommendBuy .rye-c-image__img {
  width: calc(210 / 375 * 456px);
  height: auto;
}
.rye-c-image--recommendMusic {
  padding-top: calc(4 / 375 * 456px);
}
.rye-c-image--recommendMusic .rye-c-image__img {
  width: calc(199 / 375 * 456px);
  height: auto;
}
.rye-c-image--recommendOshikatu {
  padding-top: calc(10 / 375 * 456px);
}
.rye-c-image--recommendOshikatu .rye-c-image__img {
  width: 100%;
  height: auto;
}
.rye-c-image--userVoice {
  width: calc(94 / 375 * 456px);
  height: auto;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .rye-c-logo--left {
    width: 66.92%;
  }
  .rye-c-illustration--left {
    display: flex;
    width: 78.74%;
    height: 8.3854166667vw;
    margin-top: 2.1875vw;
    overflow: hidden;
  }
  .rye-c-illustration--left img {
    flex-shrink: 0;
  }
}
.rye-c-wrapper--button {
  position: relative;
  padding: 0 calc(28 / 375 * 456px);
}
.rye-c-wrapper--button::after {
  position: absolute;
  top: calc(-64 / 375 * 456px);
  right: calc(58 / 375 * 456px);
  content: "";
  width: calc(60 / 375 * 456px);
  height: calc(68 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/illustration_human_01.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-wrapper--aboutModalLink {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 / 375 * 456px);
}
.rye-c-wrapper--aboutMangaContent {
  flex: 1;
}
.rye-c-wrapper--aboutMangaLink {
  display: flex;
  flex-direction: column;
  gap: calc(4 / 375 * 456px);
}
.rye-c-wrapper--banner {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 / 375 * 456px);
  padding: 0 calc(16 / 375 * 456px);
}
.rye-c-wrapper--banner .rye-c-wrapper__item {
  width: calc((100% - (8 / 375 * 456px)) / 2);
  border-radius: calc(4 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  overflow: hidden;
}
.rye-c-wrapper--temporaryMemberFeatures {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(16 / 375 * 456px);
}
.rye-c-wrapper--temporaryMemberFeatures::before {
  position: absolute;
  bottom: calc(-36 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(37 / 375 * 456px);
  height: calc(15 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_down_black.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-wrapper--memberFeatures {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(16 / 375 * 456px);
  padding: calc(24 / 375 * 456px) calc(20 / 375 * 456px);
  background-color: #ffeaee;
  border-radius: calc(4 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-wrapper--gakuwariFeatures {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(9 / 375 * 456px);
}
.rye-c-wrapper--label {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6 / 375 * 456px);
}
.rye-c-wrapper--pointBanner {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 / 375 * 456px);
  width: 100%;
}
.rye-c-wrapper--pointBanner .rye-c-wrapper__item {
  width: calc((100% - (8 / 375 * 456px)) / 2);
  border: calc(1 / 375 * 456px) #000 solid;
  border-radius: calc(3.65 / 375 * 456px);
  box-shadow: calc(3.65 / 375 * 456px) calc(3.65 / 375 * 456px)
    calc(7.3 / 375 * 456px) 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.rye-c-wrapper--serviceContent {
  flex-grow: 1;
  padding: calc(16 / 375 * 456px) calc(16 / 375 * 456px) calc(24 / 375 * 456px);
  background: #f3f3f3;
}
.rye-c-wrapper--favoriteButton {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9 / 375 * 456px);
}
.rye-c-wrapper--favoriteButton .rye-c-wrapper__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.rye-c-wrapper--favoriteContent {
  position: relative;
}
.rye-c-wrapper--favoriteContent::before {
  position: absolute;
  z-index: 1;
  top: calc(-81 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(123 / 375 * 456px);
  height: calc(97 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/illustration_human_04.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-wrapper--sns {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(8 / 375 * 456px);
  width: calc(250 / 375 * 456px);
  margin-inline: auto;
  padding-top: calc(16 / 375 * 456px);
}
.rye-c-wrapper--sns .rye-c-wrapper__item {
  display: flex;
  justify-content: center;
}
.rye-c-wrapper--sns::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: calc(1 / 375 * 456px);
  background-color: #000;
}
.rye-c-wrapper--faq {
  display: flex;
  flex-direction: column;
  gap: calc(8 / 375 * 456px);
}
.rye-c-wrapper--dropDownButton {
  display: flex;
  gap: calc(8 / 375 * 456px);
  padding: calc(24 / 375 * 456px) calc(16 / 375 * 456px);
  background-color: #fff;
}
.rye-c-wrapper--dropDownButton .rye-c-wrapper__item {
  width: calc((100% - (8 / 375 * 456px)) / 4);
}
.rye-c-wrapper--dropDownButtonMain {
  display: flex;
  justify-content: center;
  gap: calc(8 / 375 * 456px);
  width: 100%;
}
.rye-c-wrapper--dropDownButtonMain .rye-c-wrapper__item {
  width: calc((100% - (8 / 375 * 456px)) / 4);
}
.rye-c-wrapper--nonLoginButton {
  display: flex;
  gap: calc(8 / 375 * 456px);
  padding: 0 calc(8 / 375 * 456px);
}
.rye-c-wrapper--nonLoginButton .rye-c-wrapper__item {
  width: calc((100% - (8 / 375 * 456px)) / 2);
}
.rye-c-wrapper--becomeMember {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 / 375 * 456px);
}
.rye-c-wrapper--flow {
  display: flex;
  flex-direction: column;
  gap: calc(34 / 375 * 456px);
}
.rye-c-wrapper--flow .rye-c-wrapper__item {
  position: relative;
}
.rye-c-wrapper--flow .rye-c-wrapper__item:not(:last-child)::after {
  position: absolute;
  bottom: calc(-24 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(31 / 375 * 456px);
  height: calc(14 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_down_black_02.png?v=202512180921)
    center/100% no-repeat;
}
@media (min-width: 768px) {
  .rye-c-wrapper--buttonLeft {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .rye-c-wrapper--anchorRight {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
  }
  .rye-c-wrapper--anchorRight .rye-c-wrapper__item {
    line-height: 1;
  }
}
.rye-c-headline {
  font-size: calc(36 / 375 * 456px);
  font-weight: 700;
  text-align: center;
}
.rye-c-headline__text {
  line-height: 1;
  -webkit-text-stroke-width: calc(1 / 375 * 456px);
  -webkit-text-stroke-color: #000;
}
.rye-c-headline__subHeadline {
  display: flex;
  align-items: center;
  gap: calc(4 / 375 * 456px);
  font-size: calc(12 / 375 * 456px);
  font-weight: 400;
  line-height: 1.5;
}
.rye-c-headline__subHeadline::before {
  content: "";
  display: block;
  width: calc(6 / 375 * 456px);
  height: calc(6 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_burette.png?v=202512180921);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.rye-c-headline--withSub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rye-c-headline--tertiary {
  font-size: calc(20 / 375 * 456px);
  font-weight: 600;
}
.rye-c-headline--about .rye-c-headline__text {
  color: #b4e7b1;
}
.rye-c-headline--campaign .rye-c-headline__text {
  color: #f6ed80;
}
.rye-c-headline--benefits .rye-c-headline__text {
  color: #ff99ac;
}
.rye-c-headline--point .rye-c-headline__text {
  color: #99d1ff;
}
.rye-c-headline--service .rye-c-headline__text {
  color: #b4e7b1;
}
.rye-c-headline--favorite .rye-c-headline__text {
  color: #ff99ac;
}
.rye-c-headline--becomeMember .rye-c-headline__text {
  color: #ff99ac;
}
.rye-c-headline--recommend .rye-c-headline__text {
  color: #ff99ac;
}
.rye-c-headline--userVoice .rye-c-headline__text {
  color: #99d1ff;
}
.rye-c-headline--common {
  font-size: calc(20 / 375 * 456px);
}
.rye-c-background {
  position: relative;
  overflow: hidden;
}
.rye-c-background::before {
  position: absolute;
  z-index: 0;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rye-c-background--about {
  background-color: #eee;
}
.rye-c-background--about::before {
  top: calc(11 / 375 * 456px);
  right: calc(13 / 375 * 456px);
  width: calc(54 / 375 * 456px);
  height: calc(46 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_about.png?v=202512180921);
}
.rye-c-background--about.rye-c-background--non {
  background-color: #f3fff2;
}
.rye-c-background--campaign {
  background-color: #eee;
}
.rye-c-background--campaign::before {
  top: calc(122 / 375 * 456px);
  right: calc(-21 / 375 * 456px);
  width: calc(198 / 375 * 456px);
  height: calc(238 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/illustration_human_02.png?v=202512180921);
}
.rye-c-background--benefits {
  background-color: #eee;
}
.rye-c-background--benefits::before {
  top: calc(93 / 375 * 456px);
  right: calc(6 / 375 * 456px);
  width: calc(149 / 375 * 456px);
  height: calc(224 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/illustration_human_03.png?v=202512180921);
}
.rye-c-background--point::before {
  top: calc(16 / 375 * 456px);
  right: calc(-3 / 375 * 456px);
  width: calc(70 / 375 * 456px);
  height: calc(105 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_point.png?v=202512180921);
}
.rye-c-background--service::before {
  top: calc(78 / 375 * 456px);
  right: calc(10 / 375 * 456px);
  width: calc(120 / 375 * 456px);
  height: calc(116 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_service.png?v=202512180921);
}
.rye-c-background--favorite::before {
  top: calc(39 / 375 * 456px);
  right: calc(22 / 375 * 456px);
  width: calc(77 / 375 * 456px);
  height: calc(74 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_favorite.png?v=202512180921);
}
.rye-c-background--helpful {
  border-top: calc(1 / 375 * 456px) #000 solid;
  border-bottom: calc(1 / 375 * 456px) #000 solid;
  background: #f8f8f8;
}
.rye-c-background--helpful::before {
  content: none;
}
.rye-c-background--becomeMember {
  background-color: #eee;
}
.rye-c-background--becomeMember::before {
  top: calc(170 / 375 * 456px);
  right: calc(10 / 375 * 456px);
  width: calc(180 / 375 * 456px);
  height: calc(266 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/illustration_human_05.png?v=202512180921);
}
.rye-c-background--recommend::before {
  top: calc(20 / 375 * 456px);
  right: calc(14 / 375 * 456px);
  width: calc(82 / 375 * 456px);
  height: calc(38 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_recommend.png?v=202512180921);
}
.rye-c-background--userVoice::before {
  top: calc(40 / 375 * 456px);
  right: calc(16 / 375 * 456px);
  width: calc(93 / 375 * 456px);
  height: calc(45 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_userVoice.png?v=202512180921);
}
.rye-c-spacer {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: calc(6 / 375 * 456px);
  border-top: calc(1 / 375 * 456px) #000 solid;
  border-bottom: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-spacer--green {
  background-color: #b4e7b1;
}
.rye-c-spacer--red {
  background-color: #ff99ac;
}
.rye-c-spacer--yellow {
  background-color: #f2e587;
}
.rye-c-spacer--blue {
  background-color: #99d1ff;
}
.rye-c-title--aboutManga {
  font-size: calc(14 / 375 * 456px);
  text-align: left;
}
.rye-c-title--about {
  font-weight: 600;
  font-size: calc(16 / 375 * 456px);
  text-align: center;
  color: #089d00;
}
.rye-c-title--about .rye-c-title__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-c-title--about .rye-c-title__text:nth-child(n + 2) {
  border-bottom: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-title--about .rye-c-title__text:last-child {
  border-top: none;
  border-bottom: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-title--upgrade {
  position: absolute;
  top: calc(-43 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(242 / 375 * 456px);
  padding: calc(8 / 375 * 456px) 0;
  background-color: #fff;
  border-radius: calc(4 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  font-weight: 600;
  font-size: calc(14 / 375 * 456px);
  text-align: center;
}
.rye-c-title--upgrade .rye-c-title__text {
  display: inline-block;
  font-size: calc(14 / 375 * 456px);
}
.rye-c-title--upgrade .rye-c-title__text--temporaryMember {
  font-size: calc(12 / 375 * 456px);
  color: #0095ff;
}
.rye-c-title--upgrade::after {
  position: absolute;
  bottom: calc(-9 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(208 / 375 * 456px);
  height: calc(9 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/treat_speechBubble.png?v=202512180921)
    center/100% auto no-repeat;
}
.rye-c-title--service {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 456px);
  font-size: calc(14 / 375 * 456px);
  font-weight: 600;
  color: #000;
}
.rye-c-title--service::after {
  display: block;
  content: "";
  width: calc(20 / 375 * 456px);
  height: calc(20 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_link.png?v=202512180921)
    center/100% no-repeat;
}
.rye-c-title--favorite {
  font-size: calc(14 / 375 * 456px);
  font-weight: 600;
}
.rye-c-title--helpful {
  font-size: calc(14 / 375 * 456px);
  color: #000;
}
.rye-c-title--sns {
  font-size: calc(16 / 375 * 456px);
  color: #000;
}
.rye-c-title--dropDown {
  position: relative;
  padding-left: calc(48 / 375 * 456px);
  margin-bottom: 0;
  font-size: calc(20 / 375 * 456px);
  font-weight: 600;
  text-align: left;
}
.rye-c-title--dropDown::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: calc(40 / 375 * 456px);
  height: calc(40 / 375 * 456px);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.rye-c-title--dropDownAbout::before {
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_hat.png?v=202512180921);
}
.rye-c-title--dropDownCampaign::before {
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_megaphone.png?v=202512180921);
}
.rye-c-title--dropDownBenefit::before {
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_present.png?v=202512180921);
}
.rye-c-title--dropDownHelpful::before {
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_light.png?v=202512180921);
}
.rye-c-title--becomeMember {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8 / 375 * 456px);
  font-size: calc(20 / 375 * 456px);
  font-weight: 600;
  line-height: 2;
}
.rye-c-title--becomeMember::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(4 / 375 * 456px);
}
.rye-c-title--becomeMember .rye-c-title__number {
  font-size: calc(16 / 375 * 456px);
  font-weight: 600;
}
.rye-c-title--becomeMemberPoint::after {
  background-color: #ffda00;
}
.rye-c-title--becomeMemberCoupon::after {
  background-color: #0084ff;
}
.rye-c-title--becomeMemberPresent::after {
  background-color: #f7553d;
}
.rye-c-title--recommend {
  font-size: calc(16 / 375 * 456px);
  font-weight: 600;
  line-height: 2;
}
.rye-c-title--recommend2line {
  line-height: 1.5;
}
.rye-c-title--userVoice {
  font-size: calc(16 / 375 * 456px);
  font-weight: 600;
  line-height: 193.75%;
}
@media (min-width: 768px) {
  .rye-c-title--about .rye-c-title__text {
    letter-spacing: -0.005em;
  }
}
.rye-c-label {
  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-c-label--member {
  background-color: #ff99ac;
}
.rye-c-label--temporaryMember {
  background-color: #99d1ff;
}
.rye-c-label--first {
  background-color: #f80;
  border-color: #f80;
  color: #fff;
}
.rye-c-label--date {
  background-color: #079e02;
  border-color: #079e02;
  color: #fff;
}
.rye-c-label--always {
  background-color: #c138d3;
  border-color: #c138d3;
  color: #fff;
}
.rye-c-label--condition {
  background-color: #f2e587;
}
.rye-c-label--limited {
  background-color: #b4e7b1;
}
.rye-c-table {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: calc(8 / 375 * 456px);
  border-bottom-right-radius: calc(8 / 375 * 456px);
  border-bottom-left-radius: calc(8 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  border-spacing: 0;
}
.rye-c-table__head {
  width: 100%;
}
.rye-c-table__headCell {
  padding: calc(16 / 375 * 456px) calc(8 / 375 * 456px);
  font-size: calc(12 / 375 * 456px);
  font-weight: 400;
}
.rye-c-table__headCell:not(:last-child) {
  border-right: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-table__headCell--service {
  width: calc(78 / 375 * 456px);
}
.rye-c-table__headCell--temporaryMember {
  width: calc(126 / 375 * 456px);
  background-color: #99d1ff;
}
.rye-c-table__headCell--member {
  position: relative;
  width: calc(139 / 375 * 456px);
  height: calc(58 / 375 * 456px);
  background-color: #ff99ac;
}
.rye-c-table__headCell--member::before {
  position: absolute;
  top: calc(-8 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: calc(8 / 375 * 456px);
  background-color: #ff99ac;
  border-top-left-radius: calc(8 / 375 * 456px);
  border-top-right-radius: calc(8 / 375 * 456px);
  border-top: calc(1 / 375 * 456px) #000 solid;
  border-left: calc(1 / 375 * 456px) #000 solid;
  border-right: calc(1 / 375 * 456px) #000 solid;
  box-sizing: content-box;
}
.rye-c-table__recommend {
  position: absolute;
  top: calc(-48 / 375 * 456px);
  left: 50%;
  transform: translateX(-50%);
}
.rye-c-table__recommendText {
  font-size: calc(14 / 375 * 456px);
  font-weight: 600;
  color: #ff99ac;
}
.rye-c-table__recommendText::before,
.rye-c-table__recommendText::after {
  position: absolute;
  top: calc(2 / 375 * 456px);
  content: "";
  width: calc(10 / 375 * 456px);
  height: calc(14 / 375 * 456px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.rye-c-table__recommendText::before {
  left: calc(-4 / 375 * 456px);
  background-image: url("https://r.r10s.jp/evt/event/young/_cmn/img/20251224/treat_text_recommendation_01.png?v=202512180921");
}
.rye-c-table__recommendText::after {
  right: calc(-4 / 375 * 456px);
  background-image: url("https://r.r10s.jp/evt/event/young/_cmn/img/20251224/treat_text_recommendation_02.png?v=202512180921");
}
.rye-c-table__recommendIcon {
  width: calc(45 / 375 * 456px);
}
.rye-c-table__cell {
  height: calc(154 / 375 * 456px);
  padding: 0;
  border-top: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-table__cell:not(:last-child) {
  border-right: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-table__body
  .rye-c-table__row:first-child
  .rye-c-table__cellContent--member {
  border-top: calc(4 / 375 * 456px) #ff99ac solid;
}
.rye-c-table__body
  .rye-c-table__row:last-child
  .rye-c-table__cellContent--member {
  border-bottom-right-radius: calc(8 / 375 * 456px);
  border-bottom: calc(4 / 375 * 456px) #ff99ac solid;
}
.rye-c-table__cellContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(4 / 375 * 456px);
  height: 100%;
  text-align: center;
}
.rye-c-table__cellContent--member {
  border-left: calc(4 / 375 * 456px) #ff99ac solid;
  border-right: calc(4 / 375 * 456px) #ff99ac solid;
}
.rye-c-table__cellIcon {
  height: auto;
}
.rye-c-table__cellIcon--ichiba {
  width: calc(46 / 375 * 456px);
}
.rye-c-table__cellIcon--ichibaBook {
  width: calc(59 / 375 * 456px);
}
.rye-c-table__cellIcon--rakuten24 {
  width: calc(50 / 375 * 456px);
}
.rye-c-table__cellIcon--music {
  width: calc(60 / 375 * 456px);
}
.rye-c-table__cellIcon--card {
  width: calc(50 / 375 * 456px);
}
.rye-c-table__cellIcon--fashion {
  width: calc(45 / 375 * 456px);
}
.rye-c-table__cellIcon--bic {
  width: calc(49 / 375 * 456px);
}
.rye-c-table__cellIcon--beauty {
  width: calc(49 / 375 * 456px);
}
.rye-c-table__cellIcon--booksDownload {
  width: calc(70 / 375 * 456px);
}
@media (min-width: 768px) {
  .rye-c-table__recommend {
    display: flex;
    flex-direction: column;
  }
  .rye-c-table__recommendText::before {
    left: calc(-12 / 375 * 456px);
  }
  .rye-c-table__recommendText::after {
    right: calc(-12 / 375 * 456px);
  }
}
.rye-c-container {
  border: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-container--hero {
  position: relative;
  padding: calc(19 / 375 * 456px) 0 calc(14 / 375 * 456px);
  border: none;
  background: #fffdf8
    url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/bg_hero_01.png?v=202512180921)
    no-repeat center bottom/100% auto;
}
.rye-c-container--hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/bg_hero_02.png?v=202512180921)
    no-repeat center 150%/100% auto;
}
.rye-c-container--aboutManga {
  display: flex;
  gap: calc(8 / 375 * 456px);
  padding: calc(15 / 375 * 456px);
  border-radius: calc(4 / 375 * 456px);
  background-color: #fff;
}
.rye-c-container--about {
  padding: calc(24 / 375 * 456px) calc(32 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/bg_lattice.png?v=202512180921)
    center/calc(29 / 375 * 456px) calc(29 / 375 * 456px) repeat;
}
.rye-c-container--upgrade {
  position: relative;
  padding: calc(64 / 375 * 456px) calc(16 / 375 * 456px) calc(28 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  background: #eeffed;
}
.rye-c-container--service {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: none;
  overflow: hidden;
  border-radius: calc(8 / 375 * 456px);
}
.rye-c-container--favorite {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(23 / 375 * 456px) calc(32 / 375 * 456px);
  border-radius: calc(4 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  background-color: #fff;
}
.rye-c-container--favorite:not(.is-active) {
  display: none;
}
.rye-c-container--favorite.is-active {
  display: flex;
}
.rye-c-container--sns {
  padding: calc(16 / 375 * 456px) 0 calc(24 / 375 * 456px);
  border-radius: calc(4 / 375 * 456px);
  background-color: #f2e587;
  box-shadow: calc(4 / 375 * 456px) calc(4 / 375 * 456px) calc(4 / 375 * 456px)
    0 rgba(0, 0, 0, 0.08);
}
.rye-c-container--faq {
  display: flex;
  flex-direction: column;
  padding: calc(7 / 375 * 456px) calc(15 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  border: calc(1 / 375 * 456px) #000 solid;
  background-color: #f8f8f8;
}
.rye-c-container--faq .rye-c-container__content {
  display: flex;
  align-items: center;
  gap: calc(8 / 375 * 456px);
  padding: calc(8 / 375 * 456px) 0;
}
.rye-c-container--faq .rye-c-container__content:last-child {
  border-top: calc(1 / 375 * 456px) #d9d9d9 solid;
}
.rye-c-container--becomeMember {
  padding: calc(24 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  background: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/bg_lattice.png?v=202512180921)
    center/calc(29 / 375 * 456px) calc(29 / 375 * 456px) repeat;
}
.rye-c-container--benefit {
  padding: calc(15 / 375 * 456px);
  border-radius: calc(4 / 375 * 456px);
}
.rye-c-container--benefitPoint {
  background-color: #fffceb;
}
.rye-c-container--benefitCoupon {
  background-color: #e1f1ff;
}
.rye-c-container--benefitPresent {
  background-color: #ffe8ec;
}
.rye-c-container--flow {
  padding: calc(24 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  background-color: #eff8ff;
}
.rye-c-container--step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(10 / 375 * 456px);
  padding: calc(7 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  background-color: #fff;
}
.rye-c-container--recommend,
.rye-c-container--userVoice {
  height: 100%;
  padding: calc(16 / 375 * 456px);
  border-radius: calc(8 / 375 * 456px);
  background-color: #fff;
}
@media (min-width: 768px) {
  .rye-c-container--statusLeft {
    margin-top: 1.6666666667vw;
    padding: 1.1979166667vw;
    background-color: #fff;
    border-radius: 0.4166666667vw;
  }
  .rye-c-container--anchorRight {
    width: 72.75%;
    padding: 2.9166666667vw;
    border-radius: 0.8333333333vw;
    background-color: #fff;
  }
}
.rye-c-modal__background[data-opening="true"],
.rye-c-modal__background[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.64) !important;
}
.rye-c-modal__wrapper {
  width: 100%;
}
.rye-c-modal__content {
  padding: calc(29 / 375 * 456px) calc(16 / 375 * 456px) 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}
.rye-c-swiper__operation {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(16 / 375 * 456px);
}
.rye-c-swiper__pagination {
  position: relative;
  bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}
.rye-c-swiper__pagination .swiper-pagination-bullet {
  width: calc(12 / 375 * 456px);
  height: calc(4 / 375 * 456px);
  border: calc(1 / 375 * 456px) solid #000;
  background-color: #fff;
  border-radius: 9999px;
  overflow: hidden;
}
.rye-c-swiper__pagination .swiper-pagination-bullet-active {
  width: calc(24 / 375 * 456px);
}
.rye-c-swiper__pagination .swiper-pagination-bullet-active::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  border-radius: 9999px;
}
.rye-c-swiper__button {
  width: calc(40 / 375 * 456px);
  height: calc(40 / 375 * 456px);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.rye-c-swiper__button--prev {
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_prev.png?v=202512180921);
}
.rye-c-swiper__button--next {
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_arrow_next.png?v=202512180921);
}
.rye-c-swiper__playOrPauseButton {
  width: calc(24 / 375 * 456px);
  height: calc(24 / 375 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_pause.png?v=202512180921);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.rye-c-swiper--hero .rye-c-swiper__slide {
  width: calc(185 / 375 * 456px);
  height: calc(329 / 375 * 456px);
  margin: 0 calc(24 / 375 * 456px);
  background-color: rgba(0, 0, 0, 0);
}
.rye-c-swiper--hero .rye-c-swiper__slide .rye-c-banner {
  height: 100%;
}
.rye-c-swiper--hero .rye-c-swiper__slide .rye-c-banner--hero {
  opacity: 1;
  visibility: visible;
}
.rye-c-swiper--hero .rye-c-swiper__slide .rye-c-banner--heroOverflow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.rye-c-swiper--hero .rye-c-swiper__slide.swiper-slide-active {
  width: calc(250 / 375 * 456px);
  margin: 0 calc(-8 / 375 * 456px);
}
.rye-c-swiper--hero
  .rye-c-swiper__slide.swiper-slide-active.is-initial
  .rye-c-banner--hero {
  opacity: 0;
  visibility: hidden;
}
.rye-c-swiper--hero
  .rye-c-swiper__slide.swiper-slide-active.is-initial
  .rye-c-banner--heroOverflow {
  opacity: 1;
  visibility: visible;
}
.rye-c-swiper--hero.is-stop .rye-c-swiper__playOrPauseButton {
  background-image: url(https://r.r10s.jp/evt/event/young/_cmn/img/20251224/icon_play.png?v=202512180921);
}
.rye-c-swiper--hero .rye-c-swiper__button {
  width: calc(24 / 375 * 456px);
  height: calc(24 / 375 * 456px);
}
.rye-c-swiper--hero .rye-c-swiper__button--prev {
  margin-left: calc(20 / 375 * 456px);
}
.rye-c-swiper--campaign .rye-c-swiper__slide {
  height: auto;
  align-self: stretch;
  transition: transform 0.3s ease-in-out;
}
.rye-c-swiper--campaign .rye-c-swiper__slide.swiper-slide-prev,
.rye-c-swiper--campaign .rye-c-swiper__slide.swiper-slide-next {
  transform: scale(0.876);
}
.rye-c-swiper--benefit {
  padding: 0 calc(16 / 375 * 456px);
}
.rye-c-swiper--benefit .rye-c-swiper__slide {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 375 * 456px);
  width: calc(327 / 375 * 456px);
  height: auto;
  align-self: stretch;
  background-color: rgba(0, 0, 0, 0);
}
.rye-c-swiper--point {
  padding: 0 calc(16 / 375 * 456px);
}
.rye-c-swiper--point .rye-c-swiper__slide {
  width: calc(263 / 375 * 456px);
}
.rye-c-swiper--service {
  padding: 0 calc(16 / 375 * 456px);
}
.rye-c-swiper--service .rye-c-swiper__slide {
  width: calc(224 / 375 * 456px);
  height: auto;
  align-self: stretch;
}
.rye-c-swiper--helpful {
  padding: 0 calc(16 / 375 * 456px);
}
.rye-c-swiper--osusume {
  padding-left: calc(8 / 375 * 456px);
}
.rye-c-swiper--osusume .rye-c-swiper__slide {
  width: calc(103 / 375 * 456px);
  overflow: hidden;
}
.rye-c-swiper--recommend,
.rye-c-swiper--userVoice {
  padding: 0 calc(16 / 375 * 456px);
}
.rye-c-swiper--recommend .rye-c-swiper__slide,
.rye-c-swiper--userVoice .rye-c-swiper__slide {
  width: calc(283 / 375 * 456px);
  height: auto;
  align-self: stretch;
}
.rye-c-swiper--recommend .rye-c-swiper__slide.swiper-slide-prev,
.rye-c-swiper--recommend .rye-c-swiper__slide.swiper-slide-next,
.rye-c-swiper--userVoice .rye-c-swiper__slide.swiper-slide-prev,
.rye-c-swiper--userVoice .rye-c-swiper__slide.swiper-slide-next {
  transform: scale(0.894);
}
.rye-c-dropDown {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.rye-c-dropDown.is-active {
  opacity: 1;
  visibility: visible;
}
.rye-c-dropDown__container {
  width: 100%;
  height: 100%;
}
.rye-c-dropDown__wrapper {
  display: none;
}
.rye-c-dropDown__wrapper.is-open {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.rye-c-dropDown__content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: calc(24 / 375 * 456px) calc(16 / 375 * 456px);
  overflow-y: auto;
  overscroll-behavior-y: none;
  background-color: #eee;
}
.rye-c-dropDown__closeButton--upper {
  position: fixed;
  z-index: 1;
  top: calc(169 / 375 * 456px);
  right: calc(16 / 375 * 456px);
  width: calc(40 / 375 * 456px);
  height: calc(40 / 375 * 456px);
  border-radius: 50%;
  box-shadow: 0 calc(4 / 375 * 456px) calc(6 / 375 * 456px) 0
    rgba(0, 0, 0, 0.16);
}
.rye-c-dropDown__closeButton--lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  width: calc(160 / 375 * 456px);
  height: auto;
  margin-top: auto;
  padding: calc(14 / 375 * 456px) calc(36 / 375 * 456px);
  border-radius: calc(9 / 375 * 456px);
  background-color: #000;
}
.rye-c-dropDown__closeButton--lower .rye-c-dropDown__closeButtonText {
  font-size: calc(14 / 375 * 456px);
  text-align: left;
  color: #fff;
}
.rye-c-dropDown__closeButton--lower .rye-c-dropDown__closeButtonIcon {
  width: calc(30 / 375 * 456px);
  height: calc(30 / 375 * 456px);
}
@media (min-width: 768px) {
  .rye-c-dropDown {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 456px;
    height: calc(100% - 80px);
    overflow: hidden;
  }
  .rye-c-dropDown.is-active {
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .rye-c-dropDown {
    top: 0;
    left: 0;
    transform: translateX(0);
    height: 100%;
  }
  .rye-c-dropDown.is-active {
    transform: translateX(0);
  }
}
.rye-c-floatingNavi__list {
  display: flex;
  justify-content: center;
  gap: calc(8 / 375 * 456px);
  height: auto;
  margin: 0;
  overflow-x: visible;
}
.rye-c-floatingNavi__item {
  width: calc((100% - (24 / 375 * 456px)) / 4);
  padding: 0;
  border-bottom: none;
}
.rye-c-floatingNavi__item:first-child {
  margin-left: 0;
}
.rye-c-floatingNavi[data-sticky="true"] {
  position: fixed;
  top: 0;
  z-index: 110;
  width: 100%;
  background-color: #fff;
}
.rye-c-floatingNavi[data-sticky="true"] .rye-c-floatingNavi__list {
  gap: 0;
  border-top: calc(1 / 375 * 456px) #000 solid;
  border-bottom: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-floatingNavi[data-sticky="true"] .rye-c-floatingNavi__item {
  width: 25%;
}
.rye-c-floatingNavi[data-sticky="true"]
  .rye-c-floatingNavi__item:not(:first-child)
  .rye-c-button--dropDown {
  border-left: calc(1 / 375 * 456px) #000 solid;
}
.rye-c-floatingNavi[data-sticky="true"] .rye-c-button--dropDown {
  gap: calc(4 / 375 * 456px);
  padding: calc(4 / 375 * 456px) calc(8 / 375 * 456px);
  border-radius: 0;
  border: none;
}
.rye-c-floatingNavi[data-sticky="true"] .rye-c-button--dropDown::after {
  content: none;
}
.rye-c-floatingNavi[data-sticky="true"] .rye-c-icon--dropDown {
  width: calc(20 / 375 * 456px);
  height: calc(20 / 375 * 456px);
}
.rye-c-floatingNavi[data-sticky="true"] .rye-c-text--dropDown {
  font-size: calc(12 / 375 * 456px);
  font-weight: 400;
  line-height: 1.5;
}
.rye-c-floatingNavi[data-sticky="true"] .rye-c-text--dropDownStatic {
  display: none;
}
.rye-c-floatingNavi[data-sticky="true"] .rye-c-text--dropDownFloating {
  display: block;
}
.rye-c-floatingNavi--hidden {
  display: none;
}
.rye-c-floatingNavi--dropDownActive {
  display: none;
}
@media (min-width: 768px) {
  .rye-c-floatingNavi[data-sticky="true"] {
    left: 50%;
    transform: translateX(-50%);
    width: 456px;
  }
}
@media (max-width: 1024px) {
  .rye-c-floatingNavi[data-sticky="true"] {
    left: 0;
    transform: translateX(0);
  }
}
.rye-c-kanban__text {
  animation: kanbanText 1.25s 0.5s ease-in-out forwards;
}
.rye-c-kanban__illustration {
  animation: kanbanIllustration 0.5s 1.75s ease-in-out forwards;
}
.rye-c-kanban__icon--point {
  animation: kanbanIcon 0.5s 2.25s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.rye-c-kanban__icon--present {
  animation: kanbanIcon 0.5s 2.75s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.rye-c-kanban__icon--cart {
  animation: kanbanIcon 0.5s 3.25s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
[data-scroll-animation="content"] > * {
  opacity: 0;
  translate: 0 3%;
}
[data-scroll-animation="content"].is-active {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
}
[data-scroll-animation="content"].is-active > * {
  opacity: 1;
  translate: 0;
  transition-duration: 1s;
  transition-timing-function: opacity var(--ease-out-cubic),
    translate var(--ease-out-quint);
}
[data-scroll-animation="self"].rye-c-wrapper--button.is-active::after {
  animation: buttonIllustrationDown 5s linear forwards;
}
.rye-c-swiper--hero .rye-c-swiper__slide.swiper-slide-active:not(.is-initial) {
  animation: slideScale 1s cubic-bezier(0.68, 0, 0.32, 1) 1 forwards;
}
.rye-c-swiper--hero
  .rye-c-swiper__slide.swiper-slide-active:not(.is-initial)
  .rye-c-banner--hero {
  opacity: 0;
  animation: slideFadeOut 1s cubic-bezier(0.68, 0, 0.32, 1) 1 forwards;
}
.rye-c-swiper--hero
  .rye-c-swiper__slide.swiper-slide-active:not(.is-initial)
  .rye-c-banner--heroOverflow {
  opacity: 1;
  animation: slideFadeIn 1s cubic-bezier(0.68, 0, 0.32, 1) 1 forwards;
}
.rye-c-swiper--hero
  .rye-c-swiper__pagination--hero
  .swiper-pagination-bullet-active::before {
  animation: progressBar 4s linear forwards;
}
.rye-c-swiper--hero.is-initial
  .rye-c-swiper__pagination--hero
  .swiper-pagination-bullet-active::before {
  animation: progressBar 3s linear forwards;
}
.rye-c-swiper--hero.is-stop
  .rye-c-swiper__pagination--hero
  .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}
.rye-c-swiper--hero.reset-progress
  .rye-c-swiper__pagination--hero
  .swiper-pagination-bullet-active::before {
  animation: progressBarReset 3s linear forwards;
}
.rye-c-text--loop .rye-c-text__container {
  animation: loop 12s linear infinite;
}
.rye-c-wrapper--favoriteContent.is-active::before {
  animation: favoriteTabIllustrationDown 5s 0.75s linear forwards;
}
.rye-c-container--favorite.is-active {
  animation: favoriteTabContainerAnimation 0.75s cubic-bezier(0.37, 0, 0.63, 1)
    forwards;
}
@media (min-width: 768px) {
  .rye-c-illustration--left img {
    animation: infinity-scroll-left 15s linear infinite both;
  }
}
@keyframes kanbanText {
  0% {
    transform: translateY(200%);
    opacity: 0;
  }
  50% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes kanbanIllustration {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(-10%);
    opacity: 1;
  }
  70% {
    transform: translateY(5%);
  }
  85% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes kanbanIcon {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes progressBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes progressBarReset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes buttonIllustrationDown {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(5%);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(5%);
  }
  20% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5%);
  }
  30% {
    transform: translateY(0);
  }
}
@keyframes favoriteTabIllustrationDown {
  0% {
    transform: translate(-50%, 0);
  }
  5% {
    transform: translate(-50%, 5%);
  }
  10% {
    transform: translate(-50%, 0);
  }
  15% {
    transform: translate(-50%, 5%);
  }
  20% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-50%, 5%);
  }
  30% {
    transform: translate(-50%, 0);
  }
}
@keyframes favoriteTabContainerAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rye-u-mx-2 {
  margin-left: 2.432px !important;
  margin-right: 2.432px !important;
}
.rye-u-my-24 {
  margin-top: 29.184px !important;
  margin-bottom: 29.184px !important;
}
.rye-u-mt-4 {
  margin-top: 4.864px !important;
}
.rye-u-mt-8 {
  margin-top: 9.728px !important;
}
.rye-u-mt-12 {
  margin-top: 14.592px !important;
}
.rye-u-mt-16 {
  margin-top: 19.456px !important;
}
.rye-u-mt-24 {
  margin-top: 29.184px !important;
}
.rye-u-mt-32 {
  margin-top: 38.912px !important;
}
.rye-u-mt-36 {
  margin-top: 43.776px !important;
}
.rye-u-mt-40 {
  margin-top: 48.64px !important;
}
.rye-u-mt-48 {
  margin-top: 58.368px !important;
}
.rye-u-mt-52 {
  margin-top: 63.232px !important;
}
.rye-u-mt-72 {
  margin-top: 87.552px !important;
}
.rye-u-mt-80 {
  margin-top: 97.28px !important;
}
.rye-u-mt-92 {
  margin-top: 111.872px !important;
}
.rye-u-mb-16 {
  margin-bottom: 19.456px !important;
}
.rye-u-mb-24 {
  margin-bottom: 29.184px !important;
}
.rye-u-mr-2 {
  margin-right: 2.432px !important;
}
.rye-u-px-8 {
  padding-left: 9.728px !important;
  padding-right: 9.728px !important;
}
.rye-u-px-12 {
  padding-left: 14.592px !important;
  padding-right: 14.592px !important;
}
.rye-u-px-16 {
  padding-left: 19.456px !important;
  padding-right: 19.456px !important;
}
.rye-u-px-28 {
  padding-left: 34.048px !important;
  padding-right: 34.048px !important;
}
.rye-u-px-56 {
  padding-left: 68.096px !important;
  padding-right: 68.096px !important;
}
.rye-u-px-72 {
  padding-left: 87.552px !important;
  padding-right: 87.552px !important;
}
.rye-u-py-16 {
  padding-top: 19.456px !important;
  padding-bottom: 19.456px !important;
}
.rye-u-py-20 {
  padding-top: 24.32px !important;
  padding-bottom: 24.32px !important;
}
.rye-u-py-24 {
  padding-top: 29.184px !important;
  padding-bottom: 29.184px !important;
}
.rye-u-py-40 {
  padding-top: 48.64px !important;
  padding-bottom: 48.64px !important;
}
.rye-u-pt-4 {
  padding-top: 4.864px !important;
}
.rye-u-pt-16 {
  padding-top: 19.456px !important;
}
.rye-u-pt-20 {
  padding-top: 24.32px !important;
}
.rye-u-pt-24 {
  padding-top: 29.184px !important;
}
.rye-u-pt-32 {
  padding-top: 38.912px !important;
}
.rye-u-pt-36 {
  padding-top: 43.776px !important;
}
.rye-u-pt-40 {
  padding-top: 48.64px !important;
}
.rye-u-pt-60 {
  padding-top: 72.96px !important;
}
.rye-u-pt-80 {
  padding-top: 97.28px !important;
}
.rye-u-pt-92 {
  padding-top: 111.872px !important;
}
.rye-u-pt-96 {
  padding-top: 116.736px !important;
}
.rye-u-pb-20 {
  padding-bottom: 24.32px !important;
}
.rye-u-pb-24 {
  padding-bottom: 29.184px !important;
}
.rye-u-pb-40 {
  padding-bottom: 48.64px !important;
}
.rye-u-pb-56 {
  padding-bottom: 68.096px !important;
}
.rye-u-pb-60 {
  padding-bottom: 72.96px !important;
}
.rye-u-md-pb-24 {
  padding-bottom: 29.184px !important;
}
.rye-u-fs-12 {
  font-size: 14.592px !important;
}
.rye-u-fs-14 {
  font-size: 17.024px !important;
}
.rye-u-fw-500 {
  font-weight: 500 !important;
}
