@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

* {
    font-size: clamp(14px,1.4rem,16px);
}
.fs-preview-header {
    display: none;
}
.pc_none {
    display:none !important;
}
html {
    font-size: 0.625vw;
}
body {
    
}
img {
    vertical-align:top;
}

h1.fs-c-heading.fs-c-heading--page {
    font-size: 3rem;
    width: fit-content;
    margin: 0 auto 6rem;
    padding: 3rem 0;
    border-bottom: solid 1px;
    font-family: 'Noto Serif JP', serif;
    font-weight:500;
}
h2.fs-c-documentArticle__heading,
h2.fs-c-subSection__title,
h2.fs-c-linkedServiceLogin__title {
    background: none;
    font-size: clamp(18px,2.2rem,22px);
    padding: 0 0 1rem;
    color: #4f545a;
    letter-spacing: 1px;
}
h2.fs-c-featuredProduct__title {
    font-size: clamp(20px,2.4rem,24px);
    padding: 0 0 2rem;
    border-bottom: solid 1px;
    margin: 10rem 0 4rem;
}
h3.fs-c-documentColumn__heading {
    color: #4f545a;
    border-bottom: none;
    border-left: solid 4px #4f545a;
    padding: 0 0 0 1em;
    font-size: clamp(16px,2.0rem,20px);
}
p,dl,dt,dd,time,ol,ul,li,label {
    margin: 0;
    font-size: clamp(14px,1.6rem,16px);
    line-height: 1.8em;
    letter-spacing: 1px;
}
input,
.fs-c-dropdown__menu {
    font-size: clamp(14px,1.6rem,16px);
    padding: 1rem 1.4rem !important;
}
.fs-p-cartItemNumber {
    background: #e54848;
}










/* ヘッダー */
.fs-l-header {
    display: block;
    padding: 10px 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(255,255,255,0.88);
    transition: background .6s;
    transition: background .6s;
    backdrop-filter: blur(4px);
}
.fs-l-header:not(.is-fixed) {
    //background: rgba(255,255,255,0.1);
}
.o_header_inr_wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 87px auto;
    align-items: center;
}
.o_header_menu {
    display: flex;
    justify-content: end;
    grid-gap: 10px;
    text-align: right;
    font-size:1.6rem;
    align-items: center;
}
.o_header_menu_cart .fs-p-cartItemNumber {
    top: -6px;
    right: -10px;
background: #e54848;
}
.o_header_menu_cart img {
    width: 22px;
}
.o_header_menu_contact img {
    width: 22px;
}
.o_header_menu_cart {
    position: relative;
}
a.o_header_menu_link {
    font-size: clamp(16px,1.8rem,18px);
    color: initial;
    letter-spacing: 0.1rem;
    padding: 0 1rem;
    text-align:center;
    font-family: 'Noto Serif JP', serif;
    font-weight:500;
}
a.o_header_menu_link span {
    display: block;
    font-size: 0.6em;
    text-align: center;
    line-height: 1em;
}
.fs-l-header__utility {
    grid-template-rows: auto;
    grid-gap: 0.6rem;
}
.fs-p-headerUtilityMenu__list a {
    font-size: 14px;
}
.fs-l-header__utility *:last-child {
    align-self: center;
}
label.fs-p-drawerButton.fs-p-drawerButton--open {
    padding: 0;
    display: flex;
}
.fs-p-drawerButton__icon {
    font-size: 20px;
}
.fs-icon--navCtrl:before {
    color: #000;
}



/* パンくずリスト */
.fs-c-breadcrumb {
    width: 100%;
}
ol.fs-c-breadcrumb__list {
    border-bottom: solid 1px #d4dde6;
    padding-bottom: 12px;
    margin-bottom: 6rem;
}
li.fs-c-breadcrumb__listItem a {
    font-size: 12px;
}
.fs-c-breadcrumb__list > li {
    box-sizing: border-box;
    padding-right: 8px;
    font-size:12px;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    padding-right: 8px;
}





/* メイン */
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 100%;
}
@media screen and (min-width:1200px) {
.fs-l-main {
    margin: 120px auto 24px;
    display:block;
}

}




/* サブエリア */
.fs-l-sideArea {
    max-width: 420px;
    background: none;
    width: 420px;
    position: fixed;
    z-index: 10;
    transform: translateX(-101%);
    transition-duration: 0.2s;
    background: #d5dfe7;
    padding: 0 4rem;
}
aside.fs-p-drawer a {
    color: inherit;
    text-decoration: none;
}
aside.fs-p-drawer .fs-clientInfo {
    margin-bottom: 1.8rem;
}


