/* ----------------------- */
/* コンテンツヘッダー
/* -----------------------
/* 画像付きh1 */
.h1-img-container {
  margin-top: 0;

  .h1-basis {
    font-size: clamp(4rem, 4.5vw, 5.6rem) !important;
  }

  > div:not([class]) {
    width: 36%;
  }
  > figure {
    width: 64%;
  }
  /* 動画コンテンツ */
  .movie-container {
    width: 64%;
  }
}
.content-header .content-header-bg {
  height: 380px;
}
.content-header .content-header-bg.large {
  height: 480px;
}
.movie-content::before {
  display: none;
}

@media screen and (max-width: 979px) {
  .h1-img-container {
    margin-top: 20px;

    > div:not([class]),
    > figure,
    .movie-container {
      width: 100%;
      max-width: 100%;
    }
  }
  .content-header .content-header-bg {
    height: 340px;
  }
  .content-header .content-header-bg.large {
    height: 400px;
  }

  .content-header:has(.h1-img-container):not(:has(.h1-img-container p))::after {
    margin-bottom: 30vw;
  }
}

/* ----------------------- */
/* 独自css
/* ----------------------- */
.ingredients-content {
  display: grid;
  grid-template-columns: 264px 1fr;
  gap: 32px;
}
.slider-type-1{
  padding: 0;
}
@media screen and (max-width: 979px) {
  .ingredients-content {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.ingredients-content section > ul li {
  padding-bottom: 25px;
  border-bottom: 2px solid var(--bg-Bg_BW2, #F2F2F2);
}
.ingredients-content section > ul li + li {
  padding-top: 25px;
}

/* 共通パーツ ページ内のみ調整 */
@media screen and (max-width: 979px) {
  /* SP時 マージン調整 */
  .default-content {
    margin-top: 10px;
  }
  /* リスト - フォントサイズ指定 */
  .default-list.unique-sp-fz {
    font-size: 15px;
  }
}