/*----------------
全体共通
------------------*/
/* スムーズスクロール */
html {
    scroll-behavior: smooth;
}
body {
    position: relative;
}
/* 表示・非表示 */
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
@media only screen and (max-width: 768px){
    .fs-body-top .fs-l-main {
        margin-top: 0px;
    }
    /*スマホ表示ここから*/
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    /*スマホ表示ここまで*/
}
/* フォント */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
body {
    font-family: "Arial", "Helvetica Neue","Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}
/* ヘッダー */
.fs-l-header .fs-p-headerUtilityMenu li span a {
    display: flex;
    align-items: center;
    line-height: 1em;
}
.fs-l-header .fs-p-headerUtilityMenu__list span a::before {
    margin-right: 3px;
    border: 3px solid transparent;
    border-right-width: 1px;
    border-left-color: currentColor;
    display: inline-block;
    height: 0;
    width: 0;
}
.fs-l-header .fs-p-headerNavBar {
    background: #000;
    border: 5px solid #000;
}
.fs-l-header .fs-p-inputGroup {
    background: #000;
    border: 1px solid #000;
}
.fs-l-header .fs-p-inputGroup__button {
    background: #da4453;
}
.fs-l-header .fs-p-phoneOrder {
    margin-bottom: 5px;
}
.fs-l-header .fs-p-phoneOrder .fs-p-phoneOrder__phoneNum {
    color: #da4453;
}
.fs-l-header .fs-p-cartItemNumber {
    background: #da4453;
}
/* 検索窓 */
.fs-l-header .fs-p-searchForm__button {
    width: 2.6em;
    height: 2.6em;
}
.fs-l-header .fs-p-searchForm__input {
    width: calc(100% - 2.6em);
}
.fs-p-headerNavigation__search .fs-p-searchForm__inputGroup {
    border-radius: 5px;
    overflow: hidden;
}
.fs-l-header .fs-p-searchForm__button::before {
    font-size: 2.6rem;
    line-height: 1.45em;
}
/* ぱんくず */
.fs-c-breadcrumb__list {
    padding: 1em 1em .75em .5em;
    border: 1px solid #eaeaea;
    margin: 10px 8px 0;
    background: #fdfdfd;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.fs-c-breadcrumb__list li {
    color: #999;
    display: block;
    margin-left: .5em;
}
.fs-c-breadcrumb__list li::before {
    margin-right: .25em;
}
@media only screen and (max-width: 768px){
    /*スマホ表示ここから*/
    .fs-c-breadcrumb__list li {
        display: inline-block;
    }
    /*商品詳細のみ*/
    .fs-body-product .fs-c-breadcrumb__list {
        margin: 10px 8px -23px;
    }
    /*スマホ表示ここまで*/
}
.fs-c-breadcrumb__listItem:last-child {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* ※メイングループ以外非表示 */
nav.fs-c-breadcrumb + div.fs-c-breadcrumb {
    display: none;
}
/* フッター */
.fs-p-banner--postage .fs-p-banner__label--emphasis {
    font-weight: bold;
}
.fs-p-banner--registration {
    background: #da4453;
    border: 0px;
}
.fs-p-banner--registration .fs-p-banner__link i {
    font-size: 5rem;
}
.fs-p-banner--postage i{
    width: 200px;
    display: block;
    text-align:center;
}
.fs-p-banner--postage .fs-icon--delivery:before {
    font-size: 50px;
    display: block;
}
.fs-p-banner--postage .fs-p-banner__label {
    text-align:center;
}
.fs-p-banner--postage .fs-p-banner__label--emphasis {
    font-weight: bold;
    line-height: 1em;
    margin-top: 5px;
}
.fs-l-footer .fs-p-banner__label {
    padding: 20px;
}
.fs-l-footer .fs-p-banner__link {
    padding: 0px;
}
/* 見出し */
.fs-p-heading--lv2 {
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    background: #eaeaea;
    padding: 16px 10px;
    border-left: #da4453 2px solid;
    border-bottom: 0;
}
/* 3バナーエリア */
.fs-pt-column--3.fs-pt-column img {
    border: 1px solid #eaeaea;
}
/* 最新情報 */
.fs-p-dateList > li:first-child {
    border-top: 0px;
}
.fs-p-dateList > li {
    border-bottom: 1px solid #eaeaea;
    border-top: 0px;
    padding-bottom: 16px;
}
.fs-p-dateList > li time:first-child {
    background: transparent;
    color: #333333;
    font-weight: bold;
}
.fs-p-dateList > li:last-child {
    padding-bottom: 16px;
}
@media only screen and (max-width: 768px){
    /*スマホ表示ここから*/
    .fs-l-footer {
        background-color: #4e4e4e;
    }
    .fs-p-footerPageTop .fs-p-footerPageTop__link {
        background-color: #4e4e4e;
    }
    .fs-l-footer i.fs-icon--member {
        width: 72vw;
        padding-right: 0px;
        text-align: center;
    }
    .fs-l-footer .fs-p-banner--registration .fs-p-banner__label {
        padding: 20px 20px 20px 0;
        font-size: 4.2vw;
        justify-content: left;
        align-items: center;
    }
    .fs-l-footer .fs-p-banner--registration .fs-p-banner__label--emphasis {
        font-weight: bold;
        font-size: 5.4vw;
    }
    .fs-l-footer .fs-p-banner--registration i.fs-icon--member {
        font-size: 19.32vw;
    }
    .fs-l-footer .fs-p-banner--postage .fs-p-banner__link i {
        width: 67.63285vw;
        margin-right: -7.245vw;
    }
    .fs-l-footer .fs-p-banner--postage .fs-icon--delivery:before {
        font-size: 19.32vw;
    }
    .fs-l-footer .fs-p-banner--postage .fs-p-banner__label {
        padding: 20px 20px 20px 20px;
        font-size: 3.6vw;
    }
    .fs-l-footer .fs-p-banner__label--emphasis {
        font-size: 5vw;
    }
        .fs-p-footerNavigation {
            padding: 0px;
            border-top: 1px solid #828282;
            grid-gap: 0;
        }
        .fs-p-footerNavigation .fs-p-footerNavigationItem label {
            padding: 16px 0;
            border-bottom: 1px solid #353535;
        }
        .fs-p-footerNavigationItem {
            background: #636363;
            color: #fff;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem + .fs-p-footerNavigationItem {
            border-top: 1px solid #828282;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__title {
            font-weight: bold;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__body {
            padding: 10px;
            background-color: #424242;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__body a {
            color: #fff;
            text-decoration: underline;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__ctrlIcon::before {
            margin-top: -1.9em;
            margin-right: 0.6em;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__body {
            padding: 15px 8px;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__body li {
            margin: 0 -8px;
            padding: 0px 8px 15px;
            border-bottom: 1px solid  #353535;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__body li a {
            text-decoration: none;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__body li + li {
            border-top: 1px solid  #555;
            padding-top: 15px;
        }
        .fs-l-footer__contents .fs-p-footerNavigationItem__body li:last-child {
            padding-bottom: 15px;
            margin-bottom: -15px;
        }
        /* 機能画面 */
        .fs-l-footer__utility .fs-p-footerUtilityMenu {
            color: #fff;
            margin-top: 24px;
        }
        .fs-l-footer__utility .fs-p-footerUtilityMenu__list {
            border-top: 1px solid #333;
        }
        .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
            border-top: 1px solid #636363;
        }
        .fs-l-footer__utility .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
            border-top: 1px solid #636363;
        }
        .fs-l-footer__utility .fs-pt-menu a {
            padding: 15px 8px;
        }
        .fs-l-footer__utility .fs-pt-menu li {
            border-top: 1px solid #333;
        }
	.fs-p-footerUtilityMenu__list li {
	    border-top: 1px solid #333;
	    color: #fff;
	}
	.fs-p-footerUtilityMenu__list a {
	    padding: 15px 8px;
	}
	.fs-p-footerUtilityMenu__list li:first-child {
	    border-top: 0px;
	}
	.fs-p-footerUtilityMenu__list li:first-child a {
	    border-top: 0px;
	}
	.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
	    border-top: 1px solid #646464;
	}
    /*スマホ表示ここまで*/
}
/* サイドメニューエリア */
.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
    margin-top: 1px!important;
}
.fs-p-sideMenu a:hover {
    background: #f1878e;
    color: #ffffff;
}
.fs-l-sideArea .fs-p-drawer__heading {
    padding: 18px 0;
    font-weight: bold;
    border-top: 1px solid #999999;
    margin-top: 0px;
}
.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
    margin-top: 0px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: 0;
    display: block;
    background-color: #3c3c3c;
    margin-bottom: 1px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 a {
    padding: 16px 8px;
    display: flex;
    align-items: center;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: 0;
    display: block;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 a {
    padding: 16px 10px 16px 2px;
    display: flex;
    align-items: center;
}
/* 村の鍛冶屋オリジナル */
.fs-p-sideMenu .murakaji-origin {
    background: #db333f;
    font-weight: bold;
    color: #ffffff;
}
.fs-p-sideMenu .murakaji-origin a:hover {
    background-color: #ff5b66;
}
/* 村の鍛冶屋本店→すべての商品 */
.fs-p-sideMenu .fs-pt-menu__heading--lv1 a::before {
    content: 'すべての商品';
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;
    font-weight: 600;
    line-height: 1.8;
    font-size: 14px;
    position: absolute;
    left: 8px;
    color: #ffffff;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    position: absolute;
    right: 8px;
    color: #ffffff;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 a:hover::before,
.fs-p-sideMenu .fs-pt-menu__heading--lv1 a:hover::after {
    color: #fff;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 a {
    color: #3c3c3c;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 a:hover {
    color: #5c5c5c;
    background-color: #5c5c5c;
}
@media only screen and (max-width: 768px){
    /*スマホ表示ここから*/
    .fs-p-drawer__loginLogout__logout,
    .fs-p-drawer__loginLogout__login {
        height: 60px;
        border-radius: 30px;
    }
    .fs-p-drawer .fs-p-drawer__heading {
         margin-top: 20px;
    }
    /*スマホ表示ここまで*/
}
/*----------------
2F共通
------------------*/
/* カテゴリページ */
.fs-body-category .fs-c-subgroupList__item {
    font-size: 12px;
}
.fs-body-category .fs-c-subgroupList__link {
    border: 1px solid #e0e0e0;
    background: #fafafa;
    padding: 10px;
}
.fs-body-category .fs-c-subgroupList__link:hover {
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: ease .25s all;
}
/*----------------
トップページ
------------------*/
/* 3カラムエリア */
.fs-body-top .fs-pt-column--3.fs-pt-column a .fs-pt-column__heading {
    color: #3c3c3c;
}
.fs-body-top .fs-pt-column--3.fs-pt-column a .fs-pt-column__description {
    color: #777;
}
.fs-body-top .fs-pt-column--3.fs-pt-column a:hover {
    color: unset;
    text-decoration: none;
    opacity: .75;
    transition: ease .25s all;
}
/* 会員登録バナー */
.regist-group {
    padding: 15px;
    border: 1px solid #eaeaea;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.regist-group .regist-bn {
    width: 455px;
}
.regist-group .regist-bn img {
    display:block;
}
.regist-group .regist-txt {
    width: calc(100% - 470px);
}
.regist-group .regist-txt h2{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 12px 0;
    margin: 0 0 12px 0;
    line-height: 1em;
    font-size: 18px
}
.regist-group .regist-txt .messe {
    text-align: center;
    font-size: 14px;
}
.regist-group .regist-txt ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
.regist-group .regist-txt li {
    text-align: center;
    padding: 0px;
    color: #e5133d;
    font-weight:  bold;
}
.regist-group .regist-txt li::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: "\e938";
    padding-right: 4px;
}
.regist-group .regist-txt li .note {
    font-size: 0.8em;
    line-height: 1.0em;
    margin-top: 8px;
    color: #555;
}
.regist-group .regist-txt li .note {
    font-size: 0.8em;
    line-height: 1.0em;
    color: #555;
}
.regist-group .regist-btn {
    width: 75%;
    margin: 15px auto 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.regist-group .regist-btn a {
    background-color: #348dc3;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 24px;
    padding: 18px 0;
    line-height: 1em;
}
.regist-group .regist-btn a:hover {
    text-decoration: none;
    background-color: #409dd6;
    transition: ease 0.25s all;
}
.regist-group .regist-btn a span {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    line-height: 1em;
}
/* スマホ表示ここから */
@media (max-width: 768px) {
.regist-group {
    display: block;
}
.regist-group .regist-bn {
    width: 100%;
}
.regist-group .regist-bn img {
    margin: 0 auto;
}
.regist-group .regist-txt {
    width: 100%;
    padding-top: 15px;
}
.regist-group .regist-btn {
    width: 100%;
}
.regist-group .regist-btn a {
    font-size: 22px;
}
}/* @media end */
/* スマホ表示ここまで */
/*----------------
商品一覧 / 検索結果
------------------*/
/* リンクテキスト挙動調整 */ 
.fs-body-category .fs-c-productList__list  a:hover,
.fs-body-category .fs-c-productList__list  button:hover,
.fs-body-search .fs-c-productList__list  a:hover,
.fs-body-search.fs-c-productList__list  button:hover {
    text-decoration: none;
    opacity: .8;
    transition: ease 0.25s all;
}
.fs-body-category .fs-c-productList__list .fs-c-productName__copy,
.fs-body-search .fs-c-productList__list .fs-c-productName__copy {
    color: #1f5da0;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.65em
}
.fs-body-category .fs-c-productList__list .fs-c-productName__name,
.fs-body-search .fs-c-productList__list .fs-c-productName__name {
    color: #616161;
    font-weight: 600;
    line-height: 1.65em
}
.fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-body-search .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #db333f;
    font-weight: 600;
}
.fs-body-category .fs-c-productListItem__imageContainer,
.fs-body-search .fs-c-productListItem__imageContainer {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    text-align: center;
}
/* 在庫切れ目立たせる */
.fs-body-category .fs-c-productListItem__outOfStock,
.fs-body-search .fs-c-productListItem__outOfStock {
    background-color: #e00;
    border: 0px;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 768px) {
/* スマホ表示ここから */
    .fs-body-category .fs-c-productListItem__imageContainer,
    .fs-body-search .fs-c-productListItem__imageContainer {
        width: calc(50vw - 24px);
        height: calc(50vw - 24px);
    }
/* スマホ表示ここまで */
}
/*----------------
商品詳細
------------------*/
/* 全体レイアウト */
.fs-body-product .fs-l-productLayout__item {
    margin-bottom: 0px;
}
.fs-body-product .fs-p-footerPageTop__link {
    display: none;
}
/* CVボタン */
.fs-body-product .fs-c-button--primary {
    padding: 1.4em 0;
    font-size: 1.4em;
    line-height: 1.0em;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    font-weight: bold;
    background: rgb(218 68 83);
    background: linear-gradient(0deg, rgb(228 18 39) 0%, rgb(249 84 95) 100%);
}
.fs-body-product .fs-c-button--primary:hover {
    opacity: .75;
    transition: ease .25s all;
}
.fs-body-product .fs-c-button--addToCart--variation.fs-c-button--primary {
    font-size: 0.9em;
}
.fs-body-product .fs-c-variationCart__cartButton {
    padding-left: 10px;
}
/* 欠品案内 */
.fs-c-productShippingDateNote__date {
    background: #ffd9d8;
    color: #dd0000;
    display: inline-block;
    font-size: 1.2rem;
    padding: 4px 8px;
    font-weight: bold;
}
/* 選択肢 */
.fs-c-variationLabel {
    font-size: 1.6rem;
    margin: 20px 0 10px;
}
.fs-c-variationCart {
    border: 1px solid #ddd;
    padding: 0px
}
.fs-c-variationList__item__title + .fs-c-variationList__item__body {
    margin-top: 0px;
}
.fs-c-variationList__item__title {
    text-align: left;
    padding: 10px;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.fs-c-variationCart > li {
    margin: 0px;
    padding: 8px;
}
.fs-c-variationCart > li + li {
    margin-top: 0px;
}
.fs-c-variationList__item__cart li+li{
    border-top: 1px solid #ddd;
}
.fs-c-variationList__item + .fs-c-variationList__item {
    margin-top: 10px;
}
/* 複製カート用 */
.fs-body-product h2.hl-purchase {
    color: #000;
    font-size: 2.8rem;
    line-height: 1.0em;
    font-weight: bold;
    background: #fff100;
    padding: 20px 0 20px 90px;
    /* border-left: #000 2px solid; */
    display: flex;
    align-items: center;
    margin: 60px 0 20px 0;
    position: relative;
}
.fs-body-product h2.hl-purchase span {
    position: absolute;
    top: -10px;
    left: 20px;
    display: inline-block;
    width: 56px;
    height: 50px;
    text-align: center;
    background: #f2533d;
    color: #fff;
}
.fs-body-product h2.hl-purchase span:before,
.fs-body-product h2.hl-purchase span:after {
  position: absolute;
  content: '';
}
.fs-body-product h2.hl-purchase span:before {
    right: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e22e15;
}
.fs-body-product .unique-comment {
    width: 700px;
    margin: 0 auto;
}
.fs-body-product h2.hl-purchase span:after {
  top: 50%;
  left: 0;
  display: block;
  height: 20%;
  border: 1em solid #f2533d;
  border-bottom-width: 11px;
  border-bottom-color: transparent;
}
.fs-body-product h2.hl-purchase span i {
  position: relative;
  z-index: 1;
  color: #fff100;
  top: 25%;
  font-size: 3.6rem;
  line-height: 1.0em;
}
.fs-body-product .clone-cart .fs-p-productDescription,
.fs-body-product .clone-cart .fs-l-productLayout__item--3,
.fs-body-product .clone-cart .fs-c-productMainImage__expandButton {
    display: none;
}
.fs-body-product .clone-cart {
    margin-bottom: 40px;
}
.fs-body-product .fs-c-productThumbnail__image {
    height: 56px;
    display: flex;
}
.fs-body-product .fs-c-productThumbnail__image > img {
    max-height: 56px;
    object-fit: contain;
}
@media only screen and (max-width: 768px){
    /*スマホ表示ここから*/
    .fs-body-product .unique-comment {
        width: 100%;
    }
    .fs-body-product .fs-c-button--primary {
        width: 100%;
    }
    .fs-body-product .clone-cart {
        margin-bottom: 0px;
    }
    /*スマホ表示ここまで*/
}
/* おすすめ商品表示 */
.fs-body-product .FS2_Recommend2_recommend ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fs-body-product .FS2_Recommend2_recommend ul li {
    float: none;
    height: auto;
    width: calc((100% - 40px) / 5);
    margin: 0;
}
.fs-body-product .FS2_Recommend2_recommend ul li a:first-child {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    padding-top: 100%;
    margin-bottom: 5px;
}
.fs-body-product .FS2_Recommend2_recommend ul li a:first-child img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-height: 100%;
    margin: auto;
}
.fs-body-product .FS2_Recommend2_recommend ul li a {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.6em;
}
.fs-body-product .FS2_Recommend2_recommend ul li br {
    display: none;
}
.fs-body-product .FS2_Recommend2_recommend ul li .itemPrice {
    font-size: 14px;
    color: #da4453;
    font-weight: bold;
}
.fs-body-product .FS2_Recommend2_recommend ul li .FS2_itemPrice_addition {
    font-size: 12px;
    color: #999;
    margin-left: 0.5em;
}
.fs-body-product .FS2_Recommend2_recommend .CrossHead {
    font-weight: bold;
    font-size: 120%;
    color: #000000;
    text-align: left;
    background: #eaeaea;
    padding: 10px;
    border-left: #da4453 2px solid;
    line-height: 1.8;
}
@media only screen and (max-width: 768px){
    /*スマホ表示ここから*/
    .fs-body-product .FS2_Recommend2_recommend ul::after {
        display: block;
        content: "";
        width: calc((100% - 20px) / 3);
    }
    .fs-body-product .FS2_Recommend2_recommend ul li {
        width: calc((100% - 20px) / 3);
    }
    .fs-body-product .FS2_Recommend2_recommend ul li:nth-child(n+4) {
        margin-top: 10px;
    }
    /*スマホ表示ここまで*/
}
/* 今までチェック表示 */
.fs-body-product .FS2_Recommend2_container_history ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.fs-body-product .FS2_Recommend2_container_history ul li {
    float: none;
    height: auto;
    width: calc((100% - 60px) / 7);
    margin: 0;
    border: none;
    padding: 0px;
}
.fs-body-product .FS2_Recommend2_container_history ul li + li {
    margin-left: 10px;
}
.fs-body-product .FS2_Recommend2_container_history ul li a {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    padding-top: 100%;
}
.fs-body-product .FS2_Recommend2_container_history ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.fs-body-product .FS2_Recommend2_container_history .CrossHead {
    font-weight: bold;
    font-size: 120%;
    color: #000000;
    text-align: left;
    background: #eaeaea;
    padding: 10px;
    border-left: #da4453 2px solid;
    line-height: 1.8;
}
@media only screen and (max-width: 768px){
    /*スマホ表示ここから*/
    .fs-body-product .FS2_Recommend2_container_history ul::after {
        display: block;
        content: "";
        width: calc((100% - 30px) / 4);
    }
    .fs-body-product .FS2_Recommend2_container_history ul li {
        width: calc((100% - 30px) / 4);
    }
    .fs-body-product .FS2_Recommend2_container_history ul li:nth-child(n+5) {
        margin-top: 10px;
    }
    /*スマホ表示ここまで*/
}
/* ページトップ／カートボタンへのページ内リンク */
.fs-body-product .anchor-box {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9999;
    display: flex;
    flex-flow: column nowrap;
}
.fs-body-product .anchor-box a.link-to-cart {
    background-color:#000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
}
.fs-body-product .anchor-box .link-to-cart i {
    color: #fff;
    font-size: 30px;
    margin-right: 15px;
}
.fs-body-product .anchor-box .link-to-cart span {
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
}
.fs-body-product .anchor-box .link-to-pagetop {
    color: #ffffff!important;
    font-size: 13px;
    line-height: 35px;
    text-indent: 0;
    text-align: center;
    text-decoration: none;
    background-color: #4e4e4e;
    display: flex;
    width: 100%;
    border-radius: 3px;
    height: 35px;
    font-weight: bold;
    margin-top: 5px;
}
.fs-body-product .anchor-box .link-to-pagetop i {
    margin-right: 10px;
    font-size: 16px;
}
.fs-body-product .anchor-box .link-to-pagetop span {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 auto;
}
.fs-body-product .anchor-box .link-to-cart:hover,
.fs-body-product .anchor-box .link-to-pagetop:hover ​{
   ​text-decoration: none;
   ​opacity: .75;
   ​transition: ease .25s all;
}
@media only screen and (max-width: 768px){
    .fs-body-product .anchor-box {
        width: 100%;
        flex-flow: row;
        bottom: 0px;
        right: 0px;
        justify-content: space-evenly;
    }
    .fs-body-product .anchor-box .link-to-cart,
    .fs-body-product .anchor-box .link-to-pagetop {
        border-radius: 0px;
        height: 4em;
    }
    .fs-body-product .anchor-box .link-to-cart i {
        font-size: 5vw;
        margin-right: 10px;
    }
    .fs-body-product .anchor-box .link-to-cart br {
        display: none;
    }
    .fs-body-product .anchor-box .link-to-pagetop {
        margin: 0px;
    }
    .fs-body-product .anchor-box a.link-to-cart {
        width: calc(100vw - 4em);
        justify-content: center;
        border-radius: 0px;
    }
    .fs-body-product .anchor-box .link-to-pagetop {
        width: 4em;
    }
    .fs-body-product .anchor-box .link-to-pagetop i {
        margin-right: 0px;
    }
    .fs-body-product .anchor-box .link-to-pagetop span > span {
        display: none;
    }
    /*スマホ表示ここまで*/
}
/* 商品画像・サムネイル */ 
.fs-body-product .fs-c-productMainImage {
    position: relative;
    padding-top: 100%;
}
.fs-body-product .fs-c-productMainImage__expandButton {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding-right: 8px;
}
.fs-body-product .fs-c-productMainImage__expandButton .fs-c-button--plain {
    color: #fff;
    background-color: rgba(0,0,0,.4);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.fs-body-product .fs-c-productMainImage__expandButton .fs-c-button--plain::before {
    margin: 0 auto;
}
.fs-body-product .fs-c-productMainImage__expandButton .fs-c-button--plain:hover {
    text-decoration: none;
}
.fs-body-product .fs-c-productMainImage__image {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    border: 1px solid #eaeaea;
}
.fs-body-product .fs-c-productMainImage__image img {
    max-width: 100%;
    max-height: 100%;
}
/* モーダル */
.fs-c-productImageModal {
    overflow-y: hidden;
}
.fs-c-productImageModalCarousel__figure {
    height: 100vw;
}
.fs-c-productImageModalCarousel__track > div:not([class]),
.fs-c-productImageModalCarousel__track .slick-slide div div {
    display: flex!important;
    height: 100vh;
    align-items: center;
    width: 100%!important;
    margin: 0 auto;
}
.fs-c-productImageModalCarousel__figure__image {
    max-width: 90vw;
    max-height: 90vh;
}
/* 商品名 */
.fs-body-product .fs-c-productNameHeading__copy {
    margin-bottom: 8px;
    display: block;
    color: #7c8790;
}
.fs-body-product .fs-c-productNameHeading {
    line-height: 1.5em;
}
/* 値段 */
.fs-body-product .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #e2133d;
}
/* 送料ラベル */
.fs-body-product .fs-c-productPostage::before,
.fs-body-product .fs-c-productPostage::after {
    content: "";
}
.fs-body-product .fs-c-productPostage .fs-c-productPostage__label {
    display: inline-block;
    padding: 10px;
    background-color: #e7133d;
    color: #fff;
    font-weight: bold;
    line-height: 1em
}
/* SNSボタン・お問い合わせ */
.fs-body-product .fs-p-snsArea {
    display: flex;
    width: 100%;
    margin: 10px 0 20px;
    align-items: center;
}
.fs-body-product .fs-p-snsArea .fb-like {
    height: 20px;
}
.fs-body-product .fs-c-inquiryAboutProduct {
    display: flex;
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-bottom: 0px;
    font-size: 12px;
    align-items: center;
    padding: 0px;
}
.fs-body-product .fs-c-buttonContainer {
    padding: 0px!important;
}
.fs-body-product .fs-c-button--inquiryAboutProduct {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
}
.fs-body-product .clone-cart .fs-c-inquiryAboutProduct {
    display: none;
}
@media only screen and (max-width: 768px){
/*スマホ表示ここから*/
.fs-body-product .fs-l-productLayout__item--3 .fs-p-snsArea {
    width: 100%;
}
.fs-body-product .fs-l-productLayout__item--3 .fs-c-inquiryAboutProduct,
.fs-body-product .fs-l-productLayout__item--3 .fs-c-returnedSpecialContract {
    width: 100%;
    margin-top: 20px;
    padding: 0px
}
.fs-body-product .fs-l-productLayout__item--3 .fs-c-inquiryAboutProduct button,
.fs-body-product .fs-l-productLayout__item--3 .fs-c-returnedSpecialContract a {
    padding: 15px 0;
    font-size: 14px;
}
/*スマホ表示ここまで*/
}
/*レビュー*/
.fs-body-product .fs-l-productLayout__item--3 .fs-c-productReview,
.fs-body-product .fs-l-productLayout__item--3 .fs-c-productReview a {
    width: 100%;
}
.fs-body-product .fs-l-productLayout__item--3 .fs-c-productReview {
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background: #fcfcfc;
    margin: 40px 0;
}
@media only screen and (max-width: 768px) {
/*スマホ表示ここから*/
.fs-body-product .fs-l-productLayout__item--3 .fs-c-productReview {
    padding: 10px;
}
/*スマホ表示ここまで*/
}
/*商品説明文*/
.fs-l-product4 .fs-l-productLayout__item--3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fs-body-product .fs-p-productDescription {
    margin: 20px 0 0;
}
.fs-body-product .fs-p-productDescription b {
    color: #000000;
    font-size: 1.4em;
    margin-bottom: 10px;
    display: inline-block;
    border-left: 3px solid #e7133d;
    padding-left: 10px;
}
.fs-body-product .fs-p-productDescription * + b {
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
/*スマホ表示ここから*/
.fs-body-product .fs-p-productDescription b {
    font-size: 1.2em;
}
/*スマホ表示ここまで*/
}
/* 見出し */
.fs-body-product .fs-c-heading--page {
    line-height: 1.8em;
    font-size: 16px;
    text-align: left;
    position: relative;
    padding: 2rem 2rem;
    background: #da4453;
    border: none;
    color: #fff;
    font-weight: bold;
}
.fs-body-product .fs-c-heading--page:before,
.fs-body-product .fs-c-heading--page:after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    border-top: 1px solid #e86a77;
}
.fs-body-product .fs-c-heading--page:before {
  top: 6px;
}
.fs-body-product .fs-c-heading--page:after {
  bottom: 6px;
}
/*---------------
ショッピングカート
----------------*/
.fs-body-checkout .fs-p-logo img {
    width: 349px;
}
/*---------------
マイページ
----------------*/
@media only screen and (max-width: 768px){
    .fs-body-my-top .fs-c-accountService {
        margin-top: -10px;
    }
    .fs-body-my-top .fs-c-accountService li {
        width: calc(50% - 5px)!important;
        flex-basis: auto;
        margin: 10px 0 0 0;
    }
    .fs-body-my-top .fs-c-accountService li:last-child {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .fs-body-my-top .fs-c-accountService li:last-child a {
        width: 100%;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        color: #3c3c3c;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        height: 100%;
    }
}

/* 在庫切れ目立たせる（商品詳細ページ内） */
.fs-c-productNotice--outOfStock{
    background-color: #e00;
    border: 0px;
    color: #fff;
    font-weight: bold;}

/* 在庫切れ目立たせる（商品詳細ページ内バリエーション選択欄） */
.fs-c-variationCart__variationName__stock.fs-c-variationCart__variationName__stock--outOfStock {
    color: red;
}


/* 会員価格目立たせる（商品詳細ページ内と検索結果ページ） */
.fs-c-productPrice--member {
    background-color: #e00;
    color: #fff;
    display: inline-flex;
    padding:0 10px
}
.fs-body-category .fs-c-productPrice--member .fs-c-productPrice__main__price.fs-c-price,
.fs-body-search .fs-c-productPrice--member .fs-c-productPrice__main__price.fs-c-price,
.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__price{
    color:#fff;
}

/* バリエーション商品の在庫切れ目立たせる（商品詳細ページ内バリエーション選択欄） */
.fs-c-variationCart__variationName__shippingDate{
    color: red;
}


