/* ヘッダー */
header {
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
  }

  .food_ttl {
    width: 90%;
  }

  .ex_text_txt {
    padding-top: 0;
  }

  .food_ttl {
    align-items: center;
  }
  .food_ttl p {
  width: 100%;
}

.scroll-infinity__item {
    width: calc(100vw / 3);
  }

  .catch_copy {
    width: 90%;
    font-size: clamp(2.5rem, 2.8125vw, 3.375rem);
  }

  .ex_inner {
    width: clamp(720px, 80vw, 1200px);
  }
  .ex_images {
    width: clamp(320px, 28.75vw, 552px);}

.section_product_inner {
  width: 90%;
}

.product_ttl div {
  padding-top: 0;
}

.section_product_inner {
  gap:16px;
}
.product_h2 {
    font-size: clamp(32px, 4.1667vw, 100px);
  }

  .product_ttl div {
    font-size: clamp(20px, 2.083vw, 40px);
  }
.food_ttl {
  display: block;
}
.ex_text_txt {
  margin-bottom: 40px;
}
.scroll-down_07 {
  bottom: 0%;
}