@charset "UTF-8";
.l-bg-white {
  background-color: #fff !important;
  color: #000;
}

.l-color-white {
  color: #fff !important;
}

.l-bg-black {
  background-color: #000 !important;
  color: #fff;
}

.l-color-black {
  color: #000 !important;
}

.l-bg-gray {
  background-color: #eee !important;
  color: #000;
}

.l-color-gray {
  color: #eee !important;
}

.l-bg-dark-gray {
  background-color: #26241e !important;
  color: #fff;
}

.l-color-dark-gray {
  color: #26241e !important;
}

.l-bg-navy {
  background-color: #022e43 !important;
  color: #fff;
}

.l-color-navy {
  color: #022e43 !important;
}

.l-bg-yellow {
  background-color: #e0d800 !important;
  color: #000;
}

.l-color-yellow {
  color: #e0d800 !important;
}

.l-bg-green {
  background-color: #a1cd43 !important;
  color: #000;
}

.l-color-green {
  color: #a1cd43 !important;
}

.l-bg-light-green {
  background-color: #ebf2db !important;
  color: #000;
}

.l-color-light-green {
  color: #ebf2db !important;
}

.l-bg-orange {
  background-color: #f26b30 !important;
  color: #000;
}

.l-color-orange {
  color: #f26b30 !important;
}

.l-bg-light-orange {
  background-color: #f2e7e2 !important;
  color: #000;
}

.l-color-light-orange {
  color: #f2e7e2 !important;
}

.l-bg-blue {
  background-color: #2ebfca !important;
  color: #000;
}

.l-color-blue {
  color: #2ebfca !important;
}

.l-bg-light-blue {
  background-color: #cae8ea !important;
  color: #000;
}

.l-color-light-blue {
  color: #cae8ea !important;
}

.l-bg-sky-blue {
  background-color: #84d6ea !important;
  color: #000;
}

.l-color-sky-blue {
  color: #84d6ea !important;
}

.l-bg-mustard {
  background-color: #ede168 !important;
  color: #000;
}

.l-color-mustard {
  color: #ede168 !important;
}

.l-bg-brown {
  background-color: #ada287 !important;
  color: #000;
}

.l-color-brown {
  color: #ada287 !important;
}

.l-bg-red {
  background-color: #842108 !important;
  color: #fff;
}

.l-color-red {
  color: #842108 !important;
}

.l-text-center {
  text-align: center;
}

.l-text-left {
  text-align: left;
}

.l-text-right {
  text-align: right;
}

h1, h2, h3, h4 {
  line-height: 1.4;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.75rem;
}
h2.l-size-l {
  font-size: 2rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.25rem;
}

.cushion-block h3 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    margin-bottom: 48px;
    font-size: 2.5rem;
  }
  h2.l-size-l {
    font-size: 3.75rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  .cushion-block h3 {
    font-size: 2rem;
  }
}
.l-font-bebas {
  font-family: "Bebas Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1.8px;
}

.caption {
  margin: 0;
  font-size: 0.875rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", Arial, sans-serif;
  line-height: 1.8;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.is-hidden {
  display: none;
}

.is-sp-only {
  display: block;
}

.is-pc-only {
  display: none;
}

@media (min-width: 768px) {
  .is-sp-only {
    display: none;
  }
  .is-pc-only {
    display: block;
  }
}
.site-main > section {
  overflow: hidden;
}

.l-inner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 32px;
}
.l-inner > .section-index {
  margin-top: 0;
}

