@charset "utf-8";
/*
kanban
======================================================= */
.kanban_wrap{
  width: 100%;
  overflow: hidden;
}
.kanban_center{
  width: 1920px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.animationContent{
  position: relative;
  width: 1920px;
  height: 346px;
  overflow: hidden;
}
.animationContent > div{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 346px;
}
.animationContent .kanban_ttl{
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 1px;
  text-align: center;
  z-index: 2;
}
.animationContent .bg_img1{
  z-index: -1;
}
.animationContent .img1 {
  background-image: url("https://r.r10s.jp/evt/event/food/season/summer/2026/_pc/img/top/kanban02.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  animation: fade_anime02 linear 6s 0s infinite;
  z-index: 1;
}
.animationContent .img2 {
  background-image: url("https://r.r10s.jp/evt/event/food/season/summer/2026/_pc/img/top/kanban01.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  animation: fade_anime01 linear 6s 0s infinite;
  z-index: 2;
}
@keyframes fade_anime01 {
	0% {
		height: 100%;
	}
	47% {
		height: 100%;
	}
	50% {
		height: 0;
	}
  100% {
		height: 0;
  }
}
@keyframes fade_anime02 {
	0% {
		height: 100%;
	}
	50% {
		height: 100%;
	}
	97% {
		height: 100%;
	}
  100% {
		height: 0;
  }
}

.kanban_lead{
  padding: 32px 0;
  font-size: 18px;
  text-align: center;
  color: #494949;
  line-height: 1.6;
}


/*
category_list
======================================================= */
.category_list{
  position: relative;
}
.category_list ul li a{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  font-size: 15px;
  color: #494949;
  text-align: center;
  overflow: hidden;
  line-height: 1.35;
  box-sizing: border-box;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.category_list ul._column2{
  height: 222px;
}
.category_list ul._column3{
  margin-top: 16px;
  height: 242px;
}

.category_list ul li a:hover{
  opacity: .8;
  text-decoration: none;
}
.category_list ul li a div > p{
  margin: 0 12px;
}
.category_list ul li a div > p:first-of-type{
  font-family: "HiraMinProN-W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "メイリオ", Meiryo,serif !important;
  width: 100%;
  margin: 16px 0 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
