@charset "utf-8";
/*
 common
============================================*/
html{overflow:auto;}
body{
  position:relative;
  min-width:1024px;
  overflow-x:hidden;
  color: #333;
}

.all_contents{
  font-size: 14px;
  color: #333;
}

.main_section{
  position: relative;
  padding-bottom: 80px;
}

/*
kanban
======================================================= */
.kanban_wrap{
  position: relative;
  overflow: hidden;
}
.kanban_text{
  font-size: 23px;
  font-weight: bold;
  color: #6d2c2c;
  background-color: #fcd037;
  text-align: center;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kanban__image{
  z-index: -1;
}
/* 看板アニメーション */
.brandday-kanban__animationWrap {
  width: 100%;
  position: absolute;
  padding-top:366px;
  z-index:1;
  top: 0;
}
.brandday-kanban__animationWrap .brandday-kanban__anime{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade_anime 5s 1s infinite linear;
}
.brandday-kanban__anime img{
  margin-left: 50%;
  transform: translateX(-50%);
}
.brandday-kanban__animationWrap ._01 {
  animation: fade_anime 8s infinite;
  animation-delay: 0s;
}
.brandday-kanban__animationWrap ._02 {
  animation: fade_anime 8s infinite;
  animation-delay: 4s;
}

@-webkit-keyframes fade_anime {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  68% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*
 title
======================================================= */
/* title01 */
.title01{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #6d2c2c;
  padding-bottom: 38px;
  line-height: 1.3;
}
/* title02 */
.title02{
  position: relative;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 3px;
  box-sizing: border-box;
}
.title02::before{
  content: "";
  background-color: #f37502;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.title02 .head_text{
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.title02 .sub_title{
  font-size: 26px;
  position: relative;
}
.title02 .sub_title::before,
.title02 .sub_title::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 29px;
  top: 40%;
  transform: translateY(-50%);
}
.title02 .sub_title::before{
  background: url(https://r.r10s.jp/evt/event/food/festival/_cmn/img/20230330/ic_left01.png) no-repeat;
  background-size: 100%;
  left: -29px;
}
.title02 .sub_title::after{
  background: url(https://r.r10s.jp/evt/event/food/festival/_cmn/img/20230330/ic_right01.png) no-repeat;
  background-size: 100%;
  right: -29px;
}
.title02 + p{
  line-height: 1.5;
}

/* button01 */
.button01{
  margin: 40px auto 0;
}
.button01 + .button01{
  margin: 16px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 72px;
  margin: 0 auto;
  border-radius: 36px;
  background: #fcd037;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button01 .buttonLink:hover{
  opacity: .8;
  text-decoration: none;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 28px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
}
/*
coupon
======================================================= */
.coupon{
  padding-top: 48px;
  padding-bottom: 80px;
  line-height: 1.5;
}
/* coupon02 */
.coupon02{
  padding-bottom: 20px;
}
.coupon_body::before{
  background-image: 
    radial-gradient(circle at center left, transparent 0, transparent 10px, #f37502 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #f37502 11px);
}
.coupon_link{
  box-sizing: border-box;
  height: 117px;
}
.coupon_link::before{
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-image: 
    radial-gradient(circle at center left, transparent 0, transparent 11px, #ffffff 12px),
    radial-gradient(circle at center right, transparent 0, transparent 11px, #ffffff 12px);
}
.coupon_discount_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coupon_discount{
  color: #f37502;
}
.coupon_discount > em{}
.coupon_title{}

.coupon_text{
  height: 41px;
  color: #ffffff;
  border: none;
  background-color: #f37502;
}
.coupon_text .coupon_text_icon{
  color: #ffffff;
}
.coupon_note{}

/* periodWrap01 */
.periodWrap01{
  width: 780px;
  margin: 0 auto;
  display: block;
  padding: 21px 0 26px;
  background-color: #ededed;
  font-size: 12px;
  color: #404040;
}
.periodWrap01 .campaignLinkList{
  justify-content: center;
  margin-top: 22px;
  padding: 0;
  width: 400px;
  margin: 22px auto 0;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  margin-bottom: -4px;
}
.periodWrap01 .periodTxt ._bold{
  font-weight: bold;
}
.periodWrap01 .campaignLink{
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink span:hover{
  text-decoration: underline;
}
.periodWrap01 .campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  position: relative;
  text-decoration: none;
}
.periodWrap01 .campaignLink:nth-child(2n) {
  border-left: solid 1px #c6c6c6;
}
.periodWrap01 .couponNote_Info{
  margin-top: 18px;
  padding: 0 12px;
  color: #666666;
  text-align: center;
}
.periodWrap01 .couponNote_Info li{
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
/*
 mainNavi
============================================*/
.mainNavi_container{
  border-bottom: none!important;
}
.mainNavi_navi{
  height: 52px;
  background-color: #ffe982;
}
.mainNavi_navi .mainNavi_anchor{
  width: calc(960px/6);
  padding: 0;
  font-size: 15px;
  color: #6d2c2c;
  font-weight: normal;
  border: none;
  line-height: 1.3;
  border-left: 1px solid #c79d2c;
}
.mainNavi_navi .mainNavi_anchor:last-of-type{
  border-right: 1px solid #c79d2c;
}
.mainNavi_navi .mainNavi_anchor[data-in-viewport=true]{
  background-color: #fcd937;
  border-bottom: none;
  border-color: #c79d2c;
  font-weight: bold;
}
.mainNavi_navi .mainNavi_anchor:hover{
  font-weight: bold;
}

/*
link_layout01
======================================================= */
.link_layout01{
  margin: 0 0 -20px;
}
.shop_03_itembox{}
.shop_03_itembox a{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #404040;
}
.shop_03_itembox .img_box{
  background-color: #fff;
}
.shop_03_itembox img{
  width: 100%;
  height: auto;
}
.shop_03_itembox .img_box{
  position: relative;
  box-sizing: border-box;
  border: 2px solid #fcd037;
  border-radius: 6px;
  overflow: hidden;
}
.shop_03_itembox .img_box::before{
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fcd037 #fcd037 transparent;
}
.shop_03_itembox span{
  padding-top: 12px;
  height: 72px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.shop_03_itembox a:hover{
  text-decoration: none;
}
.shop_03_itembox a .img_box:hover{
  opacity: .8;
}


/*.tabWrap_opacity
========================*/
.ranking_area .tabWrap_opacity {
  display: block!important;
  width: 960px;
  height: 0;
  overflow: hidden;
}
.ranking_area .tabWrap_opacity[aria-hidden=false] {
  height: auto;
  overflow: visible;
}

/* rankingNote02 */
.rankingNote02{
  margin-top: 16px;
  padding: 24px 44px;
  background-color: #ededed;
  font-size: 14px;
  color: #666;
}

/*
search_area
======================================================= */
.search_wrap{
  width: 780px;
  margin: 0 auto;
}
.search01 .search_box{
  border: 2px solid #fcd037;
  height: 54px;
}
.search01 .search_box_submit{
  width: 56px;
  padding: 0;
  background-color: #fcd037;
}
.search01 .search_input{
  padding-left: 24px;
  font-size: 16px;
}
.search01 .search_input::placeholder{
  color: #b7b3af;
}
.search01 .search_box_ic{
  font-size: 24px;
  color: #333;
}
  
/* keyword01 */
.keyword01{
  margin-top: 24px;
}
.keyword01 .keyword_list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  background-color: #ffe99c;
  text-align: center;
  box-sizing: border-box;
}
.keyword01 .keyword_list > li a:hover{
  opacity: .8;
  text-decoration: none;
}
/*
tab01
======================================================= */
.tab_container{
  width: 780px;
  margin: 0 auto 48px;
  border: 2px solid #fcd037;
  border-radius: 5px;
  overflow: visible;
}
.tab01 .tab_menuItem{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-grow: 1;
  min-height: 46px;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
.tab01 .tab_menuItem[aria-selected=true]::after{
  bottom: -10px;
  left: 50%;
  width: 18px;
  height: 10px;
  margin-left: -9px;
}
.tab01 .tab_menuItem + .tab_menuItem{
  border-left: 2px solid #fcd037;
}
.tab01 .tab_menuItem:first-of-type{
  border-radius: 2px 0 0 2px;
}
.tab01 .tab_menuItem:last-of-type{
  border-radius: 0 2px 2px 0;
}
.tab01 .tab_menuItem:hover {
  font-weight: bold;
}
.tab01 .tab_menuItem[aria-selected=true] {
  background-color: #fcd037;
  font-weight: bold;
}

/*
shop_list
======================================================= */
.modal_content_wrapper{
  width: 100%;
}
.modal_content{
  border-radius: 0;
  padding: 0;
}
.shoplist_title{
  padding: 18px 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.tab_menuItem_shop{
  font-size: 14px;
}
.tab_menuItem_shop[aria-selected=true]{
  color: #f37502;
  font-weight: 700;
  border-bottom: 2px solid #f37502;
}
.shoplist_title01{
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 56px 0 20px;
}
.shoplist_title01::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 120px;
  height: 2px;
  background-color: #fcd037;
}
.shoplist_box{}
.shoplist_box li a{
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 0 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  color: #333;
  line-height: 16px;
  font-size: 14px;
}
.shoplist_box li a .right_icon{
  margin-left: auto;
  color: #9c9c9c;
  font-weight: bold;
}
.shoplist_box li a:hover{
  opacity: .8;
  font-weight: bold;
  text-decoration: none;
}


/*
rule
======================================================= */
.rule{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.rule::before{
  background-color: #f7f7f7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

.bnr_area a{
  display: inline-block;
}
.bnr_area a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
 floatingNotification
============================================= */
.floating_banner01 {
  padding: 16px 24px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.16);
}
.floating_banner01 button{
  display: block;
  background: url(https://r.r10s.jp/evt/event/food/festival/_cmn/img/20230330/floating_close_btn.png) no-repeat center center;
  background-size: 100% auto;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -16px;
  right: -16px;
  border: none;
}
.floating_banner01 ul li a{
  display: block;
}
.floating_banner01 ul li a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
 20250829 pitari
============================================= */
.pitari_video_list li{
  display: flex;
}
.pitari_video_list li a{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border: 2px solid #fcd037;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,.14);
}
.pitari_video_list li a:hover{
  opacity: .8;
  text-decoration: none;
}
.pitari_video_list li a{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 2px solid #fcd037;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,.14);
}
.pitari_video_list li a .text_box{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.pitari_video_list li a ._name{
  flex-grow: 1;
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
}
.pitari_video_list li a ._price{
  margin-bottom: 4px;
  font-family: Roboto, HiraKakuProN-W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #c10200;
}
.pitari_video_list li a .price_small{
  font-size: 14px;
}
.pitari_video_list li a ._shop{
  margin-bottom: 12px;
  font-size: 12px;
  color: #666;
}
.pitari_video_list li a ._button{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  border-radius: 27px;
  background: #fcd037;
  color: #333;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.pitari_video_list li a ._button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 28px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
}
.pitari_video_list .item_videoWrap{
  width: 100%;
}
.pitari_video_list .item_videoWrap .video-js {
  width: 100%;
  height: 0;
  padding-top: 100%;
}