@charset "UTF-8";
/* =============================================
 ###　変数 (共通)
============================================= */
:root {
  --pc-lr: max(calc(50% - 700px),40px);
  --sp-lr: calc(40/750*100vw);
  --ff-en: "Roboto", sans-serif;
  --c_base: #000;
  --c_gray: #9D9D9D; }

/* =============================================
 ###　基本構成
============================================= */
html {
  font-size: 62.5%; }

body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  background-color: transparent;
  width: 100%; }

@media screen and (min-width: 751px) {
  body {
    font-size: 1.5rem; } }
/* --------------------------------------------
 ELEMENT
-------------------------------------------- */
img {
  width: 100%;
  height: auto; }

a {
  color: inherit; }

a:hover {
  opacity: .7; }

@media screen and (hover: hover) {
  a.on {
    transition: opacity ease .3s; }

  a.on:hover {
    opacity: 0.6; } }
[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
  padding: 5px; }

input[type="text"], input[type="reset"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"] {
  border: 1px solid var(--c_gray); }

textarea {
  border: 1px solid var(--c_gray); }

/* =============================================
 ###　メディアクエリ解像度別クラス
============================================= */
@media screen and (min-width: 751px) {
  /* タブレット最小値以上のみ表示 */
  .sp-only {
    display: none !important; } }
@media screen and (max-width: 750px) {
  /* SP以下は非表示 */
  .pc-only {
    display: none !important; } }
.tab-only {
  display: none !important; }

@media screen and (min-width: 751px) and (max-width: 1159px) {
  .tab-only {
    /* タブレット幅のみ表示 (block指定注意) */
    display: block !important; } }
@media screen and (max-width: 1159px) {
  /*PCコンテンツ幅以上のみ表示*/
  .desktop-only {
    display: none !important; } }
.hide-content {
  display: none !important; }

/* =============================================
 ###　FS SYSTEM STYLE
============================================= */
.fs-preview-header {
  display: none; }

/* --------------------------------------------
 CART COUNT
-------------------------------------------- */
.ctm_icon--cart {
  position: relative; }

.ctm_icon--cart .fs-client-cart-count {
  border-radius: 7px;
  position: absolute;
  padding-top: 2px;
  top: auto;
  bottom: -2px;
  right: -6px;
  width: 1.8em;
  color: #fff;
  background-color: #000;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center; }

.ctm_icon--cart .fs-client-cart-count--0 {
  display: none; }

/* =============================================
 ###　ベースレイアウト
============================================= */
.fs-l-page {
  overflow: clip; }

@media screen and (min-width: 751px) {
  .fs-c-breadcrumb {
    padding-left: var(--pc-lr);
    padding-right: var(--pc-lr); } }
@media screen and (max-width: 750px) {
  .fs-c-breadcrumb {
    padding-left: var(--sp-lr);
    padding-right: var(--sp-lr); } }

@media screen and (min-width: 751px) {
  .fs-l-main, .ctm_l-container {
    padding-left: var(--pc-lr);
    padding-right: var(--pc-lr); } }
@media screen and (max-width: 750px) {
  .fs-l-main, .ctm_l-container {
    padding-left: var(--sp-lr);
    padding-right: var(--sp-lr); } }

@media screen and (min-width: 751px) {
  .fs-l-main {
    margin-bottom: 10rem; } }
@media screen and (max-width: 750px) {
  .fs-l-main {
    margin-bottom: 5rem; } }

.ctm_l-remove {
  display: none; }

@media screen and (min-width: 751px) {
  .ctm_system-container {
    max-width: 750px;
    padding: 0;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 750px) {
  .ctm_system-container {
    padding: 0;
    margin-bottom: 4.5rem; } }

/* --------------------------------------------
 PRODUCT DETAIL Layout
-------------------------------------------- */
.ctm_l-product-container {
  display: flex; }
  @media screen and (min-width: 751px) {
    .ctm_l-product-container {
      padding-left: min(calc(50% - 550px), 40px);
      padding-right: min(calc(50% - 550px), 40px);
      margin-top: 10rem;
      margin-bottom: 10rem; } }
  @media screen and (max-width: 750px) {
    .ctm_l-product-container {
      margin-top: 5rem; } }
  @media screen and (min-width: 751px) {
    .ctm_l-product-container {
      column-gap: calc( 60/1100*100% ); } }
  @media screen and (max-width: 750px) {
    .ctm_l-product-container {
      flex-direction: column; } }
  @media screen and (min-width: 751px) {
    .ctm_l-product-container .ctm_l-product-image {
      width: calc(630/1100*100%); } }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .ctm_l-product-container .ctm_l-product-image {
      width: calc(520/1100*100%); } }
  @media screen and (min-width: 751px) {
    .ctm_l-product-container .ctm_l-product-detail {
      width: calc(410/1100*100%); } }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .ctm_l-product-container .ctm_l-product-detail {
      width: calc(520/1100*100%); } }

/* =============================================
 ###　FS SYSTEM COMPONENT
============================================= */
.fs-c-requiredMark {
  line-height: 1.5; }

ol.fs-c-orderedList {
  list-style: decimal; }

/* --------------------------------------------
 BREADCRUMB
-------------------------------------------- */
@media screen and (max-width: 750px) {
  .fs-c-breadcrumb {
    display: none; } }

.fs-l-main + .fs-c-breadcrumb {
  display: none; }
  @media screen and (max-width: 750px) {
    .fs-l-main + .fs-c-breadcrumb {
      display: block; } }

.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 3rem 0;
  padding: 0; }

.fs-c-breadcrumb__list--subgroup {
  display: none; }

.fs-c-breadcrumb .fs-c-breadcrumb__list li {
  font-size: 1.2rem;
  line-height: calc(17/12); }

