@charset "UTF-8";

/*メイン*/

.fs-l-main {
  max-width: 1050px;
}
.global-header__new_wrapper {
  position: relative!important;
  z-index: 3!important;
}

/*--------------------------*/


/*---------------ショッピングカート　ページ---------------*/
.fs-c-featuredProduct {
    background: #efefef;
    padding: 10px 0px 20px;
    width: 100%;
    margin-bottom: 2%;
}
h2.fs-c-featuredProduct__title {
    font-size: 1.8rem;
    width: 90%;
    font-weight: bold;
    margin: 20px 50px 11px auto;
}
.fs-c-featuredProduct span.fs-c-productName__copy, .fs-c-featuredProduct span.fs-c-productMark__label, .fs-c-featuredProduct .fs-c-productMark {
    display: none;
}

span.fs-c-productName__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fs-body-cart .fs-l-cart__contentsArea {
margin-bottom: 24px;
}

.fs-body-cart .fs-l-cart__contentsArea > * {
margin-bottom: 24px;
}

@media screen and (max-width: 680px) {
    .fs-c-featuredProduct .fs-c-productListCarousel__ctrl {
        min-width: 25px!important;
    }
    h2.fs-c-featuredProduct__title {
        margin-left: 25px;
    }
    .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
        max-width: 125px!important;
        min-width: 120px!important;
    }
    .fs-c-featuredProduct {
      margin-top: 4%;
    }
}

@media screen and (min-width: 960px) {

    .fs-body-cart .fs-l-cart__contentsArea {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 280px;
        grid-template-columns: 1fr 280px;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .fs-body-cart .fs-l-cart__contentsArea > * {
        margin-bottom: auto;
    }
    .fs-body-cart .fs-l-cart__mainColumn {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
    .fs-body-cart .fs-l-cart__sideColumn {
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        padding: 16px;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-align: start;
        align-self: start;
        /* z-index: -1; */
    }
    .fs-body-cart.fs-body-cartSubscribe .fs-l-cart__contentsArea {
        grid-template-columns: 1fr auto;
    }
}

#fs_ShoppingCart .fs-c-cartTable {
    width: 90%;
    margin: 0 auto;
}
#fs_ShoppingCart .fs-c-cartTable__row:last-child {
  border-bottom: none;
}
#fs_ShoppingCart .fs-c-cartTable__productName__name {
    font-size: 13px;
  line-height: 1.5;
}
  

#fs_ShoppingCart .fs-c-cartTable__headerCell {
background: rgba(126, 126, 126, 0.15);
}

.fs-c-bundlePreview .fs-c-cartTable__row:last-child {
    border-bottom: none;
}

.fs-c-cartTable__headerCell {
background: rgba(126, 126, 126, 0.08);
word-break: keep-all;
}

/* .fs-c-cartTable__message {
background: #7c8790;
color: #ffffff;
display: inline-block;
font-size: 0.8rem;
margin-bottom: 3px;
padding: 3px 5px 0;
} */

.fs-c-cartTable__message {
  background: #ffffff;
    color: #d72424;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 3px;
    padding: 3px 5px 0;
    line-height: 17px;
    border: 1px solid #d72424;
    padding: 10px;
    margin: 10px 0 15px;
}

.fs-c-cartTable__product {
display: -ms-grid;
display: grid;
-ms-grid-columns: 80px 1fr;
grid-template-columns: 80px 1fr;
grid-gap: 8px;
}

.fs-c-cartTable__productImage {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
padding-right: 8px;
}

@supports (grid-gap: 8px) {
.fs-c-cartTable__productImage {
    padding-right: 0;
}
}

.fs-c-cartTable__productImage + .fs-c-cartTable__productInfo {
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 1;
grid-row: 1;
}

.fs-c-cartTable__productInfo {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1 / span 2;
-ms-grid-row: 1;
grid-row: 1;
}

.fs-c-cartTable__unitPrice {
display: flex;
flex-wrap: wrap;
}

.fs-c-cartTable__actionButton {
display: flex;
flex-direction: column;
justify-content: center;
}

/* カート追加金額削除 */
dd.fs-c-listedOptionPrice__price {
  display: none;
}
dt.fs-c-listedOptionPrice__option {
  padding: 4px;
}
.fs-c-cartTable__unitPrice {
  display: none;
}
.fs-c-listedOptionPrice {
  display: block;
}
/* カート追加金額削除 */

.fs-c-returnedSpecialContract {
  text-decoration: underline;
  display: grid;
  justify-content: flex-end;
}


@media screen and (max-width: 600px) {
    #fs-totalsArea-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    /* .fs-c-cartTable__product {
        display: block;
    } */

    dt.fs-c-listedOptionPrice__option, dd.fs-c-listedOptionPrice__price {
        border-bottom: 1px dotted #ccc;
        padding: 5px 0;
    }

    #fs_ShoppingCart .fs-c-listedOptionPrice span {
        font-size: 1rem;
        color: #333;
    }

    .fs-c-cartTable__actionButton {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    #fs_ShoppingCart .fs-c-purchaseHere__message p {
        text-align: center;
        font-size: 12px;
    }

    .fs-c-cartTable__actionButton__container {
    width: 100%;
    }

    .fs-c-cartTable__actionButton__container > button {
      font-size: 1.2rem;
      background: #9A9A9A;
      width: 58px;
      border-radius: 3px;
      padding: 4px 0;
    }
    .fs-c-cartTable__actionButton__container > button span {
      color: #fff;
      font-size: 12px;
      letter-spacing: 3px;
    }
    .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border: 1px solid #b2b2b2;
    border-radius: 0;
    border-width: 1px 0 0 0;
    margin-top: 8px;
    padding-top: 8px;
    }

    .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
        border-width: 0 0 0 1px;
        margin: 0 0 0 4px;
        padding: 0 0 0 8px;
    }
    #fs_ShoppingCart .fs-c-cartTable__productName__name a {
      font-size: 12px;
      line-height: 20px;
    }
      .fs-c-listedProductName__variation__choice {
        font-size: 12px;
    }
}

#fs_ShoppingCart .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    display: none;
}

#fs_ShoppingCart .fs-c-listedOptionPrice {
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

#fs_ShoppingCart .fs-c-cartTable__productName__name {
    font-size: 12px;
}

