@charset "UTF-8";

/*------------------------ 【ショッピングカート】 ------------------------*/
.fs-c-noResultMessage {
    margin-bottom: 30px;
  }
  @media (min-width: 600px) {
    .fs-c-noResultMessage {
      margin-bottom: 60px;
    }
  }
  
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-l-main {
      overflow: visible;
    }
  }
  #fs_ShoppingCart .primary-heading {
    font-size: 1.6rem;
    font-weight: bold;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .primary-heading {
      font-size: 2.8rem;
    }
  }
  #fs_ShoppingCart .fs-l-cart__contentsArea {
    margin-bottom: 50px;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-l-cart__contentsArea {
      display: flex;
      margin-bottom: 100px;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-l-cart__contentsArea__inner--left {
      padding-right: 50px;
    }
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-l-cart__contentsArea__inner--right {
      width: 300px;
      flex-shrink: 0;
    }
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-totalAndActions {
      border: 1px solid #ccc;
      padding: 30px;
      position: sticky;
      top: 140px;
      max-width: 300px;
      width: 30%;
    }
  }
  #fs_ShoppingCart #fs-cartContent-container {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 0;
    }
    @media (min-width: 600px) {
        #fs_ShoppingCart #fs-cartContent-container {
            width: 67%;
        }
    }
  #fs_ShoppingCart .fs-c-cartTable thead {
    display: none;
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell {
    border: none;
  }
  #fs_ShoppingCart .fs-c-cartTable__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: initial;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartTable__row {
      justify-content: flex-end;
      margin-bottom: 30px;
      padding-bottom: 30px;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--product {
    width: 100%;
    padding: 0;
  }
  @media (max-width: 599px) {
    #fs_ShoppingCart .fs-c-cartTable__dataCell--product {
      margin-bottom: 10px;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__unitPrice .fs-c-price {
    color: #000000;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartTable__unitPrice .fs-c-price {
      font-size: 1.8rem;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity {
    width: auto;
    display: flex;
    align-items: center;
  }
  @media (max-width: 599px) {
    #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity {
      margin-left: 70px;
      padding: 0;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity::before {
    content: attr(data-cell-label);
    font-size: 1.2rem;
    font-weight: normal;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity::before {
      font-size: 1.4rem;
      margin-right: 8px;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal {
    display: flex;
    align-items: center;
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal::before {
    content: attr(data-cell-label);
    font-size: 1.2rem;
    font-weight: normal;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal::before {
      font-size: 1.4rem;
      margin-right: 8px;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal .fs-c-price {
    color: #000000;
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--point {
    display: none;
  }
  #fs_ShoppingCart .fs-c-cartTable__productImage {
    width: 70px;
    flex-shrink: 0;
    padding-right: 10px;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartTable__productImage {
      width: 100px;
    }
  }
  @media all and (-ms-high-contrast: none) {
    #fs_ShoppingCart .fs-c-cartTable__productInfo {
      overflow: hidden;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__unitPrice {
    margin-top: 10px;
  }
  @media (max-width: 599px) {
    #fs_ShoppingCart .fs-c-listedProductName {
      width: calc(100vw - 90px);
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__productName__name {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
  }
  @media (max-width: 599px) {
    #fs_ShoppingCart .fs-c-cartTable__productName__name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartTable__productName__name {
      font-size: 1.3rem;
    }
  }
  #fs_ShoppingCart .fs-c-listedProductName__variation {
    font-size: 1rem;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-listedProductName__variation {
      font-size: 1.2rem;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity .fs-c-quantity__select {
    text-align: center;
    border: 1px solid #ccc;
  }
  #fs_ShoppingCart .fs-c-cartTable__actionButton {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #fs_ShoppingCart .fs-c-cartTable__actionButton .fs-c-button--plain {
    font-size: 1.2rem;
    padding: 0em;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartTable__actionButton .fs-c-button--plain {
      font-size: 1.4rem;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__actionButton .fs-c-button--cancel--cart {
    /*削除ボタン*/
    margin: 0;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartTable__actionButton .fs-c-button--cancel--cart {
      margin-right: 0px;
    }
  }
  #fs_ShoppingCart .fs-c-cartTable__actionButton .fs-c-button--cancel--cart .fs-c-button__label::before {
    content: "×";
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal {
    display: none;
  }
  #fs_ShoppingCart .fs-c-cartPayment {
    width: 80%;
    margin: 0 auto;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-cartPayment {
      width: 100%;
    }
  }
  #fs_ShoppingCart .fs-c-payWithAmazon.fs-c-cartPayment {
    display: flex;
    flex-direction: column-reverse;
  }
  #fs_ShoppingCart .fs-c-purchaseHere {
    margin-bottom: 15px;
  }
  #fs_ShoppingCart .fs-c-purchaseHere__message {
    text-align: center;
    margin-bottom: 10px;
  }
  #fs_ShoppingCart .fs-c-button--purchaseHere {
    font-weight: bold;
    width: 100%;
    border-radius: 0;
  }
  #fs_ShoppingCart .fs-c-button--loginAndPurchase {
    font-weight: bold;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
  }
  #fs_ShoppingCart .fs-c-button--unregisteredUserPurchase {
    font-weight: bold;
    width: 100%;
    border-radius: 0;
  }
  #fs_ShoppingCart .fs-c-payWithAmazon__message {
    font-size: 1rem;
    margin-top: 10px;
  }
  #fs_ShoppingCart .about-amznpay {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 20px;
  }
  #fs_ShoppingCart .about-amznpay a {
    text-decoration: underline;
  }
  #fs_ShoppingCart .about-wrapping {
    text-align: center;
  }
  #fs_ShoppingCart .about-wrapping a {
    display: inline-block;
    min-width: 200px;
    border: 1px solid #000000;
    text-align: center;
    padding: 10px 0;
    color: #000000;
    margin: 0 auto 50px;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .about-wrapping a {
      min-width: 250px;
      margin-bottom: 100px;
      padding: 15px 0;
    }
  }
  #fs_ShoppingCart .about-wrapping a:hover {
    background: #eee;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable {
    width: 80%;
    margin: 0 auto;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .fs-c-orderTotalTable {
      width: 100%;
    }
  }
  #fs_ShoppingCart .fs-c-orderTotalTable tbody tr th {
    text-align: left;
    border: none;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable tbody tr td {
    border: none;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable .fs-c-string--label {
    font-weight: normal;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable .fs-c-orderTotalTable__itemPriceSummary .fs-c-string--label {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal .fs-c-string--label {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable .fs-c-price {
    color: #000000;
    font-size: 1.8rem;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable .fs-c-orderTotalTable__getPoint td {
    color: #9d2a2f;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable .fs-c-orderTotalTable__getPoint td::after {
    content: "pt";
  }
  #fs_ShoppingCart .fs-c-orderTotalTable .fs-c-orderTotalTable__earnPoints td {
    color: #9d2a2f;
  }
  #fs_ShoppingCart .fs-c-orderTotalTable .fs-c-orderTotalTable__earnPoints td::after {
    content: "pt";
  }
  #fs_ShoppingCart #AmazonPayButton {
    width: 100% !important;
    margin: 0 auto;
  }
  #fs_ShoppingCart .cart-banner {
    /*総合計下バナー*/
    width: 80%;
    margin: 30px auto 0;
  }
  @media (min-width: 600px) {
    #fs_ShoppingCart .cart-banner {
      width: 100%;
    }
  }
  
  .fs-c-cartTable .fs-c-cartTable__headerCell {
    background: #f7f7f7;
  }
  .fs-c-cartTable .fs-c-cartTable__headerCell--subtotal {
    width: 100px;
  }
  .fs-c-cartTable .fs-c-cartTable__headerCell--point {
    width: 100px;
  }
  .fs-c-cartTable .fs-c-cartTable__headerCell--action {
    width: 120px;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--product {
    padding: 10px;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product {
    align-items: flex-start;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productImage {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  @media (max-width: 599px) {
    .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productImage {
      width: 60px;
    }
  }
  @media all and (-ms-high-contrast: none) {
    .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo {
      overflow: hidden;
    }
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-cartTable__productName__name {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-listedProductName__variation {
    font-size: 1rem;
  }
  @media (min-width: 600px) {
    .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-listedProductName__variation {
      font-size: 1.2rem;
    }
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice .fs-c-price {
    color: #000000;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-quantity__select {
    border: 1px solid #ccc;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal .fs-c-price {
    color: #000000;
    font-weight: normal;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-button--cancel--cart {
    /*削除ボタン*/
    font-size: 1rem;
    border-radius: 3px;
    margin-bottom: 5px;
    text-decoration: underline;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-button--cancel--cart .fs-c-button__label::before {
    content: "×";
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-button--cancel--cart:hover {
    text-decoration: none;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-button--buyItLater {
    /*あとで買うボタン*/
    font-size: 1rem;
    border-radius: 3px;
    text-decoration: underline;
    position: relative;
  }
  .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-button--buyItLater:hover {
    text-decoration: none;
  }
  
  /*送料無料です*/
  .fs-c-cartDiscountInfo {
    text-align: center;
    background: #eee;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  @media (min-width: 600px) {
    .fs-c-cartDiscountInfo {
      margin-bottom: 50px;
    }
  }
  .fs-c-cartDiscountInfo__info {
    /*fs-c-cartDiscountInfo__info*/
    font-size: 1.6rem;
    font-weight: bold;
  }
  @media (min-width: 600px) {
    .fs-c-cartDiscountInfo__info {
      font-size: 1.8rem;
    }
  }
  .fs-c-cartDiscountInfo__info::before {
    content: "※";
  }
  .fs-c-cartDiscountInfo__note {
    font-size: 1.2rem;
  }
  
  /*合計金額*/
  #fs-cartTotals-container {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
    border: none;
  }
  
  /*お支払方法*/
  #fs-checkout-container .fs-c-buttonContainer {
    text-align: center;
  }
  #fs-checkout-container #fs-checkout-payHere-container .fs-c-purchaseHere__message {
    text-align: center;
    margin-bottom: 20px;
  }
  #fs-checkout-container #fs-checkout-payHere-container .fs-c-button--primary {
    /*このサイトでお支払い*/
    border-radius: 3px;
    text-align: center;
    padding: 10px 20px;
  }
  #fs-checkout-container #fs-checkout-payHere-container .fs-c-button--secondary {
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
    padding: 10px 20px;
  }
  #fs-checkout-container #fs-checkout-amazon-container .fs-c-payWithAmazon__message {
    margin-bottom: 20px;
  }
  
  /*Amazonボタン*/
  #AmazonPayButton img {
    max-width: 174px;
  }
  
  /*買い物を続けるボタン*/
  .fs-c-continueShopping {
    text-align: center;
  }
  .fs-c-continueShopping .fs-c-button--continueShopping {
    /* font-weight: bold; */
    display: inline-block;
    min-width: 200px;
    /* border: 2px solid #000000; */
    text-align: center;
    padding: 10px 0;
    /* color: #000000; */
    margin: 0 auto 20px;
  }
  @media (min-width: 600px) {
    .fs-c-continueShopping .fs-c-button--continueShopping {
      min-width: 250px;
      margin-bottom: 30px;
      padding: 15px 0;
    }
  }
  .fs-c-continueShopping .fs-c-button--continueShopping:hover {
    background: #eee;
  }
  






  /*------------------------ 【ご注文手続き】 ------------------------*/
@media (min-width: 600px) {
    #fs_Checkout .fs-l-main {
      overflow: visible;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
    }
  }
  
  .fs-body-checkout {
    /*0ポイントの場合のみ表示*/
  }
  .fs-body-checkout .fs-l-header__inner {
    position: static;
  }
  .fs-body-checkout #point0 {
    display: none;
  }
  .fs-body-checkout #point0.point--0 {
    display: block;
  }
  
  @media (min-width: 600px) {
    .fs-l-checkout__contentsArea {
      display: flex;
    }
  }
  
  @media (min-width: 600px) {
    .fs-l-checkout__contentsArea__inner--left {
      padding-right: 50px;
    }
  }
  
  @media (min-width: 600px) {
    .fs-l-checkout__contentsArea__inner--right {
      width: 300px;
      flex-shrink: 0;
    }
  }
  @media (min-width: 600px) {
    .fs-l-checkout__contentsArea__inner--right .fs-l-checkout__sideColumn {
      position: sticky;
      top: 20px;
    }
  }
  @media (min-width: 600px) {
    .fs-l-checkout__contentsArea__inner--right .fs-c-totalAndActions {
      border: 1px solid #ccc;
      padding: 30px;
      position: sticky;
      top: 20px;
    }
  }
  
  .fs-c-checkout-preview__title {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-preview__title {
      font-size: 2rem;
      margin-bottom: 30px;
      padding-bottom: 10px;
    }
  }
  
  .fs-c-checkout-preview__note {
    background: #eee;
    padding: 10px;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-preview__note {
      font-size: 1.2rem;
    }
  }
  @media (min-width: 600px) {
    .fs-c-checkout-preview__note {
      padding: 30px;
    }
  }
  .fs-c-checkout-preview__note-txt {
    margin-bottom: 15px;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-preview__note-txt {
      font-size: 1.2rem;
    }
  }
  .fs-c-checkout-preview__note-txt a {
    text-decoration: underline;
  }
  .fs-c-checkout-preview__note-attention li {
    text-indent: 18px;
    background-image: url(https://seadress.itembox.design/item/assets/images/icon/icon_exclamation.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 0 top 3px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-preview__note-attention li {
      text-indent: 20px;
      background-size: 15px;
      background-position: left 0 top 5px;
    }
  }
  .fs-c-checkout-preview__note-attention li:not(:last-child) {
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-preview__note-attention li:not(:last-child) {
      margin-bottom: 15px;
    }
  }
  .fs-c-checkout-preview__note-attention dt {
    font-weight: bold;
    text-indent: 18px;
    background-image: url(https://seadress.itembox.design/item/assets/images/icon/icon_exclamation.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 0 top 3px;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-preview__note-attention dt {
      margin-bottom: 3px;
    }
  }
  @media (min-width: 600px) {
    .fs-c-checkout-preview__note-attention dt {
      text-indent: 20px;
      background-size: 15px;
      background-position: left 0 top 5px;
    }
  }
  .fs-c-checkout-preview__note-attention dd:not(:last-child) {
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-preview__note-attention dd:not(:last-child) {
      margin-bottom: 15px;
    }
  }
  
  /*注意書き*/
  .fs-body-checkout-attention {
    background: #eee;
    margin-bottom: 50px;
    padding: 20px;
  }
  @media (min-width: 600px) {
    .fs-body-checkout-attention {
      margin-bottom: 100px;
      padding: 30px;
    }
  }
  .fs-body-checkout-attention__ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .fs-body-checkout-attention__ttl {
      font-size: 1.8rem;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 599px) {
    .fs-body-checkout-attention__list {
      font-size: 1.2rem;
    }
  }
  
  /*合計金額*/
  .s-c-checkout-preview .fs-c-orderTotalTable {
    margin-bottom: 20px;
  }
  
  .fs-l-checkout__sideColumn .fs-c-checkout-preview__title {
    display: none;
  }
  
  @media (max-width: 599px) {
    .fs-l-checkout__sideColumn .fs-c-confirmOrder {
      border-top: 1px solid #ccc;
      margin-top: 30px;
      padding-top: 30px;
    }
  }
  
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable {
    width: 80%;
    margin: 0 auto 20px;
  }
  @media (min-width: 600px) {
    .fs-l-checkout__sideColumn .fs-c-orderTotalTable {
      width: 100%;
      margin-bottom: 40px;
    }
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable .fs-c-string--label {
    font-weight: normal;
    white-space: nowrap;
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__subtotal td::before {
    content: "¥";
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__usePoint__pointQuantity {
    white-space: nowrap;
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal .fs-c-string--label {
    font-style: 1.6rem;
    font-weight: bold;
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal .fs-c-price {
    color: #000000;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__earnPoints td {
    color: #9d2a2f;
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__earnPoints td::after {
    content: "pt";
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable th {
    text-align-last: left;
    width: auto;
    border: none;
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable td {
    width: auto;
    border: none;
  }
  .fs-l-checkout__sideColumn .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal {
    border-top: 1px solid #ccc;
  }
  
  /*注文確定ボタン*/
  @media (max-width: 599px) {
    .fs-l-checkout__sideColumn .fs-c-buttonContainer--confirmOrder {
      width: 80%;
      margin: 0 auto;
    }
  }
  .fs-l-checkout__sideColumn .fs-c-button--confirmOrder {
    font-weight: bold;
    border-radius: 0;
    width: 100%;
  }
  
  /*お客様の情報*/
  .fs-c-checkout-customerInfo {
    display: flex;
    flex-direction: column;
  }
  .fs-c-checkout-customerInfo li {
    display: grid;
    align-items: center;
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-customerInfo li {
      grid-template-columns: 130px 1fr;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 599px) {
    .fs-c-checkout-customerInfo li::before {
      font-size: 1rem;
      margin-bottom: 3px;
    }
  }
  
  .fs-c-checkout-customerInfo__name {
    font-size: 1.6rem;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-customerInfo__name {
      font-size: 1.8rem;
    }
  }
  .fs-c-checkout-customerInfo__name::before {
    content: "[お名前]";
  }
  @media (min-width: 600px) {
    .fs-c-checkout-customerInfo__name::before {
      content: "お名前";
      font-size: 1.4rem;
    }
  }
  
  .fs-c-checkout-customerInfo__email {
    order: 4;
  }
  .fs-c-checkout-customerInfo__email::before {
    content: "[メールアドレス]";
  }
  @media (min-width: 600px) {
    .fs-c-checkout-customerInfo__email::before {
      content: "メールアドレス";
    }
  }
  
  @media (min-width: 600px) {
    .fs-c-checkout-customerInfo__address {
      grid-template-columns: 130px 1fr;
      grid-template-rows: 1fr 1fr;
    }
  }
  .fs-c-checkout-customerInfo__address::before {
    content: "[ご住所]";
  }
  @media (min-width: 600px) {
    .fs-c-checkout-customerInfo__address::before {
      content: "ご住所";
      grid-column: 1;
      grid-row: 1/3;
    }
  }
  
  .fs-c-checkout-customerInfo__tel::before {
    content: "[電話番号]";
  }
  @media (min-width: 600px) {
    .fs-c-checkout-customerInfo__tel::before {
      content: "電話番号";
    }
  }
  
  .fs-c-birthdayOnceMessage {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  
  /*お届け先*/
  .fs-c-checkout-destination__list li {
    display: grid;
    align-items: center;
    margin-bottom: 15px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-destination__list li {
      grid-template-columns: 130px 1fr;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 599px) {
    .fs-c-checkout-destination__list li::before {
      font-size: 1rem;
      margin-bottom: 3px;
    }
  }
  
  .fs-c-checkout-destination__name {
    font-size: 1.6rem;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-destination__name {
      grid-template-columns: auto 1fr;
      grid-template-rows: auto 1fr;
    }
  }
  @media (min-width: 600px) {
    .fs-c-checkout-destination__name {
      font-size: 1.8rem;
      grid-template-columns: 130px auto 1fr !important;
    }
  }
  .fs-c-checkout-destination__name::before {
    content: "[お名前]";
  }
  @media (max-width: 599px) {
    .fs-c-checkout-destination__name::before {
      grid-column: 1/3;
      grid-row: 1;
    }
  }
  @media (min-width: 600px) {
    .fs-c-checkout-destination__name::before {
      content: "お名前";
      font-size: 1.4rem;
    }
  }
  /* @media (max-width: 599px) {
    .fs-c-checkout-destination__name ruby {
      grid-column: 1;
      grid-row: 2;
    }
  } */
  .fs-c-checkout-destination__name .fs-c-checkout-destination__name__home {
    align-self: flex-end;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-destination__name .fs-c-checkout-destination__name__home {
      grid-column: 2;
      grid-row: 2;
    }
  }
  
  @media (min-width: 600px) {
    .fs-c-checkout-destination__address {
      grid-template-columns: 130px 1fr;
      grid-template-rows: 1fr 1fr;
    }
  }
  .fs-c-checkout-destination__address::before {
    content: "[ご住所]";
  }
  @media (min-width: 600px) {
    .fs-c-checkout-destination__address::before {
      content: "ご住所";
      grid-column: 1;
      grid-row: 1/3;
    }
  }
  
  .fs-c-checkout-destination__tel::before {
    content: "[電話番号]";
  }
  @media (min-width: 600px) {
    .fs-c-checkout-destination__tel::before {
      content: "電話番号";
    }
  }
  
  .fs-c-checkout-checkoutMethodList > li:not(:last-child) {
    margin-bottom: 30px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-checkoutMethodList > li:not(:last-child) {
      margin-bottom: 50px;
    }
  }
  
  .fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
    font-weight: bold;
  }
  .fs-c-checkout-checkoutMethod .fs-c-checkout-checkoutMethod__body {
    padding: 0;
  }
  .fs-c-checkout-checkoutMethod .fs-c-checkout-customerInfo {
    /* border: 1px solid #ccc; */
    padding: 20px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-checkoutMethod .fs-c-checkout-customerInfo {
      padding: 20px 30px;
    }
  }
  .fs-c-checkout-checkoutMethod .fs-c-checkout-customerInfo li {
    margin-bottom: 0;
  }
  .fs-c-checkout-checkoutMethod .fs-c-checkout-customerInfo li:not(:last-child) {
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-checkoutMethod .fs-c-checkout-customerInfo li:not(:last-child) {
      margin-bottom: 15px;
    }
  }
  
  .fs-c-checkout-destination__message--amazon {
    margin-bottom: 20px;
  }
  
  /*変更ボタン*/
  .fs-c-checkout-preview {
    position: relative;
    margin-bottom: 50px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-preview {
      margin-bottom: 100px;
    }
  }

  
  .fs-c-button--change--small {
    /* color: #006db8;
    font-weight: bold;
    padding: 0 15px;
    border: 2px solid #006db8; */
    padding: 0.3em 1.6em 0.3em;
}
@media (min-width: 600px) {
    .fs-c-button--change--small {
        /* padding: 2px 20px; */
        padding: 0.5em 1.6em 0.5em;
    }
  }
  .fs-c-button--change--small:hover {
    /* background: #e6edf2; */
  }
  
  .fs-c-buttonContainer--changeSmall {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  /*変更モーダルウィンドウ*/
  .fs-c-inputTable.fs-c-inputTable--inModal tr {
    margin-top: 0;
    padding: 0;
  }
  @media (min-width: 600px) {
    .fs-c-inputTable.fs-c-inputTable--inModal tr {
      flex-direction: row;
    }
  }
  .fs-c-inputTable.fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
    margin-bottom: 15px;
  }
  @media (min-width: 600px) {
    .fs-c-inputTable.fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
      margin-bottom: 20px;
    }
  }
  .fs-c-inputTable__dataCell .fs-c-inputField .fs-c-inputField__field .fs-c-dropdown {
    width: calc(50% - 17px);
    max-width: 210px;
  }
  
  /*お届け先リストから選ぶ*/
  .fs-c-checkout-destination__control {
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .fs-c-checkout-destination__control .fs-c-buttonContainer--changeSmall {
    position: static;
  }
  .fs-c-checkout-destination__control .fs-c-checkout-destination__button {
    margin-top: 0;
  }
  
  .fs-c-button--chooseDestination {
    border: 1px solid #ccc;
    margin-right: 5px;
    padding: 0.3em 1em 0.3em;
}
@media (max-width: 599px) {
    .fs-c-button--chooseDestination {
        font-size: 1.4rem;
    }
}
@media (min-width: 600px) {
    .fs-c-button--chooseDestination {
        margin-right: 10px;
        /* padding: 3px 20px; */
        padding: 0.5em 1.6em 0.5em;
    }
  }
  
  .fs-c-modal--addressList .fs-c-checkout-addresseeList li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .fs-c-modal--addressList .fs-c-checkout-addresseeList li .fs-c-checkout-addressee__data {
    margin-bottom: 10px;
  }
  .fs-c-modal--addressList .fs-c-checkout-addresseeList li .fs-c-checkout-addressee__data .fs-c-checkout-addressee__data__name {
    font-size: 1.4rem;
    font-weight: bold;
  }
  @media (min-width: 600px) {
    .fs-c-modal--addressList .fs-c-checkout-addresseeList li .fs-c-checkout-addressee__data .fs-c-checkout-addressee__data__name {
      font-size: 1.6rem;
    }
  }
  .fs-c-modal--addressList .fs-c-checkout-addresseeList li .fs-c-checkout-addressee__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fs-c-modal--addressList .fs-c-button--standard {
    margin-bottom: 20px;
  }
  .fs-c-modal--addressList button.fs-c-button--setDestination {
    width: 80px;
    background: #000000;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 3px 0;
  }
  .fs-c-modal--addressList button.fs-c-button--edit {
    /* color: #006db8; */
    /* font-weight: bold; */
    width: 80px;
    /* background: #fff; */
    /* border: 2px solid #006db8; */
    padding: 2px 0;
    /* border-radius: 0; */
    margin-right: 5px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--addressList button.fs-c-button--edit {
        margin-right: 0px;
      }
  }
  .fs-c-modal--addressList button.fs-c-button--edit:hover {
    background: #e6edf2;
  }
  .fs-c-modal--addressList button.fs-c-button--addAddressee {
    /* border: none; */
    /* border-bottom: 1px solid #000000; */
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    margin: 20px auto 10px;
    /* padding: 0; */
  }
  @media (min-width: 600px) {
    .fs-c-modal--addressList button.fs-c-button--addAddressee {
      margin: 0 auto;
    }
  }
  .fs-c-modal--addressList button.fs-c-button--addAddressee:hover {
    background: transparent;
  }
  .fs-c-modal--addressList button.fs-c-button--addAddressee::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("https://seadress.itembox.design/item/assets/images/icon/ic_plus.svg") no-repeat center;
    background-size: contain;
    margin-right: 3px;
  }
  .fs-c-modal--addressList button.fs-c-button--addAddressee span {
    flex-shrink: 0;
  }
  .fs-c-modal--addressList .fs-c-buttonContainer--pair {
    flex-direction: column;
  }
  .fs-c-modal--addressList .fs-c-buttonContainer--pair .fs-c-button--cancel {
    margin: 0 auto;
  }
  
  @media (max-width: 599px) {
    .fs-c-modal--addressList .fs-c-checkout-addresseeList li {
      margin-bottom: 10px;
    }
    .fs-c-modal--addressList .fs-c-button--standard {
      margin-bottom: 10px;
    }
  }
  /*お支払い方法*/
  .fs-c-checkout-paymentInfo__message {
    margin-bottom: 15px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-paymentInfo__message {
      margin-bottom: 20px;
    }
  }
  
  .fs-c-checkout-paymentMethodList li.is-active {
    border: 1px solid #ccc;
    margin: 10px 0;
  }
  .fs-c-checkout-paymentMethodList li.is-active .fs-c-checkout-paymentMethod__title {
    font-weight: bold;
    background: #eee;
    padding: 8px 10px;
  }
  .fs-c-checkout-paymentMethodList li.is-active table {
    border-collapse: collapse;
    border: 1px solid #ccc;
  }
  .fs-c-checkout-paymentMethodList li.is-active table th {
    background: #eee;
  }
  .fs-c-checkout-paymentMethodList li.is-active table th,
  .fs-c-checkout-paymentMethodList li.is-active table td {
    border: 1px solid #ccc;
    padding: 5px;
  }
  
  .fs-c-checkout-paymentMethod__body {
    padding: 12px 20px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-paymentMethod__body {
      padding: 22px 30px;
    }
  }
  
  .fs-c-checkout-paymentMethod__message__inner {
    margin-bottom: 25px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-paymentMethod__message__inner {
      margin-bottom: 40px;
    }
  }
  .fs-c-checkout-paymentMethod__message__ttl {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .fs-c-checkout-paymentMethod__message__txt--em {
    font-size: 1.5rem;
    font-weight: bold;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-paymentMethod__message__txt--em {
      font-size: 1.6rem;
    }
  }
  .fs-c-checkout-paymentMethod__message__txt {
    margin-top: 5px;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-paymentMethod__message__txt {
      font-size: 1.2rem;
    }
  }
  
  .fs-c-creditCardIcons {
    display: flex;
  }
  .fs-c-creditCardIcons li {
    max-width: 41.6px;
    margin-right: 5px;
  }
  
  .fs-c-checkout-paymentMethod__creditCardRegistration {
    flex-direction: column;
    align-items: center;
  }
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-creditCardIcons {
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-creditCardIcons {
      margin-bottom: 20px;
    }
  }
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-button--inputCreditCardData {
    color: #fff;
    border: none;
    background: #000000;
  }
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-button--inputCreditCardData:hover {
    background: #1e4b77;
  }
  
  .fs-c-checkout-paymentMethod__setting h3 {
    font-weight: bold;
  }
  .fs-c-checkout-paymentMethod__setting .fs-c-checkout-paymentMethod__option__body--creditCard {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-paymentMethod__setting .fs-c-checkout-paymentMethod__option__body--creditCard {
      padding: 10px;
    }
  }
  .fs-c-checkout-paymentMethod__setting .fs-c-checkAndNotice {
    background: #fdf4ef;
    padding: 10px;
    margin-top: 10px;
  }
  
  .fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons {
    margin-bottom: 15px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons {
      margin-bottom: 30px;
    }
  }
  
  /*カード情報*/
  .fs-c-inputField__explanation {
    font-size: 1.2rem;
  }
  @media (min-width: 600px) {
    .fs-c-inputField__explanation {
      max-width: 350px;
    }
  }
  
  #fs_input_securityCode {
    width: auto;
  }
  
  /*クーポン*/
  .fs-c-checkout-couponInfo__body {
    display: flex;
    flex-direction: column;
  }
  
  .fs-c-checkout-couponInfo__message {
    order: 3;
  }
  
  .fs-c-button--useCoupon {
    color: #fff;
    border: none;
    background: #000000;
    padding: 14px 10px;
  }
  @media (min-width: 600px) {
    .fs-c-button--useCoupon {
      padding: 13px 10px;
    }
  }
  /* .fs-c-button--useCoupon:hover {
    background: #1e4b77;
  } */
  
  .fs-c-checkout-couponCodeInput {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .fs-c-checkout-couponCodeInput__title {
    font-weight: bold;
    width: 100%;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-couponCodeInput__title {
      font-size: 1.6rem;
      margin-bottom: 5px;
    }
  }
  .fs-c-checkout-couponCodeInput__input input {
    font-size: 1.6rem;
    padding: 8px 10px;
  }
  
  .fs-c-checkout-couponList {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .fs-c-checkout-couponList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fdf4ef;
    padding: 10px;
  }
  .fs-c-checkout-couponList__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .fs-c-checkout-couponList__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  /*ポイント*/
  .fs-c-checkout-confirmationList {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
  
  .fs-c-checkout-pointSettingList {
    display: inline-block;
    margin: 0 50% 30px;
    transform: translateX(-50%);
  }
  @media (min-width: 600px) {
    .fs-c-checkout-pointSettingList {
      margin-bottom: 40px;
    }
  }
  
  .fs-c-checkout-pointSetting__inputUsePoint {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 5px auto;
    grid-template-columns: 100px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-c-checkout-pointSetting__inputUsePoint > *:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-c-checkout-pointSetting__inputUsePoint > *:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 2;
  }
  
  .fs-c-checkout-pointInfo__comment {
    margin-bottom: 15px;
  }
  .fs-c-checkout-pointInfo__comment span {
    font-weight: bold;
  }
  
  .fs-c-checkout-pointInfo .fs-c-checkout-preview__inputConfirmation {
    border: 1px solid #ccc;
    padding: 15px 20px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-pointInfo .fs-c-checkout-preview__inputConfirmation {
      padding: 25px 30px;
    }
  }
  
  .fs-c-checkout-confirmationList .fs-c-checkout-confirmationList__label::after {
    height: auto;
  }
  .fs-c-checkout-confirmationList .fs-c-checkout-pointInfo__usePoint__number {
    font-weight: bold;
  }
  .fs-c-checkout-confirmationList .fs-c-checkout-pointInfo__usePoint__label {
    font-size: 1.4rem;
  }
  
  .fs-c-modal--medium.fs-c-modal--checkout-point .fs-c-checkout-usePoint__lead {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 20px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium.fs-c-modal--checkout-point .fs-c-checkout-usePoint__lead {
      font-size: 1.8rem;
      margin-bottom: 30px;
    }
  }
  .fs-c-modal--medium.fs-c-modal--checkout-point .fs-c-checkout-pointSetting__title {
    padding: 0;
  }
  .fs-c-modal--medium.fs-c-modal--checkout-point .fs-c-checkout-pointSetting:not(:last-child) {
    margin-bottom: 8px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium.fs-c-modal--checkout-point .fs-c-checkout-pointSetting:not(:last-child) {
      margin-bottom: 10px;
    }
  }
  .fs-c-modal--medium.fs-c-modal--checkout-point .fs-c-checkout-pointSetting.is-active {
    font-weight: bold;
  }
  
  /*配送方法*/
  .fs-c-checkout-delivery__method {
    display: flex;
    flex-direction: column;
  }
  .fs-c-checkout-delivery__method__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .fs-c-checkout-delivery__method__deliveryDateTime {
    border: 1px solid #ccc;
    padding: 15px 20px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-delivery__method__deliveryDateTime {
      padding: 25px 30px;
    }
  }
  .fs-c-checkout-delivery__method__message {
    order: 3;
  }
  .fs-c-checkout-delivery__method__message a {
    text-decoration: underline;
  }
  .fs-c-checkout-delivery__method .fs-c-pairList {
    grid-row-gap: 5px;
    margin-bottom: 20px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-delivery__method .fs-c-pairList {
      margin-bottom: 30px;
    }
  }
  .fs-c-checkout-delivery__method .fs-c-pairList dd {
    font-weight: bold;
  }
  
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod.is-disabled {
    background: #eee;
    padding: 10px;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod.is-disabled .fs-c-radio__radioMark {
    border: 2px solid #999;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod.is-disabled .fs-c-radio__radioLabelText {
    font-size: 1.4rem;
    color: #999;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod.is-active {
    border: 1px solid #ccc;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
    background: #eee;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__body {
    padding: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__body {
      padding: 30px;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__body {
    padding: 0;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__title span {
    font-weight: bold;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod__title span {
      font-size: 1.6rem;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__disabledMessage {
    background: #eee;
    padding: 10px;
  }
  @media (max-width: 599px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod__disabledMessage {
      font-size: 1.2rem;
    }
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod__disabledMessage {
      padding: 10px 20px;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__disabledMessage a {
    text-decoration: underline;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethodList {
    margin-bottom: 40px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethodList {
      margin-bottom: 50px;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethodList li:not(:last-child) {
    margin-bottom: 30px;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__message {
    background: #eee;
    margin: 0;
    padding: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod__message {
      padding: 20px;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__message .fs-c-checkout-preview__note {
    margin: 0;
    padding: 0;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__message a {
    text-decoration: underline;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__option {
    margin-top: 20px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod__option {
      margin-top: 30px;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__title {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__title {
      font-size: 1.6rem;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__message {
    margin-bottom: 10px;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__message {
      margin-bottom: 20px;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__deliveryDate {
    font-weight: bold;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__deliveryDate + dd {
    margin-bottom: 10px;
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__deliveryTime {
    font-weight: bold;
  }
  @media (min-width: 600px) {
    .fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__setting .fs-c-dropdown {
      width: 25em;
    }
  }
  .fs-c-modal--medium .fs-c-checkout-deliveryMethod__option__setting__message {
    font-size: 1.2rem;
  }
  
  /*通信欄*/
  .fs-c-checkout-communicationInfo__info {
    border: 1px solid #ccc;
    background: #eee;
    margin: 10px 0;
    padding: 10px;
  }
  
  .fs-c-modal--checkout-communication .fs-c-inputTable.fs-c-inputTable--inModal {
    width: 100%;
    margin: 0 auto 20px;
  }
  
  /*返品特約について*/
  .fs-c-returnedSpecialContract__link {
    text-align: right;
    margin: 0 0 50px;
    display: none;
  }
  @media (min-width: 600px) {
    .fs-c-returnedSpecialContract__link {
      margin-bottom: 0;
    }
  }
  .fs-c-returnedSpecialContract__link a {
    text-decoration: underline;
  }
  @media (max-width: 599px) {
    .fs-c-returnedSpecialContract__link a {
      font-size: 1.2rem;
    }
  }
  .fs-c-returnedSpecialContract__link a:hover {
    text-decoration: none;
  }
  
  .fs-c-modal--checkout-communication .fs-c-inputInformation__message {
    text-align: left;
    background: transparent;
  }
  
  /*注文内容*/
  .fs-c-checkout-orderInfo.fs-c-checkout-preview {
    margin-bottom: 0;
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__headerCell {
    display: none;
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: none;
    padding: 0;
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-orderInfo .fs-c-cartTable__row {
      margin-bottom: 30px;
      padding-bottom: 30px;
    }
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable thead .fs-c-cartTable__row {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-orderInfo .fs-c-listedProductName {
      width: calc(100vw - 90px);
    }
  }
  .fs-c-checkout-orderInfo .fs-c-listedProductName__name {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-orderInfo .fs-c-listedProductName__name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  @media (min-width: 600px) {
    .fs-c-checkout-orderInfo .fs-c-listedProductName__name {
      font-size: 1.3rem;
    }
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--product {
    justify-content: flex-start;
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__main {
    margin-top: 5px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-orderInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__main {
      font-size: 1.6rem;
      margin-top: 10px;
    }
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--quantity {
    width: 100%;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--quantity {
      font-size: 1.2rem;
    }
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--quantity::before {
    content: "数量";
    font-size: 1.2rem;
    font-weight: normal;
    margin-right: 5px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--quantity::before {
      font-size: 1.4rem;
    }
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--subtotal::before {
    content: "小計";
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 5px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--subtotal::before {
      font-size: 1.6rem;
    }
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--subtotal .fs-c-cartTable__price {
    font-weight: bold;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--subtotal .fs-c-cartTable__price {
      font-size: 1.6rem;
    }
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--point {
    color: #9d2a2f;
  }
  @media (max-width: 599px) {
    .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--point {
      font-size: 1.2rem;
    }
  }
  .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--point::before {
    content: "ポイント";
    font-size: 1.2rem;
    font-weight: normal;
    color: #000000;
    margin-right: 5px;
  }
  @media (min-width: 600px) {
    .fs-c-checkout-orderInfo .fs-c-cartTable__dataCell--point::before {
      font-size: 1.4rem;
    }
  }
  
  /*------------------------ 【ご注文手続き(Amazon)】 ------------------------*/
  .fs-body-checkout-amazon .fs-l-header__inner {
    position: static;
  }
  
  @media (min-width: 600px) {
    .fs-body-checkout-amazon .fs-l-main {
      overflow: visible;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
    }
  }
  .fs-c-checkout-paymentMethodInfo__img img {
      width: auto;
    }
    
    @media (min-width: 600px) {
        .fs-c-totalAndActions {
            border: 1px solid #ccc;
            padding: 30px;
            position: sticky;
            top: 120px;
        }
    }
  
  
  /*------------------------ 【ご注文完了】 ------------------------*/
  .fs-body-checkout-success .fs-c-checkoutSuccess {
    text-align: center;
  }
  .fs-body-checkout-success .fs-c-checkoutSuccess h2 {
    font-weight: bold;
    margin-bottom: 10px;
  }

