@charset "utf-8";

html{overflow:auto;}
body{
  position:relative;
  min-width:950px;
  overflow:hidden;
}

/* contents[common] 
--------------------------------------------*/
/* bg */
[bg] {
  position: relative;
}
[bg]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 500%;
  margin: 0 -500%;
}
/*
 rewardHeader
=============================================*/
.rewardHeader_wrap{
  position: relative;
  margin: 0 auto;
  padding: 0 0 12px;
  background-color: #fff;
  z-index: 1;
}
/*
 floating
=============================================*/
.menufloating_navi {
  position: relative;
  width: 100%;
  height: 65px;
  border-top: 1px solid #cccccc;
}
.menufloating_navi .ecm-floating-navi>*:first-child {
  margin-left: 0;
}
.menufloating_navi .ecm-floating-navi-item {
  padding: 10px;
}

.menufloating_navi .ecm-floating-navi-container {
  box-shadow: 0px 3px 6px -2px rgba(0,0,0,.15);
}
.rn-floatingNavi__menuContainer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rn-floatingNavi__menuContainer a:hover{
  opacity: .8;
}
.rn-floatingNavi__menuItem.-arrowDown:before{
  display: none;
}
.rn-floatingNavi__menuItem + .rn-floatingNavi__menuItem::before{
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 24px;
  background-color: #587f9c;
  display: block!important;
  z-index: 1;
}
.rn-floatingNavi__menuItem.-active::after{
  display: none;
  content: none;
}
.rn-floatingNavi__menuLink, .rn-floatingNavi__menuText{
  padding: 0;
}
.rn-floatingNavi__menuItem > *{
  display: block;
  height: 100%;
  padding: 0 24px;
  color: #201d1d!important;
  cursor: pointer;
  box-sizing: border-box;
}
.rn-floatingNavi__menuItem > *:hover{
  font-weight: bold;
  background-color: #e3eaf0;
}
.rn-floatingNavi__menuItem > a{
  position: relative;
  padding-right: 36px;
}
.rn-floatingNavi__menuItem > a::after{
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #587f9c;
  border-top: 2px solid #587f9c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rn-floatingNavi__menuItem.-active > *{
  background-color: #e3eaf0;
}
.rn-floatingNavi__megaDropdown{
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.rn-floatingNavi__megaDropdown.-open{
  visibility: visible;
  z-index: 10;
}
.dropdown_inner01,
.dropdown_inner02{
  display: flex;
  justify-content: space-between;
}
.dropdown_inner_anc a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #201d1d;
  font-size: 16px;
  box-sizing: border-box;
}
.dropdown_inner01 .dropdown_inner_anc a{
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 24px 40px 0 24px;
}
.dropdown_inner_anc a::before{
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #587f9c;
  border-top: 2px solid #587f9c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown_inner_anc a:hover{
  background-color: #e3eaf0;
}
.dropdown_inner01{
  height: 134px;
}
.dropdown_inner02{
  height: 80px;
}
.dropdown_inner01 .dropdown_inner_anc{
  width: calc(100%/3);
}
.dropdown_inner02 .dropdown_inner_anc{
  width: 19%;
  text-align: center;
}
.dropdown_inner02 .dropdown_inner_anc._fashionTop{
  width: 24%;
  line-height: 1.35;
}
.dropdown_inner01 .dropdown_inner_anc .dropdown_inner_anc_txt{
  margin-top: 6px;
  color: #587f9c;
  font-size: 14px;
  line-height: 1.3;
}
.dropdown_inner03 .search_wrap{
  padding: 13px 0;
}
/*
 section
=============================================*/
.main_section{
  position: relative;
  padding: 80px 0 96px;
}
div.section_wrap > section.main_section:nth-of-type(2n)::before,
div.section_wrap > 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: #e3eaf0;
}
div.section_wrap._odd_contents > div > section.main_section:nth-of-type(2n)::before{
  background-color: #ffffff;
}
div.section_wrap._odd_contents > 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: #e3eaf0;
}
.main_ttl{
  margin-bottom: 48px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  color: #201d1d;
}
.main_ttl ._poppins{
  font-size: 36px;
  font-weight: bold !important;
}
.main_ttl ._subTxt{
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding-bottom: 16px;
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor/2023/_pc/img/cmn/h2_ing.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 9px;
  box-sizing: border-box;
  display: block;
}
.main_ttl a:hover{
  opacity: .8;
}
/*
 ad(arrivals)
=============================================*/
.ri-item__icon39shop--{
  display: none;
}
.ri-item__icon39shop--freeshipping_line{
  margin-top: 8px;
}
.ri-item__textIconContainer .ri-item__textIcon{
  background-color:#587f9c;
}
/*
 index
=============================================*/
.anchorLink{
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.anchorLink a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border: 1px solid #201d1d;
  padding-bottom: 10px;
  color: #201d1d;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
}
.anchorLink a:hover{
  background-color: #e3eaf0;
  text-decoration: none;
}
.anchorLink a::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #587f9c;
  border-top: 2px solid #587f9c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rl-column4>.anchorLink{
  width: calc((100% - 48px)/4 - 0.01px)!important;
  margin-right: 16px!important;
}
.rl-column4>.anchorLink:nth-of-type(4n){
  margin-right: 0!important;
}
.index01 .d-grid-col-3 {
  width: 716px;
  margin-right: auto;
  margin-left: auto;
}