.rail_table td, th {
    height: 1.5em;
    vertical-align: middle;
    text-align: left;
    font-size: 90%;
    color: #333;
}

.fs-c-cartTable__quantity {
    max-width: 5em;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--action {
    min-width: 90px;
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable,
  .fs-c-cartTable > tbody {
      display: block;
  }
  .fs-c-cartTable__row {
      border-bottom: 1px solid #b2b2b2;
      display: -ms-grid;
      display: grid;
      align-items: center;
      -ms-grid-columns: 1fr 40%;
      grid-template-columns: 1fr 40%;
      width: 100%;
  }
  .fs-c-cartTable__dataCell {
      border: none;
      display: block;
      padding: 4px 0;
  }
  .fs-c-cartTable__dataCell--product {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      -ms-grid-row: 1;
      grid-row: 1;
  }
  .fs-c-cartTable__dataCell--point {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 4;
      grid-row: 4;
  }
  .fs-c-cartTable__dataCell--quantity {
      -ms-grid-column: 2;
      grid-column: 2 / 3;
      -ms-grid-row: 2;
      grid-row: 2;
      display: flex;
      align-items: baseline;
      justify-content: flex-end;
  }
  .fs-c-cartTable__dataCell--action {
      -ms-grid-column: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 2;
      grid-row: 2;
  }
  .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 3;
      grid-row: 3;
      display: flex;
      justify-content: flex-end;
      align-items: baseline;
      font-size: 1.8rem;
  }
  .fs-c-cartTable__dataCell--review {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 5;
      grid-row: 5;
  }
  .fs-c-cartTable__productImage__image {
      max-width: 100%;
      padding-right: 8px;
  }
  .fs-c-button--continueShopping {
      width: 90%;
      margin: 0 auto;
  }
  .fs-c-continueShopping {
      width: 90%;
      margin: 0 auto;
  }
  .fs-c-cartTable__quantity.fs-c-quantity.fs-system-assistTarget {
    text-align: center;
  }
  .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice {
      align-items: center;
  }

}


@media screen and (max-width: 600px) {
    .fs-c-cartTable,
    .fs-c-cartTable > tbody {
      display: block;
    }
    .fs-c-cartTable__row {
      border-bottom: 1px solid #b2b2b2;
      display: -ms-grid;
      display: grid;
      align-items: center;
      -ms-grid-columns: 1fr 40%;
      grid-template-columns: 1fr 40%;
      width: 100%;
    }
    .fs-c-cartTable__dataCell {
      border: none;
      display: block;
      padding: 4px 0;
    }
    .fs-c-cartTable__dataCell--product {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      -ms-grid-row: 1;
      grid-row: 1;
    }
    .fs-c-cartTable__dataCell--point {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 4;
      grid-row: 4;
    }
    .fs-c-cartTable__dataCell--quantity {
      -ms-grid-column: 2;
      grid-column: 2 / 3;
      -ms-grid-row: 2;
      grid-row: 2;
      display: flex;
      align-items: baseline;
      justify-content: flex-end;
    }
    .fs-c-cartTable__dataCell--action {
      -ms-grid-column: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 2;
      grid-row: 2;
    }
    .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 3;
      grid-row: 3;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      font-size: 1.8rem;
    }
    .fs-c-cartTable__dataCell--review {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 5;
      grid-row: 5;
    }
    .fs-c-cartTable__productImage__image {
      max-width: 100%;
      padding-right: 8px;
    }
    .fs-c-button--continueShopping {
      min-width: 100%;
    }
    .fs-c-button--continueShopping.fs-c-button--standard {
      padding: 12px 0;
      background: none;
    }
    .fs-c-button--continueShopping.fs-c-button--standard::before {
      content: "\f104";
      font-family: 'FontAwesome';
      color: #7c7c7c;
      margin: 0 10px 0 0;
      font-weight: 100;
      font-size: 13px;
    }
    .fs-c-button--continueShopping.fs-c-button--standard span {
        font-size: 13px;
    }
    #fs-cartTotals-container::before {
        content: "合計金額";
        background: #F3F3F3;
        display: block;
        color: #606060;
        padding: 10px 0;
        text-align: center;
        margin: 0 0 5px;
        font-size: 13px;
        letter-spacing: 3px;
    }
    .fs-c-orderTotalTable__count th, .fs-c-orderTotalTable__count td {
        border-top: none !important;
    }
    #fs_ShoppingCart .fs-system-quantity-list {
        text-align: center;
    }
  }



.fs-c-cartBundleInfo {
margin: 24px 0;
}

.fs-c-cartBundleInfo__info {
background: rgba(126, 126, 126, 0.08);
padding: 8px 16px 8px;
}

.fs-c-cartBundleInfo__title {
background: #646464;
color: #ffffff;
margin: -8px -16px 0;
padding: 4px 16px;
}

.fs-c-cartBundleInfo__list {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
margin: 8px 0;
}

.fs-c-cartBundleInfo__list > li {
box-sizing: border-box;
}

.fs-c-cartBundleInfo__list > li + li {
margin-top: 8px;
}

.fs-c-cartBundleInfo__list > li > a {
border: 1px solid currentColor;
background: #ffffff;
color: #333333;
display: block;
text-decoration: none;
padding: 4px 8px;
}

.fs-c-cartBundleInfo__list > li > a:hover {
  opacity: 0.8;
}

.fs-c-cartBundleInfo__button {
  display: flex;
  justify-content: flex-end;
  margin: 8px 0;
}


#fs_ShoppingCart .fs-p-announcement {
	margin: 32px 0;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 30px;
}
#fs_ShoppingCart .fs-p-announcement__title {
	color: #333;
	font-size: 1.7rem;
	margin-bottom: 15px;
}
#fs_ShoppingCart .fs-p-announcement__body {
	line-height: 1.8;
}
#fs_ShoppingCart .fs-p-announcement__body p {
	margin: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  #fs_ShoppingCart .fs-p-announcement {
    margin: 32px auto;
    background: none;
    border-radius: 5px;
    padding: 0;
    text-align: justify;
    width: 90%;
  }
  #fs_ShoppingCart .fs-p-announcement__body p {
      margin: 0;
      font-size: 1.1rem;
  }
  #fs_ShoppingCart .fs-p-announcement__title {
      color: #333;
      font-size: 1.3rem;
      margin-bottom: 8px;
      border-bottom: 1px solid #7e7e7e;
      padding: 0 0 5px;
  }
}

