.newsDetail {
  position: relative;
  padding: 208px 20px 220px;
}
@media screen and (min-width: 768px) {
  .newsDetail {
    padding: 348px 40px 330px;
  }
}

@media screen and (min-width: 768px) {
  .newsDetail__line {
    grid-column: 1/-1;
  }
}

.page-heading {
  padding-top: 36px;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-heading {
    position: absolute;
    left: 40px;
    padding-top: 50px;
  }
}

.newsDetail__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .newsDetail__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: 0.8823529412%;
       -moz-column-gap: 0.8823529412%;
            column-gap: 0.8823529412%;
  }
}

.back-to-index {
  position: absolute;
  top: -22px;
  right: 0;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .back-to-index {
    top: 50px;
  }
}

.news-article {
  padding-top: 73px;
}
@media screen and (min-width: 768px) {
  .news-article {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5/11;
    padding-top: 50px;
  }
}

.news__date {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.news__title {
  padding-top: 70px;
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news__title {
    padding-top: 96px;
    font-size: 2rem;
  }
}

.news__content {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .news__content {
    padding-top: 35px;
  }
}
.news__content p {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news__content p {
    font-size: 1.4rem;
  }
}

.news__image {
  padding-top: 39px;
}
@media screen and (min-width: 768px) {
  .news__image {
    padding-top: 62px;
  }
}
.news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vertical {
  aspect-ratio: 673/800;
}

.horizontal {
  aspect-ratio: 350/251;
}
@media screen and (min-width: 768px) {
  .horizontal {
    aspect-ratio: 673/483;
  }
}