@charset "utf-8";
/*
 common
============================================*/
html{overflow:auto;}
body{
  position:relative;
  min-width:1024px;
  overflow-x:hidden;
}
.ff-mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
a:hover{
  text-decoration: none;
}
.all_contents{
  color: #333;
  font-size: 14px;
}
/*
 title
============================================*/
.main_title{
  position: relative;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

/*
 mainNavi
============================================*/
.mainNavi_navi{
  height: 64px;
}
.mainNavi_navi .mainNavi_anchor{
  width: calc(960px/6);
  font-size: 16px;
  font-weight: normal;
  border: none;
  line-height: 1.3;
}
.mainNavi_navi .mainNavi_anchor + .mainNavi_anchor::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  display: block;
  z-index: 1;
}
.mainNavi_navi .mainNavi_anchor[data-in-viewport=true]{
  background-color: #ccc;
  border: none;
  font-weight: bold;
}
.mainNavi_navi .mainNavi_anchor:hover{
  background-color: #ccc;
  font-weight: bold;
}

/* catchCopy */
.catchCopy {
  font-size: 24px;
  color: #870b23;
  text-align: center;
}
.udr_cntsWrap > .udrCnts:nth-child(2n) .catchCopy{
  color: #333;
}
/* conLead */
.conLead {
  font-size: 20px;
  text-align: center;
  line-height: 1.35;
  color: #1e1c1b;
  margin-bottom: 43px;
}
/*
navi
======================================================= */
.navi .floatingNavi__menu{
  background: #560c10;
  border-bottom: none!important;
}
.navi .ecm-floating-navi{
  width: 960px;
  margin: 0 auto;
  justify-content: space-between;
}
.navi .ic_navi{
  width: 23px;
}
/* .navi_btn_box{
  display: flex;
} */
.navi .floatingNavi__menu[data-static=false][data-sticky=false]{
  z-index: 1;
}
.navi .floatingNavi__logo a{
  display: block;
  margin: 8px 124px 0 0;
  width: 147px;
  height: 46px;
  background: url(https://r.r10s.jp/evt/event/food/season/winter/2025/_pc/img/cmn/floating_logo.png) center center no-repeat;
}
.navi .floatingNavi__logo a:hover{
  opacity: .8;
}
.navi .floatingNavi__menuItem {
  position: relative;
  width: 168px;
  padding: 0;
  margin-left: 10px;
}
.navi .floatingNavi__menuItem > i {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  bottom: 4px;
}
.navi .floatingNavi__menuText{
  font-size: 16px;
  color:#ffffff;
  padding: 0;
  justify-content: center;
}
.navi .floatingNavi__menuItem a.floatingNavi__menuText{
  color: #ffffff;
}
.navi .floatingNavi__menuItem[aria-expanded=true],
.navi .floatingNavi__menuItem:hover{
  background-color: #895558;
  color: #ffffff;
  font-weight: normal;
}
/* floatingNavi__submenu */
.navi .floatingNavi__submenu_wrap{
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.navi .floatingNavi__submenu{
  padding: 24px 24px;
}
.navi .floatingNavi__submenu li{
  box-sizing: border-box;
  border-bottom: 1px solid #cacaca;
}
.navi .floatingNavi__submenu__text{
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  height: 46px;
  box-sizing: border-box;
  color: #1e1c1b;
  font-size: 16px;
}
.navi .floatingNavi__submenu__text::before{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 2px #9f1630;
  border-bottom: solid 2px #9f1630;
  transform: translateY(45%) rotate(-45deg)!important;
  bottom: 50%;
  right: 16px;
}
/* hover */
.navi .floatingNavi__submenu li:hover{
  background-color: #f8efe1;
  cursor: pointer;
}
.floating_navi_btn a{
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 167px;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 4px;
  line-height: 1.3;
}
.floating_navi_btn a:hover{
  opacity: .8;
}
.floating_navi_btn a::before{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg)!important;
  top: 0;
  bottom: 0;
  right: 10px;
}
.floating_navi_btn._01 a{
  background-color: #9f1630;
  margin: 8px 0 0 8px;
}
.floating_navi_btn._02 a{
  background-color: #c08c1b;
  margin: 8px 0 0 8px;
}
/*
 btn
=================================== */
/* .cmnBtn */
/* .cmnBtn a {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 10vw);
  height: 18.75vw;
  line-height: 18.75vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #870b23;
  border-radius: 9.375vw;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
} */
.cmnBtn a:hover{
  opacity: .8;
}
.cmnBtn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 50%;
  right: 32px;
}

