#yodogawa.bd_t.bd_none {
  margin-top: 20px;
}

body {
  font-family: "Koburina Gothic W3 JIS2004";
  letter-spacing: .08em;
}

/** °Cスナップ用カスタム **/

/* ページ内リンク用スクロールアニメーション設定 */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* 一覧日付非表示 */
#index_nav .date {
  display: none;
}
/* 一覧日付用に余白があったので削除しています */
#index_nav .title {
  margin-bottom: 0;
}

/* スナップリンク装飾 */
.snap-link {
  border-bottom-width: 1px !important;
}