/* ▼▼▼▼▼▼ここからプログレスバー▼▼▼▼▼▼ */
.fs-c-step-nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 680px;
    font-family: sans-serif;
}

/* 各ステップの基本スタイル */
.fs-c-step-nav-item {
    position: relative;
    flex: 1;
    text-align: center;
    color: #b0b0b0;
    font-size: 11px;
}

/* ステップの円（ドット） */
.fs-c-step-nav-item::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #e0e0e0;
    border-radius: 50%;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2; /* 線より上に配置 */
    font-size: 10px;
    transition: all 0.3s ease;
}

/* 進行状況の線（80%に短縮し、中央配置） */
.fs-c-step-nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 8px; /* 円の中央高さ */
    left: 60%; /* 50%（中央）から少し右にずらして余白を確保 */
    width: 80%; /* 線の長さを80%に */
    height: 1px;
    background-color: #e0e0e0;
    z-index: 1;
}

/* 【完了ステップ】 */
.fs-c-step-nav-item.is-complete {
    color: #333;
}
.fs-c-step-nav-item.is-complete::before {
    background-color: #333;
}
.fs-c-step-nav-item.is-complete::after {
    background-color: #333; /* 通過した線を黒に */
}

/* 【現在地】 */
.fs-c-step-nav-item.is-active {
    color: #000;
}
.fs-c-step-nav-item.is-active::before {
    content: "";
    background-color: #000;
    transform: scale(1.1);
}

/* レスポンシブ対応（680px以下） */
@media (max-width: 680px) {
    .fs-c-step-nav-item {
        font-size: 10px;
    }
    .fs-c-step-nav-item:not(:last-child)::after {
        width: 70%; /* スマホでは間隔が狭まるため、線をさらに少し短く調整 */
        left: 65%;
    }
}
/* ▲▲▲▲▲▲プログレスバーここまで▲▲▲▲▲▲ */


/*ライト　サイド*/

.fs-c-orderTotalTable {
    border-collapse: collapse;
    width: 100%;
}

#fs_ShoppingCart .fs-c-purchaseHere__message p {
    text-align: center;
}

#fs_ShoppingCart .fs-l-pageMain, #fs_ShoppingCartLogin .fs-l-pageMain {
    letter-spacing: 0.12em;
    color: #333;
}

#fs_ShoppingCart .fs-c-orderTotalTable .fs-c-price__value {
  color: #333;
}


.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
    padding: 4px;
}

.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
    border: none;
    border-top: 1px solid #b2b2b2;
    padding: 4px;
}

.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
    font-weight: normal;
    text-align: left;
}

.fs-c-cartPayment, .fs-c-payWithAmazon {
    margin-top: 24px;
    font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .fs-c-orderTotalTable > tbody > tr td {
    padding: 12px 0;
  }
  #fs-checkout-amazon-container {
    background: #F3F3F3;
    padding: 19px;
    margin: 5px 0 0;
  }
  .fs-c-payWithAmazon.fs-c-cartPayment {
      margin: 0;
  }
  .fs-c-payWithAmazon__message p {
      font-size: 12px;
      margin: 0 0 7px;
      line-height: 19px;
  }
}

/*お気に入り*/

#fs_ShoppingCart .fs-c-wishlistProduct {
    margin-top: 50px;
}

.fs-c-wishlistProduct__title {
    font-size: 1.8rem;
    font-weight: 600 !important;
    border-bottom: none;
    margin: 0 auto 20px;
    color: #333;
}