.fs-c-breadcrumb .fs-c-breadcrumb__list li a {
  color: #9D9D9D; }
  .fs-c-breadcrumb .fs-c-breadcrumb__list li a:hover {
    text-decoration: underline; }

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  margin: 0 1rem;
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 1px;
  height: 12px;
  border: 1px #9D9D9D solid;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg); }

/* --------------------------------------------
 BUTTON
-------------------------------------------- */
.fs-c-button--primary {
  display: block;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  text-align: center;
  line-height: 1.5;
  font-weight: 500; }
  .fs-c-button--primary:hover {
    opacity: 0.8; }
  @media screen and (min-width: 751px) {
    .fs-c-button--primary {
      padding: 8px 10px;
      width: 240px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--primary {
      padding: 11px 10px;
      width: 100%;
      font-size: 1.2rem; } }

.fs-c-button--secondary {
  display: block;
  border: 1px solid #9D9D9D;
  background-color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 500; }
  .fs-c-button--secondary:hover {
    opacity: 0.8; }
  @media screen and (min-width: 751px) {
    .fs-c-button--secondary {
      padding: 8px 10px;
      width: 240px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--secondary {
      padding: 11px 10px;
      width: 100%;
      font-size: 1.2rem; } }

.fs-c-button--standard {
  text-align: center;
  border: none;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9D9D9D;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .fs-c-button--standard:hover {
    opacity: 0.8; }
  @media screen and (min-width: 751px) {
    .fs-c-button--standard {
      padding: 8px 10px;
      width: 240px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--standard {
      padding: 11px 10px;
      width: 100%;
      font-size: 1.2rem; } }

.fs-c-button--plain {
  display: block;
  text-align: center;
  width: 100%;
  color: #000;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .fs-c-button--plain:hover {
    opacity: 0.8; }
  @media screen and (min-width: 751px) {
    .fs-c-button--plain {
      padding: 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--plain {
      padding: 0; } }

/* ボタンコンテナ */
@media screen and (max-width: 750px) {
  .fs-c-buttonContainer {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    max-width: calc( 480 / 750 * 100vw); } }

/* 入力ボタンエリア */
.fs-c-inputInformation__button {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 751px) {
    .fs-c-inputInformation__button {
      margin-top: 30px;
      margin-bottom: 100px; } }
  @media screen and (max-width: 750px) {
    .fs-c-inputInformation__button {
      margin-left: auto;
      margin-right: auto;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      margin-top: 30px;
      margin-bottom: 40px;
      /*      width: 62%;*/
      width: 240px;
      max-width: calc( 480 / 750 * 100vw); } }
  @media screen and (max-width: 750px) {
    .fs-c-inputInformation__button > div {
      width: 100%; } }
  .fs-c-inputInformation__button .fs-c-button--primary,
  .fs-c-inputInformation__button .fs-c-button--secondary,
  .fs-c-inputInformation__button .fs-c-button--standard {
    margin: 0 auto; }
    @media screen and (min-width: 751px) {
      .fs-c-inputInformation__button .fs-c-button--primary,
      .fs-c-inputInformation__button .fs-c-button--secondary,
      .fs-c-inputInformation__button .fs-c-button--standard {
        width: 240px;
        margin-left: 10px;
        margin-right: 10px; } }
    @media screen and (max-width: 750px) {
      .fs-c-inputInformation__button .fs-c-button--primary,
      .fs-c-inputInformation__button .fs-c-button--secondary,
      .fs-c-inputInformation__button .fs-c-button--standard {
        padding: 11px 10px; } }

.fs-c-anotherLogin__button--amazon {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 312px; }

/* カートボタン */
.fs-c-button--loginAndPurchase,
.fs-c-button--confirmOrder,
.fs-c-button--purchaseHere,
.fs-c-button--registerAndPurchase {
  margin: 0 auto;
  max-width: 100%; }

/* カートボタン */
@media screen and (min-width: 751px) {
  .fs-c-button--confirmOrder {
    width: 100%; } }

@media screen and (min-width: 751px) {
  .fs-c-buttonContainer--memberRegister {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }
@media screen and (max-width: 750px) {
  .fs-c-buttonContainer--memberRegister {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

/*
.fs-c-button--change--small {
  background-color: #000;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  &:hover {
    opacity: 0.8;
  }
  @include pc {
    font-size: 1.5rem;
    font-weight: normal;
    width: 200px;
    padding: 7px 10px;
    transition: 0.3s;
  }
  @include sp {
    font-size: 1.2rem;
    padding: 11px 20px;
    width: 10rem;;
  }
}
*/
/*お届け先リストから選ぶ*/
@media screen and (max-width: 750px) {
  .fs-c-buttonContainer--chooseDestination {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    max-width: calc( 480 / 750 * 100vw); } }

.fs-c-button--chooseDestination {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .fs-c-button--chooseDestination:hover {
    opacity: 0.8; }
  @media screen and (min-width: 751px) {
    .fs-c-button--chooseDestination {
      font-size: 1.5rem;
      font-weight: normal;
      /*    width: 200px;*/
      padding: 7px 10px; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--chooseDestination {
      width: 100%;
      font-size: 1.2rem;
      padding: 11px 10px; } }

/*お届け先を変更*/
.fs-c-button--plain.fs-c-button--changeLocation {
  font-size: inherit;
  min-height: initial;
  min-width: initial;
  text-decoration: underline; }
  .fs-c-button--plain.fs-c-button--changeLocation:hover {
    text-decoration: none; }

/* --------------------------------------------
 BUTTUN TEXT→BTN
-------------------------------------------- */
.fs-c-button--guestPurchase,
.fs-c-button--viewOrderHistoryDetail,
.fs-c-button--myPageTop {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  text-align: center;
  border: 1px solid #000;
  line-height: 1.5;
  margin-right: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .fs-c-button--guestPurchase:hover,
  .fs-c-button--viewOrderHistoryDetail:hover,
  .fs-c-button--myPageTop:hover {
    background-color: #000;
    color: #fff; }
  @media screen and (min-width: 751px) {
    .fs-c-button--guestPurchase,
    .fs-c-button--viewOrderHistoryDetail,
    .fs-c-button--myPageTop {
      padding: 8px 10px;
      width: 240px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--guestPurchase,
    .fs-c-button--viewOrderHistoryDetail,
    .fs-c-button--myPageTop {
      padding: 11px 10px;
      /*  width: 62%; */
      width: 240px;
      max-width: calc( 480 / 750 * 100vw);
      font-size: 1.2rem; } }

/* ログインせずに購入 */
.fs-c-button--guestPurchase {
  margin: 0 auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  text-align: center;
  border: 1px solid #000;
  line-height: 1.5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .fs-c-button--guestPurchase:hover {
    background-color: #000;
    color: #fff; }
  @media screen and (min-width: 751px) {
    .fs-c-button--guestPurchase {
      padding: 8px 10px;
      width: 240px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--guestPurchase {
      padding: 11px 10px;
      /*  width: 62%; */
      width: 240px;
      max-width: calc( 480 / 750 * 100vw);
      font-size: 1.2rem; } }

/* --------------------------------------------
 PRODUCT BUTTUN WISHLIST
-------------------------------------------- */
.fs-c-button--addToWishList--icon {
  background-image: url(../img/common/icon_products_fav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em; }
  @media screen and (min-width: 751px) {
    .fs-c-button--addToWishList--icon {
      width: 20px;
      height: 20px; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--addToWishList--icon {
      width: 18px;
      height: 18px; } }

.fs-c-button--removeFromWishList--icon {
  background-image: url(../img/common/icon_products_fav_on.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em; }
  @media screen and (min-width: 751px) {
    .fs-c-button--removeFromWishList--icon {
      width: 20px;
      height: 20px; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--removeFromWishList--icon {
      width: 18px;
      height: 18px; } }

/* --------------------------------------------
 INPUT PASSWORD BUTTON
-------------------------------------------- */
.fs-c-button--particular.fs-c-button--displayPassword::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  font-family: 'fs-icon';
  content: "\e918";
  font-size: 1.8rem;
  /*R*/
  line-height: 1; }

.fs-c-button--particular.fs-c-button--hidePassword::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  font-family: 'fs-icon';
  content: "\e917";
  font-size: 1.8rem;
  /*R*/
  line-height: 1; }

/* --------------------------------------------
 BTN カートから削除
-------------------------------------------- */
.fs-c-button--cancel--cart {
  font-weight: normal;
  margin-left: 0;
  width: calc(50% - 20px);
  display: inline-block; }
  .fs-c-button--cancel--cart span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 1.3rem;
    white-space: nowrap; }
  .fs-c-button--cancel--cart .fs-c-button__label {
    display: block;
    position: relative;
    padding-left: 20px; }
    .fs-c-button--cancel--cart .fs-c-button__label:after {
      content: '';
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      font-family: 'fs-icon';
      content: "\e911";
      color: #808080;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.8rem;
      font-size: 1.6rem;
      /*R*/
      line-height: 1; }

/* --------------------------------------------
 BTN あとで買う
-------------------------------------------- */
.fs-c-button--buyItLater {
  font-weight: normal;
  margin-left: 0;
  display: inline-block;
  padding: 0;
  width: calc(50% - 20px); }

.fs-c-button--buyItLater span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
  white-space: nowrap; }

.fs-c-button--buyItLater .fs-c-button__label {
  display: block;
  position: relative; }

.fs-c-button--buyItLater .fs-c-button__label:after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-family: 'fs-icon';
  content: "\e919";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.8rem;
  font-size: 1.6rem;
  /*R*/
  line-height: 1; }

/* --------------------------------------------
 BTN / 変更 (白文字/黒背景)
-------------------------------------------- */
.fs-c-button--changeInfomation {
  color: #fff;
  background-color: #000;
  width: auto;
  font-weight: normal;
  white-space: nowrap; }
  @media screen and (min-width: 751px) {
    .fs-c-button--changeInfomation {
      width: 50%;
      padding: 8px 2em; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--changeInfomation {
      padding: 11px 3em; } }

/* --------------------------------------------
 BTN / 削除 (黒文字/白背景)
-------------------------------------------- */
.fs-c-button--delete {
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #9D9D9D;
  white-space: nowrap; }
  @media screen and (min-width: 751px) {
    .fs-c-button--delete {
      width: 50%;
      padding: 8px 2em; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--delete {
      padding: 11px 3em; } }

/* --------------------------------------------
 BTN お届け先を追加する
-------------------------------------------- */
.fs-c-button--addToAddressbook {
  display: inline-block;
  background-color: #252525;
  color: #fff;
  border: none; }
  @media screen and (min-width: 751px) {
    .fs-c-button--addToAddressbook {
      width: auto;
      padding: 8px 2em; } }
  @media screen and (max-width: 750px) {
    .fs-c-button--addToAddressbook {
      margin: 0 auto;
      /*  width: 62%; */
      width: 240px;
      max-width: calc( 480 / 750 * 100vw);
      padding: 11px 2em; } }

/* --------------------------------------------
 BTN TOPPAGE
-------------------------------------------- */
.fs-c-buttonContainer--topPage {
  margin: 30px 18px 0; }
  @media screen and (min-width: 751px) {
    .fs-c-buttonContainer--topPage {
      margin: 50px auto 0;
      text-align: center; }
      .fs-c-buttonContainer--topPage .fs-c-button--secondary {
        margin-left: auto;
        margin-right: auto; } }

/* --------------------------------------------
 BTN 2列表示エリア
-------------------------------------------- */
.fs-c-buttonContainer--pair {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 751px) {
    .fs-c-buttonContainer--pair {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 750px) {
    .fs-c-buttonContainer--pair {
      flex-direction: column; } }
  @media screen and (min-width: 751px) {
    .fs-c-buttonContainer--pair .fs-c-button--primary,
    .fs-c-buttonContainer--pair .fs-c-button--standard {
      width: 240px;
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (max-width: 750px) {
    .fs-c-buttonContainer--pair .fs-c-button--primary,
    .fs-c-buttonContainer--pair .fs-c-button--standard {
      margin-bottom: 10px;
      width: 100%; }
      .fs-c-buttonContainer--pair .fs-c-button--primary:last-child,
      .fs-c-buttonContainer--pair .fs-c-button--standard:last-child {
        margin-bottom: 0; } }

/* --------------------------------------------
 FS SYSTEM STYLE
-------------------------------------------- */
/*結果無し*/
.fs-c-noResultMessage {
  margin-bottom: 30px;
  text-align: center;
  width: 100%; }

/*ページ見出し*/
.fs-c-heading--page {
  line-height: 1.5;
  text-align: center;
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .fs-c-heading--page {
      margin: 6rem 0;
      font-size: 3.2rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-heading--page {
      margin: 3rem 0;
      font-size: 2rem; } }

/*買い物を続けるボタンブロック*/
.fs-c-continueShopping {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-c-continueShopping {
      margin-left: auto;
      margin-right: auto;
      width: 240px; } }
  @media screen and (max-width: 750px) {
    .fs-c-continueShopping {
      margin-left: auto;
      margin-right: auto;
      width: 240px;
      max-width: calc( 480 / 750 * 100vw); } }
  .fs-c-continueShopping .fs-c-button--continueShopping {
    background-color: transparent; }
    @media screen and (min-width: 751px) {
      .fs-c-continueShopping .fs-c-button--continueShopping {
        margin: 0;
        width: 100%;
        /*    width: calc(340 / 1160* 100%);*/ } }
    @media screen and (max-width: 750px) {
      .fs-c-continueShopping .fs-c-button--continueShopping {
        margin: 0; } }

/*ログイン誘導リンク*/
.ctm_productMembersLoginLinkBlock {
  text-align: center; }

.fs-c-productMembersLoginLink {
  margin: 2rem 0;
  display: inline-block;
  text-align: center;
  text-decoration: underline; }
  .fs-c-productMembersLoginLink:hover {
    text-decoration: none; }

/*商品名スタイル*/
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
  font-size: 1.2rem; }

/* --------------------------------------------
 MARK
-------------------------------------------- */
/* COMMON */
.fs-c-productMarks {
  margin: 7px 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.fs-c-productMark__mark {
  margin: 0 3px 3px 0;
  color: #fff;
  background: #000; }
  @media screen and (min-width: 751px) {
    .fs-c-productMark__mark {
      padding: 1px 18px;
      font-size: 1.4rem;
      line-height: 1.5; } }
  @media screen and (max-width: 750px) {
    .fs-c-productMark__mark {
      padding: 1px 9px;
      font-size: 1rem;
      /*R*/ } }
  .fs-c-productMark__mark.mark_sale {
    color: #fff;
    background: #F30000; }

.fs-c-mark--preorder {
  color: #fff;
  background: #000;
  display: inline-block;
  line-height: 1;
  margin: 0 2px 2px 0; }
  @media screen and (min-width: 751px) {
    .fs-c-mark--preorder {
      margin-left: .5rem;
      padding: 4px 18px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-mark--preorder {
      padding: 2px 9px;
      font-size: 1rem;
      /*R*/ } }
  .fs-c-mark--preorder.mark_sale {
    color: #fff;
    background: #C9002E; }

/* --------------------------------------------
 LIST CONTROLER BLOCK LAYOUT
-------------------------------------------- */
.fs-c-productList__controller {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 751px) {
    .fs-c-productList__controller {
      align-items: center;
      position: relative;
      margin-bottom: 6rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__controller {
      align-items: flex-end; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__controller {
      margin-bottom: 2.7rem; } }
  .fs-c-productList__controller .fs-c-listControl {
    order: 1; }
  .fs-c-productList__controller .fs-c-sortItems {
    order: 2; }
  @media screen and (min-width: 751px) {
    .fs-c-productList__controller .fs-c-pagination {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); } }

@media screen and (min-width: 751px) {
  .fs-c-productList__list +
  .fs-c-productList__controller {
    margin-top: 6rem; } }
@media screen and (max-width: 750px) {
  .fs-c-productList__list +
  .fs-c-productList__controller {
    margin-top: 2.7rem; } }

/* --------------------------------------------
 LIST CONTROL
-------------------------------------------- */
.fs-c-listControl {
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 750px) {
    .fs-c-listControl {
      flex-direction: column; } }

.fs-c-productList .fs-c-listControl__status__total {
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .fs-c-productList .fs-c-listControl__status__total {
      font-size: 2.4rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList .fs-c-listControl__status__total {
      font-size: 1.6rem; } }
  .fs-c-productList .fs-c-listControl__status__total:after {
    content: '商品'; }
.fs-c-productList .fs-c-listControl__status__total__label,
.fs-c-productList .fs-c-listControl__status__indication {
  display: none; }

/* --------------------------------------------
 LIST PAGENATION
-------------------------------------------- */
.fs-c-pagination__item {
  flex-grow: unset;
  flex-grow: initial;
  flex-shrink: unset;
  flex-shrink: initial;
  margin-left: .2rem;
  display: flex;
  padding: 0;
  justify-content: center;
  line-height: 1;
  align-items: center;
  font-weight: 500;
  overflow: hidden;
  width: 3.2rem;
  height: 3.2rem; }
  .fs-c-pagination__item.is-active {
    color: #9D9D9D;
    background: inherit; }

[class*=fs-c-pagination__item--] {
  color: #fff;
  background: #000; }

[class*=fs-c-pagination__item--]::before {
  height: 1em;
  width: 1em; }

.fs-c-pagination__item--prev:hover,
.fs-c-pagination__item--next:hover {
  color: #fff; }

/* --------------------------------------------
 LIST SORT DROPDOWN
-------------------------------------------- */
.fs-c-sortItems {
  /*  width: 36.5%;*/
  width: 120px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .fs-c-sortItems {
      width: 110px; } }
  .fs-c-sortItems .fs-c-sortItems__label {
    border: 1px solid #9D9D9D;
    font-size: 1.4rem;
    display: flex;
    padding: 5px;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  .fs-c-sortItems .fs-c-sortItems__list {
    display: none;
    border: 1px solid #9D9D9D;
    border-top: none;
    position: absolute;
    z-index: 11;
    background-color: #fff;
    width: 100%; }
    @media screen and (max-width: 750px) {
      .fs-c-sortItems .fs-c-sortItems__list {
        width: 160px; } }
    .fs-c-sortItems .fs-c-sortItems__list li {
      text-align: center; }
      .fs-c-sortItems .fs-c-sortItems__list li a, .fs-c-sortItems .fs-c-sortItems__list li span {
        display: block;
        padding: 8px 0; }
      .fs-c-sortItems .fs-c-sortItems__list li a:hover {
        background-color: #f3f3f3;
        opacity: 1; }
      .fs-c-sortItems .fs-c-sortItems__list li.is-active {
        border-bottom: none; }
        .fs-c-sortItems .fs-c-sortItems__list li.is-active span {
          background-color: #f3f3f3; }
      .fs-c-sortItems .fs-c-sortItems__list li .fs-c-sortItems__list__item__label {
        font-size: 1.2rem; }

.fs-c-sortItems .fs-c-sortItems__list {
  display: none;
  border: 1px solid #8d8d8d;
  border-top: none;
  position: absolute;
  z-index: 11;
  background-color: #fff;
  width: 100%; }

.fs-c-sortItems .fs-c-sortItems__list li {
  text-align: center; }

.fs-c-sortItems .fs-c-sortItems__list li a,
.fs-c-sortItems .fs-c-sortItems__list li span {
  display: block;
  padding: 8px 0; }

.fs-c-sortItems .fs-c-sortItems__list li a:hover {
  background-color: #f3f3f3;
  opacity: 1; }

.fs-c-sortItems .fs-c-sortItems__list li.is-active {
  border-bottom: none; }

.fs-c-sortItems .fs-c-sortItems__list li.is-active span {
  background-color: #f3f3f3; }

.fs-c-sortItems .fs-c-sortItems__list li .fs-c-sortItems__list__item__label {
  font-size: 1.2rem; }

/* --------------------------------------------
 FS SYSTEM MODAL
-------------------------------------------- */
/* BASE */
.fs-c-modal,
.fs-c-modal--medium,
.fs-c-modal--small {
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.7);
  transition: all 1s 0 ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483600;
  display: flex;
  align-items: flex-start;
  opacity: 1;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  padding: 16px 0 40px;
  -webkit-overflow-scrolling: touch; }

.fs-c-modal__inner {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: auto;
  max-width: calc(100vw - 8px*2);
  background: #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-modal__inner {
    /*      width: 70%; */
    width: auto; } }
.fs-c-modal__inner.is-warning {
  border: 2px solid #f6d342; }

.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #f6d342;
  color: #ffffff; }

.fs-c-modal__inner.is-warning .fs-c-modal__close {
  color: #ffffff; }

.fs-c-modal__header {
  display: block;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #B9B9B9;
  position: relative;
  padding: 10px;
  margin-bottom: 10px; }

@media screen and (min-width: 751px) {
  .fs-c-modal__header {
    padding: 20px; } }
.fs-c-modal__close {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0; }

.fs-c-modal__close::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 0.9em;
  /*R*/
  line-height: 1; }

.fs-c-modal__close:hover {
  color: #4c4c4c; }

.fs-c-modal__close::before {
  height: 1em;
  box-sizing: content-box; }

#fs_modal_systemerror {
  text-align: center; }

#fs_modal_systemerror .fs-c-buttonContainer {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }

/* MODAL CONTENT AREA */
.fs-c-modal__contents {
  flex-grow: 1;
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 0; }
  @media screen and (min-width: 751px) {
    .fs-c-modal__contents {
      padding: 10px 0; } }

.fs-c-modal__contents .fs-c-inputTable .fs-c-inputTable__dataCell {
  padding-left: 0;
  padding-right: 0; }

.fs-c-modal__contents .fs-c-inputTable__headerCell + .fs-c-inputTable__dataCell {
  width: 70%; }

.fs-c-modal__contents .fs-c-inputTable__dataCell {
  width: 100%; }

.fs-c-modal__contents .fs-c-inputTable__dataCell textarea {
  width: 100%;
  height: 8em; }

.fs-c-modal__contents #fs_input_phoneNumber {
  width: auto; }

/* MODAL BTN TW */
.fs-c-modal__contents .fs-c-buttonContainer--pair {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 1rem; }
  @media screen and (min-width: 751px) {
    .fs-c-modal__contents .fs-c-buttonContainer--pair {
      margin-bottom: 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--primary,
    .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--standard {
      margin-bottom: 0; } }
  .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
    margin: 0; }
  @media screen and (min-width: 751px) {
    .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--cancel {
      margin-left: 10px;
      margin-right: 10px; } }

/* CONTENT */
.fs-c-modal__contents .fs-l-container--vertical {
  display: grid;
  gap: 16px; }
.fs-c-modal__contents .fs-c-checkout-settings__body {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px; }
.fs-c-modal__contents .fs-c-inputInformation {
  margin: 2rem 0; }
.fs-c-modal__contents .fs-c-linkedAccountInfoField, .fs-c-modal__contents .fs-c-memberPolicyAgreeField, .fs-c-modal__contents .fs-c-privacyPolicyAgreeField {
  margin: 0; }
.fs-c-modal__contents .fs-c-inputInformation__message {
  margin-bottom: 0; }
.fs-c-modal__contents .fs-c-inputInformation__button {
  margin: 0 auto; }
@media screen and (min-width: 751px) {
  .fs-c-modal__contents .fs-c-inputInformation__button .fs-c-button--subscribeToArrivalNotice {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem; } }
.fs-c-modal__contents .fs-c-checkout-settings .fs-c-checkout-settings__title {
  font-weight: bold;
  border-bottom: solid 1px currentColor; }
.fs-c-modal__contents .fs-c-checkout-settings__additionalArea {
  margin: 12px 0;
  background-color: #F8F8F8;
  padding: 12px; }
.fs-c-modal__contents .fs-c-checkout-deliveryScheduleSetting dd {
  margin-bottom: 1em; }

/*通信欄個別指定*/
@media screen and (min-width: 751px) {
  .fs-c-modal--checkout-communication .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 100%; } }

.fs-c-checkout-communicationInfo .fs-c-checkout-communicationInfo__info {
  margin: 8px 0;
  padding: 8px;
  background: #f8f8f8; }

/* CONTENT DEFAULT */
.fs-c-modal--checkout-point .fs-c-checkout-usePoint__lead {
  margin-bottom: 20px; }

.fs-c-modal--checkout-point .fs-c-checkout-pointSettingList {
  margin-bottom: 20px; }

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__body > * {
  margin: 0 0 30px; }

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__title {
  font-weight: bold;
  font-size: 1.8rem; }

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__message {
  margin-bottom: 20px; }

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dt {
  background-color: #f0f0f0;
  padding: 5px;
  margin-bottom: 10px; }

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dd {
  margin-bottom: 20px; }

.fs-c-modal__contentsLead {
  margin-bottom: 24px; }

.fs-c-modal__contents .fs-c-inputTable--inModal {
  table-layout: auto;
  margin-bottom: 20px;
  border-top: none; }

.fs-c-modal__contents .fs-c-inputTable--inModal > tbody > tr {
  padding: 0; }

@media screen and (min-width: 751px) {
  .fs-c-modal__contents .fs-c-inputTable--inModal > tbody > tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
.fs-c-modal--medium .fs-c-modal__inner {
  margin: auto;
  width: 94vw; }

@media screen and (min-width: 751px) {
  .fs-c-modal--medium .fs-c-modal__inner {
    width: 751px;
    max-width: 90vw; } }
.fs-c-modal--small {
  align-items: flex-start;
  justify-content: center; }

.fs-c-modal--small .fs-c-modal__inner {
  flex-grow: 0; }

.fs-c-modal__title {
  padding: 0 20px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-c-modal__title {
    font-size: 1.8rem; } }
.fs-c-modal__close::before {
  font-size: 2em;
  padding: 5px;
  background-color: #000;
  top: 5px;
  color: #fff; }

/* =============================================
 ###　 FS INPUT STYLE
============================================= */
/* --------------------------------------------
INPUT COMMON STYLE
-------------------------------------------- */
/* 入力共通スタイル */
@media screen and (min-width: 751px) {
  .fs-c-inputInformation {
    margin-bottom: 60px; } }
@media screen and (max-width: 750px) {
  .fs-c-inputInformation {
    margin-bottom: 30px; } }

.fs-c-inputInformation__field {
  margin-bottom: 20px; }

.fs-c-inputField__explanation {
  /*CHECK*/ }
  @media screen and (min-width: 751px) {
    .fs-c-inputField__explanation {
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-inputField__explanation {
      font-size: 1.3rem; } }

.ctm_fs-c-inputField__explanation {
  margin-top: 2rem; }
  .ctm_fs-c-inputField__explanation .text.caution {
    color: #ff0000;
    margin-top: 1em; }

/* ページ上部メッセージ */
.fs-c-inputInformation__message {
  text-align: center;
  background-color: #F8F8F8;
  padding: 2rem;
  margin-bottom: 30px;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .fs-c-inputInformation__message {
      /*  font-size: 1.5rem;*/ } }
  @media screen and (max-width: 750px) {
    .fs-c-inputInformation__message {
      /*  font-size: 1.3rem;*/ } }
  .fs-c-inputInformation__message p {
    text-align: center; }
  .fs-c-inputInformation__message .fs-c-orderedList li {
    text-align: left; }

/* パスワードをお忘れですか...etc... */
.fs-c-inputInformation__link {
  text-align: center;
  margin-top: 10px; }
  @media screen and (min-width: 751px) {
    .fs-c-inputInformation__link {
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-inputInformation__link {
      font-size: 1.3rem; } }

/* 販売期間表示 */
.fs-c-productSalesPeriod {
  border: 1px dotted #ddd;
  background-color: #F8F8F8;
  display: flex;
  padding: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  text-align: center; }

.fs-c-productSalesPeriod .fs-c-string--label {
  font-weight: bold; }

/* 配達表示 */
.fs-c-estimatedDeliveryDate {
  background-color: #F8F8F8;
  font-size: 1.2rem;
  padding: 10px 0; }

.fs-c-estimatedDeliveryDate__info__date {
  font-weight: bold; }

.fs-c-estimatedDeliveryDate__ctrl {
  display: flex;
  align-items: center;
  gap: 8px; }

.fs-c-estimatedDeliveryDate__location::before {
  color: #7c8790; }

/* --------------------------------------------
INPUT FORM
-------------------------------------------- */
/* フォームフィールド */
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
  border: 1px solid #9D9D9D;
  font-size: 1.6rem;
  /*FORM*/ }

@media screen and (min-width: 751px) {
  .fs-c-fsLogin .fs-c-inputField__field {
    width: 320px; } }
/* 年月日フォームサイズ */
@media screen and (min-width: 751px) {
  .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__year,
  .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__month,
  .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__date {
    width: 6em; } }

.fs-c-linkedAccountInfoField {
  margin: 2rem;
  font-size: 1.3rem;
  line-height: 1.5; }

.fs-c-privacyPolicyAgreeField {
  /*  border-top: 1px solid #B9B9B9;*/
  padding: 20px; }

.fs-c-memberPolicyAgreeField,
.fs-c-privacyPolicyAgreeField {
  text-align: center;
  margin: 2rem;
  font-size: 1.3rem;
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .fs-c-linkedAccountInfoField,
  .fs-c-memberPolicyAgreeField,
  .fs-c-privacyPolicyAgreeField {
    font-size: 1.5rem; } }

.fs-c-memberPolicyAgreeField a,
.fs-c-privacyPolicyAgreeField a {
  text-decoration: underline; }

.fs-c-privacyPolicyAgreeField .fs-c-inputField__field {
  text-align: center; }

.fs-c-privacyPolicyAgreeField a {
  text-decoration: underline; }

/* ??? */
.fs-c-defaultUsers {
  padding: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #B9B9B9; }

@media screen and (min-width: 751px) {
  .fs-c-defaultUsers {
    width: 751px;
    margin: 0 auto 50px;
    padding: 50px; } }
/* FS非会員エリア */
.fs-c-newUsers {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #B9B9B9; }

@media screen and (min-width: 751px) {
  .fs-c-newUsers {
    width: 751px;
    margin: 0 auto 30px;
    padding: 50px; } }
.fs-c-newUsers__message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .fs-c-newUsers__message {
    font-size: 1.5rem; } }
/* FSエリア見出し */
.fs-c-subSection__title {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-c-subSection__title {
    font-size: 1.8rem; } }
/* ??? */
.entry,
.password,
.forgot-password,
.entry-mail,
.login-member,
.login-cart {
  background-color: #F8F8F8;
  padding: 20px;
  border: 1px solid #E6E6E6; }

@media screen and (min-width: 751px) {
  .entry,
  .password,
  .forgot-password,
  .entry-mail,
  .login-member,
  .login-cart {
    width: 500px;
    margin: 0 auto;
    padding: 50px 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.entry .fs-c-button--primary,
.password .fs-c-button--primary,
.forgot-password .fs-c-button--primary,
.entry-mail .fs-c-button--primary,
.login-member .fs-c-button--primary,
.login-cart .fs-c-button--primary {
  width: 100%; }

.entry .o_devider,
.password .o_devider,
.forgot-password .o_devider,
.entry-mail .o_devider,
.login-member .o_devider,
.login-cart .o_devider {
  display: block;
  text-align: center;
  font-size: 2rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }

.entry .o_devider:before, .entry .o_devider:after,
.password .o_devider:before,
.password .o_devider:after,
.forgot-password .o_devider:before,
.forgot-password .o_devider:after,
.entry-mail .o_devider:before,
.entry-mail .o_devider:after,
.login-member .o_devider:before,
.login-member .o_devider:after,
.login-cart .o_devider:before,
.login-cart .o_devider:after {
  content: '';
  width: 30%;
  height: 6px;
  border-top: 1px solid #000;
  display: inline-block;
  margin: 0 10px; }

/* ログイン等入力レイアウトテーブル */
.fs-c-inputTable {
  width: 100%; }
  @media screen and (min-width: 751px) {
    .fs-c-inputTable {
      border-top: 1px solid #B9B9B9; } }

@media screen and (min-width: 751px) {
  .fs-c-inputTable tr {
    display: table-row;
    border-bottom: 1px solid #B9B9B9; } }
@media screen and (max-width: 750px) {
  .fs-c-inputTable tr {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; } }

.fs-c-inputTable .fs-c-inputTable__headerCell {
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  background-color: #F8F8F8; }
  @media screen and (min-width: 751px) {
    .fs-c-inputTable .fs-c-inputTable__headerCell {
      display: table-cell;
      width: 30%;
      padding: 20px;
      padding-top: 25px;
      background-color: transparent; } }
  @media screen and (max-width: 750px) {
    .fs-c-inputTable .fs-c-inputTable__headerCell {
      padding: 10px;
      display: block; } }
  .fs-c-inputTable .fs-c-inputTable__headerCell label {
    font-weight: bold;
    margin-bottom: 0; }
    @media screen and (min-width: 751px) {
      .fs-c-inputTable .fs-c-inputTable__headerCell label {
        font-size: 1.5rem; } }
    @media screen and (max-width: 750px) {
      .fs-c-inputTable .fs-c-inputTable__headerCell label {
        font-size: 1.3rem; } }

.fs-c-inputTable .fs-c-inputTable__dataCell {
  margin-bottom: 10px;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .fs-c-inputTable .fs-c-inputTable__dataCell {
      display: table-cell;
      width: 70%;
      padding: 20px;
      font-size: 1.6rem;
      /*FORM*/ } }
  @media screen and (max-width: 750px) {
    .fs-c-inputTable .fs-c-inputTable__dataCell {
      padding: 10px 20px;
      display: block;
      font-size: 1.6rem;
      /*FORM*/ } }
  .fs-c-inputTable .fs-c-inputTable__dataCell input[type="text"],
  .fs-c-inputTable .fs-c-inputTable__dataCell input[type="tel"],
  .fs-c-inputTable .fs-c-inputTable__dataCell select {
    border: 1px solid #9D9D9D;
    background-color: #fff; }

@media screen and (min-width: 751px) {
  .fs-c-inputTable .fs-c-dropdown {
    max-width: 20em; } }

/* ??? */
@media screen and (min-width: 751px) {
  .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media screen and (min-width: 751px) {
  .fs-c-inputTextGroup .fs-c-inputTextGroup__item {
    width: 15em;
    flex: 0 1 auto; } }
/* FSフォーム部品 */
input[type="text"]#fs_input_password,
input[type="text"]#fs_input_currentPassword,
input[type="text"]#fs_input_newPassword {
  border: none; }

input[type="password"] {
  border: 1px solid #9D9D9D;
  background-color: #fff; }

#fs_input_phoneNumber {
  width: 18em; }

/* 連携サービスでログイン... */
.fs-c-otherServiceLogin {
  margin: 0;
  padding: 20px;
  background-color: #F8F8F8;
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-c-otherServiceLogin {
    margin-bottom: 60px; } }
.fs-c-otherServiceLogin .fs-c-linkedServiceLogin {
  margin-bottom: 30px; }

.fs-c-otherServiceLogin .fs-c-linkedServiceLogin:last-of-type {
  margin-bottom: 0; }

.fs-c-otherServiceLogin .fs-c-anotherLogin__button {
  text-align: center; }

.fs-c-otherServiceLogin .fs-c-anotherLogin__button img {
  width: auto; }

.fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold; }

.fs-c-anotherLogin__message h2.ttl2 {
  margin-bottom: 10px; }

.fs-c-anotherLogin__message--amazon,
.fs-c-anotherLogin__message p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .fs-c-anotherLogin__message--amazon,
  .fs-c-anotherLogin__message p {
    font-size: 1.5rem; } }
/* ??? */
.fs-c-guestPurchase {
  margin: 0 20px;
  text-align: center; }

@media screen and (min-width: 751px) {
  .fs-c-guestPurchase {
    margin: 0 auto 50px; } }
/* ??? */
.ctm_cart_login-note {
  text-align: center;
  margin-top: 10px; }

@media screen and (min-width: 751px) {
  .ctm_cart_login-note {
    margin-top: -30px; } }
/* ??? */
.login-devider {
  text-align: center;
  margin: 50px 0; }

.login-devider span {
  display: inline-block;
  font-size: 2.1rem; }

.login-devider span:after, .login-devider span:before {
  content: '';
  width: 100px;
  height: 3px;
  border-top: 1px solid #000;
  display: inline-block; }

.login-devider span:after {
  margin-left: 1em; }

.login-devider span:before {
  margin-right: 1em; }

/* =============================================
 ###　ITEMLIST FS COMPONENT
============================================= */
.fs-c-subgroup {
  display: none; }

.fs-c-productList {
  width: 100%;
  margin-bottom: 6rem; }
  @media screen and (max-width: 750px) {
    .fs-c-productList {
      margin-bottom: 4rem; } }

.fs-c-productList__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 751px) {
    .fs-c-productList__list {
      gap: 6.4rem 3.5rem; } }
  @media screen and (min-width: 751px) and (max-width: 1400px) {
    .fs-c-productList__list {
      gap: calc( 64 / 1400 * 100vw ) calc( 35 / 1400 * 100vw ); } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__list {
      gap: calc( 54 / 750 * 100vw ) calc( 30 / 750 * 100vw ); } }

.fs-c-productList__list__item {
  position: relative;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 751px) {
    .fs-c-productList__list__item {
      width: calc(25% - calc( 30 / 1400 * 100% )); } }
  @media screen and (min-width: 751px) and (max-width: 1400px) {
    .fs-c-productList__list__item {
      width: calc(25% - calc( 30 / 1400 * 100vw )); } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__list__item {
      width: calc(50% - calc( 15 / 750 * 100vw )); } }

/* --------------------------------------------
ITEMLIST ITEM COMPONENT
-------------------------------------------- */
.fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
  content: "(";
  font-size: 1.2rem; }

.fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
  content: ")";
  font-size: 1.2rem; }

.fs-c-productListItem__control {
  display: none; }

.fs-c-productListItem__viewMoreImageButton {
  display: none; }

.fs-c-productListItem__image {
  margin-bottom: 0.8rem; }

.fs-c-productListItem__productName {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem; }

.fs-c-productName__copy {
  display: block; }

.fs-c-productListItem__prices {
  display: block;
  line-height: 1.6rem; }
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-price {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 500; }
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon {
    font-size: 1.2rem;
    line-height: 1.5rem;
    /*      &:before {content: '('};
          &:after {content: ')'};*/ }
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon--listed:before {
    content: ''; }
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon--listed:after {
    content: ''; }
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main__label {
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value {
    text-decoration: line-through; }
  .fs-c-productListItem__prices .fs-c-productPrice--listed + .fs-c-productPrice--selling {
    color: #F30000; }
  .fs-c-productListItem__prices .fs-c-productPrice--selling + .fs-c-productPrice--member {
    margin-top: 5px; }

.fs-c-productListItem__preorderMessage {
  padding: 3px;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: calc( 24 / 16 );
  text-align: center;
  background: #F8F8F8; }

.fs-c-productListItem__salesPeriod {
  border: 1px #000 dashed;
  padding: 3px;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: calc( 24 / 16 );
  text-align: center; }
  @media screen and (max-width: 750px) {
    .fs-c-productListItem__salesPeriod {
      font-size: 1.4rem; } }

.fs-c-productListItem__notice {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: calc( 24 / 16 ); }
  @media screen and (max-width: 750px) {
    .fs-c-productListItem__notice {
      font-size: 1.4rem; } }

.fs-c-productListItem__outOfStock {
  border: 1px #F30000 solid;
  padding: 3px;
  color: #F30000;
  text-align: center; }

.fs-c-productPrice--member .fs-c-productPrice__main__label {
  color: #F30000;
  border: 1px solid #F30000;
  padding: 3px 5px;
  margin-top: 10px;
  margin-bottom: 5px; }

.fs-c-productPrice--member .fs-c-productPrice__main__price {
  color: #F30000; }

/* =============================================
 ### SYSTEM / ショッピングカートパーツ
============================================= */
/* カート商品情報ブロック */
.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
  display: inline-block;
  content: attr(data-cell-label);
  font-size: inherit;
  font-weight: normal;
  margin-right: 8px;
  min-width: 4em; }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__dataCell--point::before,
    .fs-c-cartTable__dataCell--quantity::before,
    .fs-c-cartTable__dataCell--subtotal::before {
      text-align: left; } }

.fs-c-cartPayment__button {
  margin: 0 auto 15px; }

.fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  font-size: 1.4rem; }

.fs-c-cartTable {
  border-top: 1px solid #E6E6E6; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable {
      margin-bottom: 30px; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable {
      margin-bottom: 30px; } }

.fs-c-cartTable > thead {
  display: none; }

.fs-c-cartTable__row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #E6E6E6; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__row {
      width: 100%;
      position: relative;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      margin-bottom: 15px;
      padding: 4rem 0 4rem 70%; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__row {
      margin-bottom: 2rem;
      padding: 20px 0 0; } }

.fs-c-cartTable__dataCell {
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__dataCell {
    border: none;
    margin-bottom: 0; } }
.fs-c-cartTable__headerCell {
  display: none; }

.fs-c-cartTable__dataCell--action {
  width: 100%;
  padding-top: 1rem; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__dataCell--action {
      margin-top: 1rem;
      justify-content: flex-end; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__dataCell--action {
      margin-left: auto;
      justify-content: flex-start;
      width: calc(100% - 135px);
      margin-bottom: 1.5rem; } }

.fs-c-cartTable__product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__productImage {
    width: 120px; } }
@media screen and (max-width: 750px) {
  .fs-c-cartTable__productImage {
    width: 112px; } }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__productImage {
    width: 140px; } }
.fs-c-cartTable__productImage .fs-c-productImage__image {
  width: 100%; }

.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding: 0; }

.fs-c-cartTable__productName {
  margin-bottom: 10px;
  font-weight: normal; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__productName {
      font-size: 1.6rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__productName {
      font-size: 1.5rem; } }

.fs-c-cartTable__unitPrice {
  text-align: right; }

.fs-c-cartTable__unitPrice .fs-c-price {
  font-weight: 500;
  display: inline-block; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__unitPrice .fs-c-price {
      font-size: 1.6rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__unitPrice .fs-c-price {
      font-size: 1.5rem; } }

.fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  margin-left: 1rem;
  display: -webkit-flex;
  display: flex;
  /*  &:before {
      content: '(';
    }
    &:after {
      content: ')';
    }*/ }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
      font-size: 1rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
      font-size: 1.1rem; } }

.fs-c-cartTable__dataCell--quantity {
  border-bottom: none;
  margin-left: auto; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__dataCell--quantity {
      column-gap: 1em;
      padding: 5px 0;
      justify-content: flex-start;
      width: auto; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__dataCell--quantity {
      justify-content: flex-start;
      width: calc(100% - 135px); } }

.fs-c-cartTable__dataCell--quantity:before {
  content: attr(data-cell-label);
  display: inline-flex; }

.fs-c-cartTable__dataCell--subtotal {
  border-top: none;
  border-bottom: none;
  margin-left: auto; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__dataCell--subtotal {
      margin-bottom: 0;
      padding: 1rem 0 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__dataCell--subtotal {
      margin-bottom: 5px;
      justify-content: flex-start;
      width: calc(100% - 135px); } }

.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value:after {
  content: " (税込)"; }

.fs-c-cartTable__dataCell--point {
  margin-bottom: 0;
  border-top: none; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__dataCell--point {
      padding: 1rem 0 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__dataCell--point {
      margin-left: auto;
      justify-content: flex-start;
      width: calc(100% - 135px); } }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__price {
    display: inline-block;
    white-space: nowrap; } }
.fs-c-cartTable__dataCell--review {
  text-align: right; }

.fs-c-deliveryInfoList dt {
  background-color: #c8c8c8;
  padding: 10px; }

.fs-c-deliveryInfoList dd {
  padding: 10px;
  background-color: #fff; }

.fs-c-orderPaymentTable {
  width: 100%; }

.fs-c-orderPaymentTable th {
  text-align: left;
  padding: 10px;
  background-color: #c8c8c8;
  width: 50%;
  font-weight: normal; }

.fs-c-orderPaymentTable td {
  background-color: #fff;
  padding: 10px; }

.fs-c-cartDiscountInfo__info {
  font-weight: bold;
  color: #C9002E; }
  @media screen and (min-width: 751px) {
    .fs-c-cartDiscountInfo__info {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartDiscountInfo__info {
      margin-bottom: 1rem;
      font-size: 2rem; } }

/* --------------------------------------------
カートレイアウト
-------------------------------------------- */
@media screen and (min-width: 751px) {
  .fs-c-cartTableContainer {
    margin-bottom: 15px; } }
@media screen and (min-width: 751px) {
  .fs-l-cart__contentsArea {
    margin-bottom: 10rem;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .fs-l-cart__contentsArea {
    flex-direction: column; } }
@media screen and (max-width: 750px) {
  .fs-l-cart__contentsArea {
    margin-bottom: 5rem; } }

.fs-l-cart__mainColumn {
  margin-bottom: 35px; }
  @media screen and (min-width: 751px) {
    .fs-l-cart__mainColumn {
      width: calc( 700 / 1100 * 100% ); } }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-l-cart__mainColumn {
      margin-left: auto;
      margin-right: auto;
      width: 65rem; } }

.ctm_l-cart__subColumn {
  padding: 0;
  background-color: #F8F8F8; }
  @media screen and (min-width: 751px) {
    .ctm_l-cart__subColumn {
      padding: 3rem 3rem;
      width: calc( 340 / 1160 * 100% ); } }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .ctm_l-cart__subColumn {
      margin-left: auto;
      margin-right: auto;
      width: 65rem; } }
  @media screen and (max-width: 750px) {
    .ctm_l-cart__subColumn {
      padding: 4rem 4rem; } }

@media screen and (min-width: 751px) {
  .fs-l-cart__sideColumn {
    width: 100%; } }

.ctm_l-cart__subColumn .fs-c-button--continueShopping {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media screen and (min-width: 751px) {
    .ctm_l-cart__subColumn .fs-c-button--continueShopping {
      margin-top: 3rem; } }
  @media screen and (max-width: 750px) {
    .ctm_l-cart__subColumn .fs-c-button--continueShopping {
      margin-top: 3rem; } }

.fs-l-cart__sideColumn .fs-c-orderTotalTable {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0; }

.fs-l-cart__sideColumn .fs-c-purchaseHere {
  text-align: center; }

@media screen and (min-width: 751px) {
  .fs-l-cart__sideColumn .fs-c-purchaseHere {
    margin: 18px 0; } }
.fs-l-cart__sideColumn .fs-c-button--purchaseHere {
  width: 100%;
  line-height: 2rem;
  /*C*/ }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-l-cart__sideColumn .fs-c-button--purchaseHere {
      width: 240px; } }

.fs-l-cart__sideColumn .fs-c-button--loginAndPurchase {
  width: 100%;
  line-height: 2rem;
  /*C*/ }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-l-cart__sideColumn .fs-c-button--loginAndPurchase {
      width: 240px; } }

.fs-l-cart__sideColumn .fs-c-button--unregisteredUserPurchase {
  width: 100%;
  background: transparent;
  line-height: 2rem;
  /*C*/ }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-l-cart__sideColumn .fs-c-button--unregisteredUserPurchase {
      width: 240px; } }

.fs-l-cart__sideColumn .fs-c-button--registerAndPurchase {
  width: 100%;
  line-height: 2rem;
  /*C*/ }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-l-cart__sideColumn .fs-c-button--registerAndPurchase {
      width: 240px; } }

@media screen and (min-width: 751px) and (max-width: 1159px) {
  .fs-l-cart__sideColumn .fs-c-cartPayment__button {
    width: 240px !important; } }

.fs-c-purchaseHere__message {
  margin: 10px auto;
  font-size: 1.5rem;
  font-weight: normal; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__dataCell--product {
    display: block;
    width: 65%;
    position: absolute;
    top: 35px;
    left: 25px; } }
@media screen and (max-width: 750px) {
  .fs-c-cartTable__dataCell--product {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  text-align: left; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
      width: calc( 100% - 160px );
      margin-left: 20px; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
      width: calc( 100% - 135px );
      margin-left: 10px; } }

.fs-c-cartTable__dataCell--quantity .fs-c-quantity {
  /*FORM*/
  float: none;
  display: inline-block;
  text-align: center; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__dataCell--quantity .fs-c-quantity {
      width: 50px;
      max-width: 50px; } }

.fs-c-cartTable__actionButton {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__actionButton {
      justify-content: flex-start; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__actionButton {
      justify-content: flex-end; } }
  @media screen and (min-width: 751px) {
    .fs-c-cartTable__actionButton > div {
      margin-left: 20px; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartTable__actionButton > div {
      margin-right: 20px; } }
  .fs-c-cartTable__actionButton button {
    text-align: left; }

.fs-c-cartDiscountInfo--postage {
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px; }

@media screen and (min-width: 751px) {
  .fs-c-cartDiscountInfo--postage {
    margin-left: 0;
    margin-right: 0; } }
.fs-c-cartDiscountInfo__note {
  font-size: 1.3rem; }

@media screen and (min-width: 751px) {
  .fs-c-cartDiscountInfo__note {
    font-size: 1.5rem; } }
.fs-c-productListItem__control form {
  width: 100%;
  margin-top: 10px; }

.fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  margin-bottom: 25px;
  line-height: 1.7; }

/* --------------------------------------------
 「お気に入りリスト」に入っている商品
-------------------------------------------- */
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl {
  display: none !important; }
.fs-c-wishlistProduct .fs-c-wishlistProduct__title {
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .fs-c-wishlistProduct .fs-c-wishlistProduct__title {
      margin: 3rem 0;
      font-size: 2.4rem;
      line-height: calc(35/24); } }
  @media screen and (max-width: 750px) {
    .fs-c-wishlistProduct .fs-c-wishlistProduct__title {
      margin: 2.4rem 0;
      font-size: 2.1rem;
      line-height: calc(63/42); } }
@media screen and (min-width: 751px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
    margin: 0 35px 0 0;
    max-width: 324px; } }
@media screen and (max-width: 750px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
    margin: 0 25px 0 0;
    max-width: 210px; } }

.fs-c-wishlistProduct__footer {
  width: 100%;
  text-align: center;
  display: none; }
  @media screen and (min-width: 751px) {
    .fs-c-wishlistProduct__footer {
      width: 1200px;
      margin: 0 auto; } }

/* ==============================================
 ### SYSTEM / 合計金額表示
=================================================*/
.fs-c-totalAndActions .fs-c-checkout-preview__title {
  border-bottom: none;
  padding-top: 20px; }

.fs-c-orderTotalTable {
  width: 100%;
  border: none;
  margin-bottom: 10px; }

.fs-c-orderTotalTable th,
.fs-c-orderTotalTable td {
  border: none;
  font-weight: bold; }

.fs-c-orderTotalTable tr:last-of-type th,
.fs-c-orderTotalTable tr:last-of-type td {
  border-bottom: none; }
  @media screen and (min-width: 751px) {
    .fs-c-orderTotalTable tr:last-of-type th,
    .fs-c-orderTotalTable tr:last-of-type td {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-orderTotalTable tr:last-of-type th,
    .fs-c-orderTotalTable tr:last-of-type td {
      padding-bottom: 1.5rem; } }

.fs-c-orderTotalTable > tbody > tr > th {
  text-align: left;
  font-weight: normal; }
  @media screen and (min-width: 751px) {
    .fs-c-orderTotalTable > tbody > tr > th {
      font-size: 1.5rem;
      padding: 5px 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-orderTotalTable > tbody > tr > th {
      font-size: 1.4rem;
      padding: 5px 0; } }

.fs-c-orderTotalTable > tbody > tr > td {
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .fs-c-orderTotalTable > tbody > tr > td {
      font-size: 1.5rem;
      padding: 5px 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-orderTotalTable > tbody > tr > td {
      font-size: 1.4rem;
      padding: 5px 0; } }

/* ==============================================
 ### SYSTEM ご注文完了
=================================================*/
.fs-c-checkoutSuccess {
  margin: 0 2rem; }

@media screen and (min-width: 751px) {
  .fs-c-checkoutSuccess {
    margin: 0;
    width: 100%; } }
.fs-c-checkoutSuccess h2 {
  text-align: center;
  margin-bottom: 2rem; }

@media screen and (min-width: 751px) {
  .fs-c-checkoutSuccess p {
    text-align: center; } }
/* ==============================================
 ### SYSTEM ご注文手続き(単数)
=================================================*/
.ctm_cart-container {
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .ctm_cart-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    /*    width: 1160px;*/
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap; } }
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .ctm_cart-container {
    flex-direction: column; } }

.fs-c-checkout-destination__body {
  display: block; }

.fs-c-checkout-destination__body .fs-c-checkout-destination__control {
  flex-direction: column;
  margin-left: 0; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__control {
    flex-direction: row;
    justify-content: center; } }
.fs-c-checkout-destination__body .fs-c-checkout-destination__button {
  margin: 0; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__button {
    margin-left: 20px; } }
.fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
  margin: 0;
  margin-bottom: 15px;
  min-width: 100px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
    margin-bottom: 0; } }
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .fs-body-checkout .fs-c-buttonContainer--confirmOrder,
  .fs-body-checkout-amazon .fs-c-buttonContainer--confirmOrder {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    max-width: calc( 480 / 750 * 100vw); }

  .fs-body-checkout .fs-c-button--confirmOrder,
  .fs-body-checkout-amazon .fs-c-button--confirmOrder {
    width: 100%; } }
/*.checkoutWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (min-width: 751px) {
    .checkoutWrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
}*/
.fs-l-checkout__mainColumn {
  border-top: 1px solid #B9B9B9; }
  @media screen and (min-width: 751px) {
    .fs-l-checkout__mainColumn {
      width: calc(740 / 1160* 100%);
      border-left: 1px solid #B9B9B9;
      border-right: 1px solid #B9B9B9;
      margin-bottom: 0; } }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-l-checkout__mainColumn {
      margin-right: auto;
      margin-left: auto;
      width: 75rem;
      max-width: 100%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 750px) {
    .fs-l-checkout__mainColumn {
      border-top: none;
      width: 100%;
      margin-bottom: 40px; } }

.fs-l-checkout__sideColumn {
  padding: 3rem;
  background-color: #F8F8F8; }
  @media screen and (min-width: 751px) {
    .fs-l-checkout__sideColumn {
      width: calc(340 / 1160* 100%);
      position: sticky;
      top: 76px; } }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-l-checkout__sideColumn {
      margin-right: auto;
      margin-left: auto;
      width: 75rem;
      max-width: 100%; } }
  @media screen and (max-width: 750px) {
    .fs-l-checkout__sideColumn {
      width: 100%; } }

@media screen and (min-width: 751px) {
  .fs-l-checkout__sideColumn .fs-c-button--continueShopping {
    margin-left: auto;
    margin-right: auto; } }
.fs-l-checkout__sideColumn .fs-c-agreementConfirmation {
  border: none; }
  @media screen and (min-width: 751px) {
    .fs-l-checkout__sideColumn .fs-c-agreementConfirmation {
      padding: 20px 0; } }
  @media screen and (max-width: 750px) {
    .fs-l-checkout__sideColumn .fs-c-agreementConfirmation {
      padding: 0; } }
.fs-l-checkout__sideColumn .fs-c-agreementConfirmation__addon {
  width: auto; }
.fs-l-checkout__sideColumn .fs-c-agreementConfirmation__message--newsletterUnchecked {
  background-color: #fff; }
.fs-l-checkout__sideColumn .ctm_fs-c-inputField__explanation {
  margin-top: 0; }
.fs-l-checkout__sideColumn .fs-c-privacyPolicyAgreeField {
  margin: 0 0 30px;
  padding: 0;
  text-align: left; }
.fs-l-checkout__sideColumn .fs-c-privacyPolicyAgreeField .fs-c-inputField__field {
  text-align: left; }

/* AMAZON */
.fs-c-checkout-loginGuidance {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  margin: 8px auto 20px;
  max-width: 1100px; }

@media screen and (max-width: 750px) {
  .fs-c-checkout-loginGuidance__message {
    margin-bottom: 10px;
    text-align: center; } }

@media screen and (min-width: 751px) {
  .fs-c-checkout-loginGuidance {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center; }

  .fs-c-checkout-loginGuidance__message, .fs-c-checkout-loginGuidance__button {
    align-self: center; }

  .fs-c-checkout-loginGuidance__message {
    grid-column: 1;
    grid-row: 1;
    margin-right: 24px; }

  .fs-c-checkout-loginGuidance__button {
    grid-column: 2;
    grid-row: 1; } }
.fs-c-checkout-loginGuidance:last-of-type {
  margin-bottom: 24px; }

.fs-c-checkout-loginGuidance .fs-c-button--standard {
  width: 240px; }

.fs-c-checkout-loginGuidance--unregisteredUser {
  background: #F8F8F8; }

/*手続ブロック*/
.fs-l-checkout__mainColumn > div > div {
  border-bottom: 1px solid #B9B9B9;
  padding: 20px; }
  @media screen and (max-width: 750px) {
    .fs-l-checkout__mainColumn > div > div {
      border-bottom: none;
      padding: 20px 0; } }

.fs-l-checkout__mainColumn > .fs-c-checkout-preview .fs-c-checkout-preview__title {
  margin-top: 20px; }
  @media screen and (min-width: 751px) {
    .fs-l-checkout__mainColumn > .fs-c-checkout-preview .fs-c-checkout-preview__title {
      margin-left: 20px;
      margin-right: 20px; } }
.fs-l-checkout__mainColumn > .fs-c-checkout-preview > div {
  padding-top: 0; }

.fs-l-checkout__mainColumn > div > div.fs-c-checkout-widgets__message {
  border: none;
  padding: 0; }

/* 見出し */
.fs-c-checkout-preview__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 10px;
  margin-bottom: 15px; }

/* お客様の情報 */
.fs-c-checkout-customerInfo {
  margin-bottom: 20px; }

.fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
  margin-bottom: 20px;
  font-size: 1.6rem; }

.fs-c-checkout-customerInfo li {
  margin-bottom: 5px; }

.fs-c-checkout-customerInfo li rt {
  font-size: 1.6rem; }

/* お届け内容 */
.fs-c-checkout-shippingOptionPreview {
  margin: 0 0 15px;
  padding: 16px;
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.fs-c-checkout-shippingOptionPreview__value {
  margin: 0;
  font-size: 1.8rem; }

.fs-c-checkout-heading {
  /*    background-color: #000;
      color: #ffffff;
      text-align: center;*/
  font-weight: bold;
  border-bottom: 1px #000 solid;
  margin: 0; }
  @media screen and (min-width: 751px) {
    .fs-c-checkout-heading {
      font-size: 1.6rem;
      /*    padding: 7px 10px;*/
      padding: 7px 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-checkout-heading {
      font-size: 1.4rem;
      /*    padding: 11px 10px;*/
      padding: 11px 0; } }

.fs-c-checkout-heading-lv2 {
  font-weight: bold; }

.fs-c-checkout-shippingDetail__outline {
  font-weight: bold; }

/* お届け先 */
.fs-c-checkout-shippingDestination {
  display: grid;
  gap: 16px 8px;
  margin-bottom: 16px; }
  @media screen and (min-width: 751px) {
    .fs-c-checkout-shippingDestination {
      grid-template-columns: 1fr auto; } }

.fs-c-checkout-shippingDestination__name {
  font-size: 1.8rem;
  display: flex;
  align-items: baseline; }

.fs-c-checkout-shippingDestination__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__title {
    grid-column: 1/span 2; } }
.fs-c-checkout-shippingDestinationUnit {
  display: grid;
  gap: 24px; }

.fs-c-checkout-shippingDestinationUnit__button {
  margin-top: -16px; }

/* お届け詳細 */
.fs-c-checkout-shippingParcel {
  border: 1px solid #e5e5e5; }

.fs-c-checkout-shippingParcel__title {
  background: #f7f7f7;
  padding: 8px; }

.fs-c-checkout-shippingParcel__productList {
  list-style: none;
  margin: 0;
  padding: 0; }

.fs-c-checkout-shippingParcel__product {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  margin: 8px;
  padding: 8px; }

.fs-c-checkout-shippingParcel__product + .fs-c-checkout-shippingParcel__product {
  border-top: 1px solid #e5e5e5; }

.fs-c-checkout-shippingParcel__productImage__image {
  width: 40px;
  height: 40px;
  object-fit: cover; }

.fs-c-checkout-shippingParcel__productInfo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 8px; }

.fs-c-checkout-shippingParcel__productName, .fs-c-checkout-shippingParcel__listedOptionPrice {
  grid-column: 1/span 2; }

.fs-c-checkout-shippingParcel__productVariation, .fs-c-checkout-shippingParcel__productSelection {
  grid-column: 1/span 2;
  font-size: 1rem; }

.fs-c-checkout-shippingParcel__productVariation::before, .fs-c-checkout-shippingParcel__productSelection::before {
  content: "("; }

.fs-c-checkout-shippingParcel__productVariation::after, .fs-c-checkout-shippingParcel__productSelection::after {
  content: ")"; }

.fs-c-checkout-shippingParcel__productVariation__choice + .fs-c-checkout-shippingParcel__productVariation__choice::before, .fs-c-checkout-shippingParcel__productVariation__choice + .fs-c-checkout-shippingParcel__productSelection__choice::before, .fs-c-checkout-shippingParcel__productSelection__choice + .fs-c-checkout-shippingParcel__productVariation__choice::before, .fs-c-checkout-shippingParcel__productSelection__choice + .fs-c-checkout-shippingParcel__productSelection__choice::before {
  content: "/"; }

.fs-c-checkout-shippingDetail__shippingCarrier__comment {
  border: 1px solid #e5e5e5;
  padding: 8px 16px; }

.fs-c-checkout-shippingDetail {
  display: grid;
  gap: 16px; }

.fs-c-checkout-shippingDetail__parcel {
  display: grid;
  gap: 16px; }

.fs-c-checkout-shippingDetail__deliveryDetail {
  background: #f7f7f7;
  padding: 8px;
  display: grid;
  gap: 16px; }

.fs-c-checkout-shippingDetail__detail {
  display: grid;
  gap: 8px; }

.fs-c-checkout-shippingDetail__shippingCarrier {
  display: grid;
  gap: 8px; }

.fs-c-checkout-shippingDetail__shippingCarrier__comment {
  border: 1px solid #e5e5e5;
  padding: 8px 16px; }

.fs-c-checkout-shippingDetail__wrappingInfo {
  display: grid;
  gap: 8px; }

.fs-c-checkout-shippingDetail__outline {
  display: grid;
  gap: 8px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
    grid-template-columns: 1fr auto;
    align-items: center; }

  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailMessage {
    grid-column: 1; }

  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailPreview {
    grid-column: 1; }

  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button {
    grid-column: 2; }

  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button:nth-child(3) {
    grid-row: 1/span 2; } }
/* お届け先情報 */
.fs-c-checkout-destination .fs-c-checkout-destination__name {
  font-size: 1.6rem; }

.fs-c-checkout-destination li rt {
  font-size: 1.6rem; }

/*お届け先変更　モーダル*/
.fs-c-checkout-addresseeList {
  margin-bottom: 30px; }

.fs-c-checkout-addresseeList .fs-c-checkout-addressee {
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
    overflow: hidden;
    *zoom: 1; } }
.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__data__address {
  margin-bottom: 20px; }

.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end; }
  @media screen and (min-width: 751px) {
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
      float: right; } }
  @media screen and (max-width: 750px) {
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
      flex-direction: column;
      gap: 10px; } }

.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control button {
  background-color: #545454;
  color: #fff; }
  @media screen and (min-width: 751px) {
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control button {
      margin-left: 10px;
      margin-right: 10px;
      width: 100px;
      padding: 8px 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control button {
      margin-left: auto;
      margin-right: auto;
      width: 240px;
      max-width: calc( 480 / 750 * 100vw); } }

@media screen and (min-width: 751px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
    width: 70%; } }
/*お支払い方法*/
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable {
  border-bottom: 1px solid #B9B9B9;
  border-left: 1px solid #B9B9B9;
  width: 100%; }

.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable thead th {
  background-color: #f0f0f0;
  border-top: 1px solid #B9B9B9;
  border-right: 1px solid #B9B9B9;
  padding: 5px; }

.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable td {
  border-top: 1px solid #B9B9B9;
  border-right: 1px solid #B9B9B9;
  padding: 5px; }

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  width: 100%;
  margin: 10px auto; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
    width: auto;
    margin: 0; } }
.fs-c-checkout-paymentMethodInfo {
  margin-bottom: 20px; }

.fs-c-creditCardIcons {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap; }

.fs-c-creditCardIcons li {
  margin-left: 10px; }

/*お届け先*/
.fs-c-checkout-destination__list {
  margin-top: 20px;
  margin-bottom: 20px; }

.fs-c-checkout-destination__list .fs-c-checkout-destination__name {
  margin-bottom: 20px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__destination {
    display: block; } }
.fs-c-checkout-destination__button {
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__button {
    width: auto;
    margin-left: 20px; } }
/*ポイント*/
.fs-c-checkout-pointInfo .fs-c-checkout-pointInfo__usePoint {
  margin-bottom: 20px; }

/*配送方法*/
.fs-c-checkout-delivery__method__title {
  font-weight: bold;
  margin-bottom: 10px; }

.fs-c-checkout-delivery__method__message {
  margin-bottom: 20px; }

.fs-c-checkout-delivery__method__deliveryDateTime {
  margin-bottom: 20px; }

/*のし・ギフト包装*/
.wrapping-message {
  margin-bottom: 20px; }

.wrapping-message .text {
  margin-bottom: 20px; }

.wrapping-message .text a {
  text-decoration: underline; }

.wrapping-message .note {
  font-size: 1.6rem; }

.fs-c-checkout-wrappingInfo__info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: baseline;
  margin: 2rem 0; }
  .fs-c-checkout-wrappingInfo__info > dd {
    font-size: 1.5rem; }

.fs-c-returnedSpecialContract {
  display: none; }

/*ご注文内容*/
.fs-c-checkout-preview .fs-c-cartTable {
  border-top: none; }
  @media screen and (max-width: 750px) {
    .fs-c-checkout-preview .fs-c-cartTable {
      margin-bottom: 0; } }

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
  border-bottom: none;
  padding: 0; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
    border: 1px solid #B9B9B9; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
  display: table-cell;
  padding: 10px;
  font-weight: normal; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
    white-space: nowrap; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell,
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
  margin-bottom: 0;
  padding: 10px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
    width: inherit; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell:last-of-type {
  border: none; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--product {
    position: relative;
    top: auto;
    left: auto; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
  padding: 10px;
  border-bottom: 1px solid #B9B9B9;
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    justify-content: flex-end; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
  padding: 10px;
  border-bottom: 1px solid #B9B9B9;
  width: 100%; }

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--point {
  width: 100%; }

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__message--preorder {
  font-size: 1.3rem;
  padding: 5px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productName {
    margin-bottom: 10px;
    padding: 5px; } }
@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productInfo {
    /*    width: 100%;*/ } }
@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-priceDisplay {
    font-size: 1.6rem; } }
/*.fs-c-checkout-preview .fs-c-confirmOrder {
margin-left: 20px;
margin-right: 20px;
}
@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-confirmOrder {
    margin: 0;
  }
}*/
.fs-c-checkout-preview .fs-c-confirmOrder {
  text-align: center; }
  .fs-c-checkout-preview .fs-c-confirmOrder .fs-c-confirmOrder__message {
    margin-top: 10px; }

/*クーポン*/
.fs-c-checkout-couponInfo__body .fs-c-checkout-couponCodeInput > *:not(:last-child) {
  margin-right: 0; }

.fs-c-checkout-couponInfo input[type="text"] {
  border: 1px solid #B9B9B9; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponInfo__message {
  margin-bottom: 20px; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 0 20px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__title {
    width: 100%; } }
.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__input {
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__input {
    width: 300px;
    margin-right: 10px !important; } }
.fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
  width: 100%;
  margin-top: 20px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
    margin-top: 0;
    width: auto; } }
.fs-c-checkout-couponInfo .fs-c-button--useCoupon {
  padding: 11px 0;
  font-size: 1.5rem;
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-button--useCoupon {
    width: 100px;
    font-weight: normal;
    padding: 8px 0; } }
.fs-c-checkout-couponInfo .fs-c-checkout-couponList li:not(last-of-child) {
  margin-bottom: 20px; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponList__item > * + * {
  margin-left: 0; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponList__couponName {
  font-weight: bold; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponList__couponDiscount {
  color: #C9002E; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #ffffff;
  font-size: 1.4rem;
  width: 100%;
  height: auto;
  max-width: 100%;
  white-space: normal;
  padding: 10px 0;
  text-align: center; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus.is-inactive {
  color: #898989; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
    /*    width: 314px;*/ } }
/* ==============================================
 ### SYSTEM / 会員登録完了
=================================================*/
.fs-c-registerSuccessMessage {
  margin-bottom: 3rem; }
  .fs-c-registerSuccessMessage p {
    margin-bottom: 1em; }
    .fs-c-registerSuccessMessage p:last-child {
      margin-bottom: 0; }

/* ==============================================
 ### SYSTEM / お客様情報入力
=================================================*/
.fs-c-agreementConfirmation {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #D2D2D2; }
  .fs-c-agreementConfirmation a {
    text-decoration: underline; }

.fs-c-agreementConfirmationArea__message {
  margin-bottom: 30px;
  text-align: center;
  background-color: #F8F8F8;
  padding: 20px;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .fs-c-agreementConfirmationArea__message {
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-agreementConfirmationArea__message {
      font-size: 1.3rem; } }

.fs-c-agreementConfirmation__message {
  margin-bottom: 1em;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .fs-c-agreementConfirmation__message {
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-agreementConfirmation__message {
      font-size: 1.3rem; } }

.fs-c-agreementConfirmation__checkbox {
  margin: 0;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .fs-c-agreementConfirmation__checkbox {
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-agreementConfirmation__checkbox {
      font-size: 1.3rem; } }

.fs-c-agreementConfirmation__password {
  margin-bottom: 30px;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .fs-c-agreementConfirmation__password {
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-agreementConfirmation__password {
      font-size: 1.3rem; } }

.fs-c-agreementConfirmation__addon {
  margin-left: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 751px) {
    .fs-c-agreementConfirmation__addon {
      width: 300px; } }

@media screen and (min-width: 751px) {
  .fs-c-button--next,
  .fs-c-button--registerAndContinue {
    width: 300px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 750px) {
  .fs-c-button--next,
  .fs-c-button--registerAndContinue {
    width: 100%; } }

@media screen and (min-width: 751px) {
  .fs-c-button--next,
  .fs-c-button--registerAndContinue {
    width: 300px;
    margin-left: auto;
    margin-right: auto; } }
/*input[type="checkbox"].fs-c-checkbox__checkbox {
  display: none;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #fff;
  border-color: #E6E6E6;
  color: #000;
  transition: all 0.5s 0s ease; }

.fs-c-checkbox__checkMark::before {
  color: #000;
  top: 2px;
  left: 2px; }*/
.fs-c-suggestedAddress__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #F8F8F8; }

.fs-c-suggestedAddress__list li {
  padding: 15px; }

.agreementConfirmation-merit {
  background-color: #F8F8F8; }
  @media screen and (min-width: 751px) {
    .agreementConfirmation-merit {
      padding: 0 30px 20px; } }
  @media screen and (max-width: 750px) {
    .agreementConfirmation-merit {
      padding: 0 15px 10px; } }
  .agreementConfirmation-merit .ttl {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #C9002E;
    font-size: 1.8rem; }
  .agreementConfirmation-merit .description ul {
    list-style-type: disc;
    margin-left: 1em; }

.fs-c-agreementConfirmation__message--newsletterUnchecked {
  background-color: #F8F8F8;
  padding: 15px; }

/* ==============================================
 ### SYSTEM / サービス連携
=================================================*/
.fs-c-linkServicesList__item {
  margin-bottom: 50px;
  border: 1px solid #BABABA;
  padding: 20px; }

@media screen and (min-width: 751px) {
  .fs-c-linkServicesList__item {
    display: flex;
    align-items: center; } }
.fs-c-linkService__service {
  font-size: 1.8rem;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 10px;
  padding: 5px;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-c-linkService__service {
    border: none;
    width: 10em;
    margin-bottom: 0;
    border-right: 1px solid #BABABA; } }
.fs-c-linkService__status {
  text-align: center;
  padding: 20px;
  background-color: #EEEDEC;
  margin-bottom: 10px; }

@media screen and (min-width: 751px) {
  .fs-c-linkService__status {
    width: 30%;
    background: none;
    margin-bottom: 0; } }
.fs-c-linkService__button {
  padding: 0 30px; }

@media screen and (min-width: 751px) {
  .fs-c-linkService__button {
    margin-left: auto; } }
.fs-body-my-linkedAccounts .fs-c-buttonContainer--pair {
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-body-my-linkedAccounts .fs-c-buttonContainer--pair {
    width: 80%;
    margin: 0 auto; } }
.fs-body-my-linkedAccounts .fs-c-buttonContainer--pair button {
  width: 100%; }

/* ==============================================
 ### PAGE: SYSTEM / ショッピングカート
=================================================*/
.fs-body-cart .fs-c-featuredProduct {
  display: none;
  height: 0; }

/* ==============================================
 ### PAGE: SYSTEM / マイページ
=================================================*/
#fs_MyPageTop .fs-c-wishlistProduct {
  display: none; }

.ctm_mypage-member-status {
  /*  border: 5px solid #ededed;*/
  text-align: center;
  margin-bottom: 50px; }

.ctm_mypage-member-status .member-total-points {
  background: #ededed;
  padding: 5px;
  margin-bottom: 10px; }

.ctm_mypage-member-status .member-total-points-value {
  font-weight: bold;
  display: inline-block; }

.ctm_mypage-member-status .member-total-points-expiration {
  background: #ededed;
  padding: 5px; }

.ctm_mypage-member-status .member-total-points-expiration-value {
  font-weight: bold;
  display: inline-block; }

.fs-clientInfo {
  display: none; }

.fs-clientInfo.is-ready {
  display: block; }

.fs-c-accountService {
  border-top: 1px solid #B9B9B9; }

.fs-c-accountService + .fs-c-accountService {
  border-top: none; }

.fs-c-accountService li {
  border-bottom: 1px solid #B9B9B9; }

.fs-c-accountService li a {
  display: block;
  font-size: 1.5rem;
  padding: 20px 10px;
  position: relative; }

.fs-c-accountService li a:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -4px; }

/* ==============================================
 ### PAGE: SYSTEM / パスワード認証
=================================================*/
.fs-body-auth .fs-c-inputField {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 750px) {
    .fs-body-auth .fs-c-inputField {
      padding: 10px 20px; } }

/* =============================================
 ### PAGE: SYSTEM / クレジットカード
============================================= */
.fs-body-my-cards .fs-c-inputInformation__field {
  margin-bottom: 30px; }

.fs-body-my-cards .fs-c-creditCardListItem {
  border: 1px solid #f0f0f0;
  margin-bottom: 30px; }

.fs-body-my-cards .fs-c-creditCardListItem.is-active {
  border-width: 5px; }

.fs-body-my-cards .fs-c-creditCardListItem:last-of-type {
  margin-bottom: 0; }

.fs-body-my-cards .fs-c-creditCardListItem .fs-c-creditCardListItem__cardInfo {
  margin-bottom: 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-cards .fs-c-creditCardListItem .fs-c-button--delete {
    width: 240px; } }
/* =============================================
 ### PAGE: SYSTEM / newsletter
============================================= */
.fs-body-newsletter-subscribe .fs-c-privacyPolicyAgreeField {
  border-top: none; }

/* =============================================
 ### PAGE: SYSTEM / register
============================================= */
.fs-body-register .fs-c-privacyPolicyAgreeField {
  border-top: none; }

/* ==============================================
 ### PAGE: SYSTEM / お届け先追加
=================================================*/
.fs-body-my-addressbook .fs-c-noResultMessage__title {
  padding: 30px;
  text-align: center; }
@media screen and (min-width: 751px) {
  .fs-body-my-addressbook .fs-c-addressBookList__addButton {
    margin-bottom: 50px; } }
@media screen and (max-width: 750px) {
  .fs-body-my-addressbook .fs-c-addressBookList__addButton {
    margin-bottom: 30px; } }
.fs-body-my-addressbook .fs-c-addressBookList__count {
  background-color: #F8F8F8;
  padding: 10px;
  text-align: right; }
.fs-body-my-addressbook .fs-c-addressBookList__list {
  margin-bottom: 50px;
  width: 100%; }
  .fs-body-my-addressbook .fs-c-addressBookList__list tr {
    border-bottom: 1px solid #B9B9B9; }
  .fs-body-my-addressbook .fs-c-addressBookList__list td {
    padding: 10px;
    vertical-align: middle; }
    @media screen and (min-width: 751px) {
      .fs-body-my-addressbook .fs-c-addressBookList__list td {
        border-bottom: 1px solid #B9B9B9; }
        .fs-body-my-addressbook .fs-c-addressBookList__list td:first-child {
          white-space: nowrap;
          width: 20%; } }
  .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: 10px; }
    @media screen and (min-width: 751px) {
      .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
        margin: 0 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (max-width: 750px) {
      .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
        flex-direction: column; } }

/* ==============================================
 ### PAGE: SYSTEM / 注文履歴
=================================================*/
.fs-body-my-orders {
  /**/ }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-history {
    overflow: hidden;
    *zoom: 1;
    max-width: 110rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
.fs-body-my-orders .fs-c-history__termCtrl {
  padding: 10px; }

.fs-body-my-orders .fs-c-history__info {
  border: 1px solid #E6E6E6;
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-history__info {
    width: 33%;
    float: right; } }
.fs-body-my-orders .fs-c-history__infoSummary {
  margin-top: 20px; }

.fs-body-my-orders .fs-c-history__total {
  margin-top: 20px; }

.fs-body-my-orders .fs-c-history__total dt {
  border-top: 1px solid #E6E6E6;
  padding: 15px;
  font-weight: bold; }

.fs-body-my-orders .fs-c-history__total dd {
  border-top: 1px solid #E6E6E6;
  text-align: right;
  padding: 15px; }

.fs-body-my-orders .fs-c-history__term {
  text-align: center; }

.fs-body-my-orders .fs-c-pairList {
  grid-column-gap: 0;
  grid-row-gap: 0; }

.fs-body-my-orders .fs-c-pairList > dt::after {
  display: none; }

.fs-body-my-orders .fs-c-history__listContainer {
  margin-bottom: 50px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-history__listContainer {
    width: 65%;
    float: left; } }
.fs-body-my-orders .fs-c-listControl {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: right; }

.fs-body-my-orders .fs-c-orderHistory {
  margin-bottom: 30px; }

.fs-body-my-orders .fs-c-orderHistoryItem {
  border: 1px solid #E6E6E6;
  margin-top: 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem {
    padding: 0; } }
.fs-body-my-orders .fs-c-orderHistoryItem .fs-c-productImage__image {
  margin-left: auto;
  margin-right: auto; }

.fs-body-my-orders .fs-c-orderHistoryItem__header {
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header {
    background-color: #F8F8F8;
    margin-bottom: 0;
    padding-bottom: 20px; } }
.fs-body-my-orders .fs-c-orderHistoryItem__header dl {
  margin: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #B9B9B9;
  padding: 15px 5px;
  background-color: #F8F8F8; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header dl {
    display: block;
    border: none;
    padding: 20px;
    background-color: transparent; } }
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
    text-align: center; } }
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dd {
  margin: 0;
  padding: 0; }

.fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
  margin-bottom: 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; } }
.fs-body-my-orders .fs-c-orderHistoryItem__header__button {
  margin-left: auto;
  margin-right: auto;
  /*    max-width: 280px;*/ }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header__button {
    padding: 0 20px; } }
.fs-body-my-orders .fs-c-orderHistoryItem__body {
  border-top: 1px solid #E6E6E6; }

.fs-body-my-orders .fs-c-orderHistoryItem__product {
  padding: 20px;
  border-bottom: 1px solid #E6E6E6; }

.fs-body-my-orders .fs-c-orderHistoryItem__product:last-of-type {
  border: none; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__product {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.fs-body-my-orders .fs-c-orderHistoryItem__product > div {
  margin-bottom: 10px; }

.fs-body-my-orders .fs-c-orderHistoryItem__product > div.fs-c-orderHistoryItem__button {
  display: none; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__product > div {
    margin-bottom: 0;
    padding: 10px; } }
.fs-body-my-orders .fs-c-orderHistoryItem__productImage {
  width: 50%;
  margin: 0 auto 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productImage {
    width: 25%; } }
.fs-body-my-orders .fs-c-orderHistoryItem__productName {
  width: 100%;
  text-align: center;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productName {
    width: 40%;
    text-align: left; } }
@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
    width: 20%; } }
.fs-body-my-orders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
  text-align: center; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
    width: 15%; } }
.fs-body-my-orders .fs-c-orderHistoryItem__button {
  margin-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__button {
    width: 25%;
    padding: 10px 0; } }
@media screen and (min-width: 751px) {
  .my-orders-article {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: none;
    max-width: none; } }
/* ==============================================
 ### STYLE PAGE: SYSTEM / 注文履歴詳細
=================================================*/
.fs-body-my-orders-details .fs-c-orderDetail {
  max-width: 110rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
    font-size: 1.7rem; } }
.fs-body-my-orders-details .fs-c-orderDetail h3 {
  font-size: 1.6rem; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail h3 {
    font-size: 1.7rem; } }
.fs-body-my-orders-details .fs-c-orderDetail__data {
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail__data {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px; } }
.fs-body-my-orders-details .fs-c-orderDetailList {
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  @inlcude clearfix; }

.fs-body-my-orders-details .fs-c-orderDetailList dt {
  float: left;
  width: 8em;
  clear: both;
  margin: 0;
  padding: 10px;
  background-color: #F8F8F8;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6; }

.fs-body-my-orders-details .fs-c-orderDetailList dd {
  margin: 0;
  margin-left: 8em;
  padding: 10px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6; }

.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
  margin-bottom: 50px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
    overflow: hidden;
    *zoom: 1; } }
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  background-color: #F8F8F8;
  padding: 10px; }

.fs-body-my-orders-details .fs-c-orderPerAddressee__headingNumber {
  margin-right: 15px; }

.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
  padding: 10px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
    padding: 20px;
    margin-bottom: 30px; } }
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
  font-weight: bold;
  margin-bottom: 5px; }

.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
  margin: 0;
  margin-bottom: 10px; }

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
  margin-bottom: 0;
  display: block; }

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
  margin-bottom: 0;
  padding: 20px;
  display: block; }

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
  margin-bottom: 0;
  padding: 20px;
  display: block; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
    width: 65%;
    float: left; } }
.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productInfo {
  width: calc(100% - 110px); }

.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
  padding-bottom: 10px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    float: right;
    width: 32%;
    margin: 0;
    border: 1px solid #E6E6E6;
    padding: 0 20px 20px; } }
.fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
  font-size: 1.7rem; }

.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 50px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
    overflow: hidden;
    *zoom: 1; } }
@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable {
    width: 65%;
    float: left; } }
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__productInfo {
  width: 100%; }

.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
  padding-bottom: 10px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
    float: right;
    width: 32%;
    margin: 0;
    border: 1px solid #E6E6E6;
    padding: 0 20px 20px; } }
.fs-body-my-orders-details .fs-c-deliveryInfoList {
  margin-left: 10px;
  margin-right: 10px; }

.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin: 10px;
  margin-left: 10px;
  width: calc(100% - 20px); }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderPaymentTable {
    width: 100%;
    margin: 0; } }
/* =============================================================================
 ### STYLE PAGE: SYSTEM / ポイント履歴
============================================================================= */
.fs-body-my-points .fs-c-history__info {
  margin-bottom: 50px; }

.fs-body-my-points .fs-c-listControl {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  text-align: right; }

.fs-body-my-points .fs-c-pointSummary {
  background-color: #F8F8F8;
  padding: 10px 20px 20px;
  border: 1px solid #E6E6E6;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 751px) {
  .fs-body-my-points .fs-c-pointSummary {
    width: 500px;
    margin: 0 auto;
    padding: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.fs-body-my-points .fs-c-pointSummary dt {
  width: 60%;
  padding: 10px;
  border-bottom: 1px solid #ededed; }

.fs-body-my-points .fs-c-pointSummary dd {
  width: 40%;
  margin: 0;
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid #ededed; }

.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--availablePoint {
  font-size: 1.7rem; }

.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
  font-size: 2rem;
  font-weight: bold;
  color: #F30000; }

.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--limitedPoint {
  text-align: right; }

.fs-body-my-points .fs-c-dropdown {
  margin-bottom: 30px;
  width: 50%; }

@media screen and (min-width: 751px) {
  .fs-body-my-points .fs-c-dropdown {
    width: 30%; } }
.fs-body-my-points .fs-c-dropdown::after {
  border-left: 1px solid #ededed; }

.fs-body-my-points .fs-c-pointListTable {
  width: 100%;
  margin-bottom: 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-points .fs-c-pointListTable {
    border-collapse: collapse;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6; } }
@media screen and (min-width: 751px) {
  .fs-body-my-points .fs-c-pointListTable th {
    padding: 10px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6; } }
.fs-body-my-points .fs-c-pointListTable td {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #E6E6E6; }

@media screen and (min-width: 751px) {
  .fs-body-my-points .fs-c-pointListTable td {
    border-right: 1px solid #E6E6E6;
    vertical-align: middle; } }
.fs-body-my-points .fs-c-pointListTable + .fs-c-listControl {
  border-top: 1px solid #000;
  border-bottom: none; }

/* =============================================
 ###　PAGE: PRODUCT GROUP
============================================= */
@media screen and (min-width: 751px) {
  .ctm_group-header {
    margin-top: 6rem;
    margin-bottom: 10rem; } }
@media screen and (max-width: 750px) {
  .ctm_group-header {
    margin-top: 5rem;
    margin-bottom: 3.2rem; } }
.ctm_group-header .ctm_heading--page {
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .ctm_group-header .ctm_heading--page {
      margin-bottom: 2.8rem;
      font-size: 3.4rem;
      line-height: 4.9rem; } }
  @media screen and (max-width: 750px) {
    .ctm_group-header .ctm_heading--page {
      margin-bottom: 2rem;
      font-size: 2.4rem;
      line-height: calc(63/48); } }

/* =============================================
 ###　PAGE: SEARCH
============================================= */
@media screen and (min-width: 751px) {
  .ctm_search-header {
    margin-top: 6rem;
    margin-bottom: 10rem; } }
@media screen and (max-width: 750px) {
  .ctm_search-header {
    margin-top: 5rem;
    margin-bottom: 3.2rem; } }
.ctm_search-header .ctm_heading--page {
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .ctm_search-header .ctm_heading--page {
      font-size: 3.4rem;
      line-height: 4.9rem; } }
  @media screen and (max-width: 750px) {
    .ctm_search-header .ctm_heading--page {
      font-size: 2.4rem;
      line-height: calc(63/48); } }

/* =============================================
 ###　PAGE: PRODUCT DETAIL
============================================= */
/* --------------------------------------------
 PRODUCT DATAIL IMAGE
-------------------------------------------- */
.fs-c-productCarouselMainImage {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 750px) {
    .fs-c-productCarouselMainImage {
      flex-direction: column;
      margin-right: calc( var(--sp-lr) * -1 );
      margin-left: calc( var(--sp-lr) * -1 );
      width: calc(100% + calc( var(--sp-lr) * 2 )); } }

@media screen and (min-width: 751px) {
  .fs-c-productCarouselMainImage__carousel {
    width: calc(540/630*100%);
    order: 2; } }
@media screen and (max-width: 750px) {
  .fs-c-productCarouselMainImage__carousel {
    flex-direction: column; } }
.fs-c-productCarouselMainImage__carousel .slick-arrow {
  display: none !important; }

@media screen and (min-width: 751px) {
  .fs-c-productCarouselMainImage__image > img {
    /*1160-1499*/
    /*    width: 540px;*/
    width: calc( 530 / 1160 * 100vw ); } }
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .fs-c-productCarouselMainImage__image > img {
    /*751-1159*/
    /*    width: calc( 405 / 1100 * 100vw );*/
    width: calc( 415 / 1100 * 100vw ); } }
@media screen and (min-width: 1500px) {
  .fs-c-productCarouselMainImage__image > img {
    width: 648px; } }
@media screen and (max-width: 750px) {
  .fs-c-productCarouselMainImage__image > img {
    max-width: 100vw;
    max-height: none; } }

@media screen and (min-width: 751px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    width: calc(60/630*100%);
    order: 1;
    flex-direction: column;
    overflow-x: visible; } }
@media screen and (max-width: 750px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    margin-bottom: 4rem; } }
.fs-c-productCarouselMainImage__thumbnailList > li {
  border: 1px transparent solid; }
  @media screen and (min-width: 751px) {
    .fs-c-productCarouselMainImage__thumbnailList > li {
      flex-basis: auto;
      flex-shrink: 0;
      margin: 0 0 8px; } }
  .fs-c-productCarouselMainImage__thumbnailList > li.slick-active {
    border-color: #9D9D9D; }
  @media screen and (max-width: 750px) {
    .fs-c-productCarouselMainImage__thumbnailList > li:first-of-type {
      margin-left: 2rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productCarouselMainImage__thumbnailList > li:last-of-type {
      margin-right: 2rem; } }

.fs-c-productCarouselMainImage__expandButton {
  display: none; }

.ctm_product_image-caption {
  text-align: right; }
  @media screen and (min-width: 751px) {
    .ctm_product_image-caption {
      margin-top: 1.5rem;
      font-size: 1.4rem;
      line-height: calc( 27/14 ); } }
  @media screen and (max-width: 750px) {
    .ctm_product_image-caption {
      margin-top: 1.2rem;
      margin-bottom: 3rem;
      font-size: 1.2rem;
      line-height: calc( 35/12 );
      padding-left: var(--sp-lr);
      padding-right: var(--sp-lr); } }

/* --------------------------------------------
 PRODUCT DATAIL CONTENT
-------------------------------------------- */
.fs-c-productNameHeading {
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .fs-c-productNameHeading {
      margin-bottom: 1rem;
      font-size: 2.8rem;
      font-weight: 500;
      line-height: calc(42/28); } }
  @media screen and (max-width: 750px) {
    .fs-c-productNameHeading {
      margin-top: 0;
      margin-bottom: 1.2rem;
      font-size: 2rem;
      line-height: 1.5; } }

.fs-c-productNameHeading__copy {
  display: block; }

.ctm_l-product-meta {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between; }

.fs-c-productPointDisplay {
  font-size: 1.2rem;
  line-height: 1.5; }

.fs-c-productNumber {
  font-size: 1.2rem;
  line-height: 1.5; }

/* --------------------------------------------
 PRODUCT DETAIL PRICE
-------------------------------------------- */
.ctm_l-product-detail .fs-c-productPrices--productDetail {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /* LISTED */ }
  @media screen and (max-width: 750px) {
    .ctm_l-product-detail .fs-c-productPrices--productDetail {
      margin-bottom: .8rem; } }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice {
    font-weight: 600; }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice {
        font-size: 2.4rem; } }
    @media screen and (max-width: 750px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice {
        font-size: 2.4rem; } }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__main__label {
        font-size: 2rem; } }
    @media screen and (max-width: 750px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__main__label {
        font-size: 2rem; } }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) {
        font-size: 2rem; } }
    @media screen and (max-width: 750px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) {
        font-size: 1.6rem; } }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) .fs-c-productPrice__addon__label {
        font-size: 1.4rem; } }
    @media screen and (max-width: 750px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) .fs-c-productPrice__addon__label {
        font-size: 1.2rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__addon__label {
      font-weight: normal;
      margin-left: 0;
      /*    &:before {
            content: '(';
          }
          &:after {
            content: ')';
          }*/ }
      @media screen and (min-width: 751px) {
        .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__addon__label {
          font-size: 1.2rem; } }
      @media screen and (max-width: 750px) {
        .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__addon__label {
          font-size: 1.2rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__main,
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__addon {
      display: inline; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-price {
    display: inline; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member {
    color: #C9002E;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
      display: inline-block;
      margin-right: 1em;
      text-align: center;
      margin: 0;
      padding: 6px 1em 3px;
      margin-right: 20px;
      line-height: 1.1; }
      @media screen and (min-width: 751px) {
        .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
          margin-top: -5px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 750px) {
        .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
          font-size: 1.4rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__price {
      padding-right: 8px;
      line-height: 1em; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed {
    margin-right: 2rem;
    font-size: 1.8rem; }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed {
        margin-right: 2rem;
        font-size: 1.8rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-price__value {
      text-decoration: line-through; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrice__main__label,
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrice__addon--listed {
      display: none; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling {
      color: #F30000; }
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__label {
        margin-right: .5rem;
        display: inline-block;
        padding: 1px 5px;
        vertical-align: 4px;
        font-size: 1.2rem;
        color: #fff;
        background: #F30000; }

/* --------------------------------------------
 PRODUCT DETAIL PAGE CART
-------------------------------------------- */
.fs-c-variationAndActions__variationLabel {
  display: none; }

.fs-c-variationAndActions__variation .fs-c-variationList__item__title {
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .fs-c-variationAndActions__variation .fs-c-variationList__item__title {
      font-size: 1.8rem;
      line-height: 2; } }
  @media screen and (max-width: 750px) {
    .fs-c-variationAndActions__variation .fs-c-variationList__item__title {
      font-size: 1.5rem;
      line-height: calc(36/30); } }
.fs-c-variationAndActions__variation .fs-c-variationList__item {
  margin-bottom: 2rem; }
.fs-c-variationAndActions__variation .fs-c-variationList__item__cart {
  padding: 0; }
.fs-c-variationAndActions__variation .fs-c-variationList__item__body {
  padding: 0 0;
  align-items: center; }

.fs-c-variationCart > li {
  /*  border: #B9B9B9 solid;
    border-width: 1px 0; */
  padding: 0.5rem 0;
  position: relative;
  /*  margin-top: 4.5rem;*/ }
  @media screen and (min-width: 751px) {
    .fs-c-variationCart > li {
      -ms-grid-columns: auto 192px 3em;
      grid-template-columns: auto 192px 3em; } }
  @media screen and (max-width: 750px) {
    .fs-c-variationCart > li {
      -ms-grid-columns: auto 178px 3em;
      grid-template-columns: auto  178px 3em; } }
  .fs-c-variationCart > li + li {
    margin-top: 0; }

.fs-c-variationCart__cartButton {
  text-align: center; }

.fs-c-variationCart__cartButton > button {
  -webkit-appearance: none;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.5rem;
  padding: 10px; }

.fs-c-variationCart__variationName {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.fs-c-variationCart__variationName__name {
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .fs-c-variationCart__variationName__name {
      font-size: 1.6rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-variationCart__variationName__name {
      font-size: 1.4rem; } }

.fs-c-variationCart__variationName__shippingDate,
.fs-c-variationCart__variationName__stock {
  text-align: right;
  padding-right: 3rem;
  color: #9D9D9D; }
  @media screen and (min-width: 751px) {
    .fs-c-variationCart__variationName__shippingDate,
    .fs-c-variationCart__variationName__stock {
      font-size: 1.4rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-variationCart__variationName__shippingDate,
    .fs-c-variationCart__variationName__stock {
      font-size: 1.2rem; } }

.fs-c-variationCart__variationName__stock {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.fs-c-variationCart__wishlist {
  padding-left: 10px;
  order: 3; }

.fs-c-productPreorderMessage {
  /*  color: #C9002E;*/
  line-height: 1.5;
  margin-bottom: 2rem; }
  @media screen and (min-width: 751px) {
    .fs-c-productPreorderMessage {
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productPreorderMessage {
      font-size: 1.4rem; } }
  .fs-c-productPreorderMessage .ctm_productPreorderMessage__label {
    margin-bottom: 1rem;
    border: 1px dotted #F30000;
    color: #F30000;
    text-align: center;
    padding: 1rem;
    /*    @include pc {
        font-size: 1.7rem;
        }
        @include sp {
        font-size: 1.5rem;
        }*/ }

.fs-c-productNotice--outOfStock {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px dotted #F30000;
  color: #F30000;
  text-align: center;
  padding: 1rem;
  /*    @include pc {
      font-size: 1.7rem;
      }
      @include sp {
      font-size: 1.5rem;
      }*/ }

/* --------------------------------------------
 Product Variation
-------------------------------------------- */
@media screen and (max-width: 750px) {
  .ctm_product_variation .fs-c-featuredProduct {
    /*        margin-right: calc(var(--sp-lr)* -1);
            margin-left: calc(var(--sp-lr)* -1);
            width: calc(100% + calc(var(--sp-lr)* 2));*/ } }
.ctm_product_variation .fs-c-featuredProduct .fs-c-productListItem__image {
  width: 50px;
  /**/ }
.ctm_product_variation .fs-c-featuredProduct .fs-c-featuredProduct__list {
  align-items: flex-start; }
  @media screen and (max-width: 750px) {
    .ctm_product_variation .fs-c-featuredProduct .fs-c-featuredProduct__list {
      position: relative; } }
@media screen and (max-width: 750px) {
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel {
    position: relative; } }
@media screen and (min-width: 751px) {
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__ctrl {
    flex-basis: 32px;
    min-width: 32px; } }
@media screen and (max-width: 750px) {
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__ctrl {
    /*        position: absolute;
            margin-top: 0;
            top: 9px;*/ } }
.ctm_product_variation .fs-c-featuredProduct .slick-slide {
  /*      @include sp {
          &:first-child {
          margin-left: calc(var(--sp-lr));
          }
          &:last-child {
          margin-right: calc(var(--sp-lr));
          }
        }*/ }
.ctm_product_variation .fs-c-featuredProduct .fs-c-button--carousel {
  margin-top: 9px;
  display: block;
  width: 32px;
  height: 32px;
  position: relative; }
  .ctm_product_variation .fs-c-featuredProduct .fs-c-button--carousel:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: solid 1px #000;
    border-right: solid 1px #000; }
  .ctm_product_variation .fs-c-featuredProduct .fs-c-button--carousel.fs-c-button--carousel--prev:before {
    left: 9px;
    right: auto;
    transform: rotate(-135deg); }
  .ctm_product_variation .fs-c-featuredProduct .fs-c-button--carousel.fs-c-button--carousel--next:before {
    left: auto;
    right: 9px;
    transform: rotate(45deg); }
  .ctm_product_variation .fs-c-featuredProduct .fs-c-button--carousel .fs-c-button__label {
    display: none; }
.ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
  flex-basis: 50px;
  max-width: 50px;
  min-width: 50px; }
  @media screen and (min-width: 751px) {
    .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
      margin: 0 10px; } }
  @media screen and (max-width: 750px) {
    .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
      margin: 0 5px; } }
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item > div,
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item > h2,
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main__label,
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
    display: none; }
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer {
    display: block; }
  .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
    display: block; }
    .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__prices > div {
      display: none; }
    .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling {
      display: block; }
      .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling span {
        justify-content: center;
        color: var(--c_gray); }
        @media screen and (min-width: 751px) {
          .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling span {
            font-size: 1.2rem; } }
        @media screen and (max-width: 750px) {
          .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling span {
            font-size: 1.1rem; } }
    .ctm_product_variation .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-price {
      word-break: break-all; }
.ctm_product_variation .fs-c-featuredProduct__header {
  display: none; }

.ctm_product_variation__title {
  margin: 1rem 0;
  font-weight: 500; }
  @media screen and (min-width: 751px) {
    .ctm_product_variation__title {
      font-size: 1.8rem;
      line-height: 2; } }
  @media screen and (max-width: 750px) {
    .ctm_product_variation__title {
      font-size: 1.5rem;
      line-height: calc(36/30); } }

.ctm_product_data {
  margin: 4rem 0; }

/* --------------------------------------------
 ACC CUSTOM
-------------------------------------------- */
.ctm_acc-item {
  border-bottom: #000 1px solid; }
  @media screen and (max-width: 750px) {
    .ctm_acc-item {
      margin-bottom: 1.5rem; } }
  .ctm_acc-item .ctm_acc__label {
    position: relative;
    cursor: pointer;
    padding: 1rem 0;
    font-weight: 500; }
    @media screen and (min-width: 751px) {
      .ctm_acc-item .ctm_acc__label {
        font-size: 1.8rem;
        line-height: 2; } }
    @media screen and (max-width: 750px) {
      .ctm_acc-item .ctm_acc__label {
        font-size: 1.5rem;
        line-height: calc(38/30); } }
    .ctm_acc-item .ctm_acc__label:after {
      content: '';
      display: block;
      position: absolute;
      border: #000 solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      transition: all .3s;
      visibility: visible; }
      @media screen and (min-width: 751px) {
        .ctm_acc-item .ctm_acc__label:after {
          right: 5px;
          width: 16px;
          height: 16px;
          border-width: 2px 2px 0 0;
          top: calc( 50%  - 10px); } }
      @media screen and (max-width: 750px) {
        .ctm_acc-item .ctm_acc__label:after {
          right: 8px;
          width: 11px;
          height: 11px;
          border-width: 1px 1px 0 0;
          top: calc( 50%  - 6px); } }
    .ctm_acc-item .ctm_acc__label.openAcc:after {
      top: calc( 50%  - 3px);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .ctm_acc-item .ctm_acc__content {
    display: none; }
    @media screen and (min-width: 751px) {
      .ctm_acc-item .ctm_acc__content {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
        font-size: 1.5rem;
        line-height: calc(22/15); } }
    @media screen and (max-width: 750px) {
      .ctm_acc-item .ctm_acc__content {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.3rem;
        line-height: calc(44/26); } }
  @media screen and (min-width: 751px) {
    .ctm_acc-item .fs-p-productDescription--full {
      line-height: 1.7; } }
  @media screen and (max-width: 750px) {
    .ctm_acc-item .fs-p-productDescription--full {
      margin-bottom: 5rem; } }

/* DATA TABLE */
.ctm_product_sizedata {
  width: 100%;
  table-layout: fixed; }
  .ctm_product_sizedata tr {
    border-bottom: 1px #E6E6E6 solid; }
  .ctm_product_sizedata tr:first-of-type,
  .ctm_product_sizedata tr:last-of-type {
    border-bottom: none; }
  .ctm_product_sizedata th, .ctm_product_sizedata td {
    text-align: center; }
    @media screen and (min-width: 751px) {
      .ctm_product_sizedata th, .ctm_product_sizedata td {
        padding: 1.2rem;
        font-size: 1.5rem;
        line-height: 2.7rem; } }
    @media screen and (max-width: 750px) {
      .ctm_product_sizedata th, .ctm_product_sizedata td {
        padding: 1rem;
        font-size: 1.3rem;
        line-height: 1.4rem; } }
  .ctm_product_sizedata th {
    font-weight: 500; }
  .ctm_product_sizedata tr:first-of-type th,
  .ctm_product_sizedata tr:first-of-type td {
    padding-bottom: 0; }
    @media screen and (max-width: 750px) {
      .ctm_product_sizedata tr:first-of-type th,
      .ctm_product_sizedata tr:first-of-type td {
        padding-top: 0; } }

.ctm_product_size-caption {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #9D9D9D;
  text-align: right; }
  .ctm_product_size-caption a {
    text-decoration: underline; }
    .ctm_product_size-caption a:hover {
      text-decoration: none; }

.ctm_product_specdata {
  margin-top: 2rem;
  width: 100%; }
  .ctm_product_specdata th, .ctm_product_specdata td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: .2rem 0; }
    @media screen and (min-width: 751px) {
      .ctm_product_specdata th, .ctm_product_specdata td {
        font-size: 1.5rem;
        line-height: 2.7rem; } }
    @media screen and (max-width: 750px) {
      .ctm_product_specdata th, .ctm_product_specdata td {
        font-size: 1.3rem;
        line-height: 1.4rem; } }
  @media screen and (min-width: 751px) {
    .ctm_product_specdata th {
      padding-right: 1rem;
      width: 10rem; } }
  @media screen and (max-width: 750px) {
    .ctm_product_specdata th {
      padding-right: 1em;
      width: 6em; } }

/* =============================================
 ### GUIDE TOP
============================================= */
.ctm_guide__top {
  margin-bottom: 1rem; }
  @media screen and (min-width: 751px) {
    .ctm_guide__top .ctm_guide__menu {
      border-top: none;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 750px) {
    .ctm_guide__top .ctm_guide__menu {
      border-top: 1px solid #E6E6E6; } }
  @media screen and (min-width: 751px) {
    .ctm_guide__top .ctm_guide__menu .item {
      width: 30%;
      border-top: 1px solid #E6E6E6;
      padding-top: 30px;
      margin-bottom: 75px; } }
  .ctm_guide__top .ctm_guide__menu h2 {
    font-weight: 500; }
    @media screen and (min-width: 751px) {
      .ctm_guide__top .ctm_guide__menu h2 {
        padding: 0;
        border-bottom: none;
        position: relative;
        margin-bottom: 20px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 750px) {
      .ctm_guide__top .ctm_guide__menu h2 {
        padding: 15px 10px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
        font-size: 1.4rem; } }
    .ctm_guide__top .ctm_guide__menu h2:after {
      display: none; }
      @media screen and (max-width: 750px) {
        .ctm_guide__top .ctm_guide__menu h2:after {
          content: '';
          display: block;
          position: absolute;
          top: calc(50% - 6.5px);
          right: 15px;
          width: 13px;
          height: 13px;
          background: url(../img/common/ico_arrow.svg) 0 0/contain no-repeat;
          transform: rotate(90deg);
          transition: transform ease .3s; } }
  @media screen and (min-width: 751px) {
    .ctm_guide__top .ctm_guide__menu ul {
      display: block;
      border-bottom: none; } }
  @media screen and (max-width: 750px) {
    .ctm_guide__top .ctm_guide__menu ul {
      display: none;
      border-bottom: 1px solid #E6E6E6; } }
  @media screen and (min-width: 751px) {
    .ctm_guide__top .ctm_guide__menu ul li {
      border-bottom: none;
      margin-bottom: 10px; } }
  @media screen and (max-width: 750px) {
    .ctm_guide__top .ctm_guide__menu ul li {
      border-bottom: 1px solid #E6E6E6; } }
  @media screen and (max-width: 750px) {
    .ctm_guide__top .ctm_guide__menu ul li:last-of-type {
      border-bottom: none; } }
  @media screen and (min-width: 751px) {
    .ctm_guide__top .ctm_guide__menu ul li a {
      display: block;
      padding: 0;
      position: relative;
      font-weight: 400; } }
  @media screen and (max-width: 750px) {
    .ctm_guide__top .ctm_guide__menu ul li a {
      display: block;
      font-size: 1.2rem;
      padding: 15px 20px;
      position: relative;
      font-weight: 400; } }
  @media screen and (max-width: 750px) {
    .ctm_guide__top .ctm_guide__menu .dropdown.open ul {
      display: block; } }
  @media screen and (max-width: 750px) {
    .ctm_guide__top .ctm_guide__menu h2.open:after {
      transform: rotate(-90deg); } }

/* =============================================
 ### FR3 レコメンド履歴
============================================= */
.fr3-productListStatic.slick-initialized {
  display: flex !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important; }

.ctm_history .fs-p-heading--lv2 {
  display: none; }
.ctm_history .fr3-productListStatic {
  padding: 0; }
  @media screen and (min-width: 751px) {
    .ctm_history .fr3-productListStatic {
      grid-template-columns: repeat(8, 1fr); } }
.ctm_history .fr3-item.slick-slide {
  display: block;
  margin-right: calc(24 / 750* 100vw);
  width: calc(240 / 750* 100vw); }
.ctm_history .fr3-item__productName {
  display: none; }
.ctm_history .fr3-item__productPrice {
  display: none; }

/* =============================================
 ### FR3 レコメンド
============================================= */
.ctm_fr3list .fs-p-heading--lv2 {
  display: none; }
.ctm_fr3list .fr3-productListStatic {
  padding: 0; }
  @media screen and (min-width: 751px) {
    .ctm_fr3list .fr3-productListStatic {
      grid-template-columns: repeat(4, 1fr) !important; } }
  @media screen and (max-width: 750px) {
    .ctm_fr3list .fr3-productListStatic {
      display: -webkit-flex;
      display: flex;
      grid-template-columns: 1r; } }
  @media screen and (max-width: 750px) {
    .ctm_fr3list .fr3-productListStatic .fr3-item {
      display: block;
      margin-right: calc(50 / 750* 100vw);
      width: calc(420 / 750* 100vw); } }
@media screen and (min-width: 751px) {
  .ctm_fr3list .fr3-item__productName {
    font-size: 1.6rem; } }
@media screen and (max-width: 750px) {
  .ctm_fr3list .fr3-item__productName {
    font-size: 1.5rem; } }
@media screen and (min-width: 751px) {
  .ctm_fr3list .fr3-item__productPrice__price,
  .ctm_fr3list .fr3-item__productPrice__addon {
    font-size: 1.6rem; } }
@media screen and (max-width: 750px) {
  .ctm_fr3list .fr3-item__productPrice__price,
  .ctm_fr3list .fr3-item__productPrice__addon {
    font-size: 1.5rem; } }
.ctm_fr3list .fr3-item__productPrice__price {
  font-weight: 500; }

.ctm_fr3list__title {
  margin-bottom: 30px;
  line-height: 1.4583333333333333;
  font-size: 2.4rem;
  font-weight: 500; }
  @media screen and (max-width: 750px) {
    .ctm_fr3list__title {
      margin-bottom: 24px;
      font-size: 2.1rem; } }

/* =============================================
 ### TMP
============================================= */
/* ADJUST */
/*@media screen and (max-width: 750px) {
    .footerNavBody ul {
      margin-bottom: 20px;
      &:last-of-type {
        margin-bottom: 0;
      }
    }
}
.globalHeader input[type="text"] {
  border: none;
}
*/
/*修正*/
.fs-c-subgroup {
  display: block; }
.fs-c-subgroup .fs-c-listControl__status{
	display: none
}
.fs-c-subgroup .fs-c-subgroupList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.fs-c-subgroup .fs-c-subgroupList__item {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: flex;
    align-items: normal;
}
.fs-c-subgroup .fs-c-subgroupList__item a {
    display: block;
    background: #f7f7f7;
    color: #565656;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: 20px 10px;
    text-decoration: none;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
}
@media (max-width: 959px) {
	    .fs-c-subgroup .fs-c-subgroupList {
        justify-content: space-between;
        margin-bottom: 30px;
    }
	    .fs-c-subgroup .fs-c-subgroupList__item {
        width: 49%;
        margin-right: 0;
	}
    .fs-c-subgroup .fs-c-subgroupList__item a {
        padding: 10px;
        justify-content: flex-start;
        text-align: left;
    }
}