.fs-preview-header { display: none; }
/*---------- 共通 ----------*/
body {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.75rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5 {
    line-height: 1.5;
}
.fs-c-button__label, .fs-p-linkButton .fs-p-drawer__loginLogout, .fs-c-productNumber {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.035em;
}
p {
    margin: 2rem 0;
    font-size:16px;
}
/*---------- 商品詳細 ----------*/
@media screen and (min-width: 960px) {
.fs-l-product2 .fs-l-productLayout {
grid-template-columns: calc(60% - 48px / 2) calc(40% - 48px / 2);
grid-gap: 48px;
}
}
.fs-l-main {
    max-width: 1256px;
}
.fs-p-productDescription {
    text-align: justify; /*説明両端揃え*/
    text-justify: inter-ideograph;
}
.product_spec, .product_spec_2 {
    border-top: 1px #ccc dashed;
    padding-top: 16px;
    margin-top: 16px;
}
/**商品番号SP時のリンク無効化**/
.fs-c-productNumber__number a[href^="tel:"]{
pointer-events: none;
color:#aaaaaa;
}


/*注文完了メッセージ*/
.fs-c-subSection {
    text-align: center; 
    border: 1px solid #999999;
    padding: 16px;
}
.fs-c-checkoutSuccess h2{
margin:2em auto;
}

.fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
    margin: auto 8px; /*パスワード表示アイコン*/
}
.fs-c-toast.is-success {
    background: rgba(215, 221, 255, 0.95); /*アラート 成功*/
}
.fs-c-toast.is-error {
    background: rgba(255, 209, 216, 0.95); /*アラート エラー*/
}
.fs-c-toast, .iziToast:after {
    box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.25); /*アラート シャドウ*/
}

/*---------- フリーページ ----------*/
.fs-c-heading--page {
    border-bottom: 0px;
    color: #555555;
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 24px 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
}
.fs-c-documentArticle__heading {
    background: #f5f5f5;
    color: #555555;
    font-size: 1.7rem;
    padding: 12px 8px;
}
.fs-c-documentColumn__heading {
    border-width: 0 0 1px 0;
    padding-left:0px;
}

/*---------- ヘッダー ----------*/
.fs-p-logo__image {
    min-width: 140px;
    max-width: 200px;
}

/**メルマガ登録の非表示**/
.fs-c-agreementField{
display:none;
}

/**買い物を続けるボタン**/
.fs-c-continueShopping{
display:none;
}

/**購入手続きヘッダー**/
.fs-l-header__logo{margin-top:20px;}
.fs-l-header--min{
border:none;
}
/**購入手続きボタン**/
.fs-c-button--primary,
.fs-c-button--standard,
.fs-c-button--secondary{
box-shadow:none;
}

/**ご注文手続き商品名**/
.fs-c-listedProductName__name{
color:#c4b3a9;
}

/**チェックボックス・ラジオボタン色変更**/
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark,
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before{
background: #333333;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark,
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark{
border-color: #333333;
}

/**ご注文手続きぱんくず非表示**/
.fs-c-breadcrumb{
display:none;
}


/*---------- フッター ----------*/
.fs-l-footer {
    border-top: 1px solid #fff;
    font-size: 1.4rem;
}
.fs-p-footerNavigationItem__title {
    font-size: 1.5rem; /*見出しサイズ*/
}

.fs-p-footerCopyright{
background:none;
color:#999999;
}

.fs-p-footerPageTop__link::before{
color:#333333;
}

.fs-p-footerPageTop .fs-p-footerPageTop__link,
.fs-p-footerUtilityMenu__list,
.fs-l-footer{
background:none;
}

.footer-button {
border:1px solid #333;
padding:8px 16px;
}

.fs-p-footerUtilityMenu{
color:#c4b3a9;
}

/**カート**/
.fs-body-cart .fs-l-cart__contentsArea{
grid-template-columns: 1fr 400px;
}

.fs-p-footerUtilityMenu__list > li:not(:first-child) a{
border:none;
}

@media screen and (max-width: 600px){
table:not(.has-border-color) :where(th, td){
border:none !important;
}
}

/**202050522小野寺更新**/