@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 #c5cccd;
  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: #333;
  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 #777;
  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: #333;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select {
  border: 1px solid #c5cccd;
  padding: 6px;
  outline: none;
  font-size: 13px;
  color: #555;
  margin: 0;
  max-width: 100%;
  background: #fff;
  cursor: pointer;
  -webkit-padding-end: 30px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
@media screen and (min-width: 599px) {
  select {
    font-size: 1.6rem;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="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: 1241px) {
  input,
  select,
  textarea {
    font-size: 1.6rem;
  }
}

/* =============================================
 ###　コンテンツエリア
============================================= */
/* ==============================================
 ### システム共通設定
=================================================*/
@media screen and (min-width: 1241px) {
  .fs-l-page {
    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;
  }
}

/* =============================================
	## 見出し
============================================= */
.fs-c-heading--page {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .fs-c-heading--page {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}

/* =============================================
	## フォームコンポーネント基本設定
============================================= */
.fs-c-inputGroup,
.fs-c-inputGroup--vertical,
.fs-c-inputGroup--inline {
  border: 1px solid #8d8d8d;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: stretch;
  min-height: 1.8em;
  position: relative;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #3c59a4;
  transition: all 0.5s 0s ease;
}

.fs-c-radio__radio + .fs-c-radio__label .fs-c-radio__radioMark {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #3c59a4;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border-top: none;
  font-size: 1.2rem;
}

/* =============================================
	 # select設定
/============================================= */
.fs-c-dropdown select {
  border-color: #8d8d8d;
}
.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .fs-c-inputInformation__button {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
.fs-c-inputInformation__button > div {
  width: 88%;
}
@media screen and (min-width: 600px) {
  .fs-c-inputInformation__button > div {
    max-width: 325px;
  }
}
.fs-c-inputInformation__button .fs-c-button--confirmRegister {
  width: 88%;
}
@media screen and (min-width: 600px) {
  .fs-c-inputInformation__button .fs-c-button--confirmRegister {
    max-width: 325px;
  }
}
.fs-c-inputInformation__button .fs-c-button--primary,
.fs-c-inputInformation__button .fs-c-button--standard {
  width: 100%;
  margin: 0 auto;
}

/* =============================================
	 # ボタン　2列表示
============================================= */
.fs-c-buttonContainer--pair {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .fs-c-buttonContainer--pair {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fs-c-buttonContainer--pair .fs-c-button--primary,
.fs-c-buttonContainer--pair .fs-c-button--standard {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.fs-c-buttonContainer--pair .fs-c-button--primary:last-child,
.fs-c-buttonContainer--pair .fs-c-button--standard:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-buttonContainer--pair .fs-c-button--primary,
  .fs-c-buttonContainer--pair .fs-c-button--standard {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    max-width: 325px;
  }
}

/* ==============================================
 ### 商品マーク
=================================================*/
.fs-c-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 {
  padding: 0 8px 0 0;
  position: relative;
  margin-right: 8px;
}
.fs-c-productMarks .fs-c-productMark__item::after {
  content: '';
  border-left: 1px solid #9e9e9e;
  width: 1;
  height: 12px;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
.fs-c-productMarks .fs-c-productMark__item:last-of-type::after {
  display: none;
}
.fs-c-productMarks .fs-c-productMark__mark {
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.2rem;
  padding: 4px 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: #6a83c1;
}
.fs-c-productMarks .fs-c-productMark__mark.mark_sale {
  color: #af0b00;
}
.fs-c-productMarks .fs-c-productMark__mark.mark_AIRY {
  color: #53bfb9;
}
.fs-c-productMarks .fs-c-productMark__mark.mark_RESTOCK {
  color: #ffaf59;
}
.fs-c-productMarks .fs-c-mark--preorder {
  color: #abbd98;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 4px 0;
  display: none;
}
.fs-c-productList .fs-c-productMarks .fs-c-mark--preorder {
  font-size: 1.2rem;
}
.fs-c-productMarks .fs-c-mark--2 {
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.2rem;
  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: 1000px) {
  .fs-c-productList {
    width: 1000px;
    margin-bottom: 100px;
  }
}
.fs-c-productList .fs-c-button--viewProductDetail {
  display: none !important;
}

/* ==============================================
	## 商品グループ 会員限定メッセージ
=================================================*/
.fs-c-memberOnlyMessage {
  border: 5px solid #c5cccd;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-c-memberOnlyMessage {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
}
.fs-c-memberOnlyMessage .fs-c-memberOnlyMessage__title {
  font-size: 1.2rem;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 600px) {
  .fs-c-productList__controller {
    margin-bottom: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* ==============================================
	 # ページネーション
=================================================*/
.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.3rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 10px;
  display: block;
  color: #333;
}
.fs-c-pagination .fs-c-pagination__item.is-active {
  color: #8d8d8d;
  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: 1.3rem;
  line-height: 1;
  color: #333;
}
.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: #333;
}

/* ==============================================
	 # 並べ替えボタン
=================================================*/
.fs-c-sortItems {
  order: 1;
  width: 36.5%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .fs-c-sortItems {
    width: 160px;
  }
}
.fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
  display: none;
}
.fs-c-sortItems .fs-c-sortItems__label {
  border: 1px solid #333;
  font-size: 1.2rem;
  display: flex;
  padding: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -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-sortItems .fs-c-sortItems__label::before {
  content: '';
  width: 18px;
  height: 12px;
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_sort.png);
  background-size: contain;
  margin-right: 1em;
}
.fs-c-sortItems .fs-c-sortItems__label:after {
  content: '';
  width: 9px;
  height: 9px;
  border-top: 1px solid #8d8d8d;
  border-left: 1px solid #8d8d8d;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 1em;
}
.fs-c-sortItems .fs-c-sortItems__label.open:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 5px;
}
.fs-c-sortItems .fs-c-sortItems__list {
  display: none;
  border: 1px solid #8d8d8d;
  border-top: none;
  position: absolute;
  z-index: 11;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-c-sortItems .fs-c-sortItems__list {
    width: 160px;
  }
}
.fs-c-sortItems .fs-c-sortItems__list li {
  text-align: center;
}
.fs-c-sortItems .fs-c-sortItems__list li a,
.fs-c-sortItems .fs-c-sortItems__list li span {
  display: block;
  padding: 8px 0;
}
.fs-c-sortItems .fs-c-sortItems__list li a:hover {
  background-color: #f3f3f3;
  opacity: 1;
}
.fs-c-sortItems .fs-c-sortItems__list li.is-active {
  border-bottom: none;
}
.fs-c-sortItems .fs-c-sortItems__list li.is-active span {
  background-color: #f3f3f3;
}
.fs-c-sortItems .fs-c-sortItems__list li .fs-c-sortItems__list__item__label {
  font-size: 1.2rem;
}

/* ==============================================
	 # 件数表示
=================================================*/
.fs-c-listControl {
  width: 63%;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .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: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.7rem;
  padding-bottom: 4px;
}
@media screen and (min-width: 600px) {
  .fs-c-listControl .fs-c-listControl__status__total {
    font-size: 1.4rem;
  }
}
.fs-c-listControl .fs-c-listControl__status__total:after {
  content: 'ITEMS';
  font-size: 1rem;
  padding-left: 5px;
}
.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: 600px) {
  .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: 600px) {
  .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_discount-rate {
  color: #af0b00;
  font-weight: 500;
  font-size: 1rem;
}

/* ==============================================
	## 商品画像・拡大パーツ（システムパーツ）
=================================================*/
.fs-c-productListItem__imageContainer {
  margin-bottom: 10px;
}

/* ==============================================
	## 商品名パーツ（システムパーツ
=================================================*/
.fs-c-productListItem__productName {
  margin: 0;
  font-size: 1.3rem;
  margin-bottom: 13px;
}
@media screen and (min-width: 600px) {
  .fs-c-productListItem__productName {
    margin-bottom: 20px;
  }
}
.fs-c-productListItem__productName a {
  color: #333;
}
.fs-c-productListItem__productName span {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .fs-c-productListItem__productName span {
    line-height: 1.5;
  }
}
.fs-c-productListItem__productName .fs-c-productName__copy {
  color: #8d8d8d;
  font-size: 1rem;
  margin-bottom: 10px;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productName__name {
  line-height: 1.6em;
}

/*----------------------------------------------
	## 商品価格パーツ（システムパーツ）
------------------------------------------------*/
.fs-c-productListItem__prices {
  display: block;
}
.fs-c-productListItem__prices .fs-c-productPrice--listed {
  display: none;
}
.fs-c-productListItem__prices .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #af0b00;
}
.fs-c-productListItem__prices .fs-c-productPrice--selling,
.fs-c-productListItem__prices .fs-c-productPrice--preorder {
  color: #333;
  font-weight: 500;
}
.fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productListItem__prices .fs-c-productPrice__addon {
  font-size: 1.1rem;
  display: none;
}

.ctm_product_discount-rate {
  position: relative;
  margin-left: 10px;
}
.ctm_product_discount-rate span {
  padding: 2px;
  background-color: #af0b00;
  color: #fff;
  font-family: "Spartan", "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: #af0b00;
  border: 1px solid #af0b00;
  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://yanuk.itembox.design/item/img/common/heart_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
@media screen and (min-width: 600px) {
  .fs-c-button--removeFromWishList--icon {
    width: 20px;
    height: 20px;
  }
}

.fs-c-button--addToWishList--icon {
  background-image: url(https://yanuk.itembox.design/item/img/common/fav_itemdetail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
}
@media screen and (min-width: 600px) {
  .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 #777;
  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;
  padding-left: 2.6%;
  padding-right: 2.6%;
}
@media screen and (min-width: 600px) {
  .fs-c-subgroup {
    padding: 0;
  }
}
.fs-c-subgroup .fs-c-listControl__status__total {
  display: none;
}
.fs-c-subgroup .fs-c-subgroupList {
  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: 600px) {
  .fs-c-subgroup .fs-c-subgroupList {
    margin-left: -26px;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.fs-c-subgroup .fs-c-subgroupList li {
  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: 600px) {
  .fs-c-subgroup .fs-c-subgroupList li {
    width: calc(100%/4 - 26px);
    margin-left: 26px;
    margin-bottom: 40px;
    border: none;
  }
}
.fs-c-subgroup .fs-c-subgroupList li img {
  width: 100%;
  height: auto;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__image {
  margin-bottom: 10px;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__label {
  display: none;
}

/* ==============================================
	## ショッピングカートパーツ（システムパーツ）
=================================================*/
.fs-c-cartTableContainer {
  padding-left: 2.6%;
  padding-right: 2.6%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTableContainer {
    margin-bottom: 30px;
    padding: 0;
  }
}

.fs-c-listedProductName__name {
  color: #333;
}

.fs-c-noResultMessage {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
  content: attr(data-cell-label);
  font-weight: normal;
  font-size: 1.2rem;
  min-width: 2em;
}

.fs-c-cartTable {
  border-top: 1px solid #cbcbcb;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable {
    margin-bottom: 0;
  }
  .fs-c-cartTable thead tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    background-color: #f0f0f0;
  }
}
.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 #cbcbcb;
  padding: 20px 0;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__row {
    width: 100%;
    position: relative;
  }
}

.fs-c-cartTable__dataCell {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.fs-c-cartTable__dataCell:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__dataCell {
    border: none;
    margin-bottom: 0;
  }
}

.fs-c-cartTable__headerCell {
  display: none;
}

@media screen and (min-width: 600px) {
  .fs-c-cartTable__dataCell--product {
    width: 61%;
  }
}

.fs-c-cartTable__product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.fs-c-cartTable__productImage {
  width: 100px;
}
.fs-c-cartTable__productImage .fs-c-productImage__image {
  width: 100%;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding: 0;
}

@media screen and (min-width: 600px) {
  .fs-c-cartTable__productName {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 600px) {
  .fs-c-listedProductName__variation,
  .fs-c-listedProductName__selection {
    font-size: 1.4rem;
  }
}

.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: #252d42;
  border: 1px solid #252d42;
  padding: 3px 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  font-size: 1.4rem;
}
.fs-c-productPrice--member .fs-c-productPrice__main__price {
  color: #252d42;
}

.fs-c-cartTable__dataCell--quantity:before {
  content: attr(data-cell-label);
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__dataCell--quantity {
    width: auto;
    order: 2;
  }
}

.fs-c-cartTable__dataCell--subtotal {
  display: none !important;
}
.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value:after {
  content: " 税込";
  font-size: 1.1rem;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__dataCell--subtotal {
    width: auto;
  }
}

.fs-c-cartTable__dataCell--point {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__dataCell--point {
    width: auto;
    margin-bottom: 0;
    order: 1;
  }
}

.fs-c-cartTable__dataCell--action {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__dataCell--action {
    order: 3;
  }
}

@media screen and (min-width: 600px) {
  .fs-c-cartTable__actionButton {
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  .fs-c-cartTable__price {
    display: inline-block;
    white-space: nowrap;
  }
}

.fs-c-cartTable__dataCell--review {
  text-align: right;
}

.fs-c-deliveryInfoList dt {
  background-color: #c8c8c8;
  padding: 10px;
}
.fs-c-deliveryInfoList dd {
  padding: 10px;
  background-color: #fff;
}

.fs-c-orderPaymentTable {
  width: 100%;
}
.fs-c-orderPaymentTable th {
  text-align: left;
  padding: 10px;
  background-color: #c8c8c8;
  width: 50%;
  font-weight: normal;
}
.fs-c-orderPaymentTable td {
  background-color: #fff;
  padding: 10px;
}

/*----------------------------------------------
	#レビュー★色
------------------------------------------------*/
.fs-c-reviewStars::before {
  color: #333;
}

/* ==============================================
	## 合計金額表示エリア（システムパーツ）
=================================================*/
.fs-c-totalAndActions .fs-c-checkout-preview__title {
  border-bottom: none;
  padding-top: 20px;
}

.fs-c-orderTotalTable {
  border: none;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .fs-c-orderTotalTable {
    margin-bottom: 30px;
  }
}
.fs-c-orderTotalTable th,
.fs-c-orderTotalTable td {
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-weight: normal;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .fs-c-orderTotalTable th,
  .fs-c-orderTotalTable td {
    font-weight: bold;
  }
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__mainRow td {
  color: #252d42;
}

.fs-c-orderTotalTable > tbody > tr > th {
  text-align: left;
  padding: 15px 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .fs-c-orderTotalTable > tbody > tr > th {
    padding: 20px 0;
  }
}

.fs-c-orderTotalTable > tbody > tr > td {
  padding: 15px 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .fs-c-orderTotalTable > tbody > tr > td {
    padding: 20px 0;
  }
}

/* ==============================================
	## A 【ctm】<システム>cart-payment-devider
=================================================*/
.cart-payment-devider {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.cart-payment-devider:before, .cart-payment-devider:after {
  width: 5em;
  content: '';
  border-top: 1px solid #777;
  display: inline-block;
  margin: 3px 10px;
}

/* ==============================================
	## Amazon購入エリア（システムパーツ）
=================================================*/
#fs-checkout-amazon-container {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  #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;
}
@media screen and (min-width: 600px) {
  .fs-c-payWithAmazon .fs-c-payWithAmazon__message {
    font-size: 1.2rem;
  }
}
.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.2rem;
}
.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 #c5cccd;
}
@media screen and (min-width: 600px) {
  .ctm_cart_note {
    padding: 20px 100px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 600px) {
  .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;
  }
}

.fs-l-cart__mainColumn {
  margin-bottom: 35px;
}
@media screen and (min-width: 600px) {
  .fs-l-cart__mainColumn {
    width: 65%;
  }
}

/* ==============================================
	## 総合計エリア（システムパーツグループ）
=================================================*/
.fs-l-cart__sideColumn {
  background-color: #f3f3f3;
  padding: 25px;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-l-cart__sideColumn {
    width: 30%;
    background-color: #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
  }
  .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: 600px) {
  .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: 600px) {
  .fs-c-cartTable__dataCell--quantity .fs-c-quantity {
    width: 50px;
    max-width: 50px;
  }
}

.fs-c-cartTable__actionButton {
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__actionButton {
    justify-content: flex-start;
  }
}
.fs-c-cartTable__actionButton > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__actionButton > div {
    margin-left: 0;
    margin-right: 10px;
  }
}
.fs-c-cartTable__actionButton button {
  text-align: right;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTable__actionButton button {
    margin-bottom: 10px;
  }
}

.fs-c-cartBundleInfo {
  padding: 0 0 20px;
  margin-left: 2.6%;
  margin-right: 2.6%;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (min-width: 600px) {
  .fs-c-cartBundleInfo {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
  }
}

.fs-c-cartBundleInfo__title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-c-cartBundleInfo__title {
    font-size: 1.4rem;
  }
}

.fs-c-cartBundleInfo__list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.fs-c-cartBundleInfo__list li {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-c-cartBundleInfo__list li {
    width: 223px;
    margin-right: 10px;
  }
}
.fs-c-cartBundleInfo__list li a {
  display: block;
  border: 1px solid #666;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  width: 100%;
  color: #666;
  line-height: 1em;
}
@media screen and (min-width: 600px) {
  .fs-c-cartBundleInfo__list li a {
    padding: 15px 0;
  }
}
.fs-c-cartBundleInfo__list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.fs-c-cartDiscountInfo--postage {
  margin-bottom: 30px;
  padding-left: 2.6%;
  padding-right: 2.6%;
}
@media screen and (min-width: 600px) {
  .fs-c-cartDiscountInfo--postage {
    padding: 0;
  }
}

.fs-c-cartDiscountInfo__body {
  border: 3px solid #af0b00;
  color: #af0b00;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .fs-c-cartDiscountInfo__body {
    width: 223px;
    font-size: 1.4rem;
  }
}

.fs-c-cartDiscountInfo__note {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .fs-c-cartDiscountInfo__note {
    text-align: left;
  }
}
.fs-c-cartDiscountInfo__note b {
  font-weight: 400;
}

/* ==============================================
	## おすすめ商品パーツ（システムパーツ）
=================================================*/
.fs-c-productListItem__control form {
  width: 100%;
  margin-top: 10px;
}

.fs-c-wishlistProduct__footer {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .fs-c-wishlistProduct__footer {
    margin: 0 auto;
  }
}

/* ==============================================
	## FutureShop購入エリア（システムパーツ）
=================================================*/
.fs-c-purchaseHere__message {
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .fs-c-purchaseHere__message {
    margin-bottom: 25px;
  }
}

.fs-c-cartPayment__button {
  margin: 0 auto 30px;
}

@media screen and (min-width: 600px) and (max-width: 1240px) {
  .fs-body-cart .fs-c-button--loginAndPurchase {
    width: 100%;
  }
}

.fs-c-continueShopping {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-continueShopping {
    margin: 0;
  }
}

/* ==============================================
 ### 402 ショッピングカートログイン
=================================================*/
@media screen and (min-width: 600px) {
  .fs-c-fsLogin .fs-c-inputInformation__button {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fs-c-defaultUsers {
  padding: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #777;
}

.fs-c-newUsers {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #777;
}

.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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .fs-c-inputInformation {
    margin-bottom: 60px;
  }
}

.fs-c-inputInformation__field {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-inputInformation__field {
    width: 65%;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-c-inputInformation__field .fs-c-inputTable {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .fs-c-inputInformation__field .fs-c-inputTable {
    width: 100%;
  }
}

.fs-c-inputTable {
  width: 100%;
}
.fs-c-inputTable tr {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fs-c-inputTable .fs-c-inputTable__headerCell {
  text-align: left;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-inputTable .fs-c-inputTable__headerCell {
    margin-bottom: 10px;
    width: 30%;
  }
}
.fs-c-inputTable .fs-c-inputTable__headerCell label {
  font-weight: bold;
  margin-bottom: 0;
}
.fs-c-inputTable .fs-c-inputTable__dataCell {
  margin-bottom: 15px;
  display: block;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-inputTable .fs-c-inputTable__dataCell {
    margin-bottom: 20px;
  }
}
.fs-c-inputTable .fs-c-inputTable__dataCell input[type="text"],
.fs-c-inputTable .fs-c-inputTable__dataCell input[type="tel"],
.fs-c-inputTable .fs-c-inputTable__dataCell select {
  border: 1px solid #333;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .fs-c-inputTable .fs-c-dropdown {
    width: 20em;
  }
}
.fs-c-inputTable .fs-c-dropdownGroup > .fs-c-dropdown + * {
  margin-left: 8px;
}
.fs-c-inputTable .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 5px;
}

@media screen and (min-width: 600px) {
  .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .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 #777;
  background-color: #fff;
}

#fs_input_phoneNumber {
  width: 18em;
}

.fs-c-inputInformation__link {
  text-align: center;
  margin-top: 10px;
}

.fs-c-otherServiceLogin {
  margin: 0;
  padding: 20px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-c-guestPurchase {
    margin: 0 auto 50px;
  }
}

.ctm_cart_login-note {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .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-guidanceWithButton--membershipCardNotice {
  padding-left: 6%;
  padding-right: 6%;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-c-guidanceWithButton--membershipCardNotice {
    padding: 0;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-c-guidanceWithButton--membershipCardNotice .fs-c-guidanceWithButton__message {
  margin-bottom: 20px;
}

.fs-c-agreementConfirmation {
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .fs-c-agreementConfirmation {
    margin-bottom: 20px;
  }
}
.fs-c-agreementConfirmation a {
  text-decoration: underline;
}

.fs-c-agreementConfirmationArea {
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-agreementConfirmationArea {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-left: auto;
  }
}

.fs-c-agreementConfirmationArea__message {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f0f0f0;
  padding: 20px;
}

.fs-c-agreementConfirmation__message {
  margin-bottom: 1em;
}

.fs-c-agreementConfirmation__checkbox {
  margin: 0;
}
.fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label {
  align-items: flex-start;
}
.fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label .fs-c-checkbox__checkMark {
  margin-top: 2px;
}

.fs-c-agreementConfirmation__password {
  margin-bottom: 30px;
}

.fs-c-agreementConfirmation__addon {
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .fs-c-agreementConfirmation__addon {
    width: 300px;
  }
}

.fs-c-button--next,
.fs-c-button--registerAndContinue {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-c-button--next,
  .fs-c-button--registerAndContinue {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

input[type="checkbox"].fs-c-checkbox__checkbox {
  display: none;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #3c59a4;
  border-color: #3c59a4;
  color: #fff;
  transition: all 0.5s 0s ease;
}

.fs-c-checkbox__checkMark::before {
  color: #fff;
  top: 2px;
  left: 2px;
}

.fs-c-suggestedAddress__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #f6f6f6;
}
.fs-c-suggestedAddress__list li {
  padding: 15px;
}

.agreementConfirmation-merit {
  padding: 0 15px 10px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 600px) {
  .agreementConfirmation-merit {
    padding: 0 30px 20px;
  }
}
.agreementConfirmation-merit .ttl {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #252d42;
  font-size: 1.6rem;
}
.agreementConfirmation-merit .description ul {
  list-style-type: disc;
  margin-left: 1em;
}

.fs-c-agreementConfirmation__message--newsletterUnchecked {
  background-color: #f0f0f0;
  padding: 15px;
}

.fs-c-memberPolicyAgreeField {
  padding: 0;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-memberPolicyAgreeField {
    width: 100%;
  }
}
.fs-c-memberPolicyAgreeField a {
  text-decoration: underline;
}

.fs-c-privacyPolicyAgreeField {
  padding: 0;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .fs-c-privacyPolicyAgreeField {
    width: 100%;
  }
}
.fs-c-privacyPolicyAgreeField a {
  text-decoration: underline;
}

/* ==============================================
 ### 406 ご注文手続き(単数)
=================================================*/
@media screen and (min-width: 600px) {
  .fs-body-checkout .ctm_cart-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
}

.fs-c-checkout-destination__body {
  display: block;
}
.fs-c-checkout-destination__body .fs-c-checkout-destination__control {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .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: 600px) {
  .fs-c-checkout-destination__body .fs-c-checkout-destination__button .fs-c-button--change--small {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 600px) {
  .fs-body-checkout .fs-c-button--confirmOrder,
  .fs-body-checkout-amazon .fs-c-button--confirmOrder {
    width: 100%;
  }
}

.checkoutWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 600px) {
  .checkoutWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.fs-l-checkout__mainColumn {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .fs-l-checkout__mainColumn {
    width: 65%;
    margin-bottom: 0;
  }
}

.fs-l-checkout__sideColumn {
  width: 100%;
  padding: 20px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 600px) {
  .fs-l-checkout__sideColumn {
    width: 30%;
  }
  .fs-l-checkout__sideColumn .fs-c-button--continueShopping {
    margin-left: auto;
    margin-right: auto;
  }
}

.fs-l-checkout__mainColumn > div > div {
  padding: 20px 0;
}
.fs-l-checkout__mainColumn > div > div.fs-c-checkout-widgets__message {
  border: none;
  padding: 0;
}

.fs-c-checkout-preview__title {
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-preview__title {
    font-size: 1.4rem;
  }
}

/*お客様の情報*/
.fs-c-checkout-customerInfo {
  margin-bottom: 20px;
}
.fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.fs-c-checkout-customerInfo li {
  margin-bottom: 5px;
}
.fs-c-checkout-customerInfo li rt {
  font-size: 1.2rem;
}

/*お届け先情報*/
.fs-c-checkout-destination .fs-c-checkout-destination__name {
  font-size: 1.2rem;
}
.fs-c-checkout-destination li rt {
  font-size: 1.2rem;
}

/*お届け先変更　モーダル*/
.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: 600px) {
  .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: #666;
  color: #fff;
  padding: 8px 0;
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
    float: right;
  }
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
    width: 70%;
  }
}

/*お支払い方法*/
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable {
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  width: 100%;
}
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable thead th {
  background-color: #f0f0f0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  padding: 5px;
}
.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-commissionTable td {
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  padding: 5px;
}

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  width: 100%;
  margin: 10px auto;
}
@media screen and (min-width: 600px) {
  .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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.fs-c-creditCardIcons li {
  margin-left: 10px;
}

@media screen and (min-width: 600px) {
  .fs-c-creditCardInfoField .fs-c-inputTable .fs-c-dropdown {
    width: 10em;
  }
}

/*お届け先*/
.fs-c-checkout-destination__list {
  margin-bottom: 20px;
}
.fs-c-checkout-destination__list .fs-c-checkout-destination__name {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-destination__destination {
    display: block;
  }
}

.fs-c-checkout-destination__button {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .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: 1px solid #cbcbcb;
  padding: 20px 0;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__headerCell {
  display: table-cell;
  padding: 10px;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .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;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__dataCell:last-of-type {
  border: none;
}
.fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__message--preorder {
  font-size: 1.1rem;
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productName {
    margin-bottom: 10px;
    padding: 5px;
  }
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__productInfo {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-preview .fs-c-cartTable .fs-c-cartTable__unitPrice .fs-c-priceDisplay {
    font-size: 1.2rem;
  }
}
.fs-c-checkout-preview .fs-c-confirmOrder {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-preview .fs-c-confirmOrder {
    margin: 0;
  }
}

/*クーポン*/
.fs-c-checkout-couponInfo__body .fs-c-checkout-couponCodeInput > *:not(:last-child) {
  margin-right: 0;
}

.fs-c-checkout-couponInfo input[type="text"] {
  border: 1px solid #777;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponInfo__message {
  margin-bottom: 20px;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponCodeInput {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .fs-c-checkout-couponInfo .fs-c-button--useCoupon {
    width: 100px;
    font-weight: normal;
    padding: 8px 0;
  }
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponList li:not(last-of-child) {
  margin-bottom: 20px;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponList__item > * + * {
  margin-left: 0;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponList__couponName {
  font-weight: bold;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponList__couponDiscount {
  color: #252d42;
}
.fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
  border-radius: 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: #5b5b5b;
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-couponInfo .fs-c-checkout-couponStatus {
    width: 314px;
  }
}

/* ==============================================
 ### 415 注文完了
=================================================*/
.fs-c-checkoutSuccess {
  margin: 0 18px;
}
@media screen and (min-width: 600px) {
  .fs-c-checkoutSuccess {
    margin: 0;
    width: 100%;
  }
}
.fs-c-checkoutSuccess h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-checkoutSuccess p {
    text-align: center;
  }
}

/* ==============================================
 ### 412 amazon ペイ
=================================================*/
@media screen and (min-width: 600px) {
  .fs-body-checkout-amazon .ctm_cart-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
}

.fs-body-checkout-amazon .fs-c-checkout-loginGuidance {
  border: 1px solid #777;
  margin-bottom: 30px;
  padding: 20px;
}
.fs-body-checkout-amazon .fs-c-checkout-loginGuidance__message {
  text-align: center;
  margin-bottom: 20px;
}
.fs-body-checkout-amazon .fs-c-checkout-preview {
  padding: 20px 0 0;
}
.fs-body-checkout-amazon .fs-c-checkout-preview .fs-c-checkout-preview__body {
  padding: 20px;
}
.fs-body-checkout-amazon #fs-amazonPaymentInfo-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-body-checkout-amazon .fs-c-agreementConfirmation {
    padding: 10px 0;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-checkout-amazon .fs-c-agreementConfirmation .fs-c-agreementConfirmation__addon {
    width: 100%;
  }
}

/* ==============================================
 ### 503 マイページ
=================================================*/
@media screen and (min-width: 600px) {
  .fs-body-my-top .ctm_mypage-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-body-my-top .ctm_logoutBtn {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #8d8d8d;
}
.fs-body-my-top .ctm_logoutBtn a {
  display: block;
  font-size: 1.2rem;
  padding: 15px 0;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .fs-body-my-top .ctm_logoutBtn a {
    font-size: 1.6rem;
  }
}
.fs-body-my-top .ctm_logoutBtn a:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.ctm_mypageTop_menu {
  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;
  margin-bottom: 30px;
}
.ctm_mypageTop_menu .ctm_mypageTop_menu_item {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 30px 0;
  width: 48%;
}
.ctm_mypageTop_menu .ctm_mypageTop_menu_item .image {
  margin-bottom: 15px;
}
.ctm_mypageTop_menu .ctm_mypageTop_menu_item .text {
  text-align: center;
}
.ctm_mypageTop_menu .btn_jan .image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .ctm_mypageTop_menu .btn_jan .image {
    width: 198px;
  }
}
.ctm_mypageTop_menu .btn_pointmatome .image {
  width: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .ctm_mypageTop_menu .btn_pointmatome .image {
    width: 68px;
  }
}

.ctm_mypage-member-status {
  border: 5px solid #c5cccd;
  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 li {
  border-bottom: 1px solid #8d8d8d;
}
.fs-c-accountService li a {
  display: block;
  font-size: 1.2rem;
  padding: 15px 0;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .fs-c-accountService li a {
    font-size: 1.6rem;
  }
}
.fs-c-accountService li a:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* ==============================================
	## お気に入りリストに入っている商品
=================================================*/
.fs-c-featuredProduct {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .fs-c-featuredProduct {
    margin-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.fs-c-featuredProduct .fs-c-button--addToCart--list {
  display: none;
}
.fs-c-featuredProduct .fs-c-button--viewProductDetail {
  display: none;
}

.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
  color: #333;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .fs-c-featuredProduct__title,
  .fs-c-wishlistProduct__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
  }
}

/* ==============================================
 ### 516 お気に入り
=================================================*/
/* ==============================================
 ### お気に入りパーツ（システムパーツ
=================================================*/
.fs-c-wishlistProduct {
  padding-top: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .fs-c-wishlistProduct {
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
  }
}
.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: 600px) {
  .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: 600px) {
  .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: #252d42;
  -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: 600px) {
  .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: 1241px) {
  .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: 1241px) {
  .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: 1241px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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 20px 0 0;
}
@media screen and (min-width: 600px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 180px;
    max-width: 180px;
    min-width: 180px;
  }
}
@media screen and (min-width: 600px) and (max-width: 600px) {
  .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: 600px) {
  .fs-body-my-orders .fs-c-history {
    overflow: hidden;
    *zoom: 1;
  }
}
.fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders {
    max-width: 325px;
  }
}
.fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders a {
  display: block;
  border: 1px solid #666;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  width: 100%;
  color: #666;
  line-height: 1em;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders a {
    padding: 15px 0;
  }
}
.fs-body-my-orders .fs-c-buttonContainer--moveToStoreOrders a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.fs-body-my-orders .fs-c-history__termCtrl {
  padding: 10px;
}
.fs-body-my-orders .fs-c-history__info {
  border: 1px solid #cbcbcb;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders .fs-c-history__info {
    width: 30%;
    float: right;
  }
}
.fs-body-my-orders .fs-c-history__infoSummary {
  margin-top: 20px;
}
.fs-body-my-orders .fs-c-history__total {
  margin-top: 20px;
}
.fs-body-my-orders .fs-c-history__total dt {
  border-top: 1px solid #cbcbcb;
  padding: 15px;
  font-weight: bold;
}
.fs-body-my-orders .fs-c-history__total dd {
  border-top: 1px solid #cbcbcb;
  text-align: right;
  padding: 15px;
}
.fs-body-my-orders .fs-c-history__term {
  text-align: center;
}
.fs-body-my-orders .fs-c-pairList {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.fs-body-my-orders .fs-c-pairList > dt::after {
  display: none;
}
.fs-body-my-orders .fs-c-history__listContainer {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders .fs-c-history__listContainer {
    width: 65%;
    float: left;
  }
}
.fs-body-my-orders .fs-c-listControl {
  padding: 5px;
  width: 100%;
}
.fs-body-my-orders .fs-c-orderHistory {
  margin-bottom: 20px;
}
.fs-body-my-orders .fs-c-orderHistoryItem {
  border: 1px solid #777;
  margin-bottom: 20px;
}
.fs-body-my-orders .fs-c-orderHistoryItem:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header {
    background-color: #f6f6f6;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__header dl {
  margin: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #777;
  padding: 15px 5px;
  background-color: #f6f6f6;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__header__button {
    padding: 0 20px;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__body {
  border-top: 1px solid #777;
}
.fs-body-my-orders .fs-c-orderHistoryItem__product {
  padding: 20px;
  border-bottom: 1px solid #777;
}
.fs-body-my-orders .fs-c-orderHistoryItem__product:last-of-type {
  border: none;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productName {
    width: 40%;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
    width: 20%;
  }
}
.fs-body-my-orders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fs-body-my-orders .fs-c-productPrice__main__price {
  display: flex;
}
.fs-body-my-orders .fs-c-productPrice__addon {
  display: none;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__button {
    width: 25%;
    padding: 10px 0;
  }
}

@media screen and (min-width: 600px) {
  .my-orders-article {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: none;
    max-width: none;
  }
}

/* ==============================================
 ### 520 注文履歴(店舗)

=================================================*/
.fs-body-my-storeOrders {
  /**/
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-history {
    overflow: hidden;
    *zoom: 1;
  }
}
.fs-body-my-storeOrders .fs-c-button--moveToOrderHistory {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-button--moveToOrderHistory {
    max-width: 325px;
  }
}
.fs-body-my-storeOrders .fs-c-button--moveToOrderHistory .fs-c-button__label {
  display: block;
  border: 1px solid #666;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  width: 100%;
  color: #666;
  line-height: 1em;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-button--moveToOrderHistory .fs-c-button__label {
    padding: 15px 0;
  }
}
.fs-body-my-storeOrders .fs-c-button--moveToOrderHistory .fs-c-button__label:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.fs-body-my-storeOrders .fs-c-history__termCtrl {
  padding: 10px;
}
.fs-body-my-storeOrders .fs-c-history__info {
  border: 1px solid #777;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-history__info {
    width: 30%;
    float: right;
  }
}
.fs-body-my-storeOrders .fs-c-history__infoSummary {
  margin-top: 20px;
}
.fs-body-my-storeOrders .fs-c-history__total {
  margin-top: 20px;
}
.fs-body-my-storeOrders .fs-c-history__total dt {
  border-top: 1px solid #9e9e9e;
  padding: 15px;
  font-weight: bold;
}
.fs-body-my-storeOrders .fs-c-history__total dd {
  border-top: 1px solid #9e9e9e;
  text-align: right;
  padding: 15px;
}
.fs-body-my-storeOrders .fs-c-history__term {
  text-align: center;
}
.fs-body-my-storeOrders .fs-c-pairList {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.fs-body-my-storeOrders .fs-c-pairList > dt::after {
  display: none;
}
.fs-body-my-storeOrders .fs-c-history__listContainer {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-history__listContainer {
    width: 65%;
    float: left;
  }
}
.fs-body-my-storeOrders .fs-c-listControl {
  padding: 5px;
  width: 100%;
}
.fs-body-my-storeOrders .fs-c-orderHistory {
  margin-bottom: 20px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem {
  border: 1px solid #777;
  margin-bottom: 20px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem {
    padding: 0;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem .fs-c-productImage__image {
  margin-left: auto;
  margin-right: auto;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header {
    background-color: #f6f6f6;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl {
  margin: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #777;
  padding: 15px 5px;
  background-color: #f6f6f6;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl {
    display: block;
    border: none;
    padding: 20px;
    background-color: transparent;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dt {
    text-align: center;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header dl dd {
  margin: 0;
  padding: 0;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__orderInfo {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__orderInfo {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__header__button {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__header__button {
    padding: 0 20px;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__body {
  border-top: 1px solid #777;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product {
  padding: 20px;
  border-bottom: 1px solid #777;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product:last-of-type {
  border: none;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__product {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product > div {
  margin-bottom: 10px;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__product > div.fs-c-orderHistoryItem__button {
  display: none;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__product > div {
    margin-bottom: 0;
    padding: 10px;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productImage {
  width: 50%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__productImage {
    width: 25%;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productName {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__productName {
    width: 40%;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__unitPrice {
    width: 20%;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__productQuantity {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__productQuantity {
    width: 15%;
  }
}
.fs-body-my-storeOrders .fs-c-orderHistoryItem__button {
  margin-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 600px) {
  .fs-body-my-storeOrders .fs-c-orderHistoryItem__button {
    width: 25%;
    padding: 10px 0;
  }
}

/* ==============================================
 ### 506 注文履歴詳細

=================================================*/
.fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders-details .fs-c-orderDetail h2.fs-c-heading {
    font-size: 1.5rem;
  }
}
.fs-body-my-orders-details .fs-c-orderDetail h3 {
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-body-my-orders-details .fs-c-orderDetail__data {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.fs-body-my-orders-details .fs-c-orderDetailList {
  border-left: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  @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 #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.fs-body-my-orders-details .fs-c-orderDetailList dd {
  margin: 0;
  margin-left: 8em;
  padding: 10px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}
.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
  margin: 0;
  margin-bottom: 10px;
}
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
  margin-bottom: 0;
  display: block;
  width: auto;
}
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
  margin-bottom: 0;
  padding: 20px;
  display: block;
  width: auto;
}
.fs-body-my-orders-details .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
  margin-bottom: 0;
  padding: 20px;
  display: block;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    float: right;
    width: 30%;
    margin: 0;
    border: 1px solid #cbcbcb;
    padding: 0 20px 20px;
  }
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
  font-size: 1.5rem;
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__orderTotal {
    float: right;
    width: 30%;
    margin: 0;
    border: 1px solid #cbcbcb;
    padding: 0 20px 20px;
  }
}
.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin: 10px;
  margin-left: 10px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders-details .fs-c-orderPaymentTable {
    width: 100%;
    margin: 0;
  }
}
.fs-body-my-orders-details .fs-c-button--back {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .fs-body-my-orders-details .fs-c-button--back {
    max-width: 325px;
  }
}

/* ==============================================
 ### 507 お届け先リスト
=================================================*/
.fs-body-my-addressbook .fs-c-noResultMessage__title {
  padding: 30px;
  text-align: center;
}
.fs-body-my-addressbook .fs-c-addressBookList__addButton {
  margin-bottom: 50px;
  margin-left: 18px;
  margin-right: 18px;
}
@media screen and (min-width: 600px) {
  .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 #777;
}
.fs-body-my-addressbook .fs-c-addressBookList__list td {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list td {
    border-bottom: 1px solid #777;
  }
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer {
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer .fs-c-button--changeInfomation {
  margin-right: 10px;
}

/* ==============================================
 ### 508 お届け先追加 ○
=================================================*/
.fs-body-my-addressbook-new .fs-c-inputInformation__button {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-addressbook-new .fs-c-inputInformation__button {
    margin-bottom: 50px;
  }
}

.fs-c-inputInformation__message {
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .fs-c-inputInformation__message {
    text-align: center;
  }
}
.fs-c-inputInformation__message p {
  text-align: center;
}
.fs-c-inputInformation__message .fs-c-orderedList li {
  text-align: left;
}

/* ==============================================
 ### 509 お届け先変更
=================================================*/
.fs-body-my-addressbook-edit .fs-c-inputInformation__button {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation__button {
    margin-bottom: 50px;
  }
}

/* =============================================================================
 ### 510 ポイント履歴
============================================================================= */
.fs-body-my-points .fs-c-history__info {
  margin-bottom: 50px;
}
.fs-body-my-points .fs-c-listControl {
  margin-bottom: 20px;
  text-align: right;
  width: 100%;
}
.fs-body-my-points .fs-c-pointSummary {
  background-color: #f3f3f3;
  padding: 10px 20px 20px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .fs-body-my-points .fs-c-pointSummary {
    width: 500px;
    margin: 0 auto;
    padding: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fs-body-my-points .fs-c-pointSummary dt {
  width: 60%;
  padding: 10px;
  border-bottom: 1px solid #c5cccd;
}
.fs-body-my-points .fs-c-pointSummary dd {
  width: 40%;
  margin: 0;
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid #c5cccd;
}
.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__label--availablePoint {
  font-size: 1.5rem;
}
.fs-body-my-points .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
  font-size: 1.8rem;
  font-weight: bold;
  color: #af0b00;
}
.fs-body-my-points .fs-c-dropdown {
  margin-bottom: 30px;
  width: 50%;
}
@media screen and (min-width: 600px) {
  .fs-body-my-points .fs-c-dropdown {
    width: 30%;
  }
}
.fs-body-my-points .fs-c-dropdown::after {
  border-left: 1px solid #c5cccd;
}
.fs-body-my-points .fs-c-pointListTable {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-points .fs-c-pointListTable {
    border-collapse: collapse;
    border-top: 1px solid #777;
    border-left: 1px solid #777;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-points .fs-c-pointListTable th {
    padding: 10px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
  }
}
.fs-body-my-points .fs-c-pointListTable td {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #777;
}
@media screen and (min-width: 600px) {
  .fs-body-my-points .fs-c-pointListTable td {
    border-right: 1px solid #777;
    vertical-align: middle;
  }
}

/* ==============================================
 ### 504 お気に入り

=================================================*/
.fs-body-my-wishlist .mypage-container {
  width: 100%;
  max-width: 100%;
}
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-productListItem__control {
  display: block;
}
.fs-body-my-wishlist .fs-c-wishList__message {
  margin-bottom: 30px;
  text-align: center;
}

/* =============================================================================
 ### 512 会員情報詳細 ○

============================================================================= */
.fs-body-my-account-settings .fs-c-inputInformation__button {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-settings .fs-c-inputInformation__button {
    margin-bottom: 50px;
  }
}

/* =============================================================================
 ### 513 会員登録内容変更 ○

============================================================================= */
.fs-body-my-account-settings-edit .fs-c-inputInformation__button {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation__button {
    margin-bottom: 50px;
  }
}

/* =============================================================================
 ### 514 パスワード変更 ○

============================================================================= */
.fs-body-my-account-password .ctm_mypage-container {
  padding: 0 6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-password .ctm_mypage-container {
    width: 80%;
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-password .fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-password .fs-c-inputTable__headerCell {
    width: 11em;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-password .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-password .fs-c-inputTable__dataCell .fs-c-inputField__field {
    max-width: 380px;
  }
}
.fs-body-my-account-password .fs-c-inputInformation__button {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-password .fs-c-inputInformation__button {
    margin-bottom: 50px;
  }
}

/* =============================================================================
 ### 516 退会 ○

============================================================================= */
.fs-body-my-account-delete .fs-c-inputInformation__button {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-account-delete .fs-c-inputInformation__button {
    margin-bottom: 50px;
  }
}

/* =============================================================================
 ### 517 会員カード ○

============================================================================= */
.fs-body-membership-card .fs-c-membershipCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
  width: 100%;
}

/* =============================================================================
 ### 518 ポイントおまとめ ○

============================================================================= */
.fs-body-my-membership-merge .ctm_mypage-container {
  padding: 0 6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-membership-merge .ctm_mypage-container {
    width: 80%;
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-membership-merge .ctm_mypage-container .fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-membership-merge .ctm_mypage-container .fs-c-inputTable__headerCell {
    width: 11em;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-membership-merge .ctm_mypage-container .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-membership-merge .ctm_mypage-container .fs-c-inputTable__dataCell .fs-c-inputField__field {
    max-width: 380px;
  }
}
.fs-body-my-membership-merge .fs-c-inputInformation__button {
  margin-bottom: 30px;
}

/* ==============================================
 ### 601 会員登録
=================================================*/
@media screen and (min-width: 600px) {
  .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__year, .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__month, .fs-c-inputTable .fs-c-dropdown.fs-c-inputDate__date {
    width: 10em;
  }
}

.fs-body-register .fs-c-inputInformation__button {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.fs-body-register .ctm_register-lowerTx {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-register .ctm_register-lowerTx {
    width: 65%;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-body-register .ctm_register-lowerTx a {
  text-decoration: underline;
}

/* ==============================================
 ### 602 会員登録完了
=================================================*/
/**会員登録完了表示*/
.fs-c-registerSuccessMessage {
  margin-bottom: 40px;
}

/* ==============================================
 ### 603パスワード再設定
=================================================*/
.fs-body-forgotPassword .fs-c-orderedList {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .fs-body-forgotPassword .fs-c-orderedList {
    width: 65%;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-forgotPassword .fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-forgotPassword .fs-c-inputTable__headerCell {
    width: 11em;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-forgotPassword .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
  }
}
@media screen and (min-width: 600px) {
  .fs-body-forgotPassword .fs-c-inputTable__dataCell .fs-c-inputField__field {
    max-width: 380px;
  }
}

/* ==============================================
 ### 604 新しいパスワードの登録
=================================================*/
@media screen and (min-width: 600px) {
  .fs-body-resetPassword .fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-resetPassword .fs-c-inputTable__headerCell {
    width: 11em;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-resetPassword .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
  }
}
@media screen and (min-width: 600px) {
  .fs-body-resetPassword .fs-c-inputTable__dataCell .fs-c-inputField__field {
    max-width: 380px;
  }
}

/* ==============================================
 ###　10-1 モーダルウインドウ
=================================================*/
.fs-c-modal,
.fs-c-modal--medium,
.fs-c-modal--small {
  background: rgba(0, 0, 0, 0.7);
  transition: all 1s 0 ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483600;
  display: flex;
  align-items: flex-start;
  opacity: 1;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  padding: 16px 0 40px;
  -webkit-overflow-scrolling: touch;
}

.fs-c-modal__inner {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: auto;
  max-width: calc(100vw - 8px*2);
  background: #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-c-modal__inner {
    width: 70%;
  }
}
.fs-c-modal__inner.is-warning {
  border: 2px solid #f6d342;
}
.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #f6d342;
  color: #ffffff;
}
.fs-c-modal__inner.is-warning .fs-c-modal__close {
  color: #ffffff;
}

.fs-c-modal__header {
  display: block;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: #252d42;
  font-size: 1.4rem;
  margin-left: 26px;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .fs-body-search .refineSearch-section {
    top: 80px;
    margin-bottom: 0;
  }
}

/* ==============================================
 ### 511 クーポン情報 ●
=================================================*/
.fs-body-my-coupons .fs-c-coupon__image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fs-body-my-coupons .fs-c-couponList__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.fs-body-my-coupons .fs-c-couponList__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-coupon__info {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-body-my-coupons .fs-c-coupon__name {
  border: 5px solid #f6f6f6;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-coupon__name {
    margin-bottom: 50px;
  }
}
.fs-body-my-coupons .fs-c-couponName__name {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-couponName__name {
    font-size: 1.6rem;
  }
}
.fs-body-my-coupons .fs-c-couponName__discount {
  text-align: center;
  border: 1px solid #252d42;
  padding: 5px;
  color: #af0b00;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-couponName__discount {
    font-size: 2.1rem;
  }
}
.fs-body-my-coupons .fs-c-coupon__description {
  border-top: 1px solid #cbcbcb;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-coupon__description {
    margin-bottom: 100px;
  }
}
.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponExpiration__title {
    font-size: 1.4rem;
  }
}
.fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
    font-size: 1.4rem;
  }
}
.fs-body-my-coupons .fs-c-coupon__description__expiration {
  border-bottom: 1px solid #cbcbcb;
  padding: 20px 0;
}
.fs-body-my-coupons .fs-c-couponExpiration__list__item {
  margin-bottom: 10px;
}
.fs-body-my-coupons .fs-c-couponExpiration__list__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-couponExpiration__list__item {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
  background-color: #f3f3f3;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
    margin-right: 10px;
    width: auto;
  }
}
.fs-body-my-coupons .fs-c-coupon__description__appliedCondition {
  padding: 20px 0;
  border-bottom: 1px solid #cbcbcb;
}
.fs-body-my-coupons .fs-c-couponExpiration__notice,
.fs-body-my-coupons .fs-c-couponAppliedCondition__notice {
  color: #af0b00;
}
.fs-body-my-coupons .fs-c-couponProduct__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.fs-body-my-coupons .fs-c-couponProduct__list {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-couponProduct__footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 325px;
  }
}
.fs-body-my-coupons .fs-c-couponProduct__footer a {
  display: block;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  width: 100%;
  border: none;
  border: 1px solid #666;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .fs-body-my-coupons .fs-c-couponProduct__footer a {
    font-size: 1.3rem;
  }
}
.fs-body-my-coupons .fs-c-couponProduct__footer a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* ==============================================
 ### 701 メールマガジン登録 ○
=================================================*/
@media screen and (min-width: 600px) {
  .fs-body-newsletter-subscribe .fs-c-inputTable__dataCell .fs-c-inputField__field {
    width: 380px;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-newsletter-subscribe .fs-c-inputInformation__field {
    margin-bottom: 50px;
  }
}
.fs-body-newsletter-subscribe .fs-c-privacyPolicyAgreeField {
  border-top: none;
}
.fs-body-newsletter-subscribe .ctm_newsletter-tx {
  text-align: center;
  margin-bottom: 30px;
}

/* ==============================================
 ### 702 メールマガジン登録完了
=================================================*/
.fs-c-documentContent {
  margin: 0 20px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .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: 600px) and (max-width: 1240px) {
  .fs-c-documentContent {
    margin: 0 34px;
    padding: 0;
    border: none;
  }
}
.fs-c-documentContent p {
  margin-bottom: 1em;
}
.fs-c-documentContent p:last-child {
  margin-bottom: 0;
}

/* ==============================================
 ### 703 メールマガジン停止
=================================================*/
@media screen and (min-width: 600px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputTable__headerCell {
    width: 11em;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
  }
}
@media screen and (min-width: 600px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell .fs-c-inputField__field {
    max-width: 380px;
  }
}

/* ==============================================
 ### 703 メールマガジン停止
=================================================*/
.fs-body-auth .fs-c-inputField {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

/* ==============================================
 ### 902 ページが見つかりません

=================================================*/
.notFound {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 60px;
  padding-left: 2.6%;
  padding-right: 2.6%;
}
@media screen and (min-width: 600px) {
  .notFound {
    margin-bottom: 100px;
  }
}
.notFound .notFound__heading_1 {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .notFound .notFound__heading_1 {
    font-size: 2.3rem;
  }
}
.notFound .notFound__heading_2 {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .notFound .notFound__heading_2 {
    font-size: 1.8rem;
  }
}
.notFound .text {
  margin-bottom: 1em;
}
.notFound .url {
  font-weight: 500;
}

/* ==============================================
 ### 901 店舗メンテナンス中
=================================================*/
.ctm_system_maintenace {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ctm_system_maintenace .logo {
  margin-bottom: 30px;
}
.ctm_system_maintenace .contact {
  margin-top: 30px;
}
.ctm_system_maintenace .contact .contact-item {
  margin-bottom: 30px;
}
.ctm_system_maintenace .contact h2.ttl2 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  padding: 5px;
}
.ctm_system_maintenace .contact .tel {
  font-size: 1.8rem;
}
.ctm_system_maintenace .contact .contact-online a {
  text-decoration: underline;
}
.ctm_system_maintenace .contact .contact-shop a {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  border: none;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #8d8d8d;
  font-size: 1.2rem;
  background-color: #fff;
  line-height: 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .ctm_system_maintenace .contact .contact-shop a {
    width: 325px;
    padding: 15px 0;
  }
}
.ctm_system_maintenace .contact .contact-shop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.ctm_system_maintenace .contact .tel-block {
  margin-bottom: 10px;
}

/* ==============================================
 ### 612 LINE ID連携
=================================================*/
.fs-c-lineIdLinkMessage {
  margin-bottom: 30px;
}

.fs-c-buttonContainer--lineIdLink {
  text-align: center;
  margin-bottom: 30px;
}

/*----------------------------------------------
	## 再入荷お知らせ（システムパーツ）
------------------------------------------------*/
.fs-c-stockNotificationsProduct {
  text-align: center;
  margin-bottom: 20px;
}
.fs-c-stockNotificationsProduct .fs-c-stockNotificationsProduct__productImage {
  display: inline-block;
}

.fs-c-stockNotificationsMessage {
  text-align: center;
  margin-bottom: 20px;
}

/* ==============================================
 ### 517 クレジットカード
=================================================*/
.fs-body-my-cards .fs-c-inputInformation__field {
  margin-bottom: 30px;
}
.fs-body-my-cards .fs-c-creditCardListItem {
  border: 1px solid #777;
  margin-bottom: 30px;
}
.fs-body-my-cards .fs-c-creditCardListItem.is-active {
  border-width: 5px;
}
.fs-body-my-cards .fs-c-creditCardListItem:last-of-type {
  margin-bottom: 0;
}
.fs-body-my-cards .fs-c-creditCardListItem .fs-c-creditCardListItem__cardInfo {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .fs-body-my-cards .fs-c-creditCardListItem .fs-c-button--delete {
    width: 228px;
  }
}

/* ==============================================
 ### 606 LINE ID連携

=================================================*/
.fs-body-line-connect .fs-c-lineIdLinkMessage {
  text-align: left;
  margin: 0;
}

/* ==============================================
 ### 613 LINE ID連携完了
=================================================*/
.fs-c-lineIdLinkCompleteMessage {
  margin-bottom: 30px;
}

/* =============================================
 　##　その他のコーディネート（新着順）パーツ（システムパーツ）
============================================= */
.fs-c-coordinationListItem__staffInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.fs-c-coordinationNewMark {
  font-size: 1.1rem;
  padding: 3px;
  background-color: #ccc;
  color: #fff;
}

.fs-c-coordinationListItem__publicationDate {
  font-size: 1.1rem;
}

.fs-c-staffImage {
  display: grid;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.fs-c-staffImage .fs-c-noImage {
  text-align: center;
  padding-top: 40%;
}

.fs-c-staffImage > * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.fs-c-coordinationListItem__staffInfo__image {
  width: 40%;
}

.fs-c-coordinationListItem__staffInfo__profile {
  width: 55%;
}

.fs-c-coordinationListItem__staffInfo__name {
  font-size: 1.4rem;
  display: block;
}

.fs-c-coordinationListItem__staffInfo__shop {
  display: block;
}

.fs-c-coordinationListItem__staffInfo__label {
  display: none;
}

.fs-c-coordinationListItem__creationDate,
.fs-c-coordinationListItem__coordinationHeight {
  display: none;
}

.fs-c-coordinationListItem__staffInfo__ruby {
  display: none;
}

.fs-c-coordinationCatalog {
  margin-bottom: 60px;
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .fs-c-coordinationCatalog {
    width: 1000px;
  }
}

.fs-c-coordinationCatalog__title {
  margin-bottom: 35px;
}
.fs-c-coordinationCatalog__title span {
  display: block;
}
.fs-c-coordinationCatalog__title .cmn {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationCatalog__title .cmn {
    font-size: 2.5rem;
  }
}
.fs-c-coordinationCatalog__title .en {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationCatalog__title .en {
    font-size: 2.5rem;
  }
}
.fs-c-coordinationCatalog__title .jp {
  font-size: 1.1rem;
  display: block;
  text-align: center;
}

.fs-c-coordinationCatalog__list {
  margin-left: -10px;
  margin-bottom: 35px;
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationCatalog__list {
    margin-left: -26px;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.fs-c-coordinationCatalog__list__item {
  width: calc(49%);
  position: relative;
  margin: 0;
  margin-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationCatalog__list__item {
    width: calc(100%/4 - 26px);
    margin-left: 26px;
    border: none;
  }
}

.fs-c-viewAllCoordinationLink {
  display: block;
  position: relative;
  text-align: center;
  padding: 24px 0;
  line-height: 1;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  border-radius: 50px;
  font-size: 1.1rem;
  line-height: 1em;
  box-sizing: border-box;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.fs-c-viewAllCoordinationLink::after {
  width: 14px;
  height: 7px;
  content: '';
  background-image: url(https://yanuk.itembox.design/item/img/common/arrow.svg);
  right: 20px;
  top: 50%;
  margin-top: -5px;
  display: block;
  position: absolute;
}
.fs-c-viewAllCoordinationLink:hover {
  background-color: #252d42;
  color: #fff;
}
.fs-c-viewAllCoordinationLink:hover:after {
  background-image: url(https://yanuk.itembox.design/item/img/common/arrow_wh.svg);
}


/* ==============================================
 ### 24-11-25 会員カード認証
=================================================*/

.ctm_card-auth_announce {
  border: 5px solid #f3f3f3;
  padding: 15px;
  margin-top: 30px;
}
.ctm_card-auth_announce .announce_ttl{
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}



/* =============================================================================
### 24-12-03 レビュー ログイン
============================================================================= */
.fs-body-review-login .fs-c-guestReview {
  margin-bottom: 30px;
  border: 1px solid #777;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .fs-body-review-login .fs-c-guestReview {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.fs-body-review-login .fs-c-guestReview .fs-c-guestReview__title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-body-review-login .fs-c-guestReview .fs-c-guestReview__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.fs-body-review-login .fs-c-guestReview .fs-c-guestReview__message {
  margin-bottom: 20px;
}
.fs-body-review-login .fs-c-guestReview .fs-c-guestReview__message h3 {
  background-color: #f3f3f3;
  font-size: 1.4rem;
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-body-review-login .fs-c-guestReview .fs-c-guestReview__message h3 {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.fs-body-review-login .fs-c-guestReview .fs-c-button--addReview--guest {
  margin-left: auto;
  margin-right: auto;
}

/* =============================================================================
### 24-12-03 レビュー履歴
============================================================================= */
.fs-body-my-reviews .fs-c-heading--page {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .fs-body-my-reviews .fs-c-heading--page {
    font-size: 3rem;
  }
}
.fs-body-my-reviews .ctm_mypage-container {
  padding: 0 6%;
  margin-bottom: 60px;
}
.fs-body-my-reviews .ctm_mypage-container .fs-c-button--editReview {
  border-radius: 0;
}
.fs-body-my-reviews .ctm_mypage-container .fs-c-reviewList__item__editButton {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .fs-body-my-reviews .ctm_mypage-container {
    padding: 0;
    margin-bottom: 100px;
  }
}
.fs-body-my-reviews .fs-c-history {
  margin-bottom: 50px;
}
.fs-body-my-reviews .fs-c-listControl {
  position: relative;
  width: 100%;
  border: none;
}
@media screen and (min-width: 600px) {
  .fs-body-my-reviews .fs-c-listControl .fs-c-listControl__status {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-my-reviews .fs-c-listControl .fs-c-pagination {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
}

/* =============================================================================
### 24-12-03 
### 店舗のレビュー
### 会員のレビュー
### 商品のレビュー
============================================================================= */
.fs-body-reviews-product .fs-c-heading--page,
.fs-body-reviews-reviewer .fs-c-heading--page,
.fs-body-reviews .fs-c-heading--page {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .fs-body-reviews-product .fs-c-heading--page,
  .fs-body-reviews-reviewer .fs-c-heading--page,
  .fs-body-reviews .fs-c-heading--page {
    font-size: 3rem;
  }
}
.fs-body-reviews-product .ctm_review-container,
.fs-body-reviews-reviewer .ctm_review-container,
.fs-body-reviews .ctm_review-container {
  padding: 0 6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .fs-body-reviews-product .ctm_review-container,
  .fs-body-reviews-reviewer .ctm_review-container,
  .fs-body-reviews .ctm_review-container {
    padding: 0;
    margin-bottom: 100px;
  }
}
.fs-body-reviews-product .fs-c-history,
.fs-body-reviews-reviewer .fs-c-history,
.fs-body-reviews .fs-c-history {
  margin-bottom: 50px;
}
.fs-body-reviews-product .fs-c-listControl,
.fs-body-reviews-reviewer .fs-c-listControl,
.fs-body-reviews .fs-c-listControl {
  position: relative;
}
@media screen and (min-width: 600px) {
  .fs-body-reviews-product .fs-c-listControl .fs-c-listControl__status,
  .fs-body-reviews-reviewer .fs-c-listControl .fs-c-listControl__status,
  .fs-body-reviews .fs-c-listControl .fs-c-listControl__status {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-reviews-product .fs-c-listControl .fs-c-pagination,
  .fs-body-reviews-reviewer .fs-c-listControl .fs-c-pagination,
  .fs-body-reviews .fs-c-listControl .fs-c-pagination {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
}

/* =============================================================================
### 24-12-03 レビューを書く
============================================================================= */
.fs-body-review-write .fs-c-heading--page {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .fs-body-review-write .fs-c-heading--page {
    font-size: 3rem;
  }
}
.fs-body-review-write .ctm_review-container {
  padding: 0 6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .fs-body-review-write .ctm_review-container {
    width: 80%;
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
.fs-body-review-write .fs-c-inputInformation__field .fs-c-inputTable--child {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-body-review-write .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-inputTable__headerCell {
    width: 45%;
  }
}
.fs-body-review-write .fs-c-buttonContainer--back {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
.fs-body-review-write .fs-c-buttonContainer--back .fs-c-button--back {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.ctm_mypage-container .fs-c-reviewList,
.ctm_review-container .fs-c-reviewList {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  list-style-type: none;
  border-top: 1px solid #777;
}
.ctm_mypage-container .fs-c-reviewList li.fs-c-reviewList__item,
.ctm_review-container .fs-c-reviewList li.fs-c-reviewList__item {
  border-bottom: 1px solid #777;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-reviewList li.fs-c-reviewList__item > div,
  .ctm_review-container .fs-c-reviewList li.fs-c-reviewList__item > div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
}
.ctm_mypage-container .fs-c-reviewList li.fs-c-reviewList__item .fs-c-productImage__image,
.ctm_review-container .fs-c-reviewList li.fs-c-reviewList__item .fs-c-productImage__image {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.ctm_mypage-container .fs-c-reviewList li.fs-c-reviewList__item .fs-c-productName__name,
.ctm_review-container .fs-c-reviewList li.fs-c-reviewList__item .fs-c-productName__name {
  text-align: center;
  font-size: 1.4rem;
}
.ctm_mypage-container .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body,
.ctm_review-container .fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body {
  margin: 20px 0;
}
.ctm_mypage-container .fs-c-reviewList .fs-c-button--editReview,
.ctm_review-container .fs-c-reviewList .fs-c-button--editReview {
  font-size: 1.2rem;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-reviewList .fs-c-button--editReview,
  .ctm_review-container .fs-c-reviewList .fs-c-button--editReview {
    width: 200px;
  }
}
.ctm_mypage-container .fs-c-reviewList .fs-c-reviewList__item__product,
.ctm_review-container .fs-c-reviewList .fs-c-reviewList__item__product {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-reviewList .fs-c-reviewList__item__product,
  .ctm_review-container .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: 600px) {
  .ctm_mypage-container .fs-c-reviewList .fs-c-reviewList__item__product,
  .ctm_review-container .fs-c-reviewList .fs-c-reviewList__item__product {
    width: 30%;
  }
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-reviewList .fs-c-reviewList__item__info,
  .ctm_review-container .fs-c-reviewList .fs-c-reviewList__item__info {
    width: 20%;
  }
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-reviewList .fs-c-reviewList__item__body,
  .ctm_review-container .fs-c-reviewList .fs-c-reviewList__item__body {
    width: 50%;
  }
}
.ctm_mypage-container .fs-c-reviewList .fs-c-productName,
.ctm_review-container .fs-c-reviewList .fs-c-productName {
  font-size: 1.6rem;
  font-weight: bold;
}
.ctm_mypage-container .fs-c-reviewList .fs-c-reviewRating,
.ctm_review-container .fs-c-reviewList .fs-c-reviewRating {
  margin-bottom: 10px;
}
.ctm_mypage-container .fs-c-reviewList .fs-c-reviewInfo__date,
.ctm_review-container .fs-c-reviewList .fs-c-reviewInfo__date {
  margin-bottom: 10px;
}
.ctm_mypage-container .fs-c-reviewList .fs-c-reviewInfo__date dt,
.ctm_review-container .fs-c-reviewList .fs-c-reviewInfo__date dt {
  float: left;
  clear: both;
}
.ctm_mypage-container .fs-c-reviewList .fs-c-reviewInfo__date dd,
.ctm_review-container .fs-c-reviewList .fs-c-reviewInfo__date dd {
  margin-left: 4em;
}
.ctm_mypage-container .fs-c-productReviewed,
.ctm_review-container .fs-c-productReviewed {
  border: 1px solid #777;
  padding: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-productReviewed,
  .ctm_review-container .fs-c-productReviewed {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-productReviewed > div,
  .ctm_review-container .fs-c-productReviewed > div {
    margin-left: 20px;
  }
}
.ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__image,
.ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__image {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__image,
  .ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__image {
    width: calc(20% - 20px);
  }
}
.ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__name,
.ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__name,
  .ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__name {
    width: calc(50% - 20px);
  }
}
.ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__number,
.ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__number {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__number,
  .ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__number {
    width: calc(15% - 20px);
  }
}
.ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber,
.ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber {
  display: block;
}
.ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__prices,
.ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__prices {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__prices,
  .ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__prices {
    width: calc(15% - 20px);
  }
}
.ctm_mypage-container .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice__main__price,
.ctm_review-container .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice__main__price {
  font-size: 1.6rem;
  font-weight: bold;
}
.ctm_mypage-container .fs-c-productReviewed .fs-c-productPrice--member,
.ctm_review-container .fs-c-productReviewed .fs-c-productPrice--member {
  margin-top: 10px;
}
.ctm_mypage-container .fs-c-aggregateRating,
.ctm_review-container .fs-c-aggregateRating {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.ctm_mypage-container .fs-c-aggregateRating .fs-c-aggregateRating__count,
.ctm_review-container .fs-c-aggregateRating .fs-c-aggregateRating__count {
  margin-left: 20px;
}
.ctm_mypage-container .fs-c-reveiwNotes,
.ctm_review-container .fs-c-reveiwNotes {
  border: 5px solid #9e9e9e;
  padding: 10px;
  margin-bottom: 30px;
}
.ctm_mypage-container .fs-c-reveiwNotes h3,
.ctm_review-container .fs-c-reveiwNotes h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/* =============================================================================
### 24-12-03 レビュー書き込み完了
============================================================================= */
.fs-body-review-success .fs-c-heading--page {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .fs-body-review-success .fs-c-heading--page {
    font-size: 3rem;
  }
}
.fs-body-review-success .ctm_review-container {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-review-success .ctm_review-container {
    margin-bottom: 100px;
  }
}
.fs-body-review-success .fs-c-reviewSuccessComment {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .fs-body-review-success .fs-c-reviewSuccessComment {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-review-success .fs-c-button--back {
    max-width: 325px;
  }
}
.fs-body-review-success .fs-c-button--back:hover {
  background-color: #333;
  color: #fff;
}
.fs-body-review-success .fs-c-buttonContainer--topPage {
  margin-top: 20px;
}


/* =============================================================================
### 25-05-13 ポイント履歴修正
============================================================================= */
.fs-body-my-points .ctm_point_history_addTx{
	    padding: 10px 0px 20px;
}

@media screen and (min-width: 600px) {
    .fs-body-my-points .ctm_point_history_addTx{
        width: 500px;
        margin: 0 auto;
        padding: 20px 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

	
.fs-body-my-points .fs-c-pointSummary__label--limitedPoint {
		display:none;
}

.fs-body-my-points .fs-c-pointSummary__value--limitedPoint {
		display:none;
	}