<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-pickup-horse {
  background: rgba(0,37,89,0.89);
  position: relative;
  z-index: 1;
}

.p-pickup-horse::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background:url(../../img/section-bg_sp.png) no-repeat top center  / 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-pickup-horse .c-section-heading::before ,
.p-pickup-horse .c-section-heading::after {
  content: none;
}

.p-pickup-horse__description {
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

.p-pickup-horse__list {
  display: grid;
  margin-top: 2.7rem;
}

.p-pickup-horse__panel {
  min-height: 11.8rem;
  position: relative;
  z-index: 1;
}
.p-pickup-horse__panel::before {
  content: "";
  aspect-ratio: 1/1;
  width: 7.3rem;
  background: #00AEFF;
  border-radius: 50%;
  filter: blur(1.8rem);
  position: absolute;
  left: 0.9rem;
  top: 0;
  translate: 0 -20%;
  z-index: -1;
}
.p-pickup-horse__panel::after {
  content: "";
  display: block;
  aspect-ratio: 161/119;
  width: 16.1rem;
  background: url("../../img/horse-silhouette.svg") no-repeat center center/contain;
  position: absolute;
  left: 7.8rem;
  top: -2rem;
}

.p-pickup-horse__panel__head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  position: relative;
  z-index: 1;
}

.p-pickup-horse__panel__number {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 3.6rem;
  flex: none;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.3rem;
}
.p-pickup-horse__panel__number.waku1 {
  background: #ffffff;
  color: #444444;
  border: 1px solid #444444;
}
.p-pickup-horse__panel__number.waku2 {
  background: #444444;
  color: #ffffff;
  border: 1px solid #444444;
}
.p-pickup-horse__panel__number.waku3 {
  background: #e95556;
  color: #ffffff;
  border: 1px solid #e95556;
}
.p-pickup-horse__panel__number.waku4 {
  background: #416cba;
  color: #ffffff;
  border: 1px solid #416cba;
}
.p-pickup-horse__panel__number.waku5 {
  background: #e7c52c;
  color: #ffffff;
}
.p-pickup-horse__panel__number.waku6 {
  background: #45af4c;
  color: #ffffff;
  border: 1px solid #45af4c;
}
.p-pickup-horse__panel__number.waku7 {
  background: #ee9738;
  color: #ffffff;
  border: 1px solid #ee9738;
}
.p-pickup-horse__panel__number.waku8 {
  background: #ef8fa0;
  color: #ffffff;
  border: 1px solid #ef8fa0;
}
.p-pickup-horse__panel__number.waku0 {
  background: #f0f1f5;
  color: #9c9fa6;
  border: 1px solid #e3e5eb;
}

.p-pickup-horse__panel__name {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-bottom: 0.2rem;
  filter: drop-shadow(0px 0px 0.2rem #00AEFF) drop-shadow(0px 0px 0.6rem #00AEFF) drop-shadow(0px 0px 0.6rem #00AEFF);
}

.p-pickup-horse__panel__description {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 0.7rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-pickup-horse {
    padding-block: 1.7rem 2.8rem;
    padding-inline: 1.6rem;
    margin-inline: var(--sidePaddingSp1);
            margin-bottom: 5.4rem;
  }
}

@media (min-width: 769px) {
  .p-pickup-horse {
    margin-bottom: 2.7rem;
    padding-block: 1.1rem 5.8rem;
    background-size: contain;
  }
  .p-pickup-horse::before {
    background-image:url(../../img/section-bg.png);
  }
  .p-pickup-horse .c-section-heading__text {
    font-size: 4.8rem;
    font-weight: 800;
  }
  .p-pickup-horse__description {
    font-size: clamp(0px,calc(2.2774327122vw * 1),2.2rem);
    margin-top: clamp(0px,calc(0.5175983437vw * 1),0.5rem);
  }
  .p-pickup-horse__list {
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - clamp(0px,calc(3.1055900621vw * 1),3rem) * 2) / 3), 1fr));
    gap: clamp(0px,calc(3.1055900621vw * 1),3rem);
    max-width: 95rem;
    margin-inline: auto;
    margin-top: 7.6rem;
  }
  .p-pickup-horse__panel {
    min-height: 12.2rem;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .p-pickup-horse__panel::before {
    width: 8rem;
  }
  .p-pickup-horse__panel::after {
    width: clamp(0px,calc(23.8095238095vw * 1),23rem);
    top: clamp(-4.7rem,calc(-4.8654244306vw * 1),0px);
    left: clamp(0px,calc(5.900621118vw * 1),5.7rem);
  }
  .p-pickup-horse__panel__head {
    gap: clamp(0px,calc(1.2422360248vw * 1),1.2rem);
  }
  .p-pickup-horse__panel__number {
    width: clamp(0px,calc(4.1407867495vw * 1),4rem);
    font-size: clamp(0px,calc(2.4844720497vw * 1),2.4rem);
  }
  .p-pickup-horse__panel__name {
    font-size: clamp(0px,calc(2.4844720497vw * 1),2.4rem);
  }
  .p-pickup-horse__panel__description {
    font-size: 1.5rem;
  }
}</pre></body></html>