/* ===========================
   Hero Scroll Button - SP Styles
   SPでScrollボタンを上に移動
   適用条件: 959px以下
   =========================== */

@media (max-width: 959px) {
  /* Scrollボタンをロゴの下、上から約80%の位置に配置 */
  .p-mainVisual__scroll {
    bottom: 12vh !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
}
