@charset "UTF-8";
/*================================================

【楽天市場】楽天市場初めて＆15～25歳の方限定！総額5,000円OFFクーポン

=================================================*/
.main__contents .ecm-container{
  min-width: initial;
  padding: 0 16px;
}

/*-------------------------------------------------

[font]

-------------------------------------------------*/
@import url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/fonts/RakutenSansJP_W_Bold/RakutenSansJP_W_Bold.css);
@import url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/fonts/RakutenSansJP_W_Medium/RakutenSansJP_W_Medium.css);
@import url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/fonts/RakutenSansJP_W_Regular/RakutenSansJP_W_Regular.css);

.cnt-font-rakuten-regular {
  font-family: "RakutenSansJP_W_Regular","RakutenSansJP2_W-Regular";
}

.cnt-font-rakuten-medium {
  font-family: "RakutenSansJP_W_Medium","RakutenSansJP2_W-Medium";
}

.cnt-font-rakuten-bold {
  font-family: "RakutenSansJP_W_Bold","RakutenSansJP2_W-Bold";
  font-weight: bold;
}

.cnt-font-18 {
  font-size: 18px;
}
.cnt-font-20 {
  font-size: 20px;
}


/*-------------------------------------------------

main__contents

-------------------------------------------------*/

.main__contents {
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_pc/img/20250801/pc_contents_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #d8d1ff;
  /* overflow: hidden; */
    clip-path: inset(0);
}
.main__contents:before {
  display: block;
  content: "";
  object-fit: cover;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_pc/img/20250801/pc_contents_bg.jpg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #d8d1ff;
}



.main__contents--content {
  position: relative;
  width: min(375px, 50%);
  transform: translateX(50vw);
  background-color: #fff;
  min-height: 906px;
  transform: translateX(calc(50vw - 187.5px));
box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.15);
}


/*-------------------------------------------------

paragragh[preset]

-------------------------------------------------*/
.note-paragragh {
  padding-left: 1em;
  text-indent: -1em;
}

.note-period {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}
.note-period  span{
  font-size: 14px;
}

/*-------------------------------------------------

heading[preset]

-------------------------------------------------*/
.heading-default {
  position: relative;
  font-family: "RakutenSansJP_W_Bold","RakutenSansJP2_W-Bold";
  font-weight: bold;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.heading-default > img {
  margin-bottom: 16px;
}

.heading-step {
  position: relative;
  margin-bottom: 16px;
}
.heading-step > img {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
}
.heading-step > span {
  box-sizing: border-box;
  padding-top: 18px;
}
.heading-step .heading-step-em {
  color: #b32fff;
}
.heading-step .heading-step-em .number {
  font-size: 150%;
}

.heading-schedule > img {
  width: 129px;
  height: auto;
}

.heading-lineshare > img {
  width: 129px;
  height: auto;
}

.heading-image > img {
  width: 129px;
  height: auto;
}

.heading-image-search > img {
  width: 134.5px;
  height: auto;
}

.heading-qa > img {
  width: 114.5px;
  height: auto;
}

.heading-lineshare > img {
  width: 129px;
  height: auto;
}

.accordion-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}
.accordion-heading span {
  flex: 1 1 auto;
  margin-left: -16px;
}

