/* ここでは別途作成した静的ページCSSのインポートのみ許可する */
/* インポート元のファイルを変更した場合はここも「保存する」を押さないと変更が反映されない */

/* YOCABITOのCSSをインポート */
@import url(https://yocabito.itembox.design/item/yocabito/yocabito_style.css?t=20251112170116);


/* コラムレイアウト */
.fs-pt-column{
  gap:24px;
}
@media screen and (max-width: 767px) {
  .fs-pt-column{
    padding:0 8px 0;
    gap:32px;
  }
}
.fs-pt-column__item{
  padding:0;
}

/* パンくず */
.yocabito-p-pageTop + .fs-c-breadcrumb .fs-c-breadcrumb__list{
  white-space: nowrap;
  overflow-x: auto;
  margin:0 auto 40px;
  padding:0 1em;
}
.fs-c-breadcrumb__list > li a {
  color: #306ec9;
}

.yocabito-p-pageTop + .fs-c-breadcrumb {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .yocabito-p-pageTop + .fs-c-breadcrumb {
    font-size: 1.2rem;
  }
}


/* トップページ スライダー */
.fs-body-top .fs-c-slick .slick-list,
.fs-body-category-outdoor .fs-c-slick .slick-list,
.fs-body-category-leadingedge-training .fs-c-slick .slick-list,
.fs-body-category-leadingedge-sports .fs-c-slick .slick-list,
.fs-body-category-lifestyle .fs-c-slick .slick-list{
  overflow:unset!important;
}


.fs-body-top .fs-c-slick .slick-slide img ,
.fs-body-category-outdoor .fs-c-slick .slick-slide img ,
.fs-body-category-leadingedge-training .fs-c-slick .slick-slide img ,
.fs-body-category-leadingedge-sports .fs-c-slick .slick-slide img ,
.fs-body-category-lifestyle .fs-c-slick .slick-slide img {
  border-radius: 10px;
  box-shadow: 0px 1px 10.08px 1.92px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.fs-body-top .fs-c-slick .slick-slide, 
.fs-body-category-outdoor .fs-c-slick .slick-slide, 
.fs-body-category-leadingedge-training .fs-c-slick .slick-slide, 
.fs-body-category-leadingedge-sports .fs-c-slick .slick-slide, 
.fs-body-category-lifestyle .fs-c-slick .slick-slide {
  padding: 0 16px 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .fs-body-top .fs-c-slick .slick-slide, 
  .fs-body-category-outdoor .fs-c-slick .slick-slide,
  .fs-body-category-leadingedge-training .fs-c-slick .slick-slide, 
  .fs-body-category-leadingedge-sports .fs-c-slick .slick-slide, 
  .fs-body-category-lifestyle .fs-c-slick .slick-slide {
    width: 88vw;
    padding: 10px 5px 0;
  }
}
.fs-body-top .fs-c-slick .slick-prev,
.fs-body-top .fs-c-slick .slick-next ,
.fs-body-category-outdoor .fs-c-slick .slick-prev,
.fs-body-category-outdoor .fs-c-slick .slick-next ,
.fs-body-category-leadingedge-training .fs-c-slick .slick-prev,
.fs-body-category-leadingedge-training .fs-c-slick .slick-next ,
.fs-body-category-leadingedge-sports .fs-c-slick .slick-prev,
.fs-body-category-leadingedge-sports .fs-c-slick .slick-next ,
.fs-body-category-lifestyle .fs-c-slick .slick-prev,
.fs-body-category-lifestyle .fs-c-slick .slick-next  {
  transform: translate(0, calc(-50% - 12px));
  background:#000;
}

.fs-body-top .fs-c-slick .slick-prev::before,
.fs-body-top .fs-c-slick .slick-next::before ,
.fs-body-category-outdoor .fs-c-slick .slick-prev::before,
.fs-body-category-outdoor .fs-c-slick .slick-next::before ,
.fs-body-category-leadingedge-training .fs-c-slick .slick-prev::before,
.fs-body-category-leadingedge-training .fs-c-slick .slick-next::before ,
.fs-body-category-leadingedge-sports .fs-c-slick .slick-prev::before,
.fs-body-category-leadingedge-sports .fs-c-slick .slick-next::before ,
.fs-body-category-lifestyle .fs-c-slick .slick-prev::before,
.fs-body-category-lifestyle .fs-c-slick .slick-next::before {
  font-size:32px;
  opacity:1;
}



/* AIレコメンド 商品情報 */
.fr3-item__productName {
  display: -webkit-box!important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size:1.3rem!important;
}
@media screen and (max-width: 767px) {
  .fr3-item__productName {
    font-size:1.2rem!important;
  }
}
.fr3-item__link{
  gap:16px!important;
}

.fs-c-wishlistProduct .fs-c-productName__copy, 
.fs-c-featuredProduct .fs-c-productName__copy{
  display:none;
}

.fr3-item__productPrice__value ,
.fs-c-wishlistProduct .fs-c-price__value,
.fs-c-featuredProduct .fs-c-price__value{
  font-size: 1.8rem;
}

.fs-c-wishlistProduct .fs-c-productName__name, 
.fs-c-featuredProduct .fs-c-productName__name{
  margin:0;
  font-size:1.3rem;
}

@media screen and (max-width: 767px) {
  .fs-c-wishlistProduct .fs-c-productName__name, 
  .fs-c-featuredProduct .fs-c-productName__name{
    font-size:1.2rem;
  }
}

.fs-c-wishlistProduct .fs-c-productMarks,
.fs-c-featuredProduct .fs-c-productMarks{
  display:none;
}
.fr3-item__productPrice__currencyMark {
  font-size: 1.4rem;
}
fr3-item__productPrice__addon {
  font-size: 1rem;
}
.fr3-item__productPrice {
  margin-top: 5px;
}
.fr3-item__rankContainer{
  z-index:1;
}
.fr3-item__rank {
  width: 30px!important;
  height: 30px!important;
  font-size:1.2rem!important;
}
.fr3-productListCarousel__slide:first-of-type .fr3-item__rank {
  background: #f5d132;
  color: #fff;
}
.fr3-productListCarousel__slide:nth-of-type(2) .fr3-item__rank {
  background: #bebebe;
  color: #fff;
}
.fr3-productListCarousel__slide:nth-of-type(3) .fr3-item__rank {
  background: #d1894b;
  color: #fff;
}
.fs-c-featuredProduct .fs-c-button--carousel{
  font-size:3.2rem;
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl{
  flex-basis:32px;
  min-width:32px;
}

@media screen and (max-width: 767px) {
  .fs-c-featuredProduct .slick-track ,
  .fs-c-wishlistProduct .slick-track {
    display: flex!important;
    gap: 16px;
  } 
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item ,
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
    max-width: 100%;
    min-width: auto;
    margin:0;
  }
  .fs-c-featuredProduct .slick-slide ,
  .fs-c-wishlistProduct .slick-slide {
    flex: 0 0 calc((100vw - 16px - 80px) / 2 );
  }  
}




/* 商品タグ */
.fs-c-productMark__mark,
.yocabito-c-productTitle .fs-c-productMark__mark{
  border-radius:0;
}
@media screen and (max-width: 767px) {
  .fs-body-search .fs-c-productMark__mark,
  .fs-body-category .fs-c-productMark__mark{
    padding:3px 4px;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list .fs-c-productMark__label, 
  .fs-c-wishlistProduct .fs-c-productMark__label,
  .fs-c-featuredProduct .fs-c-productMark__label{
    font-size:1rem;
    vertical-align:middle;
  }
}


/* 商品一覧 商品情報（検索結果、カテゴリページ） NEW・再入荷表示
-----------------------------------------------------------------------------------------*/
.fs-body-search .fs-c-productMark__mark.fs-c-productMark__mark--31,
.fs-body-category .fs-c-productMark__mark.fs-c-productMark__mark--31{
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d32416;
  background:#d32416;
  font-size: 15px;
  font-family: 'Roboto';
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.fs-body-search .fs-c-productList__list .fs-c-productMark__mark--31 .fs-c-productMark__label,
.fs-body-category .fs-c-productList__list .fs-c-productMark__mark--31 .fs-c-productMark__label{
  color: #ffffff;
  line-height: 1;
  text-align: center;
  letter-spacing:0;
  transform:rotate(-45deg);
  position:absolute;
  top:10px;
  left:2px;
}

.fs-body-search .fs-c-productList__list .fs-c-productMark__mark--31 .fs-c-productMark__label,
.fs-body-category .fs-c-productList__list .fs-c-productMark__mark--31 .fs-c-productMark__label{
  font-size:1.1rem;
  font-family: 'lato','Roboto',sans-serif;
}


/* 商品タグ カラーの個別設定 */
.fs-body-search .fs-c-productMark__mark.fs-c-productMark__mark--20 ,
.fs-body-category .fs-c-productMark__mark.fs-c-productMark__mark--20 ,
.fs-body-search .fs-c-productMark__mark.fs-c-productMark__mark--22 ,
.fs-body-category .fs-c-productMark__mark.fs-c-productMark__mark--22 {
  border: 1px solid #fff;
  background: #fff;
  padding: 3px 8px;
}

@media screen and (max-width: 767px) {
  .fs-body-search .fs-c-productMark__mark.fs-c-productMark__mark--20 ,
  .fs-body-category .fs-c-productMark__mark.fs-c-productMark__mark--20 , 
  .fs-body-search .fs-c-productMark__mark.fs-c-productMark__mark--22, 
  .fs-body-category .fs-c-productMark__mark.fs-c-productMark__mark--22 {
    padding: 2px 4px;
  }
}

/* 再入荷 */
.fs-body-search .fs-c-productMark__mark.fs-c-productMark__mark--20 ,
.fs-body-category .fs-c-productMark__mark.fs-c-productMark__mark--20 {
  border-color:#e86200;
  color: #e86200;
}

/* 予約品 */
.fs-body-search .fs-c-productMark__mark.fs-c-productMark__mark--22 ,
.fs-body-category .fs-c-productMark__mark.fs-c-productMark__mark--22 {
  border-color:#00aeff;
  color: #00aeff;
}




/* 商品一覧 商品情報（検索結果、カテゴリページ） */
.fs-body-search .fs-c-productList__list .fs-c-productList__list__item,
.fs-body-search .fs-c-wishlistProduct .fs-c-productList__list__item,
.fs-body-category .fs-c-productList__list .fs-c-productList__list__item,
.fs-body-category .fs-c-wishlistProduct .fs-c-productList__list__item  {
  padding: 32px 16px 40px;
}
@media screen and (max-width: 767px) {
  .fs-body-search .fs-c-productList__list .fs-c-productList__list__item,
  .fs-body-search .fs-c-wishlistProduct .fs-c-productList__list__item,
  .fs-body-category .fs-c-productList__list .fs-c-productList__list__item,
  .fs-body-category .fs-c-wishlistProduct .fs-c-productList__list__item {
    padding: 16px 8px 24px;
  }
}
.fs-body-search .fs-c-productListItem__productName,
.fs-body-category .fs-c-productListItem__productName{
  font-size:1.3rem;
}
@media screen and (max-width: 767px) {
  .fs-body-search .fs-c-productListItem__productName,
  .fs-body-category .fs-c-productListItem__productName{
    font-size:1.2rem;
  }
}
.fs-body-search .fs-c-productList__list .fs-c-price__value,
.fs-body-category .fs-c-productList__list .fs-c-price__value{
  font-size: 1.8rem;
}
.fs-body-search .fs-c-productPrice__addon,
.fs-body-search .fs-c-productPrice__main__addon,
.fs-body-category .fs-c-productPrice__addon,
.fs-body-category .fs-c-productPrice__main__addon{
  font-size: 1rem;
}
.fs-body-search .fs-c-productList__list .fs-c-productPrice__main__joint,
.fs-body-category .fs-c-productList__list .fs-c-productPrice__main__joint{
  font-size:1.2rem;
}




/* 商品一覧 在庫切れ表示（検索結果、カテゴリページ） */
.fs-body-search .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock,
.fs-body-category .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  z-index: 0;
  background: rgb(255 255 255 / 70%);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0;
}
.fs-body-search .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock::after,
.fs-body-category .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock::after{
  content:"SOLD OUT";
  font-size: 20px;
  transform: rotate(18deg);
}

/* 商品一覧 ページ上部並び替え部分（検索結果、カテゴリページ） */
.fs-c-productList .fs-c-sortItems__label {
  display: none;
}
.fs-c-productList .fs-c-sortItems__list {
  font-size: 1.3rem;
  border: solid 1px #dfdfdf;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fs-c-productList .fs-c-sortItems__list {
    font-size:1.2rem;
  }
}

.fs-c-productList .fs-c-sortItems__list > li {
  border-left: 1px solid #ddd;
  transition: 0.3s ease-in-out;
}
.fs-c-productList .fs-c-sortItems__list > li:first-of-type {
  border: none;
}
.fs-c-productList .fs-c-sortItems__list__item__label {
  padding: 10px 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fs-c-productList .fs-c-sortItems__list__item__label{
    padding:8px;
  }
}
.fs-c-productList .fs-c-sortItems__list > .fs-c-sortItems__list__item.is-active, 
.fs-c-productList .fs-c-sortItems__list > .fs-c-sortItems__list__item:hover {
  background: #dfdfdf;
  color: #333;
}
.fs-c-productList .fs-c-sortItems__list > .fs-c-sortItems__list__item:hover a {
  text-decoration: none;
}
.fs-c-productList .fs-c-productList__controller:first-child .fs-c-listControl .fs-c-pagination,
.fs-c-productList .fs-c-listControl__status__total__label,
.fs-c-productList .fs-c-listControl__status__indication{
  display:none;
}

.fs-c-productList .fs-c-listControl__status__total::before{
  content:"検索結果 (";
}
.fs-c-productList .fs-c-listControl__status__total::after{
  content:")";
}
.fs-c-productList .fs-c-listControl {
  order: 1;
  justify-content: flex-start;
  flex-direction: row;
}
.fs-c-productList .fs-c-sortItems {
  order: 2;
  border: none;
}





/* 商品一覧 ページ下部並び替え非表示（検索結果、カテゴリページ） */
.fs-c-productList__controller:last-child .fs-c-sortItems {
  display: none;
}
.fs-c-productList__controller:last-child  .fs-c-listControl__status {
  display: none;
}
.fs-c-productList__controller:last-child .fs-c-listControl {
  justify-content: center;
  align-items: center;
}

/* 商品一覧（検索結果） */
.fs-body-search .yocabito-p-pageTop + .fs-c-breadcrumb .fs-c-breadcrumb__list{
  margin:0 auto;
}
.fs-body-search .fs-l-main{
  margin:0 auto;
}
.fs-body-search .fs-l-main, .fs-body-search .fs-l-sideArea + .fs-l-pageMain, .fs-body-search .fs-l-pageMain + .fs-l-sideArea {
    max-width: 1340px;
}
.fs-body-search .fs-l-pageMain {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
    .fs-body-search .fs-l-pageMain {
        gap: 0;
    }
}
.fs-body-search .fs-p-searchForm {
    display: none;
    width:100%;
}

@media screen and (max-width: 1000px) {
    .fs-body-search .fs-p-searchForm {
        display: block;
        position: sticky;
        top: 128px;
        z-index: 100;
        padding: 10px 8px;
        width: calc(100% + 16px);
        margin-left: -8px;
        margin-right: -8px;
        background: #f5f5f5;
    }
    .fs-body-search .fs-p-inputGroup {
      border: 1px solid #ddd;
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
    }
    .fs-body-search .fs-p-searchForm__input {
      height: 3.2rem;
      line-height: 1;
      width: calc(100% - 43px);
    }
    .fs-body-search button.fs-p-searchForm__button.fs-p-inputGroup__button {
      background: transparent;
      height: 3.2rem;
      width: 43px;
    }
    .fs-body-search .fs-p-searchForm__button::before {
      color: #333;
      line-height: 1.5;
      left: auto;
      right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .fs-body-search .fs-p-searchForm {
        top: 82px;
    }
}
.fs-body-search .fs-p-productSearch {
    flex-basis: 300px;
    flex-shrink: 0;
    border: none;
    padding: 0;
    margin-top: 16px;
}
.fs-body-search .fs-c-productList {
    flex-basis: calc(100% - 340px);
}
@media screen and (max-width: 1000px) {
    .fs-body-search .fs-c-productList {
        flex-basis: 100%;
    }
}
.fs-body-search .fs-p-productSearch__field {
    display: flex;
    flex-direction: column;
}
.fs-body-search .fs-c-productList__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1100px) {
    .fs-body-search .fs-c-productList__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1000px) {
    .fs-body-search .fs-c-productList__list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 800px) {
    .fs-body-search .fs-c-productList__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 600px) {
    .fs-body-search .fs-c-productList__list {
        grid-template-columns: 1fr 1fr;
    }
}
.fs-body-search .fs-p-productSearch__form {
    background: #f5f5f5;
    transform: translateY(0);
}
.fs-body-search .fs-c-productList {
    margin-top: 0;
}
.fs-body-search span.fs-p-productSearch__formOpen {
    display: none;
}
.fs-body-search span.fs-p-productSearch__formClose {
    display: none;
}
@media screen and (max-width: 1000px) {
    .fs-body-search .fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose, .fs-body-search span.fs-p-productSearch__formOpen {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999999999999999999999999999999999;
        color: #fff;
        width: 110px;
        height: 56px;
        border-radius: 28px;
        line-height: 56px;
        text-align: center;
    }
}
.fs-body-search .fs-p-productSearch__search {
    max-height: 100%;
}
@media screen and (max-width: 1000px) {
    .fs-body-search .fs-p-productSearch__search {
        max-height: 0;
    }
}
.fs-body-search .fs-p-productSearch__searchButton {
    box-shadow: none;
    vertical-align: middle;
    width: 100%;
    padding-left: 3em;
}
.fs-body-search .fs-p-productSearch__searchButton::before {
    left: 0;
    right: 0;
    padding-right: 2em;
}
@media screen and (max-width: 1000px) {
    .fs-body-search .fs-p-productSearch__form {
        transform: translateY(-100%);
    }
}
@media screen and (max-width: 1000px) {
    .fs-body-search .fs-p-productSearch {
        position: fixed;
        z-index: 9999999999999999999999;
        top: 0;
        left: 0;
        padding: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 1000px) {
    .fs-body-search .fs-p-productSearch :checked ~ .fs-p-productSearch__search {
        max-height: 100vh;
    }
}

.fs-body-search span.fs-p-productSearch__formOpen::before {
    font-family: "fs-icon" !important;
    content: "\e912";
    vertical-align: middle;
    font-size: 2rem;
    margin-right: 3px;
}
.fs-body-search span.fs-p-productSearch__formClose::before {
    font-family: "fs-icon" !important;
    content: "\e911";
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 3px;
}
.fs-body-search .yocabito-p-scrollingPageTop {
    display: none !important;
}



/* ショッピングカート AmazonPay調整 */
.fs-body-cart .fs-c-payWithAmazon__message {
  display: none;
}
.fs-body-cart .fs-c-cartPayment, .fs-c-payWithAmazon {
  margin-top: 8px;
}
.fs-body-cart .fs-c-button--secondary{
  max-width: 324px;
  width:100%;
}
.fs-body-cart .fs-c-payWithAmazon__button {
  height: 60px!important;
  max-width: 324px;
}
.fs-body-cart .fs-c-button--primary {
  width: 100%;
}
.fs-body-cart .fs-c-purchaseHere__message {
  padding: 10px 0;
  text-align: center;
}


/* 商品ページ 商品画像 */
.fs-body-product .fs-c-productCarouselMainImage__thumbnail__caption{
  display:none;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnail__img {
  border: 1px solid #ccc;
  border-radius: 6px;
}
.fs-body-product .slick-active .fs-c-productCarouselMainImage__thumbnail__img{
  border-color:#666;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: 60px;
}
.fs-body-product .fs-c-slick .slick-prev,
.fs-body-product .fs-c-slick .slick-next{
  border-radius:50%;
}

/* 商品ページ NEW・再入荷表示
-----------------------------------------------------------------------------------------*/
.fs-body-product #fs_form{
  position:relative;
}

.fs-body-product .fs-c-productMark__mark.fs-c-productMark__mark--31 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d32416;
  background:#d32416;
  font-size: 15px;
  font-family: 'Roboto';
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.fs-body-product .fs-c-productMark__mark--31 .fs-c-productMark__label {
  color: #ffffff;
  line-height: 1;
  text-align: center;
  letter-spacing:0;
  transform:rotate(-45deg);
  position:absolute;
  top:18px;
  left:5px;
}

.fs-body-product .fs-c-productMark__mark--31 .fs-c-productMark__label{
  font-size:1.8rem;
  font-family: 'lato','Roboto',sans-serif;
}

/* 再入荷 カラー設定 */
.fs-body-product .fs-c-productMark__mark.fs-c-productMark__mark--20 {
  border: 1px solid #d32416;
  background: #fff;
  color: #d32416;
  padding: 3px 8px;
}

/* 予約品 カラー設定 */
.fs-body-product .fs-c-productMark__mark.fs-c-productMark__mark--22 {
  border: 1px solid #00aeff;
  background: #fff;
  color: #00aeff;
  padding: 3px 8px;
}




/* 商品ページ トップバナー */
.fs-body-product .yocabito-c-productTopBanner {
  display: flex;
  gap: 10px;
  max-width: 1216px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fs-body-product .yocabito-c-productTopBanner {
    flex-direction:column;
    gap: 0;
  }  
}
.fs-body-product .yocabito-c-productTopBanner .fs-pt-column {
  /*flex:1;*/
  flex-basis:auto;  
}

/* 商品ページ レビュー
-----------------------------------------------------------------------------------------*/
.fs-body-product .fs-c-reviewStars::before {
  letter-spacing: -2px;
  line-height: 1;
}
.fs-body-product .fs-c-aggregateRating__rating::before {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.fs-body-product .fs-c-reviewerStatus {
  background: #000;
  font-size: 1.2rem;
  min-width: auto;
  padding: 4px 12px;
  border-radius: 3px;
  margin: 0;
}



.fs-body-product .tab-content .fs-c-productReview {
  background: #f7f7f7;
  padding: 24px;
}
.fs-body-product .fs-c-reviewList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fs-body-product .fs-c-reviewList--productDescription .fs-c-reviewList__item {
  background: #fff;
  border: none;
  border-radius: 3px;
  padding: 16px;
}
.fs-body-product .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  gap: 8px;
}
.fs-body-product .fs-c-reviewer__status {
  order: 1;
}
.fs-body-product .fs-c-reviewer__name {
  order: 2;
}
.fs-body-product .fs-c-reviewer__profile {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  order: 3;
}
.fs-body-product .fs-c-reviewer__profile span {
  font-size: 1.3rem;
  line-height: 1;
}
.fs-body-product .fs-c-reviewList__item__body {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #eee;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}




/* カートページ
-----------------------------------------------------------------------------------------*/
.fs-body-cart .fs-c-heading.fs-c-heading--page{
  display:none;
}
.fs-body-cart .fs-p-heading--lv2 ,
.fs-body-product .fs-p-heading--lv2 ,
.fs-body-cart .fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title{
  margin-top: 80px;
  line-height: 1.5;
  font-weight: bold;
  border: none;
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fs-body-cart .fs-p-heading--lv2 ,
  .fs-body-product .fs-p-heading--lv2 ,
  .fs-body-cart .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title{
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom:24px;
  }
}
.fs-body-cart .fs-p-announcement {
  background: #f5f5f5;
  padding: 40px;
  border-radius: 3px;
  display:none;
}
.fs-body-cart .fs-p-announcement.is-visible {
  display:block;
}
@media screen and (max-width: 767px) {
  .fs-body-cart .fs-p-announcement {
    padding: 32px;
    margin-top: 0;
  }
}
.fs-body-cart .fs-p-announcement .fs-p-flexibleColumn a {
  background: #fff;
  padding: 10px;
  border:1px solid #bbb;
}
@media screen and (max-width: 767px) {
  .fs-body-cart .fs-p-announcement .fs-p-flexibleColumn a {
    width: 50%;
    margin: 0;
    border-radius: 0;
    border: 1px solid #f5f5f5;
  }
}
.fs-c-wishlistProduct .fs-c-productName__variation{
  display:none;
}
.fs-body-cart .fs-c-button--primary {
  padding: 16px 8px;
  line-height: 1;
  height: auto;
  border-radius: 3px;
  box-shadow: none;
}
.fs-body-cart .fs-c-continueShopping a {
  border: none;
  text-align: center;
  display: block;
  padding: 16px 8px;
  min-width:auto;
  max-width: 328px!important;
  margin: 16px auto;
  line-height: 1;
  font-size: 1.5rem;
  background: #333;
  box-shadow: none;
  color:#fff;
  position:relative;
  border-radius:3px;
}
.fs-body-cart .fs-c-continueShopping a::before, 
.fs-body-cart .fs-c-continueShopping a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 21px;
  height: 2px;
  width: 8px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.fs-body-cart .fs-c-continueShopping a::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fs-body-cart .fs-c-continueShopping a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fs-body-cart a.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink{
  display:none;
}
.fs-body-cart .fs-c-button--carousel{
  font-size:3.2rem;
}
.fs-body-cart .fs-c-productListCarousel__ctrl{
  flex-basis:32px;
  min-width:32px;
}

.fs-body-cart #fs-cartTotals-container::before {
  display:block;
  font-size:1.2rem;
  content:"クーポン適用後の価格は、この先の「ご注文手続きページ」でご確認いただけます。";
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: #fff5ea;
  margin-bottom: 16px;
  padding: 10px;
  color: #ee7800;
}


/* ご注文手続き画面
-----------------------------------------------------------------------------------------*/

/* =======================================
   基本スタイル・全体設定
   ======================================= */

.fs-body-checkout .fs-c-heading.fs-c-heading--page {
  /* display: none; */
}

.fs-body-checkout  .fs-l-main{
  margin:40px auto;
}

/* =======================================
   メインカラム (.fs-l-checkout__mainColumn)
   ======================================= */

[class^=fs-body-checkout] .fs-l-checkout__mainColumn > * + * {
  margin-top: 0;
}
/* プレビュー共通 */
.fs-body-checkout .fs-c-checkout-preview {
  border: none!important;
  padding:16px 8px;
}
.fs-body-checkout .fs-c-checkout-preview__title {
  border: none;
  text-align: left;
  font-weight: bold;
  padding: 0;
}
.fs-body-checkout .fs-c-checkout-heading, 
.fs-body-checkout .fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2::before, 
.fs-body-checkout .fs-c-checkout-heading-lv2::before, 
.fs-body-checkout .fs-c-checkout-shippingDestination__title .fs-c-checkout-heading,
.fs-body-checkout .fs-c-checkout-heading-lv2 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-checkout-preview__title {
    background: none;
    padding: 0;
    font-size: 1.5rem;
  }  
}

/* --- お客様の情報 (fs-buyerInfo-container) --- */
.fs-body-checkout .fs-c-checkout-buyerInfo__body.fs-c-checkout-preview__body {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px;
}
.fs-body-checkout .fs-c-checkout-customerInfo {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-checkout-customerInfo {
    font-size: 1.3rem;
  }
}
.fs-body-checkout .fs-c-checkout-customerInfo__name {
  font-size: 1.5rem;
}



/* --- お届け先 (fs-addressInfo-container) --- */
.fs-body-checkout .fs-c-checkout-shippingInfo__body.fs-c-checkout-preview__body {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px;
}
.fs-body-checkout .fs-c-checkout-shippingDestination {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fs-body-checkout .fs-c-checkout-shippingAddress {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-checkout-shippingAddress {
    font-size: 1.3rem;
  }
}
.fs-body-checkout .fs-c-checkout-shippingAddress__name {
  font-size: 1.5rem;
}
.fs-body-checkout .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__control {
  flex-direction: column;
  justify-content: flex-start; 
  align-items: flex-start;    
}
.fs-body-checkout .fs-c-checkout-shippingDetail {
  gap: 0; 
}
.fs-body-checkout .fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2::before {
  display: none;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2 {
  padding: 0;
  margin: 0;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__outline {
  color: #e84c3f;
  order: 2;
  margin-top: 10px;
  font-size: 1.3rem;
  gap: 0;
}
.fs-body-checkout .fs-c-deliveryDateInfo::before {
  content: "・ 配送日の指定がない場合、最短日のお届けとなります。";
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}
.fs-body-checkout .fs-c-deliveryDateInfo .fs-c-deliveryDateInfo__info::after {
  content: "。";
}
.fs-body-checkout .fs-c-deliveryDateInfo__condition::before {
  content: "・ ";
}
.fs-body-checkout .fs-c-checkout-shippingDetail__shippingCarrier {
  gap: 0;
}
.fs-body-checkout h4.fs-c-checkout-shippingDetail__shippingCarrier__label.fs-c-checkout-heading-lv2 {
  margin-top: 16px;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__shippingCarrier__value {
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__shippingCarrier__comment {
  font-size: 1.3rem;
  padding: 0;
  border: 0;
  color: #666;
  margin-top: 10px;
  margin-bottom: 5px;
  display: none;
}
.fs-body-checkout .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailPreview {
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
  padding: 16px 16px 8px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fs-body-checkout .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button .fs-c-button--standard {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
    background:#f7f7f7;
    border:none;
    align-items:center;
  }
}



/* --- お支払い方法 (fs-paymentList-container) --- */
.fs-body-checkout .fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body p {
  font-size: 1.3rem!important;
  color: #666;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.fs-body-checkout .fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body p:last-of-type {
  margin: 0;
}
.fs-body-checkout .fs-c-checkout-paymentInfo__message {
  margin-bottom: 10px;
}
.fs-body-checkout .fs-c-checkout-paymentMethodList {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow:hidden;
}
.fs-body-checkout .fs-c-checkout-paymentMethod {
  border: none;
  border-bottom: 1px solid #ddd;
}
.fs-body-checkout .fs-c-checkout-paymentMethod:last-of-type {
  border-bottom: none!important;
}
.fs-body-checkout .fs-c-checkout-paymentMethod.is-active {
  border: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.fs-body-checkout .fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  background: #ffe3a1;
  color: #000000;
}
.fs-body-checkout .fs-c-checkout-paymentMethod.is-disabled {
  background: #f8f8f8;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__title {
  background: transparent;
  padding: 0; 
}
.fs-body-checkout .fs-c-checkout-paymentMethod__title label{
  padding: 16px;
}
.fs-body-checkout .fs-c-radio__radioLabelText {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-radio__radioLabelText {
    font-size: 1.3rem;
  }
}
.fs-body-checkout .fs-c-checkout-paymentMethod__body {
  padding: 16px;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__body > * {
  margin: 0;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__setting {
  background: #f5f5f5;
  text-align: center;
  padding: 10px;
  margin-top: 10px!important;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__disabledMessage {
  margin: 0;
  padding: 16px;
  background: #f8f8f8; 
}
.fs-body-checkout .fs-c-checkout-paymentMethodList a {
  color: #e84c3f;
  text-decoration: underline;
}
.fs-body-checkout .fs-c-list, 
.fs-body-checkout .fs-c-localNavigation__list {
  margin: 0;
}
.fs-body-checkout .fs-c-list li, 
.fs-body-checkout .fs-c-localNavigation__list li {
  font-size: 1.3rem;
}

/* クレカ */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_creditCard) {
  background-image: url(https://yocabitoshop.itembox.design/system/images/card-jcb.gif?t=20250716043831),url(https://yocabitoshop.itembox.design/system/images/card-visa.gif?t=20250716043831),url(https://yocabitoshop.itembox.design/system/images/card-mastercard.gif?t=20250716043831);
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: center right 113px,center right 77px,center right 42px;
  position: relative;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_creditCard)::before {
  content: "+2";
  display: block;
  position: absolute;
  right: 8px;
  height: 24px;
  width: 28px;
  border: 1px solid #eee;
  transform: translate(0,50%);
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 1.2rem;
  text-align: center;
  color: #e84c3f;
  background: #fff;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__creditCardRegistration {
  align-items: center;
}
.fs-body-checkout .fs-c-creditCardIcons {
  padding: 0 8px;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-button--standard {
  background: #fff;
  border-color: #ddd;
  padding: 0; 
}
/* PayPay */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_payPay) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/paypay_2_rgb.jpg?d=20251104100257);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center right 16px;
  position: relative;
}
/* 楽天ペイ */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_rakutenPayV2) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/Logo_RakutenPay_Horizontal.png?d=20251104103141);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center right 16px;
  position: relative;
}
/* au PAY */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_auPay) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/icon_auPAY.png?d=20251104103522);
  background-size: 42px auto;
  background-repeat: no-repeat;
  background-position: center right 14px;
  position: relative;
}
/* NP後払い */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_npPostpayRta) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/atobarai.png?d=20251104104952);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center right 16px;
  position: relative;
}
/* あと払い（ペイディ） */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_paidyPostpay) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/paidy_logo_w160.png?d=20251104103928);
  background-size: 46px auto;
  background-repeat: no-repeat;
  background-position: center right 12px;
  position: relative;
}
/* d払い */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_docomo) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/dpay_site_acceptance_wordmark.png?d=20251104104610);
  background-size: 38px auto;
  background-repeat: no-repeat;
  background-position: center right 16px;
  position: relative;
}
/* ソフトバンクまとめて支払い */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_softbank) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/softbank-logo.svg?d=20251104105608);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center right 16px;
  position: relative;
}
/* auかんたん決済 */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_au) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/au-logo.svg?d=20251104105606);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center right 16px;
  position: relative;
}
/* 代金引換 */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_cashOnDelivery) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/money-3.svg?d=20251104110213);
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: center right 16px;
  position: relative;
}
/* 銀行振込 */
.fs-body-checkout .fs-c-checkout-paymentMethod__title:has(#fs_input_payment_bankTransfer) {
  background-image: url(https://yocabitoshop.itembox.design/item/img/payment/bank-2.svg?d=20251104110217);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: center right 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-checkout-paymentMethod__title {
    padding: 0px!important;
  }
  .fs-body-checkout .fs-c-checkout-paymentMethod__title label{
    padding: 16px 10px;
  }
}



