@charset "utf-8";
/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.ecm-reward-header{
  padding: 4px 8px 8px;
}

/* Rakuten Sans Black */
@font-face {
  font-family: 'RakutenSans';
  src: url('/en/common/fonts/RakutenSans/RakutenSans_W_Blk.woff2') format('woff2');
  font-weight: 900;
}
.sans-Blk { font-family: 'RakutenSans'; font-weight:900; }

/* Rakuten Sans Semi bold */
@font-face {
  font-family: 'RakutenSans';
  src: url('/en/common/fonts/RakutenSans/RakutenSans_W_SBd.woff2') format('woff2');
  font-weight: 600;
}
.sans-SBd { font-family: 'RakutenSans'; font-weight:600; }
/* Rakuten Sans Regular */
@font-face {
  font-family: 'RakutenSans';
  src: url('/en/common/fonts/RakutenSans/RakutenSans_W_Rg.woff2') format('woff2');
  font-weight: 400;
}
.sans-Rg { font-family: 'RakutenSans'; font-weight:400; }
/*
 kanban
======================================================= */
.kanban_period_area{
  position: relative;
  margin-bottom: 24px;
}
.kanban_period_area::after{
  content: "";
  width: 1920px;
  height: 41px;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/bg_kanban_bottom01.png);
  background-size: 100%;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff445;
  z-index: -2;
}

.kanban_period_area p.note{
  color: #888;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
}
.campaignLink{
  text-align: center; 
  margin-top: 22px;
}

.campaignLink a{
  position: relative;
  text-decoration: underline;
  color:#888;
}

.campaignLink a span{
  font-size: 14px
}

.campaignLink a span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: -11px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  transform: rotate(135deg);
}

.loopSwiper{
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  transform: translateX(-50%);
  margin-left: 50%;
  width: 832px;
}
.loopSwiper .loopSwiper_box{
  overflow: hidden;
  pointer-events: none;
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
  -webkit-mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
	mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
}
.loopSwiper ul {
  padding: 0;
  /*ロゴの枚数で下記の数値（15）を変更*/
  width: calc((105px + 16px)*8);
  display: flex;
  flex-shrink: 0;
}
.loopSwiper ul:first-child {
  animation: loopslide1 30s -15s linear infinite;
}
.loopSwiper ul:last-child {
  animation: loopslide2 30s linear infinite;
}
.loopSwiper ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* loopSlide _slideimg */
.loopSwiper .loopSwiper_box ul li {
  width: 105px;
  /* height: 24.063vw; */
  margin-right: 16px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
/* kanban_period_area */
.kanban_period_area{
  background-color: #000000;
  padding: 4px 0 24px
}
.kanban_period_box::before{
  content: "";
  width: 10px;
  height: 20px;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/dec_periodWrap.png);
  background-size: 100%;
  position: absolute;
  left: -1px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.kanban_period_box::after{
  content: "";
  width: 10px;
  height: 20px;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/dec_periodWrap.png);
  background-size: 100%;
  transform: scale(-1, 1);
  position: absolute;
  right: -1px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.kanban_period_box{
  border: 1px solid #fff445;
  color: #fff445;
  text-align: center;
  padding: 16px 0 17px;
  width: 554px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.period_ttl{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.period_text{
  font-size: 14px;
}
/*
 main_section
======================================================= */
.main_section{
  position: relative;
  padding-top: 85px;
}
.main_section02{
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}
.bg_color01,
.bg_color02{
  padding-bottom: 115px;
}
.bg_color01::before,
.overview::before{
  content: "";
  background-color: #fff445;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -3;
}
.bg_color01::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  margin: auto;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/bg_color01_bottom01.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  z-index: -2;
  background-color: #000;
}
.bg_color02::before{
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -3;
}
.bg_color02::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  margin: auto;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/bg_color02_bottom01.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  z-index: 1;
  background-color: #fff445;
}
.about::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  margin: auto;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/bg_color01_bottom.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  z-index: 1;
  background-color: #000;
}
.sponsor::after{
  background-color: #fff;
}
.contact::after{
  background-color: #fff;
}
/*
 ttl01
======================================================= */
.ttl01{
  font-size: 32px;
  margin-bottom: 19px;
}
.ttl01 .ttl_txt{
  margin: 0 auto;
  text-align: center;
}
.ttl01 .ttl_txt span{
  border: 4px solid #000;
  padding: 1px 38px;
  display: inline-block;
}
.bg_color02 .ttl01 .ttl_txt span,
.product .ttl01 .ttl_txt span{
  border: 2px solid #fff;
}
.bg_color02 .ttl01,
.product .ttl01{
  color: #fff;
}
.about .ttl01 .ttl_txt span{
  border: none;
}
/* ttl02 */
.ttl02{
  margin-bottom: 40px;
}
.ttl02 .title_text{
  position: relative;
  font-weight: bold;
  color: #181818;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.ttl02 .title_text::after {
  width: 104px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #e518e7;
}
.about .ttl02 .title_text::after {
  background-color: #000;
}
.bg_color02 .ttl02 .title_text,
.product .ttl02 .title_text{
  color: #fff;
}
.overview .ttl02{
  margin-bottom: 23px !important;
}
.product .ttl02{
  margin-bottom: 50px;
}
.live .ttl02 .title_text{
  padding-bottom: 15px;
}
.live .ttl02 .title_text::after{
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_sp/img/dec_tt01.png) no-repeat;
  background-size: 100%;
  width: 59px;
  height: 7px;
}
.contact .ttl02 .title_text::after{
  background-color: #0affff;
}
/* ttl03 */
.ttl03{
  width: 404px;
  margin: 0 auto 60px;
}
/*
 overview
======================================================= */
.overview{
  padding-bottom: 80px;
}
._width{
  width: 1022px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.overview_dec::after{
  content: "";
  width: 198px;
  height: 237px;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/overview_dec.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -40px;
}
.overview::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 129px;
  bottom: -35px;
  right: 0;
  left: 0;
  margin:  auto;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_sp/img/bg_overview_bottom.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
/* overview_box */
.overview_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 48px 30px 51px;
  margin-bottom: 26px;
}
.overview_text{
  font-size: 18px;
  line-height: 1.65;
  color: #333;
  width: 526px;
}
.overview_box::before,
.overview_box::after{
  content: "";
  width: 100%;
  height: 31px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
}
.overview_box::before{
  top: 0;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/dec_overview_top.png);
  background-size: 100%;
}
.overview_box::after{
  bottom: 0;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/dec_overview_bottom.png);
  background-size: 100%;
}
.overview_img{
  width: 388px;
}