/*-------------------------------------------------

animation[keyframes]

-------------------------------------------------*/
@keyframes kanban_h1 {
  0% {
    opacity: 0;
    scale: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes fuwafuwa1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.anime-fuwafuwa1 {
  animation: 3s fuwafuwa1 infinite;
  animation-delay: 1.5s;
}

.anime-fuwafuwa2 {
  animation: 3s fuwafuwa2 infinite;
  animation-delay: 1.5s;
}

.fadein {
  opacity: 0;
  transition: 0.5s;
}

.fadein.on {
  opacity: 1;
  transform: translate(0, 0);
}

.fade_up {
  transform: translate(0, 40px);
}

/*-------------------------------------------------

ecm-floating[ecm]

-------------------------------------------------*/
.cnt-floating-rightNavi {
  transform: translateX(calc(50vw + 235px));
}
.cnt-floating-rightNavi.-hidden {
  opacity: 0;
}

.cnt-floating-menu-rightNavi .ecm-floating-nav-pill {
  font-size: 18px;
  color: #333333;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 8px 12px;
  max-width: 280px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.cnt-floating-menu-rightNavi .ecm-floating-nav-pill[data-in-viewport=true] {
  background-color: #a3ebdb;
}

/*-------------------------------------------------

ecm-button[ecm]

-------------------------------------------------*/
.ecm-button-step {
  color: #bf0000 !important;
  border-radius: 25px;
  border: 1px solid #bf0000;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
}
.ecm-button-step > i {
  font-size: 10px;
  font-weight: normal;
}

/*-------------------------------------------------

rcEntryButton[ecm]

-------------------------------------------------*/
.step__container .rcEntryButton .rcEntryButton-button {
  background: linear-gradient(-127deg, #b69cff 0%, #e478ff 100%);
  border: 1px solid #000000;
}
.step__container .rcEntryButton.rcEntryButton-status--closed .rcEntryButton-button {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.step__container .rcEntryButton.rcEntryButton-status--before .rcEntryButton-button {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.step__container .rcEntryButton.rcEntryButton-status--entered .rcEntryButton-button {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.step__container .rcEntryButton.rcEntryButton-status--loading .rcEntryButton-button {
  background: #bf0000;
  border: 1px solid #bf0000;
}
.step__container .rcEntryButton.rcEntryButton-status--selected .rcEntryButton-button {
  background: #ebf7ec;
  border-color: #069907;
}
.step__container .rcEntryButton.rcEntryButton-status--notfound .rcEntryButton-button {
  background: #bf0000;
  border: 1px solid #bf0000;
}
.step__container .rcEntryButton.rcEntryButton-status--applied .rcEntryButton-button {
  background: #ebf7ec;
  border-color: #069907;
}

/*-------------------------------------------------

d-grid[ecm]

-------------------------------------------------*/
.button-grid > a img {
  border-radius: 1.2vw;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
}

.qr-grid .qr-grid-inner img {
  width: 100%;
}

/*-------------------------------------------------

kanban[BEM]

-------------------------------------------------*/

.kanban {
  position: relative;
  background-color: #cefdf3;
}
.kanban:after {
  display: block;
  content: "";
  width: 100%;
  height: 21.5px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/20260507/_cmn/img/kanban_bottom.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.kanban .kanban__item {
  position: absolute;
}

.kanban .kanban__item1 {
  left: 2.25px;
  top: 34.5px;
  width: 44.5px;
  height: auto;
}
.kanban .kanban__item2 {
  right: 6px;
  top: 11.5px;
  width: 56px;
  height: auto;
}
.kanban .kanban__item3 {
  right: 11px;
  top: 162px;
  width: 53.5px;
  height: auto;
}
.kanban .kanban__item4_a {
  left: 44.5px;
  top: 326px;
  width:33.5px;
  height: auto;
  z-index: 3;
}
.kanban .kanban__item4_b {
  left: 81px;
  top: 322px;
  width: 38px;
  height: auto;
  z-index: 2;
}
.kanban .kanban__item4_c {
  left:122.5px;
  top: 333.5px;
  width: 37px;
  height: auto;
  z-index: 2;
}
.kanban .kanban__h1 {
  height: 0;
  overflow: hidden;
}
.kanban .kanban__mainText {
  position: absolute;
  left: 0;
  top: 43px;
  height: auto;
}
.kanban .kanban__mainText--price {
  position: absolute;
  top: 91px;
  left: 76.5px;
  width: 187.5px;
  animation: 0.5s kanban_h1 0.7s linear forwards;
  opacity: 0;
}
.kanban .kanban__targetText {
  position: absolute;
  left: 23.5px;
  top: 485px;
  font-size: 14.1px;
  font-weight: bold;
  color: #333333;
}
.kanban .kanban__leadBox {
  width: 338px;
  height: 125px;
  background-color: rgba(137, 226, 206,0.4);
  border-radius: 16px;
  padding:18px 9px 9px;
  position: absolute;
  left: 18px;
  top: 237.5px;
  color:#333333;
}

.kanban .kanban__leadBox .kanban__coupon_img{
  width: 314.5px;
  margin: -28px auto 0;
}
.kanban .kanban__leadBox .lead_alt{
  width: 50%;
  margin-left: auto;
  margin-top: 8px;
    font-size:10px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}
.kanban .kanban__leadBox .lead_alt span{
    color:#bf0000;
}
.kanban .kanban_next-data{
  text-align: center;
  font-size:13px;
  font-weight: bold;
  padding-bottom: 1em;
}

/*-------------------------------------------------

article

-------------------------------------------------*/
.article[data-layout] {
  position: relative;
}

.article-step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 20px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/article-step_after.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
}

.article-schedule {
  background-color: #cefdf3;
}
.article-schedule::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 20px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/article-schedule_after.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
}

.article-image {
  background-color: #ecfffb;
}
.article-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/article-image_after.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
}

.article-qa::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 222.5px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/article-qa_before.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.article-ranking {
  background-color: #9bffe8;
}
.article-ranking::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/20260507/_cmn/img/article-ranking_after.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
}


.article-search {
  background-color: #cefdf3;
}
.article-search::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/20260507/_cmn/img/article-search_after.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
}

.article-lineshare {
  background-color: #ddffeb;
}
.article-lineshare::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/article-lineshare_before.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
}

.article-tabs {
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20260507/article-tab_bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: #e9d1f7;
}

.article-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 20px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20260507/article-tab_after.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
}

/*-------------------------------------------------

section

-------------------------------------------------*/
.section-image-search {
  background-color: #a1eddd;
}

/*-------------------------------------------------

step[BEM]

-------------------------------------------------*/
.step {
  position: relative;
  background-color: #e9d1f7;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/step_bg_star.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 32px 16px 64px;
}
.step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0;
  border-color: #ffffff transparent transparent;
}
.step .step__after--arrow {
  margin-bottom: 36px;
}
.step .step__after--arrow::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/icon_arrow.png);
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 49px;
  height: 47px;
  z-index: 1;
}
.step .step__container {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  box-shadow: 4px 8px 0px 2px #cefdf3;
  padding: 48px 16px 40px;
}
.step .step__icon {
  position: absolute;
  left: -10px;
  top: -24px;
  width: 78px;
  height: 78px;
}
.step .step__heading {
  font-size: 16px;
  font-weight: bold;
}
.step .step__container--present {
  position: relative;
  padding: 20px 0;
}
.step .present-leadText {
  position: relative;
  padding-bottom: 40px;
}
.coupon_tab .present-leadText .present-paragragh {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
  font-size: 21px;
  color: #333333;
  font-family: "RakutenSansJP_W_Bold","RakutenSansJP2_W-Bold";
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.coupon_tab  .present-leadText .present-paragragh span {
  font-size: 70%;
}
.coupon_tab .present-leadText .present-image-coupon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 144.5px;
}

