.section-head {
  background-image: url(/images/bleague/support/kv-sp.jpg);
}

.anchor-section a {
  color: #fff;
}

.section-head {
  font-size: 1.25rem;
}
.section-head .accent-text {
  font-size: 3.75rem;
  font-weight: bold;
}

.cushion-block {
  position: relative;
}
.cushion-block h3 {
  margin-top: 0;
}
.cushion-block h4 {
  margin-bottom: 16px;
}
.cushion-block label {
  position: absolute;
  top: 0;
  left: 16px;
  padding: 4px 16px;
  border-radius: 0 0 8px 8px;
  font-size: 1rem;
  font-weight: bold;
}
.cushion-block .btn-block {
  margin-top: 32px;
}
.cushion-block .btn-block .btn {
  margin: 0 auto;
}

.section-1 .lead-block {
  align-items: center;
}
.section-1 .lead-block h2 {
  margin-top: 0;
}

.other-block .flex-block .logo {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.other-block .image-block img {
  display: inline-block;
}
.other-block .image-block img:nth-child(2) {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .cushion-block {
    padding-top: 56px;
  }
  .cushion-block h3 {
    font-size: 1.5rem;
  }
  .cushion-block .image-block {
    margin-top: 32px;
  }
  .section-1 .lead-block .image-block {
    margin-top: 32px;
    text-align: center;
  }
  .section-1 .lead-block .image-block img {
    max-height: 160px;
  }
}
@media (min-width: 768px) {
  .section-head {
    background-image: url(/images/bleague/support/kv-pc.jpg);
  }
  .cushion-block:nth-last-of-type h4 {
    font-size: 1.5rem;
  }
  .cushion-block label {
    left: 80px;
    padding: 6px 20px;
    font-size: 1.25rem;
  }
  .cushion-block h4 {
    font-size: 1.375rem;
  }
  .cushion-block .flex-block > * {
    flex: 1;
  }
  .cushion-block .btn {
    font-size: 1.125rem;
  }
  .section-1 .lead-block .section-index .is-sp-only {
    display: block;
  }
  .section-1 .lead-block .text-block {
    width: calc(68% - 20px);
  }
  .section-1 .lead-block .image-block {
    width: calc(32% - 20px);
  }
  .section-1 .lead-block .image-block img {
    max-height: 200px;
  }
  .other-block .flex-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
  }
  .other-block .flex-block p {
    flex: 2;
  }
  .other-block .flex-block .logo {
    flex: 1;
    max-width: auto;
  }
  .other-block .image-block {
    display: flex;
    gap: 20px;
  }
  .other-block .image-block img {
    display: block;
    width: calc(50% - 20px);
    flex: 1;
  }
  .other-block .image-block img:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .section-1 .lead-block .section-index .is-sp-only {
    display: none;
  }
}
