@charset "UTF-8";
/*ヘッダー*/
.fs-l-header {
  padding-top: 0; }

/*フッター*/
.fs-l-footer {
  margin-top: 0;
  border-top: none;
  background: transparent; }
  .fs-l-footer a:hover {
    text-decoration: none; }

@media (min-width: 1px) and (max-width: 1200px) {
  .fs-l-footer {
    width: 1200px; }
  .foot_obi {
    width: 1200px; } }

.foot_obi {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*追従フッター*/
.toCart {
  position: fixed;
  right: 20px;
  z-index: 10;
  bottom: 20px !important; }
  .toCart .fa-cart-arrow-down {
    margin-top: 8px; }
    .fa-3x {
    font-size: 2.5em !important;
}

.toCart a {
    width: 42px;
    height: 42px;
    font-size: 0.75em;
    text-align: center;
    display: block;
    color: white;
    padding: 9px 9px 8px 7px;
    text-decoration: none;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.5); 
}

.fs-body-top .toCart {
  display: none; }

.fs-body-top .pageTop {
  bottom: 30px !important; }

.fs-body-top #page-line {
  right: 20px;
  bottom: 85px !important;
  position: fixed; }

.fs-body-category .toCart {
  display: none; }

.fs-body-category .pageTop {
  bottom: 30px !important; }

.fs-body-category #page-line {
  right: 20px;
  bottom: 85px !important;
  position: fixed; }

.pageTop {
  position: fixed;
  right: 20px;
  bottom: 80px !important; }

#page-line {
  right: 18px;
  position: fixed;
  bottom: 140px !important;
  z-index: 33; }

/*インプットタグ*/
[type="text"]:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*帯*/
.mainvbox {
  margin-top: 68px !important; }

/*TOP*/
.fs-body-top .fs-l-main {
  display: block; }

#m_contents a:hover {
  text-decoration: none; }

.mainvbox {
  padding-top: 0; }

.fs-pt-carousel img {
  width: 1200px; }

.fs-c-slick .slick-dots li {
  width: 20px;
  height: 20px; }
  .fs-c-slick .slick-dots li.slick-active button:before {
    color: black; }
  .fs-c-slick .slick-dots li button {
    width: 20px;
    height: 20px; }
    .fs-c-slick .slick-dots li button:before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      color: black;
      font-size: 14px !important; }

@media (min-width: 1px) and (max-width: 1200px) {
  .fs-pt-carousel {
    width: 1200px; } }

/*カテゴリー　サイドバーあり*/
.fs-body-category .fs-l-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 940px;
  margin: 9% auto 0;
  padding: 0;}
  /*カテゴリー　サイドバーなし*/ 
  .fs-body-category .fs-l-main .fs-l-pageMain {
    width: 710px; }
  .fs-body-category .fs-l-main .fs-l-pageMain.layout_one {
    width: 940px; }

/*商品検索一覧　サイドバーあり*/
.fs-body-search .fs-l-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 940px;
  margin: 9% auto 0;
  padding: 0; }
  .fs-body-search .fs-l-main .fs-l-pageMain {
    width: 710px; }

/*商品詳細　サイドバーあり*/
.fs-body-product .fs-l-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 980px;
  margin: 9% auto 0;
  padding: 0; }
  .fs-body-product .fs-l-main .fs-l-pageMain {
    width: 750px; }

section.fs-l-pageMain table {
    width: 100%;
}

/*商品詳細　サイドバーなし*/
.fs-body-product .fs-l-main.one_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 980px;
  margin: 9% auto 0;
  padding: 0; }
  .fs-body-product .fs-l-main.one_column .fs-l-pageMain {
    width: 980px; }
  .fs-body-product .fs-l-main.one_column .fs-l-productLayout.fs-system-product {
    width: 950px;
    margin: auto; }

/*サイドバー*/
.layout_menu {
  padding-right: 40px; }
  .layout_menu #lConte {
    width: 190px;
    float: left;
    clear: both; }
  .layout_menu #category h3 {
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
    margin: 10px 0 0; }
  .layout_menu .side_cate a {
    display: block; }
  .layout_menu .side_cate img {
    width: 100%; }
  .layout_menu .side_cate li {
    border-bottom: 1px solid #ddd; }
  .layout_menu .side_cate .arrow {
    display: block;
    padding: 15px 0 15px 15px;
    text-decoration: none; }
    .layout_menu .side_cate .arrow:hover {
      background: #e6e6e6; }
  .layout_menu .side_box .side_box_title {
    color: white;
    text-align: center;
    font-size: 1.1em;
    background: black;
    padding: 4px 0px; }

/*ログインパーツ*/
.logout.my-false {
  display: none; }

.login.my-true {
  display: none; }

.regist.my-true {
  display: none; }

.utility {
  padding: 0px;
  margin: 0 0 5px 0; }
  .utility table {
    margin: 0px; }
    .utility table td {
      border-bottom: 1px dotted #DDDDDD;
      font-size: 12.8px; }
  .utility .FS2_login_area {
    padding: 0 0 0 10px;
    text-align: right; }
  .utility .login {
    padding: 0px;
    margin: 0px; }
    .utility .login li {
      padding: 0 5px 0 15px;
      margin: 0px;
      display: inline;
      font-size: 12.8px; }
      .utility .login li.logout.my-false {
        display: none; }
      .utility .login li.login.my-true {
        display: none; }
      .utility .login li.regist.my-true {
        display: none; }

/*ぱんくず*/
.fs-c-breadcrumb {
    font-size: 10.5px;
    background: #e0e0e0;
    padding: 5px;
    margin-bottom: 15px;
}
  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    padding: 0; }

/*並び順パーツ*/
.fs-body-category .fs-c-productList .fs-c-productList__controller.last .fs-c-sortItems__label {
  display: none; }

.fs-body-category .fs-c-productList .fs-c-productList__controller.last .fs-c-sortItems__list {
  display: none; }

.fs-body-search .fs-c-productList .fs-c-productList__controller.last .fs-c-sortItems__label {
  display: none; }

.fs-body-search .fs-c-productList .fs-c-productList__controller.last .fs-c-sortItems__list {
  display: none; }

.fs-c-productList__controller {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #dddddd; }

.fs-c-sortItems {
  font-size: 12.8px;
  margin-left: auto; }
  .fs-c-sortItems .fs-c-sortItems__label {
    border: none;
    border-right: 1px solid #333333;
    padding: 0 8px; }
  .fs-c-sortItems .fs-c-sortItems__list > li {
    border-right: 1px solid #333333; }
    .fs-c-sortItems .fs-c-sortItems__list > li a {
      padding: 0px 8px; }
  .fs-c-sortItems .fs-c-sortItems__list__item.is-active {
    background: transparent;
    color: #555; }
    .fs-c-sortItems .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
      padding: 0px 8px; }

/*並びレイアウト*/
.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 13px; }

.fs-c-productList__list__item {
  width: 32.2%;
  margin-left: 1%;
  margin-bottom: 10px;
  border-bottom: none; }

.fs-c-productListItem__productName {
  font-size: 12.8px;
  font-weight: bold; }

.fs-c-productPrice {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #000099;
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold; }

.fs-c-productPrice__addon {
  font-size: 11.8px; }

.fs-c-productListItem__control {
  display: none; }

.fs-c-salesPeriod {
  display: none; }

.fs-c-productListItem__outOfStock {
  color: #ff3300;
  border: 1px dotted #ff3300;
  padding: 0px 5px;
  margin: 0px 0px 10px;
  font-size: 12.8px;
  line-height: 1.75; }

.fs-c-mark--subscription {
  background: #005fb0; }

.fs-c-productListItem__prices.fs-c-productPrices {
  margin-bottom: 15px; }

.fs-c-productMarks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*独自コメント*/
.user_content.FS2_upper_comment.FS2_SeniorDesign_comment p.item-category_ttl {
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
  font-size: 1rem; }

.user_content.FS2_upper_comment.FS2_SeniorDesign_comment .item_ranktop .rank_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 40px auto; }
  .user_content.FS2_upper_comment.FS2_SeniorDesign_comment .item_ranktop .rank_list li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-right: -1px;
    min-width: 14%; }
    .user_content.FS2_upper_comment.FS2_SeniorDesign_comment .item_ranktop .rank_list li a {
      display: block;
      padding: 10px 0;
      font-size: 1rem;
      text-align: center;
      text-transform: uppercase; }

section.item_ranking h3 {
  margin: 10px 0 15px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold; }

section.item_ranking #total {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px; }

section.item_ranking a.more {
  display: block;
  width: 27%;
  text-align: center;
  margin: 0 auto 90px;
  border: 1px solid #333;
  padding: 20px 0;
  font-size: 1rem; }

/*商品一覧　ページャ－*/
.fs-c-pagination .fs-c-pagination__item {
  font-size: 1.5em;
  padding: 5px 10px;
  border-right: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  color: #000 !important;
  margin: 0 2px; }
  .fs-c-pagination .fs-c-pagination__item.is-active {
    font-size: 1.5em;
    padding: 5px 10px;
    background: none;
    border-right: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    color: #ccc !important;
    margin: 0 2px; }
  .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--next {
    border-right: none; }

/*商品検索一覧タイトル*/
.fs-body-search .fs-c-heading.fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 0;
  padding: 0;
  border-bottom: none;
  color: #444; }

/*拡大パーツ*/
.fs-c-productListItem__viewMoreImageButton {
  display: none; }

/* 商品カテゴリー　商品なしテキスト非表示 */
.fs-body-category .fs-c-productList .fs-c-noResultMessage {
  display: none; }

  /*商品ランキング*/
  section.item_ranktop h2 {
    text-align: center;
    font-size: 1.8rem;
    margin: 30px auto;
    letter-spacing: 2px;
    font-family: Roboto,sans-serif;
}

section.item_ranking h3 {
    margin: 10px 0 15px;
    font-size: 1.2rem;
}

.item_ranking #total {
    border-bottom: 1px solid #ddd;
    margin: 50px 0;
}

