.page_content_header_tit {
  font-family: 'Yu Mincho',serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.top_discount ul li .img img {
  width: 100%;
}

.top_discount ul li .title {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 10px;
}


.pager {
  margin-bottom: 60px;
  margin-top: 50px;
}

.pager_list .next {
  background: url('/assets/img/common/icon_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  display: block;
  height: 14px;
  text-indent: -9999px;
  width: 5px;
}

.pager_list {
  display: flex;
  font-family: 'Noto Sans JP';
  justify-content: center;
}

.pager_list li {
  font-size: 14px;
}

.current_other:hover {
  opacity: .6;
}

.current {
  color: #c8c8c8;
}

.pager_list li + li {
  margin-left: 40px;
}