.linkText-grid a {
  padding: 0 8px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.linkText-grid > * + * {
  border-left: 1px solid #333333;
}

/*-------------------------------------------------

schedule[BEM]

-------------------------------------------------*/
.schedule {
  border-radius: 20px;
  border: 1px solid #000;
  background-color: #ffffff;
  margin: 0 16px 20px;
  box-shadow: 4px 8px 0px 2px #e9d1f7;
}
.schedule .schedule__title {
  font-size: 16px;
  font-weight: bold;
  color: #bf0000;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #000;
  font-family: "RakutenSansJP_W_Medium","RakutenSansJP2_W-Medium";
}
.schedule .schedule__item {
  padding: 12px;
  background-color: #f4fffd;
  border-radius: 0 0 20px 20px;
}
.schedule .schedule__item .icon_num{
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #008d6d;
    background-color: #ffffff;
    font-family: "RakutenSansJP_W_Bold","RakutenSansJP2_W-Bold";
    font-weight: bold;
    color:#008d6d;
    font-size:18px;
    width: 1.39em;
    height: 1.39em;
    border-radius: 1.39em;
}

.schedule__coupon-title{
    font-family: "RakutenSansJP_W_Medium","RakutenSansJP2_W-Medium";
    text-align: center;
    color:#333333;
    font-weight: bold;
    /* background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/coupon_title_deco.png); */
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position:top center ;
    margin-top: -30px;
    margin-bottom: 11px;
    padding-top: 0.4em;
}



.schedule .schedule__item .schedule__dl {
  margin: 0;
  display: flex;
  padding: 12px 0 4px;
}

.schedule .schedule__item  .schedule__dl:first-child{
  position: relative;
  z-index: 2;
  padding-top: 0;
}
.schedule .schedule__item  .schedule__dl:first-child::before{
  display: block;
  content: "";
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
  width: 100%;
  box-sizing: content-box;
  padding: 12px 12px 0;
  margin: -12px -12px 0;
  height: 99px;
  background-color: #ffffff;
}

.schedule .schedule__item .schedule__dl:last-child {
  padding-bottom: 0;
  background-image: none;
}


.schedule .schedule__item .schedule__dt {
  margin-right: 16px;
}

.schedule .schedule__item .schedule__dt > img {
  max-width: 92px;
  width: 92px;
}
.schedule .schedule__item .schedule__dd {
  flex: 1 1 auto;
  margin: 0;
}

.schedule .schedule__item .schedule__dd .authenticated-text{
    font-weight: bold;
    text-align: center;
    line-height:92px ;
}

.schedule .schedule__item .schedule__dd--coupon {
  position: relative;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/schedule_coupon_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 214px;
  padding-top: 56px;
}
.schedule .schedule__item .schedule__dd--coupon .icon_num{
    position: absolute;
    top: -0.7em;
    left: -0.7em;
}

.schedule .schedule__item .schedule__dd--coupon + * {
  margin-top: 8px;
}

.schedule .schedule__item .schedule__dd--coupon .schedule__dd--couponInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-family: "RakutenSansJP_W_Regular","RakutenSansJP2_W-Regular";
}
.schedule .schedule__item .schedule__dd--coupon .schedule__dd--couponInner .strong {
  font-family: "RakutenSansJP_W_Bold","RakutenSansJP2_W-Bold";
  font-weight: bold;
}
.schedule .schedule__item .schedule__dd--coupon .schedule__dd--couponInner .number {
  font-size: 150%;
}