.cmnBtn._white a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #870b23;
  color: #fff;
  width: 468px;
  height: 80px;
  border-radius: 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  margin: 0 auto;
  font-size: 24px;
}
.cmnBtn._white a:after {
  border-color: #fff;
}
.cmnBtn._other a {
  background-color: #870b23;
  color: #ffffff;
}
.cmnBtn._other a:after {
  border-color: transparent transparent #ffffff transparent;
}

/*
 cmnConTtl
=================================== */
.cmnConTtl {
  margin-bottom: 23px;
  font-size: 55px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", serif;
  text-align: center;
  color: #1e1c1b;
}
.keyword_area .cmnConTtl {
  margin-bottom: 48px;
}
.cmnConTtl:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 0 auto;
  margin-top: 13px;
  background: #870b23;
}
.cmnConTtl.riTxtColor_ffffff:after,
.cmnConTtl.ru-c-ffffff:after {
  border-bottom: solid 1px hsl(0, 0%, 100%) !important;
}
/*
 cmnConSubTtl
=================================== */
.cmnConSubTtl {
  margin-bottom: 2.5vw;
  font-size: 152.43%;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", serif;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1e1c1b;
}
/*
main_section
======================================================= */
.main_section{
  padding: 84px 0 90px;
  position: relative;
}
.main_section .riCenterWrap {
  display: flex;
  flex-wrap: wrap;
}

