@charset "UTF-8";

.rye-c-headline {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.rye-c-headline.-pickup::after {
  content: "";
  display: block;
  border-bottom: 6px solid #ffd26b;
  border-radius: 3px;
  width: 500px;
  margin: 0 auto;
  margin-top: 8px;
}
.boldLineBlock {
  border: solid 4px #333 !important;
  border-radius: 12px !important;
  width: 960px !important;
  box-sizing: border-box;
}
.boldLineBlock__table {
  margin-top: 94px;
  width: 100%;
  background-color: #fff;
  box-shadow: 6px 0 5px rgba(0, 0, 0, 0.02), 0 6px 5px rgba(0, 0, 0, 0.02),
    -6px 0 5px rgba(0, 0, 0, 0.02), 0 -6px 5px rgba(0, 0, 0, 0.02);
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: solid 1px #dadada;
  border-left: solid 1px #dadada;
}
.boldLineBlock__table td {
  border-top: solid 1px #dadada;
  border-right: solid 1px #dadada;
}
.boldLineBlock:hover {
  cursor: auto;
  opacity: 1;
}
.blockService,
.blockKind,
.blockMember,
.blockBlow,
.blockCheck {
  text-align: center;
  padding: 16px 10px;
  box-sizing: border-box;
  font-size: 13px;
}
.blockService.blockHead,
.blockKind.blockHead,
.blockMember.blockHead,
.blockBlow.blockHead,
.blockCheck.blockHead {
  font-weight: bold;
  font-size: 18px;
}
.blockService img,
.blockKind img,
.blockMember img,
.blockBlow img,
.blockCheck img {
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}
.blockService {
  width: 140px;
}
.blockService > div + div {
  margin-top: 18px;
}
.blockKind {
  width: 100px;
}
.blockKind__icon {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #ec003c;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  padding: 0 14px;
  box-sizing: border-box;
}
.blockMember {
  width: 434px;
}
.blockMember a {
  color: #000 !important;
}
.blockMember a span {
  color: #ec003c !important;
}
.blockMember a:hover,
.blockMember a:visited {
  color: #000 !important;
  text-decoration: underline !important;
}
.blockMember a:hover span,
.blockMember a:visited span {
  color: #ec003c !important;
  text-decoration: underline !important;
}
.blockMember__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.blockMember__txt--books {
  font-size: 16px;
}
.blockMember__txt--books .blockMember__txtStrong {
  font-size: 18px;
}
.blockMember__txtStrong {
  color: #ec003c !important;
  display: inline-block;
}
a:hover .blockMember a span,
a:visited .blockMember a span {
  color: #ec003c !important;
}
.blockBlow {
  width: 100px;
  position: relative;
  background-color: #2076d1;
  border-right: none;
}
.blockBlow > img {
  position: absolute;
  bottom: 19px;
  right: 0;
}
.blockBlow--a {
  background-color: #ec003c;
}
.blockBlow--a > img {
  right: 1px;
}
.blockCheck {
  width: 100px;
}
.accordionBody {
  padding: 0 0 28px 0 !important;
  width: 92.71%;
  margin: 0 auto;
  text-align: center;
}
.accordionHead {
  padding: 31px 0 !important;
  transition: opacity 0.3s;
}
.accordionHead > span {
  background: url(https://r.r10s.jp/evt/event/young/guide/privilege/_pc/img/20230331/slide_icon-plus.png?v=202304061614)
    0 0 / contain no-repeat !important;
  top: 0 !important;
  right: 273px !important;
}
.accordionHead:hover {
  opacity: 0.8;
}
.js-active > span {
  background: url(https://r.r10s.jp/evt/event/young/guide/privilege/_pc/img/20230331/slide_icon-minus.png?v=202304061614)
    0 0 / contain no-repeat !important;
  transform: rotate(0deg) !important;
}
.pickup {
  background-color: #fec;
  padding: 64px 0 80px;
  margin-top: 48px;
  position: relative;
}
.pickup::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 130px solid rgba(0, 0, 0, 0);
  border-right: 130px solid rgba(0, 0, 0, 0);
  border-top: 72px solid #fec;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.pickup__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pickup__listItem {
  background-color: #fff;
  border: 4px solid #333;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  height: 230px;
  width: 468px;
  justify-content: space-evenly;
}
.pickup__listItem:nth-of-type(even) {
  margin-left: 24px;
}
.pickup__listItem:nth-of-type(n + 3) {
  margin-top: 24px;
}
.pickup__listItem--contents {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 16px;
  width: 242px;
}
.pickup__listItem--iconWrap {
  align-items: center;
  display: flex;
  width: 175px;
  justify-content: center;
}
.pickup__listItem--store {
  background-color: #ffe5e5;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  color: #b61f22;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.pickup__listItem--text {
  margin: 0 auto;
}
.pickup__listItem--text.-ichiba {
  width: 182px;
  margin: 25px auto 12px;
}
.pickup__listItem--text.-books {
  width: 194px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.pickup__listItem--text.-music {
  width: 182px;
  margin: 24px auto 20px;
}
.pickup__listItem--text.-fashion {
  width: 197px;
  margin: 32px auto 24px;
}
.pickup__listItem--link {
  color: #0783c2 !important;
  font-weight: bold;
  font-size: 14px;
}
.register {
  background-color: #ffde99;
  padding: 157px 0 80px;
}
.register__infoWrap {
  padding: 40px 0;
}
.register__info {
  background-color: #fff;
  margin-top: 40px;
  border-radius: 12px;
}
.register__info--ttl {
  position: relative;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: 0.2em;
}
.register__info--ttl::before {
  content: "i";
  background-color: #333;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 20px;
  text-align: center;
  top: 60%;
  transform: translateY(-50%);
  letter-spacing: 0;
  left: 0px;
}
.register__info--ttl::after {
  content: "";
  display: inline-block;
  width: 224px;
  height: 6px;
  border-bottom: 6px solid #fec;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}
.register__info--ttl > span {
  margin-left: 40px;
}
.register__list {
  width: 460px;
  margin: 0 auto;
  margin-top: 32px;
}
.register__listItem {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.6;
}
.register__listItem > span {
  content: "";
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #ffc338;
  margin-right: 9px;
}
.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 #008400;
  box-shadow: 6px 8px 0 #008400;
}
.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 #008400;
  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 #008400;
  margin-left: -2px;
}
.rc-coupon__text > * {
  transition: all 0.25s;
}
.rc-coupon__text::before {
  content: "";
  display: block;
  background-image: linear-gradient(
    to bottom,
    #008400,
    #008400 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-button--modal {
  width: 231px;
  height: 46px;
  margin-top: 12px;
  padding: 16px 32px;
  transition: opacity 0.3s;
}
.rye-c-button--modal .rye-c-button__icon {
  right: 12px;
  font-size: 16px;
}
.rye-c-button--modal .rye-c-button__text {
  font-size: 16px;
}
.rye-c-modal .ecm-modal-content-wrapper {
  width: 960px;
  max-width: none;
}
.rye-c-modal .ecm-modal-content {
  position: relative;
  padding: 56px 0;
  border: 4px solid #333;
  border-radius: 12px;
}
.rye-c-modal .ecm-modal-title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
}
.rye-c-modal .ecm-modal-close {
  top: 62px;
  right: 57px;
  width: 34px;
  height: 34px;
  box-shadow: none;
  background-color: #000;
}
.rye-c-modal .ecm-modal-close .ecm-modal-close-icon {
  font-size: 16px;
  color: #fff;
}
.rye-c-modal__contentsList {
  display: flex;
  flex-direction: column;
  width: 407px;
  margin: 0 auto;
}
.rye-c-modal__contentsText {
  position: relative;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
}
.rye-c-modal__contentsText::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffc338;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -17px;
}
.rye-c-modal__contentsLink {
  font-size: 16px;
  text-decoration: underline;
  color: #0783c2 !important;
}
.rye-c-modal--point .rye-c-modal__contentsList {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.rye-c-modal--point .rye-c-modal__contentsItem {
  text-align: center;
}
.rye-c-modal--point .rye-c-modal__contentsItem:nth-of-type(2) {
  margin-left: 57px;
  margin-right: 53px;
}
.rye-c-modal--point .rye-c-modal__contentsText {
  font-size: 32px;
  text-align: center;
  margin-top: 32px;
}
.rye-c-modal--point .rye-c-modal__contentsText > span {
  font-size: 24px;
}
.rye-c-modal--point .rye-c-modal__contentsText::before {
  content: none;
}
