@charset "UTF-8";
/* --------------------------------------------
 FONTS
-------------------------------------------- */
:root {
  --font-ja: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "hiragino-kaku-gothic-pron", sans-serif;
  --font-en: "Noto Sans JP";
}

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

body {
  color: #432D2B;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  /*B*/
  line-height: 1.5;
  background-color: transparent;
  width: 100%;
}

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

a:hover {
  opacity: 0.7;
}

[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;
  border-radius: 8px;
}

input[type=text], input[type=reset], input[type=number], input[type=password], input[type=email], input[type=tel] {
  border: 2px solid #d5d4d4;
  border-radius: 8px;
}

textarea {
  border: 2px solid #d5d4d4;
  border-radius: 8px;
}

@media screen and (min-width: 992px) {
  a,
  button[type=button],
  button[type=reset],
  button[type=submit],
  input[type=button],
  input[type=submit],
  label[class*=btn_] {
    transition: 0.4s;
  }
}
/*@include sp {
	a[class*=btn_]:active,
	button[type=button]:active,
	button[type=reset]:active,
	button[type=submit]:active,
	input[type=reset]:active,
	input[type=button]:active {
		position:relative;
		top:1px;
		left:1px;
	}
}*/
/* =============================================
 ###　各メディア限定コンテンツメディアクエリ
============================================= */
@media screen and (min-width: 992px) {
  .sp-only {
    display: none !important;
  }
}
.tab-only {
  display: none !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 1159px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .tab-desktop {
    display: none !important;
  }
}
.hide-content {
  display: none !important;
}

/* =============================================
 ###　font color CLASS
============================================= */
.font_red {
  color: #C9002E;
}

.font_black {
  color: #2B292A;
}

