@charset "UTF-8";
/* CSS Document */

/* ========================================
  #m-page 共通
======================================== */
main#m-page .logout.my-false { display: none; }
main#m-page .login.my-true { display: none; }
main#m-page .regist.my-true { display: none; }
main#m-page h2.pageTitle {
    padding: 0 0 8px 2px;
    border-bottom: 1px solid #d9b770;
    color: #917236;
    font: normal 26px MolengoRegular;
    width: 100%;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    main#m-page h2.pageTitle {
        margin-bottom: 20px;
        padding: 0 0 6px 2px;
        font-size: 20px;
    }
}
main#m-page .fs-c-subSection__title {
    border-bottom: 1px dotted #d9b770;
    color: #917236;
    font-weight: bold;
}
main#m-page .fs-c-inputInformation__field{
    max-width: 100%;
    width: 980px;
    background: none;
}
@media screen and (max-width: 767px) {
    main#m-page .fs-c-inputInformation__field{
        padding: 0;
        width: auto;
    }
}
main#m-page th.fs-c-inputTable__headerCell {
    background: #f8f7f3;
}


@media screen and (min-width: 768px) {
    #fs_form .fs-c-buttonContainer--pair {
        align-items: center;
    }
    #fs_form .fs-c-buttonContainer--pair .fs-c-button--primary {
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    #fs_form .fs-c-inputInformation__button {
        margin-bottom: 0;
    }
    #fs_form .fs-c-buttonContainer--pair {
        margin-bottom: 40px;
    }
    #fs_form .fs-c-buttonContainer--pair .fs-c-button--register {
        width: 100%;
    }
    #fs_form .fs-c-buttonContainer--registerCancel .fs-c-button--cancel .fs-c-button__label {
        font-size: 14px;
    }
    #fs_form .fs-c-inputTable,
    #fs_form tbody,
    #fs_form tr,
    #fs_form th,
    #fs_form td {
        display: block;
    }
    #fs_form .fs-c-inputTable__headerCell {
        width: 100%;
        text-align: left;
        vertical-align: middle;
        white-space: inherit;
        padding: 8px 8px;
    }
    #fs_form .fs-c-inputTable__dataCell {
        padding: 8px 8px;
        width: auto;
    }
    #fs_form .fs-c-birthdayOnceMessage {
        margin-top: 5px;
        font-size: 12px;
    }
}

