@charset "UTF-8";
/*================================================

【楽天市場】楽天イーグルス応援キャンペーン

=================================================*/
body{color: #333;}
.font-rakutensans-bold {
  font-weight: bold;
  font-family: RakutenSansJP2_W-Bold;
}

.color-pink {
  color: #ff008c;
}

.text-18px {
  font-size: 18px;
}

/*-----------------------------------------------

header

-----------------------------------------------*/
.header{
  background-color: #870011;
}
.header .d-flex{
  height: 64px;
}
.header__text{
  font-size: 20px;
  font-family: RakutenSansJP2_W-Bold;
  text-align: center;
  letter-spacing: 0.09em;
  color: #fff;
}
.header__text > span{
  font-size: 28px;
  color: #ffd77b;
}

/*-----------------------------------------------

kanban

-----------------------------------------------*/
.kanban{
  position: relative;
}

/*-----------------------------------------------

article

-----------------------------------------------*/
.article-entry {
  position: absolute;
  width: 100%;
  top: 618px;
  left: 0;
}

.article-yamawake {
  background-color: #fff1c7;
}

.article-goods {
  background-color: #ffe5e7;
}

.article-coupon {
  background-color: #cfe8ef;
}

.article-kokuchi {
  background-color: #870011;
}

.article-dl {
  background: url(https://r.r10s.jp/evt/event/campaign/eagles/opening/20260327/_pc/img/article-dl_bg.png) repeat center top;
}

/*-----------------------------------------------

anchor-list

-----------------------------------------------*/
#entry .anchor-list .bordered-r{
  border-color:#fff!important;
}
#goods .anchor-list .bordered-r{
  border-color:#7d6d6f!important;
}


/*-----------------------------------------------

ecm-floating[ecm]

-----------------------------------------------*/
.ecm-floating-top {
  width: 100vw;
  height: 64px;
  background-color: #7d001a;
}
.ecm-floating-top .ecm-floating-top-container {
  height: 100%;
}
.ecm-floating-top .ecm-search {
  border: none;
  height: 50px;
  flex: 1 0 auto;
  margin-right: 32px;
}
.ecm-floating-top .ecm-search .ecm-search-submit {
  width: 58px;
  background-color: transparent;
}
.ecm-floating-top .ecm-search .ecm-icon-search {
  font-size: 32px;
  color: #7d001a;
}

#floatingBanner > div {
  position: relative;
}
#floatingBanner > div > span {
  position: absolute;
  right: -4px;
  top: -12px;
}
#floatingBanner .ecm-icon-close {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1.25px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background-color: #fff;
}

