@charset "utf-8";

.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;
}

.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;
}

.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);
}

.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(--lens-vivid);
}

.keyword {
  background: var(--lens-vivid);
}

.sec_search .keyword h3 span {
  background: var(--lens-vivid);
}

.mutual__cont+.entry__button {
  margin-top: 56px;
}


.sec_search {
  background: var(--lens);
}

.sec_search .txt span {
  color: var(--lens-vivid);
}

.sec_search h3 span {
  color: #ffffff;
  background: var(--lens);
}

.search_keyword li:hover {
  background: var(--lens);
}

.search_keyword li:hover a {
  color: #ffffff;
  opacity: 1;
}

.search_keyword li a {
  color: var(--lens-vivid);
}

.sec_search .txt span {
  color: var(--lens-vivid);
}

.maker_wrap .maker{
  position: relative;
  padding: 96px 20px 40px;
}

.lens__title{
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  margin: 0 auto;
}

.btn_more{
  background: var(--lens-vivid);
  margin-top: 40px;
}

.btn_more a:hover{
  border-color: var(--lens-vivid);
  color: var(--lens-vivid);
}

.btn_more a:hover:before{
  border-top-color: var(--lens-vivid);
  border-right-color: var(--lens-vivid);
}

.all-item__button.entry__button{
  background: #05407E;
}

.keyword + .keyword {
    margin-top: 32px;
}

#lens_purpose {
    display: block;
}

.keyword__cont {
    display: flex;
    gap: 8px;
}

.purpose {
    display: flex;
    justify-content: center;
    color: #fff;
}

.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;
}

.purpose + .purpose {
    margin-top: 24px;
}