/* ========================================
  #m-page ボタン共通
======================================== */
main#m-page .fs-c-button--primary {
    background: #917236;
    border: 1px solid #917236;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    padding: 1.1em 1.6em;
    min-width: 150px;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    width: 180px;
}
@media screen and (min-width: 768px) {
    main#m-page .fs-c-button--primary {
        min-width: 290px;
    }
}
@media screen and (max-width: 767px) {
    main#m-page .fs-c-button--primary {
        padding: 1.2em 1.6em;
        font-size: 14px;
        background-color: #917236;
    }
    .fs-c-button--primary span.fs-c-button__label {
        font-size: 14px;
    }
}
main#m-page .fs-c-button--standard{
    text-decoration: none;
}
main#m-page .fs-c-button--secondary {
    background: #BA9D67 !important;
    border: 1px solid #BA9D67 !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 0.8em 1.6em;
}
main#m-page .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a{
    font-size: 15px;
    display: block;
    background: #917236;
    border: 1px solid #917236;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    padding: 1.1em 1.6em;
    box-shadow: 0 0 2px #b2b2b2;
    width: 190px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    main#m-page .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a{
        font-size: 14px;
    }
    a.fs-c-button--myPageTop .fs-c-button__label {
        font-size: 14px !important;
    }
}
main#m-page .fs-c-buttonContainer.fs-c-buttonContainer--back a,
main#m-page .fs-c-buttonContainer.fs-c-buttonContainer--back button{
    background: #BA9D67 !important;
    border: 1px solid #BA9D67 !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 0.8em 1.6em;
    margin: 30px auto;
}
main#m-page .fs-c-button--change,
main#m-page .fs-c-button--changeInfomation,
main#m-page .fs-c-button--confirmChange,
main#m-page .fs-c-button--confirmRegister,
main#m-page .fs-c-button--send,
main#m-page .fs-c-button--register,
main#m-page .fs-c-button--confirmLeave,
main#m-page .fs-c-button--submitReview{
  background: #333 !important;
  border: none !important;
}
/* ========================================
  #m-page ログインページ
======================================== */
.fs-body-login .fs-c-inputInformation__field {
    background: none;
    padding: 0px;
}
main#m-page .fs-c-fsLogin.fs-c-inputInformation .fs-c-inputInformation__field{
    max-width: 100%;
    width: 100%;
    background: none;
    padding: 0;
}
.fs-c-inputTable > tbody > tr {
   display: block;
   border: 1px solid #d9b770;
   border-top:none;
   margin-top: 0 !important;
}
.fs-c-inputTable > tbody > tr:first-child {
    border-top: 1px solid #d9b770;
}
.fs-c-inputTable__headerCell {
    width: 36%;
    text-align: right;
    padding-right: 15px;
    color: #917236;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: normal;
    padding: 3px 5px;
    background: #f8f7f3;
}
.fs-c-inputTable__dataCell {
    padding: 5px;
    width: 650px;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line .text::after,
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line .text::before {
    content: "";
    display: inline-block;
    background: #aaa;
    width: 160px;
    height: 1px;
    vertical-align: middle;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line .text::before {
    margin-right: 15px;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .text_line .text::after {
    margin-left: 15px;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text,
.fs-body-cart .fs-c-payWithAmazon__message{
    position:relative;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 20px 0 0;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text:after,
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text:before,
.fs-body-cart .fs-c-payWithAmazon__message:after,
.fs-body-cart .fs-c-payWithAmazon__message:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text:after,
.fs-body-cart .fs-c-payWithAmazon__message:after{
    border-color: rgba(238, 238, 238, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    border-top-color:#eee;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text:before,
.fs-body-cart .fs-c-payWithAmazon__message:before{
    border-color: rgba(204, 204, 204, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:7px;
    border-right-width:7px;
    margin-left: -7px;
    margin-top: 1px;
    border-top-color:#ccc;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text:before,
.fs-body-cart .fs-c-payWithAmazon__message:before,
.fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text:after,
.fs-body-cart .fs-c-payWithAmazon__message:after {
    content: none;
}
.menbar_btn_text {
    width: 100%;
    margin: 20px auto 10px;
    text-align: center;
    visibility: hidden; /*300ポイント表記オンオフ*/
}
.menbar_btn_text {
    display: none;
}
@media screen and (min-width: 768px) {
    .text_line {
        display: none;
    }
}

main#m-page .fs-c-button--primary.newMemberBtn{
    width: 90%;
    padding: 1.2em 0;
    font-size: 18px;
}
.fs-c-newUsers.fs-c-subSection::after {
    content: none;
    display: block;
    /*300ポイントプレゼント*/
    background: url(https://lindt.itembox.design/item/ec/guide/bn_tokuten_230801.png); 
    /*季節のポイントポイントプログラム*/
/*    background: url(https://lindt.itembox.design/item/ec/guide/bn_tokuten_seasonal.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 450px;
    height: 330px;
    margin: 30px auto;
}
@media screen and (max-width: 767px) {
    .fs-c-newUsers.fs-c-subSection::after {
        background: url(https://lindt.itembox.design/item/ec/guide/bn_tokuten_230801.png); 
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        /*height: 190vw; */
    }
}


_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > th, _:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > td {display:table-cell;}
_:-ms-input-placeholder, :root .fs-c-anotherLogin__message {display:block;}
_:-ms-input-placeholder, :root .fs-c-anotherLogin__button--amazon {text-align:center;}

/* ========================================
  #m-page お気に入り
======================================== */
main#m-page .fs-c-wishList .fs-c-productListItem__imageContainer {
    float: left;
    width: 20%;
    margin-right: 30px;
}
main#m-page .fs-c-wishList .fs-c-productList__list__item::after {
    display: block;
    content: "";
    clear: both;
}
main#m-page .fs-c-salesPeriod,
main#m-page .fs-c-productListItem__salesPeriodNotice {
    width: 77%;
    margin-left: 23%;
}
main#m-page .fs-c-wishList .fs-c-productListItem__salesPeriodNotice {
    min-height: 48px;
    line-height: 42px;
}
@media screen and (min-width: 768px){
    main#m-page .fs-c-productList__list {
        display: block;
    }
}
main#m-page .fs-c-wishList .fs-c-productList__list__item{
    position: relative;
}
main#m-page .fs-c-wishList .fs-c-productListItem__viewMoreImageButton{
    display: block;
    position: absolute;
    bottom: 0;
    left: 160px;
    font-size: 39px;
}
main#m-page .fs-c-wishList .fs-c-productName__copy {
    margin-bottom: 5px;
}
/*main#m-page .fs-c-wishList .fs-c-productListItem__prices .fs-c-productPrice__main__price.fs-c-price{
    color: #000;
}*/
main#m-page .fs-c-wishList .fs-c-button--plain.fs-c-button--viewMoreImage {
    color: #917236;
}
main#m-page .fs-c-wishList .fs-c-button--plain.fs-c-button--viewMoreImage::before {
    font-size: 22px;
    color: #917236;
}
main#m-page .fs-c-wishList .fs-c-button--plain.fs-c-button--addToCart--list {
    color: #917236;
    background-color: transparent !important;
}

