@charset "utf-8";
/* CSS Document */

/*お試し店舗のヘッダを非表示*/
#fs_preview_header {
  display: none;
}
/* =============================================
 ### リセット設定
============================================= */
/*----------------------------------------------
### リセット用CSS
----------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
ul {
  list-style-type: none;
}
img {
  vertical-align: bottom;
}
input[type="text"], input[type="reset"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"] {
  border: 1px solid #c5cccd;
  padding: 9px;
  outline: none;
  font: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  margin: 0;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
}
textarea {
  border: 1px solid #c5cccd;
  padding: 9px;
  outline: none;
  font: 1.3rem "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select {
  border: 1px solid #c5cccd;
  padding: 6px;
  outline: none;
  font-size: 13px;
  color: #555;
  margin: 0;
  max-width: 100%;
  background: #fff;
  cursor: pointer;
  -webkit-padding-end: 30px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
 display: none;
}

@media screen and (min-width: 599px) {
select {
  font-size: 1.6rem;
}
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input[type="submit"],
input[type="reset"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
 @-moz-document url-prefix() {
 select {
 background-image: none;
}
}
input[type="number"] {
  padding: 5px;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea:focus {
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
label {
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
}
input[type="checkbox"] {
  display: inline;
}
label span {
  font-weight: normal;
}
ul, dl, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li, dt, dd {
  margin: 0;
  padding: 0;
}
.required {
  margin: -2% 0 0 1em;
  background-color: #b03126;
  padding: 0 0.3em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
input, select, textarea {
  font-size: 1.2rem;
}
}
.fs-c-cartTable select.fs-c-quantity__select.fs-system-quantity-list {
  padding-right: 0 !important;
}
/* =============================================
 ###　ページ 基本設定
.============================================= */
a {
  color: #333;
}
p a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
p a:hover {
  text-decoration: none;
}
}
/* =============================================
 ###　システムページ 基本設定
.============================================= */
.fs-l-page {
  line-height: 1.46;
}
.fs-l-page .fs-l-main {
  margin-bottom: 110px;
}
.fs-body-top .fs-l-page .fs-l-main {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
.fs-l-page .fs-l-main {
  margin-bottom: 50px;
}
.fs-body-top .fs-l-page .fs-l-main {
  margin-bottom: 0;
}
}

.t_center {
  text-align: center;
}
.t_left {
  text-align: left;
}
.t_right {
  text-align: right;
}

/* PC時 コンテンツ幅750px */
@media screen and (min-width: 992px) {
.fs-body-my-top .fs-l-main, .fs-body-my-account-password .fs-l-main, .fs-body-forgotPassword .fs-l-main, .fs-body-my-account-settings .fs-l-main, .fs-body-my-account-delete .fs-l-main, .fs-body-my-points .fs-l-main, .fs-body-newsletter-subscribe .fs-l-main, .fs-body-newsletter-unsubscribe .fs-l-main {
  max-width: 750px;
}
}
/* =============================================
 ###　基本ボタン設定
============================================= */
input[type="submit"].fs-c-button--primary,
.fs-c-button--primary {
  display: block;
  background-color: #7186a6;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 15px 0;
  width: 100%;
  border: none;
  border: 1px solid #7186a6;
  border-radius: 100px;
  line-height: 1em;
  font-weight: 500;
}

a.fs-c-button--loginAndPurchase.fs-c-button--primary {
    display: block;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 15px 0;
    width: 100%;
    border: none;
    border: 1px solid #ff0000;
    border-radius: 100px;
    line-height: 1em;
    font-weight: 500;
}


@media screen and (min-width: 992px) {
input[type="submit"].fs-c-button--primary,
.fs-c-button--primary {
  font-size: 1.3rem;
  max-width: 325px;
}
}
input[type="submit"].fs-c-button--primary:hover,
.fs-c-button--primary:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}
.fs-c-button--secondary {
  display: block;
  border: 1px solid #7186a6;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 0;
  width: 100%;
  color: #7186a6;
  line-height: 1em;
}

@media screen and (min-width: 992px) {
.fs-c-button--secondary {
  max-width: 325px;
  padding: 15px 2em;
}
}
.fs-c-button--secondary:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}
.fs-c-button--standard,
input[type="reset"].fs-c-button--standard {
  text-align: center;
  padding: 15px 2em;
  width: auto;
  border: none;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: none;
  font-size: 1.3rem;
  background-color: #f5f5f5;
  line-height: 1em;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #333;
}

@media screen and (min-width: 992px) {
.fs-c-button--standard,
input[type="reset"].fs-c-button--standard {
  width: auto;
  max-width: 325px;
  padding: 15px 1em;
  font-size: 1.2rem;
}
}
#fs_form .fs-c-button--back {
  margin-top: 20px;
}
.fs-c-button--standard:hover,
input[type="reset"].fs-c-button--standard:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}
.fs-c-button--plain {
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #333;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
.fs-c-button--plain {
  padding: 0;
}
}
.fs-c-button--plain:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}
.fs-c-button--change--small {
  padding: 15px 2em;
  font-size: 1.3rem;
  background-color: #f5f5f5;
  color: #333333;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-c-button--change--small {
  font-weight: normal;
  width: auto;
  padding: 15px 2em;
}
}
.fs-c-button--change--small:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}
/* =============================================================================
============================================================================= */
.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;
  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;
  line-height: 1;
}
/* =============================================
 ###　個別設定
============================================= */
/* --------------------------------------------
  ##　拡大画像ボタン
---------------------------------------------- */
.fs-c-productMainImage__expandButton {
  text-align: right;
}
/* --------------------------------------------
  ##　拡大画像ボタン
---------------------------------------------- */
.fs-c-button--viewExtendedImage {
  text-align: right;
}
.fs-c-button--viewExtendedImage img {
  width: 30px;
  height: 30px;
}
/* --------------------------------------------
  ##　ログインせず購入
---------------------------------------------- */
.fs-c-button--guestPurchase {
  display: block;
  background-color: #fff;
  color: #252d42;
  border: 1px solid #D2D2D2;
  text-align: center;
  padding: 23px 0;
  width: 100%;
  font-weight: bold;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-c-button--guestPurchase {
  width: 228px;
  padding: 15px 0;
  margin: 0 auto;
}
}
.fs-c-button--guestPurchase:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}
/* --------------------------------------------
  ##　myページTOP
---------------------------------------------- */
.fs-c-button--myPageTop {
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #c7c7c7;
  padding: 15px 0;
  line-height: 1;
  margin: 0 auto;
  margin-right: auto;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-c-button--myPageTop {
  max-width: 325px;
}
}
.fs-c-button--myPageTop:hover {
  background-color: #333;
  color: #fff;
}
/* --------------------------------------------
  ##　注文履歴詳細を見る
---------------------------------------------- */
.fs-c-button--viewOrderHistoryDetail {
  display: block;
  background-color: #7186a6;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 15px 0;
  width: 100%;
  border: none;
  border: 1px solid #7186a6;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-c-button--viewOrderHistoryDetail {
  font-size: 1.3rem;
  width: 228px;
}
}
.fs-c-button--viewOrderHistoryDetail:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* --------------------------------------------
  ##　お気に入りに登録する
---------------------------------------------- */
.fs-c-button--addToWishList--detail {
  background-color: transparent;
  padding: 10px;
  font-weight: normal;
  margin-left: 0;
  width: auto;
}
.fs-c-button--addToWishList--detail span {
  display: block;
  position: relative;
  text-indent: -9999em;
  color: #333;
  width: 13px;
  height: 13px;
}
.fs-c-button--addToWishList--detail span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://yanuk.itembox.design/item/img/common/fav_itemdetail.svg);
  margin-right: 5px;
  transform: translateY(3px);
}
.fs-c-button--addToWishList--detail:hover {
  text-decoration: none;
}
.fs-body-product .fs-c-button--addToWishList--detail {
  font-weight: 400;
  font-size: 1.1rem;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.fs-body-product .fs-c-button--addToWishList--detail span {
  width: auto;
  height: auto;
  text-indent: 0;
}

@media screen and (min-width: 992px) {
.fs-body-product .fs-c-button--addToWishList--detail span {
  font-size: 1.3rem;
}
}
.fs-body-product .fs-c-button--addToWishList--detail span:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://yanuk.itembox.design/item/img/common/fav_itemdetail.svg);
  margin-right: 5px;
  transform: translateY(6px);
}

@media screen and (min-width: 992px) {
.fs-body-product .fs-c-button--addToWishList--detail span:before {
  width: 20px;
  height: 20px;
}
}
/* -----------------------------------------------------------------------------
 CC wish icon
----------------------------------------------------------------------------- */
.fs-c-productList__list__item .fs-c-productListItem__imageContainer,
.fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer {
  padding-bottom: 13px;
}
@media screen and (max-width: 991px) {
.fs-c-productList__list__item .fs-c-productListItem__imageContainer,
.fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer {
  padding-bottom: calc( 27 / 750 * 100vw );
}
}
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail,
.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  outline: none;
  position: relative;
  z-index: 1;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail,
.fs-c-variationAndActions .fs-c-button--addToWishList--icon,
.fs-c-variationAndActions .fs-c-button--removeFromWishList--icon {
  position: static;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail:before {
  content: "";
    width: 23px;
    height: 21px;
  display: block;
  background: url(/item/assets/images/common/common_heart.svg) no-repeat;
  background-size: 23px 21px;
}
.fs-c-button--addToWishList--icon:before {
  content: "";
  width: 18px;
  height: 16px;
  display: block;
  background: url(/item/assets/images/common/common_heart.svg) no-repeat;
  background-size: 18px 16px;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail:before {
  content: "";
    width: 23px;
    height: 21px;
  display: block;
  background: url(/item/assets/images/common/common_heart_on.svg) no-repeat;
  background-size: 23px 21px;
}
.fs-c-button--removeFromWishList--icon:before {
  content: "";
  width: 18px;
  height: 16px;
  display: block;
  background: url(/item/assets/images/common/common_heart_on.svg) no-repeat;
  background-size: 18px 16px;
}
@media screen and (min-width: 992px) {
  .fs-c-button--particular.fs-c-button--addToWishList--detail:hover:before {
    content: "";
    width: 23px;
    height: 21px;
    display: block;
    background: url(/item/assets/images/common/common_heart_on.svg) no-repeat;
    background-size: 23px 21px;
  }
  .fs-c-button--addToWishList--icon:hover:before {
    content: "";
    width: 18px;
    height: 16px;
    display: block;
    background: url(/item/assets/images/common/common_heart_on.svg) no-repeat;
    background-size: 18px 16px;
  }
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail:hover:before {
    content: "";
    width: 23px;
    height: 21px;
    display: block;
    background: url(/item/assets/images/common/common_heart.svg) no-repeat;
    background-size: 23px 21px;
  }
  .fs-c-button--removeFromWishList--icon:hover:before {
    content: "";
    width: 18px;
    height: 16px;
    display: block;
    background: url(/item/assets/images/common/common_heart.svg) no-repeat;
    background-size: 18px 16px;
  }
}
.fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail .fs-c-button__label,
.fs-c-button--addToWishList--icon .fs-c-button__label,
.fs-c-button--removeFromWishList--icon .fs-c-button__label {
  display: none;
}
/* --------------------------------------------
  ##　お気に入りを解除する
---------------------------------------------- */
.fs-c-button--removeFromWishList--detail {
  background-color: transparent;
  padding: 10px;
  font-weight: normal;
  margin-left: 0;
  width: auto;
}
.fs-c-button--removeFromWishList--detail span {
  display: block;
  position: relative;
  text-indent: -9999em;
  color: #333;
  width: 13px;
  height: 13px;
}
.fs-c-button--removeFromWishList--detail span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://yanuk.itembox.design/item/img/common/favdone_itemdetail.svg);
  margin-right: 5px;
  transform: translateY(3px);
}
.fs-c-button--removeFromWishList--detail:hover {
  text-decoration: none;
}
.fs-body-product .fs-c-button--removeFromWishList--detail {
  font-weight: 400;
  font-size: 1.1rem;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.fs-body-product .fs-c-button--removeFromWishList--detail span {
  width: auto;
  height: auto;
  text-indent: 0;
}

@media screen and (min-width: 992px) {
.fs-body-product .fs-c-button--removeFromWishList--detail span {
  font-size: 1.3rem;
}
}
.fs-body-product .fs-c-button--removeFromWishList--detail span:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://yanuk.itembox.design/item/img/common/favdone_itemdetail.svg);
  margin-right: 5px;
  transform: translateY(6px);
}

@media screen and (min-width: 992px) {
.fs-body-product .fs-c-button--removeFromWishList--detail span:before {
  width: 20px;
  height: 20px;
}
}
/*再入荷お知らせ*/
/*商品についてのお問い合わせ*/
.fs-c-button--inquiryAboutProduct {
  vertical-align: top;
  background-color: transparent;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #333;
  border-radius: 100px;
  text-align: left;
}
.fs-c-button--inquiryAboutProduct span {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
.fs-c-button--inquiryAboutProduct span {
  font-size: 1.6rem;
}
}
.fs-c-button--inquiryAboutProduct span:after {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}
.fs-c-button--inquiryAboutProduct .fs-c-button__label {
  display: block;
  position: relative;
}
/*戻る*/
.fs-c-button--back {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  border: 1px solid #c7c7c7;
}
.fs-c-button--back:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/*戻る ボタンコンテナ*/
.fs-c-buttonContainer--back {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 18px;
  margin-right: 18px;
}
#fs_form .fs-c-buttonContainer--back {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
.fs-c-buttonContainer--back {
  margin-left: 0;
  margin-right: 0;
}
}
/*変更*/
.fs-c-button--changeInfomation {
  color: #fff;
  background-color: #8d8d8d;
  padding: 11px 3em;
  font-size: 1.3rem;
  font-weight: normal;
  white-space: nowrap;
  width: 50%;
}

