/* Categories
---------------------------------------------------------------- */
body.categories .pagetitle {
  position: relative;
  margin-top: 6.5625rem;
  padding: 10rem 0;
  color: #ffffff;
  line-height: 1.25;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.4), 0 0 0.625rem rgba(0, 0, 0, 0.4);
}
body.categories .pagetitle .container {
  display: flex;
  flex-direction: column-reverse;
}
body.categories .pagetitle .container::after {
  display: none;
}
body.categories .pagetitle h2 {
  margin-top: 1.25rem;
  font-size: 3.75rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
body.categories .pagetitle p {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.categories .pagetitle {
    margin-top: 0;
    padding: 31.25vw 0 15.625vw;
    text-shadow: 0 0 2.60417vw rgba(0, 0, 0, 0.4), 0 0 2.60417vw rgba(0, 0, 0, 0.4);
  }
  body.categories .pagetitle h2 {
    margin-top: 2.60417vw;
    font-size: 7.8125vw;
  }
  body.categories .pagetitle p {
    font-size: 4.16667vw;
  }
}
