@charset "UTF-8";
/*お試し店舗のヘッダを非表示*/
#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 #d3d3d3;
  padding: 9px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  margin: 0;
  @inlcude border-radius(0);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent; }

textarea {
  border: 1px solid #d3d3d3;
  padding: 9px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 1.3rem "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

select {
  border: 1px solid #ededed;
  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: 767px) {
    select {
      font-size: 1.6rem; } }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

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; }

textarea {
  width: 95%; }

ul,
dl,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

li,
dt,
dd {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 1069px) {
  input,
  select,
  textarea {
    font-size: 1.6rem; } }

/* =============================================
 ###　コンテンツエリア
============================================= */
/* ==============================================
 ### システム共通設定
=================================================*/
/* =============================================
	## 見出し
============================================= */
.fs-c-heading--page {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 20px;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .fs-c-heading--page {
      font-size: 3.2rem;
      margin-bottom: 75px; }
      .fs-l-page > .fs-c-heading--page {
        min-width: 1280px; } }

/* =============================================
	## フォームコンポーネント基本設定
============================================= */
.fs-c-inputGroup,
.fs-c-inputGroup--vertical,
.fs-c-inputGroup--inline {
  border: 1px solid #313131;
  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: #898989;
  transition: all 0.5s 0s ease; }

.fs-c-radio__radio + .fs-c-radio__label .fs-c-radio__radioMark {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #898989;
  cursor: pointer; }

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #898989; }

.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; }

