@charset "UTF-8";
@font-face {
  font-family: "RakutenSansBold";
  font-weight: bold;
  src: url("/service/cache/css/common/font/rakuten/RakutenSans_W_Bd.woff2") format("woff2"), url("/service/cache/css/common/font/rakuten/RakutenSans_W_Bd.woff") format("woff");
}
html {
  height: -webkit-fill-available;
}

h1, h2, h3, .ru-ff-rsnb {
  font-family: "RakutenSansBold", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 365px) {
  .d-xs-block {
    display: block !important;
  }
}

.ru-pl-2 {
  padding-left: 2px;
}

.ru-c-gradation {
  background: linear-gradient(127.7deg, #52cfe0 23.43%, #772b8f 61.58%, #b30e5b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  display: inline-block;
}

.ru-bgc-e9f9fb {
  background-color: #e9f9fb;
}

.ru-bgc-f8feff {
  background-color: #f8feff;
}

.rl-moduleWrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rs-invitation-keyVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("/service/cache/img/campaign/20221102a/keyvisual_bg_pc.png") #f8feff top center/cover no-repeat;
}
@media (max-width: 639px) {
  .rs-invitation-keyVisual {
    background: url("/service/cache/img/campaign/20221102a/keyvisual_bg_sp.png") #f8feff center/cover no-repeat;
  }
}

.rs-invitation-keyVisual_title {
  width: 100%;
  max-width: 612px;
  height: auto;
}
@media (max-width: 639px) {
  .rs-invitation-keyVisual_title {
    max-width: 100%;
  }
}

.rs-invitation-keyVisual_text {
  width: 100%;
  max-width: 998px;
  height: auto;
}
@media (max-width: 639px) {
  .rs-invitation-keyVisual_text {
    max-width: 100%;
  }
}

.rs-invitation-fixed-bg {
  background: url("/service/cache/img/featured_games_bg.png") #f8feff center/cover no-repeat;
  background-attachment: fixed;
}

.rs-invitation-section {
  padding-bottom: 40px;
}

.rs-campaignDetail__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rs-campaignDetail__contentWrap,
.rs-campaignDetail__contentBox {
  margin-bottom: 0;
}

.rs-campaignList__button {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50rem;
  border: 2px #0053ae solid;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  color: #0053ae;
  cursor: pointer;
}
@media (min-width: 640px) {
  .rs-campaignList__button:hover {
    opacity: 0.8;
  }
}

.rs-campaignDetail__button-margin {
  margin: 16px 16px 4px;
}
@media (max-width: 639px) {
  .rs-campaignDetail__button-margin {
    margin: 16px 4px 4px;
  }
}

.rs-campaignDetail__line-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  padding: 0;
  border: none;
  border-radius: 11px;
  color: #ffffff !important;
  background-color: #06c755;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.rs-campaignDetail__line-button__icon {
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 8px 9px;
}
.rs-campaignDetail__line-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 36px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 640px) {
  .rs-campaignDetail__line-button:hover {
    background-color: #05b34c;
  }
}
.rs-campaignDetail__line-button:active {
  background-color: #048b3c;
}

.rs-campaignDetail__email-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  padding: 0;
  border: none;
  border-radius: 11px;
  color: #ffffff !important;
  background-color: #ee6f01;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.rs-campaignDetail__email-button__icon {
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 8px 9px;
}
.rs-campaignDetail__email-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 36px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 640px) {
  .rs-campaignDetail__email-button:hover {
    background-color: #d66401;
  }
}
.rs-campaignDetail__email-button:active {
  background-color: #be5901;
}

