@charset "utf-8";

#cross-genre .kv .main {
  background: var(--baby-vivid) url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250530/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_kids.png) repeat-x center;
}

#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{
  background: #db3535;
  height: 108px;
}

#cross-genre .keyword {
  background: #f66769;
}

#cross-genre .sec_search .keyword h3 span{
  background: #f66769;
}

#cross-genre .mutual__cont + .entry__button{
  margin-top: 56px;
}

#cross-genre .sec_search {
  background: var(--baby);
}

#cross-genre .sec_search h2 {
  margin-top: -160px;
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/bgttl_kids.png) no-repeat top center;
  padding-top: 70px;
}

#cross-genre .sec_search .txt span {
  color: var(--baby-bright);
  margin: 0 0 10px;
}

#cross-genre .sec_search h3 span {
  color: #fff;
  background: var(--baby);
}

#cross-genre .sec_search .search_keyword {
  width: 100%;
}

#cross-genre .sec_search .search_keyword li:hover {
  background: var(--baby);
}

#cross-genre .sec_search .search_keyword li:hover a {
  color: #fff;
  opacity: 1;
}

#cross-genre .sec_search .search_keyword li a {
  color: var(--baby-bright);
}

#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;
  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;
}