@charset "utf-8";
/*
 common
============================================*/
html{overflow:auto;}
body{
  position:relative;
  min-width:1024px;
  overflow-x:hidden;
  color: #333;
}
.all_contents a:hover{
  text-decoration: none;
}
.all_contents{
  font-size: 14px;
  color: #333;
}
/*
section
======================================================= */
.main_section{
  padding-bottom: 80px;
}
/*h2*/
.main_ttl_wrap{
  margin-bottom: 44px;
}
.main_ttl{
  position: relative;
  font-family: "HiraMinProN-W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "メイリオ", Meiryo,serif !important; 
  display: block;
  padding: 76px 0 40px;
  font-size: 36px;
  font-weight: bold;
  color: #494949;
  line-height: 1.2;
  text-align: center;
}
.main_ttl::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 182px;
  transform: translateX(-50%);
  margin-left: 50%;
  background-image: url("https://r.r10s.jp/evt/event/food/season/summer/2025/_pc/img/cmn/h2_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  z-index: -1;
}
.main_ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 18px;
  padding: 0;
  background-image: url("https://r.r10s.jp/evt/event/food/season/summer/2025/_pc/img/cmn/h2_dot.png");
  background-repeat: no-repeat;
  background-size: 68px 18px;
  background-position: top center;
  z-index: 1;
}
.main_ttl_subText{
  margin-top: 24px;
  font-size: 18px;
  color: #494949;
  text-align: center;
}
.sub_ttl_wrap{
  text-align: center;
}
.sub_ttl{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 28px;
  color: #494949;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.sub_ttl::before,
.sub_ttl::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background-image: url("https://r.r10s.jp/evt/event/food/season/summer/2025/_cmn/img/h3_dec.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.sub_ttl::before{
  left: 0;
}
.sub_ttl::after{
  right: 0;
}
.small_ttl{
  position: relative;
  margin-bottom: 20px;
  color: #494949;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

/*btn*/
.default_btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 72px;
  margin: 44px auto 0;
  color: #494949;
  font-size: 18px;
  border-radius: 36px;
  background-color: #ffdf8a;
  text-align: center;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.default_btn a:hover{
  opacity: .8;
}
.default_btn a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #494949;
  border-top: 1px solid #494949;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ad_wrap + .default_btn{
  margin-top: 44px;
}
.ad_wrap + .ad_wrap{
  margin-top: 40px;
}

/*
navi
======================================================= */
.navi .floatingNavi__menu{
  background-color: #fff;
  background: linear-gradient(to bottom, rgba(255,251,143,1) 0%, rgba(252,255,254,1) 80%, rgba(255,255,255,1) 100%);
  border-bottom: none!important;
}
.navi .floatingNavi__menu[data-static=false][data-sticky=false]{
  z-index: 1;
}
.navi .floatingNavi__logo{
  width: 170px;
  margin-right: 280px;
}
.navi .floating_navi_btn{
  position: relative;
}
.navi .floating_navi_btn  + .floating_navi_btn::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  background-color: #dfdfdf;
  display: block;
  z-index: 1;
}
.navi .floating_navi_btn a{
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 170px;
  height: 100%;
  padding: 0;
  border: none!important;
  color: #494949;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.navi .floating_navi_btn a i{
  display: inline-block;
  font-size: 24px;
}
.navi .floatingNavi__logo a:hover{
  text-decoration: none;
  opacity: .8;
}
.navi .floating_navi_btn a:hover{
  text-decoration: none;
  background-color: #fff5dc;
}
.navi .floatingNavi__menuItem{
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 170px;
  height: 100%;
  padding: 0 0 4px;
  border: none!important;
  color: #fff;
  background-color: #eb9001;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.navi .floatingNavi__menuItem.ecm-floating-navi-item-expand[aria-expanded=true]{
  color: #494949!important;
  background-color: #fff5dc;
}
.navi .floating_navi_btn a >.chevron-right{
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 0;
  font-size: 14px;
  font-weight: normal!important;
  line-height: 1;
}
.navi .floatingNavi__menuItem > .chevron-down{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4px;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal!important;
  line-height: 1;
  transform: translate(0);
}
.navi .floatingNavi__megaDropdown{
  top: 64px;
  border-radius: 0 0 8px 8px;
}
.navi .floatingNavi__submenu_wrap{
  padding: 22px 32px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
}

.navi a.floatingNavi__submenu__text{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 8px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 16px;
  color: #494949;
  line-height: 1.25;
  box-sizing: border-box;
}
.navi a.floatingNavi__submenu__text:hover{
  text-decoration: none;
  background-color: #fff5dc;
}
.navi a.floatingNavi__submenu__text i{
  margin-left: auto;
  font-size: 14px;
    
}
/*
ranking
======================================================= */
/* Realtime_ranking */
/*#rnkDailyUpdateDate {
  float: right;
}
.clearfix{
  padding-bottom: 8px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}*/
