.afiwai-hps {
  width: 100%;
  overflow: hidden;
}

.afiwai-hps-viewport {
  width: 100%;
  overflow: hidden;
}

.afiwai-hps-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.afiwai-hps-seq {
  display: flex;
  gap: var(--afiwai-hps-gap, 14px);
  padding: 6px 0;
  width: max-content;
}

.afiwai-hps-item {
  display: flex;
  align-items: flex-start;
}

.afiwai-hps-imgwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.afiwai-hps-img {
  display: block;
  max-width: 100%;
}

.afiwai-hps-title {
  margin-top: 8px;
  line-height: 1.2;
  text-align: center;
  word-break: break-word;
}