/* フードページで追加したCSS */
.youtube-feed {
  margin-bottom: 20px;
  position: relative;
}
.youtube-feed .m-heading03 {
  text-align: center;
}
.youtube-feed .youtube {
  display: inline-block;
  margin: 1%;
  vertical-align: top;
  width: 31%;
}
@media (max-width: 768px) {
    .youtube-feed .youtube {
      margin: 10px 0;
      width: 100%;
    }
}

.youtube-feed .youtube iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  max-width: 100%;
  position: relative;
}

/* ボタン */
.youtube-feed .m-btnDefault {
  margin-top: 20px;
  text-align: center;
}