@charset "utf-8";

#cross-genre .kv .main {
  background: var(--baby-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_kids.png) repeat-x center;
}

.kv__entry__text {
    width: fit-content;
    margin: 0 auto 24px;
}

.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;
}

.entry__button::after {
    content: "";
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 40px;
}

.entry__button.all-item__button{
        background: var(--baby-vivid);
        height: 108px;
}

.keyword {
    background: var(--baby-vivid);
}

#cross-genre .sec_search .keyword h3 span{
    background: var(--baby-vivid);
}

.mutual__cont + .entry__button{
  margin-top: 56px;
}

#cross-genre .sec_search .ri-item {
box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: unset !important;
  margin-right: unset !important;
  width: 19% !important;
}


.sec_search {
  background: var(--baby);
}

.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;
}

.sec_search .txt span {
  color: var(--baby-vivid);
  margin: 0 0 10px;
}

.sec_search h3 span {
  color: #fff;
  background: var(--baby);
}

.sec_search .search_keyword li:hover {
  background: var(--baby);
}

.sec_search .search_keyword li:hover a {
  color: #fff;
  opacity: 1;
}

.sec_search .search_keyword li a {
  color: var(--baby-vivid);
}

.sec_search .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 19px;
}

.sec_search .shoplist li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  height: 4em;
}

.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;
}