/* button01 */
.button01{
  margin: 0 auto;
  width: 378px;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.2);
  border-radius: 32px;
}
.button01 a:hover{
  opacity: .8;
}
/*
 product
======================================================= */
.product{
  padding-top: 111px;
  overflow: hidden;
  padding-bottom: 34px;
}
.product_bg{
  height: 100%;
}
.product::before{
  content: "";
  width: 1920px;
  height: 40px;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/bg_color01_bottom01.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -2;
}
.product::after{
  content: "";
  width: 1920px;
  height: 40px;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/bg_color02_bottom01.png);
  background-size: 100%;
  position: absolute;
  /* bottom: -34px; */
  right: inherit;    right: 0;
  left: 0;
  margin: auto;  z-index: -2;
  background-color: #fff445;
}
.product_bg::before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/bg_product_img01.png) top center / 1920px auto no-repeat;
  z-index: -3;
  background-size: cover;
}
/* ad_area */
.ad_area{
  margin: 0 16px 50px;
}
.ad_area .ecm-wrap{
  padding: 19px 0;
  background-color: #fff;
}
.ad_area .ecm-ad{
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.3);
}
.product .bg_grd{
  height: 40px;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(0,0,0,1) 100%);
}
/*
floating_area
======================================================= */
.floating_area .ecm-floating-navi{
  height: 50px;
  background: #ededed;
}
.floating_area .ecm-floating-navi-item{
  width: 107px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  position: relative;
  border: none;
}
.floating_area .ecm-floating-navi-item::before{
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #333;
}
.floating_area .ecm-floating-navi-item:last-of-type::before{
  content: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] span{
  padding: 0 10px;
  border: 1px solid #333;
}
.floating_area .ecm-floating-navi-item:hover span{
  padding: 0 10px;
  border: 1px solid #333;
}
.floating_area.ecm-floating-navi-container[data-static=false][data-sticky=false]{
  border-bottom: none;
}
/* ad_area_coupn */
.ad_area_coupn{
  margin: 0 16px;
}
.ad_area_coupn + .ad_area_coupn{
  margin-top: 16px;
}
.ad_area_coupn .ecm-ad{
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .14);
  border-radius: 5px;
  padding: 13px;
}
.ad_area_coupn .ecm-ad-coupon{
  background: #de03bd;
  border: none;
  height: 44px;
  color: #fff;
}
.ad_area_coupn .ecm-ad-coupon i{
  color: #fff;
}
.ad_area_coupn .ecm-ad-coupon span{
  font-size: 11px;
}
/*
 special
======================================================= */
.special_box{
  gap: 24px;
}
.special_list a:hover{
  opacity: .8;
}
/*
 items
======================================================= */
.items_bg_dec::after{
  content: "";
  position: absolute;
  width: 175px;
  height: 169px;
  bottom: 0;
  left: 0;
  margin:  auto;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/bg_items_dec.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
.ad_area_itme .ecm-ad{
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .14);
  border-radius: 5px;
  padding: 13px;
}
.ad_area_itme .ecm-ad-label{
  background-color: #bf0000;
  color: #fff;
}
/*
 brand_list_box
======================================================= */
.brand_list_box{
  gap: 20px 25px;
}
.brand_list{
  border-radius: 4px;
  overflow: hidden;
}
.brand_list a:hover{
  opacity: .8;
}
/*
 live
======================================================= */
.live_date{
  width: 491px;
  margin: 0 auto 39px;
}
.live_box{
  position: relative;
  width: 960px;
  margin: 0 auto;
  gap: 27px;
  padding: 40px 0;
}
.live_list a {
  display: block;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 6px;
}
.live_list a:hover{
  opacity: .8;
}
.live_box::before,
.live_box::after{
  position: absolute;
  content: "";
  width: 1011px;
  height: 1px;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/dec_live.png);
  background-size: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  top: 0;
}
.live_box::after{
  top: auto;
  bottom: 0;
}
/*
 event_rule
======================================================= */
.event_rule_img:hover{
  opacity: .8;
}
/*
 winners_prize
======================================================= */
.winners_prize{
  padding-bottom: 298px;
}
.winners_prize_box{
  gap: 27px;
  margin: 0 0 40px;
}
.winners_prize_list{
  position: relative;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.3);
}
.winners_rank{
  width: 148px;
  position: absolute;
  top: -20px;
}
.winners_exp{
  margin: 0 0 92px;
  position: relative;
}
.winners_exp::after{
  content: "";
  width: 1430px;
  height: 217px;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/winners_border.png);
  background-size: 100%;
  bottom: -156px;
  transform: translateX(-50%);
  margin-left: 50%;
  position: absolute;
  left: 0;
  right: 0;
}
.mvp_ttl{
  width: 334px;
  margin: 0 auto 8px;
}
.mvp_img{
  width: 405px;
  margin: 0px auto 13px;
}
.mvp_img a:hover{
  opacity: .8;
}
.mvp_text{
  font-size: 26px;
  text-align: center;
}
.bg_mvp{
  width: 1193px;
  height: 410px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: 48%;
  z-index: -1
}
/*
 sponsor
======================================================= */
.list_box{
  margin: 0 16px;
  border-radius: 2px;
  padding: 20px 14px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,0.1);
}
.bnrlist_wrap{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bnrlist_wrap::before{
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  content: "";
  background-color: #fff;
}
.bnrlist_wrap:last-of-type{
  content: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bnrlist_wrap:last-of-type::before{
  content: none;
}
.bnrlist_wrap ul li a{
  display: block;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}
.bnrlist_wrap ul li a:hover{
  opacity: .8;
}
.special .bnrlist_wrap ul li a{
  border-radius: 0;
}
/*
 sponsor
======================================================= */
.sponsor_bg::after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_sp/img/bg_sponsor.png);
  background-repeat: repeat;
  background-size: 35px 25px;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: .8;
}
/*
 about
======================================================= */
.about{
  padding-bottom: 35px;
}
.about_area{
  background: url(https://r.r10s.jp/evt/event/campaign/esports/202508/_pc/img/about_bg.png) no-repeat;
  background-size: 100%;
  height: 330px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about_box{
  width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}
.about_area p + p{
  margin-top: 30px;
}
.about_area p ._bold{
  font-weight: bold;
  font-size: 18px;
}
/*
 contact
======================================================= */
.contact_box{
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}
.contact_box a{
  color: #0affff;
}
/*
 copyright
======================================================= */
.copyright{
  width: 845px;
  padding: 40px 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}