a.fs-p-drawer__loginLogout__login,
a.fs-p-drawer__loginLogout__logout {
    display: block;
    border: solid 1px;
    margin: 0 auto 10px;
    padding: 10px 20px;
    border-radius: 2em;
    text-align: left;
    color: #888;
    position: relative;
    text-decoration: none;
    height: auto;
    background: none;
}
a.fs-p-drawer__loginLogout__login::after,
a.fs-p-drawer__loginLogout__logout::after {
    content: "→";
    position: absolute;
    right: 0.4em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    border-radius: 2em;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #eee;
    color: #ccc;
    text-decoration: none;
}

a.fs-p-drawer__loginLogout__login:hover::after {
    color: #888;
}
.fs-p-drawerButton {
    display: block;
    text-align: center;
}
.fs-p-drawer__loginLogout,
.fs-p-drawer__welcomeMsg {
    display: block;
}
.fs-p-drawer__heading {
    font-size: clamp(16px,1.8rem,18px);
    margin: 0 auto 1.2rem;
    padding: 1.2rem 0;
    border-bottom: solid 1px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: left;
    letter-spacing: 2px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
    border-bottom: 1px solid #999999;
}
a.fs-pt-menu__link.fs-pt-menu__link--lv1:hover,
.fs-p-drawer__loginLogout__logout:hover,
.fs-p-drawer__loginLogout__login:hover {
    background: none;
    color: initial;
}
ul.fs-p-sideMenu.fs-pt-menu.fs-pt-menu--lv1 {
    margin-bottom: 2.2rem;
}
.fs-p-sideMenu .fs-pt-menu__link {
    padding-left: 22px;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    align-self: center;
    position: absolute;
    right: 0;
}
span.external_link_ico::after {
    line-height: 28px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    padding-left: 10px;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1 {
    justify-content: unset;
}









/* 商品タグ */
li.fs-c-productMark__item {
    border: none;
    border-radius: 4px;
    padding: 0;
    margin: 0;
}
.tag_sale-price {
    background: #e54848;
    padding: 4px 10px;
    color: #fff;
    border: solid 1px #e54848;
}
.tag_hiar-care,
.tag_skin-care,
.tag_other,
.tag_handmade-cosmetics {
    background: #fff;
    padding: 4px 10px;
    border: solid 1px;
}




/* トピックス */
.top_main_menu_box {
    display: flex;
    gap: 2rem;
    margin: 0 0 6rem;
}
.fs-pt-column__item,
.top_main_menu_box a {
    position: relative;
    padding:0;
}




/* ニュース */
ul.fs-pt-list.fs-pt-list--noMarker {
    width: 60%;
    margin: 0 auto 10rem;
}
li.fs-pt-list__item {
    display: flex;
    gap: 2rem;
    font-size: clamp(14px,1.6rem,16px);
}
li.fs-pt-list__item a {
    color:#4f545A;
    display: flex;
    gap: 2rem;
    font-size: clamp(14px,1.6rem,16px);
}





/* 会員登録　ログイン */
.fs-body-login .fs-c-loginForm {
    flex-direction: column-reverse;
    max-width: 900px;
    margin: 0 auto;
}



/* そのた */
.fs-c-productPrice {
    align-items: center;
}




/* フッター */

a.to_top {
position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 36px;
    height: 36px;
    border-top: solid 1px #000;
}
a.to_top::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 20px;
    height: 20px;
    display: block;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    transform: rotate(45deg);
}


footer.fs-l-footer {
    border: none;
    background: #fff;
}
.footer_inr_warp {
    margin: 40px auto;
    padding: 8px;
    max-width: 1216px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-gap:20px;
}
.footer_bottom_link_wrap {
    padding: 20px 0 6px;
    max-width: 1216px;
    margin: 0 auto;
}
a.footer_bottom_link.corporate {
    position: relative;
}
a.footer_bottom_link.corporate::after {
    line-height: 28px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    padding-left: 10px;
}
.footer_bottom_link_wrap02 {
    max-width: 1216px;
    margin: 0 auto;
    padding-bottom:10px;
}
.footer_box_company_name {
    margin-bottom: 12px;
}
a.footer_box_company_contact {
    border: solid 1px #000;
    align-self: center;
    padding: 10px 60px;
    border-radius: 2em;
}
img.footer_box_ico {
    width: 40px;
    border-radius: 8px;
}
.footer_bottom_link_wrap a {
    margin-right: 30px;
    padding-right: 30px;
    border-right: solid 1px #000;
    font-size:14px;
}



/*キーワード検索*/
.keyword-search-inputGroup {
     display: flex;
    align-items: stretch;
    border: 1px solid #3c3c3c;
    background: #3c3c3c;
}
.keyword-search-inputGroup__input {
    border: none;
    width: calc(100% - 3em);
    flex-grow: 1;
}
.keyword-search-inputGroup__button {
    background: #3c3c3c;
    border: none;
    color: #ffffff;
    width: auto;
    flex-shrink: 0;
}
.keyword-search-searchForm__input {
    width: calc(100% - 2.2em);
}
.keyword-search-searchForm__button {
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    width: 2.2em;
    height: 2em;
}
.keyword-search-searchForm__button::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e932";
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