.fs-c-productListCarousel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .fs-c-productListCarousel__ctrl {
    display: block;
    flex-basis: 32px;
    min-width: 32px;
    position: relative;
  }
  
  @media screen and (min-width: 600px) {
    .fs-c-productListCarousel__ctrl {
      flex-basis: 48px;
      min-width: 48px;
    }
    .fs-c-wishlistProduct .fs-c-button--carousel {
      font-size: 3rem!important;
    }
    .fs-c-wishlistProduct .fs-c-productName__name {
      font-size: 11px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      white-space: normal;
      line-height: 17px;
    }
    .fs-c-wishlistProduct__title {
      font-size: 1.3rem;
      width: 90%;
    }
    .fs-c-viewAllProductsLink__label {
      margin: 0 10px 0 0;
      border-bottom: 1px solid #6d6d6d;
      padding: 0 0 5px;
      color: #4d4d4d;
      font-size: 12px;
    }
  }
  
  .fs-c-productListCarousel__ctrl.slick-disabled {
    opacity: 0.3;
  }
  
  .fs-c-productListCarousel__ctrl.slick-disabled:hover {
    opacity: 0.3;
  }
  
  .fs-c-productListCarousel__ctrl.slick-disabled > .fs-c-button--carousel {
    cursor: default;
  }
  
  .fs-c-productListCarousel__ctrl.slick-hidden {
    display: none;
  }
  
  .fs-c-productListCarousel__list {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  
  .fs-c-productCarouselMainImage__image {
    display: block;
    margin: 0;
    position: relative;
  }
  
  .fs-c-productCarouselMainImage__image > img {
    max-width: 100vw;
    max-height: 100vh;
  }
  
  .fs-c-productCarouselMainImage__image__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-overflow: ellipsis;
  }
  
  .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    padding: 0;
  }
  
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 80px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
  }
  
  .fs-c-productCarouselMainImage__thumbnailList > li:last-of-type {
    margin-right: 0;
  }
  
  .fs-c-productCarouselMainImage__thumbnail {
    margin: 0;
    padding: 0;
  }

  .fs-c-productListCarousel__list__item {
    flex-basis: 132px;
    max-width: 132px;
    min-width: 132px;
    margin: 0 4px;
  }
  
  .fs-c-productListCarousel__list__item > * + * {
    margin-top: 8px;
  }
  
  @media screen and (min-width: 600px) {
    .fs-c-productListCarousel__list__item {
      flex-basis: 200px;
      max-width: 200px;
      min-width: 200px;
      margin: 0 8px;
    }
  }


  .fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin: 8px 0;
  }
  
  .fs-c-productListItem__productName:first-child {
    margin-top: 0;
  }
  
  .fs-c-productListItem__productName__copy {
    font-size: 1.2rem;
  }
  
  .fs-c-productListItem__productDescription {
    margin: 8px 0;
  }
  
  .fs-c-productListItem__notice {
    background: #e5e5e5;
    font-size: 1.2rem;
    line-height: 1;
    margin: 8px 0;
    padding: 4px 4px;
    text-align: center;
  }
  
  .fs-c-productListItem__salesPeriodNotice {
    background: #333333;
    color: #ffffff;
  }
  
  .fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
    background: transparent;
    border: 1px solid currentColor;
  }
  
  .fs-c-productListItem__rating {
    margin: 8px 0;
  }
  
  .fs-c-productListItem__viewReview {
    justify-content: flex-end;
  }
  
  .fs-c-productListItem__control {
    justify-content: space-between;
  }
  
  .fs-c-productListItem__control > *:last-child {
    margin-left: auto;
  }


  .fs-c-productMembersLoginLink {
    display: block;
  }
  
  .fs-c-productName__copy, .fs-c-productName__variation {
    font-size: 0.8em;
  }
  
  .fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
    display: block;
  }
  
  .fs-c-productNameHeading {
    color: #3c3c3c;
    font-size: 1.8rem;
  }
  
  .fs-c-productNameHeading__copy {
    font-size: 0.8em;
  }
  
  .fs-c-productNameHeading__variation {
    font-size: 0.8em;
  }
  
  .fs-c-productNotice--startOfSales, .fs-c-productNotice--endOfSales {
    background: #333333;
    color: #ffffff;
    padding: 4px;
    text-align: center;
  }
  
  .fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
    background: #e5e5e5;
    padding: 4px;
    text-align: center;
  }
  
  .fs-c-productNumber {
    border: 1px solid currentColor;
    display: inline-block;
    font-size: 1.2rem;
    padding: 4px 8px;
  }
  
  .fs-c-productNumber__number {
    font-weight: bold;
  }
  
  .fs-c-productOption__name, .fs-c-productOption__option {
    padding: 4px;
  }
  
  .fs-c-productOption__name, .fs-c-productOption__comment {
    font-size: 1.2rem;
  }
  
  .fs-c-productOption__name {
    background: rgba(126, 126, 126, 0.08);
  }
  
  .fs-c-productPointDisplay {
    background: #7c8790;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 8px;
  }
  
  .fs-c-productPointDisplay__quantity {
    font-weight: bold;
  }
  
  .fs-c-productPrice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  
  .fs-c-productPrice__main {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  
  .fs-c-productPrice__main__label {
    margin-right: 4px;
    display: none;
  }
  
  .fs-c-productPrice__addon {
    font-size: 1.2rem;
  }
  
  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.1;
  }
  
  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
    content: "(";
  }
  
  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
    content: ")";
  }
  
  .fs-c-productPrice--listed {
    display: flex;
    align-items: baseline;
  }
  
  .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #006db8;
  }
  
  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 2.2rem;
  }
  
  .fs-c-subscriptionPriceTable .fs-c-productPrice {
    justify-content: flex-end;
  }
  
  .fs-c-subscriptionPriceTable .fs-c-productPrice__main__price {
    font-size: 1.8rem;
  }

  #fs_ShoppingCart .fs-c-productListItem__control.fs-c-buttonContainer{
    display: none;
  }

  #fs_ShoppingCart .fs-c-price__value {
    font-weight: 600 !important;
    font-size: 15px;
}

.fs-c-price__value, .fs-c-price__currencyMark {
  color: #333;
  font-size: 16px;
}

.fs-c-mark {
    border-radius: 3px;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1;
    padding: 4px 8px;
  }

.fs-c-wishlistProduct__footer {
    text-align: right;
    padding-top: 4px;
}

.fs-c-productMark__mark--2 {
  background: #ececec;
  margin-bottom: 0;
}

.fs-c-productMark__mark {
  border-radius: 0;
  font-size: 11px;
}

.fs-c-productMark__mark {
  display: block;
  margin-right: 2px;
  /* font-size: 0.8em; */
  line-height: 1;
  padding: 4px 8px;
}

.fs-c-productMark__mark--31 {
  color: #fff;
  background: #ef000a;
}

.fs-c-productMark__mark--31 span{
  color: #fff;
}

/*▼▼▼▼▼ショッピングカート改修（20260205） ここから▼▼▼▼▼*/
tr.fs-c-orderTotalTable__getPoint {
    border-bottom: 1px solid #b2b2b2;
}
.fs-cartTotals-container th,.fs-cartTotals-container tr {
    white-space: nowrap;
}
.fs-c-purchaseHere.fs-c-cartPayment::after {
    content: "";
    display: block;
    height: 54px;
    background: url(https://perfectspace.itembox.design/item/img/c/700_cat_pay_method_n.png) center / contain no-repeat;
    max-width: 278px;
    margin: 0 auto;
}

tr.fs-c-orderTotalTable__getPoint td {
    font-size: 18px;
    font-weight: bold !important;
}
tr.fs-c-orderTotalTable__getPoint td::after {
    content: "pt(円相当)";
    font-size: 0.95rem;
}
.fs-c-cartPayment p, .fs-c-payWithAmazon p {
    display: none;
}
#fs_ShoppingCart .fs-c-purchaseHere__message p {
    display: none;
}
#fs_ShoppingCart .fs-c-orderTotalTable .fs-c-price__value {
    font-size: 18px;
    color: unset;
}

#custom-postage-row .fs-c-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    white-space: nowrap;
}

.price-symbol {
    font-size: 10px !important;
    margin-right: 1px;
}

.price-num {
    font-weight: 600 !important;
    font-size: 18px !important;
}

.main-postage-price {
    display: flex;
    align-items: baseline;
    font-size: 14.5px;
    font-weight: bold !important;
}

.sub-discount-info {
    font-size: 11px;
    margin-top: 2px;
    background: #f4f4f4;
    padding: 3px;
}

.custom-postage-note {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: right;
}

.custom-postage-note li {
    font-size: 1.0rem !important; 
    color: #888;
    line-height: 1.3;
}

.custom-postage-note li::before {
    content: "※ ";
}

