.cmBlock {
  margin: 10rem 0;
}
.cmTitle {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 500;
  color: var(--brand-color-red);
  text-align: center;
  margin-bottom: 8rem;
  border-bottom: 3px solid var(--brand-color-red);
  padding-bottom: 0.5em;
}
@media (max-width: 767px) {
  .cmTitle {
    font-size: 2.8rem;
  }
}
.leadCopy {
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--font-serif);
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .leadCopy {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
.bodyCopy {
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--font-serif);
  text-align: center;
  line-height: 2.4;
}
.movBlock {
  text-align: center;
  margin: 14rem 0 8rem;
}
.movBlock video {
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .movBlock {
    margin: 8rem 0 4rem;
  }
}
@media print {
  .movBlock {
    opacity: 0;
  }
}
.subCopy {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 3;
  margin: 4em 0;
}
@media (max-width: 767px) {
  .subCopy {
    font-size: 2rem;
    line-height: 1.8;
    margin: 2em 0;
  }
}
.graphicBlock {
  text-align: center;
  margin: 14rem 0 8rem;
}
@media (max-width: 767px) {
  .graphicBlock {
    margin: 8rem 0 4rem;
  }
}
.mediaList li {
  border-bottom: 1px solid #d0d0d0;
}
.mediaList a {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
}
.mediaList a::after {
  content: '';
  display: block;
  color: initial;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  right: 0.5rem;
  inset-block: 0;
  margin: auto;
  transform: rotate(45deg);
}
.mediaList a time {
  color: initial;
}
.pageHeader {
  background: var(--brand-color-red);
  color: #fff;
}
.pageHeader h1 {
  font-size: 3rem;
  font-family: var(--font-serif);
  text-align: center;
  padding: 1em 0;
}
@media (min-width: 768px) {
  .postBlock {
    background: #e2e8eb;
    max-width: none !important;
    padding: 4rem 0;
    margin: 0;
  }
  .postBlock .container {
    background: #fff;
    max-width: 100rem;
    margin: 0 auto;
    padding: 6rem 14rem;
  }
}
.postTitle {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
  border-top: 2px solid var(--brand-color-red);
  border-bottom: 2px solid var(--brand-color-red);
  margin-bottom: 1rem;
}
.timeSpan {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 1rem 0;
}
.imageBlock {
  text-align: center;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
.imageBlock img {
  width: 100%;
}
@media (min-width: 768px) {
  .imageBlock {
    width: 100%;
  }
  .imageBlock img {
    width: calc(50% - 1rem / 2);
    object-fit: cover;
  }
}
.return {
  display: block;
  text-align: center;
  margin-top: 2em;
  margin-inline: auto;
}
.attention {
  color: var(--brand-color-red);
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
}
