.page_header_back {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("/reform/wp-content/themes/blankslate-child/asset/works_top_img_sp.webp");
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-position: center;
  height: 135px;
  background-size: cover;
}
.page-header-copy {
  font-family: 'Fjalla One';
  color: #ffffff;
  position: absolute;
  letter-spacing: 1px;
  text-align: center;
  font-size: 3rem;
  transform: translate(-50%,-42%);
  top: 50%;
  left: 50%;
  line-height: 30px;
}
.page-header-copy_main {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
}
.works_a__list {
  margin: 45px 2.5rem 70px;
}
.works_a__list li {
  margin-bottom: 40px;
}
.works_s__other_case {
  font-size: 12px;
  font-family: 'Fjalla One', serif;
  font-weight: 300;
  letter-spacing: 0.6px;
  border: 1px solid #3B3B3B;
  border-radius: 25px;
  display: inline-block;
  padding: 0.4rem 0;
  margin: 4% 0;
  width: 75px;
  text-align: center;
  color: #3B3B3B;
  vertical-align: middle;
  height: initial;
}
.works_s__other_case.movie{
  margin-left: 5px;
}
.works_s__other_case.new {
  background-color: #930B0B;
  color: #fff;
  margin-left: 5px;
}
.movie-label{
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie-icon{
  width: 1.4rem;
  margin: 0 0.5rem 0 0;
}
.movie-text{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.works_a__list h2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.9px;
  line-height: 1.5;
  color: #000;
}
.works_a__list h2 br {
  display: none;
}

.works_a__navi {
  margin-bottom: 100px;
}
.navigation.pagination {
  margin: 0 2.5rem;
}
.nav-links {
  text-align: center;
  position: relative;
}
.page-numbers {
  font-size: 15px;
  font-weight: 500;
  padding: 5px;
  margin: 5px;
  color: #000;
}
.page-numbers.current {
  font-size: 15px;
  color: #930B0B;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-numbers.dots {
  color: #9a9a9a;
  padding: 0;
  margin: 0;
}
.prev.page-numbers , .next.page-numbers {
  padding: 0;
}
.prev.page-numbers {
  margin: 0 20px 0 0;
}
.next.page-numbers {
  margin: 0 0 0 20px;
}
.prev span::before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.prev span::after {
  content: '';
  line-height: 1;
  width: 10px;
  height: 3px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(135deg);
  position: absolute;
  left: 17px;
  top: -1px;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.next span::before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.next span::after {
  content: '';
  line-height: 1;
  width: 10px;
  height: 3px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  position: absolute;
  right: 17px;
  top: -1px;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}

@media (min-width: 768px) {
.works_a__list {
  margin: 45px 4.5rem 70px;
}
.works_a__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works_a__list li {
  width: 47%;
}
.navigation.pagination {
  max-width: 450px;
  margin: 0 auto;
}
}

@media (min-width: 1024px) {
.page_header_back {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/reform/wp-content/themes/blankslate-child/asset/works_top_img_pc.webp);
  height: 24rem;
}
.page_header_area.works .page-header-copy p {
  font-size: 55px;
  letter-spacing: 1.65px;
}
.page_header_area.works .page-header-copy h2 {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 2.24px;
}
.works_a__list {
  margin: 110px 0;
}
.works_a__list ul {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 4.5rem;
}
.works_a__list li {
  width: 30%;
}
.works_a__img {
  overflow: hidden;
}
.works_a__img img {
  transition: 0.5s;
}
.works_a__list a:hover img {
  scale: 1.1;
}
.works_a__list a:hover .movie-icon{
  scale: 1;
}
.page-numbers {
  margin: 15px;
}
.page-numbers:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.prev.page-numbers:hover span::before {
  background-color: #000;
}
.prev.page-numbers:hover span::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.next.page-numbers:hover span::before {
  background-color: #000;
}
.next.page-numbers:hover span::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
}