@charset "UTF-8";

.keirou2023 .rc-headline__headline {
  position: relative;
  margin-bottom: 0 !important;
  font-size: 44px;
  color: #304d7f;
}
.keirou2023 .rc-subHeadline {
  margin-bottom: 16px;
}
.keirou2023 .rc-subHeadline__headline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  border-radius: 8px;
}
.keirou2023 .rc-subHeadline__headline.-pink {
  background-color: #cb6d8a;
}
.keirou2023 .rc-subHeadline__headline.-pink::after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 34px;
  height: 20px;
  content: "";
  background: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/headline/balloon-pink.png?v=202308011631) no-repeat
    top/contain;
  transform: translateX(-50%);
}
.keirou2023 .rc-subHeadline__headline.-blue {
  background-color: #5dadd0;
}
.keirou2023 .rc-subHeadline__headline.-blue::after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 34px;
  height: 20px;
  content: "";
  background: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/headline/balloon-blue.png?v=202308011631) no-repeat
    top/contain;
  transform: translateX(-50%);
}
.keirou2023 .rc-background {
  padding: 80px 0 56px;
}
.keirou2023 .rc-background.-pink {
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/background/bg-pattern-pink.png?v=202308011631);
  background-repeat: repeat;
  background-position: left 4px top 32px;
  background-size: auto;
}
.keirou2023 .rc-background.-yellow {
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/background/bg-pattern-yellow.png?v=202308011631);
  background-repeat: repeat;
  background-position: left 12px top 12px;
  background-size: auto;
}
.keirou2023 .rc-background.-blue {
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/background/bg-pattern-blue.png?v=202308011631);
  background-repeat: repeat;
  background-position: left 12px top 28px;
  background-size: auto;
}
.keirou2023 .rc-background.-green {
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/background/bg-pattern-green.png?v=202308011631);
  background-repeat: repeat;
  background-position: left 8px top 14px;
  background-size: auto;
}
.keirou2023 .rc-background.-gray {
  background-color: #f4f4f4;
}
.keirou2023 .rc-button:hover {
  opacity: 0.8;
}
.keirou2023 .rc-button.-main-shop {
  display: block;
  width: 344px;
  padding: 16px;
  margin: 0 auto;
  background-color: #cb6d8a;
  border: none;
  border-radius: 4px;
}
.keirou2023 .rc-button.-main-shop .rc-button__text {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
.keirou2023 .rc-button.-main-shop .rc-button__text::after {
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
.keirou2023 .rc-giftSearch {
  display: flex;
  padding: 48px;
  background-color: #ffffff;
  border-radius: 8px;
}
.keirou2023 .rc-giftSearch > * {
  width: 50%;
}
.keirou2023 .rc-giftSearch__textContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.keirou2023 .rc-giftSearch__text {
  position: relative;
  margin-top: 72px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.keirou2023 .rc-giftSearch__text::before {
  position: absolute;
  top: -46px;
  left: 50%;
  display: block;
  width: 58px;
  height: 10px;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/cmn//giftSearch/giftSearch_dot.png?v=202308011631);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
.keirou2023 .rc-giftSearch__imageBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 32px;
}
.keirou2023 .rc-giftSearch__imageBox a:hover {
  opacity: 0.8;
}
.keirou2023 .rc-searchForm {
  width: 560px;
  margin: 0 auto;
}
.keirou2023 .rc-searchForm__textInput {
  font-size: 14px;
  background: #ffffff;
}
.keirou2023 .rc-searchForm__inputContainer {
  background: #ffffff;
  border: 1px solid #cb6d8a;
}
.keirou2023 .rc-searchForm__button {
  background: #cb6d8a;
}
.keirou2023 .rc-searchForm__button.search::before {
  font-size: 20px;
}
.keirou2023 .rc-keyword .rp-showMore__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  background-color: #f5d7e1;
  border-radius: 9999px;
}
.keirou2023 .rc-keyword .rp-showMore__link:hover {
  opacity: 0.8;
}
.keirou2023 .rc-keyword .rp-showMore__linkText {
  font-size: 16px;
  color: #333333;
}
.keirou2023 .rc-keyword .rp-showMore__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 13px auto 40px;
  line-height: 1;
}
.keirou2023 .rc-keyword .rp-showLess__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 13px auto 40px;
}
.keirou2023 .rc-contentsGuideLink {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 8px;
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
}
.keirou2023 .rc-contentsGuideLink::before {
  content: none;
}
.keirou2023 .rc-contentsGuideLink::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-right-color: #e7b7c6;
  border-bottom-color: #e7b7c6;
}
.keirou2023 .rc-contentsGuideLink.-guidelist {
  position: relative;
  background-color: #ffffff;
}
.keirou2023 .rc-contentsGuideLink.-guidelist .rc-contentsGuideLink__title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.keirou2023
  .rc-contentsGuideLink.-guidelist
  .rc-contentsGuideLink__title::before {
  display: block;
  padding-top: calc(152% / 304 * 100);
  content: "";
}
.keirou2023
  .rc-contentsGuideLink.-guidelist
  .rc-contentsGuideLink__title.-ttl1 {
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/contentsGuideLink/contentsGuideLink_guide-01.png?v=202308011631);
}
.keirou2023
  .rc-contentsGuideLink.-guidelist
  .rc-contentsGuideLink__title.-ttl2 {
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/contentsGuideLink/contentsGuideLink_guide-02.png?v=202308011631);
}
.keirou2023
  .rc-contentsGuideLink.-guidelist
  .rc-contentsGuideLink__title.-ttl3 {
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/top/contentsGuideLink/contentsGuideLink_guide-03.png?v=202308011631);
}
.keirou2023
  .rc-contentsGuideLink.-guidelist
  .rc-contentsGuideLink__title--inner {
  position: absolute;
  bottom: 12px;
  left: 0;
  padding-left: 16px;
}
.keirou2023 .rc-contentsGuideLink.-guidelist .rc-contentsGuideLink__text {
  margin: 20px 16px;
  font-size: 15px;
  line-height: 1.5;
}
.keirou2023 .rc-contentsGuideLink__link {
  position: static;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.keirou2023 .rc-contentsGuideLink__link:hover {
  opacity: 0.8;
}
.keirou2023 .ri-navigationLink {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
}
.keirou2023 .ri-navigationLink__link {
  position: relative;
  flex-direction: column;
  height: 100% !important;
}
.keirou2023 .ri-navigationLink__link:hover {
  opacity: 0.8;
}
.keirou2023 .ri-navigationLink__link::before {
  content: none !important;
}
.keirou2023 .ri-navigationLink__link::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-right-color: #e7b7c6;
  border-bottom-color: #e7b7c6;
}
.keirou2023 .ri-navigationLink:nth-child(4n + 1) .ri-navigationLink__title {
  background-color: #8cb29d;
}
.keirou2023 .ri-navigationLink:nth-child(4n + 2) .ri-navigationLink__title {
  background-color: #d2aa70;
}
.keirou2023 .ri-navigationLink:nth-child(4n + 3) .ri-navigationLink__title {
  background-color: #7892b9;
}
.keirou2023 .ri-navigationLink:nth-child(4n + 4) .ri-navigationLink__title {
  background-color: #bb9393;
}
.keirou2023 .ri-navigationLink__title {
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 76px;
  padding: 12px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.keirou2023 .ri-navigationLink__text {
  padding: 20px 16px;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.keirou2023 .ri-navigationLink__text:hover {
  text-decoration: none;
}
.keirou2023 .rc-seasonalSummary {
  box-sizing: border-box;
  padding: 44px 40px;
  background-color: #f0e1e6;
}
.keirou2023 .rc-seasonalSummary__title {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #304d7f;
  text-align: center;
}
.keirou2023 .rc-seasonalSummary__text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.3;
}
.keirou2023 .rc-contentsIntroLink {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}
.keirou2023 .rc-contentsIntroLink:nth-of-type(n + 5) {
  height: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
}
.keirou2023 .rc-contentsIntroLink:nth-of-type(n + 5) * {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
}
.keirou2023 .rc-contentsIntroLink.-show {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  visibility: visible;
  opacity: 1;
}
.keirou2023 .rc-contentsIntroLink.-show * {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.keirou2023 .rc-contentsIntroLink.-show .rc-contentsIntroLink__text {
  margin-top: 16px;
}
.keirou2023 .rc-contentsIntroLink__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.keirou2023 .rc-contentsIntroLink__text {
  margin-top: 16px;
  font-size: 14px;
  color: #333333;
}
.keirou2023 .rc-contentsIntroLink__link {
  display: block;
  margin: auto 0 0 auto !important;
}
.keirou2023 .rc-contentsIntroLink__linkText {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 14px 32px 14px 10px;
  font-size: 13px;
  line-height: 1;
  color: #333333;
  border: 1px solid #cb6d8a;
  border-radius: 4px;
}
.keirou2023 .rc-contentsIntroLink__linkText::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}
.keirou2023 .rc-contentsIntroLink__linkText:hover {
  opacity: 0.8;
}
.keirou2023 .rc-contentsIntroLink__button {
  position: relative;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 29px 10px 10px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.keirou2023 .rc-contentsIntroLink__button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.keirou2023 .rc-contentsIntroLink__button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: translate(0, -75%) rotate(45deg);
}
.keirou2023 .rc-contentsIntroLink__button.-show {
  display: block;
}
.keirou2023 .rc-contentsIntroLink__button.LessButton::after {
  transform: translate(16px, -25%) rotate(225deg);
}
.keirou2023 .ri-contentsIntro.rasta_100154 {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
}
.keirou2023 .ri-contentsIntro.rasta_100154::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-right-color: #e7b7c6;
  border-bottom-color: #e7b7c6;
}
.keirou2023 .ri-contentsIntro.rasta_100154 .ri-contentsIntro__link {
  display: block;
  height: 100%;
}
.keirou2023 .ri-contentsIntro.rasta_100154 .ri-contentsIntro__link:hover {
  opacity: 0.8;
}
.keirou2023 .ri-contentsIntro.rasta_100154 .ri-contentsIntro__image {
  width: 100%;
  border-radius: 8px 8px 0 0 !important;
}
.keirou2023 .ri-contentsIntro.rasta_100154 .ri-contentsIntro__title {
  margin: 16px 8px 0;
  font-size: 20px;
}
.keirou2023 .ri-contentsIntro.rasta_100154 .ri-contentsIntro__text {
  margin: 8px 10px 8px;
  font-size: 14px !important;
  line-height: 1.3;
  color: #333333;
}
.keirou2023 .ri-linkItem.rasta_100154 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
}
.keirou2023 .ri-linkItem.rasta_100154::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 10;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
}
.keirou2023 .ri-linkItem.rasta_100154 .ri-linkItem__link {
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
}
.keirou2023 .ri-linkItem.rasta_100154 .ri-linkItem__link:hover {
  opacity: 0.8;
}
.keirou2023 .ri-linkItem.rasta_100154 .ri-linkItem__imageBox {
  flex-basis: calc(140 / 468 * 100%);
}
.keirou2023 .ri-linkItem.rasta_100154 .ri-linkItem__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.keirou2023 .ri-linkItem.rasta_100154 .ri-linkItem__textBox {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 24px 16px 16px;
  margin: 0;
}
.keirou2023 .ri-linkItem.rasta_100154 .ri-linkItem__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.keirou2023 .ri-linkItem.rasta_100154 .ri-linkItem__text {
  margin-top: 12px;
  font-size: 16px;
}
.keirou2023 .ri-linkItem.rasta_100154.-pink::after {
  border-right-color: #cb6d8a;
  border-bottom-color: #cb6d8a;
}
.keirou2023 .ri-linkItem.rasta_100154.-pink .ri-linkItem__title {
  color: #cb6d8a;
}
.keirou2023 .ri-linkItem.rasta_100154.-lightgreen::after {
  border-right-color: #86a51a;
  border-bottom-color: #86a51a;
}
.keirou2023 .ri-linkItem.rasta_100154.-lightgreen .ri-linkItem__title {
  color: #86a51a;
}
.keirou2023 .ri-linkItem.rasta_100154.-green::after {
  border-right-color: #158461;
  border-bottom-color: #158461;
}
.keirou2023 .ri-linkItem.rasta_100154.-green .ri-linkItem__title {
  color: #158461;
}
.keirou2023 .ri-linkItem.rasta_100154.-yellow::after {
  border-right-color: #c49422;
  border-bottom-color: #c49422;
}
.keirou2023 .ri-linkItem.rasta_100154.-yellow .ri-linkItem__title {
  color: #c49422;
}
.keirou2023 .ri-linkItem.rasta_100154.-purple::after {
  border-right-color: #785bc1;
  border-bottom-color: #785bc1;
}
.keirou2023 .ri-linkItem.rasta_100154.-purple .ri-linkItem__title {
  color: #785bc1;
}
.keirou2023 .rl-slider__wrapper li {
  overflow: hidden;
  border-radius: 8px;
}
.keirou2023 .rl-slider__text {
  position: relative;
  padding-right: 24px;
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  text-align: right;
}
.keirou2023 .rl-slider__text::after {
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: translateY(calc(-50% - 3px)) rotate(45deg);
}
.keirou2023 .rl-slider__toggleLink:hover {
  opacity: 0.8;
}
.keirou2023 .-shadow {
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
}
.keirou2023 .-tri {
  position: relative;
}
.keirou2023 .-tri::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-right-color: #e7b7c6;
  border-bottom-color: #e7b7c6;
}
.keirou2023 .-hoverList > *:hover {
  opacity: 0.8;
}
.rn-modal__headline {
  position: relative;
  padding-bottom: 32px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #304d7f;
  text-align: center;
}
.rn-modal__headline::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 56px;
  height: 8px;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/cmn/modal/modal_headline.png?v=202308011631);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
