.single__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 24rem;
  margin-bottom: 9rem;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: relative;
}
#dictum .single__mv {
  background-image: url(../images/common/bg_dictum_mv.png);
}
#epigram .single__mv {
  background-image: url(../images/common/bg_epigram_mv.png);
}

@media screen and (width < 768px) {
  .single__mv {
    height: 20rem;
    background-position: 0 0;
    background-size: cover;
  }
  #epigram .single__mv {
    background-image: url(../images/common/bg_epigram_mv_sp.png);
  }
}
.single__mv__title {
  position: absolute;
  left: 0;
  bottom: -4rem;
  display: inline-block;
  height: 8rem;
  padding: 2rem 12rem;
  background-color: #DC0000;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 4rem;
}
.single__mv__title b {
  font-size: 3.2rem;
  font-weight: 700;
}
.single__mv__title span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (width < 768px) {
  .single__mv__title {
    height: 9rem;
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .single__mv__title b {
    font-size: 2.4rem;
  }
  .single__mv__title span {
    font-size: 1.8rem;
  }
}
.page__contents {
  color: #fff;
}

.page__contents__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem 5rem;
}

@media screen and (width < 900px) {
  .page__contents__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page__contents__body {
  width: 88rem;
  max-width: 100%;
  padding-top: 0.8rem;
}

.page__contents__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27rem;
}

@media screen and (width < 900px) {
  .page__contents__nav {
    width: 100%;
  }
}
.article__box {
  padding: 3rem 4rem 4rem;
  background-color: #fff;
  color: #000;
}
.article__box p {
  margin-bottom: 1.5em;
}
.article__box p:last-child {
  margin-bottom: 0;
}

@media screen and (width < 768px) {
  .article__box {
    padding: 1.7rem 2rem 3.4rem;
    font-size: 1.4rem;
  }
}
.article__box__title {
  margin-bottom: 4.8rem;
  border-bottom: 0.1rem solid #868686;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
}
.article__box__title span {
  margin-left: 0.2em;
  font-size: 3.2rem;
}

@media screen and (width < 768px) {
  .article__box__title {
    margin-bottom: 3.6rem;
    font-size: 1.3rem;
  }
  .article__box__title span {
    font-size: 2.8rem;
  }
}
.article__box__lead,
.wp-block-heading {
  margin-bottom: 3rem;
  font-size: 2.1rem;
  font-weight: 700;
}
.article__box__lead.-center,
.wp-block-heading.-center {
  padding: 0 6rem;
}

@media screen and (width < 768px) {
  .article__box__lead,
  .wp-block-heading {
    margin-bottom: 2.4rem;
    padding: 0;
    font-size: 1.8rem;
  }
}
.page__contents__nav__lead {
  margin-bottom: 3.6rem;
  font-size: 1.5rem;
}

@media screen and (width < 768px) {
  .page__contents__nav__lead {
    margin-bottom: 2.7rem;
    font-size: 1.4rem;
  }
}
.page__contents__nav__title {
  border-bottom: 0.1rem solid #999;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}

.page__contents__nav__list li {
  min-height: 5rem;
  padding: 0.6rem 0 0;
  border-bottom: 0.1rem solid #999;
}
.page__contents__nav__list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
}
.page__contents__nav__list li a span {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}

@media screen and (width < 768px) {
  .page__contents__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
  .page__contents__nav__list li {
    width: 16.5rem;
  }
  .page__contents__nav__list li a {
    font-size: 1.2rem;
  }
  .page__contents__nav__list li a span {
    font-size: 2.1rem;
  }
}
.article__img,
.wp-block-image {
  width: 37.3rem;
  height: 28rem;
  float: right;
  margin-left: 2.4rem;
  margin-bottom: 1.8rem;
}
.article__img img,
.wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__img.-right,
.wp-block-image.-right {
  float: right;
  margin-left: 2.4rem;
}

@media screen and (width < 768px) {
  .article__img {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 2.4rem;
  }
  .article__img.-right {
    float: none;
    margin-left: 0;
  }
}