@media screen and (min-width: 992px) {
.fs-c-button--changeInfomation {
  padding: 7px 2em;
}
}
/*削除*/
.fs-c-button--delete {
  background-color: #fff;
  padding: 11px 3em;
  width: 50%;
  font-size: 1.3rem;
  font-weight: normal;
  border: 1px solid #c7c7c7;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
.fs-c-button--delete {
  padding: 7px 2em;
}
}
.fs-c-button--addToAddressbook {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.4rem;
  background-color: #8d8d8d;
  color: #fff;
  border: none;
}

@media screen and (min-width: 992px) {
.fs-c-button--addToAddressbook {
  width: auto;
}
}
/*レビューを見る*/
.fs-c-button--viewReview {
  font-size: 1.3rem;
  color: #333;
  background-color: #d1d1d1;
  padding: 10px 2em;
  width: auto;
}
.fs-c-button--viewReview:hover {
  color: #333;
}
/*すべてのレビューを見る*/
.fs-c-button--viewAllReviews {
  margin: 4em auto;
  padding: 1.5em 5em;
  border: none;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
  width: auto;
  max-width: 350px;
  color: #333;
  line-height: 1em;
}
.fs-c-button--viewAllReviews:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
/*カートから削除*/
.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.1rem;
  white-space: nowrap;
  color: #949494;
}
.fs-c-button--cancel--cart .fs-c-button__label {
  display: block;
  position: relative;
  padding-left: 20px;
}
/*あとで買う*/
.fs-c-button--buyItLater {
  font-weight: normal;
  margin-left: 0;
  display: inline-block;
  padding: 0;
  width: calc(50% - 20px);
}
.fs-c-button--buyItLater span {
  color: #949494;
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.1rem;
  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;
  position: absolute;
  left: 0;
  top: 0.23em;
  width: 1.2rem;
  height: 1.2rem;
  background: transparent url(../images/common/common_heart.svg) 0 0 no-repeat;
  background-size: contain;
}
/*お気に入りへ*/
.fs-c-wishlistProduct__viewAllProducts {
  display: inline-block;
  width: auto;
  background-color: #7186a6;
  color: #fff;
  padding: 23px 0;
  border: none;
  position: relative;
  font-size: 1.3rem;
  box-sizing: border-box;
  width: 62%;
  line-height: 1;
  border-radius: 100px;
}
.fs-c-wishlistProduct__viewAllProducts:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
.fs-c-wishlistProduct__viewAllProducts {
  width: 228px;
  padding: 15px 0;
}
.fs-c-wishlistProduct__viewAllProducts:hover {
  opacity: .7;
}
}

/*買い物を続けるボタン*/
.fs-c-button--continueShopping.fs-c-button--standard {
  background-color: #fff;
  border: none;
}
/*お届け先リストから選ぶ*/
.fs-c-button--chooseDestination {
  width: auto;
  padding: 15px 2em;
  font-size: 1.3rem;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-c-button--chooseDestination {
  font-weight: normal;
  width: auto;
  padding: 15px 20px;
}
}
.fs-c-button--chooseDestination:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/*カード情報を入力する*/
.fs-c-button--inputCreditCardData {
  background-color: #7186a6;
  color: #fff;
  width: 100%;
  font-size: 1.3rem;
  border: 0;
}

