.c-video__itemlist__header {
  margin: 24px 0px;

  h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;

    font-feature-settings: "palt";
    color: #222;
    font-family: 'Noto Sans JP, sans-serif';
  }
}

.c-video__itemlist {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-direction: row;
  align-items: flex-start;

  .c-video-item__iframe {
    width: 426px;
    height: 240px;
    border-radius: 10px;
  }
}