:root {
  --topleague-border: 3px solid #6e6306;
  --other-border: 3px solid #666;
  --hover-opacity: .7;
  --hover-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

main {
  overflow: hidden;
}

.l-kv {
  z-index: 1;
  position: relative;
  width: 100%;
  height: calc(100svh - 28rem);
}

.l-kv path:not(.line) {
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  opacity: 0;
}

.l-kv .line {
  opacity: 0;
}

.l-news {
  z-index: 1;
  position: relative;
  padding: 4vw 2.4rem 16vw;
}

.l-news::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/top/l-news_bg_sp.png) no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}

.l-news::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 33vw);
  background: #000;
  content: "";
}

.l-news_logo {
  display: block;
  z-index: 2;
  position: relative;
  width: 64vw;
  margin: 0 auto 5.4444vw;
  -webkit-filter: blur(7.5rem);
  filter: blur(7.5rem);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-news_logo.is-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.l-news_ttl {
  margin-top: -2.4rem;
}

.l-news_list {
  gap: 1rem 2rem;
  display: grid;
  grid-template: 1fr / auto 1fr;
  grid-template-areas: 'time link' 'time tag';
  margin-bottom: 3rem;
  color: #fff;
}

.l-news_list:last-of-type {
  margin-bottom: 0;
}

.l-news_list_wrapper {
  margin-bottom: 3rem;
}

.l-news_list_time {
  grid-area: time;
  padding-top: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-news_list_link {
  grid-area: link;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2.14286;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-news_list_link_tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 2.4rem;
  margin-right: .8rem;
  border: 1px solid #e60012;
  background: #fff;
  color: #e60012;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.l-news_list_tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-self: start;
  padding: .7rem 1rem;
  border: 1px solid #e60012;
  background: #000;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.l-news_list_tag_wrapper {
  gap: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-news_btn {
  margin-bottom: 6rem;
}

.l-match {
  padding-bottom: 6rem;
  background: #000;
}

.l-match_ttl {
  margin-top: -2.4rem;
}

.l-match_wrapper {
  padding: 0 2.4rem;
}

.l-match_tab_btn.is-active {
  cursor: default;
  pointer-events: none;
}

.l-match_tab_btn_wrapper {
  margin-bottom: 2.6rem;
}

.l-match_tab_btn_wrapper.is-bottom {
  margin-bottom: 4rem;
}

.l-match_content {
  display: none;
  margin-bottom: 3rem;
}

.l-match_content.is-active {
  display: block;
}

.l-match_content_wrapper {
  padding: 0 2.4rem;
}

.l-match_content_day {
  margin: 4rem 0 1.5rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  text-align: left;
}

.l-match_content_day:first-of-type {
  margin-top: 0;
}

.l-match_content_weekday {
  padding-left: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.l-match_content_item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #666;
}

.l-match_content_item_wrapper {
  border-top: 1px solid #666;
}

.l-match_content_item_block {
  gap: 0 .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.l-standings {
  padding-bottom: 6rem;
  background: #000;
}

.l-standings_ttl {
  margin-top: -2.4rem;
  margin-bottom: 3rem;
}

.l-standings_wrapper {
  padding: 0 2.4rem;
}

.l-standings_content {
  margin-bottom: 6rem;
}

.l-standings_content_ttl {
  margin-bottom: 2.5rem;
}

.l-standings_content_table td:nth-of-type(1) {
  font-size: 1.8rem;
}

.l-standings_content_table_standings_td {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.l-standings_content_table_name {
  min-width: 13.7rem;
}

.l-standings_content_table_gamebehind_td {
  font-size: 1.1rem;
}

.l-standings_content_table_winning_td {
  font-size: 1.1rem;
}

.l-standings_content_table_losing_td {
  font-size: 1.1rem;
}

.l-standings_content_table_pointsrate_td {
  font-size: 1.1rem;
}

.l-standings_content_table_img {
  width: 3.5rem;
}

.l-standings_content_table_txt {
  line-height: 1.2;
}

.l-standings_content_table_team_wrapper {
  gap: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-standings_btn:first-of-type {
  margin-bottom: 2rem;
}

.l-standings_update {
  padding-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-align: right;
}

.l-teams {
  padding-bottom: 6rem;
  margin-bottom: 38.5rem;
  background: #000;
}

@media screen and (min-width: 48em) {
  .l-teams {
    padding-bottom: 8rem;
  }
}

.l-teams.l-teams_simple-ver {
  padding-bottom: 6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .l-teams.l-teams_simple-ver {
    padding-bottom: 12rem;
  }
}

.l-teams_wrapper {
  padding: 0 2.4rem;
}

.l-teams_wrapper.is-error {
  margin-bottom: 3.6rem;
}

.l-teams_container {
  display: none;
}

.l-teams_container.is-active {
  display: block;
}

.l-teams_tab_btn.is-active {
  cursor: default;
  pointer-events: none;
}

.l-teams_tab_btn_wrapper {
  margin-bottom: 3.6rem;
}

.l-teams_tab_btn_wrapper.is-bottom {
  margin-bottom: 4rem;
}

.l-teams_ttl {
  margin-top: -2.4rem;
}

.l-teams_content {
  display: none;
}

.l-teams_content.is-active {
  display: block;
}

.l-teams_content_wrapper {
  width: 100%;
}

.l-teams_content_ttl {
  margin-bottom: 2.5rem;
}

.l-teams_content_ttl_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 2.3rem;
}

.l-teams_content_block {
  margin-bottom: 3rem;
  border-bottom: 1px solid #666;
}

.l-teams_content_block_btn {
  gap: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 17.6rem;
  padding-bottom: 1.5rem;
  border-bottom: .3rem solid transparent;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.34167;
  text-align: left;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-teams_content_block_btn.is-active {
  border-bottom: .3rem solid #e60012;
}

.l-teams_content_block_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2.5rem;
}

.l-teams_content_block_btn_icn {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}

.l-teams_content_block_btn_icn path {
  -webkit-transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-teams_content_block_btn_prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: calc(50% - 1.3rem);
  left: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 1.8rem;
  background: #000;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-teams_content_block_btn_prev.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.l-teams_content_block_btn_prev .l-teams_content_block_btn_icn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-teams_content_block_btn_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: calc(50% - 1.3rem);
  right: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 1.8rem;
  background: #000;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-teams_content_block_btn_next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.l-teams_content_block_btn_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.6rem;
  min-width: 2.2rem;
  height: 4.8rem;
  border: 1px solid #e60012;
  border-radius: .5rem;
  background: #fff;
  color: #e60012;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  -webkit-transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.l-teams_content_block_btn.is-active .l-teams_content_block_btn_tag {
  background: #e60012;
  color: #fff;
}

.l-teams_content_item {
  gap: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-teams_content_item_wrapper {
  gap: 1.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4rem;
}

.l-teams_content_item_img {
  width: 7rem;
}

.l-teams_content_item_txt {
  padding-left: 1.5em;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-indent: -1.5em;
}

.l-teams_content_item_txt.is-team_top {
  padding-left: 0;
  text-indent: 0;
}

.l-teams_btn {
  margin-bottom: 2rem;
}

.l-teams_btn:last-of-type {
  margin-bottom: 0;
}

.l-teams_wrapper .bnr-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .l-teams_wrapper .bnr-lists {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}

.l-teams_wrapper li a:hover {
  opacity: var(--hover-opacity);
  transition: var(--hover-transition);
}

.l-teams_comingsoon-txt {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 48em) {
  .l-teams_comingsoon-txt {
    font-size: 22px;
    line-height: 1.7;
  }
}

.l-ttl_about {
  margin-bottom: 0;
}

.bg_about {
  position: relative;
  padding-bottom: 5rem;
  background: url(/img/about/l-lead_bg.png) no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
}
@media (min-width: 576px) {
  .bg_about {
    background: url(/img/about/l-lead_bg_pc.png) no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
  }
}
@media (min-width: 948px) {
  .bg_about {
    background-size: 80% auto;
  }
}

@media (max-width: 768px) {
  .about_contents_img_outer {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 12px;
  }
}

.about_contents {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 72px;
}
@media (max-width: 946px) {
  .about_contents {
    grid-template-columns: 180px 1fr;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .about_contents {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .about_contents_img_wrapper img {
    width: 40%;
    margin-inline: auto;
  }
}

.about_contents_txt_wrapper {
  background: url(/img/top/l-about_img.png) no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .about_contents_txt_wrapper {
    background: none;
    margin-inline: auto;
    text-align: center;
  }
}

.about_contents_catch {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: -.02em;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: .2rem .2rem 0 #000, 0 0 2.6rem #000;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 48em) {
  .about_contents_catch {
    font-size: 3.5rem;
  }
}

.about_contents_catch span {
  font-size: 2.1rem;
}
@media screen and (min-width: 48em) {
  .about_contents_catch span {
    font-size: 2rem;
  }
}

.about_contents_txt {
  color: #fff;
  line-height: 1.71;
  font-size: 1.6rem;
  letter-spacing: -.02em;
  font-weight: 700;
  text-shadow: .2rem .2rem 0 #000, 0 0 2.6rem #000;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .about_contents_txt {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .about_contents .l-lead_txt_img {
    width: 274px;
  }
}
@media (max-width: 575px) {
  .about_contents .l-lead_txt_img {
    margin-inline: auto;
  }
}

.l-about_btn_wrapper {
  padding: 0 2.4rem;
}

@media screen and (min-width: 48em) {
  .l-record {
    padding-bottom: 8rem;
  }
}

.l-record {
  margin-bottom: 38.5rem;
}

.record_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 768px) {
  .record_contents {
    grid-template-columns: 1fr;
  }
}

.record_contents_item {
  margin-bottom: 32px;
}

.record_sub-ttl {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 8px;
  display: flex;
}
@media screen and (min-width: 48em) {
  .record_sub-ttl {
    font-size: 1.6rem;
  }
}

.record_sub-ttl::before {
  display: block;
  position: relative;
  top: 1rem;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin-right: 1rem;
  border-radius: 50%;
  background: #e60012;
  content: "";
  top: 9px;
}

.l-record .c-btns_contents {
  gap: 8px !important;
}

.l-watching {
  padding: 6rem 0 6rem;
  background: #000;
}

.l-watching_ttl {
  margin-bottom: 3rem;
}

.l-watching_content {
  margin-bottom: 3rem;
  padding: 0 2.4rem;
}

.l-watching_wrapper {
  padding: 0 2.4rem;
}

@media screen and (min-width: 48em) {
  .l-watching  {
    padding: 8rem 0 12rem;
  }
  .l-watching_content {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 4rem;
    padding: 0;
  }
  .l-watching_wrapper {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
}

.bnr-watching_topleague img {
  border: var(--topleague-border);
}

.bnr-watching_blockleague img {
  border: var(--other-border);
}

@media (any-hover: hover) {
  .bnr-watching:hover img {
    opacity: var(--hover-opacity);
    transition: var(--hover-transition);
  }
}

.l-magazine {
  padding: 0 0 6rem 0;
  background: #000;
}

.l-magazine_ttl {
  margin-bottom: 3rem;
}

.l-magazine_content {
  margin-bottom: 3rem;
  padding: 0 2.4rem;
}

.l-magazine_slider {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}

@media (max-width: 768px) {
  .l-magazine_slider {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 2.4rem 2rem;
  }
}

.l-magazine_slider_item_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-magazine_slider_item_img_wrapper {
  aspect-ratio: 1.77778;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

.l-magazine_slider_item_img_txt.is-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 2.4rem;
  border: 1px solid #e60012;
  background: #fff;
  color: #e60012;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-magazine_slider_item_date {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-magazine_slider_item_tag {
  display: inline-block;
  padding: .7rem 1rem;
  border: 1px solid #e60012;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.l-magazine_slider_item_tag_wrapper {
  gap: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-magazine_slider_item_txt {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-magazine_slideber {
  height: 100%;
  background: #e60012;
}

.l-magazine_slideber_wrapper {
  width: calc(100% - 4.8rem);
  height: 0.2rem;
  margin: 0 auto 3rem;
  overflow: hidden;
  background: #fff;
}

.l-magazine_ui_btn path {
  -webkit-transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-magazine_ui_btn_wrapper {
  display: none;
}

.l-magazine_ui_btn_icn {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}

.l-magazine_btn {
  width: calc(100% - 4.8rem);
  height: 5rem;
  margin: 0 auto;
}

.l-movie {
  z-index: 1;
  position: relative;
  padding: 6rem 0;
  background: #000;
}

.l-movie_ttl {
  margin-bottom: 3rem;
}

.l-movie_txt {
  position: relative;
  padding-top: 1.5rem;
  line-height: 1.5;
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-movie_content {
  margin-bottom: 3rem;
  padding: 0 2.4rem;
}

.l-movie_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  margin-bottom: 2rem;
  padding: 0 2.4rem;
  list-style: none;
}

.l-movie_slider.swiper-initialized {
  display: block;
}

.l-movie_slider_item {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32.7rem;
  margin-right: 1rem;
}

.l-movie_slider_item_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-movie_slider_item_img_wrapper {
  aspect-ratio: 1.77778;
  z-index: 1;
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.l-movie_slider_item_img_wrapper::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/img/common/l-movie_slider_icn.png) no-repeat;
  background-size: contain;
  content: "";
}

.l-movie_slider_item_img_txt.is-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 2.4rem;
  border: 1px solid #e60012;
  background: #fff;
  color: #e60012;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-movie_slider_item_tag {
  display: inline-block;
  padding: .7rem 1rem;
  border: 1px solid #e60012;
  background: #000;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.l-movie_slider_item_tag_wrapper {
  gap: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-movie_slider_item_txt {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-movie_slideber {
  height: 100%;
  background: #e60012;
}

.l-movie_slideber_wrapper {
  width: calc(100% - 4.8rem);
  height: 0.2rem;
  margin: 0 auto 3rem;
  overflow: hidden;
  background: #fff;
}

.l-movie_ui_btn path {
  -webkit-transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-movie_ui_btn_wrapper {
  display: none;
}

.l-movie_ui_btn_icn {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}

.l-movie_btn {
  width: calc(100% - 4.8rem);
  height: 5rem;
  margin: 0 auto;
}

.l-lead {
  z-index: 1;
  position: relative;
  padding: 4vw 6.26667vw 24vw;
  background: url(/img/top/l-lead_bg_sp.png) no-repeat;
  background-color: #000;
  background-position: top center;
  background-size: cover;
}

.l-lead_logo {
  display: block;
  width: 64vw;
  margin: 0 auto 5.4444vw;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-lead_txt01 {
  display: block;
  width: 45.86667vw;
  margin: 0 auto 4vw;
  -webkit-filter: blur(3.5rem);
  filter: blur(3.5rem);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-lead_txt01.is-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.l-lead_txt02 {
  display: block;
  width: 66.4vw;
  margin: 0 auto 10.4vw;
  -webkit-filter: blur(5.5rem);
  filter: blur(5.5rem);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-lead_txt02.is-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.l-lead_img {
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-lead_img.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-lead_img_wrapper {
  z-index: -1;
  position: absolute;
  overflow: hidden;
}

.l-lead_img01 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-lead_img01_wrapper {
  aspect-ratio: 0.25037;
  top: 60.06667vw;
  left: 0;
  width: 22.8vw;
}

.l-lead_img02 {
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.l-lead_img02_wrapper {
  aspect-ratio: 0.35007;
  top: 88.13333vw;
  right: 0;
  width: 35.33333vw;
}

.l-bg_video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}

.l-bg_video_wrapper {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}

.l-bg_video_wrapper::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-radial-gradient(#111 30%, transparent 31%), -webkit-radial-gradient(#111 30%, transparent 31%);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  content: '';
  opacity: 0.6;
}

@media screen and (min-width: 48em) {
  .l-kv {
    height: calc(100vh - 32.8rem);
    height: calc(100svh - 32.8rem);
  }
  .l-news {
    padding: 2.22222vw 0 6.77083vw;
  }
  .l-news::after {
    background-image: url(/img/top/l-news_bg_pc.png);
  }
  .l-news::before {
    height: calc(100% - 16vw);
  }
  .l-news_logo {
    width: 25.59028vw;
    margin: 0 auto 4.86111vw;
  }
  .l-news_wrapper {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-top: -5rem;
  }
  .l-news_list {
    gap: 0 4rem;
    grid-template: 1fr / auto 1fr auto;
    grid-template-areas: 'time link tag';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .4rem;
    padding: 2.5rem 2rem;
    background: #181818;
  }
  .l-news_list_time {
    padding-top: 0;
    font-size: 1.2rem;
  }
  .l-news_list_link {
    font-size: 1.4rem;
    line-height: 1.9375;
  }
  .l-news_list_link_tag {
    width: 3.8rem;
    height: 2.6rem;
    margin-right: 1rem;
    font-size: 1.1rem;
  }
  .l-news_list_tag_wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l-news_btn {
    max-width: 30rem;
    margin-left: auto;
    margin-bottom: 0 !important;
  }
  .l-match {
    padding-bottom: 12rem;
  }
  .l-match_ttl {
    margin-top: -5rem;
  }
  .l-match_wrapper {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-match_content_wrapper {
    width: min(70%, 84rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-match_content_day {
    text-align: center;
  }
  .l-match_btn {
    max-width: 30rem;
    margin-bottom: 0;
  }
  .l-match_btn_wrapper {
    gap: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-standings_wrapper {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-standings_content {
    width: 100%;
  }
  .l-standings_btn {
    max-width: 30rem;
  }
  .l-standings_btn:first-of-type {
    margin-bottom: 0;
  }
  .l-standings_btn_wrapper {
    gap: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-ranking_wrapper {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-ranking_ttl {
    margin-bottom: 5rem;
  }
  .l-ranking_content_group_item_ttl {
    margin-bottom: 1.3rem;
    font-size: 3rem;
  }
  .l-ranking_content_group_item_ttl b {
    font-size: 4.2rem;
  }
  .l-ranking_content_group_item_score {
    font-size: 1.2rem;
  }
  .l-ranking_content_group_item_score b {
    padding-right: 0.5rem;
    font-size: 3rem;
  }
  .l-ranking_content_group_item_name {
    font-size: 1.3rem;
  }
  .l-ranking_content_group_item_team_img {
    width: 2.4rem;
  }
  .l-ranking_content_group_item_team_txt {
    font-size: 1.2rem;
  }
  .l-ranking_content_group_link {
    font-size: 1.3rem;
  }
  .l-ranking_btn {
    max-width: 30rem;
    margin-left: auto;
  }
  .l-teams_wrapper {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-teams_container {
    gap: 0 6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-teams_container.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-teams_ttl {
    margin-top: -5rem;
  }
  .l-teams_content_ttl_tag {
    min-width: 4.2rem;
    height: 2.8rem;
  }
  .l-teams_content_block_btn {
    font-size: 1.4rem;
  }
  .l-teams_content_block_btn_wrapper {
    width: min(72.22%, 104rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-teams_content_block_btn_prev {
    left: -1.7rem;
  }
  .l-teams_content_block_btn_next {
    right: -1.7rem;
  }
  .l-teams_content_block_btn_tag {
    min-width: 2.6rem;
    font-size: 1.4rem;
  }
  .l-teams_content_item_txt {
    font-size: 1.3rem;
  }
  .l-teams_btn {
    max-width: 30rem;
    margin-bottom: 0;
  }
  .l-teams_btn_wrapper {
    gap: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0;
  }
  .l-magazine {
    padding: 8rem 0 12rem;
  }
  .l-magazine_content {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 4rem;
    padding: 0;
  }
  .l-magazine_slider {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 3rem;
    padding: 0;
  }
  .l-magazine_slider_item_img_wrapper {
    margin-bottom: 1.5rem;
  }
  .l-magazine_slider_item_date {
    font-size: 1.4rem;
  }
  .l-magazine_slider_item_txt {
    font-size: 1.4rem;
  }
  .l-magazine_slideber_wrapper {
    width: calc(100% - 49.5rem);
    margin: 0 auto 0 0;
    background: #1e1e1e;
  }
  .l-magazine_ui_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: min(83.33%, 120rem);
    margin: 0 auto;
  }
  .l-magazine_ui_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border: 2px solid #fff;
    border-radius: 2.5rem;
    -webkit-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .l-magazine_ui_btn.js-magazine_prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-magazine_ui_btn_wrapper {
    gap: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 9rem 0 3rem;
  }
  .l-magazine_btn {
    width: 30rem;
    height: 6rem;
  }
  .l-movie {
    padding: 4rem 0 8rem;
  }
  .l-movie_txt {
    font-size: 1.8rem;
  }
  .l-movie_content {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 3.9rem;
    padding: 0;
  }
  .l-movie_slider {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 3rem;
    padding: 0;
  }
  .l-movie_slider_item {
    margin-right: 3rem;
  }
  .l-movie_slider_item_txt {
    font-size: 1.4rem;
  }
  .l-movie_slideber_wrapper {
    width: calc(100% - 49.5rem);
    margin: 0 auto;
    padding-left: 0;
    background: #1e1e1e;
  }
  .l-movie_ui_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: min(83.33%, 120rem);
    margin: 0 auto;
  }
  .l-movie_ui_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border: 2px solid #fff;
    border-radius: 2.5rem;
    -webkit-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .l-movie_ui_btn.js-movie_prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-movie_ui_btn_wrapper {
    gap: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 9rem 0 3rem;
  }
  .l-movie_btn {
    width: 30rem;
    height: 6rem;
  }
  .l-lead {
    padding: 2.22222vw 0 6.77083vw;
    background-image: url(/img/top/l-lead_bg_pc.png);
    background-position: top center;
    background-size: cover;
  }
  .l-lead_logo {
    width: 25.59028vw;
    margin: 0 auto 1.63194vw;
  }
  .l-lead_txt01 {
    width: 32.1875vw;
    margin: 0 auto 1.42361vw;
  }
  .l-lead_txt02 {
    width: 28.125vw;
    margin: 0 auto 3.29861vw;
  }
  .l-lead_img.is-active {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
  .l-lead_img01 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-filter: blur(7.5rem);
    filter: blur(7.5rem);
    opacity: 0;
  }
  .l-lead_img01_wrapper {
    aspect-ratio: 0.57364;
    top: 5.34722vw;
    left: calc(50% - 37.98611vw);
    width: 23.125vw;
  }
  .l-lead_img02 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-filter: blur(7.5rem);
    filter: blur(7.5rem);
    opacity: 0;
  }
  .l-lead_img02_wrapper {
    aspect-ratio: 0.73522;
    top: 5.83333vw;
    right: calc(50% - 38.36806vw);
    width: 28.92361vw;
  }
  .l-lead_btn {
    width: 27.77778vw;
  }
}

@media (hover: hover) {
  .l-news_list_link:hover {
    color: #e60012;
    text-decoration: none;
  }
  .l-news_bnr:hover {
    opacity: 0.7;
  }
  .l-match_tab_btn.is-active.c-hover_opacity:hover {
    opacity: 1;
  }
  .l-match_content_item_ticket_btn:hover::before {
    -webkit-animation: sonar 1s linear infinite;
    animation: sonar 1s linear infinite;
  }
  .l-ranking_content_group_link:hover {
    color: #e50012;
  }
  .l-teams_content_block_btn_prev:hover {
    border: 2px solid #e60012;
  }
  .l-teams_content_block_btn_prev:hover path {
    fill: #e60012;
  }
  .l-teams_content_block_btn_next:hover {
    border: 2px solid #e60012;
  }
  .l-teams_content_block_btn_next:hover path {
    fill: #e60012;
  }
  .l-teams_content_block_btn:hover .l-teams_content_block_btn_tag {
    background: #e60012;
    color: #fff;
  }
  .l-magazine_slider_item:hover .l-magazine_slider_item_img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .l-magazine_ui_btn:hover {
    border: 2px solid #e60012;
  }
  .l-magazine_ui_btn:hover path {
    fill: #e60012;
  }
  .l-movie_slider_item:hover .l-movie_slider_item_img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .l-movie_ui_btn:hover {
    border: 2px solid #e60012;
  }
  .l-movie_ui_btn:hover path {
    fill: #e60012;
  }
}

@media screen and (min-width: 75em) {
  .l-standings_content_wrapper {
    gap: 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-ranking_content_group {
    width: 100%;
    margin-bottom: 0;
  }
  .l-ranking_content_group_wrapper {
    gap: 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bnr-top img,
.bnr-block img {
  transition: var(--hover-transition);
}

.bnr-top:focus-visible img,
.bnr-block:focus-visible img {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .bnr-top:hover img,
  .bnr-block:hover img {
    opacity: var(--hover-opacity);
  }
}

.bnr-ticket_wrapper--top {
  margin: 104px 0 72px 0;
  display: block;
}

.bnr-ticket_wrapper--top img {
  border: 3px solid #6e6306;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .bnr-ticket_wrapper--top img {
    margin-inline: auto;
  }
}
.bnr-ticket_wrapper--top img:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .bnr-ticket_wrapper--top img:hover {
    opacity: 0.7;
  }
}