main#m-page .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
main#m-page .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    color: #917236;
}

@media screen and (max-width: 767px){
    main#m-page .fs-c-wishList .fs-c-productListItem__imageContainer {
        float: none;
        width: 100%;
        margin: 0;
    }
    main#m-page .fs-c-wishList .fs-c-productListItem__rating,
    main#m-page .fs-c-wishList .fs-c-aggregateRating__rating {
        display: block;
    }
    main#m-page .fs-c-wishList .fs-c-salesPeriod,
    main#m-page .fs-c-wishList .fs-c-productListItem__salesPeriodNotice {
        width: auto;
    }
    main#m-page .fs-c-wishList .fs-c-productName__name {
        line-height: 1.4;
        font-size: 13px;
    }
    main#m-page .fs-c-wishList .fs-c-productListItem__viewMoreImageButton {
        display: none;
    }
    main#m-page .fs-c-wishList .fs-c-button--viewReview.fs-c-button--plain {
        padding: 0.6em 1em;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    main#m-page .fs-c-button--viewReview.fs-c-button--plain:after {
        content:">";
    }
    main#m-page .fs-c-wishList .fs-c-productList__list {
        display: flex;
        flex-wrap: wrap;
    }
    main#m-page .fs-c-wishList .fs-c-productList__list__item .fs-c-productListItem__control {
        position: absolute;
        z-index: 5;
        top: 10px;
        right: 10px;
        padding: 0;
    }
    main#m-page .fs-c-wishList .fs-c-productList__list__item {
        width: 50%;
        padding: 10px 10px 0 0;
    }
    main#m-page .fs-c-wishList .fs-c-productList__list__item:nth-child(2n) {
        padding: 10px 0 0 10px;
    }
    main#m-page .fs-c-wishList .fs-c-productListItem__viewReview {
        padding-bottom: 15px;
    }
}

/* ========================================
  #m-page 注文履歴
======================================== */
main#m-page .fs-c-noResultMessage {
    margin: 0 0 24px;
    background: #f8f7f3;
}

