/* ========== title ========== */
.c-title-main span {
  font-size: clamp(32px, 8vw, 100px) !important;
}

/* ========== subtitle ========== */
.c-subtitle {
  row-gap: 9px;
}

.c-lead-lines {
  letter-spacing: -1%;
  padding: 0 !important;
}

.c-lead-line {
  display: block;
  background: #fd0200;
  color: #fff;
  padding: 2px 8px;
}

.c-lead-line-sp + .c-lead-line-sp {
  margin-top: 3px;
}

.c-lead-red {
  background: none !important;
}

.c-lead-line-pc {
  display: inline-block;
}

.c-lead-line-sp {
  display: none;
}

/* ========== Program Block ========== */
.p-hrd-actions {
  margin-top: 40px;
}

.p-hrd-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 288px;
  height: 60px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

.p-hrd-button-text {
  pointer-events: none;
}

.p-hrd-button-icon {
  position: absolute;
  right: 26px;
}

.c-block-body + .c-block-body {
  padding-top: 28px;
}

/* ========== sp画面 ========== */
.s .c-page {
  padding-bottom: 60px;
}

.s .c-lead-line-pc {
  display: none;
}
.s .c-lead-line-sp {
  display: inline-block;
}

.s .p-hrd-button {
  width: 178px;
  height: 40px;
  font-size: 10px;
}

.s .c-media-grid-3 {
  grid-template-columns: repeat(2, 1fr);
}

.s .p-hrd-button-icon {
  right: 12px;
  width: 15px;
}
