@charset "UTF-8";
:root {
  --font-family-primary: 'Zen Maru Gothic', sans-serif;
  --font-weight-primary: 500;
  --font-weight-primary-bold: 700;
}

/**************************************************/
/* エピソード */
/**************************************************/
.column-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.column-block-editor > *:first-child {
  margin-top: 0;
}

:where(.column-block-editor) p {
  margin: 2em 0 0;
  line-height: 2;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  :where(.column-block-editor) p {
    font-size: 1rem;
  }
}
:where(.column-block-editor) .media-image-block {
  margin: 3.125rem auto;
}
:where(.column-block-editor) .media-image-block figure {
  margin: auto;
}
:where(.column-block-editor) .media-image-block img {
  border-radius: 0.5rem;
}
/*# sourceMappingURL=episode-blockeditor.css.map */