.schedule .schedule__item .schedule__dd--usage {
  margin-left: -61px;
  background-color: #ffe5ec;
  color: #bf0000;
  font-family: "RakutenSansJP_W_Medium","RakutenSansJP2_W-Medium";
  font-size: 12px;
  text-align: center;
  padding: 4px 0;
}
.schedule .schedule__item .schedule__dd--usage > span {
  font-size: 19px;
}
.schedule .schedule__item--top {
  background-color: #ffe5ec;
  border-radius: 0 0 0px 0px;
  border-bottom: 1px solid #000;
}
.schedule .schedule__item--top .schedule__dl {
  background-image: none;
  padding: 0;
}
.schedule .schedule__item--top .schedule__dt {
  margin-right: 0px;
}

.schedule_season_divide{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background-color: #008d6d;
    height:1.875em ;
    padding: 0 0.5em;
    font-size:16px;
    font-family: "RakutenSansJP_W_Medium","RakutenSansJP2_W-Medium";
    color:#ffffff;
}

.schedule_season_divide > span{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.schedule_season_divide + .schedule__dl{
    margin-top: 12px !important;
}

@media screen and (max-width: 320px) {
  .schedule .schedule__item .schedule__dd--coupon.-double::after,
  .schedule .schedule__item .schedule__dd--coupon.-triple::after {
    top: 50%;
    right: -1.2em;
    width: 18px;
    height: 18px;
  }
}

.schedule_ninsho{
  display: flex;
  flex-direction:row ;
  align-items: center;
  justify-content:start ;
  padding: 20px 16px 64px;
  position: relative;
}
.schedule_ninsho::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20240820/icon_arrow.png);
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 49px;
  height: 47px;
  z-index: 1;
}