/* =============================================
 ###　FUNCTIONAL CLASS
============================================= */
.fixed {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

/* =============================================
 ###　FUNCTIONAL CLASS (PORTING BOOTSTRAP)
============================================= */
.is_pc {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .is_pc {
    display: none !important;
  }
}
.is_sp {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .is_sp {
    display: block !important;
  }
}
.t-center {
  text-align: center;
}

.t-justify {
  text-align: justify;
}

.d-flex {
  display: flex;
}

@media screen and (max-width: 991px) {
  .d-sp-flex--between {
    display: flex;
    justify-content: space-between;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mt-3, .my-3 {
  margin-top: 10px !important;
  margin-top: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 15px !important;
  margin-top: 1.5rem !important;
}

.mt-5, .my-5 {
  margin-top: 30px !important;
  margin-top: 3rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 10px !important;
  margin-bottom: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 15px !important;
  margin-bottom: 1.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 30px !important;
  margin-bottom: 3rem !important;
}

@media (min-width: 751px) {
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .inner-grid-width, .col-md-9, .col-md-10, .outer-grid-width, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 751px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 751px) {
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}
@media (min-width: 751px) {
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}
.zoom_hover, .zoom_hover:hover .zoom_hover_target {
  position: relative;
  overflow: hidden;
  display: block;
}

.zoom_hover .image_wrap, .zoom_hover:hover .zoom_hover_target .image_wrap {
  overflow: hidden;
}

.zoom_hover img, .zoom_hover:hover .zoom_hover_target img {
  display: block;
  transition: 0.5s;
  transform: scale(1);
}

.zoom_hover.zoom_up:hover img, .zoom_hover:hover .zoom_up.zoom_hover_target:hover img {
  transform: scale(1.1);
}

.zoom_hover.zoom_up:hover .label_image, .zoom_hover:hover .zoom_up.zoom_hover_target:hover .label_image {
  transform: scale(1);
}

.zoom_hover.js_zoom_up img, .zoom_hover:hover .js_zoom_up.zoom_hover_target img {
  transform: scale(1.1);
}

.zoom_hover.zoom_down, .zoom_hover:hover .zoom_down.zoom_hover_target {
  transform: scale(1.1);
}

.zoom_hover.zoom_down:hover img, .zoom_hover:hover .zoom_down.zoom_hover_target:hover img {
  transform: scale(1);
}

.zoom_hover, .zoom_hover:hover .zoom_hover_target {
  display: block;
}

.zoom_hover .zoom_hover_target, .zoom_hover:hover .zoom_hover_target .zoom_hover_target {
  overflow: hidden;
  position: relative;
}

.zoom_hover .zoom_hover_target img, .zoom_hover:hover .zoom_hover_target .zoom_hover_target img {
  transition: 0.5s;
  display: block;
}

.zoom_hover:hover .zoom_hover_target img {
  transform: scale(1.1);
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =============================================
 ###　SLICK
============================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  visibility: visible;
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =============================================
 ###　LAYOUT
============================================= */
/* --------------------------------------------
 LAYOUT
-------------------------------------------- */
@media screen and (min-width: 992px) {
  .fs-l-page {
    width: 100%;
    margin: 0 auto;
    min-height: auto !important;
    /*  padding-bottom:36px;*/
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    /*  overflow-x: hidden;*/
  }
}
@media screen and (max-width: 991px) {
  .fs-l-page {
    padding-top: 0;
    background-color: #fff;
  }
}
.fs-preview-header {
  display: none;
}

#fs-page-error-container {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .fs-c-breadcrumb {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-breadcrumb,
  .fs-l-main,
  .ctm_l-container {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
@media screen and (min-width: 992px) {
  .fs-l-main {
    max-width: 1080px;
    margin: 0 auto 10rem;
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .fs-l-main {
    margin-bottom: 5rem;
  }
}
.ctm_l-remove {
  display: none;
}

@media screen and (min-width: 992px) {
  .ctm_system-container {
    max-width: 750px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .ctm_system-container {
    padding: 0;
    margin-bottom: 45px;
  }
}
/* PAGE SPECIFIC Layout */
@media screen and (min-width: 992px) {
  #fs_ProductDetails .fs-c-breadcrumb,
  #fs_ProductDetails .fs-l-main,
  #fs_ProductDetails .ctm_l-container {
    /*      min-width: $content-max;*/
  }
}
@media screen and (min-width: 992px) {
  #fs_ProductCategory .fs-l-main {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  #fs_ProductCategory .fs-l-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #fs_ProductCategory .ctm_group-header,
  #fs_ProductCategory .ctm_group-nav,
  #fs_ProductCategory .ctm_page-header,
  #fs_ProductCategory .ctm_page--ranking,
  #fs_ProductCategory .fs-c-productList {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
  }
}
@media screen and (max-width: 991px) {
  #fs_ProductCategory .ctm_group-header,
  #fs_ProductCategory .ctm_group-nav,
  #fs_ProductCategory .ctm_page-header,
  #fs_ProductCategory .ctm_page--guide,
  #fs_ProductCategory .ctm_page--ranking,
  #fs_ProductCategory .fs-c-productList {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}
@media screen and (min-width: 992px) {
  #fs_ProductSearch .fs-l-main {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
}
/* アンカーリンク位置調整 */
.fs-l-page .anch {
  margin-top: -70px;
  padding-top: 70px;
}

@media screen and (min-width: 992px) {
  .fs-l-page .anch {
    margin-top: 0;
    padding-top: 0;
  }
}
/* --------------------------------------------
 BREADCRUMB
-------------------------------------------- */
@media screen and (max-width: 991px) {
  .fs-c-breadcrumb {
    display: none;
  }
}
.fs-l-main + .fs-c-breadcrumb {
  display: none;
}

@media screen and (max-width: 991px) {
  .fs-l-main + .fs-c-breadcrumb {
    display: block;
  }
}
.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  color: #8b8986;
  margin: 3rem 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .fs-c-breadcrumb__list {
    margin: 1.5rem 0;
  }
}
.fs-c-breadcrumb__list--subgroup {
  display: none;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list li {
  font-size: 1.2rem;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list li:last-of-type {
  color: #2b292a;
}

@media screen and (max-width: 991px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list li:last-of-type {
    color: #432D2B;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li a {
  color: #B9B9B9;
  text-decoration: underline;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list li a:hover {
  text-decoration: none;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  margin: 0 1rem 0 0.5em;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px #B9B9B9 solid;
  border-right: 1px #B9B9B9 solid;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    margin: 0 0.4rem 0 0.1em;
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
  }
}
/* =============================================
 ###　FS SYSTEM COMPONENT
============================================= */
.fs-c-requiredMark {
  line-height: 1.5;
}

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

/* --------------------------------------------
 BTN
-------------------------------------------- */
.fs-c-button--primary {
  display: block;
  background-color: #FFA1CE;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 0;
  width: 100%;
  border: #FFA1CE 2px solid;
}

.fs-c-button--primary:hover {
  background-color: #fff;
  color: #FFA1CE;
  border: #FFA1CE 2px solid;
}

.fs-c-modal__inner .fs-c-button--primary:hover {
  border: #FFA1CE 2px solid;
}

@media screen and (min-width: 992px) {
  .fs-c-button--primary {
    font-size: 1.5rem;
    width: 228px;
  }
}
.fs-c-button--secondary {
  display: block;
  border: 2px solid #432D2B;
  border-radius: 100px;
  text-align: center;
  font-size: 1.5rem;
  padding: 15px 0;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .fs-c-button--secondary {
    width: 228px;
    padding: 15px 0;
  }
}
.fs-c-button--secondary:hover {
  opacity: 0.8;
}

.fs-c-button--standard {
  text-align: center;
  padding: 7px 15px;
  /*TW*/
  width: 100%;
  border: none;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #432D2B;
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
  .fs-c-button--standard {
    width: 228px;
    padding: 15px 0;
    font-size: 1.5rem;
  }
}
.fs-c-button--standard:hover {
  opacity: 0.8;
}

.fs-c-button--standard .fs-c-button__label {
  text-decoration: none;
}

.fs-c-button--plain {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #432D2B;
  border: none;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
  .fs-c-button--plain {
    padding: 0;
  }
}
.fs-c-button--plain:hover {
  opacity: 0.8;
}

.ctm_l-cart__subColumn .fs-c-estimatedDeliveryDate__ctrl .fs-c-button--changeLocation.fs-c-button--plain {
  margin-top: 1em;
  padding: 15px;
  width: 100%;
  border: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #432D2B;
  text-decoration: none;
  font-size: 1.4rem;
  /* background-color: #fff; */
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
  .ctm_l-cart__subColumn .fs-c-estimatedDeliveryDate__ctrl .fs-c-button--changeLocation.fs-c-button--plain {
    padding: 15px 0;
    font-size: 1.5rem;
  }
  .ctm_l-cart__subColumn .fs-c-estimatedDeliveryDate__ctrl .fs-c-button--changeLocation.fs-c-button--plain:hover {
    opacity: 0.8;
  }
}
.fs-c-button--loginAndPurchase,
.fs-c-button--confirmOrder,
.fs-c-button--purchaseHere,
.fs-c-button--registerAndPurchase {
  margin: 0 auto;
  max-width: 100%;
}

.fs-c-buttonContainer--memberRegister {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}

@media screen and (min-width: 992px) {
  .fs-c-buttonContainer--memberRegister {
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
  }
}
.fs-c-button--change--small {
  padding: 11px 0;
  font-size: 1.5rem;
  background-color: #432D2B;
  color: #fff;
  border: #432D2B 2px solid;
  border-radius: 100px;
}

.fs-c-buttonContainer--myPageTop {
  margin-top: 5rem;
}

@media screen and (min-width: 992px) {
  .fs-c-button--change--small {
    font-weight: normal;
    width: 200px;
    padding: 7px 0;
    transition: 0.3s;
  }
}
.fs-c-button--change--small:hover {
  opacity: 0.8;
}

/*お届け先リストから選ぶ*/
.fs-c-button--chooseDestination {
  width: 100%;
  padding: 11px 0;
  font-size: 1.5rem;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
  .fs-c-button--chooseDestination {
    font-weight: normal;
    width: auto;
    padding: 7px 20px;
  }
}
.fs-c-button--chooseDestination:hover {
  opacity: 0.8;
}

/* --------------------------------------------
 BUTTUN TEXT→BTN
-------------------------------------------- */
.fs-c-button--guestPurchase,
.fs-c-button--viewOrderHistoryDetail,
.fs-c-button--myPageTop {
  display: block;
  background-color: #fff;
  color: #FFA1CE;
  border: #FFA1CE 2px solid;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  width: 62%;
  padding: 15px 0;
  line-height: 1;
  margin: 0 auto;
  margin-right: auto;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
  .fs-c-button--guestPurchase,
  .fs-c-button--viewOrderHistoryDetail,
  .fs-c-button--myPageTop {
    width: 228px;
  }
}
.fs-c-button--guestPurchase:hover,
.fs-c-button--viewOrderHistoryDetail:hover,
.fs-c-button--myPageTop:hover {
  background-color: #FFA1CE;
  color: #fff;
}

/* --------------------------------------------
 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;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 992px) {
  .fs-c-button--addToWishList--icon {
    width: 32px;
    height: 32px;
  }
}
.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;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 992px) {
  .fs-c-button--removeFromWishList--icon {
    width: 32px;
    height: 32px;
  }
}
/* --------------------------------------------
 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: 1rem;
  white-space: nowrap;
}

.fs-c-button--cancel--cart .fs-c-button__label {
  display: block;
  position: relative;
  padding: 0.5em;
  line-height: 1;
  border: #B9B9B9 1px solid;
  border-radius: 100px;
  color: #B9B9B9;
}

.fs-c-button--cancel--cart .fs-c-button__label:after {
  content: none;
}

/* --------------------------------------------
 BTN あとで買う
-------------------------------------------- */
.fs-c-cartTable__actionButton button.fs-c-button--buyItLater {
  font-weight: normal;
  margin-left: 0;
  display: block;
  padding: 0.5em;
  line-height: 1;
  position: relative;
}

.fs-c-cartTable__actionButton button.fs-c-button--buyItLater:hover {
  opacity: 1 !important;
}

.fs-c-cartTable__actionButton button.fs-c-button--buyItLater img {
  display: none;
}

/* --- 通常時：枠線SVGを表示 --- */
.fs-c-cartTable__actionButton button.fs-c-button--buyItLater:before {
  content: "";
  margin: auto 0;
  position: absolute;
  left: -2.5em;
  top: 0;
  bottom: 0;
  width: 2.5em;
  height: 2.5em;
  background: url("https://estherbunny.itembox.design/item/icon_circleheart.svg") no-repeat center/contain;
}

/* --- hover時：塗りつぶしSVGをフェードイン --- */
.fs-c-cartTable__actionButton button.fs-c-button--buyItLater:after {
  content: "";
  margin: auto 0;
  position: absolute;
  left: -2.5em;
  top: 0;
  bottom: 0;
  width: 2.5em;
  height: 2.5em;
  background: url("https://estherbunny.itembox.design/item/icon_circleheart_filled.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* --- hover時（PC） --- */
@media (hover: hover) {
  .fs-c-cartTable__actionButton button.fs-c-button--buyItLater:hover::after {
    opacity: 1;
  }
}
/* --- active時（スマホタップ） --- */
.fs-c-cartTable__actionButton button.fs-c-button--buyItLater:active::after {
  opacity: 1;
}

/* --- active状態保持（例：お気に入り済みなど） --- */
.fs-c-cartTable__actionButton button.fs-c-button--buyItLater.is-active::after {
  opacity: 1;
}

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

.fs-c-cartTable__actionButton button.fs-c-button--buyItLater .fs-c-button__label:after {
  content: none;
}

/* --------------------------------------------
 BTN 変更
-------------------------------------------- */
.fs-c-button--changeInfomation {
  color: #fff;
  background-color: #432D2B;
  border: #432D2B 1px solid;
  border-radius: 100px;
  padding: 11px 3em;
  width: auto;
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
  width: 50%;
}

@media screen and (min-width: 992px) {
  .fs-c-button--changeInfomation {
    padding: 7px 2em;
  }
}
/* --------------------------------------------
 BTN 削除
-------------------------------------------- */
.fs-c-button--delete {
  background-color: #fff;
  padding: 11px 3em;
  width: 50%;
  font-size: 1.4rem;
  font-weight: normal;
  border: 1px solid #313131;
  border-radius: 100px;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .fs-c-button--delete {
    padding: 7px 2em;
  }
}
.fs-c-button--addToAddressbook {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.6rem;
  background-color: #FFA1CE;
  border-radius: 100px;
  color: #fff;
  border: none;
}

@media screen and (min-width: 992px) {
  .fs-c-button--addToAddressbook {
    width: auto;
  }
}
.fs-c-buttonContainer--topPage {
  margin: 30px 18px 0;
}

@media screen and (min-width: 992px) {
  .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;
  }
}
/* --------------------------------------------
 ボタン　2列表示
-------------------------------------------- */
.fs-c-buttonContainer--pair {
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .fs-c-buttonContainer--pair {
    justify-content: center;
  }
}
.fs-c-buttonContainer--pair .fs-c-button--primary,
.fs-c-buttonContainer--pair .fs-c-button--standard {
  width: 48%;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .fs-c-buttonContainer--pair .fs-c-button--primary,
  .fs-c-buttonContainer--pair .fs-c-button--standard {
    width: 228px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------------------------------
 FORM
-------------------------------------------- */
.fs-c-dropdown select {
  border-color: #252525;
  font-size: 1.6rem;
  /*FORM*/
}

.fs-c-dropdown::after {
  border-left: none;
  background-color: inherit;
}

.fs-c-dropdown__menu {
  border-color: #252525;
  outline: none;
  background: none;
}

@media screen and (max-width: 991px) {
  .fs-c-dropdown__menu {
    padding-right: 2em;
  }
}
.fs-c-productSelection {
  margin-bottom: 3rem;
}

.fs-c-productSelection__name {
  font-size: 1.5rem;
}

.fs-c-productSelection__field input[type=text], .fs-c-productSelection__field input[type=reset], .fs-c-productSelection__field input[type=number], .fs-c-productSelection__field input[type=password], .fs-c-productSelection__field input[type=email], .fs-c-productSelection__field input[type=tel], .fs-c-productSelection__field textarea {
  border-color: #252525;
  outline: none;
  background: none;
}

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

.fs-c-productMark {
  align-items: flex-end;
}

.fs-c-productMark__mark {
  margin: 0 3px 3px 0;
  border-radius: 2px;
  color: #fff;
  background: #252525;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .fs-c-productMark__mark {
    padding: 5px 12px 3px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productMark__mark {
    padding: 5px 8px 3px;
    font-size: 1.6rem;
    /*R*/
  }
}
.fs-c-productMark__mark.mark_sale {
  color: #fff;
  background: #FF92C6;
}

.fs-c-productListItem .fs-c-productMark__mark.mark_new {
  position: absolute;
  top: -28px;
  left: 0;
  padding: 0;
  background: transparent url(https://estherbunny.itembox.design/item/img/common/mark_new.svg) center center no-repeat;
  background-size: 100% auto;
  width: 112px;
  height: 40px;
  display: block;
}

.fs-c-productListItem .fs-c-productMark__mark.mark_new .fs-c-productMark__label {
  display: none;
}

@media screen and (max-width: 991px) {
  .fs-c-productListItem .fs-c-productMark__mark.mark_new {
    top: -14px;
    width: 78px;
    height: 28px;
  }
}
.fs-c-mark--preorder {
  color: #fff;
  background: #252525;
  display: inline-block;
  line-height: 1;
  margin: 0 2px 2px 0;
}

@media screen and (min-width: 992px) {
  .fs-c-mark--preorder {
    margin-left: 0.5rem;
    padding: 4px 18px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-mark--preorder {
    padding: 2px 9px;
    font-size: 1rem;
    /*R*/
  }
}
.fs-c-mark--preorder.mark_sale {
  color: #fff;
  background: #C9002E;
}

/* 送料無料アイコン
-------------------------------------------- */
.fs-c-productMark__mark.mark_FreeShipping {
  background-color: #ff8b91;
}

/* 包装不可アイコン
-------------------------------------------- */
.fs-c-productMark__mark.mark_wrapping_unavailable {
  background-color: #707070;
  display: none;
}

.fs-body-product .fs-c-productMark__mark.mark_wrapping_unavailable {
  display: block;
}

/* 有料ラッピング不可
-------------------------------------------- */
.fs-c-productMark__mark.mark_no_paid_wrapping_unavailable {
  background-color: #707070;
  display: none;
}

.fs-body-product .fs-c-productMark__mark.mark_no_paid_wrapping_unavailable {
  display: block;
}

/* --------------------------------------------
 FS SYSTEM MODAL
-------------------------------------------- */
.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 - 16px);
  background: #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .fs-c-modal__inner {
    width: 70%;
  }
  .fs-c-modal--checkout-creditCard-add .fs-c-modal__inner {
    max-width: 751px;
  }
}
.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 #d3d3d3;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .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: "\e911";
  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: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.fs-c-modal__contents {
  flex-grow: 1;
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .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%;
}

@media screen and (max-width: 991px) {
  .fs-c-modal__contents .fs-c-inputTable__headerCell + .fs-c-inputTable__dataCell {
    width: 100%;
  }
}
.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;
}

.fs-c-modal__contents .fs-c-buttonContainer--pair {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 20px 10px;
  margin: 0 auto;
}

.fs-c-modal__contents .fs-c-buttonContainer--pair > * {
  margin: 0 !important;
}

@media screen and (min-width: 992px) {
  .fs-c-modal__contents .fs-c-buttonContainer--pair {
    margin-bottom: 0;
    display: -ms-flex;
    display: flex;
  }
}
.fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
  margin: 0;
}

.fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--cancel {
  margin-left: 10px;
  margin-right: 10px;
}

.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: #e3dce0;
  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: 992px) {
  .fs-c-modal__contents .fs-c-inputTable--inModal > tbody > tr {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.fs-c-modal--medium .fs-c-modal__inner {
  margin: auto;
  width: 94vw;
}

@media screen and (min-width: 992px) {
  .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: 992px) {
  .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;
}

/* =============================================
 ###　CONTENT PARTS
============================================= */
/* --------------------------------------------
 PAGE HEADER
-------------------------------------------- */
.ctm_page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .ctm_page-header {
    margin: 6rem 0;
  }
}
@media screen and (max-width: 991px) {
  .ctm_page-header {
    margin: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  .ctm_page-header .ctm_heading--page {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .ctm_page-header .ctm_heading--page {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
/* --------------------------------------------
 PAGER PORTING
-------------------------------------------- */
.ctm_pager {
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .ctm_pager {
    padding: 0 15px;
  }
}
.ctm_pager > div {
  padding: 0 6px;
  display: block;
  text-align: center;
}

.ctm_pager > div a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
}

.ctm_pager > div.prev a {
  padding-left: 1em;
}

.ctm_pager > div.next a {
  padding-right: 1em;
}

.ctm_pager > div.prev a:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(225deg);
}

.ctm_pager > div.next a:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
}

/* --------------------------------------------
 FS INPUT STYLE
-------------------------------------------- */
.fs-c-inputField__explanation {
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
  .fs-c-inputField__explanation {
    font-size: 1.5rem;
  }
}
.fs-c-inputInformation__message {
  text-align: center;
  background-color: #e3dce0;
  padding: 2rem;
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .fs-c-inputInformation__message {
    font-size: 1.5rem;
  }
}
.fs-c-inputInformation__message p {
  text-align: center;
}

.fs-c-inputInformation__message .fs-c-orderedList li {
  text-align: left;
}

.ctm_customerDetails_header_mess {
  margin-bottom: 2em;
}

/* =============================================
 ###　ショッピングカートパーツ（システム）
============================================= */
/* カート商品情報ブロック */
.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-weight: normal;
  font-size: 1.4rem;
  margin-right: 8px;
  min-width: 2em;
}

.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 #B9B9B9;
  margin-bottom: 3rem;
  color: #432D2B;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable {
    border: none;
    margin-bottom: 0;
  }
  .fs-c-cartTable thead tr {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #e3dce0;
  }
}
.fs-c-cartTable > thead {
  display: none;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable > thead {
    display: none;
  }
}
.fs-c-cartTable__row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px #B9B9B9 solid;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__row {
    width: 100%;
    border: none;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 35px 35px 15px 60%;
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
  }
}
.fs-c-cartTable__dataCell {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fs-c-cartTable__dataCell .fs-c-cartTable__price {
  font-size: 16px;
  font-weight: bold;
}

.fs-c-cartTable__dataCell:last-child {
  margin-bottom: 0;
}

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

.fs-c-cartTable__dataCell--action {
  width: 100%;
  margin-top: 0;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__dataCell--action {
    margin-top: 1rem;
    padding-top: 1rem;
    justify-content: flex-end;
    min-height: 38px;
  }
}
.fs-c-cartTable__product {
  align-items: center;
  justify-content: space-between;
}

.fs-c-cartTable__productImage {
  width: 60px;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__productImage {
    width: 140px;
  }
}
.fs-c-cartTable__productImage .fs-c-productImage__image {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--gray, #B9B9B9);
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__productImage .fs-c-productImage__image {
    border-radius: 10px;
  }
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding: 0;
}

.fs-c-cartTable__productName {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__productName {
    font-size: 1.5rem;
  }
}
.fs-c-cartTable__unitPrice {
  text-align: right;
}

.fs-c-cartTable__unitPrice .fs-c-price {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__unitPrice .fs-c-price {
    font-size: 1.6rem;
  }
}
.fs-c-checkout-shippingParcel__unitPrice .fs-c-productPrice__addon,
.fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.fs-c-checkout-shippingParcel__unitPrice .fs-c-productPrice__addon:before,
.fs-c-cartTable__unitPrice .fs-c-productPrice__addon:before {
  content: "(";
}

.fs-c-checkout-shippingParcel__unitPrice .fs-c-productPrice__addon:after,
.fs-c-cartTable__unitPrice .fs-c-productPrice__addon:after {
  content: ")";
}

.fs-c-cartTable__dataCell--quantity {
  border-bottom: none;
  padding: 0;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-left: auto;
  width: auto;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .fs-c-cartTable__dataCell--quantity {
    margin-left: 80px;
  }
}
.fs-c-cartTable__dataCell--quantity:before {
  content: attr(data-cell-label);
  display: inline-flex;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__dataCell--quantity {
    padding-top: 2px;
    padding-right: 0;
    justify-content: space-between;
    width: 100%;
  }
}
.fs-c-cartTable__dataCell--subtotal {
  border-top: 1px #B9B9B9 solid;
  border-bottom: none;
  margin-bottom: 0;
  padding: 1.5rem 0 0;
}

@media screen and (max-width: 991px) {
  .fs-c-cartTable__dataCell--subtotal {
    border-top: none;
    padding: 0;
  }
}
.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value:after {
  content: " (税込)";
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__dataCell--subtotal {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    padding: 1rem 0 0;
  }
}
.fs-c-cartTable__dataCell--point {
  margin-bottom: 0;
  border-top: none;
  padding: 5px 0;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__dataCell--point {
    padding: 1rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  .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: 400;
  color: #2b292a;
}

.fs-c-cartDiscountInfo__info .fs-c-cartDiscountInfo__more {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .fs-c-cartDiscountInfo__info {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-cartDiscountInfo__info {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
/* カートページ */
@media screen and (min-width: 992px) {
  .fs-c-cartTableContainer {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .fs-l-cart__contentsArea {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-l-cart__mainColumn {
  margin-bottom: 35px;
}

.fs-l-cart__sideColumn {
  padding: 2rem 3rem;
  background-color: #ffe5f3;
  margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
  .ctm_cart_mainColumn {
    margin-top: 2.4rem;
    width: 63.7931034483%;
  }
}
.fs-l-cart__mainColumn {
  width: 100%;
}

.fs-l-cart__sideColumn {
  width: 29.3103448276%;
  padding: 3rem 3rem;
}

.fs-l-cart__sideColumn .fs-c-button--continueShopping {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ctm_l-cart__subColumn {
  padding: 0;
  background: none;
}

.ctm_l-cart__subColumn .fs-l-cart__sideColumn {
  margin-top: 2.4rem;
  margin-bottom: 3rem;
  padding: 3rem 2rem;
  color: #432D2B;
  background-color: #ffe5f3;
}

@media screen and (min-width: 992px) {
  .ctm_l-cart__subColumn {
    width: 29.3103448276%;
  }
  .ctm_l-cart__subColumn .fs-l-cart__sideColumn {
    width: 100%;
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .ctm_l-cart__subColumn .fs-l-cart__sideColumn {
    width: 100%;
  }
}
.ctm_l-cart__subColumn .fs-c-continueShopping {
  justify-content: center;
}

.ctm_l-cart__subColumn .fs-c-continueShopping .fs-c-button--continueShopping.fs-c-button--standard {
  padding: 0;
  width: auto;
  position: relative;
  border: none;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.4rem;
  background-color: inherit;
  border-radius: 0;
  color: #432D2B;
}

.ctm_l-cart__subColumn .fs-c-continueShopping .fs-c-button--continueShopping.fs-c-button--standard:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin: auto 0;
  display: block;
  border-top: 1px solid #B9B9B9;
  border-left: 1px solid #B9B9B9;
  transform: rotate(-45deg);
  position: absolute;
  left: -1.5em;
  bottom: 0.2em;
}

.fs-l-cart__sideColumn .fs-c-orderTotalTable {
  margin-bottom: 0;
}

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

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

.fs-l-cart__sideColumn .fs-c-button--loginAndPurchase {
  width: 100%;
  line-height: 2rem;
  /*C*/
}

.fs-l-cart__sideColumn .fs-c-button--unregisteredUserPurchase {
  width: 100%;
  line-height: 2rem;
  background-color: #fff;
  /*C*/
}

.fs-l-cart__sideColumn .fs-c-button--registerAndPurchase {
  width: 100%;
  line-height: 2rem;
  /*C*/
}

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

.fs-c-cartTable__dataCell--product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__dataCell--product {
    display: block;
    width: 52%;
    position: absolute;
    top: 35px;
    left: 25px;
  }
}
.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  width: calc(100% - 80px);
  margin-left: 20px;
  padding-right: 35px;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
    width: calc(100% - 160px);
    margin-left: 20px;
    padding-right: 0;
  }
}
.fs-c-cartTable__dataCell--quantity .fs-c-quantity {
  float: none;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__dataCell--quantity .fs-c-quantity {
    width: 50px;
    max-width: 50px;
  }
}
.fs-c-cartTable__dataCell--quantity .fs-c-quantity select {
  border: #432D2B 1px solid;
}

.ctm_l-cart__subColumn .fs-c-estimatedDeliveryDate {
  margin-bottom: 2em;
  line-height: 1.5;
}

.ctm_l-cart__subColumn .fs-c-estimatedDeliveryDate__ctrl {
  margin-top: 1em;
}

.fs-c-cartTable__actionButton {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 10px;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__actionButton {
    justify-content: flex-start;
  }
}
.fs-c-cartTable__actionButton > div {
  margin-left: 0;
  margin-right: 0;
}

.fs-c-cartTable__actionButton > div:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--buyItLater {
    position: absolute;
    bottom: 98px;
    left: 215px;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--buyItLater {
    margin-right: -28px;
    margin-bottom: 0;
  }
}
.fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart {
  position: absolute;
  right: 0;
  top: 20px;
  width: auto;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart {
    right: 8px;
    top: 8px;
  }
}
.fs-c-cartTable__actionButton button {
  padding: 0;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__actionButton > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.fs-c-cartTable__actionButton button {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .fs-c-cartTable__actionButton button {
    margin-bottom: 0;
  }
}
.fs-c-cartDiscountInfo--postage {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .fs-c-cartDiscountInfo--postage {
    margin-left: 0;
    margin-right: 0;
  }
}
.fs-c-cartDiscountInfo__note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.46;
  color: #959494;
}

.fs-c-cartDiscountInfo__note b {
  font-weight: 400 !important;
}

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

.fs-c-wishlistProduct__footer {
  width: 100%;
  text-align: center;
  display: none;
}

@media screen and (min-width: 992px) {
  .fs-c-wishlistProduct__footer {
    width: 1200px;
    margin: 0 auto;
  }
}
.fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.7;
}

/* ==============================================
	## 合計金額表示（システムパーツ）
=================================================*/
.fs-c-totalAndActions .fs-c-checkout-preview__title {
  border-bottom: none;
  padding-top: 20px;
}

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

.fs-c-orderTotalTable th,
.fs-c-orderTotalTable td {
  border: none;
  border-bottom: 1px solid #B9B9B9;
  font-weight: bold;
}

.fs-c-orderTotalTable tr:last-of-type th,
.fs-c-orderTotalTable tr:last-of-type td {
  border-bottom: none;
}

.fs-c-orderTotalTable > tbody > tr > th {
  text-align: left;
  padding: 2rem 2rem 2rem 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  .fs-c-orderTotalTable > tbody > tr > th {
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
.fs-c-orderTotalTable > tbody > tr > td {
  padding: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  .fs-c-orderTotalTable > tbody > tr > td {
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
/* =============================================
 ###　その他システム（システム）
============================================= */
/*結果無し*/
.fs-c-noResultMessage {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

/*ページ見出し*/
.fs-c-heading--page {
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .fs-c-heading--page {
    margin: 6rem 0;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-heading--page {
    margin: 3rem 0;
    font-size: 2.4rem;
  }
}
/*買い物を続ける*/
.fs-c-continueShopping {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.fs-c-continueShopping .fs-c-button--continueShopping {
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .fs-c-continueShopping .fs-c-button--continueShopping {
    margin: 0;
    width: 100%;
    /*    width: calc(340 / 1160* 100%);*/
  }
}
@media screen and (max-width: 991px) {
  .fs-c-continueShopping .fs-c-button--continueShopping {
    margin: 4rem 0 5rem;
  }
}
/*ログイン誘導リンク*/
.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;
}

/* ==============================================
 ### STYLE SYSTEM 会員登録
=================================================*/
@media screen and (min-width: 992px) {
  .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: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}

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

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

/* =============================================
 ### STYLE SYSTEM ショッピングカートログイン
============================================= */
/* フォームフィールド */
input[type=password]:has(+ button[type=button]) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
  border: 2px solid #d5d4d4;
  font-size: 1.6rem;
  /*FORM*/
}

.fs-c-inputGroup.fs-c-inputField__field {
  border-radius: 8px;
}

@media screen and (min-width: 992px) {
  .fs-c-fsLogin .fs-c-inputField__field {
    width: 320px;
  }
}
/* 年月日フォームサイズ */
@media screen and (min-width: 992px) {
  .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-defaultUsers {
  padding: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #d3d3d3;
}

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

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

@media screen and (min-width: 992px) {
  .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: 992px) {
  .fs-c-subSection__title {
    font-size: 1.8rem;
  }
}
/* ??? */
.entry,
.password,
.forgot-password,
.entry-mail,
.login-member,
.login-cart {
  background-color: #ffe5f3;
  padding: 20px;
  border: 1px solid #9e9e9e;
}

@media screen and (min-width: 992px) {
  .entry,
  .password,
  .forgot-password,
  .entry-mail,
  .login-member,
  .login-cart {
    width: 500px;
    margin: 0 auto;
    padding: 50px 100px;
    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-inputInformation {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .fs-c-inputInformation {
    margin-bottom: 60px;
  }
}
.fs-c-inputInformation__field {
  margin-bottom: 20px;
}

/* ログイン等入力レイアウトテーブル */
.fs-c-inputTable {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .fs-c-inputTable {
    border-top: 1px solid #B9B9B9;
  }
}
.fs-c-inputTable tr {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .fs-c-inputTable tr {
    display: table-row;
    border-bottom: 1px solid #B9B9B9;
  }
}
.fs-c-inputTable .fs-c-inputTable__headerCell {
  text-align: left;
  padding: 10px;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  background-color: #ffe5f3;
}

@media screen and (min-width: 992px) {
  .fs-c-inputTable .fs-c-inputTable__headerCell {
    display: table-cell;
    width: 30%;
    padding: 20px;
    padding-top: 28px;
    background-color: transparent;
  }
}
.fs-c-inputTable .fs-c-inputTable__headerCell label {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .fs-c-inputTable .fs-c-inputTable__headerCell label {
    font-size: 1.5rem;
  }
}
.fs-c-inputTable .fs-c-inputTable__dataCell {
  padding: 10px 10px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
  /*FORM*/
}

@media screen and (min-width: 992px) {
  .fs-c-inputTable .fs-c-inputTable__dataCell {
    display: table-cell;
    width: 70%;
    padding: 20px;
    font-size: 1.6rem;
    /*FORM*/
  }
  .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 100%;
  }
}
.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: 2px solid #d5d4d4;
  font-size: 16px;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .fs-c-inputTable .fs-c-dropdown {
    width: 20%;
  }
}
/* ??? */
@media screen and (min-width: 992px) {
  .fs-c-inputTextGroup {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .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: 2px solid #d5d4d4;
  background-color: #fff;
}

#fs_input_phoneNumber {
  width: 18em;
}

/* パスワードをお忘れですか...etc... */
.fs-c-inputInformation__link {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
}

.fs-c-textLink {
  text-decoration: underline;
}

.fs-c-textLink:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .fs-c-inputInformation__link {
    font-size: 1.5rem;
  }
}
/* 連携サービスでログイン... */
.fs-c-otherServiceLogin {
  margin: 0;
  padding: 20px;
  background-color: #ffe5f3;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .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: 1.5rem;
  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: left;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .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: 992px) {
  .fs-c-guestPurchase {
    margin: 0 auto 50px;
  }
}
/* ??? */
.ctm_cart_login-note {
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .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;
}

/* ボタン */
.fs-c-inputInformation__button {
  display: -ms-flex;
  display: flex;
  padding: 0;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .fs-c-inputInformation__button {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-inputInformation__button {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    width: 62%;
  }
}
@media screen and (max-width: 991px) {
  .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: 992px) {
  .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: 228px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .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: 100%;
    padding: 15px;
    margin-bottom: 40px;
  }
}
.fs-c-anotherLogin__button--amazon {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 312px;
}

/* ==============================================
 ### STYLE SYSTEM 会員登録完了
=================================================*/
.fs-c-registerSuccessMessage p {
  margin-bottom: 1em;
}

/* ==============================================
 ### STYLE 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: #e3dce0;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}

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

@media screen and (min-width: 992px) {
  .fs-c-agreementConfirmation__message {
    font-size: 1.5rem;
  }
}
.fs-c-inputField__explanation .fs-c-agreementConfirmation__message {
  margin: 1em 0 0;
}

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

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

@media screen and (min-width: 992px) {
  .fs-c-agreementConfirmation__password {
    font-size: 1.5rem;
  }
}
.fs-c-agreementConfirmation__addon {
  margin-left: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .fs-c-agreementConfirmation__addon {
    width: 300px;
  }
}
.fs-c-button--next,
.fs-c-button--registerAndContinue {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .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: #9e9e9e;
  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: #ffe5f3;
}

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

.agreementConfirmation-merit {
  padding: 0 15px 10px;
  background-color: #e3dce0;
}

@media screen and (min-width: 992px) {
  .agreementConfirmation-merit {
    padding: 0 30px 20px;
  }
}
.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: #e3dce0;
  padding: 15px;
}

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

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

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

/* ==============================================
 ### STYLE 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 #9e9e9e;
  border-right: 1px solid #9e9e9e;
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

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

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

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

@media screen and (min-width: 992px) {
  .ctm_cart-container {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*    width: 1160px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
}
.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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 751px) {
  .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: 992px) {
    .checkoutWrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
}*/
.fs-l-checkout__mainColumn {
  width: 100%;
  border-top: 1px solid #B9B9B9;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .fs-l-checkout__mainColumn {
    width: 63.7931034483%;
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    margin-bottom: 0;
  }
}
.fs-l-checkout__sideColumn {
  width: 100%;
  padding: 3rem;
  background-color: #ffe5f3;
}

@media screen and (min-width: 992px) {
  .fs-l-checkout__sideColumn {
    width: 29.3103448276%;
    position: sticky;
    top: 76px;
  }
  .fs-l-checkout__sideColumn .fs-c-button--continueShopping {
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-l-checkout__mainColumn > div > div {
  border-bottom: 1px solid #B9B9B9;
  padding: 20px;
}

.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-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 #9e9e9e;
  padding: 20px 0;
}

@media screen and (min-width: 992px) {
  .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: flex;
  justify-content: flex-end;
}

.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control button {
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
  background-color: #545454;
  color: #fff;
  padding: 8px 0;
}

@media screen and (min-width: 992px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .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: #e3dce0;
  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: 992px) {
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
    width: auto;
    margin: 0;
  }
}
.fs-c-creditCardIcons {
  display: -ms-flex;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

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

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

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

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

@media screen and (min-width: 992px) {
  .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;
}

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

@media screen and (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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;
}

@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    justify-content: flex-end;
    border-bottom: 1px solid #B9B9B9;
    width: 100%;
  }
}
.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__message--preorder {
  font-size: 1.3rem;
  padding: 5px;
}

@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productName {
    margin-bottom: 10px;
    padding: 5px;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productInfo {
    /*    width: 100%;*/
  }
}
@media screen and (min-width: 992px) {
  .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: 992px) {
  .fs-c-checkout-preview .fs-c-confirmOrder {
    margin: 0;
  }
}
/*クーポン*/
.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: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
    /*    width: 314px;*/
  }
}
/* ==============================================
 ### STYLE SYSTEM 注文履歴
=================================================*/
.fs-body-my-orders {
  /**/
}

@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-history {
    overflow: hidden;
    *zoom: 1;
  }
}
.fs-body-my-orders .fs-c-history__termCtrl {
  padding: 10px;
}

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

@media screen and (min-width: 992px) {
  .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 #9e9e9e;
  padding: 15px;
  font-weight: bold;
}

.fs-body-my-orders .fs-c-history__total dd {
  border-top: 1px solid #9e9e9e;
  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: 992px) {
  .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 #d3d3d3;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .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: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header {
    background-color: #ffe5f3;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__header dl {
  margin: 0;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 5px;
  background-color: #ffe5f3;
}

@media screen and (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
    display: -ms-flex;
    display: flex;
    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: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header__button {
    padding: 0 20px;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__body {
  border-top: 1px solid #d3d3d3;
}

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

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

@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__product {
    display: -ms-flex;
    display: flex;
    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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productName {
    width: 40%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
    width: 20%;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
  justify-content: center;
}

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

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

@media screen and (min-width: 992px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__button {
    width: 25%;
    padding: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .my-orders-article {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: none;
    max-width: none;
  }
}
/* ==============================================
 ### STYLE SYSTEM 注文履歴詳細
=================================================*/
.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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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 #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  @inlcude clearfix;
}

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

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

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

@media screen and (min-width: 992px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
    overflow: hidden;
    *zoom: 1;
  }
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  background-color: #ffe5f3;
  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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    float: right;
    width: 32%;
    margin: 0;
    border: 1px solid #d3d3d3;
    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: 992px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (min-width: 992px) {
  .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: 992px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
    float: right;
    width: 32%;
    margin: 0;
    border: 1px solid #d3d3d3;
    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: 992px) {
  .fs-body-my-orders-details .fs-c-orderPaymentTable {
    width: 100%;
    margin: 0;
  }
}
/* ==============================================
  ### PAGE SYSTEM お届け先追加
=================================================*/
.fs-body-my-addressbook .fs-c-noResultMessage__title {
  padding: 30px;
  text-align: center;
}

.fs-body-my-addressbook .fs-c-addressBookList__addButton {
  margin-bottom: 50px;
  margin-left: 18px;
  margin-right: 18px;
}

@media screen and (min-width: 992px) {
  .fs-body-my-addressbook .fs-c-addressBookList__addButton {
    justify-content: flex-end;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__count {
  background-color: #ffe5f3;
  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 #d3d3d3;
}

.fs-body-my-addressbook .fs-c-addressBookList__list td {
  padding: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list td {
    border-bottom: 1px solid #d3d3d3;
  }
}
@media screen and (min-width: 992px) {
  .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: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer .fs-c-button--changeInfomation {
  margin-right: 10px;
}

/* =============================================================================
 ### 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: #ffe5f3;
  padding: 10px 20px 20px;
  display: -ms-flex;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .fs-body-my-points .fs-c-pointSummary {
    width: 500px;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
  }
}
.fs-body-my-points .fs-c-pointSummary dt {
  width: 60%;
  padding: 10px 0;
  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: #C9002E;
}

.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: 992px) {
  .fs-body-my-points .fs-c-dropdown {
    width: 30%;
  }
}
.fs-body-my-points .fs-c-dropdown::after {
  border-left: none;
}

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

@media screen and (min-width: 601px) {
  .fs-body-my-points .fs-c-pointListTable {
    border-collapse: collapse;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
  }
}
@media screen and (min-width: 601px) {
  .fs-body-my-points .fs-c-pointListTable th {
    padding: 10px;
    background-color: #ffe5f3;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
  }
}
.fs-body-my-points .fs-c-pointListTable td {
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #d3d3d3;
}

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

/* ==============================================
 ### STYLE SYSTEM LINE ID連携
=================================================*/
.fs-c-lineIdLinkMessage {
  margin-bottom: 30px;
}

.fs-c-buttonContainer--lineIdLink {
  text-align: center;
  margin-bottom: 30px;
}

.fs-c-button__image--lineIdLink {
  width: 180px;
}

/* ==============================================
 ### STYLE SYSTEM LINE ID連携完了
=================================================*/
.fs-c-lineIdLinkCompleteMessage {
  margin-bottom: 30px;
}

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

.fs-body-my-cards .fs-c-creditCardListItem {
  border: 1px solid #B9B9B9;
  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: 992px) {
  .fs-body-my-cards .fs-c-creditCardListItem .fs-c-button--delete {
    width: 228px;
  }
}
/* ==============================================
 ### PAGE SYSTEM パスワード認証
=================================================*/
.fs-body-auth .fs-c-inputField {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .fs-body-auth .fs-c-inputField {
    padding: 10px 20px;
  }
}
/* =============================================
 ###　ITEMLIST FS COMPONENT
============================================= */
.fs-c-subgroup {
  display: none;
}

.fs-c-productList {
  width: 100%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 991px) {
  .fs-c-productList {
    margin-bottom: 4rem;
  }
}
.fs-c-productList__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .fs-c-productList__list {
    gap: 4rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList__list {
    gap: 3.2rem 1rem;
  }
}
.fs-c-productList__list__item {
  width: 49%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .fs-c-productList__list__item {
    width: calc(33.3333333333% - 2rem);
    gap: 2.5rem 5rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList__list__item {
    width: calc(50% - 0.5rem);
  }
}
/* --------------------------------------------
 ITEMLIST CONTROLER
-------------------------------------------- */
.ctm_group_upperctrl {
  border-bottom: 1px #B9B9B9 solid;
}

@media screen and (min-width: 992px) {
  .ctm_group_upperctrl {
    margin: 4rem 0 7rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .ctm_group_upperctrl {
    margin-bottom: 5rem;
    padding-bottom: 0.5rem;
  }
}
.fs-c-productList__controller {
  position: relative;
  display: flex;
  /*  flex-wrap: wrap;*/
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .fs-c-productList__controller {
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList__controller {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList__controller .fs-c-sortItems {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList__controller .fs-c-pagination {
    display: none;
    margin: 3rem 0;
  }
}
.fs-c-productList__list + .fs-c-productList__controller {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 992px) {
  .fs-c-productList__list + .fs-c-productList__controller {
    margin-top: 5rem;
    padding-top: 1.5rem;
    border-top: 1px #B9B9B9 solid;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList__list + .fs-c-productList__controller {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productList__list + .fs-c-productList__controller .fs-c-pagination {
    display: flex;
  }
}
/* --------------------------------------------
 LIST SORT DROPDOWN
-------------------------------------------- */
.fs-c-sortItems {
  /*  width: 36.5%;*/
  width: 120px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .fs-c-sortItems {
    width: 110px;
  }
}
.fs-c-sortItems .fs-c-sortItems__label {
  position: relative;
  /*    border: 1px solid #9D9D9D;*/
  /*    font-size: 1.4rem;*/
  /*    display: flex;*/
  /*    flex-wrap: wrap;*/
  padding: 0 20px 0 0;
  /*    align-items: center;*/
  /*    justify-content: center;*/
  cursor: pointer;
}

.fs-c-sortItems .fs-c-sortItems__label:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 3px;
  width: 6px;
  height: 11px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNiAxMSIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0wLjUgMC41TDUuNSA1LjVMMC41IDEwLjUiIHN0cm9rZT0iIzQzMkQyQiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) 0 0/contain no-repeat;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.fs-c-sortItems .fs-c-sortItems__label.open:after {
  transform: rotate(270deg);
}

@media screen and (max-width: 991px) {
  .fs-c-sortItems .fs-c-sortItems__label {
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    display: block;
  }
}
.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: 6px 8px;
}

.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;
}

@media screen and (max-width: 991px) {
  .fs-c-sortItems .fs-c-sortItems__list li .fs-c-sortItems__list__item__label {
    font-size: 1.4rem;
    text-align: right;
  }
}
.fs-c-listControl {
  width: 100%;
  flex: 1;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .fs-c-listControl {
    margin-bottom: 4rem;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.fs-c-listControl .fs-c-listControl__status {
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .fs-c-listControl .fs-c-listControl__status {
    padding-right: 20px;
    border-right: #432D2B 1px solid;
  }
  .fs-c-history__listContainer .fs-c-listControl .fs-c-listControl__status {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-listControl .fs-c-listControl__status {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.fs-c-listControl .fs-c-listControl__status__total {
  /*  font-size: 1.8rem;
    font-weight: 600;*/
}

.fs-c-listControl .fs-c-listControl__status__total:after {
  content: "件";
  /*  font-size: 1.2rem;*/
}

.fs-c-listControl .fs-c-listControl__status__total__label {
  display: none;
}

.fs-c-listControl .fs-c-listControl__status__indication {
  display: none;
}

.fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems, .fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl__status {
  display: none;
}

.fs-c-productList .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl {
  justify-content: flex-end;
}

.fs-c-pagination {
  align-items: center;
}

@media screen and (max-width: 991px) {
  .fs-c-pagination {
    justify-content: center;
  }
}
.fs-c-pagination__item {
  flex-grow: unset;
  flex-grow: initial;
  flex-shrink: unset;
  flex-shrink: initial;
  margin-left: 1rem;
  display: flex;
  padding: 4px 4px 2px;
  justify-content: center;
  line-height: 1;
  align-items: center;
  border: 1px #B9B9B9 solid;
  border-radius: 4px;
  font-weight: 400;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .fs-c-pagination__item {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-pagination__item {
    font-size: 1.2rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}
.fs-c-pagination__item:first-child {
  margin-left: 0;
}

.fs-c-pagination__item.is-active {
  background: #FFE5F3;
}

.fs-c-pagination__item:not(.is-active) {
  border: none;
}

.fs-c-pagination__item--next::before,
.fs-c-pagination__item--prev::before {
  font-size: 1.2em;
  /*R*/
}

@media screen and (min-width: 992px) {
  [class*=fs-c-pagination__item--] {
    height: 3rem;
  }
}
@media screen and (max-width: 991px) {
  [class*=fs-c-pagination__item--] {
    width: 3.4rem;
  }
}
[class*=fs-c-pagination__item--]::before {
  height: 1em;
  width: 1em;
}

/* --------------------------------------------
ITEMLIST ITEM COMPONENT
-------------------------------------------- */
.fs-c-productListItem__control {
  display: none;
}

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

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

.fs-c-productListItem__image img {
  border-radius: 10px;
  border: 1px solid var(--gray, #B9B9B9);
}

.fs-c-productListItem__image a:hover img {
  border: 2px solid #FFA1CE;
}

.fs-c-productListItem__productName {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .fs-c-productListItem__productName {
    font-size: 1.6rem;
  }
}
.fs-c-productListItem__productName .fs-c-productName__copy,
.fs-c-productListItem__productName .fs-c-productName__variation {
  display: none;
}

.fs-c-productListItem__prices {
  margin-top: 0.4em;
  display: block;
  line-height: 1;
  font-weight: 400;
}

.fs-c-productListItem__prices .fs-c-productPrice .fs-c-price {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-price {
    font-size: 1.6rem;
  }
}
.fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon {
  font-size: 2rem;
  /*    line-height: 1.5rem;*/
}

@media screen and (max-width: 991px) {
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon {
    font-size: 1.6rem;
  }
}
.fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon:before {
  content: "(";
}

.fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon: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 {
  display: none;
  font-size: 2rem;
  line-height: 1;
}

.fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value {
  text-decoration: line-through;
}

.fs-c-productListItem__prices:has(.fs-c-productPrice--selling) .fs-c-productPrice--listed {
  display: none;
}

.fs-c-productListItem__prices .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #FF92C6;
}

.fs-c-productListItem__prices .fs-c-productPrice--selling + .fs-c-productPrice--member {
  margin-top: 5px;
}

.fs-c-productListItem__preorderMessage {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.1538461538;
}

.fs-c-productListItem__salesPeriod {
  display: none;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1538461538;
}

.fs-c-productListItem__notice {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1538461538;
}

.fs-c-productListItem__outOfStock.fs-c-productListItem__notice {
  display: inline-block;
  margin-right: 2px;
  color: #fff;
  background: #f47387;
  padding: 3px 12px 4px;
  border-radius: 2px;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .fs-c-productListItem__outOfStock.fs-c-productListItem__notice {
    padding: 3px 8px 3px;
    font-size: 1.6rem;
  }
}
.fs-c-productPrice--member .fs-c-productPrice__main__label {
  color: #C9002E;
  border: 1px solid #C9002E;
  padding: 3px 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}

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

/* =============================================
 ###　ITEMLIST COMMON STYLE
============================================= */
.ctm_itemlist_header {
  margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
  .ctm_itemlist_header {
    border-bottom: 2px #252525 solid;
  }
}
@media screen and (max-width: 991px) {
  .ctm_itemlist_header {
    /*  margin-left: -15px;
      margin-right: -15px;
      width: calc( 100% + 30px);*/
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px #252525 solid;
  }
}
@media screen and (min-width: 992px) {
  .ctm_itemlist_header .label__main {
    margin: 0.5rem 0;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .ctm_itemlist_header .label__main {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.ctm_itemlist_header .label__main.lang-en {
  font-family: var(--font-en);
}

@media screen and (min-width: 992px) {
  .ctm_itemlist_header .label__sub {
    margin: 1rem 0;
    font-size: 1.6rem;
    /*R*/
    line-height: 2.1rem;
  }
}
@media screen and (max-width: 991px) {
  .ctm_itemlist_header .label__sub {
    margin: 0.2rem 0 1.2rem;
    font-size: 1.1rem;
    /*R*/
    line-height: 1.5rem;
  }
}
/* =============================================
 ###　SLICK THEME ITEMLIST CAROUSEL
============================================= */
.ctm_itemlist--carousel {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.ctm_itemlist--carousel .slick-track,
.ctm_itemlist--carousel .slick-list {
  transform: translate3d(0, 0, 0);
}

.ctm_itemlist--carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.ctm_itemlist--carousel .slick-list:focus {
  outline: none;
}

.ctm_itemlist--carousel .slick-list.dragging {
  cursor: pointer;
}

.ctm_itemlist--carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ctm_itemlist--carousel .slick-track:before, .ctm_itemlist--carousel .slick-track:after {
  content: "";
  display: table;
}

.ctm_itemlist--carousel .slick-track:after {
  clear: both;
}

.slick-loading .ctm_itemlist--carousel .slick-track {
  visibility: hidden;
}

.ctm_itemlist--carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.ctm_itemlist--carousel [dir=rtl] .slick-slide {
  float: right;
}

.ctm_itemlist--carousel .slick-slide img {
  display: block;
}

.ctm_itemlist--carousel .slick-slide.slick-loading img {
  display: none;
}

.ctm_itemlist--carousel .slick-slide.dragging img {
  pointer-events: none;
}

.ctm_itemlist--carousel.slick-initialized .slick-slide {
  display: block;
}

.ctm_itemlist--carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.ctm_itemlist--carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.ctm_itemlist--carousel .slick-arrow.slick-hidden {
  display: none;
}

.ctm_itemlist--carousel {
  position: relative;
  z-index: 0;
}

.ctm_itemlist--carousel a {
  display: block;
}

.ctm_itemlist--carousel .slick-loading .slick-list {
  background: #fff url("/system/images/loading.svg") center center no-repeat;
}

.ctm_itemlist--carousel .slick-prev,
.ctm_itemlist--carousel .slick-next {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(30, 30, 30, 0.3);
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.ctm_itemlist--carousel .slick-prev:hover, .ctm_itemlist--carousel .slick-prev:focus,
.ctm_itemlist--carousel .slick-next:hover,
.ctm_itemlist--carousel .slick-next:focus {
  outline: none;
  color: transparent;
}

.ctm_itemlist--carousel .slick-prev:hover:before, .ctm_itemlist--carousel .slick-prev:focus:before,
.ctm_itemlist--carousel .slick-next:hover:before,
.ctm_itemlist--carousel .slick-next:focus:before {
  opacity: 1;
}

.ctm_itemlist--carousel .slick-prev.slick-disabled:before,
.ctm_itemlist--carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.ctm_itemlist--carousel .slick-prev:before,
.ctm_itemlist--carousel .slick-next:before {
  cursor: pointer;
  font-family: "fs-icon";
  color: white;
  font-size: 40px;
  /*R*/
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ctm_itemlist--carousel .slick-prev {
  left: 4px;
}

[dir=rtl] .ctm_itemlist--carousel .slick-prev {
  left: auto;
  right: 4px;
}

.ctm_itemlist--carousel .slick-prev:before {
  content: "\e90b";
}

[dir=rtl] .ctm_itemlist--carousel .slick-prev:before {
  content: "\e90c";
}

.ctm_itemlist--carousel .slick-next {
  right: 4px;
}

[dir=rtl] .ctm_itemlist--carousel .slick-next {
  left: 4px;
  right: auto;
}

.ctm_itemlist--carousel .slick-next:before {
  content: "\e90c";
}

[dir=rtl] .ctm_itemlist--carousel .slick-next:before {
  content: "\e90b";
}

.ctm_itemlist--carousel .slick-dots {
  line-height: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  margin: 0;
}

.ctm_itemlist--carousel .slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 3px;
  padding: 0;
  cursor: pointer;
}

.ctm_itemlist--carousel .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.ctm_itemlist--carousel .slick-dots li button:hover, .ctm_itemlist--carousel .slick-dots li button:focus {
  outline: none;
}

.ctm_itemlist--carousel .slick-dots li button:hover:before, .ctm_itemlist--carousel .slick-dots li button:focus:before {
  opacity: 1;
}

.ctm_itemlist--carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 8px;
  height: 8px;
  font-family: "fs-icon";
  font-size: 6px;
  /*R*/
  line-height: 8px;
  text-align: center;
  color: #aaa;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ctm_itemlist--carousel .slick-dots li.slick-active button:before {
  color: #aaa;
  opacity: 0.75;
}

/* --------------------------------------------
 PRODUCT DETAIL PAGE CART
-------------------------------------------- */
.fs-body-cart .fs-l-main .fs-c-featuredProduct {
  display: none;
}

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

.fs-c-variationAndActions__variation .fs-c-variationList__item__title {
  font-size: 1.5rem;
  line-height: 1.3076923077;
}

.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: 12px 0;
  align-items: center;
  border: #B9B9B9 solid;
  border-width: 1px 0;
}

.fs-c-variationCart > li {
  /*  border: #B9B9B9 solid;
    border-width: 1px 0;
    padding: 1.2rem 0; */
  position: relative;
  /*  margin-top: 4.5rem;*/
}

@media screen and (min-width: 992px) {
  .fs-c-variationCart > li {
    grid-template-columns: auto 1fr 200px 3em;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-variationCart > li {
    grid-template-columns: auto 1fr 130px 3em;
  }
}
.fs-c-variationCart > li + li {
  margin-top: 0.5rem;
}

.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 0;
}

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

.fs-c-variationCart__variationName__name {
  /*  position: absolute;
    top: -2.5em;
    left: 0;
    font-size: 1.5rem;
    font-weight: normal;*/
}

.fs-c-variationCart__variationName__shippingDate,
.fs-c-variationCart__variationName__stock {
  text-align: right;
  padding-right: 3rem;
  font-size: 1.4rem;
}

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

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

.fs-c-productPreorderMessage {
  /*  color: #C9002E;*/
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .fs-c-productPreorderMessage {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productPreorderMessage {
    font-size: 1.4rem;
  }
}
.fs-c-productPreorderMessage .ctm_productPreorderMessage__label {
  margin-bottom: 1rem;
  border: 1px dotted #C9002E;
  color: #C9002E;
  text-align: center;
  padding: 1rem;
}

@media screen and (min-width: 992px) {
  .fs-c-productPreorderMessage .ctm_productPreorderMessage__label {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productPreorderMessage .ctm_productPreorderMessage__label {
    font-size: 1.5rem;
  }
}
.fs-c-productNotice--outOfStock {
  margin-bottom: 2rem;
  border: 1px dotted #C9002E;
  color: #C9002E;
  text-align: center;
  padding: 1rem;
}

@media screen and (min-width: 992px) {
  .fs-c-productNotice--outOfStock {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productNotice--outOfStock {
    font-size: 1.5rem;
  }
}
.fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination__control {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

@media screen and (max-width: 991px) {
  .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination__control {
    flex-direction: column;
    gap: 15px 0;
  }
}
.fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__button.fs-c-buttonContainer--changeSmall {
  margin: 20px auto;
}

.fs-c-checkout-shippingOption,
.fs-c-checkout-shippingDetail__outline,
.fs-c-checkout-shippingDetail__shippingCarrier {
  margin-bottom: 0.8rem;
}

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

.fs-c-checkout-shippingInfo .fs-c-checkout-heading {
  font-weight: 700;
}

.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__title {
  margin-bottom: 0.4em;
}

.fs-c-checkout-shippingDetail .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product {
  margin-top: 2em;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.fs-c-checkout-shippingDetail .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productImage {
  width: 140px;
}

.fs-c-checkout-shippingParcel__productImage__image.fs-c-productImage__image {
  border-radius: 10px;
  border: 1px solid var(--gray, #B9B9B9);
}

@media screen and (max-width: 991px) {
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productImage {
    width: 60px;
  }
  .fs-c-checkout-shippingParcel__productImage__image.fs-c-productImage__image {
    border-radius: 4px;
  }
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__productName__name {
  font-weight: bold;
}

.fs-c-checkout-shippingDetail .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__unitPrice {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__unitPrice {
    font-size: 18px;
  }
}
.fs-c-modal--changeShippingOption dl.fs-c-checkout-deliveryScheduleSetting > dt,
.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dt {
  background-color: #ffe5f3;
  padding: 10px;
  margin-bottom: 15px;
}

.fs-c-modal--changeShippingOption dl.fs-c-checkout-deliveryScheduleSetting > dd,
.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dd {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .fs-body-cart .fs-l-page .fs-c-continueShopping .fs-c-button--continueShopping {
    margin: 0 0 1rem;
  }
}
/* --------------------------------------------
 CC ITEMLIST TITLE (fs-c-featuredProduct__title)
-------------------------------------------- */
.fs-c-featuredProduct__header {
  margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
  .fs-c-featuredProduct__header {
    border-bottom: 2px #252525 solid;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-featuredProduct__header {
    /*  margin-left: -15px;
      margin-right: -15px;
      width: calc( 100% + 30px);*/
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px #252525 solid;
  }
}
.fs-c-featuredProduct__header:before {
  display: block;
  content: "RELATED ITEM";
  font-family: var(--font-en);
}

@media screen and (min-width: 992px) {
  .fs-c-featuredProduct__header:before {
    margin: 0.5rem 0;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-featuredProduct__header:before {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.fs-c-featuredProduct__header:after {
  display: block;
  content: "この商品を見ている方にオススメの関連商品";
}

@media screen and (min-width: 992px) {
  .fs-c-featuredProduct__header:after {
    margin: 1rem 0;
    font-size: 1.8rem;
    line-height: 1.3125;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-featuredProduct__header:after {
    margin: 0.2rem 0 1.2rem;
    font-size: 1.3rem;
    line-height: 1.3636363636;
  }
}
/* =============================================
 ###　ITEMS LINE BLOCK
============================================= */
/* --------------------------------------------
 CC RECOMMEND-LIST
-------------------------------------------- */
@media screen and (min-width: 992px) {
  .ctm_recommendblock,
  .ctm_l-featured-products {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .ctm_recommend--products {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
}
@media screen and (min-width: 992px) {
  .ctm_recommend--history {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .ctm_recommend--history {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
/* FS CAROUSEL */
@media screen and (min-width: 992px) {
  .fs-c-wishlistProduct {
    margin-top: 8rem;
    margin-bottom: 8rem;
    padding-top: 8rem;
    border-top: #898989 1px solid;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-wishlistProduct {
    width: 100%;
    margin: 4rem 0;
    padding-top: 4rem;
    border-top: #898989 1px solid;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel {
    width: calc(100% + 7.2rem);
    margin-left: -3.6rem;
  }
  .fs-c-wishlistProduct .slick-track {
    margin-left: 3rem;
  }
}
.fs-c-wishlistProduct__title {
  margin-bottom: 3rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .fs-c-wishlistProduct__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-wishlistProduct__title {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
  }
}
/* FS CAROUSEL */
.fs-c-featuredProduct {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}

@media screen and (max-width: 991px) {
  .fs-c-featuredProduct {
    margin-bottom: 5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
}
.fs-c-featuredProduct__title {
  display: none;
}

/**/
.fs-c-productListCarousel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
  display: none !important;
}

.fs-c-productListCarousel__list__item {
  margin: 0 6px;
}

@media screen and (min-width: 992px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 212px;
    margin: 0 12px;
    max-width: 212px;
    min-width: 212px;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 120px;
    max-width: 120px;
    min-width: 120px;
  }
}
.fs-c-slick.slick-initialized.fs-c-productListCarousel__list .slick-slide {
  width: auto;
}

/* ITEMLIST CAROUSEL */
.fs-c-productListCarousel .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productMarks {
  display: none;
}

@media screen and (min-width: 992px) {
  .ctm_itemlist--carousel {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .ctm_itemlist--carousel.slick-initialized .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ctm_itemlist--carousel.slick-initialized .ctm_itemlist--carousel__ctrl {
  display: none !important;
}

.ctm_itemlist--carousel.slick-initialized .slick-arrow {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .ctm_recommend__list__item {
    flex-basis: 17.9310344828%;
    margin: 0 12px;
    max-width: 212px;
  }
}
@media screen and (max-width: 991px) {
  .ctm_recommend__list__item {
    margin-right: 12px;
    flex-basis: 120px;
    max-width: 120px;
    min-width: 120px;
  }
}
/* =============================================
 ### PAGE SYSTEM AMAZON
============================================= */
.fs-body-checkout-amazon .fs-c-checkout-loginGuidance {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding: 20px;
}

.fs-body-checkout-amazon .fs-c-checkout-loginGuidance__message {
  text-align: center;
  margin-bottom: 20px;
}

.fs-body-checkout-amazon .fs-c-checkout-preview {
  padding: 20px 0 0;
}

.fs-body-checkout-amazon .fs-c-checkout-preview .fs-c-checkout-preview__body {
  padding: 20px;
}

.fs-body-checkout-amazon #fs-amazonPaymentInfo-container {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .fs-body-checkout-amazon .fs-c-agreementConfirmation {
    padding: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .fs-body-checkout-amazon .fs-c-agreementConfirmation .fs-c-agreementConfirmation__addon {
    width: 100%;
  }
}
/* =============================================
 ### PAGE SYSTEM Cart Login
============================================= */
.fs-body-cart-login .fs-c-guestPurchase {
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .fs-body-cart-login .fs-c-guestPurchase {
    margin: 0;
  }
}
/* =============================================
 ### ログイン連携
============================================= */
.fs-c-linkServicesList__item {
  margin-bottom: 50px;
  border: 1px solid #BABABA;
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .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: 992px) {
  .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: #ffe5f3;
  margin-bottom: 10px;
}

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

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

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

/* =============================================
 ### クーポン関連設定
============================================= */
/*クーポン*/
.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: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__input {
  width: 100%;
}
.fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
  width: 100%;
  margin-top: 20px;
}
.fs-c-checkout-couponInfo .fs-c-button--useCoupon {
  padding: 11px 0;
  font-size: 1.5rem;
  width: 100%;
}
.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-couponCodeInput__title {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__input {
    width: 300px;
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
    margin-top: 0;
    width: auto;
  }
}
@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-button--useCoupon {
    width: 100px;
    font-weight: normal;
    padding: 8px 0;
  }
}
@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
    /*    width: 314px;*/
  }
}
/* =============================================
 ### クーポン(STARTUP)
============================================= */
.fs-c-checkout-couponList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-c-checkout-couponList > li {
  box-sizing: border-box;
}

.fs-c-checkout-couponList__item {
  background: #f7f7f7;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
.fs-c-checkout-couponList__item + * {
  margin-top: 8px;
}
.fs-c-checkout-couponList__item.is-active {
  background: #F9F9D6;
}

.fs-c-checkout-couponList__description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}

.fs-c-checkout-couponList__control {
  flex-basis: 88px;
}

.fs-c-checkout-couponList__couponName {
  font-size: 1.2rem;
}

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

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: stretch;
  }
  .fs-c-checkout-couponList__item + * {
    margin-top: 0;
  }
}
/* ==============================================
 ### クーポン情報
=================================================*/
.fs-body-my-coupons .fs-c-coupon__image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fs-body-my-coupons .fs-c-couponList__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.fs-body-my-coupons .fs-c-couponList__item:last-of-type {
  margin-bottom: 0;
}
.fs-body-my-coupons .fs-c-coupon__name {
  border: 5px solid #EEEDEC;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.fs-body-my-coupons .fs-c-couponName__name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.fs-body-my-coupons .fs-c-couponName__discount {
  text-align: center;
  border: 1px solid #C9002E;
  padding: 5px;
  color: #C9002E;
  font-size: 2.4rem;
  font-weight: bold;
}
.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title, .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.fs-body-my-coupons .fs-c-coupon__description__expiration {
  padding: 20px 0;
  margin-bottom: 30px;
}
.fs-body-my-coupons .fs-c-couponExpiration__list__item {
  margin-bottom: 10px;
}
.fs-body-my-coupons .fs-c-couponExpiration__list__item:last-of-type {
  margin-bottom: 0;
}
.fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
  border: 1px solid #252525;
  padding: 5px;
  display: inline-block;
  /*  margin-bottom: 10px;*/
  width: 100%;
  text-align: center;
}
.fs-body-my-coupons .fs-c-coupon__description__appliedCondition {
  padding: 20px 0;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  margin-top: 30px;
  margin-bottom: 30px;
}
.fs-body-my-coupons .fs-c-couponExpiration__notice, .fs-body-my-coupons .fs-c-couponAppliedCondition__notice {
  color: #C9002E;
}

@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-couponName__name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-couponName__discount {
    font-weight: bold;
  }
}
@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-couponExpiration__list__item {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
    margin-right: 10px;
    width: auto;
  }
}
.fs-c-couponProduct__footer {
  margin-top: 30px;
  text-align: center;
}

.fs-c-couponProduct__viewAllProducts {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.6rem;
  background-color: #FFA1CE;
  border-radius: 100px;
  color: #fff;
  border: none;
}

/* ==============================================
 ### クーポン情報
=================================================*/
.fs-body-register-success .fs-c-couponMessage__listItem {
  padding: 10px 20px;
}
.fs-body-register-success .fs-c-couponMessage__listItem .fs-c-couponMessage__listItem__name {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
.fs-body-register-success .fs-c-couponMessage__listItem .fs-c-couponMessage__listItem__discount {
  font-weight: bold;
  color: #C9002E;
  font-size: 2.4rem;
}
.fs-body-register-success .fs-c-couponMessage__listItem .fs-c-couponMessage__listItem__expiration {
  font-size: 1.4rem;
}/*# sourceMappingURL=system.css.map */