@media screen and (min-width: 992px) {
.fs-c-button--inputCreditCardData {
  font-size: 1.3rem;
  font-weight: normal;
  width: auto;
  padding: 7px 20px;
}
}
.fs-c-button--inputCreditCardData:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/*再入荷お知らせ*/
.fs-c-button--subscribeToArrivalNotice--list {
  background-color: transparent;
  font-weight: normal;
  margin-left: 0;
  width: auto;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.fs-c-button--subscribeToArrivalNotice--list span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 1.3rem;
  color: #333;
  white-space: nowrap;
}
.fs-c-button--subscribeToArrivalNotice--list .fs-c-button__label {
  display: block;
  position: relative;
  padding-left: 25px;
}
.fs-c-button--subscribeToArrivalNotice--list .fs-c-button__label:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icoon_product-email.png);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
/*指定する*/
/*変更*/
/*お届け先を追加する*/
/*会員登録して購入・ゲスト購入-注文 ご注文手続きへ進む*/
.fs-c-payWithAmazon__button {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
.fs-c-payWithAmazon__button {
  margin-left: auto;
  margin-right: auto;
}
}
.fs-c-anotherLogin__button--amazon {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 312px;
}
.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: 992px) {
.fs-c-buttonContainer--memberRegister {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
}
.fs-c-buttonContainer--myPageTop {
  margin: 20px 0 0;
}

@media screen and (min-width: 992px) {
.fs-c-buttonContainer--myPageTop {
  margin: 20px auto;
  text-align: center;
}
}
.fs-c-button--topPage {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c7c7c7;
}
.fs-c-buttonContainer--topPage {
  margin: 30px 18px 0;
}

@media screen and (min-width: 992px) {
.fs-c-buttonContainer--topPage {
  margin: 50px auto 0;
  text-align: center;
}
}
.fs-c-button--loginAndPurchase, .fs-c-button--confirmOrder, .fs-c-button--purchaseHere, .fs-c-button--registerAndPurchase {
  margin: 0 auto;
}
/* --------------------------------------------
  ##　TOPへ
---------------------------------------------- */
.fs-c-button--topPage {
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #c7c7c7;
  padding: 15px 0;
  line-height: 1;
  margin: 0 auto;
  margin-right: auto;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-c-button--topPage {
  max-width: 325px;
}
}
.fs-c-button--topPage:hover {
  background-color: #333;
  color: #fff;
}
/*商品グループページ　カートに入れる*/
.fs-c-button--addToCart--list {
  background-color: #7186a6;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 10px 0;
  width: 100%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

@media screen and (min-width: 992px) {
.fs-c-button--addToCart--list {
  font-size: 1.3rem;
  min-width: 200px;
}
}
.fs-c-button--addToCart--list:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.fs-c-productList .fs-c-button--addToCart--list {
  display: none;
}
/*レビューを変更する*/
.fs-c-button--editReview {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  color: #333;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-c-button--editReview {
  width: 228px;
  padding: 15px 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
}
.fs-c-button--editReview:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.fs-c-button--cancel {
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
/* =============================================
  ## 見出し
============================================= */
.fs-c-heading--page, .ctm_areahead .c_areatitle {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 992px) {
.fs-c-heading--page, .ctm_areahead .c_areatitle {
  font-size: 3.2rem;
  max-width: 1200px;
  margin: 0 auto 60px;
}
}
/* =============================================
  ## フォームコンポーネント基本設定
============================================= */
.fs-c-inputGroup, .fs-c-inputGroup--vertical, .fs-c-inputGroup--inline {
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: stretch;
  min-height: 1.8em;
  position: relative;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #3c59a4;
  transition: all 0.5s 0s ease;
}
.fs-c-radio__radio + .fs-c-radio__label .fs-c-radio__radioMark {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #3c59a4;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border-top: none;
  font-size: 1.3rem;
}
/* =============================================
   # select設定
/============================================= */
.fs-c-dropdown select {
  border-color: #8d8d8d;
}
.fs-c-dropdown::after {
  border-left: none;
}
.fs-c-dropdown__menu {
  padding-right: 3em !important;
  border-radius: 0;
  outline: none;
  background: none;
}
/* =============================================
   # ボタン　1列表示
/============================================= */
.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: 992px) {
.fs-c-inputInformation__button {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
}
.fs-c-inputInformation__button > div {
  width: 88%;
}

@media screen and (min-width: 992px) {
.fs-c-inputInformation__button > div {
  max-width: 325px;
}
}
.fs-c-inputInformation__button .fs-c-button--confirmRegister {
  width: 88%;
}

@media screen and (min-width: 992px) {
.fs-c-inputInformation__button .fs-c-button--confirmRegister {
  max-width: 325px;
}
}
.fs-c-inputInformation__button .fs-c-button--primary, .fs-c-inputInformation__button .fs-c-button--standard {
  width: 100%;
  margin: 0 auto;
}
/* =============================================
   # ボタン　2列表示
============================================= */
.fs-c-buttonContainer--pair {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
.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: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.fs-c-buttonContainer--pair .fs-c-button--primary:last-child, .fs-c-buttonContainer--pair .fs-c-button--standard:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
.fs-c-buttonContainer--pair .fs-c-button--primary, .fs-c-buttonContainer--pair .fs-c-button--standard {
  width: 45%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  max-width: 325px;
}
}
/* ==============================================
  ## ショッピングカートパーツ（システムパーツ）
=================================================*/
.fs-c-cartTableContainer {
  padding-left: 2.6%;
  padding-right: 2.6%;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-cartTableContainer {
  margin-bottom: 30px;
  padding: 0;
}
}
.fs-c-listedProductName__name {
  color: #333;
}
.fs-c-noResultMessage {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.fs-c-cartTable__dataCell--quantity::before {
  content: attr(data-cell-label);
  font-weight: normal;
  font-size: 1.3rem;
  min-width: 2em;
}
.fs-c-cartTable {
}

@media screen and (min-width: 992px) {
.fs-c-cartTable {
  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: 16px 0;
}
.fs-c-cartTable > thead {
  display: block;
  border-bottom: 1px solid #c7c7c7;
  font-size: 14px;
}
}

@media screen and (max-width: 991px) {
.fs-l-cart__mainColumn .fs-c-cartTable {
  border-top: 1px solid #c7c7c7;
}
.fs-c-cartTable thead tr {
  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;
  border-bottom: 1px solid #c7c7c7;
  padding: 20px 0;
  position: relative;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__row {
  width: 100%;
  padding: 20px 0 5px;
  position: relative;
}
}
.fs-c-cartTable__dataCell {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 991px) {
.fs-c-cartTableContainer .fs-c-cartTable__dataCell {
  margin-bottom: 0;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
  padding: 15px 0 0 110px;
  margin-bottom: 0;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point {
  padding: 10px 0 0 110px;
  margin-bottom: 0;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
  margin-top: 20px;
}
}
.fs-c-cartTable__dataCell:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__dataCell {
  border: none;
  margin-bottom: 0;
}
}
.fs-c-cartTable__headerCell {
  display: block;
  border: none;
  padding: 0;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__headerCell--product, .fs-c-cartTable__dataCell--product {
  width: 61%;
}
}
.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;
  width: 100%;
}
.fs-c-cartTable__productImage {
  width: 100px;
}
.fs-c-cartTable__productImage .fs-c-productImage__image {
  width: 100%;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding: 0;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__productName {
  margin-bottom: 10px;
  line-height: 1.64;
}
.fs-c-cartTable__unitPrice {
  display: none;
}
}

@media screen and (min-width: 992px) {
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection, .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  font-size: 1.4rem;
}
}

@media screen and (max-width: 991px) {
.fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  font-size: 1.1rem;
}
}
.fs-c-productPrice--member .fs-c-productPrice__main__label {
  color: #252d42;
  border: 1px solid #252d42;
  padding: 3px 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  font-size: 1.4rem;
}
.fs-c-productPrice--member .fs-c-productPrice__main__price {
  color: #252d42;
}
.fs-c-cartTable__dataCell--point:before {
  content: attr(data-cell-label);
  margin-right: 5px;
}
.fs-c-cartTable__dataCell--quantity:before {
  content: attr(data-cell-label);
  margin-right: 5px;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__headerCell--quantity, .fs-c-cartTable__dataCell--quantity {
  width: 10%;
  order: 2;
}
.fs-l-cart__mainColumn .fs-c-cartTable__dataCell--point:before {
  content: none;
  margin-right: 0;
}
}
.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value:after {
  content: "(税込)";
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__headerCell--subtotal, .fs-c-cartTable__dataCell--subtotal {
  width: 15%;
  justify-content: center !important;
}
}
.fs-c-cartTable__dataCell--point {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__headerCell--point, .fs-c-cartTable__dataCell--point {
  width: 10%;
  margin-bottom: 0;
  order: 1;
  justify-content: center !important;
}
}
.fs-c-cartTable__dataCell--action {
  width: 100%;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__dataCell--action {
  order: 3;
}
}
.fs-c-cartTable__actionButton {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1000px) {
.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-aggregateRating__rating:before {
  content: "REVIEWS";
  padding-right: 0;
  color: #333;
  font-size: 36px;
  font-family: 'Red Hat Display', sans-serif;
}
.fs-c-reviewStars:before {
  color: #ef634c;
}

.fs-c-rating__value {
  color: #ef634c;
  padding-left: 0.5em;
  font-size: 18px;
}
#fs_input_reviewContents.fs-c-textarea {
  min-height: 10em;
}
@media screen and (max-width: 991px) {
  .fs-c-aggregateRating__rating:before {
    content: "REVIEWS";
    font-size: 27px;
    font-family: 'Red Hat Display', sans-serif;
  }
  .fs-body-review-write .fs-c-aggregateRating {
    justify-content: space-between;
    align-items: center
  }
  .fs-body-review-write .fs-c-aggregateRating__rating {
    display: block;
  }
  .fs-body-review-write .fs-c-aggregateRating__rating:before {
    font-size: 16px;
    display: block;
  }
  .fs-body-review-write .fs-c-reviewStars {
    display: inline-block;
  }
  .fs-body-review-write .fs-c-rating__value {
    font-size: 18px;
    display: inline-block;
  }
  .fs-body-review-write .fs-c-aggregateRating__count {
    display: inline-block;
  }
}

.fs-c-history {
  margin-bottom: 50px;
}
.fs-c-listControl {
  margin: 10px 0 20px;
  text-align: right;
}

.fs-c-reviewList {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  border-top: 1px solid #e9e9e8;
  list-style-type: none;
}
.fs-c-reviewList li.fs-c-reviewList__item {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e8;
  color: #848484;
}
.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewProduct__info {
  margin-top: 0.5em;
  color: #404040;
}
@media screen and (min-width: 992px) {
  .fs-body-product .fs-c-reviewList li.fs-c-reviewList__item {
    padding: 20px 0 10px;
  }
  .fs-c-reviewList li.fs-c-reviewList__item > div {
    display: table-cell;
    vertical-align: middle;
  }
  .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__editButton {
    padding-left: 20px;
  }
}
.fs-c-reviewList li.fs-c-reviewList__item .fs-c-productImage__image {
  width: 100%;
}
.fs-c-reviewList li.fs-c-reviewList__item .fs-c-productImage__image img {
  border: #eaeae9 1px solid;
  box-sizing: border-box;
}
.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body {
  margin: 20px 0;
}
.fs-c-reviewList .fs-c-button--editReview {
  width: 200px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .fs-c-reviewList .fs-c-reviewList__item__product {
    width: 240px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-c-reviewList .fs-c-reviewList__item__info {
    padding: 0 20px;
  }
  .fs-c-reviewList .fs-c-reviewList__item__info .fs-c-reviewRating {
    margin-bottom: 0.4em;
  }
  .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body.fs-c-reviewBody {
    width: 560px;
  }
}
.fs-c-reviewList .fs-c-reviewInfo__date dt {
  float: left;
  clear: both;
}
.fs-c-reviewList .fs-c-reviewInfo__date dd {
  margin-left: 4em;
}
@media screen and (max-width: 991px) {
  .fs-c-reviewList li.fs-c-reviewList__item {
    padding: 20px 0;
  }
  .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewProduct__info {
    margin-bottom: 0.5em;
  }
  .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body {
    margin: 10px 0;
  }
  .fs-c-reviewList .fs-c-button--editReview {
    margin: 0 auto;
  }
}

/* =============================================================================
マイページ > レビュー投稿
============================================================================= */
.fs-c-textarea,
.fs-system-assistedItem {
  padding: 0.75em;
  min-width: 6em;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .fs-c-textarea,
  .fs-system-assistedItem {
    font-size: 14px;
  }
}
.fs-c-productReviewed {
  border: 1px solid #c7c7c7;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .fs-c-productReviewed {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .fs-c-productReviewed > div {
    margin-left: 20px;
  }
  .fs-c-productReviewed .fs-c-productReviewed__image {
    width: calc(20% - 20px);
    margin-left: 0;
  }
  .fs-c-productReviewed .fs-c-productReviewed__name {
    width: calc(50% - 20px);
  }
  .fs-c-productReviewed .fs-c-productReviewed__number {
    width: calc(15% - 20px);
  }
}
.fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber {
  display: block;
}
@media screen and (min-width: 992px) {
  .fs-c-productReviewed .fs-c-productReviewed__prices {
    width: calc(15% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productReviewed .fs-c-productReviewed__image {
    margin-bottom: 0.7em;
  }
}

.fs-c-aggregateRating {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}
.fs-c-aggregateRating {
  margin-bottom: 20px;
  padding: 20px;
}
.fs-body-product .fs-c-aggregateRating {
  margin-bottom: 10px;
  padding: 0;
}
.fs-c-aggregateRating .fs-c-aggregateRating__count {
  margin-left: 20px;
}

.fs-c-reveiwNotes {
  border: 5px solid #f6f6f6;
  padding: 10px;
  margin-bottom: 30px;
}
.fs-c-reveiwNotes h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.fs-body-review-write .fs-c-inputTable .fs-c-inputTable__headerCell {
  font-weight: bold;
}
.fs-body-review-write .fs-c-inputTable .fs-c-inputTable--child tr {
  margin-top: 1.5em;
}


/* =============================================================================
マイページ > レビュー投稿完了
============================================================================= */
.fs-body-review-success .fs-c-heading {
  margin-top: 3em;
  display: block;
}
.fs-c-reviewSuccessComment {
  margin-bottom: 6em;
}
.fs-body-review-success .fs-c-buttonContainer--back {
  margin: 1.5em auto;
}

/*----------------------------------------------
  #レビュー★色
------------------------------------------------*/
.fs-c-reviewStars::before {
  color: #333;
}
/* ==============================================
  ## 合計金額表示エリア（システムパーツ）
=================================================*/
.fs-c-totalAndActions .fs-c-checkout-preview__title {
  border: none;
  padding-top: 20px;
  font-size: 1.5rem;
}
.fs-c-orderTotalTable {
  border: none;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
.fs-c-orderTotalTable {
  margin-bottom: 30px;
}
}
.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-weight: normal;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  font-weight: bold;
}
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__mainRow td {
  color: #252d42;
}
.fs-c-orderTotalTable > tbody > tr > th {
  text-align: left;
  padding: 15px 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
.fs-c-orderTotalTable > tbody > tr > th {
  padding: 20px 0;
}
}
.fs-c-orderTotalTable > tbody > tr > td {
  padding: 15px 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
.fs-c-orderTotalTable > tbody > tr > td {
  padding: 20px 0;
}
}
/* ==============================================
  ## A 【ctm】<システム>cart-payment-devider
=================================================*/
.cart-payment-devider {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.cart-payment-devider:before, .cart-payment-devider:after {
  width: 5em;
  content: '';
  border-top: 1px solid #777;
  display: inline-block;
  margin: 3px 10px;
}
/* ==============================================
  ## Amazon購入エリア（システムパーツ）
=================================================*/
#fs-checkout-amazon-container {
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
#fs-checkout-amazon-container {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
}
.fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  margin-bottom: 1em;
  line-height: 1.7;
}

@media screen and (min-width: 992px) {
.fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  font-size: 1.3rem;
}
}
.fs-c-payWithAmazon .fs-c-payWithAmazon__message .ttl {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.fs-c-payWithAmazon .fs-c-payWithAmazon__message .text {
  font-size: 1.3rem;
}
.fs-c-payWithAmazon .fs-c-payWithAmazon__button {
  margin-bottom: 0;
}
.fs-c-payWithAmazon .fs-c-payWithAmazon__button .fs-c-checkoutServiceDisabled__button {
  font-weight: bold;
  color: #ef634c;
  margin-bottom: 20px;
  display: block;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 5px;
}
.fs-c-payWithAmazon .fs-c-payWithAmazon__button .fs-c-checkoutServiceDisabled__message {
  color: #ef634c;
  text-align: left;
}
@media screen and (min-width: 992px) {
.fs-c-payWithAmazon .fs-c-payWithAmazon__button {
  width: 100% !important;
  height: 60px !important;
}
}
@media screen and (max-width: 991px) {
.fs-c-payWithAmazon .fs-c-payWithAmazon__button {
  width: 200px !important;
}
}


/* ==============================================
  ## カート上部コメント
=================================================*/
.ctm_cart_note {
  padding: 10px;
  margin-bottom: 30px;
  border: 5px solid #c5cccd;
}

@media screen and (min-width: 992px) {
.ctm_cart_note {
  padding: 20px 100px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (min-width: 992px) {
.fs-l-cart__contentsArea {
  margin-bottom: 110px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
}
.fs-l-cart__mainColumn {
  margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
.fs-l-cart__mainColumn {
  width: 65%;
}
}
/* ==============================================
  ## 総合計エリア（システムパーツグループ）
=================================================*/
.fs-l-cart__sideColumn {
  background-color: #f3f3f3;
  padding: 25px;
}

@media screen and (max-width: 991px) {
.fs-l-cart__sideColumn {
  width: calc(100% + 40px);
  margin-left: -20px;
}
}

@media screen and (min-width: 992px) {
.fs-l-cart__sideColumn .fs-c-purchaseHere {
  margin: 0;
}
}
.fs-l-cart__sideColumn .fs-c-button--purchaseHere {
  width: 100%;
}
.fs-l-cart__sideColumn .fs-c-button--loginAndPurchase {
  width: 100%;
}
.fs-l-cart__sideColumn .fs-c-button--registerAndPurchase {
  width: 100%;
}

@media screen and (min-width: 992px) {
.fs-l-cart__sideColumn {
  width: 100%;
  background-color: #f6f6f6;
  padding: 20px;
  box-sizing: border-box;
  position: sticky;
  top: 83px;
}
.fs-l-cart__sideColumn .fs-c-button--continueShopping {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
}
/* ==============================================
  ## ショッピングカートパーツ（システムパーツ
=================================================*/
.fs-c-cartTable__dataCell {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
.fs-c-cartTable__dataCell {
  justify-content: flex-start;
}
.fs-c-cartTable__dataCell--point:before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal:before {
  font-size: 1.2rem;
  font-weight: normal;
}
.fs-c-cartTable .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
  display: none;
}
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__dataCell {
  font-size: 1.4rem;
}
.fs-c-cartTable__dataCell--product {
  display: block;
}
}
.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  width: calc(100% - 170px);
  margin-left: 10px;
  line-height: 1.64;
}
.fs-c-cartTable__productImage {
  width: 150px;
}

@media screen and (max-width: 991px) {
.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  width: calc(100% - 100px);
  margin-left: 10px;
}
.fs-c-cartTable__productImage {
  width: 100px;
}
}
.fs-c-cartTable__dataCell--quantity .fs-c-quantity {
  float: none;
  display: inline-block;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__dataCell--quantity .fs-c-quantity {
  width: 50px;
  max-width: 50px;
}
}
.fs-c-cartTable__actionButton {
  margin-left: auto;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__actionButton {
  justify-content: flex-start;
}
}
.fs-c-cartTable__actionButton > div {
  margin-left: 0;
  margin-right: 1.5em;
}
.fs-c-cartTable__actionButton > div:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.fs-c-cartTable__actionButton button {
  text-align: right;
}

@media screen and (min-width: 992px) {
.fs-c-cartTable__actionButton button {
  margin-bottom: 10px;
}
}
.fs-c-cartBundleInfo {
  padding: 0 0 20px;
  margin-left: 2.6%;
  margin-right: 2.6%;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}

@media screen and (min-width: 992px) {
.fs-c-cartBundleInfo {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
}
}
.fs-c-cartBundleInfo__title {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
.fs-c-cartBundleInfo__title {
  font-size: 1.4rem;
}
}
.fs-c-cartBundleInfo__list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.fs-c-cartBundleInfo__list li {
  width: 100%;
}

@media screen and (min-width: 992px) {
.fs-c-cartBundleInfo__list li {
  width: 223px;
  margin-right: 10px;
}
}
.fs-c-cartBundleInfo__list li a {
  display: block;
  border: 1px solid #7186a6;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 15px 0;
  width: 100%;
  color: #7186a6;
  line-height: 1em;
}

@media screen and (min-width: 992px) {
.fs-c-cartBundleInfo__list li a {
  padding: 15px 0;
}
}
.fs-c-cartBundleInfo__list li a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.fs-c-cartDiscountInfo--postage {
  margin-bottom: 30px;
  padding-left: 2.6%;
  padding-right: 2.6%;
}

@media screen and (min-width: 992px) {
.fs-c-cartDiscountInfo--postage {
  padding: 0;
}
}
.fs-c-cartDiscountInfo__body {
  border: 1px solid #b03126;
  color: #b03126;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px;
}

@media screen and (min-width: 992px) {
.fs-c-cartDiscountInfo__body {
  width: 240px;
  font-size: 1.4rem;
}
}
.fs-c-cartDiscountInfo__note {
  text-align: left;
  line-height: 1.46;
}
.fs-c-cartDiscountInfo__note b {
  font-weight: 400;
}

.fs-body-cart .fs-c-productListItem__control {
  display: block;
}
.fs-body-cart .fs-c-productListItem__control form {
  display: block;
}
.fs-body-cart .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon {
  display: none;
}

/* ==============================================
  ## おすすめ商品パーツ（システムパーツ）
=================================================*/
.fs-c-productListItem__control form {
  width: 100%;
  margin-top: 10px;
}
.fs-c-wishlistProduct__footer {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
.fs-c-wishlistProduct__footer {
  margin: 20px auto 0;
}
}
/* ==============================================
  ## FutureShop購入エリア（システムパーツ）
=================================================*/
.fs-c-purchaseHere__message {
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 500;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.fs-c-purchaseHere__message {
  margin-bottom: 25px;
}
}
.fs-c-cartPayment__button {
  margin: 0 auto 30px;
  text-align: center;
}
.fs-l-cart__sideColumn .fs-c-cartPayment__button.fs-c-buttonContainer--loginAndPurchase:before {
  content: "LITHEE（旧ASANA・ATHELESTA）会員の方 ";
  margin-bottom: 1em;
  display: inline-block;
}
.fs-l-cart__sideColumn .fs-c-cartPayment__button.fs-c-buttonContainer--unregisteredUserPurchase:before {
  content: "初めてご購入の方、非会員のままご購入の方 ";
  margin-bottom: 1em;
  display: inline-block;
}

@media screen and (max-width: 991px) {
.fs-body-cart .fs-c-button--loginAndPurchase {
  width: 100%;
}
}
.fs-c-continueShopping {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-continueShopping {
  margin: 0;
}
}
/* ==============================================
 ### ログイン 共通
=================================================*/
.fs-body-login .fs-l-main > div:last-of-type,
.fs-body-cart-login .fs-l-main > div:last-of-type,
.fs-body-review-login .fs-l-main > div:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
.fs-body-login .fs-l-main,
.fs-body-cart-login .fs-l-main,
.fs-body-review-login .fs-l-main {
  max-width: 1200px;
  padding: 30px 200px;
  margin-bottom: 110px;
  background-color: #f6f6f6;
}
}

@media screen and (max-width: 991px) {
.fs-body-login .fs-l-main,
.fs-body-cart-login .fs-l-main,
.fs-body-review-login .fs-l-main {
  margin: 0;
  padding: 30px 20px;
  background-color: #f6f6f6;
}
}

/* ==============================================
 ### レビューログイン
=================================================*/
.fs-body-review-login .fs-c-guestReview {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid #777;
}
.fs-body-review-login .fs-c-guestReview__title {
  margin-bottom: 1em;
}
.fs-body-review-login .fs-c-guestReview__message {
  margin-bottom: 1.5em;
}
.fs-body-review-login .fs-c-guestReview__message h3 {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
.fs-body-review-login .fs-c-buttonContainer--addReview--guest {
  width: 325px;
  margin-left: auto;
  margin-right: auto;
}
}
@media screen and (max-width: 991px) {
.fs-body-review-login .fs-c-guestReview {
  margin-bottom: 30px;
  padding: 20px 0;
}
}


/* ==============================================
 ### ショッピングカートログイン
=================================================*/
@media screen and (min-width: 992px) {
.fs-c-fsLogin .fs-c-inputInformation__button {
  width: 325px;
  margin-left: auto;
  margin-right: auto;
}
}
.fs-c-defaultUsers {
  padding: 20px 0;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #777;
}
.fs-c-newUsers {
  padding: 20px 0;
  margin-bottom: 30px;
  border-top : 1px solid #777;
}
.fs-c-newUsers__message {
  margin-bottom: 30px;
}
.fs-c-subSection__title {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.fs-c-subSection__title {
  font-size: 1.6rem;
}
}
.entry, .password, .forgot-password, .entry-mail, .login-member, .login-cart {
  background-color: #f6f6f6;
  padding: 20px;
  border: 1px solid #9e9e9e;
}

@media screen and (min-width: 992px) {
.entry, .password, .forgot-password, .entry-mail, .login-member, .login-cart {
  width: 500px;
  margin: 0 auto;
  padding: 50px 100px;
  -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: 1.8rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.entry .o_devider:before, .entry .o_devider:after, .password .o_devider:before, .password .o_devider:after, .forgot-password .o_devider:before, .forgot-password .o_devider:after, .entry-mail .o_devider:before, .entry-mail .o_devider:after, .login-member .o_devider:before, .login-member .o_devider:after, .login-cart .o_devider:before, .login-cart .o_devider:after {
  content: '';
  width: 30%;
  height: 6px;
  border-top: 1px solid #000;
  display: inline-block;
  margin: 0 10px;
}
.fs-c-inputInformation {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-c-inputInformation {
  margin-bottom: 60px;
}
}
.fs-c-inputInformation__field {
  margin-bottom: 20px;
}
.fs-c-inputInformation__field a {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
.fs-c-inputInformation__field {
  width: 100%;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
}
.fs-c-inputInformation__field .fs-c-inputTable {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
.fs-c-inputInformation__field .fs-c-inputTable {
  width: 100%;
}
}
.fs-c-inputTable,
.fs-c-inputTable--child {
  width: 100%;
}
.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;
}
.fs-c-inputTable .fs-c-inputTable__headerCell {
  text-align: left;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0;
}

@media screen and (min-width: 992px) {
.fs-c-inputTable .fs-c-inputTable__headerCell {
  margin-bottom: 10px;
  width: 30%;
}
}
.fs-c-inputTable .fs-c-inputTable__headerCell label {
  font-weight: bold;
  margin-bottom: 0;
}
.fs-c-inputTable .fs-c-inputTable__dataCell {
  margin-bottom: 15px;
  display: block;
  padding: 0;
}
.fs-c-inputTable .fs-c-inputField__explanation {
  margin-top: 0.3em;
}
@media screen and (min-width: 992px) {
.fs-c-inputTable .fs-c-inputTable__dataCell {
  margin-bottom: 20px;
}
}
.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 {
  padding: 0.6em;
  border: 1px solid #c7c7c7;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
.fs-c-inputTable .fs-c-dropdown {
  width: 20em;
}
}
.fs-c-inputTable .fs-c-dropdownGroup > .fs-c-dropdown + * {
  margin-left: 8px;
}
.fs-c-inputTable .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
.fs-c-inputTextGroup {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
}

@media screen and (min-width: 992px) {
.fs-c-inputTextGroup .fs-c-inputTextGroup__item {
  width: 15em;
  flex: 0 1 auto;
}
}
input[type="text"]#fs_input_password, input[type="text"]#fs_input_currentPassword, input[type="text"]#fs_input_newPassword {
  border: none;
}
input[type="password"] {
  padding: 0.6em;
  border: 1px solid #777;
  background-color: #fff;
}
#fs_input_phoneNumber {
  width: 18em;
}
.fs-c-inputInformation__link {
  text-align: center;
  margin-top: 10px;
}
.fs-c-otherServiceLogin {
  margin: 0;
  padding: 20px 0;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  border-top : 1px solid #777;
  position: relative;
}

@media screen and (min-width: 992px) {
.fs-c-otherServiceLogin {
  margin-bottom: 60px;
}
}
.fs-c-otherServiceLogin .fs-c-anotherLogin {
  margin-bottom: 30px;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin:last-of-type {
  margin-bottom: 0;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin__button {
  text-align: center;
}
.fs-c-anotherLogin__message h2.ttl2 {
  margin-bottom: 10px;
}
.fs-c-anotherLogin__message p {
  margin-bottom: 10px;
}
.fs-c-newUsers + .fs-c-otherServiceLogin {
  padding-top: 40px;
}
.fs-c-newUsers + .fs-c-otherServiceLogin:before {
  content: "または";
  display: block;
  position: absolute;
  top: -0.6em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 5em;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.fs-c-newUsers + .fs-c-otherServiceLogin:before {
  font-size: 1.6rem;
}
}
.fs-c-guestPurchase {
  margin: 0 20px;
  text-align: center;
}

@media screen and (min-width: 992px) {
.fs-c-guestPurchase {
  margin: 0 auto 50px;
}
}
.ctm_cart_login-note {
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
.ctm_cart_login-note {
  margin-top: -30px;
}
}
.login-devider {
  text-align: center;
  margin: 50px 0;
}
.login-devider span {
  display: inline-block;
  font-size: 2.1rem;
}
.login-devider span:after, .login-devider span:before {
  content: '';
  width: 100px;
  height: 3px;
  border-top: 1px solid #000;
  display: inline-block;
}
.login-devider span:after {
  margin-left: 1em;
}
.login-devider span:before {
  margin-right: 1em;
}
/* ==============================================
 ### お客様情報入力
=================================================*/
.fs-c-guidanceWithButton--membershipCardNotice {
  padding-left: 6%;
  padding-right: 6%;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-customerDetails .fs-l-main {
  max-width: 800px;
}
.fs-c-guidanceWithButton--membershipCardNotice {
  padding: 0;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
}
.fs-c-guidanceWithButton--membershipCardNotice .fs-c-guidanceWithButton__message {
  margin-bottom: 20px;
}
.fs-c-agreementConfirmation {
  margin: 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
.fs-c-agreementConfirmation {
  margin-bottom: 20px;
}
}
.fs-c-agreementConfirmation a {
  text-decoration: underline;
}
.fs-c-agreementConfirmationArea {
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-agreementConfirmationArea {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-left: auto;
}
}
.fs-c-agreementConfirmationArea__message {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f0f0f0;
  padding: 20px;
}
.fs-c-agreementConfirmation__message {
  margin-bottom: 1em;
}
.fs-c-agreementConfirmation__checkbox {
  margin: 0;
}
.fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label {
  align-items: flex-start;
}
.fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label .fs-c-checkbox__checkMark {
  margin-top: 2px;
}
.fs-c-agreementConfirmation__password {
  margin-bottom: 30px;
}
.fs-c-agreementConfirmation__addon {
  margin-left: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
.fs-c-agreementConfirmation__addon {
  width: 300px;
}
}
.fs-c-button--next, .fs-c-button--registerAndContinue {
  width: 100%;
}

@media screen and (min-width: 992px) {
.fs-c-button--next, .fs-c-button--registerAndContinue {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
}
input[type="checkbox"].fs-c-checkbox__checkbox {
  display: none;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #3c59a4;
  border-color: #3c59a4;
  color: #fff;
  transition: all 0.5s 0s ease;
}
.fs-c-checkbox__checkMark::before {
  color: #fff;
  top: 2px;
  left: 2px;
}
.fs-c-suggestedAddress__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #f6f6f6;
}
.fs-c-suggestedAddress__list li {
  padding: 15px;
}
.agreementConfirmation-merit {
  padding: 0 15px 10px;
  background-color: #f0f0f0;
}

@media screen and (min-width: 992px) {
.agreementConfirmation-merit {
  padding: 0 30px 20px;
}
}
.agreementConfirmation-merit .ttl {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #252d42;
  font-size: 1.6rem;
}
.agreementConfirmation-merit .description ul {
  list-style-type: disc;
  margin-left: 1em;
}
.fs-c-agreementConfirmation__message--newsletterUnchecked {
  background-color: #f0f0f0;
  padding: 15px;
}
.fs-c-memberPolicyAgreeField {
  padding: 0;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-memberPolicyAgreeField {
  width: 100%;
}
}
.fs-c-memberPolicyAgreeField a {
  text-decoration: underline;
}
.fs-c-privacyPolicyAgreeField {
  padding: 0;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
.fs-c-privacyPolicyAgreeField {
  width: 100%;
}
}
.fs-c-privacyPolicyAgreeField a {
  text-decoration: underline;
}

/* ==============================================
 ### ご注文手続き(単数)
=================================================*/
@media screen and (min-width: 992px) {
.fs-body-checkout .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;
  min-width: 600px;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
.fs-c-checkout-destination__body .fs-c-checkout-destination__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fs-c-checkout-destination__body .fs-c-checkout-destination__button {
  margin: 0;
  margin-left: 1.6rem;
}
.fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
  margin: 0;
  margin-bottom: 1.3em;
}
.fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) and (max-width: 600px) {
.fs-body-checkout .fs-c-button--confirmOrder, .fs-body-checkout-amazon .fs-c-button--confirmOrder {
  width: 100%;
}
}
.checkoutWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
.checkoutWrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}
.fs-l-checkout__mainColumn {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
.fs-l-checkout__mainColumn {
  width: 65%;
  margin-bottom: 0;
}
.fs-l-checkout__mainColumn > div:first-of-type > div {
  padding-top: 0;
}
}
.fs-l-checkout__sideColumn {
  width: 100%;
  padding: 20px;
  background-color: #f3f3f3;
}
.fs-l-checkout__sideColumnWrap {
  width: 100%;
}

@media screen and (min-width: 992px) {
.fs-l-checkout__sideColumnWrap {
  width: 30%;
  align-self: stretch;
}
.fs-body-checkout-amazon .fs-l-checkout__sideColumnWrap,
.fs-body-checkout .fs-l-checkout__sideColumnWrap {
  padding-bottom: 20px;
}
.fs-l-checkout__sideColumnWrap .fs-l-checkout__sideColumn {
  width: 100%;
  position: sticky;
  top: 83px;
}
.fs-l-checkout__sideColumn .fs-c-button--continueShopping {
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (max-width: 991px) {
.fs-body-checkout-amazon .fs-l-checkout__sideColumn,
.fs-body-checkout .fs-l-checkout__sideColumn {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
}
.fs-l-checkout__mainColumn > div > div {
  padding: 20px 0;
}
.fs-l-checkout__mainColumn > div > div.fs-c-checkout-widgets__message {
  border: none;
  padding: 0;
}
.fs-c-checkout-preview__title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 1em 0;
  margin-bottom: 1.3em;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-preview__title {
  font-size: 1.4rem;
  text-align: left;
}
}
/*お客様の情報*/
.fs-c-checkout-customerInfo {
  margin-bottom: 20px;
}
.fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.fs-c-checkout-customerInfo li {
  margin-bottom: 5px;
}
.fs-c-checkout-customerInfo li rt {
  font-size: 1.3rem;
}
/*お届け先情報*/
.fs-c-checkout-destination .fs-c-checkout-destination__name {
  font-size: 1.6rem;
  font-weight: bold;
}
.fs-c-checkout-destination .fs-c-checkout-destination__name .fs-c-checkout-destination__name__home {
  font-size: 1.3rem;
  font-weight: normal;
}
.fs-c-checkout-destination li rt {
  font-size: 1.3rem;
}
/*お届け先変更　モーダル*/
.fs-c-checkout-addresseeList {
  margin-bottom: 30px;
}
.fs-c-checkout-addresseeList .fs-c-checkout-addressee {
  border-bottom: 1px solid #9e9e9e;
  padding: 20px 0;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-addresseeList .fs-c-checkout-addressee {
  overflow: hidden;
 *zoom: 1;
}
}
.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__data__address {
  margin-bottom: 20px;
}
.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
  display: -ms-flex;
  display: -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: #7186a6;
  color: #fff;
  padding: 8px 0;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
  float: right;
}
}

@media screen and (min-width: 992px) {
.fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
  width: 70%;
}
}
/*お支払い方法*/
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable {
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  width: 100%;
}
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable thead th {
  background-color: #f0f0f0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  padding: 5px;
}
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable td {
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  padding: 5px;
}
.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  width: 100%;
  margin: 10px auto;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  width: auto;
  margin: 0;
}
}
.fs-c-creditCardIcons {
  display: block;
  margin-bottom: 20px;
}
.fs-c-creditCardIcons li {
  width: auto;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.fs-c-creditCardIcons li:last-child {
  margin-right: 0;
}
.fs-c-creditCardIcons__image {
  max-height: none;
  margin-top: 6px;
  width: auto;
  height: 28px;
}
.fs-c-creditCardIcons__image[alt="AMERICAN EXPRESS"] {
    max-height: none;
    margin-top: 0;
}
@media screen and (min-width: 992px) {
.fs-c-creditCardIcons {
  text-align: center;
}
.fs-c-creditCardInfoField .fs-c-inputTable .fs-c-dropdown {
  width: 10em;
}
}
/*お届け先*/
.fs-c-checkout-destination__list {
  margin-bottom: 20px;
}
.fs-c-checkout-destination__list .fs-c-checkout-destination__name {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-destination__destination {
  display: block;
}
}
.fs-c-checkout-destination__button {
  width: auto;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-destination__button {
  width: auto;
  margin-left: 20px;
}
}
/*ポイント*/
.fs-c-checkout-pointInfo .fs-c-checkout-pointInfo__usePoint {
  margin-bottom: 20px;
}
/*配送方法*/
.fs-c-checkout-delivery__method__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.fs-c-checkout-delivery__method__message {
  margin-bottom: 20px;
}
.fs-c-checkout-delivery__method__deliveryDateTime {
  margin-bottom: 20px;
}
/*のし・ギフト包装*/
.wrapping-message {
  margin-bottom: 20px;
}
.wrapping-message .text {
  margin-bottom: 20px;
}
.wrapping-message .text a {
  text-decoration: underline;
}
.wrapping-message .note {
  font-size: 1.4rem;
}
.fs-c-checkout-wrappingInfo__info {
  margin-bottom: 20px;
}
.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: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 20px 0;
}
.fs-c-checkout-preview .fs-c-cartTable thead .fs-c-cartTable__row {
  border-bottom: none;
  padding: 0;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
  display: table-cell;
  padding: 10px;
  font-weight: normal;
}
.fs-c-checkout-preview .fs-c-cartTable > thead {
  display: none;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell--subtotal:before {
  content: attr(data-cell-label);
  margin-right: 5px;
}
.fs-c-cartTable__row .fs-c-productPrice {
  letter-spacing: normal;
}
.fs-c-cartTable__row .fs-c-productPrice .fs-c-price {
  font-size: 1.2rem;
}
.fs-c-cartTable__row .fs-c-productPrice__addon__label {
  font-size: inherit;
  letter-spacing: normal;
}
.fs-c-cartTable__row .fs-c-productPrice__addon__label:before {
  content: "(";
}
.fs-c-cartTable__row .fs-c-productPrice__addon__label:after {
  content: ")";
}

@media screen and (min-width: 992px) {
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
  border: 1px solid #f0f0f0;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row:last-child {
  margin-bottom: 0;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell {
  width: 100%;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell--quantity {
  width: 100%;
  order: 0;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell--point:before {
  content: attr(data-cell-label);
  margin-right: 5px;
}
.fs-c-checkout-preview .fs-c-cartTable__unitPrice {
  display: block;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell {
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
  justify-content: space-between !important;
  align-items: flex-start;
  border-top: #c7c7c7 1px solid;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
  padding-top: 0;
  border-top: none;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell:last-of-type {
  border-top: #c7c7c7 1px solid;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
  white-space: nowrap;
}
.fs-c-cartTable__row .fs-c-productPrice .fs-c-price {
  font-size: 1.4rem;
}
}

@media screen and (max-width: 991px) {
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
  padding: 20px 20px 15px;
  margin-bottom: 20px;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row:last-child {
  margin-bottom: 0;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell {
  width: 100%;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell--quantity {
  width: 100%;
  order: 0;
}
.fs-c-checkout-preview .fs-c-cartTable__unitPrice {
  display: block;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell {
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
  justify-content: space-between !important;
  align-items: flex-start;
  border-top: #c7c7c7 1px solid;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
  padding: 1em 0 0;
  border-top: none;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
  padding: 1em 0 0;
  display: flex;
}
.fs-c-checkout-preview .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point {
  padding: 1em 0 0;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell:last-of-type {
  border-top: #c7c7c7 1px solid;
}
}
.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;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__message--preorder {
  font-size: 1.1rem;
  padding: 0 0 5px;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productName {
  margin-bottom: 0;
  padding: 5px;
}
}

@media screen and (min-width: 992px) {
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productInfo {
  width: 100%;
}
}

@media screen and (min-width: 992px) {
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-priceDisplay {
  font-size: 1.3rem;
}
}
.fs-c-checkout-preview .fs-c-confirmOrder {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-preview .fs-c-confirmOrder {
  margin: 0;
}
}
/*クーポン*/
.fs-c-checkout-couponInfo__body .fs-c-checkout-couponCodeInput > *:not(:last-child) {
  margin-right: 0;
}
.fs-c-checkout-couponInfo input[type="text"] {
  border: 1px solid #777;
}
.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: 992px) {
.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__title {
  width: 100%;
}
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__input {
  width: 100%;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput__input {
  width: 300px;
  margin-right: 10px !important;
}
}
.fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-couponInfo .fs-c-couponCodeInput__button {
  margin-top: 0;
  width: auto;
}
}
.fs-c-checkout-couponInfo .fs-c-button--useCoupon {
  padding: 11px 0;
  font-size: 1.3rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-couponInfo .fs-c-button--useCoupon {
  width: 100px;
  font-weight: normal;
  padding: 8px 0;
}
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponList li:not(last-of-child) {
  margin-bottom: 20px;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponList__item > * + * {
  margin-left: 0;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponList__couponName {
  font-weight: bold;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponList__couponDiscount {
  color: #252d42;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
  border-radius: 100px;
  border: 1px solid #cccccc;
  color: #ffffff;
  font-size: 1.3rem;
  width: 100%;
  height: auto;
  max-width: 100%;
  white-space: normal;
  padding: 10px 0;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus.is-inactive {
  color: #5b5b5b;
}

@media screen and (min-width: 992px) {
.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
  width: 314px;
}
}
/* ==============================================
 ### 注文完了
=================================================*/
.fs-c-checkoutSuccess {
  margin: 0 18px;
}

@media screen and (min-width: 992px) {
.fs-c-checkoutSuccess {
  margin: 0;
  width: 100%;
}
}
.fs-c-checkoutSuccess h2 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-c-checkoutSuccess p {
  text-align: center;
}
}

/* ==============================================
 ### amazon ペイ
=================================================*/
@media screen and (min-width: 992px) {
.fs-body-checkout-amazon .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;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
}
.fs-body-checkout-amazon .fs-c-checkout-loginGuidance {
  border: 1px solid #777;
  margin-bottom: 30px;
  padding: 20px;
}
.fs-body-checkout-amazon .fs-c-checkout-loginGuidance__message {
  text-align: center;
  margin-bottom: 20px;
}
.fs-body-checkout-amazon .fs-c-checkout-preview {
  padding: 20px 0 0;
}
.fs-body-checkout-amazon .fs-c-checkout-preview .fs-c-checkout-preview__body {
  padding: 20px;
}
.fs-body-checkout-amazon #fs-amazonPaymentInfo-container {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-body-checkout-amazon .fs-c-agreementConfirmation {
  padding: 10px 0;
}
}

@media screen and (min-width: 992px) {
.fs-body-checkout-amazon .fs-c-agreementConfirmation .fs-c-agreementConfirmation__addon {
  width: 100%;
}
}
/* ==============================================
 ### 503 マイページ
=================================================*/
.fs-body-my-top .fs-c-wishlistProduct {
  display: none;
}
.fs-c-accountService {
  width: 100%;
  margin: 0 auto;
}
.fs-c-accountService li {
  border-bottom: 1px solid #8d8d8d;
}
.fs-c-accountService li:first-of-type {
  border-top: 1px solid #8d8d8d;
}
.fs-c-accountService li a {
  display: block;
  font-size: 1.2rem;
  padding: 15px 0;
  position: relative;
  font-weight: 500;
  color: #333;
}
.fs-c-accountService li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
.fs-c-accountService li a {
  font-size: 1.6rem;
}
.fs-c-accountService li a:hover {
  text-decoration: none;
  opacity: .7;
}
}
.fs-c-accountService li a:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
/* ==============================================
  ## お気に入りリストに入っている商品
=================================================*/
.fs-c-featuredProduct {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
.fs-c-featuredProduct {
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
}
}
.fs-c-featuredProduct .fs-c-button--addToCart--list {
  display: none;
}
.fs-body-cart .fs-c-featuredProduct .fs-c-button--addToCart--list {
  display: block;
}
.fs-c-featuredProduct .fs-c-button--viewProductDetail {
  display: none;
}
.fs-c-featuredProduct__title, .fs-c-wishlistProduct__title {
  text-align: left;
  font-size: 2.7rem;
  font-weight: normal;
  margin-bottom: 50px;
  padding-left: 20px;
  color: #333;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
.fs-c-featuredProduct__title, .fs-c-wishlistProduct__title {
  font-size: 2.7rem;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
}
}
.fs-c-wishlistProduct__title{
  font-size: 0;
}
.fs-c-wishlistProduct__title:before {
  content: "FAVORITE ITEMS";
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2.7rem;
}

/* ==============================================
 ### 516 お気に入り
=================================================*/
/* ==============================================
 ### お気に入りパーツ（システムパーツ
=================================================*/
.fs-c-wishlistProductArea {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f4f1ee;
}
.fs-c-wishlistProductArea:empty {
  padding-top: 0;
  padding-bottom: 0;
}
.fs-c-wishlistProduct {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.fs-c-wishlistProductArea + .l-footer {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
.fs-c-wishlistProductArea {
  padding-top: 100px;
  padding-bottom: 110px;
}
.fs-c-wishlistProduct {
  width: 100%;
  max-width: 1200px;
}
}
.fs-c-wishlistProduct .fs-c-productListItem__salesPeriod {
  display: none;
}
/* ==============================================
 ### システムスライダー設定
=================================================*/
/* -----------------------------------------------------------------------------
 panel__cont fs_slick
----------------------------------------------------------------------------- */
.c-panel-list .panel__cont,
.fs-c-slick.fs-c-productListCarousel .slick-slide {
  width: 212px;
  margin-left: 10px;
  position: relative;
}
.c-panel-list .panel__cont:first-of-type,
.fs-c-slick.fs-c-productListCarousel .slick-slide:first-of-type {
  margin-left: 0;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
	.fs-c-productListCarousel__list__itemTrack .slick-list{
		margin-left: 20px;
	}
.fs-c-slick.fs-c-productListCarousel .slick-slide:first-of-type {
  padding-left: 0;
}
}
@media screen and (min-width: 992px) {
/* .fs-c-slick.fs-c-productListCarousel {
  width: calc(100% + 44px);
  margin-left: -22px;
} */
.c-panel-list .panel__cont,
.fs-c-slick.fs-c-productListCarousel .slick-slide {
  margin-left: 0;
}
.c-panel-list .slick-slide,
.fs-c-slick.fs-c-productListCarousel .slick-slide {
  width: 224px;
  margin-left: 10px;
}
.c-panel-list .slick-slide:first-of-type,
.fs-c-slick.fs-c-productListCarousel .slick-slide:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.c-panel-list .slick-slide,
.fs-c-slick.fs-c-productListCarousel .slick-slide {
  width: 200px;
  margin-left: 10px;
}
}
.panel__cont a,
.fs-c-slick.fs-c-productListCarousel .slick-slide a {
  display: block;
  outline: 0;
}
.fs-c-productListItem {
  position: relative;
}
.panel__image,
.fs-c-productListItem__image {
  width: 100%;
  box-sizing: border-box;
  display: block;
  opacity: 1;
  transition: 0.3s linear;
}
.fs-c-productListItem__image a {
  display: block;
}
.fs-c-slick.fs-c-productListCarousel .slick-slide .fs-c-buttonContainer .fs-c-button--viewProductDetail {
  display: none;
}

/*.fs-c-productListItem .fs-c-productMarks {
  display: none;
}
*/
@media screen and (min-width: 992px) {
a:hover .panel__image,
.fs-c-productListItem__image a:hover {
  opacity: .6;
  transition: 0.3s linear;
}
}
@media screen and (max-width: 991px) {
.c-panel-list .panel__cont {
  width: 100%;
  margin-left: 10px;
}
.fs-c-slick.fs-c-productListCarousel .slick-slide {
  width: 190px;
  margin-left: 10px;
}
}

/* -----------------------------------------------------------------------------
 c-panel-list without slide
----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .c-panel-list.slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow-x: scroll;
    position: relative;
    /*-ms-overflow-style: none;
    scrollbar-width: none;*/
    white-space: nowrap;
  }
  /*.c-panel-list.slider::-webkit-scrollbar {
    display:none;
  }*/
  .c-panel-list.slider li {
    margin: 0 5px;
    width: calc(424/750*100%);
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
  .c-panel-list.slider li:first-of-type {
    margin: 0 5px 0 calc(40/750*100%);
  }
  .c-panel-list.slider li:last-of-type {
    margin: 0 calc(40/750*100%) 0 5px;
  }
}

.slider .slick-prev {
  left: -70px;
  top: 120px;
}
.fs-c-productListCarousel__ctrl--prev {
  left: -20px;
  top: 0;
}
.mvslider .slick-prev {
  left: -20px;
}
.slider .slick-next {
  right: -70px;
  top: 120px;
}
.fs-c-productListCarousel__ctrl--next {
  right: -20px;
  top: 0;
}
.mvslider .slick-next {
  right: -20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.slider .slick-prev {
  left: -11px;
}
.fs-c-productListCarousel__ctrl--prev {
  left: 11px;
}
.slider .slick-next {
  right: -11px;
}
.fs-c-productListCarousel__ctrl--next {
  right: 11px;
}
}
.slider .slick-prev,
.mvslider .slick-prev,
.fs-c-productListCarousel__ctrl--prev {
  content: "";
  background: url("https://athlesta.itembox.design/item/assets/images/common/ico_slider-left.png") no-repeat center;
  background-size: cover;
  display: block;
  width: 22px;
  height: 64px;
  z-index: 1;
  opacity: 1;
  transition: 0.3s linear;
}
.slider .slick-next,
.mvslider .slick-next,
.fs-c-productListCarousel__ctrl--next {
  content: "";
  background: url("https://athlesta.itembox.design/item/assets/images/common/ico_slider-right.png") no-repeat center;
  background-size: cover;
  display: block;
  width: 22px;
  height: 64px;
  z-index: 1;
  opacity: 1;
  transition: 0.3s linear;
}
.slider .slick-disabled,
.fs-c-productListCarousel__ctrl.slick-disabled {
  opacity: .6;
  transition: 0.3s linear;
  cursor: auto;
}
.slider .slick-prev:hover, .slider .slick-prev:focus,
.mvslider .slick-prev:hover, .mvslider .slick-prev:focus,
.fs-c-productListCarousel__ctrl--prev:hover, .fs-c-productListCarousel__ctrl--prev:focus {
  background: url("https://athlesta.itembox.design/item/assets/images/common/ico_slider-left.png") no-repeat center;
  opacity: .6;
  transition: 0.3s linear;
}
.slider .slick-next:hover, .slider .slick-next:focus,
.mvslider .slick-next:hover, .mvslider .slick-next:focus,
.fs-c-productListCarousel__ctrl--next:hover, .fs-c-productListCarousel__ctrl--next:focus {
  background: url("https://athlesta.itembox.design/item/assets/images/common/ico_slider-right.png") no-repeat center;
  opacity: .6;
  transition: 0.3s linear;
}
.slider .slick-dots,
.mvslider .slick-dots {
  bottom: -40px;
}
.slider .slick-dots li,
.mvslider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.slider .slick-dots li button,
.mvslider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #e9e9e8;
}
.slider .slick-dots li.slick-active button,
.mvslider .slick-dots li.slick-active button {
  background-color: #1f9d9b;
}
.slider .slick-dots li button:before,
.mvslider .slick-dots li button:before {
  content: none;
}
@media screen and (min-width: 992px) {
  .fs-c-productListCarousel__ctrl {
    min-width: 22px;
    font-size: 0;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .fs-c-productListCarousel__ctrl {
    display: none !important;
    min-width: 11px;
    font-size: 0;
    color: #fff;
  }
  .slider .slick-prev:before,
  .slider .slick-next:before,
  .mvslider .slick-prev:before,
  .mvslider .slick-next:before,
  .fs-c-productListCarousel__ctrl--prev:before,
  .fs-c-productListCarousel__ctrl--next:before {
    width: 11px;
    height: 32px;
  }
  .slider .slick-dots,
  .mvslider .slick-dots {
    bottom: -22px;
  }
  .slider .slick-dots li, .mvslider .slick-dots li {
    margin: 0 5px;
  }
  .slider .slick-dots li button,
  .mvslider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

/* ==============================================
 ### 505 注文履歴
=================================================*/
.fs-body-my-orders {
/**/
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-history {
  overflow: hidden;
 *zoom: 1;
}
}
.fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders {
  max-width: 325px;
}
}
.fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders a {
  display: block;
  border: 1px solid #666;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  width: 100%;
  color: #666;
  line-height: 1em;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders a {
  padding: 15px 0;
}
}
.fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.fs-body-my-orders .fs-c-history__termCtrl {
  padding: 10px;
}
.fs-body-my-orders .fs-c-history__info {
  border: 1px solid #cbcbcb;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-history__info {
  width: 30%;
  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 #cbcbcb;
  padding: 15px;
  font-weight: bold;
}
.fs-body-my-orders .fs-c-history__total dd {
  border-top: 1px solid #cbcbcb;
  text-align: right;
  padding: 15px;
}
.fs-body-my-orders .fs-c-history__term {
  text-align: center;
}
.fs-body-my-orders .fs-c-pairList {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.fs-body-my-orders .fs-c-pairList > dt::after {
  display: none;
}
.fs-body-my-orders .fs-c-history__listContainer {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-history__listContainer {
  width: 65%;
  float: left;
}
}
.fs-body-my-orders .fs-c-listControl {
  padding: 5px;
  width: 100%;
}
.fs-body-my-orders .fs-c-orderHistory {
  margin-bottom: 20px;
}
.fs-body-my-orders .fs-c-orderHistoryItem {
  border: 1px solid #777;
  margin-bottom: 20px;
}
.fs-body-my-orders .fs-c-orderHistoryItem:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem {
  padding: 0;
}
}
.fs-body-my-orders .fs-c-orderHistoryItem .fs-c-productImage__image {
  margin-left: auto;
  margin-right: auto;
}
.fs-body-my-orders .fs-c-orderHistoryItem__header {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__header {
  background-color: #f6f6f6;
  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 #777;
  padding: 15px 5px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__header dl {
  display: block;
  border: none;
  padding: 20px;
  background-color: transparent;
}
}
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dt {
  text-align: center;
}
}
.fs-body-my-orders .fs-c-orderHistoryItem__header dl dd {
  margin: 0;
  padding: 0;
}
.fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
  display: -ms-flex;
  display: -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: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__header__button {
  padding: 0 20px;
}
}
.fs-body-my-orders .fs-c-orderHistoryItem__body {
  border-top: 1px solid #777;
}
.fs-body-my-orders .fs-c-orderHistoryItem__product {
  padding: 20px;
  border-bottom: 1px solid #777;
}
.fs-body-my-orders .fs-c-orderHistoryItem__product:last-of-type {
  border: none;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__product {
  display: -ms-flex;
  display: -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: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__product > div {
  margin-bottom: 0;
  padding: 10px;
}
}
.fs-body-my-orders .fs-c-orderHistoryItem__productImage {
  width: 50%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__productImage {
  width: 25%;
}
}
.fs-body-my-orders .fs-c-orderHistoryItem__productName {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__productName {
  width: 40%;
  text-align: left;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
  width: 20%;
}
}
.fs-body-my-orders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fs-body-my-orders .fs-c-productPrice__main__price {
  display: flex;
}
.fs-body-my-orders .fs-c-productPrice__addon {
  display: none;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
  text-align: center;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
  width: 15%;
}
}
.fs-body-my-orders .fs-c-orderHistoryItem__button {
  margin-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders .fs-c-orderHistoryItem__button {
  width: 25%;
  padding: 10px 0;
}
}

@media screen and (min-width: 992px) {
.my-orders-article {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: none;
  max-width: none;
}
}
/* ==============================================
 ### 520 注文履歴(店舗)

=================================================*/
.fs-body-my-storeOrders {
/**/
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-history {
  overflow: hidden;
 *zoom: 1;
}
}
.fs-body-my-storeOrders .fs-c-button--moveToOrderHistory {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-button--moveToOrderHistory {
  max-width: 325px;
}
}
.fs-body-my-storeOrders .fs-c-button--moveToOrderHistory .fs-c-button__label {
  display: block;
  border: 1px solid #666;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  width: 100%;
  color: #666;
  line-height: 1em;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-button--moveToOrderHistory .fs-c-button__label {
  padding: 15px 0;
}
}
.fs-body-my-storeOrders .fs-c-button--moveToOrderHistory .fs-c-button__label:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.fs-body-my-storeOrders .fs-c-history__termCtrl {
  padding: 10px;
}
.fs-body-my-storeOrders .fs-c-history__info {
  border: 1px solid #777;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-history__info {
  width: 30%;
  float: right;
}
}
.fs-body-my-storeOrders .fs-c-history__infoSummary {
  margin-top: 20px;
}
.fs-body-my-storeOrders .fs-c-history__total {
  margin-top: 20px;
}
.fs-body-my-storeOrders .fs-c-history__total dt {
  border-top: 1px solid #9e9e9e;
  padding: 15px;
  font-weight: bold;
}
.fs-body-my-storeOrders .fs-c-history__total dd {
  border-top: 1px solid #9e9e9e;
  text-align: right;
  padding: 15px;
}
.fs-body-my-storeOrders .fs-c-history__term {
  text-align: center;
}
.fs-body-my-storeOrders .fs-c-pairList {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.fs-body-my-storeOrders .fs-c-pairList > dt::after {
  display: none;
}
.fs-body-my-storeOrders .fs-c-history__listContainer {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-history__listContainer {
  width: 65%;
  float: left;
}
}
.fs-body-my-storeOrders .fs-c-listControl {
  padding: 5px;
  width: 100%;
}
.fs-body-my-storeOrders .fs-c-orderHistory {
  margin-bottom: 20px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem {
  border: 1px solid #777;
  margin-bottom: 20px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem {
  padding: 0;
}
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem .fs-c-productImage__image {
  margin-left: auto;
  margin-right: auto;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header {
  background-color: #f6f6f6;
  margin-bottom: 0;
  padding-bottom: 20px;
}
}
.fs-body-my-storeOrders .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 #777;
  padding: 15px 5px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl {
  display: block;
  border: none;
  padding: 20px;
  background-color: transparent;
}
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dt {
  text-align: center;
}
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dd {
  margin: 0;
  padding: 0;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__orderInfo {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .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-storeOrders .fs-c-orderHistoryItem__header__button {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header__button {
  padding: 0 20px;
}
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__body {
  border-top: 1px solid #777;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product {
  padding: 20px;
  border-bottom: 1px solid #777;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product:last-of-type {
  border: none;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .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-storeOrders .fs-c-orderHistoryItem__product > div {
  margin-bottom: 10px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product > div.fs-c-orderHistoryItem__button {
  display: none;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product > div {
  margin-bottom: 0;
  padding: 10px;
}
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productImage {
  width: 50%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productImage {
  width: 25%;
}
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productName {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productName {
  width: 40%;
  text-align: left;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__unitPrice {
  width: 20%;
}
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productQuantity {
  text-align: center;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productQuantity {
  width: 15%;
}
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__button {
  margin-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
.fs-body-my-storeOrders .fs-c-orderHistoryItem__button {
  width: 25%;
  padding: 10px 0;
}
}
/* ==============================================
 ### 506 注文履歴詳細

=================================================*/
.fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
  font-size: 1.5rem;
}
}
.fs-body-my-orders-details .fs-c-orderDetail h3 {
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderDetail h3 {
  font-size: 1.5rem;
}
}
.fs-body-my-orders-details .fs-c-orderDetail__data {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderDetail__data {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
}
.fs-body-my-orders-details .fs-c-orderDetailList {
  border-left: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  clear: both;
}
.fs-body-my-orders-details .fs-c-orderDetailList dt {
  float: left;
  width: 8em;
  clear: both;
  margin: 0;
  padding: 10px;
  background-color: #f6f6f6;
  border-top: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.fs-body-my-orders-details .fs-c-orderDetailList dd {
  margin: 0;
  margin-left: 8em;
  padding: 10px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}
.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderPerAddressee {
  overflow: hidden;
 *zoom: 1;
}
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  background-color: #f6f6f6;
  padding: 10px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__headingNumber {
  margin-right: 15px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
  padding: 10px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
  padding: 20px;
  margin-bottom: 30px;
}
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
  margin: 0;
  margin-bottom: 10px;
}
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
  margin-bottom: 0;
  display: block;
  width: auto;
}
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
  margin-bottom: 0;
  padding: 20px;
  display: block;
  width: auto;
}
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
  margin-bottom: 0;
  padding: 20px;
  display: block;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
  width: 65%;
  float: left;
}
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productInfo {
  width: calc(100% - 110px);
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
  float: right;
  width: 30%;
  margin: 0;
  border: 1px solid #cbcbcb;
  padding: 0 20px 20px;
}
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
  font-size: 1.5rem;
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  overflow: hidden;
 *zoom: 1;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable {
  width: 65%;
  float: left;
}
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__productInfo {
  width: 100%;
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
  float: right;
  width: 30%;
  margin: 0;
  border: 1px solid #cbcbcb;
  padding: 0 20px 20px;
}
}
.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin: 10px;
  margin-left: 10px;
  width: calc(100% - 20px);
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-orderPaymentTable {
  width: 100%;
  margin: 0;
}
}
.fs-body-my-orders-details .fs-c-button--back {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
.fs-body-my-orders-details .fs-c-button--back {
  max-width: 325px;
}
}
/* ==============================================
 ### 507 お届け先リスト
=================================================*/
.fs-body-my-addressbook .fs-c-noResultMessage__title {
  padding: 30px;
  text-align: center;
}
.fs-body-my-addressbook .fs-c-addressBookList__addButton {
  margin-bottom: 50px;
  margin-left: 18px;
  margin-right: 18px;
}

@media screen and (min-width: 992px) {
.fs-body-my-addressbook .fs-c-addressBookList__addButton {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
}
.fs-body-my-addressbook .fs-c-addressBookList__count {
  background-color: #f6f6f6;
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid #777;
}
.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 #777;
}
.fs-body-my-addressbook .fs-c-addressBookList__list td {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
.fs-body-my-addressbook .fs-c-listTable > tbody > tr + tr {
  margin-top: 0;
}
}
@media screen and (min-width: 992px) {
.fs-body-my-addressbook .fs-c-addressBookList__list td {
  border-bottom: 1px solid #777;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-addressbook .fs-c-addressBookList__list td:first-child {
  white-space: nowrap;
  width: 20%;
}
.fs-body-my-addressbook .fs-c-addressBookList__list td:nth-child(2) {
  width: 60%;
}
}
.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: 992px) {
.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;
}
/* ==============================================
 ### 508 お届け先追加 ○
=================================================*/
.fs-body-my-addressbook-new .fs-c-inputInformation__button {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-body-my-addressbook-new .fs-c-inputInformation__button {
  margin-bottom: 50px;
}
}
.fs-c-inputInformation__message {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
.fs-c-inputInformation__message {
  text-align: center;
}
}
.fs-c-inputInformation__message .fs-c-orderedList li {
  text-align: left;
}
/* ==============================================
 ### 509 お届け先変更
=================================================*/
.fs-body-my-addressbook-edit .fs-c-inputInformation__button {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-body-my-addressbook-edit .fs-c-inputInformation__button {
  margin-bottom: 50px;
}
}
/* =============================================================================
 ### 510 ポイント履歴
============================================================================= */
.fs-body-my-points .fs-c-history__info {
  margin-bottom: 50px;
}
.fs-body-my-points .fs-c-listControl {
  margin-bottom: 20px;
  text-align: right;
  width: 100%;
}
.fs-body-my-points .fs-c-pointSummary {
  background-color: #f3f3f3;
  padding: 10px 20px 20px;
  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: 992px) {
.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 #c5cccd;
}
.fs-body-my-points .fs-c-pointSummary dd {
  width: 40%;
  margin: 0;
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid #c5cccd;
}
.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--availablePoint {
  font-size: 1.5rem;
}
.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
  font-size: 1.8rem;
  font-weight: bold;
  color: #af0b00;
}
.fs-body-my-points .fs-c-dropdown {
  margin-bottom: 30px;
  width: 50%;
}

@media screen and (min-width: 992px) {
.fs-body-my-points .fs-c-dropdown {
  width: 30%;
}
}
.fs-body-my-points .fs-c-dropdown::after {
  border-left: 1px solid #c5cccd;
}
.fs-body-my-points .fs-c-pointListTable {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-body-my-points .fs-c-pointListTable {
  border-collapse: collapse;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-points .fs-c-pointListTable th {
  padding: 10px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
}
}
.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 #777;
}

@media screen and (min-width: 992px) {
.fs-body-my-points .fs-c-pointListTable td {
  border-right: 1px solid #777;
  vertical-align: middle;
}
}
/* ==============================================
 ### 504 お気に入り

=================================================*/
.fs-body-my-wishlist .mypage-container {
  width: 100%;
  max-width: 100%;
}
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-productListItem__control {
  display: block;
}
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-button--addToCart--list {
  display: block;
}
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-button--viewProductDetail {
  display: none;
}
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon {
  display: none;
}
.fs-body-my-wishlist .fs-c-wishList__message {
  margin-bottom: 30px;
  text-align: center;
}
/* =============================================================================
 ### 512 会員情報詳細 ○

============================================================================= */
.fs-body-my-account-settings .fs-c-inputInformation__button {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-account-settings .fs-c-inputInformation__button {
  margin-bottom: 50px;
}
}
/* =============================================================================
 ### 513 会員登録内容変更 ○

============================================================================= */
.fs-body-my-account-settings-edit .fs-c-inputInformation__button {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-account-settings-edit .fs-c-inputInformation__button {
  margin-bottom: 50px;
}
}
/* =============================================================================
 ### 514 パスワード変更 ○

============================================================================= */
.fs-body-my-account-password .ctm_mypage-container {
  padding: 0 6%;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
.fs-body-my-account-password .ctm_mypage-container {
  width: 80%;
  min-width: 600px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-account-password .fs-c-inputTable 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-account-password .fs-c-inputTable__headerCell {
  width: 11em;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-account-password .fs-c-inputTable__dataCell {
  width: calc(100% - 12em);
}
}

@media screen and (min-width: 992px) {
.fs-body-my-account-password .fs-c-inputTable__dataCell .fs-c-inputField__field {
  max-width: 380px;
}
}
.fs-body-my-account-password .fs-c-inputInformation__button {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-account-password .fs-c-inputInformation__button {
  margin-bottom: 50px;
}
}
/* =============================================================================
 ### 516 退会 ○

============================================================================= */
.fs-body-my-account-delete .fs-c-inputInformation__button {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-account-delete .fs-c-inputInformation__button {
  margin-bottom: 50px;
}
}
/* =============================================================================
 ### 517 会員カード ○

============================================================================= */
.fs-body-membership-card .fs-c-membershipCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
  width: 100%;
}
/* =============================================================================
 ### 518 ポイントおまとめ ○

============================================================================= */
.fs-body-my-membership-merge .ctm_mypage-container {
  padding: 0 6%;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
.fs-body-my-membership-merge .ctm_mypage-container {
  width: 80%;
  min-width: 600px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-membership-merge .ctm_mypage-container .fs-c-inputTable 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-membership-merge .ctm_mypage-container .fs-c-inputTable__headerCell {
  width: 11em;
}
}

@media screen and (min-width: 992px) {
.fs-body-my-membership-merge .ctm_mypage-container .fs-c-inputTable__dataCell {
  width: calc(100% - 12em);
}
}

@media screen and (min-width: 992px) {
.fs-body-my-membership-merge .ctm_mypage-container .fs-c-inputTable__dataCell .fs-c-inputField__field {
  max-width: 380px;
}
}
.fs-body-my-membership-merge .fs-c-inputInformation__button {
  margin-bottom: 30px;
}

/* ==============================================
 ### 601 会員登録
=================================================*/
@media screen and (min-width: 992px) {
.fs-body-register .fs-l-main {
  max-width: 800px;
}
.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: 10em;
}
}
.fs-body-register .fs-c-inputInformation__button {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.fs-body-register .ctm_register-lowerTx {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-register .ctm_register-lowerTx {
  width: 65%;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
}
.fs-body-register .ctm_register-lowerTx a {
  text-decoration: underline;
}
/* ==============================================
 ### 602 会員登録完了
=================================================*/
/**会員登録完了表示*/
.fs-c-registerSuccessMessage {
  margin-bottom: 40px;
  line-height: 1.64;
}
/* ==============================================
 ### 603パスワード再設定
=================================================*/
.fs-body-forgotPassword .fs-c-orderedList {
  margin: 0;
}

@media screen and (min-width: 992px) {
.fs-body-forgotPassword .fs-c-orderedList {
  width: 65%;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (min-width: 992px) {
.fs-body-forgotPassword .fs-c-inputTable 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

@media screen and (min-width: 992px) {
.fs-body-forgotPassword .fs-c-inputTable__headerCell {
  width: 11em;
}
}

@media screen and (min-width: 992px) {
.fs-body-forgotPassword .fs-c-inputTable__dataCell {
  width: calc(100% - 12em);
}
}

@media screen and (min-width: 992px) {
.fs-body-forgotPassword .fs-c-inputTable__dataCell .fs-c-inputField__field {
  max-width: 380px;
}
}

/* ==============================================
 ### 604 新しいパスワードの登録
=================================================*/
@media screen and (min-width: 992px) {
.fs-body-resetPassword .fs-c-inputTable 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

@media screen and (min-width: 992px) {
.fs-body-resetPassword .fs-c-inputTable__headerCell {
  width: 11em;
}
}

@media screen and (min-width: 992px) {
.fs-body-resetPassword .fs-c-inputTable__dataCell {
  width: calc(100% - 12em);
}
}

@media screen and (min-width: 992px) {
.fs-body-resetPassword .fs-c-inputTable__dataCell .fs-c-inputField__field {
  max-width: 380px;
}
}
/* ==============================================
 ###　10-1 モーダルウインドウ
=================================================*/
.fs-c-modal, .fs-c-modal--medium, .fs-c-modal--small {
  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%;
  line-height: 1.64;
}

@media screen and (min-width: 992px) {
.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 #cbcbcb;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
.fs-c-modal__header {
  padding: 20px;
}
}
.fs-c-modal__close {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.fs-c-modal__close::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 0.9em;
}
.fs-c-modal__close:hover {
  color: #4c4c4c;
}
.fs-c-modal__close::before {
  height: 1em;
}
#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: 992px) {
.fs-c-modal__contents {
  padding: 10px 0;
}
}
.fs-c-modal__contents .fs-c-inputTable .fs-c-inputTable__dataCell {
  padding-left: 0;
  padding-right: 0;
}
.fs-c-modal__contents .fs-c-inputTable__headerCell + .fs-c-inputTable__dataCell {
  width: 70%;
}
.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;
}
.l-guide-page .fs-c-buttonContainer--pair,
.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: 992px) {
.l-guide-page .fs-c-buttonContainer--pair,
.fs-c-modal__contents .fs-c-buttonContainer--pair {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
}
.fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
  margin: 0;
}
.l-guide-page .fs-c-buttonContainer--pair .fs-c-button--cancel,
.fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--cancel {
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #c7c7c7;
  color: #333;
}
.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.6rem;
}
.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: 992px) {
.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: 768px) {
.fs-c-modal--medium .fs-c-modal__inner {
  width: 768px;
  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.6rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.fs-c-modal__title {
  font-size: 1.6rem;
}
}
.fs-c-modal__close::before {
  font-size: 2em;
  padding: 5px;
  top: 5px;
  color: #000;
}
/*----------------------------------------------
  ## 商品詳細 2重価格追加
------------------------------------------------*/
.fs-c-productMarks .fs-c-productMark__mark.icon_sale {
  background-color: #252d42;
  font-size: 1.4rem;
  margin-left: 26px;
}

@media screen and (min-width: 992px) {
.fs-c-productMarks .fs-c-productMark__mark.icon_sale {
  margin-left: 0;
}
}
/* ==============================================
 ### 301 【original】商品検索結果一覧
=================================================*/
.fs-body-search .search-result .text strong {
  font-size: 2.1rem;
  font-weight: normal;
}
.fs-body-search .refineSearch-section {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-search .refineSearch-section {
  top: 80px;
  margin-bottom: 0;
}
}
/* ==============================================
 ### 511 クーポン情報 ●
=================================================*/
.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;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-coupon__info {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
}
.fs-body-my-coupons .fs-c-coupon__name {
  border: 5px solid #f6f6f6;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-coupon__name {
  margin-bottom: 50px;
}
}
.fs-body-my-coupons .fs-c-couponName__name {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-couponName__name {
  font-size: 1.6rem;
}
}
.fs-body-my-coupons .fs-c-couponName__discount {
  text-align: center;
  border: 1px solid #252d42;
  padding: 5px;
  color: #af0b00;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-couponName__discount {
  font-size: 2.1rem;
}
}
.fs-body-my-coupons .fs-c-coupon__description {
  border-top: 1px solid #cbcbcb;
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-coupon__description {
  margin-bottom: 100px;
}
}
.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
  font-size: 1.4rem;
}
}
.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
  font-size: 1.4rem;
}
}
.fs-body-my-coupons .fs-c-coupon__description__expiration {
  border-bottom: 1px solid #cbcbcb;
  padding: 20px 0;
}
.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: 992px) {
.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 {
  background-color: #f3f3f3;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 992px) {
.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 #cbcbcb;
}
.fs-body-my-coupons .fs-c-couponExpiration__notice, .fs-body-my-coupons .fs-c-couponAppliedCondition__notice {
  color: #af0b00;
}
.fs-body-my-coupons .fs-c-couponProduct__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.fs-body-my-coupons .fs-c-couponProduct__list {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-couponProduct__footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 325px;
}
}
.fs-body-my-coupons .fs-c-couponProduct__footer a {
  display: block;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  width: 100%;
  border: none;
  border: 1px solid #666;
  line-height: 1em;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
.fs-body-my-coupons .fs-c-couponProduct__footer a {
  font-size: 1.3rem;
}
}
.fs-body-my-coupons .fs-c-couponProduct__footer a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* ==============================================
 ### 701 メールマガジン登録 ○
=================================================*/
@media screen and (min-width: 992px) {
.fs-body-newsletter-subscribe .fs-c-inputTable__dataCell .fs-c-inputField__field {
  width: 380px;
}
}

@media screen and (min-width: 992px) {
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  margin-bottom: 50px;
}
}
.fs-body-newsletter-subscribe .fs-c-privacyPolicyAgreeField {
  border-top: none;
}
.fs-body-newsletter-subscribe .ctm_newsletter-tx {
  text-align: center;
  margin-bottom: 30px;
}
/* ==============================================
 ### 702 メールマガジン登録完了
=================================================*/
.fs-c-documentContent {
  margin: 0 20px;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
.fs-c-documentContent {
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
}

@media screen and (max-width: 991px) {
.fs-c-documentContent {
  margin: 0 34px;
  padding: 0;
  border: none;
}
}
.fs-c-documentContent p {
  margin-bottom: 1em;
}
.fs-c-documentContent p:last-child {
  margin-bottom: 0;
}

/* ==============================================
 ### 703 メールマガジン停止
=================================================*/
@media screen and (min-width: 992px) {
.fs-body-newsletter-unsubscribe .fs-c-inputTable 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

@media screen and (min-width: 992px) {
.fs-body-newsletter-unsubscribe .fs-c-inputTable__headerCell {
  width: 11em;
}
}

@media screen and (min-width: 992px) {
.fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell {
  width: calc(100% - 12em);
}
}

@media screen and (min-width: 992px) {
.fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell .fs-c-inputField__field {
  max-width: 380px;
}
}
/* ==============================================
 ### 703 メールマガジン停止
=================================================*/
.fs-body-auth .fs-c-inputField {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
/* ==============================================
 ### 902 ページが見つかりません

=================================================*/
.notFound {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 60px;
  padding-left: 2.6%;
  padding-right: 2.6%;
}

@media screen and (min-width: 992px) {
.notFound {
  margin-bottom: 100px;
}
}
.notFound .notFound__heading_1 {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
.notFound .notFound__heading_1 {
  font-size: 2.3rem;
}
}
.notFound .notFound__heading_2 {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.notFound .notFound__heading_2 {
  font-size: 1.8rem;
}
}
.notFound .text {
  margin-bottom: 1em;
}
.notFound .url {
  font-weight: 500;
}
/* ==============================================
 ### 901 店舗メンテナンス中
=================================================*/
.ctm_system_maintenace {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ctm_system_maintenace .logo {
  margin-bottom: 30px;
}
.ctm_system_maintenace .contact {
  margin-top: 30px;
}
.ctm_system_maintenace .contact .contact-item {
  margin-bottom: 30px;
}
.ctm_system_maintenace .contact h2.ttl2 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  padding: 5px;
}
.ctm_system_maintenace .contact .tel {
  font-size: 1.8rem;
}
.ctm_system_maintenace .contact .contact-online a {
  text-decoration: underline;
}
.ctm_system_maintenace .contact .contact-shop a {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  border: none;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #8d8d8d;
  font-size: 1.2rem;
  background-color: #fff;
  line-height: 1em;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
.ctm_system_maintenace .contact .contact-shop a {
  width: 325px;
  padding: 15px 0;
}
}
.ctm_system_maintenace .contact .contact-shop a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.ctm_system_maintenace .contact .tel-block {
  margin-bottom: 10px;
}
/* ==============================================
 ### 612 LINE ID連携
=================================================*/
.fs-c-lineIdLinkMessage {
  margin-bottom: 30px;
}
.fs-c-buttonContainer--lineIdLink {
  text-align: center;
  margin-bottom: 30px;
}
/*----------------------------------------------
  ## 再入荷お知らせ（システムパーツ）
------------------------------------------------*/
.fs-c-stockNotificationsProduct {
  text-align: center;
  margin-bottom: 20px;
}
.fs-c-stockNotificationsProduct .fs-c-stockNotificationsProduct__productImage {
  display: inline-block;
}
.fs-c-stockNotificationsMessage {
  text-align: center;
  margin-bottom: 20px;
}
/* ==============================================
 ### 517 クレジットカード
=================================================*/
.fs-body-my-cards .fs-c-inputInformation__field {
  margin-bottom: 30px;
}
.fs-body-my-cards .fs-c-creditCardListItem {
  border: 1px solid #777;
  margin-bottom: 30px;
}
.fs-body-my-cards .fs-c-creditCardListItem.is-active {
  border-width: 5px;
}
.fs-body-my-cards .fs-c-creditCardListItem:last-of-type {
  margin-bottom: 0;
}
.fs-body-my-cards .fs-c-creditCardListItem .fs-c-creditCardListItem__cardInfo {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
.fs-body-my-cards .fs-c-creditCardListItem .fs-c-button--delete {
  width: 228px;
}
}

/* ==============================================
 ### ガイドページ
=================================================*/
/* -----------------------------------------------------------------------------
 Base
----------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
.l-guide-page {
  display: flex;
  justify-content: space-between;
}
.p_guide-navigation {
  width: 220px;
  position: relative;
}
.p_guide-contents {
  margin-left: 40px;
  width: 100%;
  max-width: 940px;
}
}

@media screen and (max-width: 991px) {
.fs-c-heading--page {
  display: none;
}
}

/* -----------------------------------------------------------------------------
 Aside
----------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
.aside.leftside {
  padding-bottom: 0;
  position: sticky;
  top: 100px;
}
.aside.leftside .asidemenu {
  width: 220px;
}
.aside.leftside .asidemenu .menugroup {
  margin-bottom: 30px;
}
.aside.leftside .asidemenu dt {
  margin: 30px 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px #ddd solid;
  font-size: 1.6rem;
  font-weight: bold;
}
.asidemenu .menugroup dd {
  display: block !important;
}
}

@media screen and (max-width: 991px) {
.asidemenu {
  margin: 20px 0;
}
.asidemenu .menugroup,
#guidesize .section {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.l-guide-page #guidesize .section {
  margin-bottom: 0 !important;
  border-bottom: none;
}
.l-guide-page #guidesize .section:last-of-type {
  border-bottom: 1px solid #333;
}
.asidemenu .menugroup dt,
#guidesize .section .sectiontitle {
  display: block;
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
}
#guidesize .section .sectiontitle {
  margin: 0;
}
.asidemenu .menugroup dt:before, .asidemenu .menugroup dt:after,
#guidesize .section .sectiontitle:before, #guidesize .section .sectiontitle:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: #333;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .3s;
}
.asidemenu .menugroup dt:after,
#guidesize .section .sectiontitle:after {
  transform: rotate(90deg);
}
.asidemenu .menugroup dt.open:after,
#guidesize .section .sectiontitle.open:after {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.asidemenu .menugroup dd,
#guidesize .section .c_column.p_screencolumn {
  display: none;
}
}

/* -----------------------------------------------------------------------------
 c_navmenu
----------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
.c_navmenu {
  margin-bottom: 30px;
  width: 220px;
}
.c_navmenu li {
  margin-bottom: 0.5em;
  padding-left: 18px;
  position: relative;
}
.c_navmenu li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 1px;
  width: 5px;
  border-top: 1px #000 solid;
  content: "";
}
}

@media screen and (max-width: 991px) {
.l-guide-page .c_navmenu li {
  margin-bottom: 0;
  border-bottom: 1px dotted #ddd;
}
.l-guide-page .c_navmenu li:first-of-type {
  border-top: 1px solid #ddd;
}
.l-guide-page .c_navmenu li:last-of-type {
  border-bottom: none;
}
.l-guide-page .c_navmenu li a {
  padding: 1em 1.5em;
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: normal;
}
.l-guide-page .c_navmenu li a:after {
  content: '';
  width: 0.7em;
  height: 0.7em;
  margin: auto 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
}
}
/* -----------------------------------------------------------------------------
 help
----------------------------------------------------------------------------- */
.layout_body .ctm_areahead {
  margin: 0 0 40px;
}
.layout_body .ctm_areahead .c_areatitle {
  padding: 0 0 15px;
  font-size: 2.8rem;
  text-align: center;
  position: relative;
}
.layout_body .ctm_areahead .c_areatitle:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  border-bottom: 1px #333 solid;
  content: "";
}
.layout_body .ctm_areahead .headertext {
  margin: 30px 0;
  text-align: center;
}
.layout_body .ctm_areahead .headertext p {
  margin-bottom: 1em;
}
/*  */
.ctm_helpcontentarea {
/*  */ }
.ctm_helpcontentarea .helparticle .articletitle {
  margin: 0 0 1em;
  font-size: 2.4rem;
  font-weight: bold;
}
.ctm_helpcontentarea .helparticle form {
  margin-bottom: 30px;
}
.ctm_helpcontentarea .section {
  margin-bottom: 50px;
}
.ctm_helpcontentarea .section:last-of-type {
  margin-bottom: 0;
}
.ctm_helpcontentarea .section:last-of-type p:last-child {
  margin-bottom: 0;
}
.ctm_helpcontentarea .sectiontitle {
  margin: 1em 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.ctm_helpcontentarea h3 {
  margin: 0 0 0.8em 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.ctm_helpcontentarea p {
  margin: 0 0 1em 0;
}
.ctm_helpcontentarea p + .section {
  margin-top: 3em;
}
.ctm_helpcontentarea table p:last-child {
  margin-bottom: 0;
}
.ctm_helpcontentarea .p_screencolumn .imgbox {
  margin-left: 30px;
  width: 50%;
  float: right;
}
.ctm_helpcontentarea .p_screencolumn .imgbox img {
  border: 1px #999 solid;
}
.ctm_helpcontentarea .qatable span {
  padding-right: 1em;
}
.ctm_helpcontentarea .qatable dt {
  text-indent: -2em;
  padding-left: 2em;
  font-weight: bold;
}
.ctm_helpcontentarea .qatable dd {
  margin-bottom: 1em;
  text-indent: -2em;
  padding-left: 2em;
}
.ctm_helpcontentarea .alignright {
  text-align: right;
}
/*  */
.c_inlinelist {
  margin: 20px 0;
  text-align: center;
}
.c_inlinelist li {
  border-right: 1px #ccc solid;
  display: inline-block;
  margin-right: 0.5em;
  padding-right: 1em;
}
.c_inlinelist li:last-of-type {
  border-right: none;
}
/*  */
#FS2_body_Goods .helparticle .userTable_01 tr th:first-of-type {
  border-left: 1px solid #ddd;
}
#FS2_body_Goods .helparticle .userTable_01 td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/*  */
.ctm_entryupperarea .section {
  margin: 0 auto;
  width: 80%;
}
.ctm_entryupperarea .section .sectiontitle {
  margin-bottom: 5px;
}
.ctm_entryupperarea .section .p_rankingtable {
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
.l-guide-page .section .sectioninfo {
  margin-bottom: 40px;
  text-align: center;
}
.l-guide-page .section .c_contentblock {
  margin-bottom: 60px;
}
.l-guide-page .contenttable {
  margin: 1.5em auto;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
}
.l-guide-page .contenttable th {
  padding: 10px 25px;
  border-bottom: 1px solid #ddd;
  border-right: 1px #ddd solid;
  font-weight: bold;
  color: #333;
  background: #f4f4f4;
  text-align: left;
}
.l-guide-page .contenttable td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.l-guide-page .bdrArea {
  padding: 2em;
  border: #dee1e6 2px solid;
  box-sizing: border-box;
}
#guidesize .section:not(#swimwear) .c_column.p_screencolumn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.ctm_helpcontentarea #guidesize .section h3 {
  margin-top: 1.5em;
}
}

@media screen and (max-width: 991px) {
.l-guide-page p {
  margin-bottom: 1em;
}
.l-guide-page .section {
  margin-bottom: 50px;
}
.l-guide-page .section p:last-child {
  margin-bottom: 0;
}
.l-guide-page ol li, .l-guide-page ul li {
  margin-bottom: 1em;
}
.l-guide-page .btnBlock {
  margin-left: 10px;
  margin-right: 10px;
}
.l-guide-page .articletitle {
  font-size: 1.8rem;
  padding: 3% 0 0;
  font-weight: normal;
  border-bottom: none;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
}
.l-guide-page .sectiontitle {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.l-guide-page .ctm_areahead {
  display: none;
}
.l-guide-page .contenttable {
  width: 100%;
  margin: 1.5em auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.l-guide-page .contenttable th {
  background-color: #f3f3f3;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.l-guide-page form .contenttable th {
  width: 100%;
  border-bottom: none;
  padding: 10px;
  display: block;
}
.l-guide-page form .contenttable th .required {
  margin: -0.5% 0 0 1em;
}
.l-guide-page .contenttable td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.l-guide-page form .contenttable td {
  display: block;
}
.l-guide-page .alignright {
  text-align: right;
}
.l-guide-page .bdrArea {
  padding: 1em;
  border: #dee1e6 2px solid;
  box-sizing: border-box;
}
.l-guide-page #guideamazonpay .p_img {
  width: 148px;
}
.ctm_helpcontentarea #guidesize  .p_screencolumn .imgbox {
  margin-left: 0;
  width: 100%;
  float: none;
  display: block;
}
.ctm_helpcontentarea #guidesize .p_screencolumn .txtbox {
  margin-top: 1em;
  padding-bottom: 1.5em;
}
#guidesize .sizetable {
  margin-top: 1.5em;
}
#guidesize ul.c_inlinelist {
  display: none;
}
}
.l-guide-page ul.list_caution li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-guide-page ul.list_caution li:before {
  content: "※";
}
.l-guide-page ul.list_dot li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-guide-page ul.list_dot li:before {
  content: "・";
}
.l-guide-page .contenttable.p_rankingtable tr:first-of-type th:nth-of-type(3) {
  background-color: silver;
}
.l-guide-page .contenttable.p_rankingtable tr:first-of-type th:nth-of-type(4) {
  background-color: gold;
}
#guidemembership .memberHospitality > div {
  margin-bottom: 5px;
}
#guidemembership .normarMember .sectionLabel {
  background-color: #39a831;
}
#guidemembership .memberHospitality .sectionLabel {
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  padding: 13px 20px;
  display: block;
  position: relative;
  color: #fff;
}
#guidemembership .memberHospitality .sectionLabel:after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-size: contain;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  margin-top: -4px;
  visibility: visible;
}
#guidemembership .memberHospitality .sectionLabel.active:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 0;
}
#guidemembership .memberHospitality .sectionBody {
  display: none;
  padding: 10px 20px;
  background-color: #f8f8f8;
}
#guidemembership .memberHospitality .sectionBody li span, #guidemembership .memberHospitality .sectionBody li strong {
  font-weight: bold;
}
#guidemembership .normarMember .sectionBody strong {
  color: #39a831;
}
#guidemembership .silverMember .sectionLabel {
  background-color: #9f9d9d;
}
#guidemembership .goldMember .sectionLabel {
  background-color: #f7822c;
}
#guidemembership .goldMember .sectionBody strong {
  color: #f7822c;
}