/* =============================================
	 # select設定
/============================================= */
.fs-c-dropdown select {
  border-color: #313131; }
.fs-c-dropdown::after {
  border-left: none; }

.fs-c-dropdown__menu {
  border-radius: 0;
  outline: none;
  background: none; }

/* =============================================
	 # ボタン　1列表示
/============================================= */
.fs-c-inputInformation__button {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .fs-c-inputInformation__button {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 100px; } }
  .fs-c-inputInformation__button .fs-c-button--primary,
  .fs-c-inputInformation__button .fs-c-button--standard {
    width: 62%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .fs-c-inputInformation__button .fs-c-button--primary,
      .fs-c-inputInformation__button .fs-c-button--standard {
        width: 228px;
        margin-left: 10px;
        margin-right: 10px; } }

/* =============================================
	 # ボタン　2列表示
============================================= */
.fs-c-buttonContainer--pair {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .fs-c-buttonContainer--pair {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .fs-c-buttonContainer--pair .fs-c-button--primary,
  .fs-c-buttonContainer--pair .fs-c-button--standard {
    width: 48%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .fs-c-buttonContainer--pair .fs-c-button--primary,
      .fs-c-buttonContainer--pair .fs-c-button--standard {
        width: 228px;
        margin-left: 10px;
        margin-right: 10px; } }

/* ==============================================
 ### 商品マーク
=================================================*/
.fs-c-productMarks {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .fs-c-productMarks .fs-c-productMark {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap; }
  .fs-c-productMarks .fs-c-productMark__item {
    margin-right: 5px; }
  .fs-c-productMarks .fs-c-productMark__mark {
    font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    padding: 0; }
    .fs-c-productList .fs-c-productMarks .fs-c-productMark__mark {
      font-size: 1.2rem; }
    .fs-c-productMarks .fs-c-productMark__mark.mark_new {
      color: #cc0000; }
    .fs-c-productMarks .fs-c-productMark__mark.mark_limited {
      color: #768d99; }
    .fs-c-productMarks .fs-c-productMark__mark.mark_noSale {
      color: #898989; }
  .fs-c-productMarks .fs-c-mark--preorder {
    color: #abbd98;
    font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    line-height: 1em; }
    .fs-c-productList .fs-c-productMarks .fs-c-mark--preorder {
      font-size: 1.2rem; }
  .fs-c-productMarks .fs-c-mark--2 {
    font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    line-height: 1em;
    background-color: transparent; }
    .fs-c-productList .fs-c-productMarks .fs-c-mark--2 {
      font-size: 1.2rem; }

/* ==============================================
 ### 商品グループ共通設定
=================================================*/
.fs-c-productList {
  margin-bottom: 50px;
  width: 94.6%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .fs-c-productList {
      width: 1200px;
      margin-bottom: 100px; } }
  .fs-c-productList .fs-c-button--viewProductDetail {
    display: none !important; }

/* ==============================================
	## 商品グループ 会員限定メッセージ
=================================================*/
.fs-c-memberOnlyMessage {
  border: 5px solid #ededed;
  padding: 20px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .fs-c-memberOnlyMessage {
      max-width: 768px;
      margin-left: auto;
      margin-right: auto;
      padding: 30px; } }
  .fs-c-memberOnlyMessage .fs-c-memberOnlyMessage__title {
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: center; }
  .fs-c-memberOnlyMessage .fs-c-button--moveToLogin {
    margin-left: auto;
    margin-right: auto; }

/* ==============================================
	## 並び替え・ページャーパーツ（システムパーツ）
=================================================*/
.fs-c-productList__controller {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #d3d3d3; }
  @media screen and (min-width: 768px) {
    .fs-c-productList__controller {
      margin-bottom: 45px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

/* ==============================================
	 # ページネーション
=================================================*/
.fs-c-pagination {
  display: none; }
  @media screen and (min-width: 768px) {
    .fs-c-pagination {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex; } }
  .fs-c-productList__list + .fs-c-productList__controller .fs-c-pagination {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fs-c-pagination .fs-c-pagination__item {
    flex: 0 1 auto;
    font-size: 1.2rem;
    font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    padding: 10px;
    display: block; }
    .fs-c-pagination .fs-c-pagination__item.is-active {
      border-bottom: 1px solid #000;
      background-color: transparent; }
  .fs-c-pagination .fs-c-pagination__item--next,
  .fs-c-pagination .fs-c-pagination__item--prev {
    background-color: transparent; }
  .fs-c-pagination .fs-c-pagination__item--next {
    text-align: right; }
  .fs-c-pagination .fs-c-pagination__item--prev {
    text-align: left; }
  .fs-c-pagination .fs-c-pagination__item--next::before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "→";
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    color: #000; }
  .fs-c-pagination .fs-c-pagination__item--prev::before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "←";
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    color: #000; }

/* ==============================================
	 # 並べ替えボタン
=================================================*/
.fs-c-sortItems {
  order: 1;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .fs-c-sortItems {
      position: absolute;
      top: 0;
      left: 150px;
      width: 30%; } }
  .fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
    display: none; }
    @media screen and (min-width: 768px) {
      .fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
        display: flex; } }
  .fs-c-sortItems .fs-c-sortItems__label {
    width: 20%;
    font-size: 1.2rem;
    padding-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .fs-c-sortItems .fs-c-sortItems__label {
        width: 6em;
        padding-bottom: 8px; } }
  .fs-c-sortItems .fs-c-sortItems__label:after {
    content: '：'; }
  .fs-c-sortItems .fs-c-sortItems__list {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%; }
    .fs-c-sortItems .fs-c-sortItems__list li {
      width: 33.33%;
      text-align: center;
      padding-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .fs-c-sortItems .fs-c-sortItems__list li {
          padding-bottom: 8px; } }
      .fs-c-sortItems .fs-c-sortItems__list li.is-active {
        border-bottom: 1px solid #000; }
      .fs-c-sortItems .fs-c-sortItems__list li .fs-c-sortItems__list__item__label {
        font-size: 1.2rem; }

/* ==============================================
	 # 件数表示
=================================================*/
.fs-c-listControl {
  text-align: center;
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .fs-c-listControl {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 0; } }
  .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
    display: none; }
    @media screen and (min-width: 768px) {
      .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
        display: block; } }
  .fs-c-listControl .fs-c-listControl__status__total {
    display: inline-block;
    position: relative;
    font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.7rem;
    padding-bottom: 4px; }
    .fs-c-listControl .fs-c-listControl__status__total:after {
      content: '件';
      font-size: 1rem; }
  .fs-c-listControl .fs-c-listControl__status__total__label {
    display: none; }
  .fs-c-listControl .fs-c-listControl__status__indication {
    display: none; }

/* ==============================================
	## 商品一覧（システムパーツグループ）
=================================================*/
.fs-c-productList__list {
  display: -ms-flex;
  display: -webkit-flex;
  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: 768px) {
    .fs-c-productList__list {
      margin-left: -26px;
      border: none;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.fs-c-productList__list__item {
  width: calc(49%);
  position: relative;
  margin: 0;
  padding-top: 30px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .fs-c-productList__list__item {
      width: calc(100%/4 - 26px);
      margin-left: 26px;
      margin-bottom: 40px;
      border: none; } }
  .fs-c-productList__list__item img {
    width: 100%;
    height: auto; }
  .fs-c-productList__list__item .fs-c-productMarks {
    position: absolute;
    top: 0;
    left: 5px; }
  .fs-c-productList__list__item .ctm_product_discount-rate {
    text-align: center; }

/* ==============================================
	## 商品画像・拡大パーツ（システムパーツ）
=================================================*/
.fs-c-productListItem__imageContainer {
  margin-bottom: 10px; }

/* ==============================================
	## 商品名パーツ（システムパーツ
=================================================*/
.fs-c-productListItem__productName {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .fs-c-productListItem__productName {
      margin-bottom: 20px; } }
  .fs-c-productListItem__productName a {
    color: #000; }
  .fs-c-productListItem__productName span {
    display: block;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .fs-c-productListItem__productName span {
        line-height: 1.5; } }
  .fs-c-productListItem__productName .fs-c-productName__copy {
    color: #313131;
    font-size: 1.1rem;
    margin-bottom: 1em; }

.fs-c-productListItem__viewMoreImageButton {
  display: none; }

.fs-c-productName__name {
  line-height: 1.6em; }

/*----------------------------------------------
	## 商品価格パーツ（システムパーツ）
------------------------------------------------*/
.fs-c-productListItem__prices {
  display: block;
  text-align: center; }
  .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main__price {
    text-decoration: line-through;
    color: #898989; }
  .fs-c-productListItem__prices .fs-c-productPrice--listed + .fs-c-productPrice--selling {
    color: #cc0000; }
  .fs-c-productListItem__prices .fs-c-productPrice--selling,
  .fs-c-productListItem__prices .fs-c-productPrice--preorder {
    color: #898989; }
  .fs-c-productListItem__prices .fs-c-productPrice__addon {
    font-size: 1.1rem; }

.ctm_product_discount-rate {
  position: relative;
  margin-left: 10px; }
  .ctm_product_discount-rate span {
    padding: 2px;
    background-color: #cc0000;
    color: #fff;
    font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.2rem;
    line-height: 1; }

.fs-c-productListItem__productDescription {
  display: none; }

.fs-c-productList__list .fs-c-button--subscribeToArrivalNotice--list {
  display: none; }

.fs-c-productListItem__outOfStock {
  text-align: center;
  color: #cc0000;
  border: 1px solid #cc0000;
  padding: 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 20px; }

.fs-c-productListItem__control .fs-c-button--particular {
  display: block;
  z-index: 10;
  position: absolute;
  left: 5px;
  top: 35px; }

.fs-c-button--viewProductDetail {
  display: none !important; }

.fs-c-button--removeFromWishList--icon {
  background-image: url(https://dscstore.itembox.design/item/img/common/favdone_itemdetail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 16px;
  text-indent: -9999em; }
  @media screen and (min-width: 768px) {
    .fs-c-button--removeFromWishList--icon {
      width: 20px;
      height: 20px; } }

.fs-c-button--addToWishList--icon {
  background-image: url(https://dscstore.itembox.design/item/img/common/fav_itemdetail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 16px;
  text-indent: -9999em; }
  @media screen and (min-width: 768px) {
    .fs-c-button--addToWishList--icon {
      width: 20px;
      height: 20px; } }

.fs-c-button--subscribeToArrivalNotice--list {
  width: 100%; }

/*----------------------------------------------
	## 予約コメントパーツ（システムパーツ）
------------------------------------------------*/
.fs-c-productListItem__preorderMessage {
  color: red;
  text-align: center;
  margin-bottom: 10px;
  display: none; }

/*----------------------------------------------
	## 販売期間表示（システムパーツ）
------------------------------------------------*/
.fs-c-productListItem__salesPeriodNotice {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem; }

.fs-c-productListItem__salesPeriod {
  border: 1px dotted #d3d3d3;
  padding: 5px;
  text-align: center;
  font-size: 1.2rem;
  display: none; }
  .fs-c-productList__list .fs-c-productListItem__salesPeriod {
    margin-top: 10px; }
  .fs-c-productListItem__salesPeriod dt {
    text-align: center;
    font-weight: bold; }

.fs-c-productListItem__lowInStock {
  display: none; }

/* ==============================================
	## 商品グループ表示（システムパーツ
=================================================*/
.fs-c-subgroup {
  margin-bottom: 30px; }
  .fs-c-subgroup .fs-c-listControl {
    display: none; }
  .fs-c-subgroup .fs-c-subgroupList {
    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-left: -7px; }
    @media screen and (min-width: 768px) {
      .fs-c-subgroup .fs-c-subgroupList {
        margin-left: 15px; } }
    .fs-c-subgroup .fs-c-subgroupList li {
      margin-left: 7px;
      margin-bottom: 7px; }
      @media screen and (min-width: 768px) {
        .fs-c-subgroup .fs-c-subgroupList li {
          margin-left: 15px;
          margin-bottom: 15px; } }
      .fs-c-subgroup .fs-c-subgroupList li a {
        display: block;
        padding: 10px 20px;
        border: 1px solid #000;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px; }
        @media screen and (min-width: 768px) {
          .fs-c-subgroup .fs-c-subgroupList li a {
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            border-radius: 30px; } }

/* ==============================================
	## ショッピングカートパーツ（システムパーツ）
=================================================*/
@media screen and (min-width: 768px) {
  .fs-c-cartTableContainer {
    margin-bottom: 30px; } }

.fs-c-listedProductName__name {
  color: #000; }

.fs-c-noResultMessage {
  margin-bottom: 30px;
  text-align: center;
  width: 100%; }

.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
  display: inline-block;
  content: attr(data-cell-label);
  font-weight: normal;
  font-size: 1.4rem;
  margin-right: 8px;
  min-width: 2em; }

.fs-c-cartTable {
  border-top: 1px solid #d3d3d3;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .fs-c-cartTable {
      border: none;
      margin-bottom: 0; }
      .fs-c-cartTable thead tr {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px;
        background-color: #f0f0f0; } }
  .fs-c-cartTable > thead {
    display: none; }
    @media screen and (min-width: 768px) {
      .fs-c-cartTable > thead {
        display: none; } }

.fs-c-cartTable__row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .fs-c-cartTable__row {
      width: 100%;
      border: none;
      position: relative;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      padding: 20px 10px 10px 60%;
      margin-bottom: 30px;
      border: 1px solid #d3d3d3; } }

.fs-c-cartTable__dataCell {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  .fs-c-cartTable__dataCell:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .fs-c-cartTable__dataCell {
      border: none;
      margin-bottom: 0; } }

.fs-c-cartTable__headerCell {
  display: none; }

@media screen and (min-width: 768px) {
  .fs-c-cartTable__dataCell--product {
    width: 55%;
    position: absolute;
    top: 20px;
    left: 20px; } }

.fs-c-cartTable__dataCell--action {
  width: 100%; }

.fs-c-cartTable__product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fs-c-cartTable__productImage {
  width: 100px; }
  .fs-c-cartTable__productImage .fs-c-productImage__image {
    width: 100%; }
  .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    padding: 0; }

.fs-c-cartTable__productName {
  margin-bottom: 10px;
  font-weight: bold; }

.fs-c-cartTable__unitPrice {
  text-align: right; }
  .fs-c-cartTable__unitPrice .fs-c-priceDisplay {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
    font-size: 1.1rem; }

.fs-c-price {
  display: inline-block; }

.fs-c-productPrice--member .fs-c-productPrice__main__label {
  color: #cc0000;
  border: 1px solid #cc0000;
  padding: 3px 5px;
  margin-top: 10px;
  margin-bottom: 5px; }
.fs-c-productPrice--member .fs-c-productPrice__main__price {
  color: #cc0000; }

.fs-c-cartTable__dataCell--quantity {
  border-bottom: 1px solid #d3d3d3;
  padding: 10px; }
  .fs-c-cartTable__dataCell--quantity:before {
    content: attr(data-cell-label);
    display: inline-flex; }

.fs-c-cartTable__dataCell--subtotal {
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px; }
  .fs-c-cartTable__dataCell--subtotal span.fs-c-price__value:after {
    content: " 税込";
    font-size: 1.1rem; }

.fs-c-cartTable__dataCell--point {
  margin-bottom: 20px;
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px; }

@media screen and (min-width: 768px) {
  .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-reviewStars::before {
  color: #000; }

/* ==============================================
	## 合計金額表示エリア（システムパーツ）
=================================================*/
.fs-c-totalAndActions .fs-c-checkout-preview__title {
  border-bottom: none;
  padding-top: 20px; }

.fs-c-orderTotalTable {
  border: none;
  width: 100%;
  margin-bottom: 40px; }
  .fs-c-orderTotalTable th,
  .fs-c-orderTotalTable td {
    border: none;
    border-bottom: 1px solid #D2D2D2;
    font-weight: normal;
    font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
    @media screen and (min-width: 768px) {
      .fs-c-orderTotalTable th,
      .fs-c-orderTotalTable td {
        font-weight: bold; } }
  .fs-c-orderTotalTable .fs-c-orderTotalTable__mainRow td {
    color: #cc0000; }

.fs-c-orderTotalTable > tbody > tr > th {
  text-align: left;
  padding: 20px;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .fs-c-orderTotalTable > tbody > tr > th {
      padding: 20px 0; } }

.fs-c-orderTotalTable > tbody > tr > td {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .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 #d3d3d3;
    display: inline-block;
    margin: 3px 10px; }

/* ==============================================
	## Amazon購入エリア（システムパーツ）
=================================================*/
#fs-checkout-amazon-container {
  text-align: left;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #fs-checkout-amazon-container {
      border: none;
      padding: 0;
      margin-left: 0;
      margin-right: 0; } }

.fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  margin-bottom: 25px;
  line-height: 1.7; }
  .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.4rem; }
.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; }

/* ==============================================
 ### 401 ショッピングカート
=================================================*/
/* ==============================================
	## カート上部コメント
=================================================*/
.ctm_cart_note {
  padding: 10px;
  margin-bottom: 30px;
  border: 5px solid #ededed; }
  @media screen and (min-width: 768px) {
    .ctm_cart_note {
      padding: 20px 100px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (min-width: 768px) {
  .fs-l-cart__contentsArea {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

.fs-l-cart__mainColumn {
  margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .fs-l-cart__mainColumn {
      width: 63%; } }

.fs-l-cart__sideColumn {
  background-color: #f4f4f3;
  padding: 10px; }
  .fs-l-cart__sideColumn .fs-c-purchaseHere {
    margin-left: 18px;
    margin-right: 18px; }
    @media screen and (min-width: 768px) {
      .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: 768px) {
    .fs-l-cart__sideColumn {
      width: 35%;
      background-color: #f6f6f6;
      padding: 20px; }
      .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: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 768px) {
  .fs-c-cartTable__dataCell--product {
    display: block; } }
.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  width: 75%;
  margin-left: 10px; }

.fs-c-cartTable__dataCell--quantity .fs-c-quantity {
  float: none;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .fs-c-cartTable__dataCell--quantity .fs-c-quantity {
      width: 50px;
      max-width: 50px; } }

.fs-c-cartTable__actionButton {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media screen and (min-width: 768px) {
    .fs-c-cartTable__actionButton {
      justify-content: flex-start; } }
  .fs-c-cartTable__actionButton > div {
    margin-left: 10px;
    margin-right: 10px; }
    .fs-c-cartTable__actionButton > div:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .fs-c-cartTable__actionButton > div {
        margin-left: 0;
        margin-right: 10px; } }
  .fs-c-cartTable__actionButton button {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .fs-c-cartTable__actionButton button {
        margin-bottom: 10px; } }

.fs-c-cartDiscountInfo--postage {
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    .fs-c-cartDiscountInfo--postage {
      margin-left: 0;
      margin-right: 0; } }

.fs-c-productListItem__control form {
  width: 100%;
  margin-top: 10px; }

.fs-c-wishlistProduct__footer {
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .fs-c-wishlistProduct__footer {
      width: 1200px;
      margin: 0 auto; } }

/* ==============================================
	## FutureShop購入エリア（システムパーツ）
=================================================*/
.fs-c-purchaseHere__message {
  text-align: center;
  margin: 0 auto 10px; }

.fs-c-cartPayment__button {
  margin: 0 auto 30px; }

@media screen and (min-width: 768px) and (max-width: 1068px) {
  .fs-body-cart .fs-c-button--loginAndPurchase {
    width: 100%; } }

.fs-c-continueShopping {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    .fs-c-continueShopping {
      margin: 0; } }

/* ==============================================
 ### 402 ショッピングカートログイン
=================================================*/
@media screen and (min-width: 768px) {
  .fs-c-fsLogin .fs-c-inputField__field {
    width: 320px; } }

.fs-c-defaultUsers {
  padding: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #d3d3d3; }
  @media screen and (min-width: 768px) {
    .fs-c-defaultUsers {
      width: 768px;
      margin: 0 auto 50px;
      padding: 50px; } }

.fs-c-newUsers {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3; }
  @media screen and (min-width: 768px) {
    .fs-c-newUsers {
      width: 768px;
      margin: 0 auto 30px;
      padding: 50px; } }

.fs-c-newUsers__message {
  margin-bottom: 30px;
  text-align: center; }

.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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .fs-c-inputInformation {
      margin-bottom: 60px; } }

.fs-c-inputInformation__field {
  margin-bottom: 20px; }

.fs-c-inputTable {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .fs-c-inputTable {
      border-top: 1px solid #D2D2D2; } }
  .fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .fs-c-inputTable tr {
        display: table-row;
        border-bottom: 1px solid #D2D2D2; } }
  .fs-c-inputTable .fs-c-inputTable__headerCell {
    text-align: left;
    padding: 10px;
    display: block;
    font-weight: bold;
    background-color: #f0f0f0; }
    @media screen and (min-width: 768px) {
      .fs-c-inputTable .fs-c-inputTable__headerCell {
        display: table-cell;
        width: 30%;
        padding: 20px;
        background-color: transparent; } }
    .fs-c-inputTable .fs-c-inputTable__headerCell label {
      font-weight: bold;
      margin-bottom: 0; }
  .fs-c-inputTable .fs-c-inputTable__dataCell {
    padding: 10px 20px;
    margin-bottom: 10px;
    display: block; }
    @media screen and (min-width: 768px) {
      .fs-c-inputTable .fs-c-inputTable__dataCell {
        display: table-cell;
        width: 70%;
        padding: 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 {
      border: 1px solid #313131;
      background-color: #fff; }
  @media screen and (min-width: 768px) {
    .fs-c-inputTable .fs-c-dropdown {
      width: 20em; } }

@media screen and (min-width: 768px) {
  .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media screen and (min-width: 768px) {
  .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"] {
  border: 1px solid #d3d3d3;
  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;
  background-color: #f6f6f6;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .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;
  text-align: center; }

.fs-c-guestPurchase {
  margin: 0 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .fs-c-guestPurchase {
      margin: 0 auto 50px; } }

.ctm_cart_login-note {
  text-align: center;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .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; }

/* ==============================================
 ### 403 お客様情報入力
=================================================*/
.fs-c-agreementConfirmation {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #313131; }
  .fs-c-agreementConfirmation a {
    text-decoration: underline; }

.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__password {
  margin-bottom: 30px; }

.fs-c-agreementConfirmation__addon {
  margin-left: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .fs-c-agreementConfirmation__addon {
      width: 300px; } }

.fs-c-button--next,
.fs-c-button--registerAndContinue {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .fs-c-button--next,
    .fs-c-button--registerAndContinue {
      width: 300px;
      margin-left: auto;
      margin-right: auto; } }

input[type="checkbox"].fs-c-checkbox__checkbox {
  display: none; }

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #fff;
  border-color: #9e9e9e;
  color: #000;
  transition: all 0.5s 0s ease; }

.fs-c-checkbox__checkMark::before {
  color: #000;
  top: 2px;
  left: 2px; }

.fs-c-suggestedAddress__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #f6f6f6; }
  .fs-c-suggestedAddress__list li {
    padding: 15px; }

.agreementConfirmation-merit {
  padding: 0 15px 10px;
  background-color: #f0f0f0; }
  @media screen and (min-width: 768px) {
    .agreementConfirmation-merit {
      padding: 0 30px 20px; } }
  .agreementConfirmation-merit .ttl {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #cc0000;
    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-privacyPolicyAgreeField {
  border-top: 1px solid #D2D2D2;
  padding: 20px; }
  .fs-c-privacyPolicyAgreeField .fs-c-inputField__field {
    text-align: center; }
  .fs-c-privacyPolicyAgreeField a {
    text-decoration: underline; }

/* ==============================================
 ### 406 ご注文手続き(単数)
=================================================*/
@media screen and (min-width: 768px) {
  .ctm_cart-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    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; }
    @media screen and (min-width: 768px) {
      .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; }
    @media screen and (min-width: 768px) {
      .fs-c-checkout-destination__body .fs-c-checkout-destination__button {
        margin-left: 20px; } }
    .fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
      margin: 0;
      margin-bottom: 15px;
      min-width: 100px; }
      @media screen and (min-width: 768px) {
        .fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
          margin-bottom: 0; } }

@media screen and (min-width: 768px) and (max-width: 768px) {
  .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: 768px) {
    .checkoutWrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.fs-l-checkout__mainColumn {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .fs-l-checkout__mainColumn {
      width: 63%;
      border-left: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3;
      margin-bottom: 0; } }

.fs-l-checkout__sideColumn {
  width: 100%;
  padding: 20px;
  background-color: #f6f6f6; }
  @media screen and (min-width: 768px) {
    .fs-l-checkout__sideColumn {
      width: 35%;
      position: sticky;
      top: 76px; }
      .fs-l-checkout__sideColumn .fs-c-button--continueShopping {
        margin-left: auto;
        margin-right: auto; } }

.fs-l-checkout__mainColumn > div > div {
  border-bottom: 1px solid #d3d3d3;
  padding: 20px; }
  .fs-l-checkout__mainColumn > div > div.fs-c-checkout-widgets__message {
    border: none;
    padding: 0; }

.fs-c-checkout-preview__title {
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 15px; }

/*お客様の情報*/
.fs-c-checkout-customerInfo {
  margin-bottom: 20px; }
  .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
    margin-bottom: 20px;
    font-size: 1.4rem; }
  .fs-c-checkout-customerInfo li {
    margin-bottom: 5px; }
    .fs-c-checkout-customerInfo li rt {
      font-size: 1.4rem; }

/*お届け先情報*/
.fs-c-checkout-destination .fs-c-checkout-destination__name {
  font-size: 1.4rem; }
.fs-c-checkout-destination li rt {
  font-size: 1.4rem; }

/*お届け先変更　モーダル*/
.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: 768px) {
      .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
        overflow: hidden;
        *zoom: 1; } }
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__data__address {
      margin-bottom: 20px; }
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end; }
      .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control button {
        margin-left: 10px;
        margin-right: 10px;
        width: 100px;
        background-color: #545454;
        color: #fff;
        padding: 8px 0; }
      @media screen and (min-width: 768px) {
        .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
          float: right; } }
  @media screen and (min-width: 768px) {
    .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
      width: 70%; } }

/*お支払い方法*/
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable {
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  width: 100%; }
  .fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable thead th {
    background-color: #f0f0f0;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 5px; }
  .fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable td {
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 5px; }

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  width: 100%;
  margin: 10px auto; }
  @media screen and (min-width: 768px) {
    .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
      width: auto;
      margin: 0; } }

.fs-c-creditCardIcons {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap; }
  .fs-c-creditCardIcons li {
    margin-left: 10px; }

/*お届け先*/
.fs-c-checkout-destination__list {
  margin-bottom: 20px; }
  .fs-c-checkout-destination__list .fs-c-checkout-destination__name {
    margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .fs-c-checkout-destination__destination {
    display: block; } }

.fs-c-checkout-destination__button {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .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-bottom: none;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__row {
        border: 1px solid #d3d3d3; } }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
    display: table-cell;
    padding: 10px;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
        white-space: nowrap; } }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell,
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
    margin-bottom: 0;
    padding: 10px; }
  @media screen and (min-width: 768px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell {
      width: inherit; } }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell:last-of-type {
    border: none; }
  @media screen and (min-width: 768px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--product {
      position: relative;
      top: auto;
      left: auto; } }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    padding: 10px; }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    padding: 10px; }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__message--preorder {
    font-size: 1.1rem;
    padding: 5px; }
  @media screen and (min-width: 768px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productName {
      margin-bottom: 10px;
      padding: 5px; } }
  @media screen and (min-width: 768px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productInfo {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-priceDisplay {
      font-size: 1.4rem; } }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    width: 100%; }
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    width: 100%; }
.fs-c-checkout-preview .fs-c-confirmOrder {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    .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 #d3d3d3; }
.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: 768px) {
  .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: #cc0000; }
.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #ffffff;
  font-size: 1.2rem;
  width: 100%;
  height: auto;
  max-width: 100%;
  white-space: normal;
  padding: 10px 0; }
  .fs-c-checkout-couponInfo .fs-c-checkout-couponStatus.is-inactive {
    color: #898989; }
  @media screen and (min-width: 768px) {
    .fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
      width: 314px; } }

/* ==============================================
 ### 415 注文完了
=================================================*/
.fs-c-checkoutSuccess {
  margin: 0 18px; }
  @media screen and (min-width: 768px) {
    .fs-c-checkoutSuccess {
      margin: 0;
      width: 100%; } }
  .fs-c-checkoutSuccess h2 {
    text-align: center;
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .fs-c-checkoutSuccess p {
      text-align: center; } }

/* ==============================================
 ### 412 amazon ペイ
=================================================*/
.fs-body-checkout-amazon .fs-c-checkout-loginGuidance {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding: 20px; }
.fs-body-checkout-amazon .fs-c-checkout-loginGuidance__message {
  text-align: center;
  margin-bottom: 20px; }
.fs-body-checkout-amazon .fs-c-checkout-preview {
  padding: 20px 0 0; }
  .fs-body-checkout-amazon .fs-c-checkout-preview .fs-c-checkout-preview__body {
    padding: 20px; }
.fs-body-checkout-amazon #fs-amazonPaymentInfo-container {
  margin-bottom: 20px; }
@media screen and (min-width: 768px) {
  .fs-body-checkout-amazon .fs-c-agreementConfirmation {
    padding: 10px 0; } }
@media screen and (min-width: 768px) {
  .fs-body-checkout-amazon .fs-c-agreementConfirmation .fs-c-agreementConfirmation__addon {
    width: 100%; } }

/* ==============================================
 ### 503 マイページ
=================================================*/
.fs-body-my-top .ctm_logoutBtn {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2; }
  .fs-body-my-top .ctm_logoutBtn a {
    display: block;
    font-size: 1.3rem;
    padding: 20px 10px;
    position: relative; }
    .fs-body-my-top .ctm_logoutBtn a:after {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      border-top: 1px solid #9e9e9e;
      border-right: 1px solid #9e9e9e;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      right: 10px;
      margin-top: -4px; }

.ctm_mypage-member-status {
  border: 5px solid #ededed;
  text-align: center;
  margin-bottom: 50px;
  padding: 20px; }
  .ctm_mypage-member-status .member-total-points {
    margin-bottom: 10px; }
  .ctm_mypage-member-status .member-total-points-value {
    font-weight: bold;
    display: inline-block; }
  .ctm_mypage-member-status .member-stage-value {
    font-weight: bold;
    display: inline-block; }

.fs-c-accountService {
  border-top: 1px solid #D2D2D2; }
  .fs-c-accountService li {
    border-bottom: 1px solid #D2D2D2; }
    .fs-c-accountService li a {
      display: block;
      font-size: 1.3rem;
      padding: 20px 10px;
      position: relative; }
      .fs-c-accountService li a:after {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        border-top: 1px solid #9e9e9e;
        border-right: 1px solid #9e9e9e;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        right: 10px;
        margin-top: -4px; }

/* ==============================================
	## お気に入りリストに入っている商品
=================================================*/
.fs-c-featuredProduct {
  margin-bottom: 50px;
  padding-left: 2.7%; }
  @media screen and (min-width: 768px) {
    .fs-c-featuredProduct {
      margin-bottom: 80px;
      max-width: 1200px;
      padding: 0;
      margin-left: auto;
      margin-right: auto; } }
  .fs-c-featuredProduct .fs-c-button--addToCart--list {
    display: none; }
  .fs-c-featuredProduct .fs-c-button--viewProductDetail {
    display: none; }

.fs-c-featuredProduct__header {
  margin-top: 50px; }

.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .fs-c-featuredProduct__title,
    .fs-c-wishlistProduct__title {
      font-size: 2.5rem;
      text-align: center;
      margin-bottom: 30px; } }

/* ==============================================
 ### 516 お気に入り
=================================================*/
@media screen and (min-width: 768px) {
  .fs-c-wishList {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

/* ==============================================
 ### お気に入りパーツ（システムパーツ
=================================================*/
.fs-c-wishlistProduct {
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .fs-c-wishlistProduct {
      padding-top: 100px;
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box; } }
  .fs-c-wishlistProduct .fs-c-productListItem__salesPeriod {
    display: none; }

/* ==============================================
 ### システムスライダー設定
=================================================*/
.fs-c-productListCarousel {
  width: 100%;
  display: block;
  padding: 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .fs-c-wishlistProduct .fs-c-productListCarousel {
      margin-left: auto;
      margin-right: auto; } }
  .fs-c-productListCarousel .fs-c-productListCarousel__list__item {
    position: relative; }
    .fs-c-productListCarousel .fs-c-productListCarousel__list__item .seal-preorder {
      width: 70px;
      height: 16px;
      right: 5px; }
      @media screen and (min-width: 768px) {
        .fs-c-productListCarousel .fs-c-productListCarousel__list__item .seal-preorder {
          width: 120px;
          height: 27px;
          right: 0; } }
    .fs-c-productListCarousel .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--particular {
      top: 5px; }
  .fs-c-productListCarousel .fs-c-button--addToCart--list {
    width: 70%;
    padding: 5px;
    margin: 0 auto;
    color: #fff;
    display: none;
    background-color: #cc0000;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
    .fs-c-productListCarousel .fs-c-button--addToCart--list:hover {
      text-decoration: none;
      transition: all .3s ease-out; }

.fs-c-button--carousel {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px; }
  @media screen and (min-width: 768px) {
    .fs-c-button--carousel {
      width: 22px;
      height: 22px; } }
  .fs-c-button--carousel:before {
    content: '';
    display: inline-block;
    border: solid #9e9e9e;
    border-width: 0 0 1px 1px;
    padding: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 8px; }
    @media screen and (min-width: 1069px) {
      .fs-c-button--carousel:before {
        top: 9px;
        width: 15px;
        height: 15px; } }
  .fs-c-button--carousel.fs-c-button--carousel--prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px; }
    @media screen and (min-width: 1069px) {
      .fs-c-button--carousel.fs-c-button--carousel--prev:before {
        left: 9px; } }
  .fs-c-button--carousel.fs-c-button--carousel--next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 8px; }
    @media screen and (min-width: 1069px) {
      .fs-c-button--carousel.fs-c-button--carousel--next:before {
        right: 9px; } }

.fs-c-productListCarousel__ctrl {
  flex-basis: 20px;
  min-width: 20px; }
  @media screen and (min-width: 768px) {
    .fs-c-productListCarousel__ctrl {
      flex-basis: 22px;
      min-width: 22px; } }

.fs-c-productListCarousel__ctrl--prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10000; }
  @media screen and (min-width: 768px) {
    .fs-c-productListCarousel__ctrl--prev {
      left: -30px; } }

.fs-c-button--carousel--prev {
  position: relative; }
  .fs-c-button--carousel--prev .fs-c-button__label {
    display: none; }

.fs-c-productListCarousel__ctrl--next {
  position: absolute;
  top: 50%;
  right: 0; }
  @media screen and (min-width: 768px) {
    .fs-c-productListCarousel__ctrl--next {
      right: -30px; } }

.fs-c-button--carousel--next {
  position: relative; }
  .fs-c-button--carousel--next .fs-c-button__label {
    display: none; }

.fs-c-productListItem__control form {
  width: 100%;
  margin-top: 10px; }

.fs-c-button--removeFromWishList--icon {
  top: 5px;
  right: 5px; }

.fs-c-productListCarousel__list__item {
  flex-basis: 160px;
  max-width: 160px;
  min-width: 160px;
  margin: 0 10px 0 0; }
  @media screen and (min-width: 768px) {
    .fs-c-productListCarousel__list__item {
      flex-basis: 180px;
      max-width: 180px;
      min-width: 180px; } }
  @media screen and (min-width: 768px) and (max-width: 768px) {
    .fs-c-productListCarousel__list__item {
      width: 100%; } }
  .fs-c-productListCarousel__list__item .fs-c-productImage__image {
    width: 100%; }

/* ==============================================
 ### 505 注文履歴詳細
=================================================*/
.fs-body-my-orders {
  /**/ }
  @media screen and (min-width: 768px) {
    .fs-body-my-orders .fs-c-history {
      overflow: hidden;
      *zoom: 1; } }
  .fs-body-my-orders .fs-c-history__termCtrl {
    padding: 10px; }
  .fs-body-my-orders .fs-c-history__info {
    border: 1px solid #d3d3d3;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .fs-body-my-orders .fs-c-history__info {
        width: 33%;
        float: right; } }
  .fs-body-my-orders .fs-c-history__infoSummary {
    margin-top: 20px; }
  .fs-body-my-orders .fs-c-history__total {
    margin-top: 20px; }
    .fs-body-my-orders .fs-c-history__total dt {
      border-top: 1px solid #9e9e9e;
      padding: 15px;
      font-weight: bold; }
    .fs-body-my-orders .fs-c-history__total dd {
      border-top: 1px solid #9e9e9e;
      text-align: right;
      padding: 15px; }
  .fs-body-my-orders .fs-c-history__term {
    text-align: center; }
  .fs-body-my-orders .fs-c-pairList {
    grid-column-gap: 0;
    grid-row-gap: 0; }
  .fs-body-my-orders .fs-c-pairList > dt::after {
    display: none; }
  .fs-body-my-orders .fs-c-history__listContainer {
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .fs-body-my-orders .fs-c-history__listContainer {
        width: 65%;
        float: left; } }
  .fs-body-my-orders .fs-c-listControl {
    border-bottom: 1px solid #000;
    padding: 5px;
    text-align: right; }
  .fs-body-my-orders .fs-c-orderHistory {
    margin-bottom: 30px; }
  .fs-body-my-orders .fs-c-orderHistoryItem {
    border: 1px solid #d3d3d3;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .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: 768px) {
      .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 #d3d3d3;
      padding: 15px 5px;
      background-color: #f6f6f6; }
      @media screen and (min-width: 768px) {
        .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: 768px) {
          .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: 768px) {
      .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: 768px) {
      .fs-body-my-orders .fs-c-orderHistoryItem__header__button {
        padding: 0 20px; } }
  .fs-body-my-orders .fs-c-orderHistoryItem__body {
    border-top: 1px solid #d3d3d3; }
  .fs-body-my-orders .fs-c-orderHistoryItem__product {
    padding: 20px;
    border-bottom: 1px solid #d3d3d3; }
    .fs-body-my-orders .fs-c-orderHistoryItem__product:last-of-type {
      border: none; }
    @media screen and (min-width: 768px) {
      .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: 768px) {
        .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: 768px) {
      .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: 768px) {
      .fs-body-my-orders .fs-c-orderHistoryItem__productName {
        width: 40%;
        text-align: left; } }
  @media screen and (min-width: 768px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
      width: 20%; } }
  .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .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: 768px) {
      .fs-body-my-orders .fs-c-orderHistoryItem__button {
        width: 25%;
        padding: 10px 0; } }

@media screen and (min-width: 768px) {
  .my-orders-article {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: none;
    max-width: none; } }

/* ==============================================
 ### 505【original】注文履歴詳細
=================================================*/
.fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px; }
  @media screen and (min-width: 768px) {
    .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.4rem; }
  @media screen and (min-width: 768px) {
    .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: 768px) {
    .fs-body-my-orders-details .fs-c-orderDetail__data {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 50px; } }
.fs-body-my-orders-details .fs-c-orderDetailList {
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  @inlcude clearfix; }
  .fs-body-my-orders-details .fs-c-orderDetailList dt {
    float: left;
    width: 8em;
    clear: both;
    margin: 0;
    padding: 10px;
    background-color: #f6f6f6;
    border-top: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e; }
  .fs-body-my-orders-details .fs-c-orderDetailList dd {
    margin: 0;
    margin-left: 8em;
    padding: 10px;
    border-top: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e; }
.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
  margin-bottom: 50px; }
@media screen and (min-width: 768px) {
  .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: 768px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
      padding: 20px;
      margin-bottom: 30px; } }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
    font-weight: bold;
    margin-bottom: 5px; }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
    margin: 0;
    margin-bottom: 10px; }
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
  margin-bottom: 0;
  display: block; }
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
  margin-bottom: 0;
  padding: 20px;
  display: block; }
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
  margin-bottom: 0;
  padding: 20px;
  display: block; }
@media screen and (min-width: 768px) {
  .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: 768px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
      float: right;
      width: 32%;
      margin: 0;
      border: 1px solid #d3d3d3;
      padding: 0 20px 20px; } }
.fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
  font-size: 1.5rem; }
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
      overflow: hidden;
      *zoom: 1; } }
  @media screen and (min-width: 768px) {
    .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: 768px) {
      .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
        float: right;
        width: 32%;
        margin: 0;
        border: 1px solid #d3d3d3;
        padding: 0 20px 20px; } }
.fs-body-my-orders-details .fs-c-deliveryInfoList {
  margin-left: 10px;
  margin-right: 10px; }
.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin: 10px;
  margin-left: 10px;
  width: calc(100% - 20px); }
  @media screen and (min-width: 768px) {
    .fs-body-my-orders-details .fs-c-orderPaymentTable {
      width: 100%;
      margin: 0; } }

/* ==============================================
 ### 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: 768px) {
    .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; }
.fs-body-my-addressbook .fs-c-addressBookList__list {
  margin-bottom: 50px;
  width: 100%; }
  .fs-body-my-addressbook .fs-c-addressBookList__list tr {
    border-bottom: 1px solid #d3d3d3; }
  .fs-body-my-addressbook .fs-c-addressBookList__list td {
    padding: 10px;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .fs-body-my-addressbook .fs-c-addressBookList__list td {
        border-bottom: 1px solid #d3d3d3; } }
    @media screen and (min-width: 768px) {
      .fs-body-my-addressbook .fs-c-addressBookList__list td:first-child {
        white-space: nowrap;
        width: 20%; } }
  .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .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; }

.fs-c-inputInformation__message {
  text-align: center;
  background-color: #f0f0f0;
  padding: 20px;
  margin-bottom: 30px; }
  .fs-c-inputInformation__message p {
    text-align: center; }
  .fs-c-inputInformation__message .fs-c-orderedList li {
    text-align: left; }

/* =============================================================================
 ### 514【original】レビュー履歴
============================================================================= */
.fs-c-history {
  margin-bottom: 50px; }

.fs-body-my-reviews .fs-c-history {
  margin-bottom: 50px; }
.fs-body-my-reviews .fs-c-listControl {
  padding: 10px;
  border-bottom: 1px solid #000; }

.fs-c-reviewList {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  list-style-type: none;
  border-top: 1px solid #d3d3d3; }
  .fs-c-reviewList li.fs-c-reviewList__item {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px; }
    @media screen and (min-width: 768px) {
      .fs-c-reviewList li.fs-c-reviewList__item > div {
        display: table-cell;
        vertical-align: middle;
        padding: 10px; } }
    .fs-c-reviewList li.fs-c-reviewList__item .fs-c-productImage__image {
      width: 100%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
    .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body {
      margin: 20px 0; }
  .fs-c-reviewList .fs-c-button--editReview {
    font-size: 1.4rem;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .fs-c-reviewList .fs-c-button--editReview {
        width: 200px; } }
  .fs-c-reviewList .fs-c-reviewList__item__product {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .fs-c-reviewList .fs-c-reviewList__item__product {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media screen and (min-width: 768px) {
    .fs-c-reviewList .fs-c-reviewList__item__product {
      width: 30%; } }
  @media screen and (min-width: 768px) {
    .fs-c-reviewList .fs-c-reviewList__item__info {
      width: 20%; } }
  @media screen and (min-width: 768px) {
    .fs-c-reviewList .fs-c-reviewList__item__body {
      width: 50%; } }
  .fs-c-reviewList .fs-c-productName {
    font-size: 1.6rem;
    font-weight: bold; }
  .fs-c-reviewList .fs-c-reviewRating {
    margin-bottom: 10px; }
  .fs-c-reviewList .fs-c-reviewInfo__date {
    margin-bottom: 10px; }
    .fs-c-reviewList .fs-c-reviewInfo__date dt {
      float: left;
      clear: both; }
    .fs-c-reviewList .fs-c-reviewInfo__date dd {
      margin-left: 4em; }

/* ==============================================
 ### 509 パスワード変更
=================================================*/
@media screen and (min-width: 768px) {
  .fs-body-my-account-password .fs-c-inputField {
    width: 320px; } }

/* =============================================================================
 ### 513 ポイント履歴
============================================================================= */
.fs-body-my-points .fs-c-history__info {
  margin-bottom: 50px; }
.fs-body-my-points .fs-c-listControl {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  text-align: right; }
.fs-body-my-points .fs-c-pointSummary {
  background-color: #f6f6f6;
  padding: 10px 20px 20px;
  border: 1px solid #d3d3d3;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .fs-body-my-points .fs-c-pointSummary {
      width: 500px;
      margin: 0 auto;
      padding: 50px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .fs-body-my-points .fs-c-pointSummary dt {
    width: 60%;
    padding: 10px;
    border-bottom: 1px solid #ededed; }
  .fs-body-my-points .fs-c-pointSummary dd {
    width: 40%;
    margin: 0;
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #ededed; }
  .fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--availablePoint {
    font-size: 1.5rem; }
  .fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
    font-size: 1.8rem;
    font-weight: bold;
    color: #cc0000; }
  .fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--limitedPoint {
    text-align: right; }
.fs-body-my-points .fs-c-dropdown {
  margin-bottom: 30px;
  width: 50%; }
  @media screen and (min-width: 768px) {
    .fs-body-my-points .fs-c-dropdown {
      width: 30%; } }
  .fs-body-my-points .fs-c-dropdown::after {
    border-left: 1px solid #ededed; }
.fs-body-my-points .fs-c-pointListTable {
  width: 100%;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .fs-body-my-points .fs-c-pointListTable {
      border-collapse: collapse;
      border-top: 1px solid #d3d3d3;
      border-left: 1px solid #d3d3d3; } }
  @media screen and (min-width: 768px) {
    .fs-body-my-points .fs-c-pointListTable th {
      padding: 10px;
      background-color: #f6f6f6;
      border-bottom: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3; } }
  .fs-body-my-points .fs-c-pointListTable td {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #d3d3d3; }
    @media screen and (min-width: 768px) {
      .fs-body-my-points .fs-c-pointListTable td {
        border-right: 1px solid #d3d3d3;
        vertical-align: middle; } }
  .fs-body-my-points .fs-c-pointListTable + .fs-c-listControl {
    border-top: 1px solid #000;
    border-bottom: none; }

/* ==============================================
 ### 516 お気に入り
=================================================*/
.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-wishList__message {
  margin-bottom: 30px;
  text-align: center; }

/* ==============================================
 ### 601 会員登録
=================================================*/
@media screen and (min-width: 768px) {
  .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-c-memberPolicyAgreeField {
  text-align: center;
  padding: 20px; }
  .fs-c-memberPolicyAgreeField a {
    text-decoration: underline; }

/* ==============================================
 ### 602 会員登録完了
=================================================*/
/**会員登録完了表示*/
.fs-c-registerSuccessMessage {
  margin-bottom: 40px; }

/* ==============================================
 ### 603 パスワード再設定
=================================================*/
@media screen and (min-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputField {
    width: 320px; } }
.fs-body-forgotPassword .fs-c-inputInformation__message .fs-c-orderedList {
  margin: 0; }
@media screen and (min-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation__message {
    text-align: center; } }

/* ==============================================
 ### 604 新しいパスワードの登録
=================================================*/
@media screen and (min-width: 768px) {
  .fs-body-resetPassword .fs-c-inputField {
    width: 320px; } }

/* ==============================================
 ###　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%; }
  @media screen and (min-width: 768px) {
    .fs-c-modal__inner {
      width: 70%; } }
  .fs-c-modal__inner.is-warning {
    border: 2px solid #f6d342; }
    .fs-c-modal__inner.is-warning .fs-c-modal__header {
      background: #f6d342;
      color: #ffffff; }
    .fs-c-modal__inner.is-warning .fs-c-modal__close {
      color: #ffffff; }

.fs-c-modal__header {
  display: block;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  padding: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .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;
    line-height: 1; }
  .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: 768px) {
    .fs-c-modal__contents {
      padding: 10px 0; } }
  .fs-c-modal__contents .fs-c-inputTable .fs-c-inputTable__dataCell {
    padding-left: 0;
    padding-right: 0; }
  .fs-c-modal__contents .fs-c-inputTable__headerCell + .fs-c-inputTable__dataCell {
    width: 70%; }
  .fs-c-modal__contents .fs-c-inputTable__dataCell {
    width: 100%; }
    .fs-c-modal__contents .fs-c-inputTable__dataCell textarea {
      width: 100%;
      height: 8em; }
  .fs-c-modal__contents #fs_input_phoneNumber {
    width: auto; }
  .fs-c-modal__contents .fs-c-buttonContainer--pair {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .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; }
    .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--cancel {
      margin-left: 10px;
      margin-right: 10px; }

.fs-c-modal--checkout-point .fs-c-checkout-usePoint__lead {
  margin-bottom: 20px; }
.fs-c-modal--checkout-point .fs-c-checkout-pointSettingList {
  margin-bottom: 20px; }

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__body > * {
  margin: 0 0 30px; }
.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__title {
  font-weight: bold;
  font-size: 1.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: 768px) {
      .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: 768px) {
    .fs-c-modal__title {
      font-size: 1.6rem; } }

.fs-c-modal__close::before {
  font-size: 2em;
  padding: 5px;
  background-color: #000;
  top: 5px;
  color: #fff; }

/*----------------------------------------------
	## 商品詳細 2重価格追加
------------------------------------------------*/
.fs-c-productMarks .fs-c-productMark__mark.icon_sale {
  background-color: #cc0000;
  font-size: 1.4rem;
  margin-left: 26px; }
  @media screen and (min-width: 768px) {
    .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: 768px) {
    .fs-body-search .refineSearch-section {
      top: 80px;
      margin-bottom: 0; } }

/* ==============================================
 ### 518 クーポン情報
=================================================*/
.fs-body-my-coupons .fs-c-coupon__image {
  margin-top: 30px;
  margin-bottom: 30px; }
.fs-body-my-coupons .fs-c-couponList__item {
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .fs-body-my-coupons .fs-c-couponList__item:last-of-type {
    margin-bottom: 0; }
.fs-body-my-coupons .fs-c-coupon__name {
  border: 5px solid #f6f6f6;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px; }
.fs-body-my-coupons .fs-c-couponName__name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .fs-body-my-coupons .fs-c-couponName__name {
      font-size: 2.3rem; } }
.fs-body-my-coupons .fs-c-couponName__discount {
  text-align: center;
  border: 1px solid #cc0000;
  padding: 5px;
  color: #cc0000; }
  @media screen and (min-width: 768px) {
    .fs-body-my-coupons .fs-c-couponName__discount {
      font-size: 2.1rem;
      font-weight: bold; } }
.fs-body-my-coupons .fs-c-coupon__description {
  border-top: 1px solid #d3d3d3; }
  .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
        font-size: 1.8rem; } }
  .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
        font-size: 1.8rem; } }
.fs-body-my-coupons .fs-c-coupon__description__expiration {
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 0;
  margin-bottom: 30px; }
.fs-body-my-coupons .fs-c-couponExpiration__list__item {
  margin-bottom: 10px; }
  .fs-body-my-coupons .fs-c-couponExpiration__list__item:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .fs-body-my-coupons .fs-c-couponExpiration__list__item {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
.fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
  border: 1px solid #000;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
      margin-right: 10px;
      width: auto; } }
.fs-body-my-coupons .fs-c-coupon__description__appliedCondition {
  padding: 20px 0;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  margin-top: 30px;
  margin-bottom: 30px; }
.fs-body-my-coupons .fs-c-couponExpiration__notice,
.fs-body-my-coupons .fs-c-couponAppliedCondition__notice {
  color: #cc0000; }

/* ==============================================
 ### 701 メールマガジン登録
=================================================*/
@media screen and (min-width: 768px) {
  .fs-body-newsletter-subscribe .fs-c-inputTable__dataCell .fs-c-inputField__field {
    width: 380px; } }
.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: 768px) {
    .fs-c-documentContent {
      margin: 0 auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (min-width: 768px) and (max-width: 1068px) {
    .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; }

/* ==============================================
 ### 711 パスワード認証
=================================================*/
@media screen and (min-width: 768px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell .fs-c-inputField__field {
    width: 380px; } }

/* ==============================================
 ### 703 メールマガジン停止
=================================================*/
.fs-body-auth .fs-c-inputField {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto; }

/* ==============================================
 ### 902【original】ページが見つかりません
=================================================*/
.notfound-content {
  padding-top: 50px;
  text-align: center; }
  .notfound-content .notFound__heading_1 {
    font-size: 1.8rem;
    display: block;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .notfound-content .notFound__heading_1 {
        font-size: 2.3rem; } }
  .notfound-content .notFound__heading_2 {
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .notfound-content .notFound__heading_2 {
        font-size: 1.8rem; } }
  .notfound-content .notFound__message {
    margin-left: 18px;
    margin-right: 18px; }

/* ==============================================
 ### 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 .maintenance {
    text-align: center;
    max-width: 100vw; }
  .ctm_system_maintenace .maintenance__heading {
    display: block;
    margin-bottom: 24px; }

/* ==============================================
 ### 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 #d3d3d3;
  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: 768px) {
    .fs-body-my-cards .fs-c-creditCardListItem .fs-c-button--delete {
      width: 228px; } }

/* ==============================================
 ### 613 LINE ID連携完了
=================================================*/
.fs-c-lineIdLinkCompleteMessage {
  margin-bottom: 30px; }
