.fs-l-footer{
margin:0!important;
}
/*.fs-l-main {
max-width: 100% !important;
padding: 0 !important;
display: block !important; 
}*/
.fs-l-pageMain {
max-width: 100% !important;
}

.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--registerAndPurchase {
    display: none!important;
}


h1.fs-c-productNameHeading.fs-c-heading {
    display: none!important;
}

.fs-c-productPrice {
    justify-content: right;
    margin-right: 7px;
}
@media (min-width: 1px) and (max-width: 767px) {
.fs-c-productPrice {
    margin-right: 0px;
}
}
.

/*会員登録*/
p.member_registration {
    background: #a01400;
    width: 97%;
    margin: 0 auto;
    text-align: center;
}

p.member_registration > a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.slider {
    pointer-events: none;
}

/*カートカスタマイズ*/
.fs-p-announcement,.fs-c-specTableContainer {
    display: none!important;
}
p.cart_back {
    background: #a01400;
    width: 97%;
    margin: 0 auto;
    text-align: center;
}

p.cart_back > a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
}


/*ご購入はこちら*/
.cart_anchr_css {
    position: fixed;
    bottom: 0;
    background-color: #002850;
    width: 100%;
    text-align: center;
}

.cart_anchr_css img {
    max-width: 135px;
    padding: 10px;
}

.cart_anchr_css > a {
    display: block;
    width: 100%;
}


/*リセット*/
ul.slider.slick-initialized.slick-slider {
    padding: 0;
    margin: 0;
}


/*選択*/
label.fs-c-productSelection__label:after,
span.fs-c-productSelection__label:after {content: "必須";color: #ff2000;}

p.member_registration {
    background-color: #595757;
    text-align: center;
    padding: 0px;
    line-height: 1;
    border: 1px solid #595757;
    box-shadow: 0 0 2px #b2b2b2;
    width: 97.5%;
    margin: 0 auto;
    max-width: 240px;
}
p.member_registration:hover {
    opacity: 0.8;
}


/*商品説明文コメント*/
.glass {
  font-size: 10px;
  font-weight: 900;
  color: #666666;
  padding-top: 20px;
}

/*カート下コメント*/
.cart_notice_text {
    border: 1px solid #000;
    padding: 5px;
    width: 98%;
}

@media (min-width: 1px) and (max-width: 767px) {
.cart_notice_text {
    margin: 0 auto;
}
}
h2.fs-c-wishlistProduct__title {
    margin: 30px 0;
    padding-bottom: 0.5em;
}
li.fs-c-checkout-customerInfo__name ruby {
    word-break: break-all;
    display: block;
    width: 100%;
}
li.fs-c-checkout-customerInfo__name ruby *{
    display: inline-block;
}
ul.fs-c-checkout-customerInfo {
    line-height: 1.5;
}
.fs-c-checkout-shippingAddress{
    line-height: 1.5;
}
.fs-c-checkout-shippingAddress ruby{
    word-break: break-all;
    display: block;
    width: 100%;
}
.fs-c-checkout-shippingAddress ruby *{
    display: inline-block;
}
.fs-c-checkout-shippingAddress__name__home{
    font-size: 0.7em;
}