/* --- クーポン (fs-couponInfo-container) --- */
.fs-body-checkout .fs-c-checkout-couponInfo__body.fs-c-checkout-preview__body {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fs-body-checkout .fs-c-checkout-couponInfo__message p {
  font-size: 1.3rem!important;
  color: #666;
  letter-spacing: 0.05em;
  margin: 0;
}
.fs-body-checkout .fs-c-checkout-couponList {
  order: 2;
}
.fs-body-checkout .fs-c-checkout-couponList__item {
  padding: 12px 8px 12px 12px;
}
.fs-body-checkout .fs-c-checkout-couponList__description {
  gap: 8px;
}
.fs-body-checkout .fs-c-checkout-couponList__couponDiscount {
  color: #333;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-checkout-couponList__couponDiscount {
    font-size: 1.3rem;
  }
}
.fs-body-checkout .fs-c-checkout-couponStatus.is-active {
  background: #e84c3f;
  border: none;
}
.fs-body-checkout .fs-c-checkout-couponStatus.is-active::after {
  margin-top: 5px;
}
.fs-body-checkout .fs-c-checkout-couponCodeInput {
  order: 3;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  padding: 16px;
}
.fs-body-checkout .fs-c-checkout-couponCodeInput__input {
  width: 180px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-couponCodeInput__button.fs-c-buttonContainer--useCoupon {
    justify-content: center;
    padding: 0;
  }
}
.fs-body-checkout .fs-c-checkout-couponInfo .fs-c-panel--error {
  border: none;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.fs-body-checkout .fs-c-checkout-couponInfo .fs-c-panel--error::before {
  display:none;
}
.fs-body-checkout .fs-c-checkout-couponInfo .fs-c-panel__contentList__content {
  line-height: 1.3;
}
.fs-body-checkout .fs-c-checkout-couponInfo .fs-c-panelContainer {
  order: 4;
}



/* --- 備考欄 (fs-communicationInfo-container) --- */
.fs-body-checkout .fs-c-checkout-communicationInfo__body.fs-c-checkout-preview__body {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px;
}
.fs-body-checkout .fs-c-checkout-communicationInfo__message p {
  font-size: 1.3rem!important;
  color: #666;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}
.fs-body-checkout .fs-c-checkout-communicationTextarea {
  font-size: 1.5rem;
}
.fs-body-checkout .fs-c-checkout-previewAndEdit {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fs-body-checkout .fs-c-checkout-previewAndEdit__info {
  border: 1px solid #cccccc;
  width: 100%;
  height: 100px;
}
.fs-body-checkout .fs-c-commissionList > dd{
  text-align:left;
}



/* --- ご注文内容 (fs-orderContents-container) --- */
.fs-body-checkout .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px;
}
.fs-body-checkout .fs-c-cartTable__headerCell, 
.fs-body-checkout .fs-c-cartTable__dataCell {
  padding: 16px;
}
.fs-body-checkout thead .fs-c-cartTable__headerCell, 
.fs-body-checkout thead .fs-c-cartTable__dataCell {
  padding: 8px;
}
.fs-body-checkout .fs-c-cartTable__product {
  align-items: center;
}
.fs-body-checkout td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
  text-align: center;
}
.fs-body-checkout .fs-c-checkout-orderInfo__body .fs-c-buttonContainer--changeSmall {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-cartTable__productImage__image {
    padding:0;
  }
  .fs-body-checkout .fs-c-cartTable__dataCell{
    padding:0;
  }
  .fs-body-checkout .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity{
    padding-bottom:8px;
    font-size:1.5rem;
  }
  .fs-body-checkout .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal{
    font-size:1.5rem;
  }
  .fs-body-checkout .fs-c-cartTable__productInfo{
    font-size:1.5rem;
  }
  .fs-body-checkout .fs-c-cartTable__row{
    border-bottom:1px solid #eee;
    padding-bottom:16px;
  }
}



/* =======================================
   サイドカラム (fs-l-checkout__sideColumn)
   ======================================= */
[class^=fs-body-checkout] .fs-l-checkout__sideColumn {
  position: sticky;
  top: 100px;
  margin-top: 37px;
  flex-basis: 450px;
  min-width: 450px;
  max-width: 450px;
}
@media screen and (max-width: 1110px) {
  [class^=fs-body-checkout] .fs-l-checkout__sideColumn {
    flex-basis: 320px;
    min-width: 320px;
    max-width: 320px;
  }
}
@media screen and (max-width: 959px) {
  [class^=fs-body-checkout] .fs-l-checkout__sideColumn {
    flex-basis: 100%;
    min-width: auto;
    max-width: 100%;
  }
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-checkout-preview__title {
  font-size: 1.6rem;
}
.fs-body-checkout .fs-c-orderTotalTable {
  font-size: 1.4rem;
  margin-top:24px;
}
.fs-body-checkout .fs-c-orderTotalTable > thead > tr > th, 
.fs-body-checkout .fs-c-orderTotalTable > thead > tr td, 
.fs-body-checkout .fs-c-orderTotalTable > tfoot > tr > th, 
.fs-body-checkout .fs-c-orderTotalTable > tfoot > tr td, 
.fs-body-checkout .fs-c-orderTotalTable > tbody > tr > th, 
.fs-body-checkout .fs-c-orderTotalTable > tbody > tr td {
  padding: 0 8px 11px;
  border: none;
}
.fs-body-checkout .fs-c-orderTotalTable > thead > tr:last-of-type, 
.fs-body-checkout .fs-c-orderTotalTable > tfoot > tr:last-of-type, 
.fs-body-checkout .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border: none;
}
.fs-body-checkout .fs-c-orderTotalTable__grandTotal *,.fs-body-checkout  .fs-c-orderTotalTable__earnPoints *{
  font-size:1.8rem;
}
.fs-body-checkout .fs-c-orderTotalTable__grandTotal {
  border-top: 1px solid #ccc!important;
}
.fs-body-checkout .fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__grandTotal > th, 
.fs-body-checkout .fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__grandTotal td {
  padding: 16px 8px 2px 8px;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-buttonContainer{
   margin:24px auto 0;
   max-width:320px;
 }
.fs-body-checkout #fs_orderTotalContainer button.fs-c-button--confirmOrder.fs-c-button--primary {
  margin: 0;
}
.fs-body-checkout .fs-c-confirmOrder__message p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
}



