@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Reddit+Mono&display=swap);
.p-works .c-hd-01 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.p-works-single__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}
.p-works-single__eyecatch img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-works-single__gallery figure {
  margin-top: 40px;
}
.p-works-single__gallery figure img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px){
  .p-works-single__title {
    font-size: 1.5rem;
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .p-works-single__eyecatch img {
    aspect-ratio: unset;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .p-works-single__gallery figure img {
    aspect-ratio: unset;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
/*# sourceMappingURL=../map/works.css.map */
