/* SP版へのスタイル指定 */
body {
  font-size: 16px;
  line-height: 1.5em;
}
/* 幅100％設定 */
section {
  width: 100%
}

header {
  height: 60px;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
/*====================================================================
説明
====================================================================*/
.ex_text_h1,.section_product_h1 {
  font-size: clamp(56px, 5.208vw, 6.25rem);
}
.ex_text_sub {
    font-size: clamp(20px, 1.25vw, 32px);
    margin-bottom: 11.333vw;
}
.ex_inner,.food_ttl {
  display: block;
  width: 90%;
}
.ex_text_all p {
  line-height: 1.8;
}
.section_product_inner {
  display: block;
  width: 100%;
}
.scroll-infinity__item {
  width: calc(100vw / 1.2);
}
.ex_images {
  width: 100%;
  margin-bottom: 16px;
}
/* ヘッダー */
.l-header {
  padding: 0;
}
.p-header__inner {
  padding: 16px 20px;
}

/* メインビジュアル */
.scroll-down_07{
  font-size: 12px;
}
.mouse-icon {
    width: 26px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    margin-inline: auto;
    margin-bottom: 6px;
}
.catch_copy {
  font-size: clamp(1.8rem, 6vw, 3.375rem);
  padding-bottom:0;
  text-align: center;
  width: 100%; 
  font-weight: 900;

}
.catch_copy_all {
  padding-bottom:clamp(85px,1vw,130px);
  padding-top: 0;
  display: block;
}
.fv_logo {
  margin-top: 0;
}
.main-visual {
  align-items: end;
}

.main-visual_all {
 background: url(../images/sp_mv.jpg);
 background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* イントロ */
.intro_main_text {
    font-size: clamp(26px, 2.8125vw, 48px);
}
.intro_inner {
	padding: 72px 20px;
}
.section_intro {
  height: auto;
  position: static;
  background-color: #6AC5CC;
}

.section_ex {
  display: block;
}
.ex_images,.ex_text_all {
  width: 100%;
}

/* products */
.product_images {
    width: clamp(150px, 13.542vw, 260px);
  }
.section_product {
	height: auto;
	line-height: 1.6;
	background: url(../images/bg_product_sp.jpg);
	padding: 104px 0;
  background-size: cover;
	color: #fff;
}

.section_product_inner {
  text-align: center;
}

.product_h2 {
        font-size: clamp(48px, 4.1667vw, 100px);
    }

/* ペアリング */
.section_food {
  padding: 72px 0;
}

.ex_text_txt,.section_food_inner {
  width: 100%;
}

.section_product_inner {
  width: 90%;
}
.product_txt {
  text-align: left;
  display: block;
}
.product_btn {
  padding: 0;
}
.product_ttl {
  display: block;
  text-align: left;
}
.section_food_h1 {
  font-size: clamp(56px, 5.208vw, 6.25rem);
  line-height: 1;
  padding-bottom: 16px;
}
.pairing_btn {
  width: auto;
  margin-top: 0;
}

/* フッター */
.p-footer__container {
  max-width: 100%;
}
.p-footer__bottom {
  padding: 1rem 20px;
}
.p-footer__sns {
  width: 100%;
}