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

@media (max-width: 959px) {
  /* Scrollボタンを画面下から70%の位置、左右中央に配置 */
  .p-mainVisual__scroll {
    bottom: 30vh !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
}