.item_ranktop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: center;
    list-style: none;
    margin: 25px auto;
}

ul.rank_list li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-right: -1px;
    min-width: 16.5%;
}

.item_ranktop ul li a {
    display: block;
    padding: 10px 0;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
}

.item_ranktop .rank_list li:nth-child(1) {
    width: 100%;
    background: #ddd;
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding: 5px 0;
}

.item_ranktop .rank_list li:nth-child(1) a {
}

.item_ranking a.more {
    display: block;
    width: 27%;
    text-align: center;
    margin: 0 auto 90px;
    border: 1px solid #333;
    padding: 20px 0;
    font-size: 1rem;
}

p.item-category_ttl {
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    font-size: 1rem;
}

  
@media all and (-ms-high-contrast: none){
.item_ranking {
width:980px;
}
}


/*商品ランキング20代*/
.fs-body-category.fs-body-category-20s-ranking .fs-l-main {
  width: 100%;
  max-width: 100%;
  margin-top: 9%; }
  .fs-body-category.fs-body-category-20s-ranking .fs-l-main .fs-l-pageMain.layout_one {
    width: 100%;
    max-width: 100%; }
  .fs-body-category.fs-body-category-20s-ranking .fs-l-main .fs-c-breadcrumb {
    display: none; }
  .fs-body-category.fs-body-category-20s-ranking .fs-l-main .head {
    width: 980px; }
  .fs-body-category.fs-body-category-20s-ranking .fs-l-main .view {
    width: 980px; }

/*商品ランキング30代*/
.fs-body-category.fs-body-category-30s-ranking .fs-l-main {
  width: 100%;
  max-width: 100%;
  margin-top: 9%; }
  .fs-body-category.fs-body-category-30s-ranking .fs-l-main .fs-l-pageMain.layout_one {
    width: 100%;
    max-width: 100%; }
  .fs-body-category.fs-body-category-30s-ranking .fs-l-main .fs-c-breadcrumb {
    display: none; }
  .fs-body-category.fs-body-category-30s-ranking .fs-l-main .head {
    width: 980px; }
  .fs-body-category.fs-body-category-30s-ranking .fs-l-main .view {
    width: 980px; }

/*商品ランキング40代*/
.fs-body-category.fs-body-category-40s-ranking .fs-l-main {
  width: 100%;
  max-width: 100%;
  margin-top: 9%; }
  .fs-body-category.fs-body-category-40s-ranking .fs-l-main .fs-l-pageMain.layout_one {
    width: 100%;
    max-width: 100%; }
  .fs-body-category.fs-body-category-40s-ranking .fs-l-main .fs-c-breadcrumb {
    display: none; }
  .fs-body-category.fs-body-category-40s-ranking .fs-l-main .head {
    width: 980px; }
  .fs-body-category.fs-body-category-40s-ranking .fs-l-main .view {
    width: 980px; }

/*商品ランキング50代*/
.fs-body-category.fs-body-category-50s-ranking .fs-l-main {
  width: 100%;
  max-width: 100%;
  margin-top: 9%; }
  .fs-body-category.fs-body-category-50s-ranking .fs-l-main .fs-l-pageMain.layout_one {
    width: 100%;
    max-width: 100%; }
  .fs-body-category.fs-body-category-50s-ranking .fs-l-main .fs-c-breadcrumb {
    display: none; }
  .fs-body-category.fs-body-category-50s-ranking .fs-l-main .head {
    width: 980px; }
  .fs-body-category.fs-body-category-50s-ranking .fs-l-main .view {
    width: 980px; }

/*パンツランキング*/
.fs-body-category.fs-body-category-bottoms-ranking .fs-l-main {
  width: 100%;
  max-width: 100%;
  margin-top: 9%; }
  .fs-body-category.fs-body-category-bottoms-ranking .fs-l-main .fs-l-pageMain.layout_one {
    width: 100%;
    max-width: 100%; }
  .fs-body-category.fs-body-category-bottoms-ranking .fs-l-main .fs-c-breadcrumb {
    display: none; }
  .fs-body-category.fs-body-category-bottoms-ranking .fs-l-main .head {
    /*width: 980px; */}
  .fs-body-category.fs-body-category-bottoms-ranking .fs-l-main .view {
    /*width: 980px;*/ }

/*トップスランキング*/
.fs-body-category.fs-body-category-tops-ranking .fs-l-main {
  width: 100%;
  max-width: 100%;
  margin-top: 9%; }
  .fs-body-category.fs-body-category-tops-ranking .fs-l-main .fs-l-pageMain.layout_one {
    width: 100%;
    max-width: 100%; }
  .fs-body-category.fs-body-category-tops-ranking .fs-l-main .fs-c-breadcrumb {
    display: none; }
  .fs-body-category.fs-body-category-tops-ranking .fs-l-main .head {
    width: 980px; }
  .fs-body-category.fs-body-category-tops-ranking .fs-l-main .view {
    width: 980px; }

/*商品詳細ページ　レイアウト*/
.fs-l-product4 .fs-l-productLayout {
  -ms-grid-columns: calc(34% - 0px / 2) calc(62% - -0px / 2);
  grid-template-columns: calc(34% - 0px / 2) calc(62% - -0px / 2);
  grid-gap: 30px 50px; }

.fs-c-productNameHeading {
  font-size: 110%;
  color: #444;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0; }

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 24px; 
  color: #222;
 }

.fs-body-product .fs-c-productPrice {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }


/*.fs-body-product .fs-c-price__value::after {
  content: "円";
  display: inline-block; }*/

/*商品詳細レビュー*/
.review_area {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2; }

.fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  width: 70%; }

.fs-c-reviewer__profile {
  font-size: 12px; }

.fs-c-reviewerStatus {
  background: #FF6600;
  color: #FFFFFF;
  padding: 4px;
  line-height: 1.2;
  border: 1px solid #FFFFFF;
  font-size: 11px;
  margin-left: 5px;
  min-width: 0;
  border-radius: 0; }

.fs-c-reviewInfo__date {
  width: 20%;
  margin-left: auto;
  font-size: 12px; }

.fs-c-reviewBody {
  padding: 0;
  border: none; }

.fs-c-reviewRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fs-c-aggregateRating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center; }

.fs-c-aggregateRating__rating {
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 auto;
  font-size: unset;
  line-height: unset;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  
.fs-c-aggregateRating__rating::before {
  display: none!important;
}
.fs-c-reviewStars {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fs-c-aggregateRating__count {
  font-size: unset;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.fs-c-reviewRating::before {
  content: "おすすめ度";
  font-size: 85%;
  line-height: 2;
  color: #000000;
  margin-right: 5px; }

/*バリエーション調整*/
.fs-c-variationAndActions__variation.fs-c-variationList {
    border-top: 1px solid #ccc;
}

.fs-c-variationList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  padding: 10px 0; }

.fs-c-variationList__item__title {
  background: transparent;
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fs-c-variationList__item__body {
  width: 73%; }

ul.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage li:only-child {
    display: flex;
    align-items: center;
}

.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
  font-size: 10.8px;
  opacity: 0.6; }

.fs-c-variationList__item__body {
  margin-top: 0;}

.fs-c-variationCart {
    padding: 0 0 0 10px;
}

.fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
    display: flex;
    align-items: center;
    width: 140px;
    margin-left: 3px;
}

.fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 2.3em 145px;
  padding: 3px 0;
}

.fs-c-variationCart__variationName {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.fs-c-variationCart__variationName .fs-c-variationCart__variationName__name {
  margin-right: 10px; }

.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 1.2rem; }

