@charset "utf-8";
/*
 index01
=============================================*/
.index_ttl ._subTxt{
  margin: 0;
  font-size: 36px;
  letter-spacing: 0;
}
.index01{margin-bottom: 80px;}

.index_section{
  padding-bottom:1px;
}

/* indexセクションの背景色 */
.index_section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 500%;
  margin: 0 -500%;
  background-color: #e3eaf0; /* 水色 */
}

.anchorLink{
  background-color:#fff;
}


/*
 swipe
=============================================*/
.kanban{
  padding-bottom: 72px;
}
.kanban .kanban-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  max-width: 468px;
}
.swiper-container {
  width: 100%;
  height: auto;
  overflow: visible;
  z-index: 0;
  opacity: 0;
}
.swiper-pagination{
  padding: 28px 0 4px;
  line-height: 0;
  position: static;
  min-height: 8px;
  text-align: center;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #d7d7df;
  opacity: 1;
}
.swiper-pagination-bullet + .swiper-pagination-bullet{
  margin-left: 16px;
}
.swiper-pagination-bullet-active{
  background: #587f9c;
}
.swiper-button-next,
.swiper-button-prev{
  top: inherit;
  bottom: 0;
  width: 9px;
  height: 16px;
  background-size: 100% auto;
}
.swiper-button-prev{
  left: 100px;
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor/2023/_pc/img/top/swiper-button-prev.png);
}
.swiper-button-next{
  right: 100px;
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor/2023/_pc/img/top/swiper-button-next.png);
}
.swiper-slide{
  height: auto;
}
.swiper-slide > a{
  width: 100%;
  height: 100%;
  min-height: 445px;
  display: flex;
  flex-direction: column;
  padding: 8px 8px 16px;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.swiper-slide > a:hover{
  opacity: .8;
}
.kanban_text_ttl{
  font-size: 18px;
  padding: 12px 10px 4px;
  box-sizing: border-box;
}
.kanban_text_txt{
  flex-grow: 1;
  padding: 0 12px 12px;
}
.kanban_text_date{
  padding: 0 8px;
  font-size: 14px;
}
.kanban_text_date span{
  margin-right: 10px;
  padding: 2px 12px;
  border-radius: 3px;
  background-color: #feef3d;
  line-height: 1;
}
.swiper-container.swiper-container-initialized {
  opacity: 1!important;
}
.brands__list__container.swiper-container{
  width: 100%;
  max-width:700px;
}
.brands__list{
  width: 100%;
}
.brands__list li a {
  display: block;
  padding: 0;
  min-height:98px!important;
  box-shadow: none!important;
}
.brands__img img {width: 100%;}
.shop_wrap .swiper-pagination{
  padding: 30px 0 0!important;
}
.shop_wrap .swiper-pagination-bullet{
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border:solid 1px #000000;
  background-color: #ffffff;
}
.shop_wrap .swiper-pagination-bullet-active{
  background-color: #000000;
}
.shop_wrap .swiper-arrow-wrapper{
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.shop_wrap .swiper-button-next,
.shop_wrap .swiper-button-prev{
  top:auto!important;
  bottom: 80px!important;
  width: 12px!important;
  height: 24px!important;
}
.shop_wrap .swiper-button-next{
  right: auto!important;
  left: 868px;
}
/*
 brandshop
=============================================*/
.brandshop_list li{
  margin-bottom: 18px!important;
}
.brandshop_list li:hover{
  opacity: .8;
}
.brandshop_list{
  width: 720px;
  margin: 0 auto -18px;
}

/*
 top_udrbnr
=============================================*/
.top_udrbnr{
  margin-bottom: 86px;
}
.top_udrbnr ul{
  justify-content: center;
}
.top_inSession{
  width: 576px;
  margin: 0 auto;
}
.top_inSession a{
  display: block;
}
.top_inSession a:hover{
  opacity: .8;
}
.top_inSession_ttl{
  padding: 66px 0 26px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 22px;
}

/*
 deal
=============================================*/
.deal_anc{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 710px;
  margin: 30px auto;
}
.deal_anc li{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.deal_anc li a:hover{
  text-decoration: underline;
}
.deal_anc li a span{
  display: inline-block;
  margin-left: 4px;
}
/* point10 */
._point10 {
  margin-top: 28px;
}
._point10 .rl-slider__container, ._superdeal .rl-slider__container {
  padding: 32px 0 0 16px;
  margin-left: -16px;
}
._point10, ._superdeal {
  overflow: visible;
}
._point10 .ri-item:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: -32px;
  background-image: url(https://r.r10s.jp/evt/event/mobile/product/_cmn/img/20210615/batch/batch_point10_160x160.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  z-index: 1;
  overflow: visible;
}
._point10 .ri-item__name--2lines, ._superdeal .ri-item__name--2lines {
  height: 95px;
  -webkit-line-clamp: 4;
}
._point10 .ri-item__name, ._superdeal .ri-item__name {
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}
._point10 .ri-item__price, ._superdeal .ri-item__price {
  font-size: 24px;
}
._point10 .ri-item__shopName, ._superdeal .ri-item__shopName {
  font-size: 14px;
}

/* sports */
.sports-rasta-20210427 ul.sports-col-1 .ri-item__textBox {
  flex-direction: column !important;
  align-items: center;
  font-weight: bold;
}

/* superdeal */
._superdeal {
  margin-top: 44px;
}
.ri-item__dealBatch {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding-left: 1px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -16px;
  top: -32px;
  background: url(https://r.r10s.jp/evt/event/mobile/product/_cmn/img/20210615/batch/batch_point_bg_160x160.png) no-repeat 0;
  background-size: 80px 80px;
  -webkit-background-size: 80px 80px;
  width: 80px;
  height: 80px;
  z-index: 1;
  overflow: visible;
}
.ri-item__dealNumber {
  font-family: Roboto,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.9;
}
/*
 recommend_keyword
============================================*/
.main_section .recommend_keyword_wrap + .recommend_keyword_wrap{
  margin-top: 80px;
}
.recommend_keyword_ttl{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: 70px;
  margin: 0 auto 32px;
  background-color: #dde9e9;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #201d1d;
}
.recommend_keyword_ttl::after{
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 8px;
  width: 32px;
  height: 41px;
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor/2023/_pc/img/cmn/recommend_keyword_icon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
/*
 shop
============================================*/
.main_section .shop_wrap{position: relative;}
.main_section .shop_wrap + .shop_wrap{
  margin-top: 76px;
}
.shop_ttl{
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #507975;
  text-align: center;
  line-height: 1.2;
}
.shop__swiperArea{
  width: 700px;
  margin: 0 auto;
  overflow:hidden;
}

/*
about
============================================*/
.about_wrap{
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.main_section._about_bg{
  position: relative;
}
div.section_wrap section.main_section._about_bg::before{
  position: absolute!important;
  display: block!important;
  content: ""!important;
  width: 1920px!important;
  height: 442px!important;
  top: 0!important;
  left: 0!important;
  padding: 0!important;
  margin: 0!important;
  transform: translateX(-50%)!important;
  margin-left: 50%!important;
  z-index: -1!important;
  background-image:url(https://r.r10s.jp/evt/event/genre/outdoor/2023/_pc/img/top/about_bg.jpg)!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
._about_bg .main_ttl ._subTxt{
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor/2023/_pc/img/top/h2_ing_about.png);
}
._about_bg .main_ttl{
  color: #fff!important;
}
/*
rule
============================================*/
.rule_wrap > div{
  padding: 24px 0;
}
/*
_odd_contents
============================================*/
/*
._odd_contents .recommend_keyword_ttl{
  background-color: #fff;
}
*/
._odd_contents .shop_wrap li.rb-banner a{
  box-sizing: border-box;
  border: 1px solid #dde9e9;
}
div.section_wrap._odd_contents > div > div > section.main_section:nth-of-type(2n)::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 500%;
  margin: 0 -500%;
  background-color: #ffffff;
}
div.section_wrap._odd_contents > div > div > section.main_section:nth-of-type(2n - 1)::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 500%;
  margin: 0 -500%;
  background-color: #dde9e9;
}

/*
furusato
============================================*/
.main_section[data-layout=furusato]::before{
  background-color: #f3f3f3!important;
}
.heading[data-layout=furusato] {
  font-size: 30px;
  font-weight: bold;
  color: #c31e1e;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 32px;
}
.main_section[data-layout=furusato] .section__heading + * {
  margin-top: 32px;
}
.main_section[data-layout=furusato] .section__description {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
.main_section[data-layout=furusato] .section__description--annotation {
  font-size: 17px;
  color: #c31e1e;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #c31e1e;
  padding: 16px;
  background-color: #f8e3e3;
}
.main_section[data-layout=furusato] .section__link:hover {
  text-decoration: underline;
}
.main_section[data-layout=furusato] .section__inner {
  margin-top: 32px;
}
.main_section[data-layout=furusato] .section__inner + * {
  margin-top: 32px;
}
.furusato_ttl{
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: bold;
  color: #507975;
  text-align: center;
  line-height: 1.2;
}
.brand_wrap > .tabWrap + .tabWrap{
  margin-top: 80px;
}
.brand_wrap .rn-tab{
  margin: 0;
  padding: 0;
}
.brand_wrap .rn-tab._custom .rn-tab__menuList {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0 0 12px;
  width: 100%;
  overflow: visible;
}
.brand_wrap .rn-tab._custom .rn-tab__menuItem {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: calc(100% / 3);
  align-items: center;
  min-height: 56px;
  padding: 0;
  border: none;
  margin: 0 0 6px;
  background-color: #fff;
  text-align: center;
}
.brand_wrap .rn-tab._custom .rn-tab__menuItem {
  border-top: 1px solid #507975;
  border-bottom: 1px solid #507975;
  border-left: 1px solid #507975;
}
.brand_wrap .rn-tab._custom .rn-tab__menuItem:last-of-type {
  border-right: 1px solid #507975;
}
.brand_wrap .rn-tab._custom .rn-tab__menuItem.-active {
  border: none;
}
.brand_wrap .rn-tab._custom .rn-tab__menuItem.-active:after {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -9px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-color: #507975 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  z-index: 1;
}
.brand_wrap .rn-tab._custom .rn-tab__itemContainer {
  min-height: 324px;
  padding: 0;
  background-color: transparent;
}
.brand_wrap .rn-tab._custom .rn-tab__menuItem.-active {
  background-color: #507975;
}
.brand_wrap .rn-tab._custom .rn-tab__textBox {
  color: #507975;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
}
.brand_wrap .rn-tab._custom .rn-tab__menuItem.-active .rn-tab__textBox {
  color: #fff;
  font-weight: bold;
}
.brand_wrap .rn-tab__menuItem:hover{
  font-weight: bold;
}
.brand_wrap .rn-tab__itemBox{
  display: block!important;
  height: 0;
  overflow:hidden;
}
.brand_wrap .rn-tab__itemBox.-opened{
  height: auto!important;
  overflow:visible!important;
}
.furusato_txt{
  margin: 60px 16px 48px;
  padding: 12px;
  background-color: #f0f0f0;
  border: solid 1px #666;
}
.furusato_txt li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.35;
}
.furusato_btn{
  width: 576px;
  margin-right: auto;
  margin-left: auto;
}
.furusato_btn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  border-radius: 36px;
  background-color: #bf0000;
  font-size: 24px;
  color: #fff!important;
  position: relative;
}
.furusato_btn > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.furusato_btn > a:hover{opacity:.8;}


.ecm-tab-card[aria-selected="false"]:hover {
  opacity: 0.8; 
}

.ecm-ranking-alcor-image:hover {
  opacity: 0.8!important; 
}

.reservation_wrap img:hover{
  opacity: 0.8;
}