/* 全体 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
body {
font-family: 'Noto Serif JP', serif;
}
img {
vertical-align:top;
}
p {
text-align:left;
}
.pc_none {
display:none !important;
}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false {
display: none;
}
.login.my-true {
display: none;
}
main.fs-l-main {
    margin-top: 72px;
    padding:10px 6%;
}
.fs-p-drawerButton {
    display: inline-block !important;
}
.fs-l-sideArea + .fs-l-pageMain,
.fs-l-pageMain + .fs-l-sideArea {
    max-width: 100%;
}
.yaji_01 {
    position: relative;
    line-height: 1em;
}
.yaji_01::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0.5em;
    right: -40px;
}
.yaji_01::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #fff;
    transform: rotate(30deg);
    transform-origin: right bottom;
    right: -40px;
    bottom: 42%;
}
.btn_01 {
    border: none;
    background: rgba(255,255,255,0.8);
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.1);
    font-size: 16px;
    height: 44px;
    border-radius: 2em;
}
.btn_01:hover {
    background: #e8b4b4;
}
.fs-c-button--primary,
.fs-c-button--secondary,
.fs-c-button--standard {
    padding: 1em 1.6em 1em;
    box-shadow: none;
}


h1.fs-c-heading.fs-c-heading--page {
    letter-spacing: 2px;
    border-bottom: solid 1px;
    width: fit-content;
    margin: 0 auto 2em;
}
h2.title_h2 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 4px;
}
.title_under_txt {
    text-align: center;
    margin: 0 0 80px;
}
h2.fs-c-productListItem__productName a {
    color: #222 !important;
}
span.fs-c-productName__copy {
    margin-bottom: 8px;
}
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
    color: #333;
    padding: 0 0 20px;
}
h2.fs-c-documentArticle__heading {
    background: #e8b4b4;
    font-size: 18px;
    padding: 6px;
}
.fs-c-documentColumn__heading {
    color: #333;
    border-color: #e8b4b4;
    width: fit-content;
}

.fs-c-wishlistProduct {
    margin-top: 100px;
}
h2.fs-c-wishlistProduct__title {
    padding: 1em 0;
    border-bottom: solid 1px;
}
.fs-c-wishlistProduct .fs-c-productListItem__productDescription {
    display: none;
}








/* お気に入りマーク */
article.fs-c-productListCarousel__list__item.fs-c-productListItem {
    //position: relative;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    background: #f1f1f1;
    height: 36px;
    width: 36px;
    line-height: 36px;
}




/* ヘッダー */
.fs-l-header {
    padding-top: 0;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 100;
}
.o_header_contents {
    background: linear-gradient(to right,#ffffff99 0%, #f4cece 100%);
    padding: 4px;
}
.o_header_contents_inrwp {
    display: grid;
    grid-template-columns: 200px 1fr auto auto auto auto 40px 40px 40px;
    max-width: 1216px;
    margin: 0 auto;
    align-items: center;
    grid-gap: 10px;
}
.o_header_contents a {
    color: #333;
    padding: 8px;
    border-radius: 4px;
    letter-spacing: 1px;
    position:relative;
}
.fs-l-header a:hover {
    background: rgba(255, 255, 255, 0.15);
    text-decoration: none;
}
.fs-l-header--min {
    border: none;
}








/* １行ニュース */
.one_news {
    background: #e8b4b4;
    color: #fff;
}
.one_news .fs-pt-column__item {
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    align-items: center;
    padding: 14px 0;
    color: #fff;
}
.one_news .fs-pt-column__item span.fs-pt-column__heading {
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
}
.one_news .fs-pt-column__item .fs-pt-column__description {
    margin: 0;
}








/* サブエリア */
.fs-p-drawer {
    box-shadow: none;
    position: fixed;
    transform: translateX(-500px);
    transition-duration: 0.2s;
    z-index:100;
    padding: 10px 30px;
}
.fs-p-drawer {
    transform: translateX(-51vw);
}
.fs-l-sideArea {
    max-width: 500px;
    width: 50vw;
    background: rgba(255,255,255,0.9);
}
.fs-p-drawer__loginLogout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
h2.fs-p-drawer__heading {
    letter-spacing: 2px;
    border: none;
}
span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    border: none;
    border-bottom: dotted 1px;
    font-size: 16px;
    letter-spacing: 2px;
}
.fs-p-sideMenu a:hover {
    background: none;
    color: #333;
}

















/* 商品一覧・検索結果 */
.fs-c-productList__list {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.fs-c-productList__list__item {
    position: relative;
    padding: 0;
}
.fs-c-sortItems {
    border: none;
}
.fs-c-sortItems__list__item.is-active {
    background: #e8b4b4;
    color: #333333;
}








/* フッター */
.fs-p-footerPageTop__link {
    background-color: #e8b4b4;
}


section#footer_up {
    position: relative;
    background: url(https://spagene.itembox.design/item/footer_up_bg01.jpg?t=20231230103748);
    padding: 100px 0 110px;
    background-size: cover;
    background-position: center center;
}
section#footer_up h2.title_h2,
section#footer_up .title_under_txt {
color:#fff;
}
.footer_up_inrwp {
    max-width: 140px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    margin: 0 auto;
}
img.footer_up_img01 {
    padding: 8px;
}
.footer_up_inrwp a:hover {
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    border-radius: 10px;
}




.fs-l-footer {
    background: linear-gradient(to right,#ffffff99 0%, #f4cece 100%);
    border: none;
}
section.o_footer_contents {
    padding: 100px 0;
}
.o_footer_contents_innrwp {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding:0 6%;
    display: grid;
    grid-template-columns: repeat(5,auto);
    grid-gap: 30px;
}
.o_footer_contents_box h3 {
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
a.footer_list {
    display: block;
    line-height: 2em;
    width: fit-content;
}
.fs-p-footerCopyright {
    background-color: #e8b4b4;
}
.fs-p-footerCopyright p {
    text-align: center;
}