@charset "UTF-8";

@font-face {
  font-family: "Rakuten Sans";
  src: url(https://r.r10s.jp/evt/event/young/_cmn/fonts/RakutenSans_SBd.woff?v=202410311620)
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rakuten Sans";
  src: url(https://r.r10s.jp/evt/event/young/_cmn/fonts/RakutenSans_Blk.woff?v=202410311620)
    format("woff");
  font-weight: 700;
  font-style: normal;
}
.rc-bg {
  position: initial;
}
.rc-bg.-all {
  background: #121212;
  margin-top: 40px;
}
.rc-bg.-intro {
  position: relative;
  padding: 48px 0 28px;
  background: linear-gradient(
    75deg,
    rgb(0, 21, 46) 0%,
    rgb(9, 20, 32) 18%,
    rgb(18, 18, 18) 100%
  );
  -webkit-clip-path: polygon(100% 0, 100% 385px, 50% 100%, 0 385px, 0 0);
  clip-path: polygon(100% 0, 100% 385px, 50% 100%, 0 385px, 0 0);
  z-index: 1;
}
.rc-bg.-point {
  padding: 0;
}
.rc-bg.-point > .rc-headline {
  padding: 0 16px;
}
.rc-bg.-item {
  padding: 56px 0 32px;
}
.rc-bg.-banner {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}
.rc-bg.-shopping {
  padding: 56px 0;
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/bg_shopping.png?v=202410311620);
  background-size: cover;
}
.rc-bg.-check01 {
  position: relative;
  padding: 56px 0;
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/bg_check-01.png?v=202410311620);
  background-size: cover;
  padding-top: 360px;
  margin-top: -200px;
}
.rc-bg.-check02 {
  padding: 56px 0;
}
.rc-bg.-check03 {
  padding: 56px 0 96px;
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/bg_check-03.png?v=202410311620);
  background-size: cover;
}
#confetti_kv {
  width: 100%;
  height: 360px;
}
.rc-coupon {
  display: inline-block;
}
.rc-coupon:hover {
  text-decoration: none;
}
.rc-coupon:hover .rc-coupon__content > * {
  opacity: 0.8;
}
.rc-coupon:hover .rc-coupon__text > * {
  opacity: 0.8;
}
.rc-coupon__container {
  height: auto;
  filter: none;
  width: auto;
  display: flex;
  justify-content: center;
}
.rc-coupon__content {
  background-color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 480px;
  height: 248px;
  border: 4px solid #ca9c19;
  box-shadow: 6px 8px 0 #ca9c19;
}
.rc-coupon__content > * {
  transition: all 0.25s;
}
.rc-coupon__subtitle {
  color: #008400;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-top: 32px;
}
.rc-coupon__subtitle > span {
  font-weight: 900;
}
.rc-coupon__title {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 8px auto 0;
  color: #008400;
  font-weight: 600;
  background-color: #d8f0e2;
  border-radius: 4px;
  font-size: 22px;
  padding: 10px 33px 9px 25px;
}
.rc-coupon__title > span {
  font-family: "Rakuten Sans";
  font-weight: 400;
}
.rc-coupon__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 0 0;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-color: #d8f0e2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.rc-coupon__discount {
  font-weight: 400;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: auto;
  line-height: 1;
}
.rc-coupon__discount > em {
  font-family: "Rakuten Sans";
  font-size: 96px;
  line-height: 116px;
  color: #ff2323;
  margin-right: 10px;
  margin-left: 10px;
  letter-spacing: 1px;
  color: #008400;
  letter-spacing: -1.5px;
  font-style: normal;
  font-weight: 700;
}
.rc-coupon__discount > em > span {
  font-size: 32px;
  vertical-align: 4px;
}
.rc-coupon__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 248px;
  padding: 0 16px;
  background-color: #06c755;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  border: 4px solid #ca9c19;
  box-sizing: content-box;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  letter-spacing: 1.2px;
  box-shadow: 6px 8px 0 #ca9c19;
  margin-left: -2px;
}
.rc-coupon__text > * {
  transition: all 0.25s;
}
.rc-coupon__text::before {
  content: "";
  display: block;
  background-image: linear-gradient(
    to bottom,
    #ca9c19,
    #ca9c19 12px,
    #ffffff 12px,
    #ffffff 14px
  );
  background-size: 6px 14px;
  background-repeat: repeat-y;
  width: 6px;
  height: 90%;
  position: absolute;
  box-sizing: border-box;
  top: 10px;
  left: -6px;
}
.rc-coupon__arrow {
  content: "";
  display: block;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/summer/point/_pc/img/20230601/btn_coupon-arrow-line.png?v=202309281328);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-top: 14px;
}
.rye-c-floatingNavi {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}
.rye-c-floatingNavi[data-sticky="false"] {
  border-bottom: none !important;
  z-index: 1 !important;
}
.rye-c-floatingNavi .ecm-floating-navi {
  position: relative;
  left: 50%;
  background: #ffc600 !important;
  max-width: 960px;
  height: 94px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: none !important;
  border: 1px solid #c99d04;
  overflow: hidden;
  transform: translateX(-50%);
}
.rye-c-floatingNavi .ecm-floating-navi-item {
  width: 33.3333333333%;
  border-right: 2px solid #c99d04;
  border-bottom: none;
}
.rye-c-floatingNavi .ecm-floating-navi-item:last-of-type {
  border-right: none;
}
.rye-c-floatingNavi .ecm-floating-navi-item-anchor {
  border-color: #cca007 !important;
}
.rye-c-headline {
  position: relative;
  padding: 0;
  z-index: 3;
  text-align: center;
}
.rye-c-headline__mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 431px;
  height: 100%;
  mask-image: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/headline_intro.png?v=202410311620);
  -webkit-mask-image: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/headline_intro.png?v=202410311620);
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.rye-c-headline__light {
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  padding: 10% 0 0;
  background-image: radial-gradient(
    circle,
    rgb(202, 156, 25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(30deg);
  animation-name: light;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
.rye-c-headline.-campaign {
  position: relative;
}
.rye-c-headline.-campaign .rye-c-headline__coin {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.rye-c-headline.-campaign .rye-c-headline__coin.js-anim-start.-coin01 {
  width: 9.375vw;
  height: 7.8125vw;
  top: -10.46875vw;
  left: -1.71875vw;
  animation: zoomIn-l 0.8s linear forwards;
}
.rye-c-headline.-campaign .rye-c-headline__coin.js-anim-start.-coin02 {
  width: 8.28125vw;
  height: 4.6875vw;
  top: 9.53125vw;
  left: -6.40625vw;
  animation: zoomIn-l 0.8s linear forwards;
}
.rye-c-headline.-campaign .rye-c-headline__coin.js-anim-start.-coin03 {
  width: 10.3125vw;
  height: 7.5vw;
  top: 17.34375vw;
  left: 3.28125vw;
  animation: zoomIn-l 0.8s linear forwards;
}
.rye-c-headline.-campaign .rye-c-headline__coin.js-anim-start.-coin04 {
  width: 8.59375vw;
  height: 7.03125vw;
  top: -10.15625vw;
  left: 75.625vw;
  animation: zoomIn-r 0.8s linear forwards;
}
.rye-c-headline.-campaign .rye-c-headline__coin.js-anim-start.-coin05 {
  width: 6.5625vw;
  height: 6.5625vw;
  top: 6.25vw;
  left: 90.78125vw;
  animation: zoomIn-r 0.8s linear forwards;
}
.rye-c-headline.-campaign .rye-c-headline__coin.js-anim-start.-coin06 {
  width: 9.6875vw;
  height: 6.25vw;
  top: 15vw;
  left: 74.84375vw;
  animation: zoomIn-r 0.8s linear forwards;
}
.rye-c-headline.-campaign .rye-c-headline__coin.js-anim-start.-coin07 {
  width: 5.9375vw;
  height: 3.28125vw;
  top: 22.03125vw;
  left: 85.625vw;
  animation: zoomIn-r 0.8s linear forwards;
}
.rye-c-headline.-join {
  position: relative;
}
.rye-c-headline.-join .rye-c-headline__spark {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -26px;
  left: 550px;
  z-index: -1;
}
.rye-c-headline.-join .rye-c-headline__spark.js-anim-start {
  animation: spark 2.5s linear 0s 1;
}
@keyframes light {
  0% {
    left: -60%;
  }
  30% {
    left: 100%;
  }
  100% {
    left: 500%;
  }
}
@keyframes spark {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
.rye-c-kanban {
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/kanban_bg.png?v=202410311620);
  background-size: cover;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.rye-c-kanban__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}
.rye-c-kanban__image {
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
  animation: zoomIn-c 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
  opacity: 0;
  z-index: 1;
  margin-left: 0;
}
.rye-c-kanban__logo {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.rye-c-kanban__logo img {
  width: 100%;
}
.rye-c-kanban__deco {
  position: absolute;
  display: block;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rye-c-kanban__coin {
  position: absolute;
  opacity: 0;
}
.rye-c-kanban__coin.-coin01 {
  width: 50px;
  height: 46px;
  top: 52px;
  left: 6.8229166667%;
  animation: zoomIn-l 0.8s linear forwards 0.7s;
}
.rye-c-kanban__coin.-coin02 {
  width: 67px;
  height: 51px;
  top: 83px;
  left: 12.96875%;
  animation: zoomIn-l 0.8s linear forwards 0.6s;
}
.rye-c-kanban__coin.-coin03 {
  width: 63px;
  height: 52px;
  top: 117px;
  left: 30.2083333333%;
  animation: zoomIn-l 0.8s linear forwards 0.5s;
}
.rye-c-kanban__coin.-coin04 {
  width: 85px;
  height: 73px;
  top: 234px;
  left: 8.0729166667%;
  animation: zoomIn-l 0.8s linear forwards 0.7s;
}
.rye-c-kanban__coin.-coin05 {
  width: 81px;
  height: 45px;
  top: 200px;
  left: 18.28125%;
  animation: zoomIn-l 0.8s linear forwards 0.6s;
}
.rye-c-kanban__coin.-coin06 {
  width: 89px;
  height: 66px;
  top: 229px;
  left: 26.25%;
  animation: zoomIn-l 0.8s linear forwards 0.5s;
}
.rye-c-kanban__coin.-coin07 {
  width: 84px;
  height: 55px;
  top: 84px;
  left: 67.9166666667%;
  animation: zoomIn-r 0.8s linear forwards 0.5s;
}
.rye-c-kanban__coin.-coin08 {
  width: 79px;
  height: 70px;
  top: 111px;
  left: 78.0729166667%;
  animation: zoomIn-r 0.8s linear forwards 0.6s;
}
.rye-c-kanban__coin.-coin09 {
  width: 80px;
  height: 65px;
  top: 31px;
  left: 86.4583333333%;
  animation: zoomIn-r 0.8s linear forwards 0.7s;
}
.rye-c-kanban__coin.-coin10 {
  width: 70px;
  height: 39px;
  top: 234px;
  left: 70.15625%;
  animation: zoomIn-r 0.8s linear forwards 0.5s;
}
.rye-c-kanban__coin.-coin11 {
  width: 62px;
  height: 44px;
  top: 220px;
  left: 82.3958333333%;
  animation: zoomIn-r 0.8s linear forwards 0.6s;
}
.rye-c-kanban__coin.-coin12 {
  width: 71px;
  height: 71px;
  top: 247px;
  left: 90.5208333333%;
  animation: zoomIn-r 0.8s linear forwards 0.7s;
}
@keyframes zoomIn-l {
  0% {
    transform: translateX(400%) translateY(50%);
    opacity: 0;
  }
  40% {
    opacity: 0.2;
    transform: translateX(200%) translateY(-80%) rotateY(360deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) translateY(0) rotateY(720deg);
  }
}
@keyframes zoomIn-r {
  0% {
    transform: translateX(-400%) translateY(50%);
    opacity: 0;
  }
  40% {
    opacity: 0.5;
    transform: translateX(-200%) translateY(-80%) rotateY(360deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) translateY(0%) rotateY(720deg);
  }
}
@keyframes zoomIn-c {
  0% {
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
  }
  60% {
    transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.rye-c-searchForm {
  padding: 0 12px;
  max-width: 650px;
  margin-inline: auto;
}
.rye-c-searchForm__form {
  height: auto;
  background-color: #fff;
  font-size: 16px;
  border: 4px solid #333;
  border-radius: 50vh;
  overflow: hidden;
}
.rye-c-searchForm__inputContainer {
  background-color: #fff;
  font-size: 16px;
  border: 4px solid #333;
  border-radius: 50vh;
  overflow: hidden;
}
.rye-c-searchForm__textInputContainer {
  height: 64px;
}
.rye-c-searchForm__textInput {
  font-size: 16px;
  padding-left: 16px;
}
.rye-c-searchForm__button {
  background-color: #333;
  width: 72px;
  transition: opacity 0.25s;
}
.rye-c-searchForm__button .ecm-icon-search {
  font-weight: bold !important;
  font-size: 32px;
}
.rye-c-searchForm__button:hover {
  opacity: 0.8;
  background-color: #333;
}
.rye-c-searchForm__keywordContainer {
  overflow: visible !important;
}
.rye-c-searchForm__keywordList {
  display: flex;
  padding: 0 12px !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 26px;
  height: 36px !important;
  margin: auto;
  overflow: visible !important;
  height: auto !important;
}
.rye-c-searchForm__keywordItem {
  overflow: visible !important;
  font-size: 14px;
}
.rye-c-searchForm__keywordItem.-function .rye-c-searchForm__keywordLink {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff !important;
  font-weight: bold;
  border-radius: 50vh;
  box-shadow: 0px 3px 0px 0px #fff;
}
.rye-c-searchForm__keywordItem.-function .rye-c-searchForm__keywordLink:hover {
  color: #333 !important;
  background: #fff !important;
  border: 2px solid #333 !important;
  box-shadow: 0px 3px 0px 0px #252525;
}
.rye-c-searchForm__keywordItem.-function
  .rye-c-searchForm__keywordLink::before {
  content: "";
  position: relative !important;
  display: block;
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/icon_star.png?v=202410311620);
  background-size: 100%;
  width: 10.5px;
  height: 10px;
  margin-right: 8px;
}
.rye-c-searchForm__keywordItem.-function.-favorite
  .rye-c-searchForm__keywordLink::before {
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/icon_star.png?v=202410311620);
  width: 13px;
  height: 13px;
}
.rye-c-searchForm__keywordItem.-function.-favorite
  .rye-c-searchForm__keywordLink:hover::before {
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/icon_star-gray.png?v=202410311620);
}
.rye-c-searchForm__keywordItem.-function.-history
  .rye-c-searchForm__keywordLink::before {
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/icon_time.png?v=202410311620);
  width: 14px;
  height: 14px;
}
.rye-c-searchForm__keywordItem.-function.-history
  .rye-c-searchForm__keywordLink:hover::before {
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/icon_time-gray.png?v=202410311620);
}
.rye-c-searchForm__keywordLink {
  display: block;
  overflow: visible !important;
  padding: 8px 18px !important;
  border: 2px solid #333 !important;
  border-radius: 50vh !important;
  font-weight: bold;
  box-shadow: 0px 3px 0px 0px #252525;
  transition: all 0.25s !important;
  background-color: #fff;
  color: #333 !important;
}
.rye-c-searchForm__keywordLink:hover {
  opacity: 1 !important;
  color: #fff !important;
  background: #333 !important;
  border: 2px solid #333 !important;
  box-shadow: 0px 3px 0px 0px #fff;
  text-decoration: none;
}
.intro {
  overflow: hidden;
}
.intro__band {
  padding-top: 16px;
  display: inline-flex;
  animation: flow 30s linear infinite;
}
.intro__imageText {
  width: auto;
  margin-left: 20px;
}
.intro__text {
  max-width: 565px;
}
@keyframes flow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}
.point__check {
  position: relative;
  overflow: hidden;
}
.point__check.-no01 {
  padding-top: 200px;
  margin-top: -280px;
}
.point__goods {
  background-color: #fff;
  padding: 32px 40px;
  border-radius: 8px;
  max-width: 950px;
  margin-inline: auto;
}
.point__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.point__link {
  display: inline-block;
  transition: opacity 0.25s;
  max-width: 468px;
}
.point__link:hover {
  opacity: 0.6;
}
.point__item {
  width: calc((100% - 24px) / 2);
}
.point__item:nth-of-type(n + 3) {
  margin-top: 32px;
}
.point__item:nth-of-type(2n) {
  margin-left: 24px;
}
.point__join {
  position: relative;
  z-index: 1;
  max-width: 936px;
  margin-inline: auto;
}
.point__join .point__step {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 32px 22px;
}
.point__join .point__step.-no01::after {
  content: "";
  display: block;
  position: absolute;
  background: url(https://r.r10s.jp/evt/event/young/campaign/point2/_pc/img/20241117/icon_arrow.png?v=202410311620);
  background-size: 100%;
  bottom: -59px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 27px;
}
.point__join .point__step.-no01 .point__contents {
  width: 50%;
}
.point__join .point__step.-no01 .point__contents:nth-of-type(2) {
  border-left: 2px solid #0066e2;
}
.point__join .point__step.-no02 {
  margin-top: 87px;
}
.point__join .point__step.-no02 .point__contents {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.point__join .point__contentsWrap {
  display: flex;
  margin-top: 32px;
}
.point__join .point__title {
  line-height: 20px;
  color: #0066e2;
  line-height: 1.8;
}
.point__join .point__title.-blue::after,
.point__join .point__title.-red::after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 11px 0 13px;
}
.point__join .point__title.-blue::after {
  background-color: #0066e2;
}
.point__join .point__title.-red::after {
  background-color: #ec003c;
}
.point__join .point__status {
  color: #fff;
  margin-left: 6px;
  font-size: 20px;
  display: inline-block;
  padding: 0 8px;
}
.point__join .point__status.-default {
  background-color: #2076d1;
  margin-bottom: 2px;
}
.point__join .point__status.-noMember {
  background-color: #9d9d9d;
  margin-right: 6px;
  margin-top: 4px;
}
.point__join .point__status.-member {
  background-color: #ec003c;
  margin-left: 0;
  margin-right: 6px;
}
.point__join .point__text {
  line-height: 1.4;
}
.point__join .point__text.-small {
  color: #4d4d4d;
  line-height: 1.35;
  margin-top: 8px;
}
.point__join .point__text a:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.point__join .point__bg {
  border-radius: 10px;
  padding: 16px 0;
  color: #000;
  max-width: 337px;
  margin-inline: auto;
}
.point__join .point__bg.-blue {
  background-color: #ebf3fd;
}
.point__join .point__bg.-red {
  background-color: #feebf0;
}
.point__join .rc-button {
  border-radius: 50vh;
  border: 2px solid #bf0000;
  font-size: 20px;
  font-weight: bold;
  width: 336px;
  padding: 14px;
}
.point__join .rc-button:hover::after {
  top: auto;
  left: auto;
  background: none;
  display: block;
}
.point__join .rc-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #bf0000;
  border-right: 2px solid #bf0000;
  transform: rotate(45deg);
}
.ru-ffs-palt {
  font-feature-settings: "palt";
}
.top__link {
  transition: all 0.25s;
}
.top__link:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.rc-rewardHeader {
  align-items: center;
}
.rgu-annotationList {
  background-color: #f0f6fd !important;
}
.rye-u-mt-96 {
  margin-top: 96px !important;
}
.rye-p-entry-annotation.-custom {
  background-color: #f0f6fd;
}
.rye-c-button--entry.-custom.rcEntryButton-status--notfound
  .rcEntryButton-button {
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #717171;
}
.rye-c-button--entry.-custom.rcEntryButton-status--closed
  .rcEntryButton-button:hover,
.rye-c-button--entry.-custom.rcEntryButton-status--before
  .rcEntryButton-button:hover,
.rye-c-button--entry.-custom.rcEntryButton-status--entered
  .rcEntryButton-button:hover {
  opacity: 1;
}