/*
 btn button
=============================================*/
.default_btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 377px;
  height: 58px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  background-color: #587f9c;
  text-align: center;
}
.default_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);
}
.default_btn a:hover{
  opacity: .8;
}
.annotation_txt li{
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.35;
}
/*
 search
=============================================*/
.search_wrap{
  width: 720px;
  margin: 0 auto;
}
.search_wrap .ecm-search {
  font-size: 16px;
  border: 2px solid #587f9c;
  height: 54px;
}
.search_wrap .ecm-search-submit {
  width: 56px;
  background: #587f9c;
}
.search_wrap .ecm-icon-search {
  font-size: 28px;
}
.search_wrap .ecm-search-input {
  background: #fff;
  text-indent: 26px;
}
.search_wrap .ecm-search-input::placeholder{
  color: #a3a3a3;
}
.keyword_wrap{
  width: 720px;
  margin: 28px auto 0;
}
.keyword_list{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
.keyword_list>li{
  width: calc((100% - 36px - 0.01px)/4);
}
.keyword_list>li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 15px;
  color: #333;
  background-color: #d6e2eb;
  line-height: 1.3;
  box-sizing: border-box;
}
.keyword_list>li a:hover{
  opacity: .8;
  text-decoration: none;
}
.keyword_wrap._rank .keyword_list>li a{
  border: 1px solid #587f9c;
  background-color: #fff;
  color: #587f9c;
}
.keyword_wrap._rank .keyword_list>li a:hover{
  background-color: #e3eaf0;
}
/*
 ranking
============================================*/
.ranking_wrap > .tabWrap + .tabWrap{
  margin-top: 80px;
}
.ranking_wrap .ecm-tab-panel-card {
  border-radius: 0;
  padding: 0;
}
.ranking_wrap .ecm-tab-card {
  border-top: 1px solid #587f9c;
  border-bottom: 1px solid #587f9c;
  border-left: 1px solid #587f9c;
  border-right: transparent;
  color: #587f9c;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 0;
  padding: 0;
  height: 56px;
  justify-content: center;
  text-align: center;
  margin-left: 0;
}
.ranking_wrap .ecm-tab-card:last-of-type {
  border-right: 1px solid #587f9c;
}
.ranking_wrap .ecm-tab-card[aria-selected=true] {
  color: #ffffff;
  background-color: #587f9c;
}
.ranking_wrap .ecm-tab-card[aria-selected=true]:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 10px;
  margin-left: -10px;
}





