@charset "UTF-8";

/* フォーカス時のアウトライン */
a:focus, input:focus, area:focus, button:focus, select:focus, [tabindex]:focus, textarea:focus {
  transition-duration: 0s !important;
}

/* 矢印ボタンのアウトライン対策 */
.bx-wrapper .bx-controls-direction a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}