/*
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_area */

#top_banner_area {
  padding-top: 1em !important;
  padding-bottom: 0 !important;
  background-color: var(--sub_color);
}

ul.banner_slider li {
  margin-left: 5px;
  margin-right: 5px;
}

.top_banner_box p.pic {
  margin-bottom: 0;
}

.top_banner_box a img {
  transition: 0.3s;
  height: auto;
}

.top_banner_box a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}

.top_banner_box .slick-dots li button::before {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .top_banner_box {
    width: 100% !important;
    max-width: none !important;
  }
}

@media screen and (min-width: 1025px) {
  ul.banner_slider {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