main#m-page .fs-c-history .fs-c-reviewStatus { 
    background-color: #c0ab80;
}
main#m-page .fs-c-history__info{
    background: #f8f7f3;
}
main#m-page .fs-c-history__term {
    color: #917236;
}
main#m-page .fs-c-history .fs-c-price {
    font-family: 'Optima',serif;
    color: #917236;
}
main#m-page .fs-c-history .fs-c-productPrice__addon {
    font-size: 80% !important;
}
@media screen and (min-width: 768px){
    main#m-page .fs-c-pairList {
        align-items: flex-start;
    }
    .fs-c-button--moveToStoreOrders.fs-c-button--plain:after {
        content:">";
    }
}
@media screen and (max-width: 767px){
    main#m-page .fs-c-history .fs-c-reviewInfo__status { 
        margin-top: 5px;
    }
    main#m-page .fs-c-button--moveToStoreOrders.fs-c-button--plain {
        padding: 0.8em 1em;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    main#m-page .fs-c-button--moveToStoreOrders.fs-c-button--plain:after {
        content:">";
    }
    main#m-page .fs-c-button--addReview--detail.fs-c-button--plain {

    }
}
/* ========================================
  #m-page 注文履歴詳細
======================================== */
.fs-body-my-orders-details h3.fs-c-orderPerAddressee__heading{
    background: #d9b770;
}
.fs-body-my-orders-details .fs-c-cartTable__headerCell {
    background: #f8f7f3;
}
.fs-body-my-orders-details .fs-c-orderTotalInfo {
    margin-bottom: 16px;
}
.fs-body-my-orders-details dt.fs-c-deliveryInfoList__deliveryMethod{
    background: #f8f7f3;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable th{
    background: #f8f7f3;
}
.fs-body-my-orders-details .fs-c-cartTable__price,
.fs-body-my-orders-details .fs-c-price__value {
    font-family: 'Optima',serif;
}
@media screen and (min-width: 768px){
    .fs-c-orderTotalTable > tbody > tr > th,
    .fs-c-orderTotalTable > tbody > tr > td {
        vertical-align: middle !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .fs-c-orderTotalTable__total > th,
    .fs-body-my-orders-details .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th {
        vertical-align: middle !important;
    }
}
@media screen and (max-width: 950px){
    .fs-body-my-orders-details .fs-c-deliveryInfoList {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px){
    .fs-body-my-orders-details h3.fs-c-orderPerAddressee__heading{
        color: #fff;
    }
    .fs-body-my-orders-details .fs-c-cartTable__unitPrice {
        margin-top: 0.3em;
    }
    .fs-body-my-orders-details .fs-c-button--plain,
    .fs-body-my-orders .fs-c-button--plain {
        color: #fff;
        background-color: #917236;
        text-align: center;
    }
    .fs-body-my-orders-details .fs-c-button__label {
        font-size: 14px;
    }
    .fs-body-my-orders .fs-c-orderHistoryItem__header__button {
        padding-bottom: 20px;
    }
    .fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo {
        grid-column:1/3;
    }
    .fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo dt {
        text-align: left;
    }
}
/* ========================================
  #m-page ポイント履歴
======================================== */
main#m-page .fs-c-pointSummary [class$="--availablePoint"],
main#m-page .fs-c-pointSummary [class$="--limitedPoint"] {
    background: #fff;
}
main#m-page .fs-c-pointListTable.fs-c-listTable th {
    background: #f8f7f3;
}
main#m-page .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    color: #917236;
}
main#m-page .fs-c-pointSummary {
}
main#m-page .fs-c-pointSummary__label--availablePoint {
    padding-top: 10px;
    padding-left: 10px;
}
main#m-page .fs-c-pointSummary__value--availablePoint {
    padding-top: 10px;
    padding-right: 10px;
}
main#m-page .fs-c-pointSummary__label--limitedPoint {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
}
main#m-page .fs-c-pointSummary__value--limitedPoint {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
}
main#m-page .fs-c-pointSummary__number {
    font-family: 'Optima',serif;
}
main#m-page .fs-c-pointListTable.fs-c-listTable td {
    vertical-align: top;
}
@media screen and (max-width: 767px){
    .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
        align-items: center;
    }
    main#m-page .fs-c-pointListTable.fs-c-listTable td {
        padding: 8px;
    }
    main#m-page .fs-c-pointListTable.fs-c-listTable td,
    main#m-page .fs-c-listTable > tbody > tr td::before,
    main#m-page .fs-c-listTable .fs-c-pairList a,
    main#m-page .fs-c-pointListTable.fs-c-listTable .fs-c-pointListTable__data,
    main#m-page .fs-c-pointListTable.fs-c-listTable .fs-c-pointListTable__orderCode {
        font-size: 13px !important;
    }
}

/* ========================================
  #m-page アドレス帳
======================================== */
main#m-page .fs-c-button--addToAddressbook.fs-c-button--secondary{
    min-width: 180px;
}
main#m-page .fs-c-inputInformation__message {
    justify-content: left;
}
main#m-page .fs-c-listTable {
    line-height: 1.4;
}
main#m-page .fs-c-listTable rt {
    position: relative;
	top: -.5em;
	transform: translateY(-.5em);
}
@media screen and (min-width: 600px){
    main#m-page .fs-c-addressBookList__list tr > td:nth-child(1) {
        width: 20%;
    }
    main#m-page .fs-c-addressBookList__list tr > td:nth-child(2) {
        width: 35%;
    }
    main#m-page .fs-c-addressBookList__list tr > td:nth-child(3) {
        width: 45%;
    }
}
@media screen and (min-width: 768px){
    main#m-page .fs-c-addressBookList__list tr > td:nth-child(1) {
        width: 30%;
        vertical-align: middle;
    }
    main#m-page .fs-c-addressBookList__list tr > td:nth-child(2) {
        width: 40%;
    }
    main#m-page .fs-c-addressBookList__list tr > td:nth-child(3) {
        width: 30%;
    }
}