@media (max-width: 767px) {
  .l-gw {
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-inner.l-gs {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .site-main {
    font-size: 1.125rem;
  }
  .l-inner {
    padding: 80px 40px;
  }
}
@media (min-width: 1000px) {
  .l-inner {
    padding: 80px 80px;
  }
}
.belt-section {
  text-align: center;
}
.belt-section h2 {
  margin: 0;
  font-size: 0.8125rem;
}
.belt-section .l-inner {
  padding: 16px 0;
}

@media (min-width: 768px) {
  .belt-section h2 {
    font-size: 1.5rem;
  }
  .belt-section .l-inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.flex-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.flex-block > * {
  width: 100%;
}

.cushion-block {
  margin-top: 32px;
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 16px;
  color: #000;
}
.cushion-block:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  .cushion-block {
    margin-top: 48px;
    padding: 80px 40px;
    border-radius: 32px;
  }
}
@media (min-width: 1000px) {
  .cushion-block {
    padding: 80px;
  }
}
.other-section .section-index {
  font-size: 1.5rem;
}

.other-block {
  margin-top: 32px;
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 16px;
}
.other-block:first-of-type {
  margin-top: 0;
}
.other-block h2 {
  margin-top: 0;
}
.other-block h3 {
  margin: 0 0 16px;
  font-size: 1.25rem;
}
.other-block .flex-block {
  flex-wrap: wrap;
  align-items: flex-start;
}
.other-block .flex-block > * {
  width: 100%;
}
.other-block .image-block {
  position: relative;
  margin-top: 32px;
  height: auto;
  text-align: center;
}
.other-block .image-block .btn-block {
  text-align: center;
}
.other-block .image-block .flow-btn {
  position: absolute;
  right: 0;
  bottom: -16px;
}
.other-block .image-block .btn:not(.flow-btn) {
  margin: 16px auto 0;
}

@media (min-width: 768px) {
  .other-section .section-index {
    font-size: 2rem;
  }
  .other-block {
    margin-top: 48px;
    padding: 80px 40px;
    border-radius: 32px;
  }
  .other-block h2 {
    margin-bottom: 32px;
  }
  .other-block h3 {
    margin: 0 0 32px;
    font-size: 2rem;
  }
  .other-block .flex-block > * {
    flex: 1;
  }
  .other-block .image-block {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .other-block {
    padding: 80px;
  }
}
.splide {
  position: relative;
}

.splide__arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}
.splide__arrow.splide__arrow--prev {
  left: 10px;
}
.splide__arrow.splide__arrow--next {
  right: 10px;
}

.splide__pagination {
  gap: 0 16px;
  margin-top: 20px;
}
.splide__pagination button {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #022e43;
  border-radius: 16px;
}
.splide__pagination button.is-active {
  background-color: #e0d800;
}

@media (min-width: 768px) {
  .splide__arrow {
    width: 64px;
    height: 64px;
  }
  .splide__arrow.splide__arrow--prev {
    left: 20px;
  }
  .splide__arrow.splide__arrow--next {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .splide__arrow.splide__arrow--prev {
    left: 40px;
  }
  .splide__arrow.splide__arrow--next {
    right: 40px;
  }
}
.btn {
  display: inline-block;
  min-width: 180px;
  padding: 8px 24px;
  position: relative;
  background-color: #fff;
  border: 1px solid #022e43;
  border-radius: 40px;
  font-weight: bold;
  color: #022e43;
  line-height: 1.4;
  text-decoration: none;
  transition: all 200ms ease;
}
.btn:hover {
  background-color: #022e43;
  border-color: #fff;
  color: #fff;
}
.btn:not(.arrow-btn)[target=_blank]::after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 8px;
  background: url(/images/bleague/ico-newtab.svg) no-repeat center/100% auto;
  vertical-align: -3px;
  content: "";
}
.btn:not(.arrow-btn):hover[target=_blank]::after {
  background: url(/images/bleague/ico-newtab-wh.svg) no-repeat center/100% auto;
}
.btn.arrow-btn {
  padding-right: 46px;
}
.btn.arrow-btn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  content: "→";
}

.btn-block {
  display: flex;
}

@media (max-width: 767px) {
  .btn {
    padding: 10px 24px;
    font-size: 0.9375rem;
  }
  .btn:not(.arrow-btn)[target=_blank]::after {
    width: 18px;
    height: 18px;
    margin-left: 4px;
  }
}
@media (min-width: 768px) {
  .btn {
    min-width: 200px;
  }
}
.to-pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity 400ms ease;
  cursor: pointer;
  z-index: 50;
}

.to-pagetop.is-shown {
  opacity: 1;
}

@media (min-width: 768px) {
  .to-pagetop {
    width: 48px;
    height: 48px;
  }
}
.anchor-section .l-inner {
  padding: 16px 32px;
}
.anchor-section ul {
  margin: 0;
  padding: 0;
}
.anchor-section ul li {
  margin-top: 16px;
  list-style-type: none;
  font-weight: bold;
}
.anchor-section ul li:first-child {
  margin-top: 0;
}
.anchor-section a {
  text-decoration: none;
  color: #022e43;
}

