/* カスタマイズ用CSS */

/* サイト全体の背景色変更 */
.ec-layoutRole {
  background: #fffaf0;
}

/* ヘッダーカテゴリナビの背景色変更 */
.ec-itemNav__nav li a {
  background: #fffafa;
}

/* ヘッダー */
.ec-headerNavSP {
  font-size: 36px;
  }
  

      .ec-headerNav .ec-headerNav__itemIcon {
        margin-right: 0;
        font-size: 32px; }