@media screen and (max-width: 750px) {
  .display--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .display--sp {
    display: none;
  }
}

html {
  font-size: 62.5%;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.content__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 110px 50px 0;
}
@media screen and (max-width: 750px) {
  .content__container {
    display: block;
    margin: 108px 0 0;
  }
}
.content__left {
  grid-column: 1/2;
  position: fixed;
  width: calc(50% - 50px);
}
@media screen and (max-width: 750px) {
  .content__left {
    position: static;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.content__titleList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 20px;
}
@media screen and (max-width: 750px) {
  .content__titleList {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 48px 34px auto;
    grid-gap: 0 10px;
  }
}
.content__number {
  margin-right: 10px;
  font-size: clamp(1.2rem, 0.75vw, 2.4rem);
  text-align: right;
}
@media screen and (max-width: 750px) {
  .content__number {
    grid-column: 1/2;
    margin-right: 0;
    text-align: start;
  }
}
.content__title {
  font-size: clamp(1.5rem, 0.9375vw, 3rem);
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .content__title {
    grid-column: 1/7;
  }
}
.content__date {
  text-align: right;
  padding-right: 106px;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.75vw, 2.4rem);
}
@media screen and (max-width: 750px) {
  .content__date {
    grid-column: 5/7;
    grid-row: 3/4;
    padding-right: 0;
  }
}
.content__genre {
  grid-column: 2/3;
  font-size: clamp(1.2rem, 0.75vw, 2.4rem);
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .content__genre {
    grid-column: 1/3;
  }
}
.content__detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .content__detail {
    margin-top: 44px;
  }
}
.content__detail:first-of-type {
  margin-top: 44px;
}
@media screen and (max-width: 750px) {
  .content__detail:first-of-type {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
}
.content__detail:last-of-type .content__data {
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .content__detail:last-of-type .content__data {
    margin-top: 6px;
  }
}
.content__head, .content__data {
  grid-column: 2/4;
  padding-right: 106px;
  font-size: clamp(1.2rem, 0.75vw, 2.4rem);
}
@media screen and (max-width: 750px) {
  .content__head, .content__data {
    padding-right: 0;
  }
}
.content__head {
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .content__head {
    margin-top: 0;
    grid-column: 4/7;
    grid-row: 1/2;
  }
}
.content__head:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .content__head:first-of-type {
    grid-column: 1/4;
  }
}
.content__data {
  margin-top: 8px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .content__data {
    margin-top: 4px;
    grid-column: 4/7;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 750px) {
  .content__data:first-of-type {
    grid-column: 1/4;
  }
}
.content__link {
  text-decoration: underline;
}
.content__right {
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  .content__right {
    margin-top: 90px;
  }
}

.wp-block-image:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .wp-block-image:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.wp-block-image img {
  width: 100%;
}

.pagenation {
  padding: 36px 0;
  border-top: 1px solid #181819;
  font-size: clamp(1.5rem, 0.9375vw, 3rem);
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .pagenation {
    padding: 26px 0;
  }
}
.pagenation__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
@media screen and (max-width: 750px) {
  .pagenation__list {
    grid-column-gap: 10px;
  }
}
.pagenation__item:first-of-type {
  grid-column: 2/3;
  text-align: start;
}
@media screen and (max-width: 750px) {
  .pagenation__item:first-of-type {
    grid-column: 1/3;
    text-align: center;
  }
}
.pagenation__item:nth-of-type(2) {
  grid-column: 3/5;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .pagenation__item:nth-of-type(2) {
    grid-column: 3/5;
  }
}
.pagenation__item:last-of-type {
  grid-column: 5/6;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .pagenation__item:last-of-type {
    grid-column: 5/7;
    text-align: center;
  }
}
.pagenation__link {
  transition: 0.3s;
}
.pagenation__link:hover {
  opacity: 0.6;
}

.footer {
  padding-top: 200px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 60px;
  }
}