@charset "utf-8";

:root {
    --f-en: "Inter", sans-serif;
    --f-noto: "Noto Sans JP", sans-serif;
    --f-yug: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
}

/* CSS Document */
@font-face {
    font-family: "Yu Gothic";
    font-weight: normal;
    src:
        local("Yu Gothic-Medium"), local("Yu Gothic Medium"),
        local("YuGothic-Regular");
    font-display: auto;
}

@font-face {
    font-family: "Yu Gothic";
    font-weight: bold;
    src: local("Yu Gothic-Bold"), local("Yu Gothic");
    font-display: auto;
}

body {
  color: #333;
  font-size: 1.5rem;
  font-family: "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
  font-weight: 500;
}


/* =====================
  ヘッダー 
===================== */
.fs-l-header {
    padding-top: 0;
}
.fs-l-header__contents {
    align-items:normal;
}

/* -------------------- 
ヘッダー左コンテンツ
-------------------- */
.fs-l-header__leftContainer {
    border-bottom: 3px solid rgba(103,89,83,0.3);
    align-self:auto;
}
/* -------------------- 
ヘッダー右コンテンツ
-------------------- */
.fs-l-header__rightContainer {
    border-bottom: 3px solid rgba(103,89,83,0.3);
}

/* 右上 ------------ */
.fs-l-header__right-topContainer {
    display: flex;
    justify-content: flex-end;
}

/* カートボタン */
.fs-l-header .fs-p-headerNavigation__viewCartButton {
    color: #675953;
    background-color: #FFC06F;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    font-size: 1.2rem;
}


/* 右下 ------------ */
.fs-l-header__right-bottomContainer {


}