.fs-c-cartDiscountInfo--postage {
    display: none !important;
}
.cart_text-bold {
    font-weight: bold !important;
}
/*▲▲▲▲▲ショッピングカート改修（20260205） ここまで▲▲▲▲▲*/

/*---------------ショッピングカートログイン　ページ---------------*/


#fs_ShoppingCartLogin .fs-c-subSection__title {
  border-bottom: none;
  text-align: center;
  color: #333;
}

#fs_ShoppingCart .fs-l-pageMain,
#fs_ShoppingCartLogin .fs-l-pageMain {
	letter-spacing: 0.12em;
	color: #333;
}

#fs_ShoppingCartLogin .fs-c-heading--page {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 1.2rem;
  text-align: left;
  padding: 5px 0 !important;
}
#fs_ShoppingCartLogin .fs-c-subSection__title {
 border-bottom: none;
 text-align: center;
 color: #333;
 font-size: 1.8rem;
}

.fs-c-inputInformation__link {
  margin-top: 8px;
  text-align: right;
}

.fs-body-cart-login .fs-c-loginForm {
  margin: 24px auto;
  max-width: 600px;
}

.fs-c-subSection {
  margin-bottom: 24px;
}

.fs-body-cart-login .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
  margin: 24px auto;
  max-width: 600px;
}

.fs-c-inputTable {
  width: 100%;
  table-layout: fixed;
}

.fs-c-otherServiceLogin {
  margin: 40px 0;
}

.fs-c-inputTable__headerCell {
  text-align: left;
}

.fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}

_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > th,
_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > td {
  display: block;
}


.fs-body-cart-login .fs-c-guestPurchase {
  border-top: 1px solid #7c8790;
  margin-top: 48px;
  padding-top: 24px;
  text-align: center;
}

/*---------------お客様情報入力　ページ---------------*/

.fs-body-customerDetails .fs-c-agreementField {
  border-top: 1px solid #999999;
  margin-top: 32px;
  padding-top: 24px;
}
.fs-c-checkbox__label p {
  padding-left: 15px;
}


/*----------------お届け先一覧(複数お届け) ページ---------------*/

.fs-c-noResultMessage {
  background: rgba(126, 126, 126, 0.08);
  padding: 24px;
  margin: 24px 0;
  text-align: center;
}

.fs-body-cart .fs-c-noResultMessage{
  grid-column: 1 / 3;
}

/*--------------------ご注文手続き(単数)---------------------*/
  
  
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
  margin-top: 24px;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  margin-top: 24px;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-agreementConfirmationArea,
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-additionalCheckField,
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-fieldMessage {
  font-size: 1.2rem;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-additionalCheckField {
  margin-top: 8px;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-fieldMessage {
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
    flex-grow: 1;
    max-width: calc(100vw - (8px*44));
    padding-right: 24px;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
  }
}

[class^="fs-body-checkout"] .fs-c-checkout-preview__title + .fs-c-orderTotalTable > tbody > tr:first-of-type th, [class^="fs-body-checkout"] .fs-c-checkout-preview__title + .fs-c-orderTotalTable > tbody > tr:first-of-type td {
  border-top: none;
}

.fs-c-checkout-deliveryInfo:not(.fs-c-checkout-preview) {
  margin: 48px 0;
}

.fs-c-checkout-preview {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #ffffff;
  color: #333333;
}

.fs-c-checkout-preview__title {
  border-bottom: 1px solid #999999;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 0 8px;
  text-align: center;
}

.fs-c-checkout-preview__body > * + * {
  margin-top: 8px;
}

.fs-c-checkout-previewAndEdit {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-row-gap: 8px;
}

.fs-c-checkout-previewAndEdit > * {
  align-self: center;
}

.fs-c-checkout-previewAndEdit__info {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  border: 3px solid #e5e5e5;
  border-radius: 3px;
  line-height: 1;
  padding: 8px;
}

.fs-c-checkout-previewAndEdit__info:only-child {
  grid-column: 1 /3;
  -ms-grid-column-span: 3;
}

.fs-c-checkout-previewAndEdit__button {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-previewAndEdit {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    align-items: start;
    grid-column-gap: 48px;
  }
  .fs-c-checkout-previewAndEdit__button {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-align: start;
  }
}

#app .box > h2, #fs-buyerInfo-container > div > h2, #fs-addressInfo-container > div > h2, #fs-paymentList-container > div > h2, #fs-couponInfo-container > div > h2, #fs-pointInfo-container > div > h2 {
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  padding: 10px;
  background-color: #efefef;
}

#fs-buyerInfo-container > div > div, #fs-addressInfo-container > div > div, #fs-paymentList-container > div > div, #fs-couponInfo-container > div > div, #fs-pointInfo-container > div > div {
  padding: 16px;
}

.fs-c-checkout-preview__title {
  border-bottom: 1px solid #999999;
  line-height: 1;
}


.fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body form:before {
  content: "※代金引換、銀行振込、信用決済の場合は、お届け時間のみ指定できます。";
  display: block;
  font-size: 11px;
  margin: 0 0 12px 0;
  padding: 0;
}
.fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body .fs-c-checkout-paymentInfo__message > p:after {
  content: "※クレジットカードを選択した場合は、お届け日時を指定できます。";
  display: block;
  font-size: 12px;
  color: #E62C2C;
}

  #fs_Checkout .fs-c-checkout-paymentMethod {
      border: none;
  }
  li.fs-c-checkout-paymentMethod.fs-c-checkout-paymentMethod--payPay > div > span {
    border-top: 0.5px solid #dedede;
    padding-top: 10px;
  }
  #fs_Checkout .fs-c-checkout-paymentMethod.is-active + li {
    border-top: 0.5px solid #dedede;
    padding-top: 8px;
  }
  #fs_Checkout .fs-c-checkout-paymentMethod__title .fs-c-radio__label {
    align-items: unset;
    border-bottom: 0.5px solid #dedede;
    padding: 4px 0;
    height: 45px;
  }
  #fs_Checkout .fs-c-checkout-paymentMethod__title {
      padding: 8px 8px;
      background: #fff;
  }
.fs-c-checkout-paymentMethod p {
  margin: 0;
}

