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

.section-touch .image-ticker {
  margin: 0;
}
.section-touch .image-ticker img {
  height: 180px;
  width: auto;
  max-width: initial;
}
.section-touch .image-ticker .ticker-track {
  animation-duration: 70s;
}
.section-touch .flex-block .image-block {
  margin-top: 40px;
}
.section-touch .flex-block .btn-block {
  justify-content: center;
}
.section-touch .block-1 h2 {
  margin-top: 0;
}
.section-touch .block-1 .image-block {
  text-align: center;
}
.section-touch .block-1 .image-block img {
  max-width: 270px;
}
.section-touch .block-2 .cushion-block,
.section-touch .block-3 .cushion-block {
  position: relative;
}
.section-touch .block-2 .cushion-block label,
.section-touch .block-3 .cushion-block label {
  position: absolute;
  top: 0;
  left: 16px;
  padding: 4px 16px;
  border-radius: 0 0 8px 8px;
  background-color: #a1cd43;
  color: #022e43;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-touch .section-index {
    font-size: 1.5rem;
  }
  .section-touch .section-index span {
    font-size: 1.75rem;
  }
  .other-block {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .section-head {
    background-image: url(/images/bleague/go/kv-pc.jpg);
  }
  .section-touch .image-ticker img {
    height: 200px;
  }
  .section-touch .flex-block {
    display: flex;
    gap: 0 40px;
  }
  .section-touch .flex-block h3 {
    margin-top: 0;
  }
  .section-touch .flex-block .image-block {
    margin-top: 0;
  }
  .section-touch .flex-block .btn-block {
    justify-content: flex-start;
  }
  .section-touch .block-1 .flex-block .text-block {
    width: calc(65% - 20px);
  }
  .section-touch .block-1 .flex-block .image-block {
    align-self: flex-start;
    width: calc(35% - 20px);
    padding: 32px;
  }
  .section-touch .block-1 .flex-block .image-block img {
    max-width: 100%;
  }
  .section-touch .block-2 .flex-block .text-block,
  .section-touch .block-2 .flex-block .image-block,
  .section-touch .block-3 .flex-block .text-block,
  .section-touch .block-3 .flex-block .image-block {
    width: calc(50% - 20px);
  }
  .section-touch .block-2 .cushion-block label,
  .section-touch .block-3 .cushion-block label {
    left: 80px;
  }
}