.schedule_ninsho ._img{
  width: 92px;   
}
.schedule_ninsho ._txt{
  margin-left: 1em;
  font-size:18px;
  font-weight: bold;
  color:#333333;
  font-weight: bold;
}

@media screen and (max-width: 320px) {
  .schedule .schedule__item .schedule__dd--coupon.-double::after,
  .schedule .schedule__item .schedule__dd--coupon.-triple::after {
    top: 50%;
    right: -1.2em;
    width: 18px;
    height: 18px;
  }
}

/*-------------------------------------------------

ranking[

-------------------------------------------------*/


#ranking .ecm-du-ranking-pc{
  width: 100%;
}


#ranking .ecm-du-ranking-pc .ecm-du-ranking-header-title{
  font-size:14px ;
}

#ranking .ecm-du-ranking-pc .ecm-rank-wrap>div{
  overflow-x: hidden;
  overflow-y: auto;
  min-height:240px;
}
#ranking #rnkGenreTabBase{
  width:calc(100% + 32px) ;
  margin: 0 -16px;
  overflow: hidden;
}
#ranking #rnkDailyGenreTabs{
  width:calc(100% + 40px) ;
  padding: 0 0 0 16px;
}
#ranking .ecm-du-ranking-pc .ecm-du-ranking-genre-tab-display{
  width: calc(100% + 60px);
}
#ranking .ecm-du-ranking-pc .ecm-rank-tab-prev-btn{
  left:0;
}
#ranking .ecm-du-ranking-pc .ecm-rank-tab-next-btn{
  right: 36px;
}


.ranking_alt{
  padding: 14px 11px;
  margin: 0;
  background-color: #eeeeee;
  font-size: 12px;
}
.ranking_alt p{
  padding-left: 1em;
  text-indent: -1em;
}

.ecm-du-ranking-pc .ecm-rank-link-prev, .ecm-du-ranking-pc .ecm-rank-link-next{
    top: calc(42% - 16px)!important;
    width: 28px!important;
    height: 28px!important;
}

.ecm-du-ranking-pc .ecm-rank-link-prev-btn, .ecm-du-ranking-pc .ecm-rank-link-next-btn{
    font-size: 16px!important;
}


/*-------------------------------------------------

ecm-search[ecm]

-------------------------------------------------*/
.ecm-search-image-search {
  border-radius: 22px;
  border: 1px solid #000;
  overflow: hidden;
  height: 45px;
}
.ecm-search-image-search .ecm-search-submit {
  background-color: #b36fda;
  width: 45px;
  box-sizing: border-box;
  padding: 0;
}
.ecm-search-image-search .ecm-search-submit .ecm-icon-search {
  font-size: 24px;
}

/*-------------------------------------------------

ecm-accordion[ecm]

-------------------------------------------------*/
.ecm-accordion-image-search .ecm-accordion-trigger {
  background-color: #ffecb5;
  border-radius: 25px 25px 0 0;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
.ecm-accordion-image-search .ecm-accordion-trigger span {
  width: 100%;
}
.ecm-accordion-image-search .ecm-accordion-panel {
  background-color: #fffeec;
  border: 1px solid #000000;
  border-top: none;
  border-radius: 0 0 25px 25px;
}
.ecm-accordion-image-search .ecm-accordion-panel-inner {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.ecm-accordion-image-search .ecm-accordion-panel-inner:first-child {
  padding-top: 12px;
}
.ecm-accordion-image-search .ecm-accordion-panel-inner:not(:last-child)::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/icon_arrow.png);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 49px;
  height: 47px;
  z-index: 1;
}
.ecm-accordion-image-search .ecm-accordion-panel-inner + * {
  border-top: 1px solid #000;
}

.ecm-accordion-qa {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}
.ecm-accordion-qa .ecm-accordion-item {
  flex: 1 1 auto;
  width: 100%;
  border-bottom: none;
}
.ecm-accordion-qa .ecm-accordion-trigger {
  background-color: #fff;
  border-radius: 25px 25px 0 0;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
}
.ecm-accordion-qa .ecm-accordion-panel {
  background-color: #e6faf6;
  padding: 16px 12px;
  border-radius: 0 0 25px 25px;
  border: 1px solid #000;
  border-top: none;
}

