@charset "utf-8";

#cross-genre .kv .main {
  background: var(--lens-vivid) url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20251128/subpage/bg_mv.png) no-repeat top center;
}

#cross-genre .kv .ttl:after {
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250530/subpage/bg-line-drink.png) repeat-x center;
}

#cross-genre .kv .entry__button a,
#cross-genre .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: var(--lens-vivid);
}

#cross-genre .keyword {
  background: var(--lens-vivid);
}

#cross-genre .sec_search .keyword h3 span {
  background: var(--lens-vivid);
}

#cross-genre .sec_search {
  background: var(--lens);
}

#cross-genre .sec_search .txt span {
  color: var(--lens-vivid);
}

#cross-genre .sec_search h3 span {
  color: #ffffff;
  background: var(--lens);
}

#cross-genre .search_keyword {
  margin: 40px auto 0;
}

#cross-genre .search_keyword li:hover {
  background: var(--lens);
}

#cross-genre .search_keyword li:hover a {
  color: #ffffff;
  opacity: 1;
}

#cross-genre .search_keyword li a {
  color: var(--lens-vivid);
}

#cross-genre .sec_search .txt span {
  color: var(--lens-vivid);
}

#cross-genre .maker_wrap {
  padding-top: 24px;
}

#cross-genre .maker_wrap .maker{
  position: relative;
  padding: 96px 20px 41px;
}

#cross-genre .lens__title{
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  margin: 0 auto;
}

#cross-genre .btn_more{
  background: var(--lens-vivid);
  margin: 35px auto 0;
}

#cross-genre .btn_more a:hover{
  border-color: var(--lens-vivid);
  color: var(--lens-vivid);
}

#cross-genre .btn_more a:hover:before{
  border-top-color: var(--lens-vivid);
  border-right-color: var(--lens-vivid);
}

#cross-genre .all-item__button.entry__button{
  background: #05407e;
}

#cross-genre .keyword + .keyword {
  margin-top: 32px;
}

#cross-genre #lens_purpose {
  display: block;
}

#cross-genre .keyword__cont {
  display: flex;
  gap: 8px;
}

#cross-genre .purpose {
  display: flex;
  justify-content: center;
  color: #fff;
}

#cross-genre .purpose__title {
  position: relative;
  width: 104px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 4px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 32px;
}

#cross-genre .purpose + .purpose {
  margin-top: 24px;
}