.rn-modal__container {
  width: auto;
  max-width: 792px;
}
.rn-modal__scroller {
  position: relative;
  padding-top: 40px;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
}
.rn-modal__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 637px;
  padding: 0 40px !important;
  overflow-y: scroll;
}
.rn-modal__list {
  flex: 0;
  gap: 0 24px;
}
.rn-modal__list > li {
  margin-right: 0 !important;
}
.rn-modal__list.-floatModal > li.-notIncentive {
  display: none;
}
.rn-modal__closeButton {
  position: absolute;
  top: -10px !important;
  right: -10px;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.rn-modal__closeButton:hover {
  opacity: 0.8;
}
.rn-modal__closeButton::before,
.rn-modal__closeButton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  content: "";
  background: #000000;
  border-radius: 0;
}
.rn-modal__closeButton::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.rn-modal__closeButton::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.rn-modal__closeText {
  position: relative;
  padding: 36px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
.rn-modal__closeText::before,
.rn-modal__closeText::after {
  position: absolute;
  top: 50%;
  left: calc(50% - 44px);
  width: 2px;
  height: 15px;
  content: "";
  background: #8f8f8f;
}
.rn-modal__closeText::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.rn-modal__closeText::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.rn-modal__closeText > span {
  padding: 10px;
}
.rn-modal__closeText > span:hover {
  opacity: 0.9;
}
.modalOpen.-floBtn {
  position: fixed;
  right: 24px;
  bottom: 112px;
  z-index: 10;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}
.modalOpen.-floBtn:hover {
  opacity: 0.8;
}
.rn-floatingNavi {
  height: 60px;
}
.rn-floatingNavi__menu {
  height: 60px;
}
.rn-floatingNavi__menuContainer {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
.rn-floatingNavi__logo {
  display: flex;
  align-items: center;
}
.rn-floatingNavi__menuList {
  align-items: center;
}
.rn-floatingNavi__menuItem {
  position: relative;
  padding: 20px;
}
.rn-floatingNavi__menuItem.-toggleMenu::before {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: translateX(-50%) rotate(45deg);
}
.rn-floatingNavi__menuItem.-shop {
  height: 40px;
  padding: 0;
  margin-left: 8px;
  overflow: hidden;
  background-color: #cb6d8a;
  border-radius: 8px;
}
.rn-floatingNavi__menuItem.-shop a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 20px 12px 16px;
  color: #ffffff;
}
.rn-floatingNavi__menuItem.-shop a::after {
  width: 5px;
  height: 5px;
  content: "";
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
.rn-floatingNavi__menuItem.-shop:hover {
  background-color: #ffffff;
  outline: 2px solid #cb6d8a;
}
.rn-floatingNavi__menuItem.-shop:hover a {
  color: #cb6d8a;
}
.rn-floatingNavi__menuItem.-shop:hover a::after {
  border-color: #cb6d8a;
}
.rn-floatingNavi__menuItem.-active {
  background-color: #f5e2e2;
}
.rn-floatingNavi__menuItem.-active .rn-floatingNavi__menuTextBox {
  font-weight: normal;
}
.rn-floatingNavi__menuTextBox {
  position: relative;
}
.rn-floatingNavi__menuTextBox::after {
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #ebebeb;
  transform: translateY(-50%);
}
.rn-floatingNavi__menuText {
  padding: 0;
  font-size: 16px;
}
.rn-floatingNavi__megaDropdown {
  top: 60px;
  z-index: 10;
  display: flex;
  gap: 24px;
  padding: 24px;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-radius: 0 0 8px 8px;
}
.rn-floatingNavi__dropdownBox {
  width: calc((100% - 48px) / 3);
}
.rn-floatingNavi__dropdownList {
  padding-top: 24px;
  padding-bottom: 0;
}
.rn-floatingNavi__dropdownList.-noTitle {
  padding-top: 55px;
}
.rn-floatingNavi__dropdownTitle {
  font-size: 17px;
  font-weight: bold;
  color: #304d7f;
}
.rn-floatingNavi__dropdownTitle.-nowrap {
  white-space: nowrap;
}
.rn-floatingNavi__dropdownItem {
  border-bottom: 1px solid #ebebeb;
}
.rn-floatingNavi__dropdownLink {
  position: relative;
  padding: 16px 0;
}
.rn-floatingNavi__dropdownLink::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}
.rn-floatingNavi__dropdownLink:hover {
  background-color: #f5e2e2 !important;
}
.rb-floatingBottomBanner__container {
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}
.rb-floatingBottomBanner__closeButton {
  width: 20px;
  height: 20px;
  background-color: #cb6d8a;
}
.rb-floatingBottomBanner__closeButton:hover {
  opacity: 0.8;
}
.rb-floatingBottomBanner__closeButton::before {
  top: 3px;
  left: 3px;
  color: #ffffff;
}
.rb-floatingBottomBanner .rl-slider {
  padding: 0 56px;
}
.rb-floatingBottomBanner .rl-slider__wrapper li {
  border-radius: 0;
}
.rb-floatingBottomBanner .rl-slider__wrapper li:hover {
  opacity: 0.8;
}
.rb-floatingBottomBanner .rl-slider__buttonNext,
.rb-floatingBottomBanner .rl-slider__buttonPrev {
  margin-top: -21px;
}
.rb-floatingBottomBanner .rl-slider__buttonNext:hover,
.rb-floatingBottomBanner .rl-slider__buttonPrev:hover {
  opacity: 0.8;
}
.rb-floatingBottomBanner .rl-slider__buttonNext::after,
.rb-floatingBottomBanner .rl-slider__buttonPrev::after {
  font-size: 15px;
  color: #cb6d8a;
}
.rb-floatingBottomBanner .rl-slider__buttonPrev {
  left: -50px;
}
.rb-floatingBottomBanner .rl-slider__buttonNext {
  right: -52px;
}
.ru-mt-10 {
  margin-top: 10px;
}
.ru-mt-30 {
  margin-top: 30px;
}
.ru-c-304d7f {
  color: #304d7f;
}
.ru-bdrs-10 {
  border-radius: 10px;
}
.ru-bdrs-top10 {
  border-radius: 10px 10px 0 0;
}
.ru-bgc-f7f7f7 {
  background-color: #f7f7f7;
}
.rc-toTop::after {
  width: 48px;
  height: 48px;
  background-image: url(https://r.r10s.jp/evt/event/keirou/2023/_pc/img/cmn/pagetop/ui-chevron-up-pink-no-shadow.png?v=202308011631);
}
.rc-closeText {
  box-sizing: border-box;
  width: 960px;
  padding: 15px;
  margin: 10px auto;
  font-size: 13px;
  background-color: #ffffcc;
  border: 1px #c5c5c5 solid;
}
#season-event {
  text-align: left;
  margin: 0 auto 0;
  padding-top: 10px;
  width: 100%;
}
#season-event dt {
  color: #bf0000;
  font-weight: bolder;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  font-size: 13px;
}
#season-event dd {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
}
#season-event ul {
  margin: 0;
  padding: 0;
}
#season-event li {
  display: inline;
  border-right: 1px solid #000;
  padding-right: 5px;
  padding-left: 5px;
}
.seofooter {
  padding: 30px 0 5px;
  text-align: center;
  width: 100%;
  font-size: 13px;
}
.rc-ranking {
  margin-top: 56px;
}