/* disclaimer */
.annotation{
  width: 880px;
  margin: 44px auto 0;
  padding: 24px 40px;
  background-color: #eeeeee;
  color: #717171;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

/*
search
======================================================= */
.searchBox_wrap{
  width: 830px;
  margin: 0 auto;
}
.search01 .search_box{
  border-radius: 0;
  border: 2px solid #ed9200;
  height: 56px;
  /* 角丸用↓ */
  border-radius: 4px; 
}
.search01 .search_box_submit{
  width: 56px;
  padding: 0;
  background-color: #ed9200;
  /* 角丸用↓ */
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; 
}
.search01 .search_input{
  padding-left: 16px;
  font-size: 16px;
}
.search01 .search_input::placeholder{
  color: #b7b3af;
}
.search01 .search_box_ic{
  font-size: 26px;
  color: #fff;
}

/*
related
======================================================= */
.related_list a{
  display: block;
}
.related_list a:hover{
  opacity: .8;
}
.related_list a img{
  width: 100%;
  height: auto;
}

/*
pagelist
======================================================= */
/* pagelist_area */
.pagelist_wrap{
  margin-top: -20px;
}
ul .pagelist_list{
  position: relative;
  border-bottom: 1px solid #cacaca;
}
.pagelist_list::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #ed9200 transparent;
}
a.pagelist_box{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  height: 92px;
  padding-top: 20px;
  color: #404040!important;
  line-height: 1.35;
  box-sizing: border-box;
}
a.pagelist_box:hover{
  opacity: .8;
}
.pagelist_box .img_area{
  width: 66px;
  margin-right: 12px;
}
.content_rigth_area{
  width: 220px;
}
.content_rigth_title{
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 4px;
  line-height: 1.1;
}
.content_rigth_text{
  font-size: 14px;
}

.related_list li a{
  display: block;
}
.related_list li a:hover{
  opacity: .8;
}

/*
_point10
======================================================= */
._point10.main_ttl_wrap{
  margin-bottom: 30px;
}
._point10 > .main_ttl{
  line-height: 1.1;
}
.point10_subText > span{
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0 0 18px;
  font-size: 30px;
  color: #eb9000;  
}
.point10_subText > span::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 11px;
  padding: 0;
  background-image: url("https://r.r10s.jp/evt/event/food/season/summer/2025/_pc/img/top/point10_line.png");
  background-repeat: no-repeat;
  background-size: 379px 11px;
  background-position: top center;
  z-index: 1;
}
.point10_mainText {
  font-size: 36px;
}
.point10_mainText ._fz28 {
  font-size: 28px;
}
.point10_mainText ._fz64 {
  display: inline-block;
  margin: 0 4px;
  font-size: 64px;
}
.periodWrap01{
  margin: 0 0 44px;
  color: #494949;
}
.periodTxt{
  margin-bottom: 16px;
  font-size: 20px;
  text-align: center;
}
.period_ttl{
  font-weight: bold;
}
.cautionTxt + .cautionTxt{
  margin-top: 2px;
}
.cautionTxt_wrap a{
  text-decoration: underline;
}
.cautionTxt_wrap a:hover{
  text-decoration: underline;
  opacity: .8;
}
.cautionTxt{
  font-size: 14px;
  color: #494949;
  text-align: center;
}

/*
 floating_bnr
----------------------------------------------------- */
.floatingBanner {
	display: none;
	position: fixed;
	width: 860px;
	height: auto;
	bottom: 0;
	left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 101;
}
.floatingBanner .bannerWrap {
	position: relative;
	width: 860px;
	height: auto;
	margin: 0 auto;
}
.floatingBanner .banner_list {
  display: flex;
  justify-content: space-between;
	width: 100%;
	height: auto;
  padding: 16px 64px;
  background-color: rgba(0,0,0,.5);
  box-sizing: border-box;
}
.floatingBanner .banner_list._col02 .bnrImg_wrap {
	width: calc((100% - 24px)/2 - 0.001px);
}
.floatingBanner .banner_list._col01 .bnrImg_wrap {
	width: 100%;
}
.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: 45px;
	height: 45px;
	top: -22px;
	right: -20px;
	background-image: url("https://r.r10s.jp/evt/event/food/season/summer/2025/_cmn/img/floatingclose_btn.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.floatingBanner .closeButton:hover {
	opacity: .8;
}

.rule{
  position: relative;
  padding: 76px 0 80px;
  background-color: #f7f7f7;
}
.rule::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: #f7f7f7;
}