.ranking_wrap .rn-tab._custom .rn-tab__menuList {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0 0 6px;
  width: 100%;
  overflow: visible;
}
.ranking_wrap .rn-tab._custom .rn-tab__menuItem {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 20%;
  align-items: center;
  min-height: 56px;
  padding: 0;
  border: none;
  margin: 0 0 6px;
  background-color: #fff;
  text-align: center;
}
.ranking_wrap .rn-tab._custom .rn-tab__menuItem {
  border-top: 1px solid #587f9c;
  border-bottom: 1px solid #587f9c;
  border-left: 1px solid #587f9c;
}
.ranking_wrap .rn-tab._custom .rn-tab__menuItem:last-of-type {
  border-right: 1px solid #587f9c;
}
.ranking_wrap .rn-tab._custom .rn-tab__menuItem.-active {
  border: none;
}
.ranking_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: #587f9c transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  z-index: 1;
}
.ranking_wrap .rn-tab._custom .rn-tab__itemContainer {
  min-height: 324px;
  padding: 0;
  background-color: transparent;
}
.ranking_wrap .rn-tab._custom .rn-tab__menuItem.-active {
  background-color: #587f9c;
}
.ranking_wrap .rn-tab._custom .rn-tab__textBox {
  color: #587f9c;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
}
.ranking_wrap .rn-tab._custom .rn-tab__menuItem.-active .rn-tab__textBox {
  color: #fff;
  font-weight: bold;
}
.ranking_wrap .rn-tab__menuItem:hover{
  font-weight: bold;
}
.ranking_txt{
  margin: 60px 16px 0;
  /*padding: 12px;
  background-color: #f0f0f0;
  color: #666;*/
}
.ranking_txt li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.35;
}
.keyword_wrap._rank{
  width: 100%;
  margin: 47px auto 0;
}
.keyword_wrap._rank .keyword_list{
  width: 720px;
  margin: 47px auto 0;
}
.keyword_wrap._rank .ranking_txt {
  margin: 45px 16px 0;
}
/*.tabWrap_opacity
========================*/
.ranking_wrap .rn-tab .rn-tab__itemBox {
  display: block!important;
  width: 960px;
  height: 0;
  overflow: hidden;
}
.ranking_wrap .rn-tab .rn-tab__itemBox.-opened {
  height: auto;
  overflow: visible;
}
/*
 category
============================================*/
.main_section .category_wrap + .category_wrap{
  margin-top: 80px;
}
.category_wrap ul li{
  background-color: #fff;
}
.category_ttl a{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  background-color: #587f9c;
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor/2024/_pc/img/cmn/category_ttl_01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.category_ttl a span{
  font-size: 18px;
}
.main_section .category_wrap:nth-of-type(2) .category_ttl a{
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor//2024/_pc/img/cmn/category_ttl_02.jpg);
}
.main_section .category_wrap:nth-of-type(3) .category_ttl a{
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor/2024/_pc/img/cmn/category_ttl_03.jpg);
}
.main_section .category_wrap:nth-of-type(4) .category_ttl a{
  background-image: url(https://r.r10s.jp/evt/event/genre/outdoor/2024/_pc/img/cmn/category_ttl_04.jpg);
}
.category_wrap .d-grid-col-4 > li{
  border-bottom: 1px solid #e6eae9;
  border-right: 1px solid #e6eae9;
}
.category_wrap .d-grid-col-4 > li:nth-of-type(4n - 3){
  border-left: 1px solid #e6eae9;
}
.category_wrap li a{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 0 12px;
} 
.category_wrap li a ._cat_img{
  padding: 0 5px 8px;
  box-sizing: border-box;
} 
.category_wrap li a p{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-align: center;
  color: #3b3a36;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.category_wrap a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
 scene
============================================*/
.scene_wrap ul li a{
  display: block;
  position: relative;
}
.scene_wrap ul li a:hover{
  opacity: .8;
}
.scene_wrap ul li a ._txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 8px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.scene_wrap ul li a ._txt > span{
  font-weight: bold;
}

/*
 bestReads
============================================*/
.bestReads_wrap .rl-column2{
  margin-bottom: 24px;
}
.bestReads_wrap li a{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #587f9c;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
}
.bestReads_wrap li a > div.img{
  width: 27%;
}
.bestReads_wrap li a p{
  width: 73%;
  padding: 0 16px;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.bestReads_wrap li a::after{
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #587f9c transparent;
}
.bestReads_wrap li a:hover{
  opacity: .8;
}
/*
 outdoorPage
============================================*/
.outdoorPage_wrap{
  margin-bottom: -24px;
}
.outdoorPage_wrap li a{
  width: 100%;
  color: #333;
  box-sizing: border-box;
}
.outdoorPage_wrap .outdoorPage_ttl{
  padding: 7px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #587f9c;
  text-align: center;
  box-sizing: border-box;
}
.outdoorPage_wrap .outdoorPage_column{
  position: relative;
  display: flex;
  width: 100%;
  padding: 14px 18px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  box-sizing: border-box;
}
.outdoorPage_wrap li a .outdoorPage_column .outdoorPage_img{
  width: 94px;
}
.outdoorPage_wrap li a .outdoorPage_column p{
  width: calc(100% - 94px);
  padding: 16px 0 0 16px;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  box-sizing: border-box;
}
.outdoorPage_wrap li a:hover{
  opacity: .8;
}
.reservation_wrap .rl-column1,
.recipe_wrap .rl-column1{
  width: 780px;
  margin: 0 auto;
}
.reservation_wrap .rl-column1 a:hover,
.recipe_wrap .rl-column1 a:hover,
.feature_wrap .rl-column5 a:hover{
  opacity: .8;
}
/*
floatingRightNavi
===================================== */
.ecm-floating-menu-outdoor .ecm-floating-nav-pill {
  padding: 10.5px 50px 10.5px 20px;
  background-color: #fff;
  color: #587f9c;
  border: 1px solid #587f9c;
  border-right: none!important;
  box-sizing: border-box;
}
.ecm-floating-menu-outdoor .ecm-floating-nav-pill:hover {
  background-color: #e3eaf0;
}
.ecm-floating-menu-outdoor .ecm-floating-nav-pill[data-in-viewport=true] {
  background-color: #587f9c;
  color: #ffffff;
  font-weight: bold;
}
/*
FloatingNotification
===================================== */
.RJSFloatingNotification {
  position:fixed;
  bottom:74px;
  right:24px;
  z-index:100;
  border:0;
  height:74px;
}
.RJSFloatingNotification .randomBanner > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 47px;
  background-color: #587f9c;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  line-height: 1.1;
}
.RJSFloatingNotification .randomBanner > a:hover{
  opacity: .8;
}
.RJSFloatingNotification .genreList__icon{
  font-size: 34px;
  line-height: 1;
  width: 1.1em;
  height: 1.1em;
}
.RJSFloatingNotification .genreList__icon::before{
  display: inline-block;
  vertical-align: middle;
}
.RJSFloatingNotification button {
  display: none;
}
.rc-toTop{
  right: 32px;
}
.rb-banner a{
  width: 100%;
  display: block;
}