/* =============================================================================
商品詳細 > レビュー
============================================================================= */
.fs-body-product .c-container.c-review {
  padding: 110px 0;
  background-color: #f4f1ee;
}

.fs-c-reviewStars {
  display: inline-block;
}
.fs-c-rating__value {
  display: inline-block;
}
.fs-c-rating__value {
  color: #333;
}
.fs-c-aggregateRating .fs-c-aggregateRating__count {
  margin-top: 54px;
}
.fs-body-product .fs-c-aggregateRating {
  background-color: #f4f1ee;
}

.fs-body-product .fs-c-productReview__reviewList.fs-c-reviewList {
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
.fs-body-product .c-container.c-review {
  padding: 60px 0 45px;
}
.fs-c-aggregateRating .fs-c-aggregateRating__count {
  margin-top: 40px;
}
}


/* =============================================================================
カテゴリーページ > MORE ITEM　ボタン
============================================================================= */
.c_ctrl.c_ctrl_btns {
    text-align: center;
    margin: 5rem 0 0;
}
@media screen and (max-width: 991px) {
	.c_ctrl.c_ctrl_btns {
    margin: 2rem 0 0;
}

}


/* =============================================================================
MEMBER’S PRICE 追加
============================================================================= */
@media screen and (min-width: 992px) {
.members_price{
margin-top: 15px;
}
.members_price a .jpn{
color: #5b5b5b;
}
}

@media screen and (max-width: 991px) {
.members_price{
padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  color: #5b5b5b;
  font-size: 1.3rem;
  letter-spacing: .1em;
}
}

/* =============================================================================
パーツ名　SPECIAL
============================================================================= */

.fs-body-category-special .fs-l-page {
    background-color: #cec5b6;
}
.fs-body-category-special .fs-c-noResultMessage__title {
    display: none;
}
.fs-body-category-special .index-special__list{
flex-wrap: wrap;
}

