/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

/* サイト全体への適用 */
body {
    font-family: "Noto Serif JP", serif !important;
}

/* ヘッダー全体 */
.ec-headerNaviRole {
  display: block !important;
  max-width: 1130px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* 1段目：ロゴエリアを中央寄せ */
.ec-headerNaviRole__left {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 0 !important;
}

/* 2段目：ナビ＋カートエリアを中央寄せ */
.ec-headerNaviRole__right {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding-bottom: 10px !important;
}

.ec-headerSearch {
  margin-bottom:30px !important;
}

/* ハンバーガーメニューの位置調整 */
.ec-headerRole__navSP {
  position: absolute !important;
  left: 10px !important;
}

@media screen and (max-width: 768px) {
  .ec-headerNaviRole__left {
    position: relative !important;
  }
}

@media only screen and (min-width: 768px) {
  .ec-headerNaviRole {
    padding-bottom: 0 !important;
  }
}

 @media screen and (max-width:768px) {
.ec-secHeading__en{
letter-spacing:0.05em !important;
    font-size:16px !important;
}
}