/* =======================================
   staging.css (最終CSSテスト: 画像の垂直配置修正)
   ======================================= */

.no_hover_wrapper .item:hover, 
.no_hover_wrapper .item a:hover {
    opacity: 1 !important; /* 不透明度変化を無効化 */
    transition: none !important; /* 遷移効果を無効化 */
    cursor: default; /* カーソルをデフォルトに戻す（必要な場合） */
}

/* past-archives 系統のカテゴリ見出しに対するホバー無効化の対応 */
.no_hover_wrapper .headline .title a:hover .icon_arw:before,
.no_hover_wrapper .headline .title a:hover .icon_arw:after {
    animation: none; /* headline のアニメーションを無効化 [5] */
}