.fs-c-checkout-paymentMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-paymentMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-paymentMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-paymentMethod.is-active {
  border: none;
  border-radius: 7px;
  background: #f7f7f7;
  margin-bottom: 20px;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  background: #ffffff;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title span{
  color: #414141;
}

.fs-c-checkout-paymentMethod.is-disabled:not(.is-active) .fs-c-checkout-paymentMethod__title {
  color: #666666;
}

.fs-c-checkout-paymentMethod__option > * + * {
  margin-top: 8px;
}

.fs-c-checkout-paymentMethod__option__title--cardNumber, .fs-c-checkout-paymentMethod__option__title--paymentNumber {
  display: none;
}

.fs-c-checkout-paymentMethod__option__body--creditCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fs-c-checkout-pointInfo__usePoint__label {
  font-size: 1.2rem;
}

.fs-c-checkout-pointInfo__usePoint__number {
  font-size: 2.6rem;
}

.fs-c-checkout-pointInfo__usePoint__label {
  font-size: 1.2rem;
}

.fs-c-checkout-pointSetting {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-pointSettingList {
  margin: 8px 0;
}

.fs-c-checkout-pointSetting__inputUsePoint {
  display: flex;
  align-items: center;
}

.fs-c-checkout-pointSetting__inputUsePoint > input {
  margin-right: 8px;
  width: 8em;
}

.fs-c-checkout-pointSetting p {
  margin: 0;
}

.fs-c-checkout-pointSetting__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-pointSetting__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-pointSetting__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-pointSetting.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title {
  background: #666666;
  color: #ffffff;
}

.fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title span{
  color: #ffffff !important;
}

.fs-c-checkout-pointSetting.is-disabled:not(.is-active) .fs-c-checkout-pointSetting__title {
  color: #666666;
}


#about-shipping h4{
  margin: 18px 0;
}

.fs-c-bundlePreview__item {
  border: 1px solid #b2b2b2;
  padding: 8px;
}

.fs-c-bundlePreview__item + .fs-c-bundlePreview__item {
  margin-top: 8px;
}

.fs-c-bundlePreview__item__title {
  background-color: #e5e5e5;
  color: #4c4c4c;
  margin: -8px -8px 8px;
  padding: 8px;
}

.fs-c-bundlePreview__item__total {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-top: 3px double #e5e5e5;
  margin-top: -3px;
  padding: 8px;
}
ul.fs-c-checkout-couponList li {
    background-color: #fffdee;
    border: 0.5px solid #868686;
    align-items: center;
    justify-content: space-between;
}
.fs-c-checkout-couponList__couponDiscount span {
    color: unset!important;
}
  span.fs-c-checkout-couponList__couponDiscount {
    color: unset!important;
    font-weight: bold;
}
.fs-c-checkout-couponList__control {
    margin-right: 0!important;
    width: auto!important;
}
ul.fs-c-checkout-couponList li.fs-c-checkout-couponList__item div span:first-child {
    font-size: 12.5px;
    letter-spacing: 0.01rem;
    line-height: 1.7;
}
li.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__body {
    padding: 3px 8px!important;
}
@media screen and (max-width: 600px) {
.fs-c-checkout-couponList__description {
    margin: auto 0;
}
#fs-couponInfo-container .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before .fs-c-checkout-couponStatus {
    max-width: 100%;
    white-space: normal;
    padding: 4px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    position: relative;
    min-width: 16px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #666666;
    cursor: pointer;
}
.fs-c-checkout-couponStatus.is-active::before {
    border-radius: 50%;
    background: #466FB5;
    opacity: 1;
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
}
.fs-c-checkout-couponCodeInput > *:not(:last-child) {
        width: 69%;
}

#fs-addressInfo-container>div.fs-c-checkout-destination {
        padding: 0 0 20px;
}
#fs_Checkout .fs-c-radio__radio:checked + .fs-c-radio__label {
    border-bottom: none;
    padding-bottom: 0;
    height: auto;
}
     .fs-c-totalAndActions, [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    position: relative;
     }
