@charset "utf-8";

#cross-genre .kv .main {
  background: var(--food-vivid) url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20251128/subpage/bg_mv.png) no-repeat top center;
  height: 360px;
}

#cross-genre .kv .ttl:after {
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250530/subpage/bg_line_food.png) repeat-x center;
}

#cross-genre .entry__button {
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
  background: #bf0000;
  font-size: 24px;
  width: 700px;
  height: 72px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
}

#cross-genre .kv .entry__button a,  .entry__button a{
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#cross-genre .entry__button.all-item__button{
  margin-top: 40px;
  background: #ed470b;
}

#cross-genre .keyword {
  background: #f76e26;
}

#cross-genre .sec_search .keyword h3 span{
  background: #f76e26;
}

#cross-genre .mutual__cont + .entry__button{
  margin-top: 56px;
}

#cross-genre .sec_search {
  background: var(--food);
}

#cross-genre .sec_search h2 {
  margin-top: -160px;
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/bgttl_food.png) no-repeat top center;
  padding-top: 70px;
}

#cross-genre .sec_search h3 span {
  color: #fff;
  background: var(--food);
}

#cross-genre .sec_search h3:before {
  background-image: radial-gradient(#fff 3px, transparent 3px);
}

#cross-genre .sec_search .search_keyword li:hover {
  background: var(--food);
}

#cross-genre .sec_search .search_keyword li:hover a {
  color: #fff;
  opacity: 1;
}

#cross-genre .sec_search .search_keyword li a {
  color: var(--food-bright);
}

#cross-genre .sec_search .txt span {
  color: var(--food-bright);
  margin: 0 0 10px;
}

#cross-genre .sec_search .recommend {
  margin-bottom: 50px;
}

#cross-genre .sec_search.sec_kids .recommend .ri-item {
  background: #fff;
  border-radius: 10px;
}

#cross-genre .sec_search .recommend .ri-item__name {
  text-align: left;
}

#cross-genre .sec_search .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 19px;
}

#cross-genre .sec_search .shoplist li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  min-height: 4em;
}

#cross-genre .sec_search .shoplist li a {
  color: #333333;
  font-weight: 700;
  height: 100%;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}