h1, h2, h3, h4, h5, h6{
  margin: initial;
}
.l-header{
  border-bottom: none;
  background-color: #c8ab95;
  background-color: #ffffff;
  height: clamp(60px, 9vw, 100px);
}
.l-header__inner{
  height: 100%;
}
.l-header__inner__block__link {
  color: #ffffff;
  color: #000000;
}
.l-header.has-scrolled{
  height: 60px;
}
.l-header__inner__block__item--menu{
  display: block;
}
.nav-standard{
  color: #ffffff;
  color: #000000;
}

/* 虫眼鏡アイコン */

@media screen and (max-width: 719px){
  .l-header__inner__block__item--search{
    position: absolute;
    left: 57px;
  }
  .l-header__inner__block{
    position: static;
  }
}

/* ヘッダーロゴ */

.logo__block.l-header__inner__block{
  margin: initial;
}
@media screen and (max-width: 1249px){
  .l-header__inner__block.logo__block{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height:auto;
  }
}
@media only screen and (min-width: 1250px){
  .logo__block.l-header__inner__block{
    order: -1;
  }
  .nav-standard{
    display: block;
  }
  .l-header__inner__block__item--menu{
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header--is-standard .nav-standard {
      display: none;
  }
}
.l-header__inner__block__link .icon path{
  stroke: currentColor;
}
/* ドロワー */
.c-gmenu .menu{
  text-align: left;
}
.c-gmenu .nav-inner{
  padding: 0;
}
.c-gmenu .nav-inner-wrapper{
  width: auto;
}
[data-hamburger-scrollable].nav-inner{
  overflow-x: initial;
  overflow-y: initial;
}
@media ( max-width: 767px ){
  .marielan .sec.productsListContainer .productsList__item{
    flex-basis: 50%;
    padding: 0.5rem;
  }
  .marielan .productsList{
    padding: 0 0.5rem;
  }
}

/* ファーストビューのマージン除去 */
.marielan .heroContainer{
  margin-top: 0;
}

/* 商品ページ */

.template-product{
  line-height: 1.4;
}
.template-product .container{
  padding: 0;
}
.c-product_info__option{
  font-size: inherit;
}
.product__info__wrapper .wtContainer{
  justify-content: space-between;
}
.product__info__wrapper .txt{
  margin: 0;
}
.product__info__wrapper .sum .ico img{
  width: 50px;
}
.c-product_info__form__quantity__label{ /* 「数量」 */
  width: auto;
}

/* フリーページ */

.p-page_content__inner{
  max-width: 1000px;
}
.page-ingredients .p-page_content__inner{
  max-width: 1200px;
}
.page-philosophy img,
.page-ingredients img{
  display: initial;
}
.p-page_header__inner__title{
  font-size: calc(2.625rem * var(--FONT-ADJUST-HEADING));
}
@media only screen and (max-width: 767px) {
  .p-page_header__inner__title {
      font-size: calc(1.875rem * var(--FONT-ADJUST-HEADING));
  }
}

/* instafeed */
.instafeed-new-carousel-wrapper{
  flex-wrap: wrap;

}
.instafeed-new-carousel-item{
  flex:0 0 25%;
  display: flex;
}
.instafeed-new-carousel-item:before{
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.instafeed-new-carousel-item a{
  position: absolute;
  inset: 0;
  z-index: 0 !important;
}
@media ( max-width: 768px ){
  .instafeed-new-carousel-container{
  }
  .instafeed-new-carousel-wrapper{
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .instafeed-new-carousel-item{
    flex:0 0 47%;
  }
}

/* 購入画面 */

.p-browsing_history__inner__title__en{
  display: none;
}

/* SNSアイコン */

/* .footer__sns{
  margin: 50px;
} */
.footer__sns__list{
  display: flex;
  justify-content: center;
}
.footer__sns__item{
  flex-basis: 25px;
  margin: 8px;
}

/* ファーストビュースライダー */

.fv-slider{
  width: 100%;
}

/* フッター */

.footer__bottom,
.site-footer .footer__inner{
  padding: 0;
}
.site-footer{
  padding-block: 100px 60px;
}
@media (max-width: 767px){
  .site-footer{
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px){
  .footer__menu__links{
    margin-left: -15px;
  }
  .footer__menu__item--first{
    margin-left: 15px;
  }
  .footer__bottom__right .right__inner{
    justify-content: flex-end;
  }
}