/* ==========================================================================
   pages.css
   個別ページ・投稿タイプ固有のスタイル(トップページ、下層固有デザインなど)
   ========================================================================== */

/* racer card in out team page */


/* --- ホバー時：テキストカードが浮く --- */
.racer-card:hover .ugb-image-box__content {
  background-color: #006b3c; /* グリーン（ブランドカラーに変更してOK） */
  color: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.racer-card .ugb-image-box__content {
  padding: 1.5rem;
  transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

@media (max-width: 1000px) {
	.is-no_display {
		display: none;
	}
}