@media screen and (max-width: 767px){
    main#m-page .fs-c-button--addToAddressbook.fs-c-button--secondary {
        width: 100%;
        padding: 0.8em 1em !important;
        color: #fff;
        text-align: center;
    }
    main#m-page .fs-c-button--addToAddressbook.fs-c-button--secondary:after {
        content:">";
    }
    main#m-page .fs-c-addressBookList__count {
        margin: 5px 0 20px;
    }
    main#m-page .fs-c-listTable td:first-child {
        padding-top: 15px;
    }
    main#m-page .fs-c-listTable td {
        padding: 0 15px 15px;
    }
    main#m-page .fs-c-listTable .fs-c-button--changeInfomation.fs-c-button--secondary {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 33px;
    }
    main#m-page .fs-c-addressBookList__list .fs-c-button--standard {
        background: #ebebeb !important;
        border: 1px solid #bbbbbb;
        color: #3c3c3c;
    }
}

/* ========================================
  #m-page アドレス帳新規登録
======================================== */
.fs-body-my-addressbook-new .fs-c-button--cancel.fs-c-button--standard{
    box-shadow: none;
    font-size: 12px !important;
    min-width: 150px !important;
    padding: 0.8em 1.6em;
}
.fs-body-my-addressbook-new .fs-c-button--register.fs-c-button--primary{
    background: #333 !important;
    border-color: #333 !important;
}
/* ========================================
  #m-page パスワード変更
======================================== */
.fs-body-my-account-password main#m-page .fs-c-inputInformation__field {
  background: none;
}
/* ========================================
  #m-page パスワードをお忘れの場合
======================================== */
.fs-body-forgotPassword main#m-page .fs-c-inputInformation__field {
  background: none;
}
/* ========================================
  #m-page カートログイン
======================================== */
.fs-body-cart-login .fs-c-loginForm{
    max-width: 100%;
}
.fs-body-cart-login .fs-c-inputInformation__field {
    background: none;
    padding: 0;
}
.fs-body-cart-login .fs-c-anotherLogin.fs-c-anotherLogin--amazon .amazon_text{
    width: 500px;
}
/* ========================================
  #m-page カート
======================================== */
/*.fs-body-cart .fs-l-cart__contentsArea {
    display: inline-block;
    width: 100%;
}

.fs-body-cart #fs-checkout-amazon-container{
    width: 500px;
    margin: 60px auto;
}

*/
.fs-body-cart .CrossHead {
    margin: 30px auto 10px auto;
    padding: 0 0 8px 2px;
    font: bold 16px MolengoRegular;
}
.fs-body-cart .fs-c-cartTable__headerCell,
.fs-body-cart .fs-c-cartTable__dataCell {
    border: 1px solid #C6B684;
}
.fs-body-cart .fs-c-cartTable__headerCell {
    background: #BA9D67;
    color: #fff;
}
.fs-body-cart .fs-c-purchaseHere__message{
    text-align: center;
}
.fs-body-cart .fs-c-cartTableContainer, .fs-body-cart .fs-l-cart__sideColumn {
    border: none;
    padding: 0px;
}

.fs-body-cart main#m-page .fs-c-button--secondary {
    background: #333 !important;
    border: 1px solid #333 !important;
}
.fs-body-cart main#m-page #fs-checkout-payHere-container .fs-c-button--purchaseHere{
    background: #333 !important;
    border: 1px solid #333 !important;
}
.fs-body-cart .fs-c-button--continueShopping {
    background: #ebebeb;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    color: #3c3c3c;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: none;
    width: 180px;
}
.fs-body-cart .fs-c-continueShopping{
    margin:40px 0 60px;
}

