@charset "utf-8";
/*
 common
============================================*/
html{overflow:auto;}
body{
  min-width:1024px;
  overflow-x:hidden;
  color: #333;
}
.all_contents{
  font-size: 14px;
  color: #333;
}

.main_section{
  padding: 0 0 76px;
}
.main_section._bg01{
  background-color: #fff8de;
}
.main_section._bg02{
  background-color: #fff;
}

.section_inner{
  width: 960px;
  margin: 0 auto;
}

.sub_section + .sub_section{
  margin-top: 80px;
}

.rule{
  padding: 60px 0;
  background-color: #f7f7f7;
}

/*
 kanban
============================================*/
.kanban_wrap{
  position: relative;
  max-width: 100%;
  min-width: 1024px;
  height: 430px;
  overflow: hidden;
}
.kanban_bgImg ul li{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 430px;
  transform: translateX(-50%);
  margin-left: 50%;
  overflow: hidden;
}
.kanban_bgImg ul li img{
  width: 100%;
  height: auto;
  transform-origin: center center;
  animation-name: zoomIn;
  animation-duration: 8s;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.kanban_title{
  position: relative;
  z-index: 1;
}
/*
 keyframes
----------------------------------------*/
 @keyframes zoomIn {
  from {
    transform: scale(1.06,1.06);
   }
  to {
    transform: scale(1,1);
  }
}

/*
 title
============================================*/
.main_title_wrap{
  margin-bottom: 32px;
}
.main_title{
  position: relative;
  padding-top: 118px;
  font-size: 36px;
  font-weight: bold;
  color: #65463b;
  text-align: center;
}
.main_title span{
  position: relative;
  display: inline-block;
  z-index: 2;
}
.main_title::before{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 1920px;
  height: 80px;
  transform: translateX(-50%);
  margin-left: 50%;
}
._bg01 .main_title::before{
  background-color: #ffffff;
}
._bg02 .main_title::before{
  background-color: #fff8de;
}
.main_title::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 154px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: 1;
}
.point10 .main_title::after{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h2_bg01.png");
}
.point10 + .recommend .main_title::after{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h2_bg02.png");
}
.rice_area .main_title::after{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h2_bg03.png");
}
.category .main_title::after{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h2_bg04.png");
}
.keyword .main_title::after{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h2_bg05.png");
}
.ranking .main_title::after{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h2_bg06.png");
}
.period_area + .recommend .main_title,
.related .main_title{
  padding-top: 0;
}
.period_area + .recommend .main_title::before,
.period_area + .recommend .main_title::after,
.related .main_title::before,
.related .main_title::after{
  content: none;
  background: none;
  display: none;
}

.main_title_note{
  font-size: 14px;
  width: 510px;
  margin: 12px auto 0;
}
.main_title_note p{
  padding-left: 1em;
  text-indent: -1em;
}

.category_title{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 36px;
  padding-top: 12px;
  font-size: 30px;
  font-weight: bold;
  color: #65463b;
  text-align: center;
}
.category_title::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.sub_section:nth-of-type(3n - 2) .category_title::before{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h3_bg01.png");
}
.sub_section:nth-of-type(3n - 1) .category_title::before{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h3_bg02.png");
}
.sub_section:nth-of-type(3n) .category_title::before{
  background-image: url("https://r.r10s.jp/evt/event/food/season/autumn/_pc/img/20250901/h3_bg03.png");
}
.category_title span{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.ranking .category_title{
  margin-bottom: 8px;
}

/*
 btn
============================================*/
.default_btn > a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px auto 0;
  width: 360px;
  height: 58px;
  border-radius: 29px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #d8490c;
  text-align: center;
}
.default_btn > a .right_icon{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  right: 20px;
  font-size: 14px;
  font-weight: bold;
  margin: auto 0;
  line-height: 1;
}
.default_btn > a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
 mainNavi
============================================*/
.mainNavi_container{
  border-bottom: none!important;
}
.mainNavi_navi{
  height: 60px;
  background-color: #fff8de;
}
.mainNavi_navi .mainNavi_anchor{
  width: calc(960px/9);
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #65463b;
  border: none;
  line-height: 1.3;
}
.mainNavi_navi .mainNavi_anchor::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #65463b;
  display: block;
  z-index: 1;
}
.mainNavi_navi .mainNavi_anchor:last-of-type::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #65463b;
  display: block;
  z-index: 1;
}
.mainNavi_navi .mainNavi_anchor[data-in-viewport=true]{
  background-color: #65463b;
  border: none;
  font-weight: bold;
  color: #fff;
}
.mainNavi_navi .mainNavi_anchor:hover{
  font-weight: bold;
}

/*
 period_area
============================================*/
.point10_text{
  margin: 32px 0;
  text-align: center;
}
.period_box{
  width: 680px;
  margin: 0 auto;
  padding: 24px 0;
  background-color: #ededed;
}
.period{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.period_title{}

.campaignLink_wrap{
  width: 400px;
  margin: 24px auto 0;
}
.campaignLink_wrap li{
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.campaignLink_wrap li + li::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 16px;
  background-color: #333333;
  margin: auto 0;
}
.campaignLink_wrap li a{
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.2;
  color: #333333; 
}
.campaignLink_wrap li a:hover{
  text-decoration: underline;
}
.kanban_lead{
  padding: 48px 0 60px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

/*
 point10
============================================*/

/*
 recommend
============================================*/
.recommend_index{
  margin-bottom: 52px;
}
.recommend_index li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-top: 10px;
  border-radius: 16px;
  background-color: #f1dd93;
  color: #65463b;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.recommend_index li a span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  margin-bottom: 2px;
}
.recommend_index li a .bottom_icon{
  font-size: 16px;
  font-weight: bold;
}
.recommend_index li a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
 rice_area
============================================*/

/*
 category
============================================*/

/*
 keyword
============================================*/
.searchBox_wrap {
  width: 780px;
  margin: 0 auto 32px;
}
.search01 .search_box {
  border: 1px solid #d8490c;
  height: 54px;
  border-radius: 4px;
}
.search01 .search_box_submit {
  width: 56px;
  padding: 0;
  background-color: #d8490c;
  /* 角丸用↓ */
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; 
}
.search01 .search_input {
  padding-left: 20px;
  font-size: 16px;
}
.search01 .search_input::placeholder {
  color: #999999;
}
.search01 .search_box_ic {
  font-size: 26px;
  color: #fff;
}
.keyword_wrap{
  width: 770px;
  margin: 0 auto;
}
.keyword01 .keyword_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  color: #65463b;
  text-align: center;
  background-color: #f1dd93;
  line-height: 1.2;
}
.keyword01 .keyword_list a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
 ranking
============================================*/
.ranking_note{
  font-size: 14px;
  margin-top: 36px;
}
.ranking_note li{
  padding-left: 1em;
  text-indent: -1em;
}

/*
 related
============================================*/
.related{
  padding-top: 80px;
}
.related_list a{
  display: block;
}
.related_list a:hover{
  opacity: .8;
}

/*
 alcor・ad
============================================*/
.ad_wrap + .ad_wrap{
  margin-top: 32px;
}
.ad_wrap .ad_item{
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.searchAlcor_item{
  padding: 0;
  border: 1px solid #e2e2e2;
}

