@charset "UTF-8";
/* --------------------------------------------
 FONTS
-------------------------------------------- */
:root {
  --font-ja: 'neulis-sans', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "hiragino-kaku-gothic-pron", sans-serif;
  --font-en: 'neulis-sans'; }

/* =============================================
 ###　基本構成
============================================= */
html {
  font-size: 62.5%; }

body {
  color: #252525;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  /*B*/
  line-height: 1.5;
  background-color: transparent;
  width: 100%; }
  @media screen and (min-width: 751px) {
    body {
      font-size: 1.5rem;
      /*B*/ } }

img {
  width: 100%;
  height: auto; }

a:hover {
  opacity: .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; }

input[type="text"], input[type="reset"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"] {
  border: 1px solid #252525; }

textarea {
  border: 1px solid #252525; }

@media screen and (min-width: 751px) {
  a,
  button[type=button],
  button[type=reset],
  button[type=submit],
  input[type=button],
  input[type=submit],
  label[class*=btn_] {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    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: 751px) {
  .sp-only {
    display: none !important; } }

.tab-only {
  display: none !important; }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .tab-only {
      display: block !important; } }

@media screen and (max-width: 1159px) {
  .desktop-only {
    display: none !important; } }

@media screen and (max-width: 750px) {
  .tab-desktop {
    display: none !important; } }

.hide-content {
  display: none !important; }

/* =============================================
 ###　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: 750px) {
  .is_pc {
    display: none !important; } }
.is_sp {
  display: none !important; }

@media screen and (max-width: 750px) {
  .is_sp {
    display: block !important; } }
.t-center {
  text-align: center; }

.t-justify {
  text-align: justify; }

.d-flex {
  display: flex; }

@media screen and (max-width: 750px) {
  .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: .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: .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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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: 751px) {
  .fs-l-page {
    width: 100%;
    margin: 0 auto;
    min-height: auto !important;
    /*  padding-bottom:36px;*/
    position: relative;
    padding-top: 80px;
    padding-bottom: 0;
    /*  overflow-x: hidden;*/ } }
@media screen and (max-width: 750px) {
  .fs-l-page {
    padding-top: 45px; } }

.fs-preview-header {
  display: none; }

#fs-page-error-container {
  text-align: center; }

@media screen and (min-width: 751px) {
  .fs-c-breadcrumb,
  .fs-l-main,
  .ctm_l-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px; } }
    @media screen and (min-width: 751px) and (max-width: 1159px) {
      .fs-c-breadcrumb,
      .fs-l-main,
      .ctm_l-container {
        padding: 0 10px;
        } }

@media screen and (max-width: 750px) {
  .fs-c-breadcrumb,
  .fs-l-main,
  .ctm_l-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (min-width: 751px) {
  .fs-l-main {
    margin-bottom: 10rem; } }
@media screen and (max-width: 750px) {
  .fs-l-main {
    margin-bottom: 5rem; } }

.ctm_l-remove {
  display: none; }

@media screen and (min-width: 751px) {
  .ctm_system-container {
    max-width: 750px;
    padding: 0;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 750px) {
  .ctm_system-container {
    padding: 0;
    margin-bottom: 45px; } }

/* PAGE SPECIFIC Layout */
@media screen and (min-width: 751px) {
  #fs_ProductDetails .fs-c-breadcrumb,
  #fs_ProductDetails .fs-l-main,
  #fs_ProductDetails .ctm_l-container {
    /*      min-width: $content-max;*/ } }

@media screen and (min-width: 751px) {
  #fs_ProductCategory .fs-l-main {
    max-width: none; } }
@media screen and (max-width: 750px) {
  #fs_ProductCategory .fs-l-main {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 751px) {
  #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 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px; } }
@media screen and (max-width: 750px) {
  #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: 1.5rem;
    padding-right: 1.5rem; } }

/* --------------------------------------------
 BREADCRUMB
-------------------------------------------- */
@media screen and (max-width: 750px) {
  .fs-c-breadcrumb {
    display: none; } }

.fs-l-main + .fs-c-breadcrumb {
  display: none; }
  @media screen and (max-width: 750px) {
    .fs-l-main + .fs-c-breadcrumb {
      display: block; } }

.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 3rem 0;
  padding: 0; }

.fs-c-breadcrumb__list--subgroup {
  display: none; }

.fs-c-breadcrumb .fs-c-breadcrumb__list li {
  font-size: 1.2rem;
  /*R*/ }

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  margin: 0 1rem;
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  border: 1px #252525 solid;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg); }

/* =============================================
 ###　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: #252525;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px 0;
  width: 100%;
  border: none;
  border: 1px solid #252525; }
  .fs-c-button--primary:hover {
    opacity: 0.8; }

@media screen and (min-width: 751px) {
  .fs-c-button--primary {
    font-size: 1.5rem;
    width: 228px; } }
.fs-c-button--secondary {
  display: block;
  border: 1px solid #252525;
  /* background-color: #fff; */
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px 0;
  width: 100%; }