.fs-body-cart main#m-page .fs-c-button--primary{
    min-width: 240px;
    font-size: 1.4rem;
}
/* ========================================
  #m-page 注文手続き
======================================== */
.fs-body-checkout .fs-c-checkout-preview,
.fs-body-checkout-amazon .fs-c-checkout-preview{
    border: 1px solid #BA9D67;
}
.fs-body-checkout .fs-c-checkout-preview__title,
.fs-body-checkout-amazon .fs-c-checkout-preview__title{
    border-bottom: 1px solid #BA9D67;
}
.fs-body-checkout .fs-c-button--standard,
.fs-body-checkout-amazon .fs-c-button--standard{
    background: #333;
    border: none;
    color: #fff;
    padding: 0.8em 1.6em;
}
.fs-body-checkout .fs-c-button--confirmOrder,
.fs-body-checkout-amazon .fs-c-button--confirmOrder{
    background: #333 !important;
    border-color: #333 !important;
}
.fs-body-checkout #fs_button_selectShippingAddress .fs-c-button--standard{
    background: #BA9D67;
}

.fs-body-checkout .fs-c-checkout-paymentMethod__title,
.fs-body-checkout .fs-c-checkout-couponCodeInput,
.fs-body-checkout .fs-c-checkout-delivery__method,
.fs-body-checkout .fs-c-cartTable__headerCell,
.fs-body-checkout-amazon .fs-c-checkout-paymentMethod__title,
.fs-body-checkout-amazon .fs-c-checkout-couponCodeInput,
.fs-body-checkout-amazon .fs-c-checkout-delivery__method,
.fs-body-checkout-amazon .fs-c-cartTable__headerCell {
    background: #f8f7f3;
}
.fs-body-checkout .fs-c-checkout-paymentMethod,
.fs-body-checkout-amazon .fs-c-checkout-paymentMethod{
    border: 2px solid #f8f7f3;
}
.fs-body-checkout .fs-c-checkout-previewAndEdit__info,
.fs-body-checkout-amazon .fs-c-checkout-previewAndEdit__info{
    border: 3px solid #f8f7f3;
}
.fs-body-checkout-amazon .fs-c-checkout-amazonWidget__widget {
    height: 250px;
}

.fs-body-checkout .fs-c-productPrice__main__price.fs-c-price{
  color: #000;
}
/*** モーダル ***/
.fs-c-modal__contents .fs-c-buttonContainer--pair > *:first-child{
    background: #0f3283;
}
.fs-c-modal__contents .fs-c-inputTable__headerCell {
    background: #f8f7f3;
    padding: 5px;
}
.fs-c-modal__contents .fs-c-inputTable__dataCell{
    padding: 5px;
}
.fs-c-modal__contents .fs-c-inputTable > tbody > tr{
    border: 1px solid #d9b770;
    margin-top: 10px !important;
}

/* ========================================
  #m-page 会員登録完了
======================================== */
.fs-body-register-success .fs-c-registerSuccessMessage p{
    text-align: left;
	margin-bottom: 20px;
}

/* ========================================
  #m-page レビューを書く
======================================== */
.fs-body-review-write .fs-c-productReviewed__prices .fs-c-price{
	color: #000 !important;
}

/* ========================================
  #m-page レビュー書き込み完了
======================================== */
.fs-body-review-success .fs-c-buttonContainer--back{
  display: none;
}


/* ========================================
  #m-page 追記
======================================== */
.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
    font-size: 1.8rem;
    border-bottom: 1px dotted #d9b770;
    color: #917236;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .fs-body-review-login .fs-c-registeredUsers,
    .fs-body-wishlist-login .fs-c-registeredUsers {
        max-width: 600px;
    }
    .fs-body-review-login .fs-c-newUsers,
    .fs-body-wishlist-login .fs-c-newUsers {
        max-width: 600px;
        width: 100%;
    }
    .menbar_btn_text {
        display: none;
    }
    .fs-c-buttonContainer {
        margin: 20px auto;
        flex-direction: column;
    }
    .fs-c-newUsers.fs-c-subSection::after {
        width: 100%;
        max-width: 600px;
        height: 100%;
    }
    main#m-page .fs-c-button--primary.newMemberBtn {
        width: 80%;
    }
}