.ecm-floating-bottom {
  border-top: 2px solid #7d001a;
  width: 100%;
  background-color: #fff;
}
.ecm-floating-bottom .ecm-floating-bottom-container {
  max-width: 960px;
  margin: 0 auto;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor {
  position: relative;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor:hover {
  text-decoration: none;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor:nth-child(1) {
  background-color: #fce1a2;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor:nth-child(2) {
  background-color: #fadbdf;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor:nth-child(3) {
  background-color: #cfe8ef;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor-inner-text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-family: RakutenSansJP2_W-Bold;
  color: #7d001a;
  font-size: 15px;
  height: 80px;
  position: relative;
  z-index:1;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor-inner-text .em {
  font-size: 20px;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor-inner-icon {
  height: 40px;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor-inner-icon [class^=ecm-icon-] {
  position: absolute;
  right: 16px;
  bottom: -16px;
  font-size: 86px;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor:nth-child(1) .ecm-floating-bottom-anchor-inner-icon [class^=ecm-icon-]{
  color: #fccc7c;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor:nth-child(2) .ecm-floating-bottom-anchor-inner-icon [class^=ecm-icon-]{
  color: #fac2cd;
}
.ecm-floating-bottom .ecm-floating-bottom-anchor:nth-child(3) .ecm-floating-bottom-anchor-inner-icon [class^=ecm-icon-]{
  color: #afd6e1;
}
.ecm-floating-bottom.invisible .ecm-floating-bottom-anchor-inner-text {
  display: none;
}
.ecm-floating-bottom.invisible .ecm-floating-bottom-anchor-inner-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-noentry {
  opacity: 0;
  transition: 0.5s;
  display: none;
}

.floating-noentry.is-active {
  opacity: 1;
  display: block;
}

.floating-entered {
  opacity: 0;
  transition: 0.5s;
  display: none;
}

.floating-entered.is-active {
  opacity: 0;
  display: block;
  animation: fadeInAnimation 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  z-index: 1000;
  position: relative;
}

@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}
/*-----------------------------------------------

heading

-----------------------------------------------*/
.heading-default {
  position: relative;
  font-weight: bold;
  font-family: RakutenSansJP2_W-Bold;
  font-size: 36px;
  color: #7d001a;
  text-align: center;
  margin-bottom: 24px;
}
.heading-default-bg-01{
  width: 976px;
  height: 128px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://r.r10s.jp/evt/event/campaign/eagles/opening/20260327/_pc/img/heading-contents_bg.png) no-repeat;
  margin-bottom: 36px;
}
.heading-default-bg-02{
  font-size: 28px;
  margin-bottom: 32px;
}

.heading-goods {
  font-size: 36px;
  font-weight: bold;
  font-family: RakutenSansJP2_W-Bold;
  color: #7d001a;
  text-align: center;
  width: 976px;
  height: 194px;
  padding-top: 10px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://r.r10s.jp/evt/event/campaign/eagles/opening/20260327/_pc/img/heading-goods_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.heading-coupon {
  font-weight: bold;
  font-family: RakutenSansJP2_W-Bold;
  color: #7d001a;
  text-align: center;
  width: 976px;
  height: 183px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://r.r10s.jp/evt/event/campaign/eagles/opening/20260327/_pc/img/heading-coupon_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.heading-coupon .heading-default-container {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.heading-coupon .heading-inner-eq1 {
  font-size: 24px;
}
.heading-coupon .heading-inner-eq2 {
  font-size: 36px;
}

.heading-kokuchi {
  position: relative;
  z-index: 0;
  font-weight: bold;
  font-family: RakutenSansJP2_W-Bold;
  color: #7d001a;
  text-align: center;
  width: 976px;
  height: 183px;
  margin:0 auto 32px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://r.r10s.jp/evt/event/campaign/eagles/opening/20260327/_pc/img/heading-kokuchi_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.heading-kokuchi .heading-default-container {
  display: flex;
  flex-direction: column;
}
.heading-kokuchi .heading-inner-eq1 {
  font-size: 24px;
}
.heading-kokuchi .heading-inner-eq2 {
  font-size: 36px;
}
.heading-kokuchi .marker {
  display: inline-block;
  position: relative;
  z-index:1;
}
.heading-kokuchi .marker::before{
  content: '';
  position: absolute;
  display: block;
  width: 256px;
  height: 20px;
  background: url(https://r.r10s.jp/evt/event/campaign/eagles/opening/20260327/_pc/img/marker.png) no-repeat left bottom;
  left: -4px;
  bottom: 4px;
  z-index:-1;
}
.heading-kokuchi + * {
  position: relative;
  z-index: 2;
}

.heading-dl {
  font-size: 36px;
  font-weight: bold;
  font-family: RakutenSansJP2_W-Bold;
  color: #7d001a;
  text-align: center;
  width: 976px;
  height: 186px;
  padding-top: 10px;
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://r.r10s.jp/evt/event/campaign/eagles/opening/20260327/_pc/img/heading-dl_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

/*-----------------------------------------------

subheading-default

-----------------------------------------------*/
.subheading-default{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #7d001a;
  margin-bottom: 28px;
}


/*-----------------------------------------------

d-grid[ecm]

-----------------------------------------------*/
.d-grid[data-layout=goods] .grid-item-text-prize {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  background-color: #870011;
  padding: 12px 24px;
}
.d-grid[data-layout=goods] .grid-item-text-prize > .grid-item-text-prize-eq1 {
  font-size: 28px;
  font-weight: bold;
  color: #fdb511;
}
.d-grid[data-layout=goods] .grid-item-text-prize > .grid-item-text-prize-eq2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.d-grid[data-layout=goods] .grid-item-text-prize > .grid-item-text-prize-eq2 .em {
  font-size: 32px;
}
.d-grid[data-layout=goods] .grid-item-text-name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}

/*-----------------------------------------------

rcEntryButton

-----------------------------------------------*/
.eagles-opening__entry {
  position: relative;
  z-index: 0;
}
.eagles-opening__entry .rcEntryButton-button div span {
  line-height: 1.1;
}
.eagles-opening__entry .rcEntryButton-button div span + span {
  font-size: 28px;
}
.eagles-opening__entry._yellow:not([class*=rcEntryButton-status--]) .rcEntryButton-button,.eagles-opening__entry._yellow.rcEntryButton-status--loading .rcEntryButton-button
{
  color: #222;
  background: #fdb511;
  border:1px solid #fdb511;
}
.eagles-opening__entry._yellow .rcEntryButton-button .rcEntryButton-text-icon{display: none;}

/*-----------------------------------------------

ecm-search[ecm]

-----------------------------------------------*/
.ecm-search[data-layout=default] {
  border: 1px solid #870011;
  width: 640px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
.ecm-search[data-layout=default] .ecm-search-submit {
  width: 58px;
  background-color: #870011;
}
.ecm-search[data-layout=default] .ecm-search-submit .ecm-icon-search {
  font-size: 32px;
}
.cnt-search-keyword-wrapper {
  margin: 16px 0 0;
}
.cnt-search-keyword-wrapper .ecm-search-keyword-container {
  margin-top: 20px;
  gap: 24px;
  height: inherit;
}
.cnt-search-keyword-wrapper .cnt-search-keyword-label {
  font-size: 24px;
  font-weight: bold;
  color: #7d001a;
  display: block;
  text-align: center;
}
.cnt-search-keyword-wrapper .ecm-search-keyword.cnt-search-keyword {
  font-size: 18px;
  background-color: #ffffff;
  border-color: #7d001a;
  color: #383838;
  padding: 6px 12px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: calc((100% - 72px) / 4);
}
.cnt-search-keyword-wrapper .ecm-search-keyword.cnt-search-keyword:hover{opacity:.8;}

@media screen and (max-width: 767px) {
  .cnt-search-keyword-wrapper .cnt-search-keyword-label{
    position: relative;
  }
  .cnt-search-keyword-wrapper .ecm-search-keyword-container:not(.ecm-search-keyword-container-list){
    flex-wrap: wrap;
  }
  .cnt-search-keyword-wrapper .ecm-search-keyword.cnt-search-keyword{
    white-space: wrap;
  }
  
}

/*-----------------------------------------------

ecm-button[ecm]

-----------------------------------------------*/
.ecm-button-more {
  position: relative;
  background-color: #7d001a;
  border: none;
  border-radius: 50vw;
  font-size: 18px;
  color: #ffffff !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 478px;
  height: 72px;
  padding: 16px 16px;
}
.ecm-button-more .ecm-icon-chevron-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  height: 1em;
}
.ecm-button-more:hover{
  background-color: #7d001a;
  opacity: 0.8;
}

/*-----------------------------------------------

ecm-coupon[ecm]

-----------------------------------------------*/
.ecm-coupon-layout-default .ecm-coupon-discount {
  color: #870011;
}
.ecm-coupon-layout-default .ecm-coupon-text {
  color: #ffffff;
  font-weight: 700;
  border-top: none;
  background-color: #870011;
}
.ecm-coupon-layout-default .ecm-coupon-text .ecm-icon-coupon-filled {
  color: #ffffff;
}

/*-----------------------------------------------

download_btn

-----------------------------------------------*/
.button_download{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  width: 832px;
  margin: 0 auto;
}
.button_download .button__link {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px!important;
  height: 72px;
  background-color: #fdb511;
}
.button_download .button__link:first-child{
  background-color: #bf0000;
  color:#ffffff
}
.button_download .button__link:hover{
  text-decoration: none!important;
  opacity:.8;
}

.dl-wallpaper {
  border: 2px solid #fdb511;
}

/*-----------------------------------------------

Survey

-----------------------------------------------*/
.Nps_wrapper__HNXwu{
  bottom: 100px !important;
  right: 0px !important;
}
/*-----------------------------------------------

注釈

-----------------------------------------------*/
.note_text{
  width: 750px;
  margin: 0 auto;
}

/*-----------------------------------------------

popup_modal

-----------------------------------------------*/
[id^=popup_modal] {
  z-index: 10000;
  opacity: 1;
}
[id^=popup_modal] .ecm-modal-close{
  background-color: #ffffff;
  color:#333333;
  z-index: 1;
}
[id^=popup_modal] .ecm-modal-content{
  padding:0 0 40px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #1a1a1a;
  background-image: url(https://r.r10s.jp/evt/event/campaign/eagles/opening/20260327/_pc/img/popup_modal_bg.png);
  background-size: cover;
}
[id^=popup_modal] .ecm-modal-content-inner {
  position: relative;
  z-index: 0;
  padding-top: 40px;
}
[id^=popup_modal] .ecm-modal-title{
  margin-bottom: 16px;
  text-align: center;
}

[id^=popup_modal] .swiper {
  width: 634px;
 padding-bottom: 68px;
}

[id^=popup_modal] .rcEntryButton{
  margin-top: 12px;
  position: relative;
  z-index: 2;
}

.swiper-slide-text-container {
  padding-top: 12px;
  /* min-height: 70px; */
}
.swiper-slide-text-lead {
  font-size: 20px;
  font-weight: bold;
  color: #bf0000;
}
.swiper-slide-text-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  color: #ffffff;
}
.swiper-slide-text-default {
  font-size: 18px;
  color: #333333;
}
[id^=popup_modal] .swiper-pagination {
  bottom: 0px;
}
[id^=popup_modal] .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #9f9e9e;
  background-color: transparent;
  border: 1px solid #9f9e9e;
  opacity: 1;
}
[id^=popup_modal] .swiper-pagination-bullet-active {
  background-color: #870011;
  border: 1px solid #870011;
  color: #ffffff;
}
[id^=popup_modal] .swiper-button-prev,
[id^=popup_modal] .swiper-button-next {
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 17px;
  width: 170px;
  height: 36px;
  color: #111111;
  font-weight: bold;
}
[id^=popup_modal] .swiper-button-prev {
  top: inherit;
  bottom: 0px;
  left: 0;
}
[id^=popup_modal] .swiper-button-next {
  top: inherit;
  bottom: 0px;
  right: 0;
}
[id^=popup_modal] .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: #333333 #333333 transparent transparent;
  border-width: 1px;
  margin-right: 8px;
  transform: rotate(-135deg);
}
[id^=popup_modal] .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: #333333 #333333 transparent transparent;
  border-width: 1px;
  margin-left: 8px;
  transform: rotate(45deg);
}
[id^=popup_modal] .swiper-button-prev svg,
[id^=popup_modal] .swiper-button-next svg {
  display: none;
}

[id^=popup_modal] .swiper-button-disabled {
  display: none;
}

[id^=popup_modal].is-active {
  animation: popup_modal 2s 1s forwards;
}
[id^=popup_modal].-hidden {
  display: none;
}
@keyframes popup_modal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
#floating-popup_modal > div {
  position: relative;
}
#floating-popup_modal > div > span {
  position: absolute;
  right: -4px;
  top: -12px;
}
#floating-popup_modal .ecm-icon-close {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1.25px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background-color: #fff;
}