/*-------------------------------------------------

ecm-button[ecm]

-------------------------------------------------*/
.ecm-button-lineshare {
  width: 205px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #06c755;
  border-radius: 8px;
  border: 1px solid #000;
  box-shadow: 4px 4px 0px 2px #e9d1f7;
}
.ecm-button-lineshare:hover {
  background-color: #06c755;
  opacity: 0.8;
}

/*-------------------------------------------------

coupon_image[BEM]

-------------------------------------------------*/
.dt__top_ttl{
  text-align: center;
  color:#333333;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dt__top_ttl span{
  color:#bf0000;
}


.coupon_image__dl {
  /* padding: 0 16px; */
  margin: 16px 0 0;
    /* background-color: #fff;
  border-radius: 20px;
  border: 1px solid #000000;
  box-shadow: 4px 8px 0px 2px #a1eddd;
  padding: 8.5vw 6.4vw; */
}
.coupon_image__dl .coupon_image__dl--dt {
  position: relative;
  width: 260px;
  padding-top: 64px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/coupon_image_dt_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin:0 auto 12px;
}
.coupon_image__dl .coupon_image__dl--dt.-double {
  position: relative;
  width: 296.5px;
  padding-top: 78.5px;

  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/20260507/_cmn/img/coupon_image_dt_w_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin:0 auto 12px;
}
.coupon_image__dl .coupon_image__dl--dt .dt__inner {
  font-family: "RakutenSansJP_W_Regular";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 15px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-align: center;
}
.coupon_image__dl .coupon_image__dl--dt.-double .dt__inner {
  height: calc(100% - 12.5px);

}
.coupon_image__dl .coupon_image__dl--dt .dt__inner .strong {
  font-size: 18px;
  font-family: "RakutenSansJP_W_Bold","RakutenSansJP2_W-Bold";
  font-weight: bold;
}
.coupon_image__dl .coupon_image__dl--dt .dt__inner .strong > em {
  font-size: 150%;
  font-style: normal;
}

.coupon_image__dl .coupon_image__dl--dd .dt__sub {
  font-size: 12px;
  text-align: center;
  margin:0 16px 1em;
}
.coupon_image__dl .coupon_image__dl--dd .dt__sub span{
  color:#bf0000;
}


.coupon_image__dl .coupon_image__dl--dd{
    margin-left: 0;
}

.coupon_image__dl .coupon_image__dl--dd  .dd__wrap{
    margin-left: 0;
    background-color: #eefffb;
    padding:32px 16px 32px;
    border-radius:0 0 20px 20px;

}
.coupon_image__dl .coupon_image__dl--dd  .dd__wrap_ttl{
  text-align: center;
  color:#008d6d;
  font-weight: bold
  ;
  margin-bottom: 1em;
}

.coupon_image__dl .dd__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon_image__dl .dd__inner .dd__inner--imageBox {
  width: 120px;
  margin-right: 16px;
}
.coupon_image__dl .dd__inner .dd__inner--textContainer {
  width: calc(100% - 136px);
}
.coupon_image__dl .dd__text--itemName {
  font-size: 16px;
  text-align: center;
}
.coupon_image__dl .dd__text--oldPrice {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
.coupon_image__dl .dd__text--oldPrice > span {
  font-size: 80%;
}
.coupon_image__dl .dd__text--oldPrice::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0;
  border-color: #bf0000 transparent transparent;
  margin: auto;
}
.coupon_image__dl .dd__text--couponUse {
  font-size: 13px;
  font-weight: bold;
  background-color: #ffe493;
  text-align: center;
  padding: 2px 0;
}
.coupon_image__dl .dd__text--newPrice {
  font-size: 36px;
  font-weight: bold;
  color: #bf0000;
  text-align: center;
}
.coupon_image__dl .dd__text--newPrice > span {
  font-size: 30px;
}

/*-------------------------------------------------

ecm-campaign-details[ecm]

-------------------------------------------------*/
#rule .ecm-campaign-details-group:not(.ecm-campaign-details-group-full) {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 12px;
}