/* =======================================
   汎用ボタン・その他
   ======================================= */
.fs-body-checkout .fs-c-button--standard {
  box-shadow: none;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 32px;
  min-width: 180px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.fs-body-checkout .fs-c-buttonContainer--changeSmall, 
.fs-body-checkout .fs-c-buttonContainer--moveToOrderHistory, 
.fs-body-checkout .fs-c-buttonContainer--moveToStoreOrders, 
.fs-body-checkout .fs-c-buttonContainer--resendVerificationCode, 
.fs-body-checkout .fs-c-buttonContainer--orderCancel, 
.fs-body-checkout .fs-c-buttonContainer--subscriptionCancelConfirm {
  justify-content: flex-start;
  align-items: flex-start;
}



/* =======================================
   モーダル
   ======================================= */
.fs-body-checkout .fs-c-modal__inner .fs-c-button--primary {
  box-shadow: none;
  font-size: 1.3rem;
  padding: 0 20px;
  line-height: 32px;
  min-width: 180px;
  border-radius: 3px;
  height: auto;
  border: 1px solid #e84c3f;
  max-width: 100%;
}
.fs-body-checkout .fs-c-modal__contents{
  padding:24px;
}
.fs-body-checkout .fs-c-checkout-checkoutMethodList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fs-body-checkout .fs-c-modal__inner .fs-c-radio__radioLabelText {
  padding: 5px;
}
.fs-body-checkout .fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod__body {
  padding: 0 16px;
}
.fs-body-checkout .fs-c-checkout-checkoutMethod__body > * {
  margin: 16px 0;
}
.fs-body-checkout .fs-c-modal__inner .fs-c-checkout-addressee__data__name {
  margin-bottom: 10px;
  font-weight: normal;
}
.fs-body-checkout .fs-c-modal__inner .fs-c-address__address {
  margin-top: 5px;
}
.fs-body-checkout .fs-c-modal__inner .fs-c-button--cancel {
  height: auto;
}





.fs-body-checkout .fs-c-totalAndActions.fs-c-checkout-preview {
  background: #f7f7f7;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__parcel {
  display: none;
}

.fs-body-checkout .fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2 {
  display: none;
}

.fs-c-checkout-shippingDetail__fee {
  display: none;
}
.fs-c-checkout-shippingOption {
  display: none;
}
.fs-body-checkout .fs-c-cartTable__dataCell--point::before, 
.fs-body-checkout .fs-c-cartTable__dataCell--quantity::before, 
.fs-body-checkout .fs-c-cartTable__dataCell--subtotal::before {
  font-size: 0.8em;
  font-weight: normal;
}
.fs-body-checkout .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
  padding: 0;
}

.fs-body-checkout .fs-c-radio__radioMark {
  border-width: 1px;
  width: 12px;
  height: 12px;
  min-width: 12px;
}

.fs-body-checkout .fs-c-buttonContainer--pair {
  gap: 16px;
}