@charset "utf-8";

#cross-genre .kv .main {
  background: var(--daily-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_daily.png) repeat-x center;
}

.kv__entry__text {
    width: fit-content;
    margin: 0 auto 24px;
}

.kv__entry {
    padding: 48px 0 0;
}

.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;
}

.deal_notice{
    color: initial;
    background: #fff;
}

#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;
}

.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(--daily-vivid);
}

.keyword {
    background: var(--daily-vivid);
}

#cross-genre .sec_search .keyword h3 span{
    background: var(--daily-vivid);
}

.mutual__cont + .entry__button{
  margin-top: 56px;
}