/*-------------------------------------------------

iPad View

-------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
   .cnt-floating-rightNavi {
    display: none; 
}
    .ecm-floating-menu {
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 1366px) {
   .cnt-floating-rightNavi {
    display: block;
  }
      .ecm-floating-menu {
        display: flex;
    }
}

/*-------------------------------------------------

Widget css

-------------------------------------------------*/
.mydata-lite-status.mydata-lite-authorized .signed-in {
display: block;
}
.mydata-lite-status .signed-in {
display: none;
}

.mydata-lite-status.mydata-lite-authorized .signed-out {
display: none;
}
.mydata-lite-status .signed-out {
display: block;
}

.mydata-lite-status.mydata-lite-non-member .non-member,
.mydata-lite-status.mydata-lite-awaiting .awaiting,
.mydata-lite-status.mydata-lite-out-of-age .out-of-age,
.mydata-lite-status.mydata-lite-verified .verified {
display: block;
}

.mydata-lite-status .verified,
.mydata-lite-status .out-of-age,
.mydata-lite-status .awaiting,
.mydata-lite-status.mydata-lite-awaiting .non-member,
.mydata-lite-status.mydata-lite-status.mydata-lite-out-of-age .non-member,
.mydata-lite-status.mydata-lite-status.mydata-lite-verified .non-member {
display: none;
}

/* Hide non-member by default */
.mydata-lite-status .non-member {
display: none;
}

.rc-custom-button {
    align-items: center;
    background: #bf0000;
    border: 1px solid #bf0000;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: Hiragino Kaku Gothic ProN, sans-serif;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    line-height: 130%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    height: 64px;
    font-size: 20px;
    position: relative;
}

.rc-custom-button i{
  margin-right: 0.7em;
}
.rc-custom-button.rc-custom-button--done{
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color:#717171;

}


/*-------------------------------------------------

coupon_tabs 20260507 add[BEM]

-------------------------------------------------*/

.coupon_tab{
  margin: 0 16px;
}

.coupon_tab .tab_button{
  display: flex;
  flex-direction: row;
  gap: 8px;
    position: relative;
  z-index: 2;
}

[data-module-name=ecm-tab].coupon_tab .tab_button [role=tab]{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 1;
  height: 67px;
  background-color: #f8eefd;
  border:1px solid #f8eefd;
  border-radius: 20px 20px 0 0;
  font-size:13px;
  text-align: center;
  position: relative;
  box-sizing: content-box;
  cursor: pointer;
}

[data-module-name=ecm-tab].coupon_tab .tab_button [role=tab] em{
  font-style: normal;
  font-weight: bold;
  font-size:18px;
}

[data-module-name=ecm-tab].coupon_tab .tab_button [role=tab][aria-selected="true"]{
  background-color: #ffffff;
  border-color:  #000000;
  border-bottom-color:#ffffff;
  padding-bottom: 1px;
  cursor:default;
}
[data-module-name=ecm-tab].coupon_tab .tab_button [role=tab][aria-selected="true"]:after{
  display: block;
  content: "";
  width: 92%;
  border-bottom: 4px dotted #b15de2;
  position: absolute;
  bottom:4px;
  left:0;
  right: 0;
  margin: 0 auto;
}

[data-module-name=ecm-tab].coupon_tab .tab_inner{
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius:0 0 20px 20px;
  padding: 16px;
  margin-top: -1px;
}

.tab_inner.step__after--arrow {
  padding-bottom: 32px !important;
  margin-bottom: 36px;
  position: relative;
}
.tab_inner.step__after--arrow::after {
  display: block;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/campaign/newpurchaser/u25/_cmn/img/20250801/icon_arrow.png);
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 49px;
  height: 47px;
  z-index: 1;
}


