.section-head {
  background: url(/images/bleague/bi-league/kv-bileague-sp.jpg) no-repeat center/cover;
}
.section-head .l-inner {
  padding-top: 48px;
}
.section-head h1 {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -5%;
}
.section-head .en-title {
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 3.9px;
}
.section-head .lead-text {
  font-size: 1rem;
  font-weight: normal;
}
.section-head .image-block {
  max-width: 180px;
  margin-top: 24px;
}

.section-1 {
  background: url(/images/bleague/bi-league/bg-section1.jpg) no-repeat center top/cover;
}
.section-1 .l-inner {
  max-width: calc(100% - 32px);
  margin-top: 64px;
  margin-bottom: 64px;
  background-color: rgba(0, 0, 0, 0.6);
}
.section-1 .image-block {
  margin-top: 24px;
  padding: 12px;
  border-radius: 16px;
}
.section-1 .image-block img {
  width: 100%;
}

.section-2 {
  background-image: url(/images/bleague/top/about-section-bg.png), linear-gradient(#84d6ea, #e0fdff);
  background-repeat: no-repeat;
  background-position: center bottom, center top;
  background-size: auto 100px, cover;
  border-bottom: 8px solid #e0d800;
}
.section-2 .l-inner {
  padding-bottom: 164px;
}
.section-2 .cushion-block {
  position: relative;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
}
.section-2 .cushion-block label {
  position: absolute;
  top: 0;
  left: 16px;
  padding: 4px 16px;
  border-radius: 0 0 8px 8px;
  font-weight: bold;
}
.section-2 .cushion-block .image-block {
  margin-top: 32px;
  text-align: center;
}
.section-2 .cushion-block .movie-block {
  margin-top: 32px;
}
.section-2 .cushion-block .btn-block {
  justify-content: center;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .section-head {
    background-image: url(/images/bleague/bi-league/kv-bileague.jpg);
    min-height: 518px;
  }
  .section-head .l-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-head h1 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 4rem;
  }
  .section-head .en-title {
    font-size: 1.5rem;
    letter-spacing: 7.2px;
  }
  .section-head .lead-text {
    font-size: 1.75rem;
  }
  .section-head .image-block {
    max-width: 300px;
    margin-top: 32px;
    margin-left: 32px;
  }
  .section-1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-1 .l-inner {
    max-width: 960px;
    padding-bottom: 64px;
  }
  .section-1 .image-block {
    margin-top: 48px;
    padding: 32px;
  }
  .section-2 {
    background-size: 1366px auto, cover;
    border-bottom-width: 16px;
  }
  .section-2 .l-inner {
    padding-bottom: 220px;
  }
  .section-2 .cushion-block label {
    left: 80px;
    padding: 6px 20px;
    font-size: 1.25rem;
  }
  .section-2 .flex-block > * {
    width: calc(50% - 20px);
  }
  .section-2 .flex-block h3 {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .section-head .l-inner {
    padding-top: 95px;
    padding-bottom: 80px;
  }
  .section-head .is-size-cont-medium {
    display: none;
  }
}