.rs-reward {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 32px auto 24px;
  padding: 6px;
  border-radius: 10px;
  background: linear-gradient(142.46deg, #51D1E1 -0.97%, #791F89 55.3%, #B70C57 83.7%);
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.rs-reward__inner {
  position: relative;
  height: 100%;
  padding: 50px 16px 16px;
  border-radius: 5px;
  background: #f8feff;
}

.rs-reward__title {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 324px;
  padding: 16px;
  margin: 0 auto 0;
  border-radius: 6px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.rs-reward__title.--invitation {
  background-color: #5e9dc8;
}
.rs-reward__title.--referral {
  background-color: #d72d5b;
}
@media (max-width: 639px) {
  .rs-reward__title {
    max-width: 270px;
    font-size: 20px;
  }
}

.rs-reward__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 42px;
  font-weight: bold;
}
@media (max-width: 639px) {
  .rs-reward__lead {
    min-height: auto;
  }
}

.rs-reward__num {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  height: 116px;
}
@media (max-width: 639px) {
  .rs-reward__num {
    width: auto;
    height: 90px;
  }
}
@media (max-width: 365px) {
  .rs-reward__num {
    height: 80px;
  }
}

.rs-reward__num__small {
  display: inline-block;
  width: auto;
  height: 32px;
}
@media (max-width: 639px) {
  .rs-reward__num__small {
    width: auto;
    height: 22px;
  }
}

.rs-reward__point-decoration {
  position: relative;
}
.rs-reward__point-decoration.--left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 134px;
  height: 167px;
  background: url("/service/cache/img/campaign/20221102a/point.svg") bottom left/contain no-repeat;
}
@media (max-width: 639px) {
  .rs-reward__point-decoration.--left::before {
    width: 90px;
    height: 95px;
  }
}
.rs-reward__point-decoration.--right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 134px;
  height: 167px;
  background: url("/service/cache/img/campaign/20221102a/point.svg") bottom right/contain no-repeat;
}
@media (max-width: 639px) {
  .rs-reward__point-decoration.--right::after {
    width: 90px;
    height: 95px;
  }
}

.rs-campaign_attention {
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: auto;
  padding: 40px;
}
@media (max-width: 639px) {
  .rs-campaign_attention {
    padding: 24px 16px;
  }
}
.rs-campaign_attention::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
}

.rs-campaignDetail__contentTitle {
  margin-bottom: 24px;
}
@media (max-width: 639px) {
  .rs-campaignDetail__contentTitle {
    margin-bottom: 16px;
  }
}

.rs-campaign_step__title {
  width: 100%;
  max-width: 496px;
}

.rs-campaign_step__sub-title {
  width: 100%;
  max-width: 586px;
}

.rs-campaign_step__text {
  width: 100%;
  max-width: 280px;
  font-weight: bold;
  text-align: left;
}

.rs-campaignPush__wrap {
  width: 100%;
  max-width: 780px;
  margin: auto;
}
.rs-campaignPush__wrap.--small {
  max-width: 470px;
}

.rs-campaignPush__point-decoration {
  position: relative;
}
.rs-campaignPush__point-decoration p {
  position: relative;
  z-index: 1;
}
.rs-campaignPush__point-decoration.--left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 134px;
  height: 140px;
  background: url("/service/cache/img/campaign/20221102a/point.svg") bottom left/contain no-repeat;
}
@media (max-width: 639px) {
  .rs-campaignPush__point-decoration.--left::before {
    left: 10px;
    bottom: 10px;
    width: 80px;
    height: 95px;
  }
}
.rs-campaignPush__point-decoration.--right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 134px;
  height: 140px;
  background: url("/service/cache/img/campaign/20221102a/point.svg") bottom right/contain no-repeat;
}
@media (max-width: 639px) {
  .rs-campaignPush__point-decoration.--right::after {
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 95px;
  }
}

.rs-campaignPush__wrap.--small.--left::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100px;
  height: 110px;
  background: url("/service/cache/img/campaign/20221102a/point.svg") bottom left/contain no-repeat;
}
@media (max-width: 639px) {
  .rs-campaignPush__wrap.--small.--left::before {
    left: 10px;
    bottom: 10px;
    width: 80px;
    height: 95px;
  }
}
.rs-campaignPush__wrap.--small.--right::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
  width: 100px;
  height: 110px;
  background: url("/service/cache/img/campaign/20221102a/point.svg") bottom right/contain no-repeat;
}
@media (max-width: 639px) {
  .rs-campaignPush__wrap.--small.--right::after {
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 95px;
  }
}

.modal__close-button {
  position: absolute;
  top: 23px;
  right: 20px;
  display: block;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 639px) {
  .modal__close-button {
    top: 10px;
    right: 10px;
    text-align: left;
  }
}

.modal__close-button:hover {
  opacity: 0.8;
}

.modal__close-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 3px;
  margin: auto;
  background: #454545;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.modal__close-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 3px;
  margin: auto;
  background: #454545;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100vw;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.8;
}

.modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  max-width: 712px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  background-color: #ffffff;
  overflow-y: scroll;
}

.modal__body {
  padding: 36px 40px 40px;
}
@media (max-width: 639px) {
  .modal__body {
    padding: 24px 16px 40px;
  }
}

.js-ua-pc {
  display: none;
}