/*
Theme Name: zousanrecords POP child
Description: WordPressテーマ「zousanrecords POP」の子テーマです。
Template: zousanrecordspop
Author: Hiroshi Ota
Author URI: https://wp.zousanrecords.com/
Version: 1.0.0.0
*/

.top-banner{
  text-align: center;
  margin: 60px auto;
}

.top-banner img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.top-banner img{
  transition: 0.3s ease;
}

.top-banner a:hover img{
  filter: brightness(0.85);
  transform: scale(1.02);
}

.banner-text{
  text-align: center;
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #666;
}