#app .fs-c-productOption__field > div:nth-child(2) label.flex.bordered {
    flex-wrap: nowrap;
}
#fs_Checkout .fs-c-checkout-customerInfo__name ruby, #fs_Checkout .fs-c-checkout-destination__name ruby, #fs_Checkout .fs-c-checkout-customerInfo__name ruby rt, #fs_Checkout .fs-c-checkout-destination__name ruby rt, #fs_Checkout .fs-c-checkout-customerInfo li, #fs_Checkout .fs-c-checkout-destination__list li, #fs_Checkout .fs-c-checkout-customerInfo li, #fs_Checkout .fs-c-checkout-destination__list li, #fs_Checkout .fs-c-checkout-customerInfo li span.fs-c-address__addressWhole, #fs_Checkout .fs-c-checkout-customerInfo li span.fs-c-address__zipCode, #fs_Checkout .fs-c-checkout-customerInfo, #fs_Checkout .fs-c-checkout-destination__list, .fs-c-checkout-destination__list li span {
    letter-spacing: 0.01rem;
    font-size: 13px!important;
    line-height: 1.7;
}
  .fs-c-bundlePreview__item__total {
    margin: 0 -8px -8px;
  }
  #fs_Checkout .fs-l-checkout {
      width: 93%;
      margin: 0 auto;
  }

  #fs_Checkout #app .box>h2, #fs_Checkout #fs-buyerInfo-container>div>h2, #fs_Checkout #fs-addressInfo-container>div>h2, #fs_Checkout #fs-paymentList-container>div>h2, #fs_Checkout #fs-couponInfo-container>div>h2, #fs_Checkout #fs-pointInfo-container>div>h2, #fs_Checkout .fs-c-checkout-preview__title {
      background-color: #fff;
      font-weight: bold;
      text-align: left;
    font-size: 15px;
    letter-spacing: 0.01rem;
    padding: 20px 0 10px;
      width: 91%;
      margin: 0 auto;
      border-bottom: 1px solid #333;
  }
  #fs_Checkout .fs-c-button--change--small.fs-c-button--standard, a.fs-c-button--change--small.fs-c-button--standard {
      background: #333;
      border-radius: 22px;
      border: none;
      width: 100%;
      padding: 11px;
  }
  #fs_Checkout .fs-c-button--change--small.fs-c-button--standard span, a.fs-c-button--change--small.fs-c-button--standard span {
      color: #fff;
      letter-spacing: 2px;
      font-weight: bold;
      font-size: 15px;
  }
  #fs_Checkout .fs-c-checkout-buyerInfo.fs-c-checkout-preview {
      border: 1px solid #D1D1D1;
  }
  #fs_Checkout .fs-l-main {
      background: #F5F5F5;
  }
  #fs_Checkout .fs-c-checkout-destination__control {
      display: block;
  }
  #fs_Checkout .fs-c-checkout-customerInfo,
  #fs_Checkout .fs-c-checkout-destination__list {
      line-height: 27px;
      font-size: 13px;
  }
  #fs_Checkout .fs-c-checkout-customerInfo li,
  #fs_Checkout .fs-c-checkout-destination__list li {
      font-size: 15px;
  }
  #fs_Checkout .fs-c-checkout-customerInfo__name ruby,
  #fs_Checkout .fs-c-checkout-destination__name ruby {
      font-size: 18px;
  }
  #fs_Checkout .fs-c-checkout-customerInfo__name ruby rt,
  #fs_Checkout .fs-c-checkout-destination__name ruby rt {
      margin: 0 0 5px;
  }
  #fs_Checkout .fs-c-checkout-buyerInfo__body.fs-c-checkout-preview__body {
        padding: 5px 16px 16px !important;
        }
  #fs_Checkout .fs-c-button--chooseDestination.fs-c-button--standard {
      border-radius: 19px;
      margin: 10px 0 10px;
      border: 1px solid #333;
      background: #fff;
      width: 100%;
      padding: 11px;
  }
  #fs_Checkout .fs-c-button--chooseDestination.fs-c-button--standard span {
      color: #333;
      font-weight: bold;
      font-size: 15px;
      letter-spacing: 1px;
  }
  #fs_Checkout .checkout_delivery_chu {
      margin: 0 0 10px;
      display: block;
  }
  #fs_Checkout #fs-addressInfo-container>div>div {
        padding: 5px 16px 30px 16px;
  }
  #fs_Checkout #app .box {
      background: #fff;
      border-radius: 3px;
             margin-bottom: 20px;
  }
  #fs_Checkout #app .box>div {
      padding: 13px 16px 16px 16px;
  }
  #fs_Checkout #app .multiline-text {
      font-size: 11px;
      letter-spacing: 0;
      color: #333;
  }
  #fs_Checkout #communication-form {
      background: #F3F3F3;
      border: 1px solid #CECECE!important;
      min-height: 5.8em;
  }
  #fs_Checkout .fs-c-checkout-preview__title {
      width: 100%;
      padding: 10px 0 15px;
      margin: 0 0 10px;
  }
  #fs_Checkout .fs-c-listedOptionPrice__option {
            padding: 5px 0;
            }
  #fs_Checkout .fs-c-listedOptionPrice__option span {
      font-size: 12px;
  }
  #fs_Checkout .fs-c-checkout-paymentInfo__message p span {
      display: inline-block;
      color: #333!important;
  }
  #fs_Checkout .fs-c-checkout-paymentInfo__message p span a {
      display: inline!important;
  }
  #fs_Checkout .fs-c-checkout-paymentInfo__message p a {
      text-decoration: underline!important;
      color: #2d60b5 !important;
  }
  #fs_Checkout .fs-c-checkout-paymentMethod.is-active {
      border: none;
      margin-bottom: 20px;
  }

  #fs_Checkout .fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
      background: #ffffff;
  }
  #fs_Checkout .fs-c-button--useCoupon.fs-c-button--standard {
      background: #333;
      border-radius: 3px;
      border: none;
  }
  #fs_Checkout .fs-c-button--useCoupon.fs-c-button--standard span {
      color: #fff;
  }
  #fs_Checkout .fs-c-checkout-couponCodeInput__input input {
      padding: 5px;
  }
  #fs_Checkout .fs-c-checkout-couponCodeInput__title {
      margin: 0 0 5px;
      display: block;
      width: 100%;
  }
  #fs_Checkout .fs-l-checkout__mainColumn .checkout_delivery_chu font {
        margin: -45px 0 50px 0!important;
  }
  #fs_Checkout .fs-c-checkout-paymentMethod__message table {
      word-wrap: break-all;
  }
  #fs_Checkout .fs-c-checkout-paymentMethod__message table tbody {
      width: 100%;
      border-collapse: collapse;
  }
  #fs_Checkout .fs-c-checkout-paymentMethod__body {
    overflow: scroll;
  }
  #fs_Checkout .fs-c-radio__radioMark {
      border: 2px solid #B7B7B7;
      width: 22px;
      height: 22px;
  }
  #fs_Checkout .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
      border-color: #466FB5;
  }
  #fs_Checkout .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
      background: #466FB5;
      opacity: 1;
      width: 12px;
      height: 12px;
  }
  #fs_Checkout .fs-c-radio__radioLabelText {
      font-size: 14px;
      font-weight: bold;
  }
  #fs_Checkout .fs-c-checkout-paymentMethod__title .fs-c-radio__label {
      align-items: unset;
  }
  #fs_Checkout .fs-c-button--inputCreditCardData.fs-c-button--standard {
      background: #333;
      border: none;
      border-radius: 18px;
      width: 100%;
  }
  #fs_Checkout .fs-c-button--inputCreditCardData.fs-c-button--standard span {
      color: #fff;
  }
  #fs_Checkout .fs-c-buttonContainer--inputCreditCardData {
      margin-left: unset;
      width: 90%;
      margin: 0 auto;
  }
  #fs_Checkout .fs-c-inputTable__headerCell label {
      font-weight: bold;
      font-size: 15px;
  }
  #fs_Checkout .fs-c-inputTable__headerCell {
      margin: 7px 0 6px;
  }
  #fs_Checkout .fs-c-inputField__field.fs-system-assistTarget input {
      padding: 7px 3px;
  }
  #fs_Checkout .fs-c-button--setDestination.fs-c-button--standard {
      background: #333;
      border-radius: 22px;
      width: 57%;
      border: none;
      padding: 10px 0;
  }
  #fs_Checkout .fs-c-button--setDestination.fs-c-button--standard span {
      color: #fff;
  }
  #fs_Checkout .fs-c-checkout-addressee {
      border-bottom: 1px solid #a4a4a4;
      padding: 20px 0 10px;
  }

  #fs_Checkout .fs-c-button--edit.fs-c-button--standard {
      border: 1px solid #333;
      margin: 0 4% 0 0;
      border-radius: 18px;
      background: #fff;
  }
  #fs_Checkout .fs-c-button--cancel.fs-c-button--standard {
      background: #BBBBBB;
      border-radius: 3px;
      width: 38%;
      min-width: unset;
  }
  #fs_Checkout .fs-c-button--cancel.fs-c-button--standard span {
      color: #fff;
  }
  #fs_Checkout .fs-c-buttonContainer.fs-c-buttonContainer--pair {
      display: flex;
      justify-content: space-between;
      margin: 25px 0 0;
  }
  #fs_Checkout .fs-c-button--addAddressee.fs-c-button--standard {
      width: 60%;
      background: #333;
      border: 1px solid #333;
  }
  #fs_Checkout .fs-c-button--addAddressee.fs-c-button--standard span {
      color: #fff;
  }
}

