@charset "UTF-8";

.rl-contents-wrapper {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.rl-side-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 462px) / 2);
  height: 100vh;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.rl-side-contents.-left {
  left: 0;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/marathon/_pc/img/20260219/background_left.png?v=202602100936);
}
@media screen and (max-width: 1024px) {
  .rl-side-contents.-left > * {
    display: none;
  }
}
.rl-side-contents.-right {
  right: 0;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/marathon/_pc/img/20260219/background_right.png?v=202602100936);
}
@media (max-width: 1024px) {
  .rl-side-contents.-left {
    display: none;
  }
}
@media (max-width: 1024px) {
  .rl-side-contents {
    width: calc(100% - 456px);
  }
}
.rl-main-contents {
  z-index: 1;
  max-width: 456px;
  margin-inline: auto;
  background-color: #fff;
  border-left: 3px solid #002099;
  border-right: 3px solid #002099;
  box-sizing: content-box;
}
dl,
dt,
dd {
  margin: 0;
}
em {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.rc-termText {
  text-align: center;
  font-size: calc(20 / 640 * 456px);
}
.rc-termText__headline {
  font-weight: 600;
}
.rc-flowSection {
  text-align: center;
  color: #bf0000;
  font-weight: 600;
  font-size: calc(24 / 640 * 456px);
  line-height: 1.458;
}
.rye-c-headline {
  display: flex;
  justify-content: center;
}
.rc-coupon {
  display: block;
  width: calc(478 / 640 * 456px);
  margin: 0 auto;
}
.rc-coupon__content {
  background-color: #fff;
  padding: calc(28 / 640 * 456px) 0 calc(20 / 640 * 456px);
  border: calc(4 / 640 * 456px) solid #0066e2;
  border-bottom-left-radius: calc(16 / 640 * 456px);
  border-bottom-right-radius: calc(16 / 640 * 456px);
  box-shadow: calc(6 / 640 * 456px) calc(8 / 640 * 456px) 0 #0066e2;
}
.rc-coupon__subtitle {
  color: #008400;
  text-align: center;
  font-size: calc(24 / 640 * 456px);
  font-weight: 600;
}
.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;
  font-weight: 600;
  margin: calc(12 / 640 * 456px) auto 0;
  background-color: #d8f0e2;
  border-radius: calc(4 / 640 * 456px);
  padding: calc(10 / 640 * 456px) calc(32 / 640 * 456px) calc(8 / 640 * 456px);
  font-size: calc(22 / 640 * 456px);
  color: #008400;
}
.rc-coupon__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(16 / 640 * 456px) calc(24 / 640 * 456px) 0 0;
  top: 100%;
  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: 600;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: auto;
  line-height: 1;
  margin-top: calc(8 / 640 * 456px);
}
.rc-coupon__discount > em {
  color: #008400;
  font-family: "Rakuten Sans";
  font-size: calc(94 / 640 * 456px);
  margin-right: calc(8 / 640 * 456px);
  margin-left: calc(8 / 640 * 456px);
  letter-spacing: calc(-3 / 640 * 456px);
}
.rc-coupon__discount__text {
  width: calc(130 / 640 * 456px);
}
.rc-coupon__icon {
  margin-left: calc(8 / 640 * 456px);
  width: calc(72 / 640 * 456px);
}
.rc-coupon__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  font-size: calc(28 / 640 * 456px);
  font-weight: 600;
  border-top-left-radius: calc(16 / 640 * 456px);
  border-top-right-radius: calc(16 / 640 * 456px);
  letter-spacing: calc(2.4 / 640 * 456px);
  margin-top: calc(-4 / 640 * 456px);
  background-color: #06c755;
  border: calc(4 / 640 * 456px) solid #0066e2;
  box-sizing: content-box;
  box-shadow: calc(6 / 640 * 456px) calc(8 / 640 * 456px) 0 #0066e2;
  padding: calc(12 / 640 * 456px) 0;
}
.rc-coupon__text::before {
  content: "";
  display: block;
  height: calc(4 / 640 * 456px);
  background-size: calc(16 / 640 * 456px) calc(4 / 640 * 456px);
  background-repeat: repeat-x;
  width: 95%;
  position: absolute;
  box-sizing: border-box;
  top: calc(-4 / 640 * 456px);
  background-image: linear-gradient(
    to right,
    #0066e2,
    #0066e2 calc(12 / 640 * 456px),
    #ffffff calc(12 / 640 * 456px),
    #ffffff calc(20 / 640 * 456px)
  );
}
.rc-coupon__text > span {
  content: "";
  display: block;
  width: calc(24 / 640 * 456px);
  height: calc(24 / 640 * 456px);
  margin-left: calc(14 / 640 * 456px);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/summer/point/_sp/img/20230601/btn_coupon-arrow-line.png?v=202602100936);
}
.rye-c-search.ecm-search {
  height: calc(90 / 640 * 456px);
  border: calc(4 / 640 * 456px) solid #fa3950;
  border-radius: calc(50 / 640 * 456px);
}
.rye-c-search.ecm-search .ecm-search-input {
  font-size: calc(26 / 640 * 456px);
  text-indent: calc(16 / 640 * 456px);
}
.rye-c-search.ecm-search .ecm-search-input::placeholder {
  color: #b2b2b2;
}
.rye-c-search.ecm-search .ecm-search-submit {
  width: calc(92 / 640 * 456px);
  background-color: #fa3950;
  color: #fff;
  border-top-right-radius: calc(50 / 640 * 456px);
  border-bottom-right-radius: calc(50 / 640 * 456px);
}
.rye-c-search.ecm-search .ecm-search-submit .ecm-icon-search {
  font-size: calc(44 / 640 * 456px);
}
.rye-c-search-keyword {
  height: auto;
  margin: 0 !important;
  padding: calc(12 / 640 * 456px) calc(16 / 640 * 456px);
  border: calc(2 / 640 * 456px) solid #d1d1d1;
  border-radius: calc(64 / 640 * 456px);
  background-color: #d6e9ff !important;
  font-size: calc(24 / 640 * 456px);
  font-weight: 700;
  color: #0050ad !important;
}
.rc-campaignBanner {
  padding: 0 calc(58 / 640 * 456px);
}
.rc-campaignBanner__item:nth-child(n + 2) {
  margin-top: calc(32 / 640 * 456px);
}
.rc-campaignBanner__itemLink {
  display: block;
  width: 100%;
  height: 100%;
}
.rc-campaignBanner__itemImage {
  width: 100%;
}
.rc-participateFlow {
  padding: calc(40 / 640 * 456px) 0 calc(36 / 640 * 456px);
  background-color: #fff;
  border-radius: calc(14 / 640 * 456px);
}
.rc-participateFlow__title {
  text-align: center;
}
.rc-participateFlow__title img {
  width: calc(476 / 640 * 456px);
}
.rc-participateFlow__container {
  text-align: center;
}
.rc-participateFlow__caseText {
  font-size: calc(36 / 640 * 456px);
  font-weight: 600;
  color: #0066e2;
}
.rc-participateFlow__caseText > .-status {
  display: inline-block;
  min-height: calc(40 / 640 * 456px);
  color: #fff;
  font-size: calc(26 / 640 * 456px);
}
.rc-participateFlow__caseText > .-status.-temporaryMember {
  background-color: #2076d1;
  padding: 0 calc(14 / 640 * 456px);
  margin-left: calc(12 / 640 * 456px);
}
.rc-participateFlow__caseText > .-status.-noMember {
  background-color: #9d9d9d;
  margin-right: calc(16 / 640 * 456px);
  padding: 0 calc(24 / 640 * 456px);
  margin-left: calc(12 / 640 * 456px);
}
.rc-participateFlow__caseText > .-status.-mainMember {
  background-color: #ec003c;
  padding: 0 calc(16 / 640 * 456px) 0 calc(14 / 640 * 456px);
  margin-right: calc(14 / 640 * 456px);
}
.rc-participateFlow__icon {
  display: block;
  content: "";
  width: calc(64 / 640 * 456px);
  height: calc(32 / 640 * 456px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #0066e2;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: calc(20 / 640 * 456px) 0;
}
.rc-participateFlow__icon.-mainMember {
  background-color: #ec003c;
}
.rc-participateFlow__note {
  width: 82.64%;
  margin: auto;
  padding: calc(28 / 640 * 456px) 0 calc(24 / 640 * 456px);
  background-color: #ebf3fd;
  text-align: center;
  border-radius: calc(10 / 640 * 456px);
}
.rc-participateFlow__noteContent {
  font-size: calc(24 / 640 * 456px);
  font-weight: 600;
  line-height: 1.384;
}
.rc-participateFlow__noteText {
  font-size: calc(20 / 640 * 456px);
  line-height: 1.35;
}
.rc-participateFlow__note.-others {
  position: relative;
}
.rc-participateFlow__note.-others::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(4 / 640 * 456px);
  background-color: #0066e2;
  position: absolute;
  bottom: calc(-40 / 640 * 456px);
}
.rc-participateFlow__note.-mainMember {
  background-color: #feebf0;
}
.rc-participateFlow__image.-entry {
  width: calc(411 / 640 * 456px);
}
.rc-participateFlow__image.-arrow {
  width: calc(60 / 640 * 456px);
  text-align: center;
}
.rc-participateFlow__image.-item {
  width: calc(401 / 640 * 456px);
}
.rc-participateFlow__annotation {
  font-size: calc(20 / 640 * 456px);
  line-height: 1.35;
}
.rye-p-entry-annotation {
  background-color: #f0f6fd;
}
.rye-p-floating-navi.ecm-floating-navi {
  height: auto;
}
.rye-p-floating-navi.ecm-floating-navi .ecm-floating-navi-item {
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
  border: none;
}
.rye-p-floating-button {
  bottom: calc(526 / 640 * 456px);
}
.lineCouponArea {
  background-color: #ffd547;
  padding: calc(60 / 640 * 456px) 0 calc(68 / 640 * 456px);
}
.itemSearchArea {
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/marathon/_sp/img/20240507/bg_mustBuyArea.png?v=202602100936);
  background-size: cover;
  background-repeat: no-repeat;
  padding: calc(56 / 640 * 456px) 0 calc(64 / 640 * 456px);
}
.itemSearchArea .rye-c-headline img {
  width: calc(521 / 640 * 456px);
}
.featuredItemsArea .rye-c-headline img {
  width: calc(431 / 640 * 456px);
}
.pointCampaignArea {
  background-color: #ffe8e8;
}
.pointCampaignArea .rye-c-headline {
  padding: 0;
  position: relative;
  top: calc(-24 / 640 * 456px);
}
.howToParticipateArea {
  padding: calc(38 / 640 * 456px) 0 calc(72 / 640 * 456px);
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/marathon/_sp/img/20240719/bg_howToParticipateArea.png?v=202602100936);
  background-size: cover;
  background-repeat: no-repeat;
}
.howToParticipateArea .rc-headline {
  padding: 0;
}
.howToParticipateArea .rc-headline img {
  width: calc(580 / 640 * 456px);
}
.howToParticipateArea .step1 {
  margin-top: calc(44 / 640 * 456px);
}
.howToParticipateArea .step2 {
  margin-top: calc(28 / 640 * 456px);
}
.rc-participateFlow__caseText > .-status.-temporaryMember {
  min-height: 0;
  height: 100%;
}
.-status.-noMember {
  min-height: 0;
}
.-status.-mainMember {
  min-height: 0;
}
.rc-participateFlow__caseText {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.rc-coupon.-custom:hover {
  text-decoration: none;
}
.rye-p-floating-button {
  bottom: 32px;
}
.rcEntryButton.rye-c-button--entry.-custum {
  width: 100%;
}
.rcEntryButton.rye-c-button--entry.-custum .rcEntryButton-button {
  font-size: calc(30 / 640 * 456px);
  padding: calc(24 / 640 * 456px) 0;
}
.rcEntryButton.rye-c-button--entry.-custum
  .rcEntryButton-button
  .rcEntryButton-text-icon {
  width: calc(42 / 640 * 456px);
  height: calc(42 / 640 * 456px);
}
.rye-c-button__text--small.-custom {
  font-size: calc(24 / 640 * 456px);
  line-height: 1;
}
.rye-c-text--status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  gap: calc(7 / 640 * 456px);
}
.rye-c-text--status .rye-c-text__status {
  margin-right: calc(4 / 640 * 456px);
  padding: calc(6 / 640 * 456px) calc(14 / 640 * 456px);
  border: calc(2 / 640 * 456px) #000 solid;
  border-radius: calc(8 / 640 * 456px);
  font-size: calc(26 / 640 * 456px);
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.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;
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.rye-c-anim.js-scroll-anim-start.-highLight {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.rc-anchor {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
}
.rc-anchor.-right {
  margin: 22px auto 0;
  width: 25.3125vw;
}
.rc-anchor__item.-right {
  transition: transform 0.3s;
  position: relative;
  width: 100%;
}
.rc-anchor__item.-right:hover {
  opacity: 1;
}
.rc-anchor__text {
  width: 100%;
}
.rc-anchor.-left {
  padding: 32px 60px;
}
.rc-anchor__item.-left {
  height: 57px;
  border-bottom: 1px solid #002896;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  position: relative;
}
.rc-anchor__item.-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-right: 10.38px solid #555;
  border-left: 0;
  right: 0;
}
.rc-anchor__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  border: none;
  background-color: #046bb7;
}
.rc-anchor__link.-left.-custom,
.rc-anchor__text.-left {
  color: #002896;
  font-size: 18px;
  font-weight: 600;
}
.rc-anchor-container {
  width: 502px;
  padding: 32px 40px;
  background-color: #fff;
}
.rc-anchor-container__logo {
  width: 178px;
  margin: 0 auto;
}
.rc-anchor-container__headline {
  width: 392px;
  margin: 9px auto 22px;
}
.rye-c-button.-right {
  border: none;
  background-color: #fff;
  width: 100%;
  border: none;
}
.rc-anchor__flex01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rc-anchor__flex02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rc-anchor__itemImage.-right {
  width: 2.0833333333vw;
}
.rye-c-button__text.-right {
  font-size: 1.4583333333vw;
  color: #0059c5 !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  text-indent: 0.5em;
  font-feature-settings: "palt";
}
.rc-button__icon.-right {
  position: absolute;
  right: 0;
}
.rc-box-left-content {
  width: 25.9895833333vw;
  padding: 2.9166666667vw 3.3072916667vw;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.7291666667vw;
  position: relative;
}
.rc-box-right-content {
  width: 27.8125vw;
  padding: 2.5vw 2.9166666667vw;
  background-color: #fff;
  background: #fff;
  border-radius: 0.8333333333vw;
}
.ecm-kanban.-custom {
  width: 100%;
  max-width: none;
  min-width: auto;
}
.ecm-kanban.-custom .ecm-kanban-image {
  width: 100%;
  margin-left: auto;
  transform: none;
}
.rye-c-kanban-header.-custom {
  text-align: center;
  padding-block: 0;
  width: 456px;
  margin-inline: auto;
}
.terms_box {
  width: 960px;
  margin-inline: auto;
}
.rye-c-image_headline.-left {
  width: 63.8580931264%;
  margin: 0 auto;
}
.rye-c-image_headline.-left img {
  opacity: 0;
}
.rye-c-image_allow {
  width: 2.2916666667vw;
  margin: 0 auto;
  margin-top: 0.4166666667vw;
}
.rye-c-button.-custom {
  min-height: 68.4px;
  padding: 17.1px;
  padding-left: 12px;
  padding-right: 12px;
}
.rye-c-button.-custom .rye-c-button__text {
  font-size: 21.375px;
}
.rye-c-button.-custom.rye-c-button--outlined,
.rye-c-button.-custom.rye-c-button--filled {
  border: 2.85px solid #bf0000;
}
.rye-c-button.-custom {
  padding: calc(24 / 640 * 456px) 0;
  border: calc(4 / 640 * 456px) solid #bf0000;
}
.rye-c-button.-custom .rye-c-button__text {
  font-size: calc(30 / 640 * 456px);
}
.rye-c-button.-custom.rye-c-button--outlined:hover {
  background-color: #fff;
}
.rcEntryButton.rye-c-button--entry.-custom .rcEntryButton-button {
  height: auto !important;
  padding: calc(24 / 640 * 456px) 0;
}
.rcEntryButton.rye-c-button--entry.-sideContent {
  margin-top: 0.8333333333vw;
}
.rcEntryButton.rye-c-button--entry.-sideContent .rcEntryButton-button {
  width: 100%;
  height: 4.359375vw;
  border-radius: 2.4479166667vw;
  font-weight: 700;
  border: 0.12109375vw solid #000;
  box-shadow: 2.325px 4.65px 0 0 #0066e2;
  min-height: 4.1666666667vw;
  line-height: 1;
  font-size: 0.9375vw;
}
.rcEntryButton.rye-c-button--entry.-sideContent
  .rcEntryButton-button
  .rcEntryButton-text-icon {
  display: none;
}
.rc-button__searchItem:hover {
  text-decoration: none;
}
.rc-button__searchItem.-custom:hover {
  opacity: 1;
  background-color: #046bb7;
  border: calc(2 / 640 * 456px) solid #fff;
}
.rc-button__searchItem.-custom:hover .rc-button__searchText {
  color: #fff;
}
.rye-c-button.-right {
  min-height: 0;
}
.rye-c-button__text.-right {
  font-size: 1.0416666667vw;
  font-weight: 600;
}
.rye-c-button__icon.-right {
  position: relative;
  transform: none;
  font-size: 0;
  right: 0;
  top: 0;
  width: 1.9791666667vw;
}
.rye-c-button.-sideContent {
  width: 100%;
  margin-top: 2.9166666667vw;
  border: 0.12109375vw solid #000;
  box-shadow: 2.325px 4.65px 0 0 #0066e2;
  min-height: 4.1666666667vw;
}
.rye-c-button.-sideContent .rye-c-button__text {
  font-size: 0.9375vw;
}
.rcEntryButton.rye-c-button--entry.-custum .rcEntryButton-button {
  min-height: 68.4px;
}
.rye-c-button.-custom {
  min-height: 68.4px;
}
.terms_box {
  background: #fff;
  border: solid 4px #000;
  border-radius: 20px;
  padding: 0 38px;
}
.explain_title {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 -38px;
  transition: opacity 0.3s;
}
.explain_title:hover {
  cursor: pointer;
  opacity: 0.8;
}
.explain_title:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #000;
  width: 39px;
  height: 39px;
  top: 0;
  bottom: 0;
  right: 43px;
  margin: auto;
  border-radius: 100px;
}
.explain_title:after {
  display: none;
}
.explain_title span {
  display: block;
  text-align: center;
  width: 100%;
}
.explain_title span:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -4px;
  bottom: 0;
  right: 57px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: all 600ms ease;
}
.explain_title.js-active span:before {
  transform: rotate(315deg);
  top: 5px;
}
.explain_main {
  padding: 41px 0;
  border-top: 2px solid #000;
  display: none;
}
.explain_logo {
  text-align: center;
  margin: 0 0 30px;
}
.explain_age {
  text-align: center;
  margin: 0 0 30px;
}
.explain_mes {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 27px;
}
.explain_list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 33px;
}
.explain_list_box {
  background: #f6f6f6;
  width: 23.5%;
  padding: 14px 0;
  border-radius: 20px;
}
.explain_list_no {
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: 4px solid #000;
  border-radius: 100px;
  padding: 1px 0;
  margin: 0 12% 16px;
  font-size: 16px;
}
.explain_list_img {
  margin: 0 0 10px;
  padding: 0 5px;
  text-align: center;
}
.explain_list_mes {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.explain_list_mes span {
  color: #ec003c;
}
.explain_list_come {
  text-align: center;
  font-size: 12px;
}
.explain_mes2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 17px;
}
.explain_mes2 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 6px 0 0;
}
.explain_btn a {
  padding: 21px 0;
  width: 340px;
  margin: 0 auto;
  background: #fff;
  display: block;
  text-align: center;
  border: 4px #000 solid;
  border-radius: 100px;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 13px 0px rgba(169, 170, 170, 0.5);
}
.explain_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.explain_list_box:nth-child(n + 3) {
  margin-top: 0;
}
.rye-p-entry-step.-custom {
  gap: 34.2px;
}
.rye-p-entry-step.-custom .rye-p-entry-step__container {
  width: 100%;
  gap: 17.1px;
}
.rye-p-entry-step.-custom .rye-p-entry-step__container:first-of-type::after {
  top: 100%;
  left: 17.1px;
  width: 22.8px;
  height: 28.5px;
}
.rye-p-entry-step.-custom .rye-p-entry-step__number {
  width: 57px;
}
.rc-floating-navi[data-sticky="true"] {
  left: 234px;
  width: 556px;
}
.rc-floating-navi .ecm-floating-navi-item {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .rc-floating-navi {
    display: none;
  }
}
.ecm-floating-navi-container.-custom {
  display: none;
}
.ecm-container.-custom {
  max-width: none;
  min-width: auto;
  padding-left: calc(56 / 640 * 456px);
  padding-right: calc(58 / 640 * 456px);
}
.atentionArea__ttl img {
  width: 180px;
}
.rye-u-mt-4 {
  margin-top: calc(8 / 640 * 456px) !important;
}
.rye-u-mt-8 {
  margin-top: calc(16 / 640 * 456px) !important;
}
.rye-u-mt-12 {
  margin-top: calc(24 / 640 * 456px) !important;
}
.rye-u-mt-14 {
  margin-top: calc(28 / 640 * 456px) !important;
}
.rye-u-mt-16 {
  margin-top: calc(32 / 640 * 456px) !important;
}
.rye-u-mt-20 {
  margin-top: calc(40 / 640 * 456px) !important;
}
.rye-u-mt-24 {
  margin-top: calc(48 / 640 * 456px) !important;
}
.rye-u-mt-28 {
  margin-top: calc(56 / 640 * 456px) !important;
}
.rye-u-mt-32 {
  margin-top: calc(64 / 640 * 456px) !important;
}
.rye-u-mt-36 {
  margin-top: calc(72 / 640 * 456px) !important;
}
.rye-u-mt-40 {
  margin-top: calc(80 / 640 * 456px) !important;
}
.rye-u-mt-52 {
  margin-top: calc(104 / 640 * 456px) !important;
}
.rye-u-fz-12 {
  font-size: calc(24 / 640 * 456px) !important;
}
.rye-u-pt-16 {
  padding-top: calc(32 / 640 * 456px) !important;
}
.rye-u-pl-16 {
  padding-left: calc(32 / 640 * 456px) !important;
}
.rye-u-pl-24 {
  padding-left: calc(48 / 640 * 456px) !important;
}
.rye-u-pl-40 {
  padding-left: calc(40 / 640 * 456px) !important;
}
.rye-u-pr-16 {
  padding-right: calc(32 / 640 * 456px) !important;
}
.rye-u-pr-24 {
  padding-right: calc(48 / 640 * 456px) !important;
}
.rye-u-pr-40 {
  padding-right: calc(80 / 640 * 456px) !important;
}
.rye-u-pb-32 {
  padding-bottom: calc(64 / 640 * 456px) !important;
}
.rye-u-py-20 {
  padding-top: calc(40 / 640 * 456px) !important;
  padding-bottom: calc(40 / 640 * 456px) !important;
}
.text-10px {
  font-size: calc(20 / 640 * 456px) !important;
}
a,
button {
  transition: opacity 0.3s;
}
a:hover,
button:hover {
  opacity: 0.8;
}
.atentionArea__ttl {
  width: 352px;
  margin: 0 auto 36px;
}
.ecm-reward-requirement-container {
  margin: auto 0 auto 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.young_nav li {
  z-index: 0;
}
.ecm-wrap .rl-main-contents .ecm-container.-custom {
  padding-left: 22.4px;
  padding-right: 22.4px;
}