@media screen and (min-width: 751px) {
  .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;*/
  padding: 15px;
  /*TW*/
  width: 100%;
  border: none;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #252525;
  font-size: 1.5rem;
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

@media screen and (min-width: 751px) {
  .fs-c-button--standard {
    width: 228px;
    padding: 15px 0; } }
.fs-c-button--standard:hover {
  opacity: 0.8; }

.fs-c-button--plain {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #000;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

@media screen and (min-width: 751px) {
  .fs-c-button--plain {
    padding: 0; } }
.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: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media screen and (min-width: 751px) {
  .fs-c-buttonContainer--memberRegister {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }
.fs-c-button--change--small {
  padding: 11px 0;
  font-size: 1.5rem;
  background-color: #545454;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

@media screen and (min-width: 751px) {
  .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;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

@media screen and (min-width: 751px) {
  .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;
  text-align: center;
  font-size: 1.6rem;
  width: 62%;
  border: 1px solid #252525;
  padding: 15px 0;
  line-height: 1;
  margin: 0 auto;
  margin-right: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

@media screen and (min-width: 751px) {
  .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: #252525;
  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: 751px) {
    .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: 751px) {
    .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: 1.3rem;
  white-space: nowrap; }

.fs-c-button--cancel--cart .fs-c-button__label {
  display: block;
  position: relative;
  padding-left: 20px; }

.fs-c-button--cancel--cart .fs-c-button__label:after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-family: 'fs-icon';
  content: "\e911";
  color: #808080;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  font-size: 1.6rem;
  /*R*/
  line-height: 1; }

/* --------------------------------------------
 BTN あとで買う
-------------------------------------------- */
.fs-c-button--buyItLater {
  font-weight: normal;
  margin-left: 0;
  display: inline-block;
  padding: 0;
  width: calc(50% - 20px); }

.fs-c-button--buyItLater span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
  white-space: nowrap; }

.fs-c-button--buyItLater .fs-c-button__label {
  display: block;
  position: relative; }

.fs-c-button--buyItLater .fs-c-button__label:after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-family: 'fs-icon';
  content: "\e919";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  font-size: 1.6rem;
  /*R*/
  line-height: 1; }

/* --------------------------------------------
 BTN 変更
-------------------------------------------- */
.fs-c-button--changeInfomation {
  color: #fff;
  background-color: #252525;
  padding: 11px 3em;
  width: auto;
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
  width: 50%; }

@media screen and (min-width: 751px) {
  .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;
  white-space: nowrap; }

@media screen and (min-width: 751px) {
  .fs-c-button--delete {
    padding: 7px 2em; } }
.fs-c-button--addToAddressbook {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.6rem;
  background-color: #252525;
  color: #fff;
  border: none; }

@media screen and (min-width: 751px) {
  .fs-c-button--addToAddressbook {
    width: auto; } }
.fs-c-buttonContainer--topPage {
  margin: 30px 18px 0; }

@media screen and (min-width: 751px) {
  .fs-c-buttonContainer--topPage {
    margin: 50px auto 0;
    text-align: center; }
    .fs-c-buttonContainer--topPage .fs-c-button--secondary {
      margin-left: auto;
      margin-right: auto; } }
/* --------------------------------------------
 ボタン　2列表示
-------------------------------------------- */
.fs-c-buttonContainer--pair {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 751px) {
  .fs-c-buttonContainer--pair {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.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: 751px) {
  .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; }

.fs-c-dropdown__menu {
  border-color: #252525;
  border-radius: 0;
  outline: none;
  background: none; }

.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;
  border-radius: 0;
  outline: none;
  background: none; }

/* --------------------------------------------
 MARK
-------------------------------------------- */
/* COMMON */
.fs-c-productMarks {
  margin: 7px 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.fs-c-productMark__mark {
  margin: 0 3px 3px 0;
  color: #fff;
  background: #252525; }
  @media screen and (min-width: 751px) {
    .fs-c-productMark__mark {
      padding: 6px 18px 2px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productMark__mark {
      padding: 3px 9px 1px;
      font-size: 1rem;
      /*R*/ } }
  .fs-c-productMark__mark.mark_sale {
    color: #fff;
    background: #C9002E; }

.fs-c-mark--preorder {
  color: #fff;
  background: #252525;
  display: inline-block;
  line-height: 1;
  margin: 0 2px 2px 0; }
  @media screen and (min-width: 751px) {
    .fs-c-mark--preorder {
      margin-left: .5rem;
      padding: 4px 18px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-mark--preorder {
      padding: 2px 9px;
      font-size: 1rem;
      /*R*/ } }
  .fs-c-mark--preorder.mark_sale {
    color: #fff;
    background: #C9002E; }

/* 送料無料アイコン
-------------------------------------------- */
.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 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 - 8px*2);
  background: #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-modal__inner {
    width: 70%; } }
.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: 751px) {
  .fs-c-modal__header {
    padding: 20px; } }
.fs-c-modal__close {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0; }

.fs-c-modal__close::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 0.9em;
  /*R*/
  line-height: 1; }

.fs-c-modal__close:hover {
  color: #4c4c4c; }

.fs-c-modal__close::before {
  height: 1em;
  box-sizing: content-box; }

#fs_modal_systemerror {
  text-align: center; }

#fs_modal_systemerror .fs-c-buttonContainer {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }

.fs-c-modal__contents {
  flex-grow: 1;
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 0; }

@media screen and (min-width: 751px) {
  .fs-c-modal__contents {
    padding: 10px 0; } }
.fs-c-modal__contents .fs-c-inputTable .fs-c-inputTable__dataCell {
  padding-left: 0;
  padding-right: 0; }

.fs-c-modal__contents .fs-c-inputTable__headerCell + .fs-c-inputTable__dataCell {
  width: 70%; }

.fs-c-modal__contents .fs-c-inputTable__dataCell {
  width: 100%; }

.fs-c-modal__contents .fs-c-inputTable__dataCell textarea {
  width: 100%;
  height: 8em; }

.fs-c-modal__contents #fs_input_phoneNumber {
  width: auto; }

.fs-c-modal__contents .fs-c-buttonContainer--pair {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0; }

@media screen and (min-width: 751px) {
  .fs-c-modal__contents .fs-c-buttonContainer--pair {
    margin-bottom: 0;
    display: -ms-flex;
    display: -webkit-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: #f0f0f0;
  padding: 5px;
  margin-bottom: 10px; }

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dd {
  margin-bottom: 20px; }

.fs-c-modal__contentsLead {
  margin-bottom: 24px; }

.fs-c-modal__contents .fs-c-inputTable--inModal {
  table-layout: auto;
  margin-bottom: 20px;
  border-top: none; }

.fs-c-modal__contents .fs-c-inputTable--inModal > tbody > tr {
  padding: 0; }

@media screen and (min-width: 751px) {
  .fs-c-modal__contents .fs-c-inputTable--inModal > tbody > tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
.fs-c-modal--medium .fs-c-modal__inner {
  margin: auto;
  width: 94vw; }

@media screen and (min-width: 751px) {
  .fs-c-modal--medium .fs-c-modal__inner {
    width: 751px;
    max-width: 90vw; } }
.fs-c-modal--small {
  align-items: flex-start;
  justify-content: center; }

.fs-c-modal--small .fs-c-modal__inner {
  flex-grow: 0; }

.fs-c-modal__title {
  padding: 0 20px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-c-modal__title {
    font-size: 1.8rem; } }
.fs-c-modal__close::before {
  font-size: 2em;
  padding: 5px;
  background-color: #000;
  top: 5px;
  color: #fff; }

/* =============================================
 ###　CONTENT PARTS
============================================= */
/* --------------------------------------------
 PAGE HEADER
-------------------------------------------- */
.ctm_page-header {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: 600; }
  @media screen and (min-width: 751px) {
    .ctm_page-header {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 750px) {
    .ctm_page-header {
      margin-top: 2rem;
      margin-bottom: 2rem;
      /**/ } }
  @media screen and (min-width: 751px) {
    .ctm_page-header .ctm_heading--page {
      margin-right: 2rem;
      font-size: 3.2rem; } }
  @media screen and (max-width: 750px) {
    .ctm_page-header .ctm_heading--page {
      margin-right: 1rem;
      font-size: 2rem; } }

/* --------------------------------------------
 PAGER PORTING
-------------------------------------------- */
.ctm_pager {
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 750px) {
  .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;
  -webkit-transform: rotate(225deg);
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* --------------------------------------------
 FS INPUT STYLE
-------------------------------------------- */
.fs-c-inputField__explanation {
  font-size: 1.3rem; }

@media screen and (min-width: 751px) {
  .fs-c-inputField__explanation {
    font-size: 1.5rem; } }
.fs-c-inputInformation__message {
  text-align: center;
  background-color: #f0f0f0;
  padding: 2rem;
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .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; }

/* =============================================
 ###　ショッピングカートパーツ（システム）
============================================= */
/* カート商品情報ブロック */
.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.6rem;
  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 #d3d3d3;
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable {
    border: none;
    margin-bottom: 0; }

  .fs-c-cartTable thead tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    background-color: #f0f0f0; } }
.fs-c-cartTable > thead {
  display: none; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable > thead {
    display: none; } }
.fs-c-cartTable__row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
  padding: 20px 0 0;
  position: relative; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__row {
    width: 100%;
    border: none;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    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: 10px;
  width: 100%;
  border: none;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fs-c-cartTable__dataCell:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__dataCell {
    border: none;
    margin-bottom: 0; } }
.fs-c-cartTable__headerCell {
  display: none; }

.fs-c-cartTable__dataCell--action {
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px #B9B9B9 solid; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__dataCell--action {
    margin-top: 1rem;
    padding-top: 1rem; } }
.fs-c-cartTable__product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fs-c-cartTable__productImage {
  width: 100px; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__productImage {
    width: 140px; } }
.fs-c-cartTable__productImage .fs-c-productImage__image {
  width: 100%; }

.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding: 0; }

.fs-c-cartTable__productName {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: normal; }

@media screen and (min-width: 751px) {
  .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.8rem;
  font-weight: bold;
  display: inline-block; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__unitPrice .fs-c-price {
    font-size: 2rem; } }
.fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex; }
  .fs-c-cartTable__unitPrice .fs-c-productPrice__addon:before {
    content: '('; }
  .fs-c-cartTable__unitPrice .fs-c-productPrice__addon:after {
    content: ')'; }

.fs-c-cartTable__dataCell--quantity {
  border-bottom: none;
  padding: 5px 0;
  column-gap: 1em;
  margin-left: auto;
  width: calc(100% - 140px);
  justify-content: flex-end; }

.fs-c-cartTable__dataCell--quantity:before {
  content: attr(data-cell-label);
  display: inline-flex; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__dataCell--quantity {
    justify-content: flex-start;
    width: auto; } }
.fs-c-cartTable__dataCell--subtotal {
  border-top: 1px #B9B9B9 solid;
  border-bottom: none;
  margin-bottom: 0;
  padding: 1.5rem 0 0; }

.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value:after {
  content: " (税込)"; }

@media screen and (min-width: 751px) {
  .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: 751px) {
  .fs-c-cartTable__dataCell--point {
    padding: 1rem 0 0; } }
@media screen and (min-width: 751px) {
  .fs-c-cartTable__price {
    display: inline-block;
    white-space: nowrap; } }
.fs-c-cartTable__dataCell--review {
  text-align: right; }

.fs-c-deliveryInfoList dt {
  background-color: #c8c8c8;
  padding: 10px; }

.fs-c-deliveryInfoList dd {
  padding: 10px;
  background-color: #fff; }

.fs-c-orderPaymentTable {
  width: 100%; }

.fs-c-orderPaymentTable th {
  text-align: left;
  padding: 10px;
  background-color: #c8c8c8;
  width: 50%;
  font-weight: normal; }

.fs-c-orderPaymentTable td {
  background-color: #fff;
  padding: 10px; }

.fs-c-cartDiscountInfo__info {
  font-weight: bold;
  color: #C9002E; }
  @media screen and (min-width: 751px) {
    .fs-c-cartDiscountInfo__info {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-cartDiscountInfo__info {
      margin-bottom: 1rem;
      font-size: 2rem; } }

/* カートページ */
@media screen and (min-width: 751px) {
  .fs-c-cartTableContainer {
    margin-bottom: 15px; } }
@media screen and (min-width: 751px) {
  .fs-l-cart__contentsArea {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
.fs-l-cart__mainColumn {
  margin-bottom: 35px; }

.fs-l-cart__sideColumn {
  padding: 2rem 3rem;
  background-color: #EEEDEC;
  margin-bottom: 3rem; }

@media screen and (min-width: 751px) {
  .fs-l-cart__mainColumn {
    width: calc( 740 / 1160 * 100% ); }

  .fs-l-cart__sideColumn {
    width: calc( 340 / 1160 * 100% );
    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-bottom: 3rem;
    padding: 2rem 3rem;
    background-color: #EEEDEC; }
  @media screen and (min-width: 751px) {
    .ctm_l-cart__subColumn {
      width: calc( 340 / 1160 * 100% ); }
      .ctm_l-cart__subColumn .fs-l-cart__sideColumn {
        width: 100%;
        padding: 3rem 3rem; } }

.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: 751px) {
  .fs-l-cart__sideColumn .fs-c-purchaseHere {
    margin: 18px 0; } }
.fs-l-cart__sideColumn .fs-c-button--purchaseHere {
  width: 100%;
  line-height: 2rem;
  /*C*/ }

.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;
  /*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: 751px) {
  .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% - 110px );
  margin-left: 10px;
  text-align: left; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
    width: calc( 100% - 160px );
    margin-left: 20px; } }
.fs-c-cartTable__dataCell--quantity .fs-c-quantity {
  float: none;
  display: inline-block;
  text-align: center; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__dataCell--quantity .fs-c-quantity {
    width: 50px;
    max-width: 50px; } }
.fs-c-cartTable__actionButton {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__actionButton {
    justify-content: flex-start; } }
.fs-c-cartTable__actionButton > div {
  margin-left: 10px;
  margin-right: 10px; }

.fs-c-cartTable__actionButton > div:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__actionButton > div {
    margin-left: 0;
    margin-right: 10px; } }
.fs-c-cartTable__actionButton button {
  text-align: left; }

@media screen and (min-width: 751px) {
  .fs-c-cartTable__actionButton button {
    margin-bottom: 10px; } }
.fs-c-cartDiscountInfo--postage {
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px; }

@media screen and (min-width: 751px) {
  .fs-c-cartDiscountInfo--postage {
    margin-left: 0;
    margin-right: 0; } }
.fs-c-cartDiscountInfo__note {
  font-size: 1.3rem; }

@media screen and (min-width: 751px) {
  .fs-c-cartDiscountInfo__note {
    font-size: 1.5rem; } }
.fs-c-productListItem__control form {
  width: 100%;
  margin-top: 10px; }

.fs-c-wishlistProduct__footer {
  width: 100%;
  text-align: center;
  display: none; }

@media screen and (min-width: 751px) {
  .fs-c-wishlistProduct__footer {
    width: 1200px;
    margin: 0 auto; } }
.fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  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: 751px) {
  .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: 751px) {
  .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;
  text-align: center; }
  @media screen and (min-width: 751px) {
    .fs-c-heading--page {
      margin: 6rem 0;
      font-size: 3.2rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-heading--page {
      margin: 3rem 0;
      font-size: 2rem; } }

/*買い物を続ける*/
.fs-c-continueShopping {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  .fs-c-continueShopping .fs-c-button--continueShopping {
    font-size: 1.5rem; }
    @media screen and (min-width: 751px) {
      .fs-c-continueShopping .fs-c-button--continueShopping {
        margin: 0;
        width: 100%;
        /*    width: calc(340 / 1160* 100%);*/ } }
    @media screen and (max-width: 750px) {
      .fs-c-continueShopping .fs-c-button--continueShopping {
        margin: 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: 751px) {
  .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__year, .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__month, .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__date {
    width: 6em; } }
.fs-c-linkedAccountInfoField {
  margin: 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: 751px) {
  .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 ショッピングカートログイン
============================================= */
/* フォームフィールド */
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
  border: 1px solid #252525;
  font-size: 1.6rem;
  /*FORM*/ }

@media screen and (min-width: 751px) {
  .fs-c-fsLogin .fs-c-inputField__field {
    width: 320px; } }
/* 年月日フォームサイズ */
@media screen and (min-width: 751px) {
  .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__year, .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__month, .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__date {
    width: 6em; } }
/* ??? */
.fs-c-defaultUsers {
  padding: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #d3d3d3; }

@media screen and (min-width: 751px) {
  .fs-c-defaultUsers {
    width: 751px;
    margin: 0 auto 50px;
    padding: 50px; } }
/* FS非会員エリア */
.fs-c-newUsers {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3; }

@media screen and (min-width: 751px) {
  .fs-c-newUsers {
    width: 751px;
    margin: 0 auto 30px;
    padding: 50px; } }
.fs-c-newUsers__message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .fs-c-newUsers__message {
    font-size: 1.5rem; } }
/* FSエリア見出し */
.fs-c-subSection__title {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-c-subSection__title {
    font-size: 1.8rem; } }
/* ??? */
.entry,
.password,
.forgot-password,
.entry-mail,
.login-member,
.login-cart {
  background-color: #EEEDEC;
  padding: 20px;
  border: 1px solid #9e9e9e; }

@media screen and (min-width: 751px) {
  .entry,
  .password,
  .forgot-password,
  .entry-mail,
  .login-member,
  .login-cart {
    width: 500px;
    margin: 0 auto;
    padding: 50px 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.entry .fs-c-button--primary,
.password .fs-c-button--primary,
.forgot-password .fs-c-button--primary,
.entry-mail .fs-c-button--primary,
.login-member .fs-c-button--primary,
.login-cart .fs-c-button--primary {
  width: 100%; }

.entry .o_devider,
.password .o_devider,
.forgot-password .o_devider,
.entry-mail .o_devider,
.login-member .o_devider,
.login-cart .o_devider {
  display: block;
  text-align: center;
  font-size: 2rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }

.entry .o_devider:before, .entry .o_devider:after,
.password .o_devider:before,
.password .o_devider:after,
.forgot-password .o_devider:before,
.forgot-password .o_devider:after,
.entry-mail .o_devider:before,
.entry-mail .o_devider:after,
.login-member .o_devider:before,
.login-member .o_devider:after,
.login-cart .o_devider:before,
.login-cart .o_devider:after {
  content: '';
  width: 30%;
  height: 6px;
  border-top: 1px solid #000;
  display: inline-block;
  margin: 0 10px; }

/* ログインパーツ */
.fs-c-inputInformation {
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-c-inputInformation {
    margin-bottom: 60px; } }
.fs-c-inputInformation__field {
  margin-bottom: 20px; }

/* ログイン等入力レイアウトテーブル */
.fs-c-inputTable {
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-inputTable {
    border-top: 1px solid #B9B9B9; } }
.fs-c-inputTable tr {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (min-width: 751px) {
  .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: #EEEDEC; }

@media screen and (min-width: 751px) {
  .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: 751px) {
  .fs-c-inputTable .fs-c-inputTable__headerCell label {
    font-size: 1.5rem; } }
.fs-c-inputTable .fs-c-inputTable__dataCell {
  padding: 10px 20px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
  /*FORM*/ }

@media screen and (min-width: 751px) {
  .fs-c-inputTable .fs-c-inputTable__dataCell {
    display: table-cell;
    width: 70%;
    padding: 20px;
    font-size: 1.6rem;
    /*FORM*/ } }
.fs-c-inputTable .fs-c-inputTable__dataCell input[type="text"],
.fs-c-inputTable .fs-c-inputTable__dataCell input[type="tel"],
.fs-c-inputTable .fs-c-inputTable__dataCell select {
  border: 1px solid #252525;
  background-color: #fff; }

@media screen and (min-width: 751px) {
  .fs-c-inputTable .fs-c-dropdown {
    width: 20em; } }
/* ??? */
@media screen and (min-width: 751px) {
  .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media screen and (min-width: 751px) {
  .fs-c-inputTextGroup .fs-c-inputTextGroup__item {
    width: 15em;
    flex: 0 1 auto; } }
/* FSフォーム部品 */
input[type="text"]#fs_input_password,
input[type="text"]#fs_input_currentPassword,
input[type="text"]#fs_input_newPassword {
  border: none; }

input[type="password"] {
  border: 1px solid #252525;
  background-color: #fff; }

#fs_input_phoneNumber {
  width: 18em; }

/* パスワードをお忘れですか...etc... */
.fs-c-inputInformation__link {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem; }

@media screen and (min-width: 751px) {
  .fs-c-inputInformation__link {
    font-size: 1.5rem; } }
/* 連携サービスでログイン... */
.fs-c-otherServiceLogin {
  margin: 0;
  padding: 20px;
  background-color: #EEEDEC;
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-c-otherServiceLogin {
    margin-bottom: 60px; } }
.fs-c-otherServiceLogin .fs-c-linkedServiceLogin {
  margin-bottom: 30px; }

.fs-c-otherServiceLogin .fs-c-linkedServiceLogin:last-of-type {
  margin-bottom: 0; }

.fs-c-otherServiceLogin .fs-c-anotherLogin__button {
  text-align: center; }

.fs-c-otherServiceLogin .fs-c-anotherLogin__button img {
  width: auto; }

.fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold; }

.fs-c-anotherLogin__message h2.ttl2 {
  margin-bottom: 10px; }

.fs-c-anotherLogin__message--amazon,
.fs-c-anotherLogin__message p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .fs-c-anotherLogin__message--amazon,
  .fs-c-anotherLogin__message p {
    font-size: 1.5rem; } }
/* ??? */
.fs-c-guestPurchase {
  margin: 0 20px;
  text-align: center; }

@media screen and (min-width: 751px) {
  .fs-c-guestPurchase {
    margin: 0 auto 50px; } }
/* ??? */
.ctm_cart_login-note {
  text-align: center;
  margin-top: 10px; }

@media screen and (min-width: 751px) {
  .ctm_cart_login-note {
    margin-top: -30px; } }
/* ??? */
.login-devider {
  text-align: center;
  margin: 50px 0; }

.login-devider span {
  display: inline-block;
  font-size: 2.1rem; }

.login-devider span:after, .login-devider span:before {
  content: '';
  width: 100px;
  height: 3px;
  border-top: 1px solid #000;
  display: inline-block; }

.login-devider span:after {
  margin-left: 1em; }

.login-devider span:before {
  margin-right: 1em; }

/* ボタン */
.fs-c-inputInformation__button {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 751px) {
    .fs-c-inputInformation__button {
      margin-bottom: 100px; } }
  @media screen and (max-width: 750px) {
    .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: 750px) {
    .fs-c-inputInformation__button > div {
      width: 100%; } }

.fs-c-inputInformation__button .fs-c-button--primary,
.fs-c-inputInformation__button .fs-c-button--secondary,
.fs-c-inputInformation__button .fs-c-button--standard {
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .fs-c-inputInformation__button .fs-c-button--primary,
    .fs-c-inputInformation__button .fs-c-button--secondary,
    .fs-c-inputInformation__button .fs-c-button--standard {
      width: 228px;
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (max-width: 750px) {
    .fs-c-inputInformation__button .fs-c-button--primary,
    .fs-c-inputInformation__button .fs-c-button--secondary,
    .fs-c-inputInformation__button .fs-c-button--standard {
      padding: 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: #f0f0f0;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .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: 751px) {
    .fs-c-agreementConfirmation__message {
      font-size: 1.5rem; } }

.fs-c-agreementConfirmation__checkbox {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .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: 751px) {
    .fs-c-agreementConfirmation__password {
      font-size: 1.5rem; } }

.fs-c-agreementConfirmation__addon {
  margin-left: 0;
  margin-bottom: 0; }

@media screen and (min-width: 751px) {
  .fs-c-agreementConfirmation__addon {
    width: 300px; } }
.fs-c-button--next,
.fs-c-button--registerAndContinue {
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-button--next,
  .fs-c-button--registerAndContinue {
    width: 300px;
    margin-left: auto;
    margin-right: auto; } }
input[type="checkbox"].fs-c-checkbox__checkbox {
  display: none; }

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #fff;
  border-color: #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: #EEEDEC; }

.fs-c-suggestedAddress__list li {
  padding: 15px; }

.agreementConfirmation-merit {
  padding: 0 15px 10px;
  background-color: #f0f0f0; }

@media screen and (min-width: 751px) {
  .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: #f0f0f0;
  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;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -4px; }

/* ==============================================
 ### STYLE SYSTEM ご注文完了
=================================================*/
.fs-c-checkoutSuccess {
  margin: 0 2rem; }

@media screen and (min-width: 751px) {
  .fs-c-checkoutSuccess {
    margin: 0;
    width: 100%; } }
.fs-c-checkoutSuccess h2 {
  text-align: center;
  margin-bottom: 2rem; }

@media screen and (min-width: 751px) {
  .fs-c-checkoutSuccess p {
    text-align: center; } }
/* ==============================================
 ### STYLE SYSTEM ご注文手続き(単数)
=================================================*/
.ctm_cart-container {
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .ctm_cart-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    /*    width: 1160px;*/
    width: 100%;
    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: 751px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__control {
    flex-direction: row;
    justify-content: center; } }
.fs-c-checkout-destination__body .fs-c-checkout-destination__button {
  margin: 0; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__button {
    margin-left: 20px; } }
.fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
  margin: 0;
  margin-bottom: 15px;
  min-width: 100px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
    margin-bottom: 0; } }
@media screen and (min-width: 751px) and (max-width: 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: 751px) {
    .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: 751px) {
  .fs-l-checkout__mainColumn {
    width: calc(740 / 1160* 100%);
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    margin-bottom: 0; } }
.fs-l-checkout__sideColumn {
  width: 100%;
  padding: 3rem;
  background-color: #EEEDEC; }

@media screen and (min-width: 751px) {
  .fs-l-checkout__sideColumn {
    width: calc(340 / 1160* 100%);
    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: 751px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
    overflow: hidden;
    *zoom: 1; } }
.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__data__address {
  margin-bottom: 20px; }

.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end; }

.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: 751px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
    float: right; } }
@media screen and (min-width: 751px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
    width: 70%; } }
/*お支払い方法*/
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable {
  border-bottom: 1px solid #B9B9B9;
  border-left: 1px solid #B9B9B9;
  width: 100%; }

.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable thead th {
  background-color: #f0f0f0;
  border-top: 1px solid #B9B9B9;
  border-right: 1px solid #B9B9B9;
  padding: 5px; }

.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable td {
  border-top: 1px solid #B9B9B9;
  border-right: 1px solid #B9B9B9;
  padding: 5px; }

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  width: 100%;
  margin: 10px auto; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
    width: auto;
    margin: 0; } }
.fs-c-creditCardIcons {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap; }

.fs-c-creditCardIcons li {
  margin-left: 10px; }

/*お届け先*/
.fs-c-checkout-destination__list {
  margin-bottom: 20px; }

.fs-c-checkout-destination__list .fs-c-checkout-destination__name {
  margin-bottom: 20px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__destination {
    display: block; } }
.fs-c-checkout-destination__button {
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-destination__button {
    width: auto;
    margin-left: 20px; } }
/*ポイント*/
.fs-c-checkout-pointInfo .fs-c-checkout-pointInfo__usePoint {
  margin-bottom: 20px; }

/*配送方法*/
.fs-c-checkout-delivery__method__title {
  font-weight: bold;
  margin-bottom: 10px; }

.fs-c-checkout-delivery__method__message {
  margin-bottom: 20px; }

.fs-c-checkout-delivery__method__deliveryDateTime {
  margin-bottom: 20px; }

/*のし・ギフト包装*/
.wrapping-message {
  margin-bottom: 20px; }

.wrapping-message .text {
  margin-bottom: 20px; }

.wrapping-message .text a {
  text-decoration: underline; }

.wrapping-message .note {
  font-size: 1.6rem; }

.fs-c-checkout-wrappingInfo__info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: baseline;
  margin: 2rem 0; }
  .fs-c-checkout-wrappingInfo__info > dd {
    font-size: 1.5rem; }

.fs-c-returnedSpecialContract {
  display: none; }

/*ご注文内容*/
.fs-c-checkout-preview .fs-c-cartTable {
  border-top: none; }

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
  border-bottom: none;
  padding: 0; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
    border: 1px solid #B9B9B9; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
  display: table-cell;
  padding: 10px;
  font-weight: normal; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
    white-space: nowrap; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell,
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
  margin-bottom: 0;
  padding: 10px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
    width: inherit; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell:last-of-type {
  border: none; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--product {
    position: relative;
    top: auto;
    left: auto; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
  padding: 10px;
  border-bottom: 1px solid #B9B9B9;
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    justify-content: flex-end; } }
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
  padding: 10px;
  border-bottom: 1px solid #B9B9B9;
  width: 100%; }

.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__message--preorder {
  font-size: 1.3rem;
  padding: 5px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productName {
    margin-bottom: 10px;
    padding: 5px; } }
@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productInfo {
    /*    width: 100%;*/ } }
@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-priceDisplay {
    font-size: 1.6rem; } }
.fs-c-checkout-preview .fs-c-confirmOrder {
  margin-left: 20px;
  margin-right: 20px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-preview .fs-c-confirmOrder {
    margin: 0; } }
/*クーポン*/
.fs-c-checkout-couponInfo__body .fs-c-checkout-couponCodeInput > *:not(:last-child) {
  margin-right: 0; }

.fs-c-checkout-couponInfo input[type="text"] {
  border: 1px solid #B9B9B9; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponInfo__message {
  margin-bottom: 20px; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 0 20px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__title {
    width: 100%; } }
.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__input {
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__input {
    width: 300px;
    margin-right: 10px !important; } }
.fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
  width: 100%;
  margin-top: 20px; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
    margin-top: 0;
    width: auto; } }
.fs-c-checkout-couponInfo .fs-c-button--useCoupon {
  padding: 11px 0;
  font-size: 1.5rem;
  width: 100%; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-button--useCoupon {
    width: 100px;
    font-weight: normal;
    padding: 8px 0; } }
.fs-c-checkout-couponInfo .fs-c-checkout-couponList li:not(last-of-child) {
  margin-bottom: 20px; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponList__item > * + * {
  margin-left: 0; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponList__couponName {
  font-weight: bold; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponList__couponDiscount {
  color: #C9002E; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #ffffff;
  font-size: 1.4rem;
  width: 100%;
  height: auto;
  max-width: 100%;
  white-space: normal;
  padding: 10px 0;
  text-align: center; }

.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus.is-inactive {
  color: #898989; }

@media screen and (min-width: 751px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
    /*    width: 314px;*/ } }
/* ==============================================
 ### STYLE SYSTEM 注文履歴
=================================================*/
.fs-body-my-orders {
  /**/ }

@media screen and (min-width: 751px) {
  .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: 751px) {
  .fs-body-my-orders .fs-c-history__info {
    width: 33%;
    float: right; } }
.fs-body-my-orders .fs-c-history__infoSummary {
  margin-top: 20px; }

.fs-body-my-orders .fs-c-history__total {
  margin-top: 20px; }

.fs-body-my-orders .fs-c-history__total dt {
  border-top: 1px solid #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: 751px) {
  .fs-body-my-orders .fs-c-history__listContainer {
    width: 65%;
    float: left; } }
.fs-body-my-orders .fs-c-listControl {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: right; }

.fs-body-my-orders .fs-c-orderHistory {
  margin-bottom: 30px; }

.fs-body-my-orders .fs-c-orderHistoryItem {
  border: 1px solid #d3d3d3;
  margin-top: 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem {
    padding: 0; } }
.fs-body-my-orders .fs-c-orderHistoryItem .fs-c-productImage__image {
  margin-left: auto;
  margin-right: auto; }

.fs-body-my-orders .fs-c-orderHistoryItem__header {
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header {
    background-color: #EEEDEC;
    margin-bottom: 0;
    padding-bottom: 20px; } }
.fs-body-my-orders .fs-c-orderHistoryItem__header dl {
  margin: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 5px;
  background-color: #EEEDEC; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header dl {
    display: block;
    border: none;
    padding: 20px;
    background-color: transparent; } }
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
    text-align: center; } }
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dd {
  margin: 0;
  padding: 0; }

.fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
  margin-bottom: 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; } }
.fs-body-my-orders .fs-c-orderHistoryItem__header__button {
  margin-left: auto;
  margin-right: auto;
  /*    max-width: 280px;*/ }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header__button {
    padding: 0 20px; } }
.fs-body-my-orders .fs-c-orderHistoryItem__body {
  border-top: 1px solid #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: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__product {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.fs-body-my-orders .fs-c-orderHistoryItem__product > div {
  margin-bottom: 10px; }

.fs-body-my-orders .fs-c-orderHistoryItem__product > div.fs-c-orderHistoryItem__button {
  display: none; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__product > div {
    margin-bottom: 0;
    padding: 10px; } }
.fs-body-my-orders .fs-c-orderHistoryItem__productImage {
  width: 50%;
  margin: 0 auto 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productImage {
    width: 25%; } }
.fs-body-my-orders .fs-c-orderHistoryItem__productName {
  width: 100%;
  text-align: center;
  font-weight: bold; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productName {
    width: 40%;
    text-align: left; } }
@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
    width: 20%; } }
.fs-body-my-orders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
  text-align: center; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
    width: 15%; } }
.fs-body-my-orders .fs-c-orderHistoryItem__button {
  margin-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__button {
    width: 25%;
    padding: 10px 0; } }
@media screen and (min-width: 751px) {
  .my-orders-article {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: none;
    max-width: none; } }
/* ==============================================
 ### STYLE 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: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
    font-size: 1.7rem; } }
.fs-body-my-orders-details .fs-c-orderDetail h3 {
  font-size: 1.6rem; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail h3 {
    font-size: 1.7rem; } }
.fs-body-my-orders-details .fs-c-orderDetail__data {
  margin-bottom: 30px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail__data {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px; } }
.fs-body-my-orders-details .fs-c-orderDetailList {
  border-left: 1px solid #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: #EEEDEC;
  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: 751px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
    overflow: hidden;
    *zoom: 1; } }
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  background-color: #EEEDEC;
  padding: 10px; }

.fs-body-my-orders-details .fs-c-orderPerAddressee__headingNumber {
  margin-right: 15px; }

.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
  padding: 10px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
    padding: 20px;
    margin-bottom: 30px; } }
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
  font-weight: bold;
  margin-bottom: 5px; }

.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
  margin: 0;
  margin-bottom: 10px; }

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
  margin-bottom: 0;
  display: block; }

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
  margin-bottom: 0;
  padding: 20px;
  display: block; }

.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
  margin-bottom: 0;
  padding: 20px;
  display: block; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
    width: 65%;
    float: left; } }
.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productInfo {
  width: calc(100% - 110px); }

.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
  padding-bottom: 10px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    float: right;
    width: 32%;
    margin: 0;
    border: 1px solid #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: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
    overflow: hidden;
    *zoom: 1; } }
@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable {
    width: 65%;
    float: left; } }
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__productInfo {
  width: 100%; }

.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
  padding-bottom: 10px; }

@media screen and (min-width: 751px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
    float: right;
    width: 32%;
    margin: 0;
    border: 1px solid #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: 751px) {
  .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: 751px) {
  .fs-body-my-addressbook .fs-c-addressBookList__addButton {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
.fs-body-my-addressbook .fs-c-addressBookList__count {
  background-color: #EEEDEC;
  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: 751px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list td {
    border-bottom: 1px solid #d3d3d3; } }
@media screen and (min-width: 751px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list td:first-child {
    white-space: nowrap;
    width: 20%; } }
.fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 751px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
.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: #EEEDEC;
  padding: 10px 20px 20px;
  border: 1px solid #d3d3d3;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 751px) {
  .fs-body-my-points .fs-c-pointSummary {
    width: 500px;
    margin: 0 auto;
    padding: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.fs-body-my-points .fs-c-pointSummary dt {
  width: 60%;
  padding: 10px;
  border-bottom: 1px solid #ededed; }

.fs-body-my-points .fs-c-pointSummary dd {
  width: 40%;
  margin: 0;
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid #ededed; }

.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--availablePoint {
  font-size: 1.7rem; }

.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
  font-size: 2rem;
  font-weight: bold;
  color: #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: 751px) {
  .fs-body-my-points .fs-c-dropdown {
    width: 30%; } }
.fs-body-my-points .fs-c-dropdown::after {
  border-left: 1px solid #ededed; }

.fs-body-my-points .fs-c-pointListTable {
  width: 100%;
  margin-bottom: 20px; }

@media screen and (min-width: 751px) {
  .fs-body-my-points .fs-c-pointListTable {
    border-collapse: collapse;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3; } }
@media screen and (min-width: 751px) {
  .fs-body-my-points .fs-c-pointListTable th {
    padding: 10px;
    background-color: #EEEDEC;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3; } }
.fs-body-my-points .fs-c-pointListTable td {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #d3d3d3; }

@media screen and (min-width: 751px) {
  .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: 751px) {
  .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: 750px) {
    .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: 750px) {
    .fs-c-productList {
      margin-bottom: 4rem; } }

.fs-c-productList__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 751px) {
    .fs-c-productList__list {
      gap: 5rem 2.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__list {
      gap: 1.2rem 1rem; } }

.fs-c-productList__list__item {
  width: calc(49%);
  position: relative;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 751px) {
    .fs-c-productList__list__item {
      width: calc(20% - 2rem);
      gap: 2.5rem 5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__list__item {
      width: calc(50% - .5rem); } }

/* --------------------------------------------
 ITEMLIST CONTROLER
-------------------------------------------- */
.fs-c-productList__controller {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media screen and (min-width: 751px) {
    .fs-c-productList__controller {
      margin: 4rem 0;
      padding-bottom: 1.5rem;
      border-bottom: 1px #B9B9B9 solid;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__controller {
      margin-bottom: 3rem;
      justify-content: center; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__controller .fs-c-sortItems {
      margin-top: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .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: 751px) {
    .fs-c-productList__list + .fs-c-productList__controller {
      padding-top: 1.5rem;
      border-top: 1px #B9B9B9 solid; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__list + .fs-c-productList__controller {
      margin-bottom: 0; } }
  @media screen and (max-width: 750px) {
    .fs-c-productList__list + .fs-c-productList__controller .fs-c-pagination {
      display: flex; } }

.fs-c-sortItems {
  display: -webkit-flex;
  display: flex;
  order: 1;
  /*  justify-content: space-between;*/
  align-items: center; }
  @media screen and (min-width: 751px) {
    .fs-c-sortItems {
      position: absolute;
      top: 5px;
      left: 80px;
      width: 33%; } }
      @media screen and (min-width: 751px) and (max-width: 1159px) {
        .fs-c-sortItems {
          min-width: 400px;
        }
      }
  .fs-c-sortItems .fs-c-sortItems__label {
    font-size: 1.5rem;
    font-weight: bold; }
    @media screen and (min-width: 751px) {
      .fs-c-sortItems .fs-c-sortItems__label {
        width: 5em; } }
    .fs-c-sortItems .fs-c-sortItems__label:after {
      content: '：'; }
  .fs-c-sortItems .fs-c-sortItems__list {
    display: flex;
    /*    justify-content: center;*/
    align-items: center;
    column-gap: 2rem; }
    @media screen and (min-width: 751px) {
      .fs-c-sortItems .fs-c-sortItems__list {
        width: 75%; } }
  .fs-c-sortItems .fs-c-sortItems__list__item {
    font-size: 1.5rem;
    color: #777777; }
    .fs-c-sortItems .fs-c-sortItems__list__item.is-active {
      font-weight: bold;
      color: #252525; }

.fs-c-listControl {
  width: 100%;
  line-height: 1.5; }
  @media screen and (min-width: 751px) {
    .fs-c-listControl {
      margin-bottom: 4rem;
      text-align: center;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0; } }
  .fs-c-listControl .fs-c-listControl__status {
    line-height: 1.5; }
    @media screen and (max-width: 750px) {
      .fs-c-listControl .fs-c-listControl__status {
        border-bottom: 1px #B9B9B9 solid; } }
  .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: 750px) {
    .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 #252525 solid;
  border-radius: 50%;
  font-weight: bold;
  overflow: hidden; }
  @media screen and (min-width: 751px) {
    .fs-c-pagination__item {
      font-size: 1.4rem;
      width: 3rem;
      height: 3rem; } }
  @media screen and (max-width: 750px) {
    .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 {
  color: #fff;
  background: #252525; }

span.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: 751px) {
  [class*=fs-c-pagination__item--] {
    height: 3rem; } }
@media screen and (max-width: 750px) {
  [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: 1.2rem; }

.fs-c-productListItem__productName {
  font-size: 1.4rem;
  line-height: 1.5rem; }

.fs-c-productListItem__prices {
  display: block;
  line-height: 1.5rem; }
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-price {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon {
    font-size: 1.2rem;
    line-height: 1.5rem; }
    .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 {
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value {
    text-decoration: line-through; }
  .fs-c-productListItem__prices .fs-c-productPrice--listed + .fs-c-productPrice--selling {
    color: #C9002E; }
  .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: calc( 15 / 13 ); }

.fs-c-productListItem__salesPeriod {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: calc( 15 / 13 ); }

.fs-c-productListItem__notice {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: calc( 15 / 13 ); }

.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: 751px) {
    .ctm_itemlist_header {
      border-bottom: 2px #252525 solid; } }
  @media screen and (max-width: 750px) {
    .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: 751px) {
    .ctm_itemlist_header .label__main {
      margin: .5rem 0;
      font-size: 2.4rem;
      line-height: 2.8rem; } }
  @media screen and (max-width: 750px) {
    .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: 751px) {
    .ctm_itemlist_header .label__sub {
      margin: 1rem 0;
      font-size: 1.6rem;
      /*R*/
      line-height: 2.1rem; } }
  @media screen and (max-width: 750px) {
    .ctm_itemlist_header .label__sub {
      margin: 0.2rem 0 1.2rem;
      font-size: 1.1rem;
      /*R*/
      line-height: 1.5rem; } }

/* =============================================
 ###　 PRODUCT GROUP PAGE CONTENT
============================================= */
.ctm_group-header {
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: 600; }
  @media screen and (min-width: 751px) {
    .ctm_group-header .ctm_heading--page {
      margin-right: 2rem;
      font-size: 3.2rem; } }
  @media screen and (max-width: 750px) {
    .ctm_group-header .ctm_heading--page {
      margin-top: 3rem;
      margin-right: 1rem;
      font-size: 2rem; } }

.ctm_search-header {
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: 600; }
  @media screen and (max-width: 750px) {
    .ctm_search-header {
      margin-top: 3rem; } }
  @media screen and (min-width: 751px) {
    .ctm_search-header .ctm_heading--page {
      margin-right: 2rem;
      font-size: 3.2rem; } }
  @media screen and (max-width: 750px) {
    .ctm_search-header .ctm_heading--page {
      margin-right: 1rem;
      font-size: 2rem; } }

@media screen and (min-width: 751px) {
  .ctm_group-nav {
    margin-bottom: 8rem; } }
@media screen and (max-width: 750px) {
  .ctm_group-nav {
    margin-bottom: 3rem; } }
@media screen and (min-width: 751px) {
  .ctm_group-nav .ctm_group-nav__label {
    display: none; } }
@media screen and (max-width: 750px) {
  .ctm_group-nav .ctm_group-nav__label {
    padding: .8rem 4.6rem .8rem 1.6rem;
    border: 1px #252525 solid;
    font-size: 1.4rem;
    position: relative; } }
.ctm_group-nav .ctm_group-nav__label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: 20px;
  border-top: 9px solid #252525;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 0;
  transition: all .3s; }
.ctm_group-nav .ctm_group-nav__label.openAcc:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
@media screen and (min-width: 751px) {
  .ctm_group-nav .ctm_group-nav__body {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center; } }
@media screen and (max-width: 750px) {
  .ctm_group-nav .ctm_group-nav__body {
    margin-top: 2rem;
    display: none;
    border: #B9B9B9 solid;
    border-width: 1px 0;
    padding: 2rem 0; } }
.ctm_group-nav .ctm_group-nav__body > a {
  position: relative; }
  @media screen and (min-width: 751px) {
    .ctm_group-nav .ctm_group-nav__body > a {
      padding: .6rem 1.2rem;
      border: 1px #252525 solid;
      width: calc( 20% - 1.6rem );
      display: block;
      text-align: center;
      font-size: 1.7rem; } }
  @media screen and (max-width: 750px) {
    .ctm_group-nav .ctm_group-nav__body > a {
      padding: 1rem 0;
      display: block;
      font-size: 1.5rem;
      line-height: 2.4rem; } }
  .ctm_group-nav .ctm_group-nav__body > a:after {
    content: '';
    display: block;
    position: absolute;
    border: #252525 solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s; }
    @media screen and (min-width: 751px) {
      .ctm_group-nav .ctm_group-nav__body > a:after {
        right: 10px;
        width: 7px;
        height: 7px;
        border-width: 1px 1px 0 0;
        top: calc( 50%  - 4px); } }
    @media screen and (max-width: 750px) {
      .ctm_group-nav .ctm_group-nav__body > a:after {
        right: 7px;
        width: 7px;
        height: 7px;
        border-width: 1px 1px 0 0;
        top: calc( 50%  - 4px); } }

/* =============================================
 ###　SLICK THEME ITEMLIST CAROUSEL
============================================= */
.ctm_itemlist--carousel {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.ctm_itemlist--carousel .slick-track,
.ctm_itemlist--carousel .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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; }

/* =============================================
 ### PAGE STYLE PRODUCT DETAIL 
============================================= */
/* --------------------------------------------
 PRODUCT DETAIL LAYOUT
-------------------------------------------- */
@media screen and (min-width: 751px) {
  .ctm_l-product-container {
    display: grid;
    grid-template-columns: calc(600/1160*100%) 1fr;
    column-gap: calc(60/1160*100%);
    margin-bottom: 10rem;
    /*    min-width: 1160px;*/ } }
@media screen and (max-width: 750px) {
  .ctm_l-product-container {
    /*    padding-left: 1.5rem;
        padding-right: 1.5rem;*/
    margin-bottom: 5rem; } }

@media screen and (min-width: 751px) {
  .ctm_l-product-image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    /*    width: calc( 600 / 1160 * 100% );*/ } }
@media screen and (max-width: 750px) {
  .ctm_l-product-image {
    margin-bottom: 3rem; } }

@media screen and (min-width: 751px) {
  .ctm_l-product-detail {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    /*    width: calc( 500 / 1160 * 100% );*/ } }

@media screen and (min-width: 751px) {
  .ctm_l-product-imageinfo {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    /*    width: calc( 600 / 1160 * 100% );*/ } }

.ctm_l-product-meta {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between; }

/* --------------------------------------------
 PRODUCT DETAIL IMAGE
-------------------------------------------- */
@media screen and (max-width: 750px) {
  .fs-c-productCarouselMainImage {
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + 30px ); } }

@media screen and (min-width: 751px) {
  .fs-c-productCarouselMainImage__carousel {
    margin-bottom: 3rem; } }
@media screen and (max-width: 750px) {
  .fs-c-productCarouselMainImage__carousel {
    margin-bottom: 1.5rem; } }

@media screen and (min-width: 751px) {
  .fs-c-productCarouselMainImage__carousel.slick-initialized .slick-slide {
    /*    width: 600px;*/ } }

.fs-c-productCarouselMainImage__carousel .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow:active {
    position: absolute;
    top: 50%; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow:before {
    content: '';
    display: inline-block;
    border: solid #221714;
    border-width: 0 0 2px 2px;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 6px; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-prev {
    left: 10px; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-next {
    right: 10px; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px; }
  .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 8px; }

@media screen and (min-width: 751px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow-x: inherit;
    margin: 0;
    padding: 0;
    gap: 16px; } }
@media screen and (max-width: 750px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    padding: 0; } }

@media screen and (min-width: 751px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    margin: 0;
    flex-basis: 60px;
    flex-shrink: 0; } }
@media screen and (max-width: 750px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 80px;
    flex-shrink: 0;
    margin: 0 10px 0 0; } }

.fs-c-productCarouselMainImage__image > img {
  max-width: 100vw;
  max-height: none;
  /*    max-height: 100vh;*/ }
  @media screen and (min-width: 751px) {
    .fs-c-productCarouselMainImage__image > img {
      width: 600px; } }
  @media screen and (min-width: 751px) and (max-width: 1159px) {
    .fs-c-productCarouselMainImage__image > img {
      width: calc( 600 / 1160 * 100vw ); } }

.fs-c-productCarouselMainImage__image__caption {
  display: none; }

.fs-c-productCarouselMainImage__thumbnail__caption {
  display: none; }

.fs-c-productCarouselMainImage__expandButton {
  display: none; }

/* --------------------------------------------
 PRODUCT DETAIL PRICE
-------------------------------------------- */
.ctm_l-product-detail .fs-c-productPrices--productDetail {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /* LISTED */ }
  @media screen and (max-width: 750px) {
    .ctm_l-product-detail .fs-c-productPrices--productDetail {
      margin-bottom: 1.8rem; } }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice {
    font-size: 2.4rem;
    font-weight: 600; }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice {
        font-size: 2.8rem; } }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) {
        font-size: 2rem; } }
    @media screen and (max-width: 750px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) {
        font-size: 1.6rem; } }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) .fs-c-productPrice__addon__label {
        font-size: 1.4rem; } }
    @media screen and (max-width: 750px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling:has(+ .fs-c-productPrice--member) .fs-c-productPrice__addon__label {
        font-size: 1.2rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__main,
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice .fs-c-productPrice__addon {
      display: inline; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-price {
    display: inline; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member {
    color: #C9002E;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
      display: inline-block;
      margin-right: 1em;
      text-align: center;
      margin: 0;
      padding: 6px 1em 3px;
      margin-right: 20px;
      line-height: 1.1; }
      @media screen and (min-width: 751px) {
        .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
          margin-top: -5px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 750px) {
        .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__label {
          font-size: 1.4rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main__price {
      padding-right: 8px;
      line-height: 1em; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label {
    font-weight: normal;
    margin-left: 0;
    font-size: 1.4rem; }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label {
        margin-left: 0;
        font-size: 1.8rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label:before {
      content: '('; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice__addon__label:after {
      content: ')'; }
  .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed {
    margin-right: 2rem;
    font-size: 1.8rem; }
    @media screen and (min-width: 751px) {
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed {
        margin-right: 2rem;
        font-size: 1.8rem; } }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-price__value {
      text-decoration: line-through; }
    .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling {
      color: #C9002E; }
      .ctm_l-product-detail .fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__label {
        font-size: 1.8rem; }

/* --------------------------------------------
 PRODUCT DETAIL PAGE CART
-------------------------------------------- */
.fs-c-variationAndActions__variationLabel {
  display: none; }

.fs-c-variationAndActions__variation .fs-c-variationList__item__title {
  font-size: 1.5rem;
  line-height: calc( 17 / 13 ); }
.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: 751px) {
    .fs-c-variationCart > li {
      -ms-grid-columns: auto auto 200px 3em;
      grid-template-columns: auto 1fr 200px 3em; } }
  @media screen and (max-width: 750px) {
    .fs-c-variationCart > li {
      -ms-grid-columns: auto auto 130px 3em;
      grid-template-columns: auto 1fr 130px 3em; } }
  .fs-c-variationCart > li + li {
    margin-top: .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: 751px) {
    .fs-c-productPreorderMessage {
      font-size: 1.5rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productPreorderMessage {
      font-size: 1.4rem; } }
  .fs-c-productPreorderMessage .ctm_productPreorderMessage__label {
    margin-bottom: 1rem;
    border: 1px dotted #C9002E;
    color: #C9002E;
    text-align: center;
    padding: 1rem; }
    @media screen and (min-width: 751px) {
      .fs-c-productPreorderMessage .ctm_productPreorderMessage__label {
        font-size: 1.7rem; } }
    @media screen and (max-width: 750px) {
      .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: 751px) {
    .fs-c-productNotice--outOfStock {
      font-size: 1.7rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-productNotice--outOfStock {
      font-size: 1.5rem; } }

/* --------------------------------------------
 PRODUCT DATAIL CONTENT
-------------------------------------------- */
.fs-c-productNameHeading {
  font-weight: bold; }
  @media screen and (min-width: 751px) {
    .fs-c-productNameHeading {
      margin-bottom: 2.5rem;
      font-size: 2rem;
      line-height: 1.5; } }
  @media screen and (max-width: 750px) {
    .fs-c-productNameHeading {
      margin-bottom: 2rem;
      font-size: 1.8rem;
      line-height: 1.5; } }

@media screen and (min-width: 751px) {
  .fs-c-productPointDisplay {
    font-size: 1.5rem; } }
@media screen and (max-width: 750px) {
  .fs-c-productPointDisplay {
    font-size: 1.4rem; } }

@media screen and (min-width: 751px) {
  .fs-c-productNumber {
    font-size: 1.5rem; } }
@media screen and (max-width: 750px) {
  .fs-c-productNumber {
    font-size: 1.4rem; } }

.fs-p-productDescription--full {
  font-size: 1.5rem;
  line-height: calc( 19 / 13 ); }

/* --------------------------------------------
 PRODUCT CUSTOM
-------------------------------------------- */
.ctm_product_imageinfolist {
  margin-top: 4rem; }
  .ctm_product_imageinfolist li {
    font-size: 1.3rem;
    line-height: calc( 20 / 13 );
    text-indent: -1.35em;
    padding-left: 1.5em; }
    @media screen and (max-width: 750px) {
      .ctm_product_imageinfolist li {
        font-size: 1.2rem;
        line-height: 1.5; } }
    .ctm_product_imageinfolist li:before {
      content: '※ '; }

.ctm_product_data {
  margin: 3rem 0; }

.ctm_product_sizedata {
  width: 100%;
  table-layout: fixed; }
  .ctm_product_sizedata th, .ctm_product_sizedata td {
    padding: 0 1rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.5; }
  .ctm_product_sizedata th {
    font-weight: 600; }

.ctm_product_size-caption {
  margin-top: 1rem;
  padding-right: 1rem;
  text-align: right; }
  @media screen and (min-width: 751px) {
    .ctm_product_size-caption {
      font-size: 1.3rem; } }
  @media screen and (min-width: 751px) {
    .ctm_product_size-caption {
      font-size: 1.1rem; } }

.ctm_product_specdata {
  margin-top: 2rem;
  width: 100%; }
  .ctm_product_specdata th, .ctm_product_specdata td {
    padding: .5rem 0;
    font-weight: normal;
    text-align: left;
    line-height: 1.5; }
  .ctm_product_specdata th {
    padding-left: 1rem;
    width: 10rem;
    font-size: 1.5rem; }
  .ctm_product_specdata td {
    font-size: 1.4rem;
    line-height: calc( 18 / 12 ); }

/* --------------------------------------------
 CC ITEMLIST TITLE (fs-c-featuredProduct__title)
-------------------------------------------- */
.fs-c-featuredProduct__header {
  margin-bottom: 3rem; }
  @media screen and (min-width: 751px) {
    .fs-c-featuredProduct__header {
      border-bottom: 2px #252525 solid; } }
  @media screen and (max-width: 750px) {
    .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: 751px) {
      .fs-c-featuredProduct__header:before {
        margin: .5rem 0;
        font-size: 2.4rem;
        line-height: 2.8rem; } }
    @media screen and (max-width: 750px) {
      .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: 751px) {
      .fs-c-featuredProduct__header:after {
        margin: 1rem 0;
        font-size: 1.8rem;
        line-height: calc( 21 / 16 ); } }
    @media screen and (max-width: 750px) {
      .fs-c-featuredProduct__header:after {
        margin: 0.2rem 0 1.2rem;
        font-size: 1.3rem;
        line-height: calc( 15 / 11 ); } }

/* --------------------------------------------
 ACC CUSTOM
-------------------------------------------- */
.ctm_acc {
  border-bottom: #B9B9B9 1px solid; }

.ctm_acc-item .ctm_acc__label {
  position: relative;
  cursor: pointer;
  border-top: #B9B9B9 1px solid;
  padding: 1.7rem 0;
  font-size: 1.7rem;
  font-weight: 600; }
  .ctm_acc-item .ctm_acc__label:after {
    content: '';
    display: block;
    position: absolute;
    border: #221714 solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .3s;
    visibility: visible; }
    @media screen and (min-width: 751px) {
      .ctm_acc-item .ctm_acc__label:after {
        right: 5px;
        width: 17px;
        height: 17px;
        border-width: 2px 2px 0 0;
        top: calc( 50%  - 12px); } }
    @media screen and (max-width: 750px) {
      .ctm_acc-item .ctm_acc__label:after {
        right: 20px;
        width: 12px;
        height: 12px;
        border-width: 1px 1px 0 0;
        top: calc( 50%  - 12px); } }
  .ctm_acc-item .ctm_acc__label.openAcc:after {
    top: calc( 50%  - 5px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.ctm_acc-item .ctm_acc__content {
  display: none;
  padding-bottom: 3rem; }

/* =============================================
 ###　ITEMS LINE BLOCK
============================================= */
/* --------------------------------------------
 CC RECOMMEND-LIST
-------------------------------------------- */
@media screen and (min-width: 751px) {
  .ctm_recommendblock,
  .ctm_l-featured-products {
    margin-top: 12rem;
    margin-bottom: 12rem; } }

@media screen and (max-width: 750px) {
  .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: 751px) {
  .ctm_recommend--history {
    margin-top: 6rem;
    margin-bottom: 6rem; } }
@media screen and (max-width: 750px) {
  .ctm_recommend--history {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-left: 0;
    padding-right: 0; } }

/* FS CAROUSEL */
@media screen and (min-width: 751px) {
  .fs-c-wishlistProduct {
    margin-top: 8rem;
    margin-bottom: 8rem; } }
@media screen and (max-width: 750px) {
  .fs-c-wishlistProduct {
    margin-top: 4rem;
    margin-bottom: 4rem; } }

.fs-c-wishlistProduct__title {
  margin-bottom: 3rem;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (min-width: 751px) {
    .fs-c-wishlistProduct__title {
      font-size: 2.2rem; } }
  @media screen and (max-width: 750px) {
    .fs-c-wishlistProduct__title {
      margin-bottom: 1.5rem;
      font-size: 1.8rem; } }

/* FS CAROUSEL */
.fs-c-featuredProduct {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px; }
  @media screen and (max-width: 750px) {
    .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 12px; }
  @media screen and (min-width: 751px) {
    .fs-c-productListCarousel__list__item {
      flex-basis: 212px;
      max-width: 212px;
      min-width: 212px; } }
  @media screen and (max-width: 750px) {
    .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 */
@media screen and (min-width: 751px) {
  .ctm_itemlist--carousel {
    width: 100%;
    display: -webkit-flex;
    display: flex; } }

@media screen and (max-width: 750px) {
  .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: 751px) {
  .ctm_recommend__list__item {
    flex-basis: calc(208 / 1160* 100%);
    margin: 0 12px;
    max-width: 212px; } }
@media screen and (max-width: 750px) {
  .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: 751px) {
  .fs-body-checkout-amazon .fs-c-agreementConfirmation {
    padding: 10px 0; } }
@media screen and (min-width: 751px) {
  .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: 750px) {
    .fs-body-cart-login .fs-c-guestPurchase {
      margin: 0; } }

/* =============================================
 ### PAGE SYSTEM CustomerDetails
============================================= */
@media screen and (max-width: 750px) {
  .fs-body-customerDetails .fs-c-button--registerAndContinue {
    /*      padding: 15px;
          width: 100%;*/ } }

/* =============================================
 ### PAGE SYSTEM newsletter
============================================= */
.fs-body-newsletter-subscribe .fs-c-privacyPolicyAgreeField {
  border-top: none; }

/* =============================================
 ### PAGE SYSTEM newsletter
============================================= */
.fs-body-register .fs-c-privacyPolicyAgreeField {
  border-top: none; }

/* =============================================
 ### iziToast
============================================= */
.iziToast > .iziToast-close:active {
  position: absolute;
  left: auto;
  right: 0;
  top: 0; }

.iziToast.iziToast-color-green {
  background: rgba(185, 184, 184, 0.9);
  border-color: rgba(185, 184, 184, 0.9); }

/* =============================================
 ### クーポン(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; }

@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-couponName__name {
    font-size: 2.3rem; } }
.fs-body-my-coupons .fs-c-couponName__discount {
  text-align: center;
  border: 1px solid #C9002E;
  padding: 5px;
  color: #C9002E; }

@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-couponName__discount {
    font-size: 2.1rem;
    font-weight: bold; } }
.fs-body-my-coupons .fs-c-coupon__description {
  border-top: 1px solid #EEEDEC; }

.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px; }

@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
    font-size: 1.8rem; } }
.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px; }

@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
    font-size: 1.8rem; } }
.fs-body-my-coupons .fs-c-coupon__description__expiration {
  border-bottom: 1px solid #EEEDEC;
  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; }

@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-couponExpiration__list__item {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.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; }

@media screen and (min-width: 751px) {
  .fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
    margin-right: 10px;
    width: auto; } }
.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; }



/* =============================================
 ### 24-09-04 注文手続き
============================================= */

.fs-c-checkout-confirmationList>dt::after {
  top: -8px;
}

.fs-c-checkout-wrappingMessage .ctm_order_wrapping .lead {
  margin-bottom: 1em;

}

.fs-c-checkout-wrappingMessage .ctm_order_wrapping .ttl {
  font-weight: bold;
  margin-bottom: 20px;
}
.fs-c-checkout-wrappingMessage .ctm_order_wrapping .btn {
  text-align: right;
  margin-top: 10px;

}
@media screen and (min-width: 751px) {

  .fs-c-checkout-wrappingMessage .ctm_order_wrapping .flexbox {
    display: flex;
    justify-content: space-between;
  }

  .fs-c-checkout-wrappingMessage .ctm_order_wrapping .flexbox .text {
    width: 48%;
  }

  .fs-c-checkout-wrappingMessage .ctm_order_wrapping .flexbox .image {
    width: 48%;
  }

}


.fs-c-checkout-wrappingMessage .ctm_order_wrapping .messagecard {
  margin-bottom: 20px;
}

.fs-c-checkout-wrappingMessage .ctm_order_wrapping .messagecard .ttl {
  margin-bottom: 20px;
}

@media screen and (min-width: 751px) {
.fs-c-inputInformation .fs-c-inputTable .fs-c-inputTable__dataCell {
width: 100%;
}
}

#fs-communicationInfo-container .fs-c-checkout-communicationInfo__info {
 margin: 30px 0;
  
  border: 1px solid #BABABA ;
  padding: 10px;
}

/* =============================================
 ### 24-09-04 会員登録
============================================= */
.ctm_customerDetails_header_mess {
  margin-bottom: 30px;
}



/* =============================================
 ### ログイン連携
============================================= */
.fs-c-linkServicesList__item {
  margin-bottom: 50px;
  border: 1px solid #BABABA;
  padding: 20px;
}

@media screen and (min-width: 751px) {
  .fs-c-linkServicesList__item {
    display: flex;
    align-items: center;

  }
}

.fs-c-linkService__service {
  font-size: 1.8rem;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 10px;
  padding: 5px;
  font-weight: bold;
  
}
@media screen and (min-width: 751px) {
  .fs-c-linkService__service {
    border: none;
    width: 10em;
    margin-bottom: 0;
    border-right: 1px solid #BABABA;
  }
}

.fs-c-linkService__status {
  text-align: center;
  padding: 20px;
  background-color: #EEEDEC;
  margin-bottom: 10px;
}
@media screen and (min-width: 751px) {
  .fs-c-linkService__status {
    width: 30%;
    background: none;
    margin-bottom: 0;
  }
}
.fs-c-linkService__button {
  padding: 0 30px;
}
@media screen and (min-width: 751px) {
  .fs-c-linkService__button {
   margin-left: auto;
  } 
}

.fs-body-my-linkedAccounts .fs-c-buttonContainer--pair{
  width: 100%;

}
@media screen and (min-width: 751px) {
  .fs-body-my-linkedAccounts .fs-c-buttonContainer--pair{
    width: 80%;
    margin: 0 auto;
  
  }
}

.fs-body-my-linkedAccounts .fs-c-buttonContainer--pair button {
  width: 100%;
}

/* ----------------------

241003　A8タグ調整

-----------------------*/
#a8sales img{
  width: 0;
  height: 0;
}

/* ----------------------

241010　A8タグ調整

-----------------------*/



@media screen and (min-width: 751px) {
  .fs-body-cart .ctm_cart_mainColumn {
    width: calc(740 / 1160 * 100%);
  }

  .fs-body-cart .ctm_cart_mainColumn .fs-l-cart__mainColumn {
    width: 100%;
  }
}


.fs-body-cart .ctm_cart_addcontent1 .ctm_cart_addcontent1_item{
  border: 1px solid #B9B9B9;
  padding: 15px;
  margin-bottom: 20px;
}
.fs-body-cart .ctm_cart_addcontent1 .ctm_cart_addcontent1_item .ttl{
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.fs-body-cart .ctm_cart_addcontent1 .ctm_cart_addcontent1_item .ttl .add{
  font-weight: normal;
  font-size: 1.4rem;
}

.fs-body-cart .ctm_cart_addcontent1 .ctm_cart_addcontent1_item.postage dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.fs-body-cart .ctm_cart_addcontent1 .ctm_cart_addcontent1_item.postage dt {
  width: 8em;
}
.fs-body-cart .ctm_cart_addcontent1 .ctm_cart_addcontent1_item.postage dd {
  width: calc(100% - 8em);
}

.fs-body-cart .ctm_cart_addcontent1 .ctm_cart_addcontent1_item .c_red {
color: #C9002E;
}


/* ----------------------

241018　注文確認修正

-----------------------*/
.fs-c-modal--wrappingSettings .fs-c-inputInformation__message {
  background-color: #fff;
}

.bg01 {
  padding: 2rem;
  background-color: #f0f0f0;;
}
.fs-c-modal--wrappingSettings .flexbox .ttl {
  font-weight: bold;
  margin-bottom: 20px;
}
.fs-c-modal--wrappingSettings .flexbox .text {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {

  .fs-c-modal--wrappingSettings .flexbox {
    display: flex;
    justify-content: space-between;
  }

  .fs-c-modal--wrappingSettings .flexbox .text {
    width: 48%;
    text-align: left;
  }

  .fs-c-modal--wrappingSettings .flexbox .image {
    width: 48%;
  }

}


.fs-c-modal--wrappingSettings .messagecard {
  margin-bottom: 20px;
}

.fs-c-modal--wrappingSettings .messagecard .ttl {
  margin-bottom: 20px;
}


/* ==============================================
 ### 24-12-26 長期休暇告知
=================================================*/
.fs-body-cart .ctm_vacation_notice {
  margin-bottom: 30px;
}

.fs-body-cart .ctm_vacation_notice .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

/* =============================================
 ### 25-04-02 お気に入り一覧
============================================= */

.fs-body-my-wishlist .fs-c-productListItem__control{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;

}

.fs-body-my-wishlist .fs-c-button--subscribeToArrivalNotice--list,
.fs-body-my-wishlist .fs-c-button--addToCart--list {
  display: none;
}

.fs-body-my-wishlist .fs-c-productListItem__purchaseDisabledMessage {
  display: block;
  order: 1;
  text-align: center;
  width: 100%;
  border: 1px solid #C9002E;
  color: #C9002E;
  padding: 5px;
  line-height: 1;
  margin-top: 100px;
}

.fs-body-my-wishlist .fs-c-noImage {
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;

}

@media screen and (min-width: 751px) {
  .fs-body-my-wishlist .fs-c-noImage {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .fs-body-my-wishlist .fs-c-productListItem__purchaseDisabledMessage {
    margin-top: 150px;
  }
}