@charset "UTF-8";

em {
  font-style: normal;
}
.rc-termText {
  text-align: center;
  font-size: 16px;
}
.rc-flowSection {
  text-align: center;
  color: #bf0000;
  font-weight: 600;
  font-size: 16px;
}
.rc-coupon {
  display: inline-block;
  transition: opacity 0.3s;
}
.rc-coupon:hover {
  opacity: 0.8;
  text-decoration: none;
}
.rc-coupon__container {
  height: auto;
  filter: none;
  width: auto;
  transition: all 0.25s;
  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 #0066e2;
  box-shadow: 6px 8px 0 #0066e2;
}
.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: 600;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: auto;
  line-height: 1;
}
.rc-coupon__discount > em {
  font-family: "Rakuten Sans";
  font-size: 96px;
  color: #ff2323;
  margin-right: 10px;
  margin-left: 10px;
  letter-spacing: 1px;
  color: #008400;
  letter-spacing: -1.5px;
  line-height: 116px;
  height: 96px;
}
.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 #0066e2;
  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 #0066e2;
  margin-left: -2px;
}
.rc-coupon__text::before {
  content: "";
  display: block;
  background-image: linear-gradient(
    to bottom,
    #0066e2,
    #0066e2 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__text > span {
  content: "";
  display: block;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/summer/coupon/_pc/img/20230601/btn_coupon-arrow-line.png?v=202305171433);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-top: 14px;
}
.rye-c-search {
  width: 650px;
  margin-inline: auto;
}
.rye-c-search__form.ecm-search {
  width: 100%;
  height: 64px;
  border: 4px solid #fa3950;
  border-radius: 32px;
}
.rye-c-search__form.ecm-search .ecm-search-input {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  text-indent: 16px;
  font-size: 16px;
}
.rye-c-search__form.ecm-search .ecm-search-input::placeholder {
  color: #b2b2b2;
}
.rye-c-search__form.ecm-search .ecm-search-submit {
  width: 68px;
  background-color: #fa3950;
  color: #fff;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  transition: opacity 0.3s;
}
.rye-c-search__form.ecm-search .ecm-search-submit .ecm-icon-search {
  font-size: 28px;
  font-weight: 700;
}
.rye-c-search__form.ecm-search .ecm-search-submit:hover {
  opacity: 0.8;
}
.rye-c-search__keyword {
  height: auto;
  margin-top: 0;
  padding: 9px 26px;
  border: 1px solid #d1d1d1;
  border-radius: 32px;
  background-color: #d6e9ff;
  font-size: 14px;
  font-weight: 700;
  color: #0050ad !important;
  transition: opacity 0.3s;
}
.rye-c-search__keyword:hover {
  background-color: #d6e9ff;
  opacity: 0.8;
}
.rc-textNote {
  font-size: 12px;
  color: #333;
  text-align: center;
}
.rc-campaignBanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 56px;
}
.rc-campaignBanner__item {
  width: calc((100% - 24px) / 2);
}
.rc-campaignBanner__item:nth-child(even) {
  margin-left: 24px;
}
.rc-campaignBanner__item:nth-child(n + 3) {
  margin-top: 32px;
}
.rc-campaignBanner__itemLink {
  display: block;
  height: 100%;
  transition: opacity 0.3s;
}
.rc-campaignBanner__itemLink:hover {
  opacity: 0.6;
}
.rc-campaignBanner__itemImage {
  width: 100%;
}
.rc-participateFlow {
  padding: 32px 0;
  width: 960px;
  background-color: #fff;
  border-radius: 10px;
}
.rc-participateFlow__title {
  width: 892px;
  margin: 0 auto;
}
.rc-participateFlow__wrapper {
  display: flex;
  justify-content: space-around;
}
.rc-participateFlow__container {
  text-align: center;
  position: relative;
}
.rc-participateFlow__container.-mainMember::before {
  content: "";
  display: block;
  width: 2px;
  height: 330px;
  position: absolute;
  background-color: #0066e2;
  left: -48px;
}
.rc-participateFlow__container.-step2 {
  display: flex;
  justify-content: space-around;
}
.rc-participateFlow__caseText {
  font-size: 20px;
  font-weight: 600;
  color: #0066e2;
  line-height: 1.8;
}
.rc-participateFlow__caseText > .-status {
  color: #fff;
}
.rc-participateFlow__caseText > .-status.-temporaryMember {
  background-color: #2076d1;
  padding: 1px 13px;
  margin-left: 6px;
}
.rc-participateFlow__caseText > .-status.-noMember {
  background-color: #9d9d9d;
  margin-right: 8px;
  padding: 2px 7px 2px 6px;
  margin-left: 6px;
}
.rc-participateFlow__caseText > .-status.-mainMember {
  background-color: #ec003c;
  padding: 2px 15px 2px 13px;
  margin-right: 7px;
}
.rc-participateFlow__icon {
  display: block;
  content: "";
  width: 20px;
  height: 11px;
  -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: 12px 0;
}
.rc-participateFlow__icon.-mainMember {
  background-color: #ec003c;
}
.rc-participateFlow__iconNext {
  width: 936px;
  text-align: center;
}
.rc-participateFlow__note {
  width: 337px;
  margin: auto;
  padding: 16px 0;
  background-color: #ebf3fd;
  text-align: center;
  border-radius: 10px;
}
.rc-participateFlow__noteContent {
  font-size: 16px;
  font-weight: 600;
}
.rc-participateFlow__noteText {
  font-size: 14px;
}
.rc-participateFlow__note.-mainMember {
  background-color: #feebf0;
  padding: 16px 20px;
}
.rc-participateFlow__image.-entry {
  width: 362px;
}
.rc-participateFlow__image.-item {
  width: 423px;
}
.rc-participateFlow__annotation {
  font-size: 14px;
  line-height: 1.286;
  color: #4d4d4d;
}
.rye-p-entry-annotation {
  width: 775px;
  margin-inline: auto;
  background-color: #f0f6fd;
  box-sizing: content-box;
}
.rye-p-floating-navi.ecm-floating-navi-container {
  left: 50%;
  width: 960px;
  transform: translateX(-50%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.rye-p-floating-navi .ecm-floating-navi-item {
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
  border: none;
  transition: opacity 0.3s;
}
.rye-p-floating-navi .ecm-floating-navi-item:hover {
  opacity: 0.8;
}
.lineCouponArea {
  max-width: 1920px;
  margin-inline: auto;
  background-color: #ffd547;
  padding: 32px 0 58px;
  text-align: center;
}
.itemSearchArea {
  max-width: 1920px;
  margin-inline: auto;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/marathon/_pc/img/20240507/bg_itemSearchArea.png?v=202404191624);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0;
}
.featuredItemsArea {
  max-width: 1920px;
  margin-inline: auto;
  padding: 56px 0 62px;
}
.pointCampaignArea {
  max-width: 1920px;
  margin-inline: auto;
  background-color: #ffe8e8;
}
.pointCampaignArea > .rye-c-headline {
  text-align: center;
  background: linear-gradient(
    180deg,
    #fa3950 0%,
    #fa3950 150px,
    #ffe8e8 150px,
    #ffe8e8 100%
  );
  position: relative;
}
.pointCampaignArea > .rye-c-headline::before {
  content: "";
  display: block;
  width: 30px;
  height: 13px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fa3950;
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
}
.pointCampaignArea > .rye-c-headline > img {
  position: relative;
  top: -28px;
}
.howToParticipateArea {
  max-width: 1920px;
  margin-inline: auto;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/marathon/_pc/img/20240719/bg_howToParticipateArea.png?v=202406251433);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 0 98px;
}
.howToParticipateArea .rye-c-button {
  padding: 11px 0;
}
