.scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* アイコンとテキストの間隔 */
  margin-top: 8px;
  margin-bottom: 16px;
  opacity: 0.9;
  font-size: 14px;
  color: #555;
}

.scroll-hint img {
  width: 30px; /* 必要に応じて調整 */
  opacity: 0.8;
}

.scroll-hint p {
  font-size: 8px;
  color: #8C8C8C;
}