@charset "utf-8";
/* CSS Document */
h2 {
  line-height: 0;
}
/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.5;
  }
}