@media (min-width: 768px) {
  .anchor-section .l-inner {
    padding: 36px 40px;
  }
  .anchor-section ul {
    display: flex;
    gap: 0 32px;
  }
  .anchor-section ul li {
    margin-top: 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .anchor-section .l-inner {
    padding: 36px 80px;
  }
}
.movie-block {
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.movie-block iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ticker {
  overflow: hidden;
}
.ticker.ticker-left .ticker-track {
  animation-name: ticker-left;
}
.ticker.ticker-right .ticker-track {
  animation-name: ticker-right;
}
.ticker .ticker-track {
  display: flex;
  width: fit-content;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  animation-duration: 35s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ticker .ticker-content {
  flex-shrink: 0;
}

.image-ticker {
  margin: 64px 0;
}
.image-ticker img {
  display: block;
  height: 200px;
  width: auto;
  max-width: none;
}
.image-ticker .ticker-track {
  animation-duration: 50s;
}

.text-ticker {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 42px;
  z-index: 5;
}
.text-ticker .ticker-track {
  animation-duration: 35s;
}

@keyframes ticker-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes ticker-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.note {
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .note {
    font-size: 0.75rem;
  }
}
.site-head {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
}
.site-head .l-inner {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 14px;
}
.site-head .site-logo {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
.site-head .site-title {
  width: 80px;
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.45;
}
.site-head .site-title a {
  text-decoration: none;
  color: #000;
}
.site-head .site-title a:hover {
  color: #842108;
}

@media (min-width: 768px) {
  .site-head .l-inner {
    padding: 0 40px;
  }
  .site-head .site-title {
    width: auto;
    margin-right: 24px;
    font-size: 1.25rem;
  }
}
.menu-btn {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.4s;
}
.menu-btn.is-active {
  transform: rotate(360deg);
}
.menu-btn.is-active span:nth-of-type(1) {
  top: calc(50% - 1px);
  left: calc(50% - 1px);
  transform: rotate(45deg) translate(-50%, -50%);
}
.menu-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.is-active span:nth-of-type(3) {
  top: calc(50% - 1px);
  left: calc(50% + 1px);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.menu-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transition: all 0.4s;
  pointer-events: none;
}
.menu-btn span:nth-of-type(1) {
  top: calc(50% - 8px);
}
.menu-btn span:nth-of-type(2) {
  top: 50%;
}
.menu-btn span:nth-of-type(3) {
  top: calc(50% + 8px);
}

.main-navi {
  display: none;
  position: sticky;
  top: 80px;
  right: 0;
  width: 100%;
  height: 684px;
  background-color: #fff;
  z-index: 100;
  transition: opacity 200ms ease;
  opacity: 0;
  overflow: hidden;
  z-index: 100;
}
.main-navi.is-active {
  opacity: 1;
}
.main-navi .l-inner {
  padding: 80px 32px;
  text-align: center;
  font-weight: bold;
}
.main-navi a {
  color: #022e43;
  text-decoration: none;
}
.main-navi ul {
  margin: 0 0 80px;
  padding: 0;
}
.main-navi ul li {
  margin-top: 32px;
  list-style-type: none;
  font-size: 1.25rem;
  font-weight: normal;
}
.main-navi h2 {
  margin: 0;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .main-navi {
    height: 620px;
  }
  .main-navi h2 {
    font-size: 1.5rem;
  }
  .main-navi ul li {
    font-size: 1.5rem;
  }
}
.site-foot {
  background-color: #022e43;
  color: #fff;
  text-align: center;
}
.site-foot .banner-block {
  margin-bottom: 56px;
}
.site-foot .banner-block > * {
  width: 200px;
  margin: 32px auto 0;
}
.site-foot .banner-block > *:first-child {
  margin-top: 0;
}
.site-foot .sns {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  font-weight: bold;
}
.site-foot .sns .sns-icon {
  display: inline-block;
}
.site-foot .copyright {
  margin-top: 32px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .site-foot .l-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .site-foot .banner-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 40px;
    margin-bottom: 64px;
  }
  .site-foot .banner-block > * {
    width: 240px;
    margin: 0;
  }
  .site-foot .copyright {
    margin-top: 16px;
  }
}
.section-head {
  min-height: 550px;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 1.25rem;
  line-height: 1.45;
}
.section-head h1 {
  margin: 0;
  font-size: 1.25rem;
}
.section-head .accent-text {
  padding-right: 8px;
  font-size: 3.75rem;
  font-weight: bold;
}
.section-head .lead-text {
  margin-top: 8px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-head .l-inner {
    padding-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .section-head {
    min-height: 520px;
    background-size: auto 100%;
    background-position: center top;
    font-size: 1.5rem;
  }
  .section-head h1 {
    font-size: 1.5rem;
  }
  .section-head .accent-text {
    font-size: 5rem;
  }
  .section-head .lead-text {
    margin-top: 24px;
    font-size: 2.5rem;
  }
}