.fs-c-bundlePreview--cart {
  margin-top: 36px;
}

.fs-c-bundlePreview--cart .fs-c-bundlePreview__item__title {
  background: none;
  color: #3c3c3c;
  border-bottom: 1px solid #e5e5e5;
}

.fs-c-bundlePreview .fs-c-cartTable__row:last-child {
  border-bottom: none;
}

/*クレジットカード*/

.fs-c-creditCardIcons {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}


/*ご注文手続き＞お届け先注記*/

#fs_Checkout .fs-l-checkout__mainColumn .checkout_delivery_chu {
  margin-top:0;
}
#fs_Checkout .fs-l-checkout__mainColumn .checkout_delivery_chu font {
  font-size: 12px;
  color:#E62C2C;
}
@media screen and (max-width: 680px) {
  #fs_Checkout .fs-l-checkout__mainColumn .checkout_delivery_chu font {
    margin: -20px 0 20px 0;
    display: block;
    padding: 0 10px;
  }
}

.delivery-date-time-controls.flex {
  display: block !important;
}

/*お届け方法*/

.fs-c-productOption__field.fs-c-radioGroup {
  display: block;
}

/*ご注文手続き＞お問合せinfo*/

.checkout_info_beta  {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #233e66;
}
.checkout_info_beta h3 {
  background: #233e66;
  color:#fff;
  text-align: center;
  font-size:14px;
  padding: 10px 0;
  width: 100%;
  margin:0;
  font-weight: normal;
}
.checkout_info_beta p {
  text-align:center;
  padding: 20px;
  font-size: 13px;
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
}
.checkout_info_beta ul {
  margin: 0 auto 20px auto;
  width: 70%;
  list-style: none;
  padding: 0;
}
.checkout_info_beta ul li {
  text-align: center;
  margin: 10px 0;
}
.checkout_info_beta ul li:nth-child(2) img {
  vertical-align: middle;
}
.checkout_info_beta ul li i {
  margin-left: 20px;
}
.checkout_info_beta ul li:nth-child(2) a,
.checkout_info_beta ul li:nth-child(3) a {
  border-radius: 5px;
  text-align: center;
  display: block;
  font-size: 20px;
}
.checkout_info_beta ul li:nth-child(2) a {
  padding: 5px 0;
  background: #06c755;
  color: #fff;
}
.checkout_info_beta ul li:nth-child(2) a span,
.checkout_info_beta ul li:nth-child(2) a i{
  color: #fff;
}
.checkout_info_beta ul li:nth-child(3) button,
.checkout_info_beta ul li:nth-child(3) a {
  padding: 20px 0;
  background: #e5e5e5;
  color: #333;
}
.checkout_info_beta ul li:nth-child(3) button {
  border: none;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 680px) {
  .checkout_info_beta p {
      width:100%;
  }
  .checkout_info_beta ul {
      width: 90%;
  }
}


/*右サイド*/

.fs-c-checkout-preview {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px;
  background: #ffffff;
  color: #333333;
}

.fs-c-totalAndActions,
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  position: sticky;
  top: 0;
}


/* 注文ページお届け設定モーダル内ボタン調整 */
@media screen and (max-width: 680px) {
  .fs-c-inputInformation__button button {
      min-width: unset;
      margin: 0 auto;
  }
  .fs-c-buttonContainer--pair > *:first-child {
      order: 1;
      width: 60%;
      border-radius: 3px;
  }
  .fs-c-buttonContainer--pair > *:last-child {
      width: 35%;
  }
  .fs-c-inputInformation__button {
      margin-top: 32px;
      display: flex;
      justify-content: center;
  }
  .delivery-date-time-controls-btn .bordered .flex:nth-child(1) {
    font-size: 18px !important;
}
  .delivery-date-time-controls-btn .bordered .flex {
    font-size: 13px;
}
}

/* 注文完了画面 */
.fs-c-checkoutSuccess.fs-c-subSection {
  text-align: center;
}
.fs-c-checkoutSuccess.fs-c-subSection h2,
.fs-p-announcement__title {
  letter-spacing: 1px;
}
.fs-c-checkoutSuccess.fs-c-subSection p,
.fs-p-announcement__body ul li {
  line-height: 25px;
  letter-spacing: 1px;
  margin: 10px 0;
}
.fs-c-checkoutSuccess.fs-c-subSection h2::before {
  content: "\f004";
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
  color: #ccc;
}
.fs-p-announcement {
  text-align: center;
}
.fs-p-announcement__title::before {
  content: "\f07a";
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
  color: #ccc;
}
.thanks_coupon {
  width: 500px;
  margin: 15px auto 30px;
  text-align: center;
  background: #fffff5;
  padding: 20px 10px 1px;
  border: 1px solid #dbc697;
}
.thanks_coupon h2 {
  font-weight: 600;
  letter-spacing: 2px;
  color: #b9a758;
}
.thanks_coupon h2::before {
  content: "\f3ff";
  font-family: 'Font Awesome 5 Pro';
  margin: 0 5px 0 0;
  color: #dad29f;
}
@media screen and (max-width: 680px) {
  .thanks_coupon {
      width: 95%;
  }
  .thanks_coupon h2::before {
    content: none;
  }
}