[data-module-name=ecm-tab].coupon_tab .ecm-coupon-link:before{
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #008d6d 12px), radial-gradient(circle at center right, transparent 0px, transparent 11px, #008d6d 12px);
  background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
  background-repeat: no-repeat;
  background-position: -1px 50%, calc(100% + 1px) 50%;
  z-index: 18;
}
[data-module-name=ecm-tab].coupon_tab .ecm-coupon-link:after{
  content: "";
  z-index: 19;
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px) ;
  height: calc(100% - 2px);
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #d2faf6 12px), radial-gradient(circle at center right, transparent 0px, transparent 11px, #d2faf6 12px);
  background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
  background-repeat: no-repeat;
  background-position: -1px 50%, calc(100% + 1px) 50%;
  border-radius: 4px;
}
[data-module-name=ecm-tab].coupon_tab .ecm-coupon-text{
  background-color: #008d6d;
  color:#ffffff;
  /* margin-top:  auto; */
  font-size: 12px;
}

[data-module-name=ecm-tab].coupon_tab .ecm-coupon-discount{
  color:#a946e2;
}

[data-module-name=ecm-tab].coupon_tab .ecm-coupon-discount > span{
  font-size:11.25px;
}

[data-module-name=ecm-tab].coupon_tab .ecm-coupon-text .ecm-icon-coupon-filled{
  color:#ffffff;
}

.more_coupon_area{
  border-top:2px solid #e9d1f7;
  margin-top: 12px;
  padding-top: 12px;
}
.more_coupon_area .more_coupon_ttl{
  text-align: center;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.more_coupon_area .more_coupon_btn{
  width:255px;
  margin:0 auto
}
.more_coupon_area .more_coupon_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  height:3.75em ;
  border:1px solid #333333;
  background-color: #a443f2;
  border-radius: 4px;
  box-shadow: 4px 4px #dbbeff;
  text-align: center;
  color:#ffffff;
  font-size:16px;
}

.more_coupon_area .more_coupon_btn a:hover{
  text-decoration: none;
  cursor: pointer;
}

[data-module-name=ecm-tab].coupon_tab .present-leadText {
    position: relative;
    padding-bottom: 37px;
}

[data-module-name=ecm-tab].coupon_tab .present-leadText .present-paragragh {
  width: 100%;
  font-size: 21px;
  letter-spacing: -.02em;
  color: #333333;
  font-family: "RakutenSansJP_W_Bold","RakutenSansJP2_W-Bold";
  font-weight: bold;
  text-align: center;
  z-index: 1;
  padding-bottom: 1em;
  /* font-weight: bold; */
}
[data-module-name=ecm-tab].coupon_tab .present-leadText .present-paragragh span {
  font-size: 110%;
}
[data-module-name=ecm-tab].coupon_tab .present-leadText .present-image-coupon {
  display: block;
  margin: auto;
  width: 144.5px;
}

.ninsho_title{
  font-weight: bold;
  text-align: center;
  color:#333333;
  font-size:16px;
  margin-bottom: 0.2em;
}
.ninsho_title span{
  color:#a946e2;
}
.ninsho_title em{
  font-style: normal;
  font-size:18px;
}

.coupon_tab_img{
  width:307.5px;
  margin: 0 auto 24px;
}

.ninsho_coupon_alt{
  font-size:13px;
  font-weight: bold;
  text-align: center;
  color:#bf0000;
  letter-spacing: -.02em;
  margin-bottom: 0.5em;
}

.ninsho_period{
  font-size:12px;
  color:#333333;
  margin-bottom: 0.5em;
  text-align: center;
}
.ninsho_period span{
  font-weight: bold;
}


.ninsho_period + .ninsho_period{
  margin-bottom: 1em;
}
.ninsho_txt._sub{
  padding-left: 1em;
  text-indent: -1em;
  font-size:12px;
  color:#333333;
}
.ninsho_flow{
  margin:22px 0 0;
}

.article-search .-keyword{
  margin: 0 12px;
}
.article-search .-keyword a{
    display: flex;
  align-items: center;
  justify-content: center;
  height:3.33em ;
  border:1px solid #b36fda;
  background-color: #ffffff;
  border-radius: 3.33em;
  box-shadow: 4px 4px #e9d1f7;
  text-align: center;
  color:#b36fda;
  font-size:12px;
}

.tabs_alert{
  padding: 0 16px;
  margin: 20px 0;
  font-size: 14px;
  text-align: center;
}