/*商品詳細ランキング調整*/
.fs-body-product .FS2_Recommend2_ranking_horizontal .rank_temp dl {
  margin: 0; }

/*商品詳細独自コメント調整*/
.fs-body-product .materialBlock .materialTable table {
  width: 100%; }

.fs-body-product .featureTable table {
  width: 100%; }

.fs-body-product .back .white {
  height: 126px; }

.itemSizeBlock figure img {
  width: auto;
  height: auto; }

/*独自コメント　RECOMMEND ITEM　調整*/
.fs-body-product .pickitem_link a {
  width: 50%;
  padding: 20px 50px 35px; }

/*調整*/
.search-button {
  top: 0 !important; }

/*ログインページ*/
.fs-body-login .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-login .fs-c-loginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
flex-wrap: wrap; }

.fs-body-login .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-login .fs-c-subSection__title {
  font-size: 12px;
  border-bottom: 2px solid #969696;
  padding: 0px;
  margin: 20px 0 5px 0;
  color: #444; }

.fs-body-login .fs-c-registeredUsers {
  -ms-flex-preferred-size: calc(50% - 0px);
  flex-basis: calc(50% - 0px);
  width: 50%; }

.fs-body-login .fs-c-newUsers {
  margin-left: 15px;
width: 48.4%;}

.fs-body-login .login_newmember {
  margin: 10px 0; }

.fs-body-login .login_newmember p {
  background: #eee;
  padding: 20px 7px;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 9px;
  font-weight: bold; }

.fs-body-login .login_newmember span {
  color: #dd1313;
  letter-spacing: 0.05em;
  font-size: 12.5px; }

.fs-body-login .fs-c-inputInformation__field {
  background: transparent;
  padding: 0; }

.fs-c-inputTable > tbody > tr {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit; }

.fs-c-inputTable__headerCell {
  width: 40%;
  white-space: nowrap;
  font-weight: normal;
  background: #B8B8B8;
  border-bottom: 1px solid #DDDDDD;
  padding: 3px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12.8px; }

.fs-c-inputTable__dataCell {
  width: 60%;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 3px 5px; }

.fs-c-inputTable > tbody > tr + tr {
  margin-top: 0; }

.fs-body-login .fs-c-requiredMark {
  display: none; }

.fs-c-inputTable {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD; }

.fs-c-inputGroup {
  border: 1px solid #333; }

.FS2_OtherServiceLogin_area {
  margin: 10px 0;
  text-align: center; }

.FS2_OtherServiceLoginAreaDivider_container {
  margin: 0 0 10px; }

.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line {
  position: relative;
  display: block; }

.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line::before, .FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line::after {
  position: absolute;
  top: 0.5em;
  display: block;
  width: 42%;
  content: "";
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #aaa; }

.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line::before {
  left: 0; }

.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_label {
  position: relative; }

.FS2_OtherServiceLogin_area {
  margin: 10px 0;
  text-align: center; }

.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line::after {
  right: 0; }

.FS2_AnotherLogin_comment {
  font-size: 0.9em;
  position: relative;
  margin-bottom: 16px;
  padding: 0.5em 1em;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  background: rgba(220, 220, 220, 0.3); }

.FS2_AnotherLogin_comment::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-width: 12px 8px 0;
  border-style: solid;
  border-color: #ccc transparent transparent; }

/*Amazonボタン*/
.fs-body-login .fs-c-anotherLogin__button.fs-c-anotherLogin__button--amazon.fs-c-buttonContainer {
  min-width: 470px; }

.fs-c-anotherLogin__button.fs-c-anotherLogin__button--amazon.fs-c-buttonContainer {
  min-width: 360px; }

/*会員登録ページ*/
.fs-body-register .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-register .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-c-inputInformation__field {
  margin: 0 auto;
  max-width: 940px; }

.fs-c-inputInformation__message {
  margin-bottom: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

  .fs-body-auth .fs-c-inputInformation__message {
    display: block;
    text-align: center;
    margin: 20px auto;
    background: #f2f0f1;
    padding: 20px 0;
}

.fs-body-register .fs-c-inputTable__headerCell {
  background: #E0E0E0;
  width: 30%;
  border-bottom: 1px solid #B8B8B8;
  font-size: 11.8px;
white-space: normal;}

.fs-body-register .fs-c-inputTable__dataCell {
  width: 70%;
  border-bottom: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8; }

.fs-body-register .fs-c-inputTable__dataCell .fs-c-inputField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.fs-body-register .fs-c-inputTable {
  border-top: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8; }

.fs-body-register .fs-c-inputTable__dataCell input {
  background: #fff6ee; }

.fs-c-requiredMark::before {
  content: "";
  display: block;
  background: url(https://clubd.itembox.design/item/future_mgt/img01/icon_require.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 11px; }

.fs-c-requiredMark {
  height: auto;
  width: 24px;
  font-size: 0; }

/*会会員登録完了ページ*/
.fs-body-register-success .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-register-success .fs-l-pageMain {
  width: 720px; }

.fs-body-register-success .layout_menu {
  padding-right: 10px; }

.fs-body-register-success .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 0;
  padding: 0;
  border-bottom: none;
  color: #444; }

.fs-body-register-success .fs-c-registerSuccessMessage {
  text-align: left;
  border-bottom: none; }

/*パスワードをお忘れの方ページ*/
.fs-body-forgotPassword .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-forgotPassword .fs-l-pageMain {
  width: 720px; }

.fs-body-forgotPassword .layout_menu {
  padding-right: 10px; }

.fs-body-forgotPassword .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 0;
  padding: 0;
  border-bottom: none;
  color: #444; }

.fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-cardAuth .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field {
  background: transparent;
  padding: 16px 0px; }

.fs-body-forgotPassword .fs-c-inputInformation__button {
  margin-top: 0; }

/*新しいパスワードの登録ページ*/
.fs-body-resetPassword .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-resetPassword .fs-l-pageMain {
  width: 720px; }

.fs-body-resetPassword .layout_menu {
  padding-right: 10px; }

.fs-body-resetPassword .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 0;
  padding: 0;
  border-bottom: none;
  color: #444; }

.fs-body-resetPassword .fs-c-inputInformation__field {
  background: transparent;
  padding: 16px 0px; }

/*マイページページ*/
.fs-body-my-top .fs-l-main {
  width: 940px;

  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-top .fs-l-pageMain {
  width: 740px; }

.fs-body-my-top .layout_menu {
  padding-right: 10px; }

.fs-body-my-top .fs-l-account {
  display: block; }

.fs-body-my-top .fs-c-heading--page {
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 25px; }

.fs-body-my-top .FS2_mypagetop_list h3.CrossHead {
  padding: 0px;
  margin: 20px 0 5px 0;
  border-bottom: 2px solid #DDDDDD;
  text-align: left;
  font-size: 100%;
  font-weight: bold; }

.fs-body-my-top .user_content.FS2_lower_comment h3.CrossHead {
  padding: 0px;
  margin: 20px 0 5px 0;
  border-bottom: 2px solid #DDDDDD;
  text-align: left;
  font-size: 100%;
  font-weight: bold; }

.fs-body-my-top .fs-c-accountService {
  display: none; }

.fs-body-my-top .fs-c-wishlistProduct {
  display: none; }

.fs-body-my-top .mypage td {
  padding: 15px 20px;
  border: #999 1px solid; }

.fs-body-my-top .mypage td.bg {
  background: #f0f0f0; }

/*お届け先登録ページ*/
.fs-body-my-addressbook-new .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-addressbook-new .fs-l-pageMain {
  width: 740px; }

.fs-body-my-addressbook-new .layout_menu {
  padding-right: 10px; }

.fs-body-my-addressbook-new .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-addressbook-new .fs-c-inputTable__headerCell {
  background: #E0E0E0;
  width: 30%;
  border-bottom: 1px solid #B8B8B8;
  font-size: 11.8px; }

.fs-body-my-addressbook-new .fs-c-inputTable__dataCell {
  width: 70%;
  border-bottom: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8; }

.fs-body-my-addressbook-new .fs-c-inputTable {
  border-top: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8; }

.fs-body-my-addressbook-new .fs-c-inputInformation__message {
  margin-top: 5px; }

.fs-c-buttonContainer--pair > * {
  min-width: 0; }

/*お届け先リストページ*/
.fs-body-my-addressbook .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-addressbook .fs-l-pageMain {
  width: 740px; }

.fs-body-my-addressbook .layout_menu {
  padding-right: 10px; }

.fs-body-my-addressbook .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-addressbook .fs-p-announcement__body .fs-c-list li::before {
  display: none; }

.fs-body-my-addressbook .fs-c-listTable td:first-child {
  border-left: 1px solid #b2b2b2; }

.fs-body-my-addressbook .fs-c-listTable td:last-child {
  border-right: 1px solid #b2b2b2; }

.fs-body-my-addressbook .fs-c-buttonContainer--myPageTop {
  margin-top: 0px; }

.fs-body-my-addressbook .fs-c-buttonContainer--deleteChange {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/*お届け先変更ページ*/
.fs-body-my-addressbook-edit .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-addressbook-edit .fs-l-pageMain {
  width: 740px; }

.fs-body-my-addressbook-edit .layout_menu {
  padding-right: 10px; }

.fs-body-my-addressbook-edit .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-addressbook-edit .fs-c-inputTable__headerCell {
  background: #E0E0E0;
  width: 30%;
  border-bottom: 1px solid #B8B8B8;
  font-size: 11.8px; }

.fs-body-my-addressbook-edit .fs-c-inputTable__dataCell {
  width: 70%;
  border-bottom: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8; }

.fs-body-my-addressbook-edit .fs-c-inputTable {
  border-top: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8; }

.fs-body-my-addressbook-edit .fs-c-inputInformation__message {
  margin-top: 5px; }

/*会員情報詳細ページ*/
.fs-body-my-account-settings .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-account-settings .fs-l-pageMain {
  width: 740px; }

.fs-body-my-account-settings .layout_menu {
  padding-right: 10px; }

.fs-body-my-account-settings .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-account-settings .fs-c-inputTable__headerCell {
  background: #E0E0E0;
  width: 30%;
  border-bottom: 1px solid #B8B8B8;
  font-size: 11.8px;
white-space: normal;}

.fs-body-my-account-settings .fs-c-inputTable__dataCell {
  width: 70%;
  border-bottom: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8; }

.fs-body-my-account-settings .fs-c-inputTable {
  border-top: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8; }

.fs-body-my-account-settings .delete_btn {
  width: 46px;
    height: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: #404040;
    padding: 3px;
    background-color: #dbdbdb;
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#a6a6a6));
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #a6a6a6);
    background: -o-linear-gradient(top, #dbdbdb 0%, #a6a6a6);
    background: linear-gradient(to bottom, #dbdbdb 0%, #a6a6a6);
    border-radius: 3px;
    border: 0px solid #ffffff;
    text-shadow: 0px -1px 0px rgb(156 156 156 / 20%), 0px 1px 0px rgb(255 255 255 / 0%);
    text-align: center;
    text-decoration: none; }

/*セレクト共通調整*/
.fs-c-dropdown::after {
  padding: 8px 0; }

/*会員登録内容変更ページ*/
.fs-body-my-account-settings-edit .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-account-settings-edit .fs-l-pageMain {
  width: 740px; }

.fs-body-my-account-settings-edit .layout_menu {
  padding-right: 10px; }

.fs-body-my-account-settings-edit .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-account-settings-edit .fs-c-inputTable__headerCell {
  background: #E0E0E0;
  width: 30%;
  border-bottom: 1px solid #B8B8B8;
  font-size: 11.8px; }

.fs-body-my-account-settings-edit .fs-c-inputTable__dataCell {
  width: 70%;
  border-bottom: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8; }

.fs-body-my-account-settings-edit .fs-c-inputTable {
  border-top: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8; }

.fs-body-my-account-settings-edit .fs-c-inputInformation__message {
  margin-top: 10px; }

/*退会手続きページ*/
.fs-body-my-account-delete .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-account-delete .fs-l-pageMain {
  width: 740px; }

.fs-body-my-account-delete .layout_menu {
  padding-right: 10px; }

.fs-body-my-account-delete .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-account-delete .fs-c-inputTable__headerCell {
  background: #E0E0E0;
  width: 30%;
  border-bottom: 1px solid #B8B8B8;
  font-size: 11.8px; }

.fs-body-my-account-delete .fs-c-inputTable__dataCell {
  width: 70%;
  border-bottom: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8; }

.fs-body-my-account-delete .fs-c-inputTable {
  border-top: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8; }

/*ポイント履歴ページ*/
.fs-body-my-points .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-points .fs-l-pageMain {
  width: 740px; }

.fs-body-my-points .layout_menu {
  padding-right: 10px; }

.fs-body-my-points .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-points .fs-c-history__info {
  background: transparent;
  padding: 0;
  max-width: 940px; }

.fs-body-my-points .fs-c-pointSummary {
  display: block; }

.fs-body-my-points .fs-c-pointSummary::after {
  content: "";
  display: block;
  clear: both; }

.fs-c-pointSummary [class$="--availablePoint"] {
  background: transparent;
  padding: 0; }

.fs-c-pointSummary [class$="--limitedPoint"] {
  background: transparent;
  padding: 0;
  text-align: left; }

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  font-size: 14px;
  color: #444;
  font-weight: bold; }

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number::after {
  content: "ポイント";
  display: inline-block; }

.fs-body-my-points .fs-c-history__infoSummary .fs-c-pointSummary dt {
  width: 30%;
  float: left; }

.fs-body-my-points .fs-c-history__infoSummary .fs-c-pointSummary dd {
  width: 70%;
  float: left;
  text-align: left; }

.fs-body-my-points .fs-c-listTable > thead {
  background: #e0e0e0; }

.fs-body-my-points .fs-c-listTable {
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2; }

.fs-c-pointListTable td[aria-label="獲得・利用ポイント"] {
  font-size: 14px; }

.fs-body-my-points .fs-c-pointSummary__number::after {
  content: "ポイント";
  display: inline-block; }

/*パスワード変更ページ*/
.fs-body-my-account-password .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-account-password .fs-l-pageMain {
  width: 740px; }

.fs-body-my-account-password .layout_menu {
  padding-right: 10px; }

.fs-body-my-account-password .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-account-password .fs-c-inputTable__headerCell {
  background: #E0E0E0;
  width: 30%;
  border-bottom: 1px solid #B8B8B8;
  font-size: 11.8px; }

.fs-body-my-account-password .fs-c-inputTable__dataCell {
  width: 70%;
  border-bottom: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8; }

.fs-body-my-account-password .fs-c-inputTable {
  border-top: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8; }

.fs-body-my-account-password .fs-c-inputInformation__message {
  margin-top: 15px; }

.fs-body-my-account-password .fs-c-inputInformation__field {
  background: transparent;
  padding: 0; }

.fs-body-my-account-password .fs-c-inputInformation__button {
  margin-top: 15px; }

.fs-body-my-account-password .fs-c-buttonContainer--myPageTop {
  margin-top: 0; }

/*クレジットカードページ*/
.fs-body-my-cards .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-cards .fs-l-pageMain {
  width: 740px; }

.fs-body-my-cards .layout_menu {
  padding-right: 10px; }

.fs-body-my-cards .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-cards .fs-c-inputInformation__message {
  margin-top: 5px;
  margin-bottom: 5px; }

.fs-body-my-cards .fs-c-creditCardList {
  display: block; }

/*レビュー履歴ページ*/
.fs-body-my-reviews .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-reviews .fs-l-pageMain {
  width: 740px; }

.fs-body-my-reviews .layout_menu {
  padding-right: 10px; }

.fs-body-my-reviews .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-reviews .fs-c-noResultMessage {
  border: 1px solid #FF0000;
  text-align: center;
  padding: 5px 2px;
  margin-bottom: 10px;
  background: #FF3300;
  color: #fff; }

.fs-body-my-reviews .fs-c-reviewList__item {
  display: block; }

.fs-body-my-reviews .fs-c-reviewList__item .fs-c-reviewList__item__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.fs-body-my-reviews .fs-c-reviewList__item .fs-c-reviewProduct__image {
  width: 50px;
  margin-right: 5px; }

.fs-body-my-reviews .fs-c-reviewList__item__info.fs-c-reviewInfo {
  margin-left: 65px; }

.fs-body-my-reviews .fs-c-reviewList__item__body.fs-c-reviewBody {
  margin-left: 65px; }

/*お気に入りページ*/
.fs-body-my-wishlist .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-wishlist .fs-l-pageMain {
  width: 740px; }

.fs-body-my-wishlist .layout_menu {
  padding-right: 10px; }

.fs-body-my-wishlist .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-wishlist .fs-c-productList__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fs-body-my-wishlist .fs-c-productList__list__item {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #ddd; }

.fs-body-my-wishlist .fs-c-productListItem__imageContainer {
  width: 60px;
  margin-right: 10px;
  float: left; }

.fs-body-my-wishlist .fs-c-productListItem__viewMoreImageButton {
  display: none; }

.fs-body-my-wishlist .fs-c-productListItem__productName {
  font-size: 14px;
  font-weight: normal; }

.fs-body-my-wishlist .fs-c-productName__name {
  display: inline-block; }

.fs-body-my-wishlist .fs-c-productPrice {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fs-body-my-wishlist .fs-c-price__currencyMark {
  display: none; }

.fs-body-my-wishlist .fs-c-price__value::after {
  content: "円";
  display: inline-block; }

.fs-body-my-wishlist .fs-c-productName__variation {
  display: inline-block; }

.fs-body-my-wishlist .fs-c-aggregateRating {
  margin-left: 70px; }

.fs-body-my-wishlist .fs-c-aggregateRating__rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%; }


.fs-body-my-wishlist .fs-c-productListItem__viewReview {
/*  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin-left: 70px;*/
  display: none;}

.fs-body-my-wishlist .fs-c-productListItem__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--plain {
  background: #1e5d9b;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
  text-decoration: none;}

/*定期申込履歴ページ*/
.fs-body-my-subscriptions .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-subscriptions .fs-l-pageMain {
  width: 740px; }

.fs-body-my-subscriptions .layout_menu {
  padding-right: 10px; }

.fs-body-my-subscriptions .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;

  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-subscriptions .fs-c-noResultMessage {
  border: 1px solid #FF0000;
  text-align: center;
  padding: 5px 2px;
  margin-bottom: 10px;
  background: #FF3300;
  color: #FFFFFF; }

/*定期申込履歴詳細ページ*/
.fs-body-my-subscription-details .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-subscription-details .fs-l-pageMain {
  width: 740px; }

.fs-body-my-subscription-details .layout_menu {
  padding-right: 10px; }

.fs-body-my-subscription-details .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-subscription-details .fs-c-subscriptionDetail__label {
  font-size: 16px; }

.fs-body-my-subscription-details .fs-c-button--standard {
  font-size: 15px; }

.fs-body-my-subscription-details .fs-c-heading--section {
  color: #000; }

/*注文履歴ページ*/
.fs-body-my-orders .fs-l-main, .fs-body-my-orders-details .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-orders .fs-l-pageMain, .fs-body-my-orders-details .fs-l-pageMain {
  width: 740px; }

.fs-body-my-orders .layout_menu, .fs-body-my-orders-details .layout_menu {
  padding-right: 10px; }

.fs-body-my-orders .fs-c-heading--page, .fs-body-my-orders-details .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-my-orders .fs-c-history, .fs-body-my-orders-details .fs-c-history {
  display: block; }

.fs-body-my-orders .fs-c-history__info, .fs-body-my-orders-details .fs-c-history__info {
  background: transparent; }

.fs-body-my-orders .fs-c-noResultMessage {
  border: 1px solid #FF0000;
  text-align: center;
  padding: 5px 2px;
  margin-bottom: 10px;
  background: #FF3300;
  color: #FFFFFF; }

.fs-body-my-orders .fs-c-history__term {
  color: #333; }

/*注文履歴詳細ページ*/
.fs-body-my-orders-details .fs-c-orderDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fs-body-my-orders-details .fs-c-orderDetail__data {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }
  .fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo .fs-c-heading.fs-c-heading--section {
    padding: 0px;
    margin: 20px 0px 5px;
    border-bottom: 2px solid #969696;
    color: #333; }

.fs-body-my-orders-details .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: block; }

.fs-body-my-orders-details .fs-c-orderPerAddressee {
  display: block; }
  .fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-orderTotalInfo {
    width: 60%;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
    .fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-orderTotalInfo .fs-c-orderTotalTable {
      border: 1px solid #b2b2b2; }
      .fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-orderTotalInfo .fs-c-orderTotalTable th {
        background: rgba(126, 126, 126, 0.08); }

.fs-body-my-orders-details .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo .fs-c-orderDetailInfo__orderTotal {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto; }
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable {
    border: 1px solid #b2b2b2; }
    .fs-body-my-orders-details .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable th {
      background: rgba(126, 126, 126, 0.08); }

.fs-body-my-orders-details .fs-c-orderDetailInfo__heading.fs-c-heading.fs-c-heading--section {
  color: #333; }

.fs-body-my-orders-details .fs-c-button--standard {
  font-size: 14px; }

.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  text-align: left;
  color: #333;
  background: transparent;
  font-size: 15px; }

/*お気に入りログインページ*/
.fs-body-wishlist-login .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-wishlist-login .fs-c-loginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs-body-wishlist-login .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-wishlist-login .fs-c-subSection__title {
  font-size: 12px;
  border-bottom: 2px solid #969696;
  padding: 0px;
  margin: 20px 0 5px 0;
  color: #444; }

.fs-body-wishlist-login .fs-c-registeredUsers {
  -ms-flex-preferred-size: calc(50% - 0px);
  flex-basis: calc(50% - 0px);
  width: 50%; }

.fs-body-wishlist-login .fs-c-newUsers {
  margin-left: 15px;
  width: 50%; }

.fs-body-wishlist-login .login_newmember {
  display: none; }

.fs-body-wishlist-login .login_newmember p {
  background: #eee;
  padding: 20px 7px;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 9px;
  font-weight: bold; }

.fs-body-wishlist-login .login_newmember span {
  color: #dd1313;
  letter-spacing: 0.05em;
  font-size: 12.5px; }

.fs-body-wishlist-login .fs-c-inputInformation__field {
  background: transparent;
  padding: 0; }

.fs-body-wishlist-login .fs-c-documentContent {
  text-align: left;
  padding: 0px;
  margin: 0; }

.fs-body-wishlist-login .fs-c-loginForm {
  margin: 0; }

.fs-body-wishlist-login .fs-c-subSection__title {
  margin-top: 10px;
  display: none; }

.fs-body-wishlist-login .fs-c-newUsers.fs-c-subSection .fs-c-subSection__title {
  display: block;
  border-bottom: 2px dotted #DDDDDD; }

/*メールマガジン登録ページ*/
.fs-body-newsletter-subscribe .layout_menu #lConte {
    width: 200px;
    margin-right: 30px;
}
.fs-body-newsletter-subscribe .fs-l-main {
  width: 1020px;
  max-width: 1130px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-newsletter-subscribe .fs-l-pageMain {
  width: 780px; }

.fs-body-newsletter-subscribe .layout_menu {
  padding-right: 0px; }

.fs-body-newsletter-subscribe .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-newsletter-subscribe .area470 {
  background: transparent;
  border: 1px solid #333;
  border-radius: 0; }

.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  background: transparent;
  padding: 16px 0; }

.mail_stop a {
  background: #000;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px; }

/*メールマガジン停止ページ*/
.fs-body-newsletter-unsubscribe .layout_menu #lConte {
    width: 200px;
    margin-right: 30px;
}
.fs-body-newsletter-unsubscribe .fs-l-main {
  width: 1020px;
  max-width: 1130px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-newsletter-unsubscribe .fs-l-pageMain {
  width: 780px; }

.fs-body-newsletter-unsubscribe .layout_menu {
  padding-right: 0px; }

.fs-body-newsletter-unsubscribe .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-newsletter-unsubscribe .area470 {
  background: transparent;
  border: 1px solid #333;
  border-radius: 0; }

.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  background: transparent;
  padding: 16px 0; }

.fs-body-newsletter-unsubscribe .mail_stop a {
  background: #000;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  width: 144px;
  margin: auto;
  display: block; }

/*メールマガジン停止完了ページ*/
.fs-body-newsletter-unsubscribe-sucess .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-newsletter-unsubscribe-sucess .fs-l-pageMain {
  width: 740px; }

.fs-body-newsletter-unsubscribe-sucess .layout_menu {
  padding-right: 10px; }

.fs-body-newsletter-unsubscribe-sucess .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-newsletter-unsubscribe-sucess .fs-c-documentContent {
  text-align: left; }

/*	メールマガジン登録完了ページ*/
.fs-body-newsletter-subscribe-success .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-newsletter-subscribe-success .fs-l-pageMain {
  width: 740px; }

.fs-body-newsletter-subscribe-success .layout_menu {
  padding-right: 10px; }

.fs-body-newsletter-subscribe-success .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-newsletter-subscribe-success .fs-c-documentContent {
  text-align: left; }

/*ページが見つかりませんページ*/
.fs-body-notfound .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-notfound .fs-l-pageMain {
  width: 740px; }

.fs-body-notfound .layout_menu {
  padding-right: 10px; }

.fs-body-notfound .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

/*特定商取引法に基づく表示ページ*/
.fs-body-about-terms .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-about-terms .fs-l-pageMain {
  width: 740px; }

.fs-body-about-terms .layout_menu {
  padding-right: 10px; }

.fs-body-about-terms .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px; }

.fs-body-about-terms .shop_info table {
  margin: 15px auto 0 auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  text-align: left; }

.fs-body-about-terms .shop_info table th {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  font-weight: normal; }

.fs-body-about-terms .shop_info table td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.fs-body-about-terms .shop_info table td img {
  width: auto;
  height: auto;
  max-width: 100%; }

.fs-body-about-terms .userTable_02 {
  display: none; }

.fs-body-about-terms .FS2_bottom_btn_center_1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs-body-about-terms .FS2_bottom_btn_center_1 img {
  width: auto;
  height: auto;
  max-width: 100%; }

/*返品特約についてページ*/
.fs-body-about-returnPolicy .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-about-returnPolicy .fs-l-pageMain {
  width: 740px; }

.fs-body-about-returnPolicy .layout_menu {
  padding-right: 10px; }

.fs-body-about-returnPolicy .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*会員規約についてページ*/
.fs-body-about-memberAgreement .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-about-memberAgreement .fs-l-pageMain {
  width: 740px; }

.fs-body-about-memberAgreement .layout_menu {
  padding-right: 10px; }

.fs-body-about-memberAgreement .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*個人情報取り扱いについてページ*/
.fs-body-about-privacyPolicy .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-about-privacyPolicy .fs-l-pageMain {
  width: 740px; }

.fs-body-about-privacyPolicy .layout_menu {
  padding-right: 10px; }

.fs-body-about-privacyPolicy .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*ポイントについてページ*/
.fs-body-about-points .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-about-points .fs-l-pageMain {
  width: 740px; }

.fs-body-about-points .layout_menu {
  padding-right: 10px; }

.fs-body-about-points .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*送料とお支払い方法についてページ*/
.fs-body-about-shippingPayment .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-about-shippingPayment .fs-l-pageMain {
  width: 740px; }

.fs-body-about-shippingPayment .layout_menu {
  padding-right: 10px; }

.fs-body-about-shippingPayment .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0;
  display: none; }

.fs-body-about-shippingPayment .fs-c-documentColumn__heading {
  font-size: 15px;
  text-align: left;
  color: #444;
  border: none;
  font-weight: bold;
  padding: 0px 0 2px;
  margin: 20px 0px 5px;
  border-bottom: 2px solid #dddddd; }

.fs-body-about-shippingPayment .FS2_Config_Settle {
  padding: 8px; }

.fs-body-about-shippingPayment .fs-c-postageCampaignInfo.fs-c-note {
  display: none; }

.fs-body-about-shippingPayment .FS2_Config_Settle_about .pageTitle {
  font-size: 1.8em;
  font-weight: bold; }

.fs-body-about-shippingPayment .FS2_Config_Settle_about .CrossHead {
  padding: 0px;
  margin: 20px 0 5px 0;
  border-bottom: 2px solid #DDDDDD; }

.fs-body-about-shippingPayment .FS2_Config_Settle_about img {
  width: auto; }

.fs-body-about-shippingPayment .userTable_02 {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  width: 100%;
  margin-bottom: 10px;
  border-color: #b8b8b8; }

.fs-body-about-shippingPayment .userTable_02 th {
  font-weight: normal;
  background: #F6F6F6;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 3px 5px;
  background: #e0e0e0;
  border-color: #b8b8b8; }

.fs-body-about-shippingPayment .userTable_02 td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 3px 5px;
  border-color: #b8b8b8; }

.fs-body-about-shippingPayment .fs-c-documentArticle__heading {
  text-align: left;
  background: transparent;
  color: #444;
  padding: 4px 0px;
  font-weight: bold; }

.fs-body-about-shippingPayment h3.Definition {
  padding: 0px;
  margin: 20px 0 5px 0;
  border-bottom: 2px dotted #DDDDDD;
  border-color: #969696;
  text-align: left;
  font-size: 100%; }


.fs-body-about-shippingPayment .FS2_Config_Settle_tax .pageTitle {
  font-size: 1.8em;
  font-weight: bold; }

.fs-body-about-shippingPayment .fs-c-documentArticle__content {
  margin-top: 0;
  padding: 0; }

.fs-body-about-shippingPayment .fs-c-documentColumn__content {
  padding: 8px 0 0; }

.fs-body-about-shippingPayment .fs-c-creditCardIcons__image {
  width: auto; }

.fs-body-about-shippingPayment .fs-c-note {
  font-size: 100%; }

.fs-body-about-shippingPayment .FS2_bottom_btn_center_1 img {
  width: auto;
  height: auto;
  margin: 10px auto;
  display: block; }

/*レビューログインページ*/
.fs-body-review-login .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-review-login .fs-l-pageMain {
  width: 740px; }

.fs-body-review-login .layout_menu {
  padding-right: 10px; }

.fs-body-review-login .fs-c-loginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs-body-review-login .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-review-login .fs-c-subSection__title {
  font-size: 12px;
  border-bottom: 2px solid #969696;
  padding: 0px;
  margin: 20px 0 5px 0;
  color: #444; }

.fs-body-review-login .fs-c-registeredUsers {
  -ms-flex-preferred-size: calc(50% - 0px);
  flex-basis: calc(50% - 0px);
  width: 50%; }

.fs-body-review-login .fs-c-newUsers {
  margin-left: 15px;
  width: 50%; }

.fs-body-review-login .login_newmember {
  display: none; }

.fs-body-review-login .login_newmember p {
  background: #eee;
  padding: 20px 7px;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 9px;
  font-weight: bold; }

.fs-body-review-login .login_newmember span {
  color: #dd1313;
  letter-spacing: 0.05em;
  font-size: 12.5px; }

.fs-body-review-login .fs-c-inputInformation__field {
  background: transparent;
  padding: 0; }

.fs-body-review-login .fs-c-documentContent {
  text-align: left;
  padding: 0px;
  margin: 0; }

.fs-body-review-login .fs-c-loginForm {
  margin: 0; }

.fs-body-review-login .fs-c-subSection__title {
  margin-top: 10px;
  display: none; }

.fs-body-review-login .fs-c-newUsers.fs-c-subSection .fs-c-subSection__title {
  display: block;
  border-bottom: 2px dotted #DDDDDD; }

.fs-body-review-login .mB10 {
  margin-top: 10px; }

.fs-body-review-login h3.CrossHead {
  font-size: 15px;
  padding: 0px;
  margin: 20px 0px 5px;
  border-bottom: 2px solid #969696;
  text-align: left; }

/*レビューを書くページ*/
.fs-body-review-write .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-review-write .fs-l-pageMain {
  width: 740px; }

.fs-body-review-write .layout_menu {
  padding-right: 10px; }

.fs-body-review-write .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-review-write .fs-c-productReviewed {
  display: block;
  max-width: 100%; }

.fs-body-review-write .fs-c-productReviewed__image {
  width: 50px;
  margin-right: 10px;
  float: left; }

.fs-body-review-write .fs-c-productReviewed__name.fs-c-productName {
  font-size: 14px; }

.fs-body-review-write .fs-c-productReviewed__name.fs-c-productName::after {
  display: block;
  content: "";
  clear: both; }

.fs-body-review-write .fs-c-productReviewed__number {
  display: none; }

.fs-body-review-write .fs-c-productPrice {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 60px; }

.fs-body-review-write .fs-c-productReviewed + .fs-c-aggregateRating {
  max-width: 100%;
  margin-left: 60px; }

.fs-body-review-write .fs-c-reveiwNotes h3 {
  margin-top: 25px;
  text-align: left; }

.fs-body-review-write .fs-c-inputTable--child {
  background: transparent; }

.fs-body-review-write .fs-c-button--primary {
  font-size: 14px;
  background: #000000; }

.fs-body-review-write .fs-c-button--standard {
  font-size: 14px;
  border: none; }

/*レビュー書き込み完了ページ*/
.fs-body-review-success .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-review-success .fs-l-pageMain {
  width: 740px; }

.fs-body-review-success .layout_menu {
  padding-right: 10px; }

.fs-body-review-success .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*商品のレビューページ*/
.fs-body-reviews-product .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-reviews-product .fs-l-pageMain {
  width: 740px; }

.fs-body-reviews-product .layout_menu {
  padding-right: 10px; }

.fs-body-reviews-product .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-reviews-product .fs-c-productReviewed {
  max-width: 100%;
  display: block;
  margin-top: 10px; }

.fs-body-reviews-product .fs-c-productReviewed__image {
  width: 50px;
  float: left; }

.fs-body-reviews-product .fs-c-productName__name {
  font-size: 14px;
  font-weight: bold; }

.fs-body-reviews-product .fs-c-productReviewed__number {
  display: none; }

.fs-body-reviews-product .fs-c-productPrice {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 60px; }

.fs-body-reviews-product .fs-c-productReviewed + .fs-c-aggregateRating {
  max-width: 100%; }

.fs-body-reviews-product .fs-c-listControl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fs-c-reviewList--product .fs-c-reviewList__item {
  display: block; }
  .fs-c-reviewList--product .fs-c-reviewList__item .fs-c-reviewList__item__info.fs-c-reviewInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .fs-c-reviewList--product .fs-c-reviewList__item .fs-c-reviewInfo__reviewer.fs-c-reviewer {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .fs-c-reviewList--product .fs-c-reviewList__item .fs-c-reviewInfo__reviewer.fs-c-reviewer .fs-c-reviewer__name__nickname:after {
      content: "さん";
      display: inline-block; }
  .fs-c-reviewList--product .fs-c-reviewList__item .fs-c-reviewInfo__date {
    width: 50%;
    margin-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

/*会員のレビューページ*/
.fs-body-reviews-reviewer .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-reviews-reviewer .fs-l-pageMain {
  width: 740px; }

.fs-body-reviews-reviewer .layout_menu {
  padding-right: 10px; }

.fs-body-reviews-reviewer .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-reviews-reviewer .fs-c-listControl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fs-body-reviews-reviewer .fs-c-reviewList__item {
  display: block;
  padding: 0px 0 0; }

.fs-body-reviews-reviewer .fs-c-reviewList__item__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .fs-body-reviews-reviewer .fs-c-reviewList__item__product .fs-c-reviewProduct__image.fs-c-productImage {
    width: 50px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0; }
  .fs-body-reviews-reviewer .fs-c-reviewList__item__product .fs-c-reviewProduct__info {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #b8b8b8; }

.fs-body-reviews-reviewer .fs-c-reviewList__item__info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 55px; }

.fs-body-reviews-reviewer .fs-c-reviewList__item__body.fs-c-reviewBody {
  margin-left: 55px; }

/*店舗のレビューページ*/
.fs-body-reviews .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-reviews .fs-l-pageMain {
  width: 740px; }

.fs-body-reviews .layout_menu {
  padding-right: 10px; }

.fs-body-reviews .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-reviews .fs-c-reviewList__item {
  display: block; }

.fs-body-reviews .fs-c-reviewList__item__product.fs-c-reviewProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.fs-body-reviews .fs-c-reviewProduct__image {
  width: 50px;
  margin-right: 10px; }

.fs-body-reviews .fs-c-reviewList__item__info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.fs-body-reviews .fs-c-reviewInfo__reviewer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/*ショッピングカートページ*/
.fs-body-cart .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-cart .fs-l-pageMain {
  width: 710px; }

.fs-body-cart .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-cart .fs-c-wishlistProduct {
  display: none; }

.fs-body-cart .fs-c-featuredProduct__title {
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  padding: 0px;
  margin: 20px 0 5px 0;
  border-bottom: 2px solid #969696;
  margin-bottom: 15px;
  color: #444; }

.fs-body-cart .fs-c-continueShopping img.fs-c-button__image {
  width: auto;
  max-width: 100%;
  height: auto; }

.fs-body-cart .fs-body-cart .fs-c-noResultMessage {
  text-align: left;
  padding: 0;
  background: transparent; }

.fs-body-cart .fs-l-cart__contentsArea {
  display: block; }

.fs-body-cart .fs-c-cartTableContainer {
  border: none;
  border-radius: 0px;
  padding: 0px; }

.fs-body-cart .fs-c-cartTable__unitPrice {
  display: none; }

.fs-body-cart .fs-c-listedProductName__variation {
  font-size: 12px; }

.fs-body-cart .fs-c-cartTable__headerCell {
  background: #B8B8B8;
  font-weight: normal; }

.fs-body-cart .fs-c-cartDiscountInfo__info {
  font-size: 18px;
  color: #FF0000;
  line-height: 120%; }

.fs-body-cart .fs-c-cartDiscountInfo__note {
  font-size: 18px; }

.fs-body-cart .cart_st {
    margin: 35px auto; }

.fs-body-cart .cart_st ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px; }

.fs-body-cart .cart_st li {
  width: 25%;
  text-align: center;
  margin: 0 5px; }

.fs-body-cart .cart_st li img {
  width: 50%; }

.fs-body-cart .cart_st div {
  margin: 10px auto; }

.fs-body-cart .cart_st div span {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #e07070; }

.fs-body-cart .cart_st div p {
  margin: 10px auto;
  color: #525252;
  font-size: 0.9rem; }

  .fs-body-cart .cart-info {
    text-align: center;
    background: #f0f0f0;
    margin: 20px auto;
    padding: 20px 10px;
    font-size: 0.9rem;
    font-weight: bold;
}

.fs-body-cart .cart-info p {
    margin-bottom: 10px;
}

.fs-body-cart .cart-info a {
    color: #3572b0;
}

.fs-body-cart .fs-l-cart__sideColumn {
  border: none;
  padding: 0;
  border-radius: 0; }

.fs-body-cart .fs-c-button--image > img {
  width: 58px;
  height: auto;
  min-width: 58px; }

.fs-body-cart .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--buyItLater {
  display: none; }

.fs-body-cart .fs-c-orderTotalTable {
  width: 50%;
  margin-left: auto;
  border: 1px solid #b2b2b2; }

.fs-body-cart .fs-c-orderTotalTable__mainRow > td {
  font-size: 14px; }

.fs-body-cart .fs-c-orderTotalTable th {
  background: #B8B8B8;
  width: 45%;
  text-align: right; }

.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere img.fs-c-button__image {
  width: 297px;
  height: auto; }

.fs-body-cart .fs-c-purchaseHere.fs-c-cartPayment {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fs-body-cart .fs-c-purchaseHere.fs-c-cartPayment .fs-c-purchaseHere__message {
  width: 52%;
  font-size: 14px; }

.fs-body-cart #fs-checkout-amazon-container .fs-c-payWithAmazon.fs-c-cartPayment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fs-body-cart #fs-checkout-amazon-container .fs-c-payWithAmazon.fs-c-cartPayment .fs-c-payWithAmazon__message {
  width: 56%;
  font-size: 14px; }

.fs-body-cart #fs-checkout-amazon-container .fs-c-payWithAmazon.fs-c-cartPayment .fs-c-payWithAmazon__button.fs-c-cartPayment__button.fs-c-buttonContainer {
  width: 300px; }

.fs-body-cart .FS2_Divider_labelText {
  display: block;
  text-align: center; }

.fs-body-cart .cart_st a {
  display: block;
  text-align: right; }

.fs-body-cart .cart_st a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  padding-right: 5px; }

.fs-body-cart .fs-c-buttonContainer {
  margin-left: auto; }

.fs-body-cart .fs-c-buttonContainer a {
  color: #fff;
  font-size: 14px; }

/*上記割引はお届け先ごとに再計算されます。非表示*/
.fs-body-cart .fs-c-cartDiscountInfo__note li:first-child {
  display: none; }

.fs-body-cart .cart_line_box {
  margin: 40px 0 20px;
  padding: 10px;
  border: 5px solid #eee; }

.fs-body-cart .cart_line_box .fs-c-cartPayment {
  margin-top: 0; }

/*お客様情報入力ページ*/
.fs-body-customerDetails .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-customerDetails .fs-l-pageMain {
  width: 710px; }

.fs-body-customerDetails .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-customerDetails .fs-c-button--primary {
  font-size: 16px; }

/*カートログインページ*/
.fs-body-cart-login .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-cart-login .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-cart-login .fs-c-subSection__title {
  font-size: 12px;
  border-bottom: 2px solid #969696;
  padding: 0px;
  margin: 20px 0 5px 0;
  color: #444; }

.fs-body-cart-login .login_newmember p {
  background: #eee;
  padding: 20px 7px;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 9px;
  font-weight: bold; }

.fs-body-cart-login .login_newmember span {
  color: #dd1313;
  letter-spacing: 0.05em;
  font-size: 12.5px; }

.fs-body-cart-login .fs-c-inputInformation__field {
  background: transparent;
  padding: 0; }

.fs-body-cart-login.fs-c-documentContent {
  text-align: left;
  padding: 0px;
  margin: 0; }

.fs-body-cart-login .fs-c-loginForm {
  margin: 0; }

.fs-body-cart-login .fs-c-newUsers.fs-c-subSection .fs-c-subSection__title {
  display: block;
  border-bottom: 2px solid #969696; }

.fs-body-cart-login .fs-c-anotherLogin__button.fs-c-anotherLogin__button--amazon.fs-c-buttonContainer {
  margin: auto; }

.fs-body-cart-login .fs-c-loginForm {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fs-body-cart-login .fs-c-loginForm .fs-c-registeredUsers.fs-c-subSection {
    width: 49%; }
  .fs-body-cart-login .fs-c-loginForm .fs-c-newUsers.fs-c-subSection {
    width: 49%; }

/*ご注文手続きページ*/
.fs-body-checkout .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkout .fs-l-pageMain {
  width: 940px; }

.fs-body-checkout .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-c-checkout-preview__title {
  text-align: left; }

.fs-body-checkout .fs-l-checkout {
  display: block; }

.fs-body-checkout .fs-l-checkout .fs-l-checkout__mainColumn {
  padding-right: 0; }

.fs-body-checkout .fs-l-checkout .fs-l-checkout__sideColumn {
  width: 940px; }

.fs-c-checkout-customerInfo__name {
  font-size: 22px; }

.fs-c-checkout-destination__name {
  font-size: 22px; }

.fs-c-checkout-delivery__method__title {
  font-size: 20px; }

.fs-c-totalAndActions button:not(.fs-c-button--image) {
  font-size: 22px; }

.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  font-size: 18px; }

.fs-body-checkout .fs-c-button--standard {
  font-size: 16px; }

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link {
  display: none; }

.fs-c-checkout-couponStatus.is-active {
  font-size: 16px; }

.fs-c-checkout-couponStatus {
  font-size: 13px; }

.fs-body-checkout .fs-c-button--standard {
  font-size: 16px; }

.fs-c-checkout-couponStatus.is-inactive {
  font-size: 12px; }

/*ご注文手続き(Amazon) ページ*/
.fs-body-checkout-amazon .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkout-amazon .fs-l-pageMain {
  width: 940px; }

.fs-body-checkout-amazon .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-checkout-amazon .fs-l-checkout {
  display: block; }

.fs-body-checkout-amazon .fs-l-checkout .fs-l-checkout__mainColumn {
  padding-right: 0; }

.fs-body-checkout-amazon .fs-l-checkout .fs-l-checkout__sideColumn {
  width: 940px; }

.fs-c-checkout-paymentMethodInfo__img img {
  height: auto;
  width: 15%; }

.fs-c-modal--medium.fs-c-modal--checkout-buyer .fs-c-button--primary {
  font-size: 16px;
  padding: 0.8em 1.6em 0.6em; }

.fs-c-modal--medium.fs-c-modal--checkout-deliveryMethod .fs-c-button--primary {
  font-size: 16px;
  padding: 0.8em 1.6em 0.6em; }

.fs-c-modal--medium.fs-c-modal--checkout-communication .fs-c-button--primary {
  font-size: 16px;
  padding: 0.8em 1.6em 0.6em; }

.fs-c-modal--medium.fs-c-modal--changeShippingAddress .fs-c-button--primary {
  font-size: 16px;
 padding: 0.8em 1.6em 0.6em; }

/*	お届け先一覧(複数お届け) ページ*/
.fs-body-checkout-multiAddress .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkout-multiAddress .fs-l-pageMain {
  width: 940px; }

.fs-body-checkout-multiAddress .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*	商品数量指定(複数お届け) ページ*/
.fs-body-checkout-multiAddress-products .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkout-multiAddress-products .fs-l-pageMain {
  width: 940px; }

.fs-body-checkout-multiAddress-products .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*	商品数量情報更新(複数お届け) ページ*/
.fs-body-checkout-multiAddress-confirm .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkout-multiAddress-confirm .fs-l-pageMain {
  width: 940px; }

.fs-body-checkout-multiAddress-confirm .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*	配送・包装方法選択(複数お届け) ページ*/
.fs-body-checkout-multiAddress-options .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkout-multiAddress-options .fs-l-pageMain {
  width: 940px; }

.fs-body-checkout-multiAddress-options .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*お申し込み手続きページ*/
.fs-body-checkout-subscribe .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkout-subscribe .fs-l-pageMain {
  width: 940px; }

.fs-body-checkout-subscribe .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-checkout-subscribe .fs-l-checkout {
  display: block; }

.fs-body-checkout-subscribe .fs-l-checkout .fs-l-checkout__mainColumn {
  padding-right: 0; }

.fs-body-checkout-subscribe .fs-l-checkout .fs-l-checkout__sideColumn {
  width: 940px; }

/*ご注文完了ページ*/
.fs-body-checkout-success .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkout-success .fs-l-pageMain {
  width: 940px; }

.fs-body-checkout-success .layout_menu {
  display: none; }

.fs-body-checkout-success .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0;
text-align: center;
background: #f2f0f1;}

.fs-body-checkout-success .change_img {
  margin-top: 40px; }

.fs-body-checkout-success .finish_mv .thx_btm {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0;
  margin-bottom: 30px; }

.fs-body-checkout-success .finish_txt_top {
  text-align: center; }

.fs-body-checkout-success .change_txt {
  text-align: center;
  font-size: 16px;
  margin: 10px 0 50px; }
  .fs-body-checkout-success .change_txt a {
    color: #1b74c8; }

.fs-body-checkout-success .finish_hukidashi {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px; }
  .fs-body-checkout-success .finish_hukidashi span {
    font-weight: bold; }

.finish_enquete a {
  display: block;
  width: 344px;
  background: #dedede;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  margin: 25px auto 0; }

/*お申し込み完了ページ*/
.fs-body-checkoutSubscribe-success .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-checkoutSubscribe-success .fs-l-pageMain {
  width: 710px; }

.fs-body-checkoutSubscribe-success .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*クーポン対象商品一覧ページ*/
.fs-body-couponProduct .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-couponProduct .fs-l-pageMain {
  width: 710px; }

.fs-body-couponProduct .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*クーポン情報ページ*/
.fs-body-my-coupons .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-my-coupons .fs-l-pageMain {
  width: 710px; }

.fs-body-my-coupons .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

.fs-body-my-coupons .fs-c-coupon__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fs-body-my-coupons .fs-c-couponList__item {
  padding: 8px 0;
  border: none; }

.fs-body-my-coupons .fs-c-couponName {
  width: 100%; }

.fs-body-my-coupons .fs-c-couponName__name {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  padding: 2px 0 1px 8px;
  border-left: 3px solid #333; }

.fs-body-my-coupons .fs-c-couponName__discount {
  border: 3px double #999;
  background-color: #f0f0f0;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  color: #f03;
  font-size: 20px; }

.fs-body-my-coupons .fs-c-coupon__description {
  padding-left: 0;
  margin-left: 0;
  border-left: none; }

.fs-body-my-coupons .fs-c-couponExpiration__list__item {
  font-size: 14px; }

.fs-body-my-coupons .fs-c-couponProduct__footer {
  font-size: 16px; }

.fs-body-my-coupons .fs-c-couponAppliedCondition__list__item {
  font-size: 14px; }

.fs-body-my-coupons .fs-c-couponAppliedCondition__title {
  text-align: left; }

.fs-body-my-coupons .fs-c-couponExpiration__title {
  text-align: left; }

.fs-body-my-coupons .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*バンドル商品一覧ページ*/
.fs-body-bundle .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-bundle .fs-l-pageMain {
  width: 710px; }

.fs-body-bundle .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*パスワード認証ページ*/
.fs-body-auth .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-auth .fs-l-pageMain {
  width: 710px; }

.fs-body-auth .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*再入荷お知らせメール停止ページ*/
.fs-body-stockNotification-cancel .fs-l-main {
  width: 940px;
  max-width: 940px;
  margin-top: 9%;
  padding: 8px 0; }

.fs-body-stockNotification-cancel .fs-l-pageMain {
  width: 710px; }

.fs-body-stockNotification-cancel .fs-c-heading--page {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #444;
  margin-top: 10px;
  padding: 0; }

/*定期購入　商品詳細*/
.fs-l-product2 .fs-l-productLayout {
  -ms-grid-columns: calc(34% - 0px / 2) calc(64% - -0px / 2);
  grid-template-columns: calc(34% - 0px / 2) calc(64% - -0px / 2);
  grid-gap: 15px; }

.fs-l-product2 .fs-c-subscriptionPriceTable__price .fs-c-productPrice {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.fs-l-product2 .fs-c-productQuantityAndAction.fs-c-productQuantityAndAction--subscription {
  border: 5px solid #F0F0F0;
  padding: 10px; }

.fs-l-product2 .fs-c-productSalesPeriod {
  border: 1px dotted #B8B8B8;
  background: #E0E0E0; }

.fs-l-product2 .fs-c-productMarks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fs-l-product2 .FS2_ReturnedSpecialContract {
  border: 5px solid #F0F0F0;
  padding: 10px;
  margin: 20px 0; }

/*モーダルカード画像*/
.fs-c-modal.fs-c-modal--checkout-creditCard-add img.fs-c-creditCardIcons__image {
  height: auto;
  max-height: auto;
  max-width: 100%;
  width: auto; }

.fs-c-modal.fs-c-modal--checkout-creditCard-add .fs-c-button--primary {
  font-size: 12px;
  padding: 0.5em 1.6em 0.4em; }

.fs-c-checkout-paymentMethod__body img.fs-c-creditCardIcons__image {
  height: auto;
  max-height: auto;
  max-width: 100%;
  width: auto; }

/*商品説明(大)*/
.fs-p-productDescription.fs-p-productDescription--full p{
    max-width: 980px;
    margin: 80px auto;
    font-family: 'Roboto','Noto Sans JP',sans-serif;
    font-size: 1rem;
    padding: 28px 20px;
    border: solid #333333;
    border-width: 2px 0;
}