/* 全体 */
html {
    font-size: 0.625vw;
}
body {
    font-size: clamp(14px,1.4rem,16px);
}
a:hover {
    opacity: 0.8;
}
.pc_none {
display:none;
}
div#fs_preview_header {
    display: none;
}
.fs-l-main {
    margin: 80px auto 0;
}
.grid_columns_2to4 {
    grid-column: 2/4;
}
.fs-p-drawer__loginLogout__logout,
.fs-p-drawer__loginLogout__login {
    border: none;
    background: rgba(126, 126, 126, 0.08);
}
.fs-p-drawer__loginLogout__logout:hover,
.fs-p-drawer__loginLogout__login:hover {
    background: #00aecf;
}

h1.fs-c-heading.fs-c-heading--page {
    color: #444;
    border-bottom: none;
    letter-spacing: 2px;
    margin-bottom: 60px;
    position: relative;
}
h1.fs-c-heading.fs-c-heading--page::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}




.fs-c-documentArticle__heading {
    background: #444;
    color: #ffffff;
    font-size: clamp(16px,2.0rem,20px);
    font-weight: 400;
    margin: 0 0 16px;
    padding: 8px;
    text-align: center;
}
.fs-c-documentColumn__heading {
    font-size: clamp(16px,1.8rem,18px);
    color: #444;
    border-color: #444;
    border-width: 0 0 0 5px;
}



/* 商品タグ */
.goods-tag_std01 {
    background: #00aecf;
    border-radius: 2em;
    line-height: 2em;
    padding: 0 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}












/*ヘッダー*/
.fs-l-header--min {
    border: none;
}
header.fs-l-header {
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 11;
    background: rgba(255,255,255,0.8);
    width: 100%;
    max-width: 100%;
    padding:0;
}
.o_heder_wpr {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-gap: 20px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
a.header_shop_name {
    font-size: 28px;
    letter-spacing: 2px;
    color: #222;
    font-weight: bold;
}
.fs-p-logo__lead {
    font-size: 16px;
    line-height: 1.2em;
    grid-column: 1/3;
    margin: 0;
}
.fs-p-logo {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
}
.fs-l-header__logo {
    grid-column: 1;
}
.fs-icon--navCtrl:before,
.fs-icon--close:before {
    color: #00aecf;
}
.fs-p-drawerButton__label {
    color: #00aecf;
}
.o_header_announcement {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: right;
}
.o_header_announcement_txt01 {
    background: #e50015;
    color: #fff;
    width: fit-content;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.4em;
}
.o_header_announcement_txt02 {
    color: #e50015;
    font-weight: bold;
    font-size: 16px;
    display:inline-block;
}
.fs-p-drawerButton__icon {
    font-size: 28px;
}
a.fs-p-headerNavigation__viewCartButton.fs-p-headerNavigation__link {
    display: flex;
    flex-direction: column;
    color: #00aecf;
    padding: 8px;
}
span.material-symbols-outlined {
    font-size: 34px;
}
span.fs-p-headerNavigation__viewCartButton__label {
    font-size: 10px;
}







/* サブメニュー */
.fs-p-drawer__loginLogout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}


.fs-l-sideArea {
    transform: translateX(0);
    width: 100%;
    max-width: 500px;
}


.fs-p-drawerButton {
    display: inline-block !important;
}
.fs-p-drawer {
    box-shadow: none;
    position: fixed;
    transform: translateX(-500px);
    transition-duration: 0.2s;
    z-index:100;
    padding: 10px 30px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 100%;
}
.fs-clientInfo {
    margin-bottom: 30px;
}
.fs-p-drawer__heading {
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
    padding-left: 0;
}
a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
    transition: unset;
}
.fs-p-sideMenu a:hover {
    background: #00aecf;
}

.utility_list_wrap {
    padding-top: 10px;
    border-top: solid 1px #eee;
}
a.utility_list {
    display: block;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #222;
    position: relative;
}
a.utility_list::after {
    content: "》";
    position: absolute;
    right: 10px;
    color: #666;
}












/* フッター */
footer.fs-l-footer {
    background: #cceff5;
}
.fs-p-footerNavigation {
    grid-template-columns: 1fr 1fr 1fr;
}
label.fs-p-footerNavigationItem__title {
    background: #00aecf;
    text-align: center;
    color: #fff;
    border: none;
}




