/*@import url('parts/category-list-sidebar.css');
@import url('parts/pagination.css');*/

#main_title {
  position: relative;
  background-image: url("../images/common/common-bg-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#main_title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}
#main_title h1 {
  position: relative;
  color: #fff;
  z-index: 1;
}
.site_content .cat_top { margin-top: 45px; }
@media screen and (max-width: 991px){
  #main_title { background-image: url("../images/common/common-bg-sp.png"); }
}
footer {
  margin-bottom: 84px;
}
.pgtp-fix {
  bottom: 90px;
  right: 0;
}
@media screen and (max-width: 960px) {
  .pgtp-fix {
    bottom: 7rem;
    right: 0;
  }
}