.bg_area .main_section:nth-of-type(odd)::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  background-color: #fbebd4;
  background-image: url(https://r.r10s.jp/evt/event/food/season/winter/2025/_pc/img/cmn/bg_paper02.png);
  background-repeat: repeat;
  background-size: 2000px auto;
  background-position: top center;
  z-index: -1;
}
.main_section.gourmet::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  background-color: #fbebd4;
  background-image: url(https://r.r10s.jp/evt/event/food/season/winter/2025/_pc/img/cmn/bg_paper02.png);
  background-repeat: repeat;
  background-size: 2000px auto;
  background-position: top center;
  z-index: -1;
}
/* .main_section.gourmet::before,
.main_section.bargain_gourmet::before,
.main_section.keyword_area::before,
.main_section.bg_01::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  background-color: #fbebd4;
  background-image: url(https://r.r10s.jp/evt/event/food/season/winter/2025/_pc/img/cmn/bg_paper02.png);
  background-repeat: repeat;
  background-size: 2000px auto;
  background-position: top center;
  z-index: -1;
} */
.main_section.select_shop::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  background-color: #870b23;
  z-index: -1;
}
.rule{
  position: relative;
  margin-top: 84px;
  padding: 84px 0;
}
.rule::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  background-color: #f7f7f7;
  z-index: -1;
}
/*
gourmet
======================================================= */
.gourmet .columnLayout ul.col1{
  margin-bottom: 24px;
}
.gourmet .columnLayout ul.col3{
  gap: 24px;
}
.gourmet .columnLayout .itemLink {
  color: #333 !important;
  background-color: #fff;
  border-radius: 10px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
  height: 100%;
  display: flex;
  flex-flow: column;
}
.gourmet .columnLayout .itemLink:hover{
  opacity: .8;
}
.gourmet .columnLayout .itemText{
  padding: 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.gourmet .columnLayout .itemTitle {
  font-size: 24px;
  font-weight: bold;
  font-family: "HiraMinProN-W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "メイリオ", Meiryo,serif !important;
  color: #333;
  text-align: center;
  line-height: 1.3;
}
.gourmet .columnLayout .itemDescription {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.gourmet .columnLayout ul > li.listCol1 {
  width: 100%;
  margin-left: 0;
}

/*
bargain_gourmet
======================================================= */
.condition-navigationLink_inner{
  border: 1px solid #870b23;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
a.condition-navigationLink_link:hover{
  opacity: .8;
}
.condition-navigationLink_textContainer{
  padding: 18px 0;
  min-height: 114px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.condition-navigationLink_mainText{
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #870b23;
  font-weight: bold;
  font-family: '游明朝',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN',serif;
}
.condition-navigationLink_textContainer::after{
  content: "";
  position: absolute;
  right: 6px;
  bottom: 7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style:solid ;
  border-width:7.5px;
  border-color: transparent #870b23 #870b23 transparent;
}
.condition-navigationLink_subText.-small{
  color: #333;
  text-align: center;
  font-size: 12px;
}
.condition-navigationLink_mainText ._small {
  font-size: 14px;
}
/*
select_shop
======================================================= */
.select_shop .cmnConTtl,
.select_shop .conLead{
  color: #fff;
}
.select_shop .cmnConTtl:after{
  background-color: #fff;
}
.select_shop .cmnBtn._white a{
  margin: 0 auto;
  background-color: #c08c1b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  
}
/*
ranking_area
======================================================= */
.ranking_area .disclaimer {
  padding: 16px 0 0;
  background-color: #ffffff;
  mix-blend-mode: multiply;
}
.ranking_area .disclaimer span{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
/*
keyword_area
======================================================= */
.note_box{
  font-size: 18px;
  margin: -57px auto 75px;
  line-height: 1.4;
  text-align: center;
}
.note_text{
  padding-left: 1em;
  text-indent: -1em;
}
/* search */
.searchBox_wrap{
  width: 676px;
  margin: 0 auto 48px;
}
.search01 .search_box{
  border-radius: 0;
  border: 1px solid #870b23;
  height: 57px;
  /* 角丸用↓ */
  border-radius: 8px; 
}
.search01 .search_box_submit{
  width: 58px;
  padding: 0;
  background-color: #870b23;
  /* 角丸用↓ */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; 
}
.search01 .search_input{
  padding-left: 24px;
  font-size: 16px;
}
.search01 .search_input::placeholder{
  color: #b7b3af;
}
.search01 .search_box_ic{
  font-size: 28px;
  color: #fff;
}

.trending_words{
  font-size: 38px;
  margin-bottom: 35px;
}

/* keyword_area */
.recommend_keyword{
  padding: 0;
}
.keyword_area .recommend_keyword .func--type41646 a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 12px;
  border: 1px solid #870b23;
  border-radius: 8px;
  font-size: 14px;
  color: #1e1c1b;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}
.keyword_area .recommend_keyword .func--type41646 a:hover{
  opacity: .8;
}
.keyword_area .recommend_keyword .func--type41646 a::before{
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #870b23 transparent;
  border-bottom-right-radius: 4px;
}
/*
feature_list
======================================================= */
.special .itemList{
  padding-bottom:5px;
  display: flex;
  flex-wrap: wrap;
}
.special .itemList .listWrap{
  display: flex;
  width: calc((100% -  48px - 0.1px)/3);
  margin-right: 24px;
  margin-bottom: 10px;
}
.special .itemList .listWrap a{
  flex-grow: 1;
}
.special .itemList .listWrap a:hover{
  opacity: 0.8;
}
.special .itemList .listWrap:nth-child(3n + 3){
  margin-right: 0;
}
.special .listWrapInner{
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  border-bottom:solid 1px #bbbaba;
  margin: 0;
}
.special .listWrapInner:after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: calc(50% - 10.5px);
  transform: rotate(-45deg);
  border-right: solid 2px #870b23;
  border-bottom: solid 2px #870b23;
}
.special .listImg,
.special .listTxt{
  display:flex;
  flex-direction: column;
  vertical-align:middle;
  letter-spacing:normal;
  margin: 0;
}
.special .listImg{
  width:70px;
  margin: 0;
}
.special .listTxt{
  width:210px;
  margin-left:12px;
  position: relative;
  line-height: 1.6;
  background-image:none;
}
.special .listTxt .listTtl{
  font-size:114.32%;
  font-weight:bold;
  color:#870b23!important;
}
.special .listTxt .listDescription{
  min-height: 45px;
  color:#1e1c1b!important;
}
/*
related
======================================================= */
.related{
  padding: 62px 0;
}
.related_list{
  display: flex;
  flex-wrap: wrap;
}
.related_list li a img{
  width: 100%;
  height: auto;
}
.related a:hover{
  opacity: .8;
}
/*
floating_bnr
======================================================= */
.floatingBanner {
	display: none;
	position: fixed;
	width: 960px;
	height: auto;
	bottom: 0;
	left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 101;
}
.floatingBanner .bannerWrap {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.floatingBanner .banner_list {
  display: flex;
  justify-content: space-between;
  width: 780px;
  height: auto;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: rgba(0,0,0,.5);
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
/* .floatingBanner .banner_list._col02 {
  width: 780px;
} */
.floatingBanner .banner_list._col02 .bnrImg_wrap {
	width: calc((100% - 24px)/2);
  background-color: #fff;
}
.floatingBanner .banner_list._col01 .bnrImg_wrap {
	width: 100%;
  background: #fff;
}
.floatingBanner .banner_list .bnrImg_wrap a{
  display: block;
}
.floatingBanner .banner_list .bnrImg_wrap a:hover{
  opacity: .8;
}
.floatingBanner .banner_list .bnrImg_wrap img {
	width: 100%;
  height: auto;
}
.floatingBanner .closeButton {
  cursor: pointer;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -14px;
  right: 78px;
	background-image: url(https://r.r10s.jp/evt/event/food/season/winter/2025/_cmn/img/floatingclose_btn.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.floatingBanner .closeButton:hover {
	opacity: .8;
}
/*
menu
======================================================= */