.kv-section {
  position: relative;
}

.kv-splide {
  position: relative;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
.kv-splide .splide__slide {
  width: 100%;
  height: 100%;
}
.kv-splide .splide__pagination {
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-top: 0;
  padding: 0;
  transform: translate(-50%, 0);
}

.splide__arrow {
  background-color: transparent;
  border: 0;
}

.ticker-section {
  position: relative;
}
.ticker-section::before, .ticker-section::after {
  position: absolute;
  z-index: 1;
  content: "";
}
.ticker-section::before {
  bottom: 0;
  left: 0;
  width: 225px;
  height: 70px;
  background: url(/images/bleague/top/ticker-images-yellow.svg) no-repeat right bottom/auto 100%;
}
.ticker-section::after {
  top: 0;
  right: 0;
  width: 225px;
  height: 70px;
  background: url(/images/bleague/top/ticker-images-blue.svg) no-repeat left top/auto 100%;
}
.ticker-section h2 {
  margin: 0;
}
.ticker-section .image-ticker img {
  display: block;
}

@media (min-width: 768px) {
  .ticker-section::before {
    left: calc(50% - 600px);
    width: 338px;
    height: 100px;
  }
  .ticker-section::after {
    right: calc(50% - 600px);
    width: 338px;
    height: 100px;
  }
  .image-ticker {
    margin: 80px 0;
  }
  .image-ticker img {
    display: block;
    height: 200px;
  }
  .text-ticker {
    bottom: 50px;
  }
  .text-ticker h2 {
    font-size: 3rem;
  }
}
.topics-section .splide__arrow {
  top: 25%;
}
.topics-section .splide__arrow.splide__arrow--prev {
  left: -20px;
}
.topics-section .splide__arrow.splide__arrow--next {
  right: -20px;
}
.topics-section .topicks-block .image-block {
  background-color: #ccc;
}
.topics-section .topicks-block .title {
  margin-top: 16px;
  color: #022e43;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75;
}
.topics-section .topicks-block .date {
  margin-top: 16px;
  color: #e0d800;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.6;
}
.topics-section .topicks-block .btn {
  margin-top: 24px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .topics-section .splide__arrow {
    top: 50%;
  }
  .topics-section .splide__arrow.splide__arrow--prev {
    left: -80px;
  }
  .topics-section .splide__arrow.splide__arrow--next {
    right: -80px;
  }
  .topicks-block {
    display: flex;
    gap: 0 40px;
  }
  .topicks-block > * {
    flex: 1;
  }
  .topicks-block .title {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .topicks-block .date {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}
.lead-section {
  background-image: url(/images/bleague/top/lead-section-bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  border-bottom: 8px solid #e0d800;
}
.lead-section .l-inner {
  padding-bottom: calc(198.1228668942vw + 40px);
}
.lead-section p {
  line-height: 2.6;
}
.lead-section h3 {
  margin: 32px 0;
  line-height: 1.5;
}
.lead-section .section-index {
  margin-bottom: 40px;
}
.lead-section .image-block {
  max-width: 240px;
}

@media (max-width: 767px) {
  .lead-section .section-index {
    font-size: 2rem;
  }
  .about-section .section-index {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .lead-section {
    background-image: url(/images/bleague/top/lead-section-bg.png);
    background-position: calc(50% + 364px + 80px) top;
    background-size: auto 100%;
    border-bottom-width: 16px;
  }
  .lead-section .l-inner {
    padding-bottom: 80px;
  }
  .lead-section .section-index {
    margin-bottom: 48px;
  }
  .lead-section p {
    font-size: 1.5rem;
  }
  .lead-section .image-block {
    margin-top: 48px;
  }
}
@media (min-width: 1000px) {
  .lead-section .image-block {
    max-width: 100%;
  }
}
.about-section {
  background-image: url(/images/bleague/top/about-section-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100px;
  border-bottom: 8px solid #e0d800;
}
.about-section .l-inner {
  padding-bottom: 164px;
}
.about-section .about-block .btn-block {
  justify-content: flex-start;
  margin-top: 32px;
}
.about-section .about-block .image-block {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .about-section {
    background-size: 1366px auto;
    border-bottom-width: 16px;
  }
  .about-section .l-inner {
    padding-bottom: 220px;
  }
  .about-section .section-index .is-sp-only {
    display: block;
  }
  .about-section .about-block .is-pc-only {
    display: none;
  }
  .about-section .about-block .txt-block {
    font-size: 1.5rem;
    line-height: 2;
  }
  .about-section .about-block .image-block {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .about-section .section-index .is-sp-only {
    display: none;
  }
  .about-section .about-block .is-pc-only {
    display: block;
  }
}
.color-section {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  min-height: 540px;
}
.color-section.l-bg-green {
  background-image: url(/images/bleague/top/section-green-bg-sp.jpg);
}
.color-section.l-bg-orange {
  background-image: url(/images/bleague/top/section-orange-bg-sp.jpg);
}
.color-section.l-bg-blue {
  background-image: url(/images/bleague/top/section-blue-bg-sp.jpg);
}
.color-section .block-label {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
}
.color-section .block-label img {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .color-section .section-index {
    font-size: 1.5rem;
  }
  .float-block {
    display: block;
    margin-top: 242px;
  }
}
@media (min-width: 768px) {
  .color-section {
    background-size: cover;
  }
  .color-section.l-bg-green {
    background-image: url(/images/bleague/top/section-green-bg.jpg);
  }
  .color-section.l-bg-orange {
    background-image: url(/images/bleague/top/section-orange-bg.jpg);
  }
  .color-section.l-bg-blue {
    background-image: url(/images/bleague/top/section-blue-bg.jpg);
  }
  .color-section h2 {
    margin: 24px 0 32px;
    font-size: 2.25rem;
    line-height: 1.45;
  }
  .color-section h2 br {
    display: none !important;
  }
  .color-section p {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .color-section .float-block {
    width: calc(50% - 40px);
  }
  .color-section .float-block.is-image-left {
    margin-left: auto;
  }
  .color-section .float-block.is-image-right {
    margin-right: auto;
  }
  .color-section .block-label {
    font-size: 2.25rem;
  }
  .color-section .block-label img {
    width: 60px;
    height: 60px;
  }
  .color-section .btn-block {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .color-section {
    background-size: 1366px auto;
  }
  .color-section h2 {
    font-size: 2.5rem;
  }
  .color-section h2 br {
    display: block !important;
  }
  .color-section .block-label {
    font-size: 2.5rem;
  }
  .color-section .block-label img {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .about-block > * {
    width: calc((100% - 80px) / 2);
  }
}
.movie-section .movie-block {
  max-width: 800px;
  max-height: 450px;
}

.article-blocks {
  flex-wrap: wrap;
  gap: 40px;
}
.article-blocks .article-block {
  width: 100%;
}
.article-blocks .article-block a {
  text-decoration: none;
}
.article-blocks .article-block a:hover {
  opacity: 0.8;
}
.article-blocks .article-block .thumbnail {
  overflow: hidden;
  border-radius: 8px;
}
.article-blocks .article-block .title {
  margin: 12px 0 0;
  color: #022e43;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: normal;
}
.article-blocks .article-block .date {
  margin-top: 12px;
  color: #726f00;
  font-size: 0.875rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .article-blocks .article-block {
    width: calc((100% - 80px) / 3);
  }
}
