@charset "UTF-8";
/* ------------------------------------------------------------------
  INDEX

  Reset
  ...

  #.fs-から始まるクラス名はOverwrite
------------------------------------------------------------------ */

/* ------------------------------------------------------------------
  Reset
------------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
li {
  list-style: none;
}
[type="hidden"]:focus, [type="text"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="url"]:focus, [type="email"]:focus,
[type="password"]:focus, [type="datetime"]:focus, [type="date"]:focus, [type="month"]:focus, [type="week"]:focus, [type="time"]:focus,
[type="datetime-local"]:focus, [type="number"]:focus, select:focus, textarea:focus {
  border-color: #ccc;
  box-shadow: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #EFEFEF inset;
}

/* ------------------------------------------------------------------
  -Font
------------------------------------------------------------------ */
@font-face {
  font-family: UniSansHeavyCAPS;
  src: url("https://milletonline.itembox.design/item/asset/fonts/UniSansHeavyCAPS-webfont.eot");
  src: url("https://milletonline.itembox.design/item/asset/fonts/UniSansHeavyCAPS-webfont.eot") format("embedded-opentype"), url("https://milletonline.itembox.design/item/asset/fonts/UniSansHeavyCAPS-webfont.ttf") format("woff"), url("https://milletonline.itembox.design/item/asset/fonts/UniSansHeavyCAPS-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Knockout-28JuniorFeathrwt;
  src: url("https://milletonline.itembox.design/item/asset/fonts/Knockout-28JuniorFeathrwt.eot");
  src: url("https://milletonline.itembox.design/item/asset/fonts/Knockout-28JuniorFeathrwt.eot") format("embedded-opentype"), url("https://milletonline.itembox.design/item/asset/fonts/Knockout-28JuniorFeathrwt.woff") format("woff"), url("https://milletonline.itembox.design/item/asset/fonts/Knockout-28JuniorFeathrwt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: GtPressuraBold;
  src: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/font/GtPressuraBold.eot");
  src: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/font/GtPressuraBold.eot") format("embedded-opentype"), url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/font/GtPressuraBold.woff") format("woff"), url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/font/GtPressuraBold.ttf") format("truetype");
  font-weight: 500;
  font-style: bold;
}
.f-gtpressura {
  font-family: "GtPressuraBold";
}

/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
body {
  font-size: 14px;
  color: #2A2A2A;
  font-family: "Zen Kaku Gothic New", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;
}
button {
  outline: none;
}
.pc_parts {
  display: block;
}
.sp_parts {
  display: none;
}


/* ------------------------------------------------------------------
  -Layout
------------------------------------------------------------------ */
.fs-l-main {
  margin: 40px 0;
}
.inner_size {
  width: 1320px;
  padding: 0 20px;
}
.inner_size_ll {
  width: 1320px;
}
.inner_size_l {
  width: 1100px;
}
.inner_size_m {
  width: 980px;
}
.inner_layout {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.inner_layout_flex {
  display: flex;
  margin: 0 auto;
}
.fs-c-heading {
  color: #2A2A2A;
  text-align: left;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 0;
  margin: 24px 0;
  width: 100%;
}

/* ------------------------------------------------------------------
  -Link
------------------------------------------------------------------ */
/* Link Color
------------------------------------------------------------------ */
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
a:link {
  color:#000;
  text-decoration:none;
}
a:visited {
  color:#000;
  text-decoration:none;
}
a:hover {
  color: #616161;
  text-decoration:none;
}
a:active {
  color:#000;
}

/* Hover img
------------------------------------------------------------------ */
a:hover img {
  opacity: 0.8;
}

/* ------------------------------------------------------------------
  -Link
------------------------------------------------------------------ */
/* lightbox
------------------------------------------------------------------ */
.lb-outerContainer {
  width: 80% !important;
  height: auto !important;
}
.lightbox .lb-image {
  width: 100% !important;
  height: auto !important;
}
.lb-dataContainer {
  width: 80% !important;
  margin-bottom: 100px !important;
}

/* ------------------------------------------------------------------
  Page
  - .fs-から始まるクラス名はOverwrite
------------------------------------------------------------------ */

/* パンくず
------------------------------------------------------------------ */
.fs-c-breadcrumb {
  font-size: 11px;
  color: #838383;
  margin-top: 30px;
}
.fs-c-breadcrumb a:link {color: #838383;}
.fs-c-breadcrumb a:visited {color: #838383;}
.fs-c-breadcrumb a:hover {color: #2A2A2A;}
.fs-c-breadcrumb a:active {color: #838383;}
.fs-c-breadcrumb__list {
  padding: 0;
}

/* ログイン状態による切り分け
------------------------------------------------------------------ */
.logout.login-status-true {
  display: none;
}
.login.login-status-false {
  display: none;
}

/* ボタン共通
------------------------------------------------------------------ */
.fs-c-buttonContainer {
  padding: 8px 0;
}
.fs-c-button--primary {
  background: #ff0718;
  border: 1px solid #FF0715;
  box-shadow: none;
  color: #fff;
  padding: 5px;
  width: 240px;
  margin: 0;
}
.fs-c-button--secondary {
  background: #616161;
  border: 1px solid #616161;
  box-shadow: none;
  color: #fff;
  padding: 5px;
  width: 240px;
  margin: 0;
}
.fs-c-button--standard {
  background: #fff;
  border: 1px solid #616161;
  box-shadow: none;
  color: #2a2a2a;
  padding: 5px;
  width: 240px;
  margin: 0;
}
.fs-c-button--primary:link {color: #fff;}
.fs-c-button--primary:visited {color: #fff;}
.fs-c-button--primary:hover {color: #fff;}
.fs-c-button--primary:active {color: #fff;}
.fs-c-button--secondary:link {color: #fff;}
.fs-c-button--secondary:visited {color: #fff;}
.fs-c-button--secondary:hover {color: #fff;}
.fs-c-button--secondary:active {color: #fff;}
.fs-c-button--standard:link {color: #2A2A2A;}
.fs-c-button--standard:visited {color: #2A2A2A;}
.fs-c-button--standard:hover {color: #2A2A2A;}
.fs-c-button--standard:active {color: #2A2A2A;}
.fs-c-button--primary:hover,
.fs-c-button--secondary:hover,
.fs-c-button--standard:hover,
.fs-c-button--particular:hover {
  opacity: 0.8;
}
a.fs-c-button--primary,
a.fs-c-button--secondary,
a.fs-c-button--standard {
  display: inline-block;
  text-align: center;
}

/* 商品リスト
------------------------------------------------------------------ */
.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productList__list article {
  width: 33.333%;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
}
.fs-c-productListItem__viewMoreImageButton,
.fs-c-productName__copy,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__control {
  display: none;
}
.fs-c-productListItem__imageContainer {
  margin-bottom: 20px;
}
.fs-c-productListItem__productName {
  font-size: 1.3rem;
  margin: 8px 0;
  text-align: center;
}
.fs-c-productName__name {
  color: #2A2A2A;
}
.fs-c-productListItem__image__image {
  padding: 20px 0 0;
  max-width: 100%;
  object-fit: contain;
}
.fs-c-productListItem__prices {
  text-align: center;
}
.fs-c-price {
  display: inline;
}
.fs-c-productPrice__addon__label {
  font-size: 1.1rem;
}
.fs-c-productPrice__addon__label::before {
  content: "\ff08";
}
.fs-c-productPrice__addon__label::after {
  content: "\ff09";
}
.fs-c-sortItems__list__item.is-active {
  background-color: #FF0718;
}
.fs-c-button--plain {
  color: #FF0718;
}
.fs-c-productName__variation {
  display: block;
  font-size: 10px;
}
.fs-c-productName__variation::before {
  content: "\28";
}
.fs-c-productName__variation::after {
  content: "\29";
}
.fs-c-productPrice--listed, .fs-c-productPrice--selling {
  color: #2A2A2A;
  font-size: 1.3rem;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #FF0718;
}


/* 商品マーク
------------------------------------------------------------------ */
.fs-c-productMarks {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fs-c-productMark__mark {
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 3px;
  border-radius: 2px;
}
.fs-c-productMark {
  visibility: hidden;
}
.mark-hanbai {
  border: 1px solid #FF0718;
  color: #FF0718;
  background: #fff;
  position: absolute;
  left: 18px;
  top: 18px;
  border-radius: 0;
}
.mark-new, .mark-gentei {
  border: 1px solid #FF0718;
  color: #fff;
  background: #FF0718;
  position: absolute;
  left: 18px;
  top: 18px;
  border-radius: 0;
}
.mark-kinou {
  border: 1px solid #999;
  color: #999;
  background: #fff;
}

/* お気に入りリスト
------------------------------------------------------------------ */
/*お気に入りリストで解除ボタン表示*/
#fs_MyWishList .fs-c-productListItem__control {
  display: block;
}
/*カートボタン・再入荷お知らせ非表示*/
#fs_MyWishList .fs-c-button--addToCart--list,
#fs_MyWishList .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
}
#fs_MyWishList .fs-c-productListItem__control button {
  border: 1px solid #EFEFEF;
  padding: 5px 30px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-size: 12px;
  color: #5a5a5a;
  background: #EFEFEF;
}
#fs_MyWishList .fs-c-productListItem__control button.fs-c-button--addToWishList--icon {
  background: #fff;
  border: 1px solid #5a5a5a;
}
@media screen and (max-width: 767px){
  #fs_MyWishList .fs-c-productListItem__control button {
    padding: 5px 10px;
    font-size: 1.0rem;
  }
}
#fs_MyWishList .fs-c-productMarks {
  display: none !important;
}

/*▲*/
.fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
  text-align: center;
  border-bottom: none;
  color: #2A2A2A;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.fs-c-productListCarousel__list__item {
  flex-basis: 200px;
  max-width: 200px;
  min-width: 200px;
  margin: 0 8px;
}
.fs-c-productListCarousel__ctrl {
  font-size: 0px;
}
.fs-c-button--carousel::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;
  font-size: 44px;
}
.fs-c-button--carousel--prev::before {
  content: "\e90b";
}
.fs-c-button--carousel--next::before {
  content: "\e90c";
}
.fs-c-wishlistProduct__footer {
  margin-top: 20px;
  text-align: right;
}
.fs-c-wishlistProduct__footer a {
  border-bottom: 1px solid #2A2A2A;
}
.fs-c-wishlistProduct__footer a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  margin-left: 5px;
}

/* ログイン
------------------------------------------------------------------ */
.fs-c-fsLogin .fs-c-inputInformation__field {
  width: 100%;
  max-width: 500px;
}
.fs-c-newUsers {
  margin-top: 50px;
}

/* データ0件表示
------------------------------------------------------------------ */
.fs-c-noResultMessage {
  background: rgba(126, 126, 126, 0.08);
  padding: 24px;
  margin: 24px 0;
  text-align: center;
}

/* モーダル
------------------------------------------------------------------ */
.fs-c-modal__header {
  background: #f7f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.fs-c-modal__contents {
  padding: 16px;
}
.fs-c-modal__title, .fs-c-modal__productName {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0.1em 0 0;
}
.mf-group-mypage .fs-c-panelContainer {
  margin: 20px 0;
}
.fs-c-subSection__title {
  margin-bottom: 20px;
}
.fs-c-inputTable--inModal {
  width: 100%;
}

/* input項目
------------------------------------------------------------------ */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="date"],
select,
textarea,
.fs-c-inputGroup input[type="password"],
.fs-c-inputGroup input[type="text"] {
  padding:5px 8px;
  border-radius: 0px;
  border: 2px solid #ccc;
  color: #2A2A2A;
}
.fs-c-inputGroup,
.fs-c-inputGroup--vertical,
.fs-c-inputGroup--inline {
  border: none;
}
.fs-c-button--displayPassword::after {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 400;
}
.fs-c-button--hidePassword::after {
  content: "\f070";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 400;
}
.fs-c-inputGroup button {
  padding: 0 11px;
  border: 2px solid #ccc;
  border-left: 0;
  border-radius: 0;
}
.fs-c-inputTable__headerCell {
  font-weight: normal;
  padding: 10px 30px 10px 0;
}
.fs-c-inputTable__headerCell {
  font-weight: normal;
  padding: 10px 30px 10px 0;
}
.fs-c-inputTable__dataCell {
  padding: 10px 0;
}
.fs-c-assist {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fs-c-inputDate__year,
.fs-c-inputDate__month,
.fs-c-inputDate__date {
  width: 100px;
}
.fs-c-dropdown::after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-left: 2px solid #ccc;
}
.fs-c-inputField__explanation {
  margin: 4px 0;
}
.fs-c-inputTable__comment {
  margin: 4px 0;
}
.fs-c-inputInformation__field {
  margin: 0 auto 20px;
}
.fs-c-additionalCheckField {
  margin: 10px 0 0 10px;
}
.fs-c-checkbox__label a {
  text-decoration: underline;
}
@media screen and (max-width: 767px){
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="date"],
  select,
  textarea,
  .fs-c-inputGroup input[type="password"],
  .fs-c-inputGroup input[type="text"] {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------
  Mypage
  - マイページ関連
  - .fs-から始まるクラス名はOverwrite
------------------------------------------------------------------ */

/* 共通
------------------------------------------------------------------ */
.fs-c-buttonContainer,
.fs-c-textLinkContainer {
  text-align: center;
}
.fs-c-buttonContainer--addAddressbook {
  text-align: left;
}
.fs-c-buttonContainer--myPageTop {
  margin-bottom: 100px;
  text-align: left;
  margin-top: 30px;
}
.fs-c-button--myPageTop {
  border-bottom: 1px solid #2A2A2A;
}
.fs-c-button--myPageTop::before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  margin-right: 5px;
}


/* パスワード忘れ
------------------------------------------------------------------ */
.fs-body-forgotPassword .fs-c-inputInformation__message {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.fs-body-forgotPassword .fs-c-inputInformation__message li {
  list-style: decimal;
}
.fs-body-forgotPassword .fs-c-inputInformation__field {
  width: 100%;
  max-width: 500px;
}


/* 新規パスワード設定
------------------------------------------------------------------ */
.fs-body-resetPassword .fs-c-inputInformation__field {
  width: 100%;
  max-width: 500px;
}


/* 会員登録・会員情報
--------------------------------------------------------*/
.fs-body-register .fs-c-inputInformation__field,
.fs-body-my-account-settings .fs-c-inputInformation__field,
.fs-body-my-account-settings-edit .fs-c-inputInformation__field {
  max-width: 700px;
}
.fs-body-register .fs-c-inputTable__headerCell,
.fs-body-my-account-settings .fs-c-inputTable__headerCell,
.fs-body-my-account-settings-edit .fs-c-inputTable__headerCell {
  width: 200px;
  padding: 10px 0;
  padding-right: 30px;
}
.fs-body-register .fs-c-inputTextGroup,
.fs-body-my-account-settings .fs-c-inputTextGroup,
.fs-body-my-account-settings-edit .fs-c-inputTextGroup {
  justify-content: flex-start;
}
.fs-body-register .fs-c-additionalCheckField {
  margin-left: 205px;
}

/* 会員登録完了
------------------------------------------------------------------ */
.fs-c-registerSuccessMessage {
  text-align: center;
  margin-bottom: 50px;
}
.fs-c-registerSuccessMessage h1 {
  font-family: "UniSansHeavyCAPS";
  font-weight: bold;
  font-size: 66px;
}
.fs-c-registerSuccessMessage p {
  font-size: 16px;
}
.registerSuccess_btn_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
a.registerSuccess_btn {
  display: inline-block;
  width: 200px;
  padding: 14px;
  background: #ff0718;
  color: #fff;
  font-size: 16px;
}
a.registerSuccess_btn:hover {
  opacity: 0.8;
}
.registerSuccess_btn + .registerSuccess_btn {
  margin-left: 50px;
}
.fs-body-register-success .footer-joinus {
  display: none;
}

/* マイページ
------------------------------------------------------------------ */
.fs-c-accountService {
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 960px){
  .fs-body-my-top .fs-c-accountService {
    flex-basis: 64%;
  }
}
@media screen and (min-width: 600px){
  .fs-c-accountService {
    justify-content: flex-start;
    margin-left: -8px;
  }
}
.fs-c-accountService__page {
  flex-basis: 128px;
  display: flex;
  align-items: stretch;
  height: 128px;
  margin: 8px 0;
}
.fs-c-accountService__page--accountDelete {
  height: 24px;
}
@media screen and (min-width: 600px){
  .fs-c-accountService__page {
    margin: 8px;
  }
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: 0 0 2px #b2b2b2;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::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;
  display: block;
  color: #7c8790;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  flex-grow: 1;
  font-size: 1.2rem;
}
.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
  content: "\e93a";
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "\e900";
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\e901";
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e902";
}

.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93b";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "\e903";
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\e904";
}

.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "\e905";
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\e906";
}

.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
  content: "\e907";
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\e908";
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\e909";
}

.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
  content: "\e93c";
}
.fs-p-accountInfo {
  background: #f7f7f7;
  color: #2A2A2A;
  padding: 8px;
}
.fs-p-accountInfo__body {
  text-align: center;
  background: #ffffff;
  padding: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-l-account {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .fs-body-my-top .fs-p-accountInfo {
    width: 35%;
    float: right;
  }
  .fs-body-my-top .fs-c-accountService {
    width: 64%;
  }
}
.fs-p-accountInfo__point__point__available__number {
  color: #FF0718;
  font-size: 2.2rem;
}
.fs-p-accountInfo__point__point__available {
  font-weight: bold;
}

/* 注文履歴
------------------------------------------------------------------ */
.fs-body-my-orders .fs-c-history {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-body-my-orders .fs-c-history__info {
  order: 2;
  width: 230px;
  background: rgba(126, 126, 126, 0.08);
  padding: 16px;
}
.fs-body-my-orders .fs-c-history__listContainer {
  order: 1;
  width: 830px;
  margin-bottom: 30px;
}
.fs-body-my-orders .fs-c-history__infoSummary {
  margin-top: 16px;
}
.fs-body-my-orders .fs-c-history__term {
  color: #7c8790;
  font-weight: 700;
  font-size: 1.2rem;
}
.fs-body-my-orders .fs-c-history__total dl {
  grid-gap: 0;
}
.fs-body-my-orders .fs-c-history__total dt, .fs-body-my-orders .fs-c-history__total dd {
  border-top: 1px solid #7c8790;
  margin-top: 8px;
  padding-top: 8px;
}
.fs-body-my-orders .fs-c-history__total dt {
  font-weight: 700;
}
.fs-body-my-orders .fs-c-pairList > dt::after {
  content: "";
}
.fs-body-my-orders .fs-c-price {
  display: flex;
}
.fs-body-my-orders .fs-c-history__total dd {
  text-align: right;
}
.fs-body-my-orders .fs-c-listControl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 2;
  padding: 0;
}
.fs-c-orderHistory {
  margin-top: 8px;
}
.fs-c-orderHistoryItem {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  margin-bottom: 24px;
  overflow: hidden;
}
.fs-c-orderHistoryItem__header {
  border-bottom: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.fs-c-orderHistoryItem__header > *[class^="fs-c-orderHistoryItem"] {
  padding: 8px;
}
.fs-c-orderHistoryItem__orderDescriptionButton {
  text-align: center;
}
.fs-c-orderHistoryItem__orderInfo {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs-c-orderHistoryItem__orderInfo > li {
  box-sizing: border-box;
}
.fs-c-orderHistoryItem__orderInfo__info {
  margin: 0;
}
.fs-c-orderHistoryItem__orderInfo__info dd {
  font-weight: 700;
  margin: 0;
}
.fs-c-orderHistoryItem__body {
  padding: 0 8px;
}
.fs-c-orderHistoryItem__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  grid-gap: 8px;
  align-items: start;
  padding: 16px 8px;
}
.fs-c-orderHistoryItem__product + .fs-c-orderHistoryItem__product {
  border-top: 1px solid #b2b2b2;
}

.fs-c-orderHistoryItem__product > * + * {
  margin-top: 8px;
}
@supports (grid-gap: 8px) {
  .fs-c-orderHistoryItem__product > * + * {
    margin-top: auto;
  }
}

.fs-c-orderHistoryItem__product > * {
  -ms-grid-row-align: start;
}
.fs-c-orderHistoryItem__productImage {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 5;
  margin-right: 8px;
}
@supports (grid-gap: 8px) {
  .fs-c-orderHistoryItem__productImage {
    margin: 0;
  }
}

.fs-c-orderHistoryItem__productImage__image {
  padding-right: 8px;
}
.fs-c-orderHistoryItem__productName {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: auto;
}
.fs-c-orderHistoryItem__unitPrice {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-orderHistoryItem__productQuantity {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  text-align: right;
}
.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 1.2rem;
}
.fs-c-orderHistoryItem__deliveryInfo {
  font-size: 1.2rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  margin: 0;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.fs-c-orderHistoryItem__deliveryInfo dt {
  text-align: right;
  padding-right: 8px;
}

.fs-c-orderHistoryItem__deliveryInfo dd {
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid #3c3c3c;
  font-weight: 700;
}
.fs-c-orderHistoryItem__button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.fs-c-orderHistoryItem__footer {
  border-top: 1px solid #b2b2b2;
  padding-top: 16px;
  margin: 8px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .fs-c-orderHistoryItem__header {
    flex-direction: row;
    align-items: center;
  }
  .fs-c-orderHistoryItem__orderInfo__info + .fs-c-orderHistoryItem__orderInfo__info {
    margin-left: 48px;
  }
  .fs-c-orderHistoryItem__product {
    -ms-grid-columns: 112px 1fr auto auto;
    grid-template-columns: 112px 1fr auto auto;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .fs-c-orderHistoryItem__product > * + * {
    margin-top: auto;
    margin-left: 8px;
  }
  @supports (grid-gap: 8px) {
    .fs-c-orderHistoryItem__product > * + * {
      margin: 0;
    }
  }
  .fs-c-orderHistoryItem__productImage {
    -ms-grid-column: 1;
    /* grid-column: 1; */
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    /* grid-row: 1 / 4; */
    /* margin-right: 0; */
  }
  .fs-c-orderHistoryItem__productName {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-orderHistoryItem__unitPrice {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-orderHistoryItem__productQuantity {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    text-align: left;
  }
  .fs-c-orderHistoryItem__deliveryInfo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-orderHistoryItem__button {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.fs-body-my-orders .fs-c-productPrice__addon__label {
  color: #2A2A2A;
}


/* 注文履歴詳細
------------------------------------------------------------------ */
.fs-body-my-orders-details .fs-c-orderDetailList {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #646464;
}
.fs-body-my-orders-details .fs-c-orderDetailList dt {
  width: 120px;
  padding: 12px;
}
.fs-body-my-orders-details .fs-c-orderDetailList dd {
  width: calc(100% - 120px);
  padding: 12px;
}
.fs-body-my-orders-details .fs-c-orderDetailList__date,
.fs-body-my-orders-details .fs-c-orderDetailList__date + dd {
  background: #646464;
  color: #ffffff;
}
.fs-body-my-orders-details .fs-c-addresseeList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #f3f3f3;
  padding: 12px;
}
.fs-body-my-orders-details .fs-c-addresseeList dt {
  width: 120px;
  padding-bottom: 6px;
}
.fs-body-my-orders-details .fs-c-addresseeList dd {
  width: calc(100% - 120px);
  padding-bottom: 6px;
}
.fs-body-my-orders-details .fs-c-cartTable__headerCell,
.fs-body-my-orders-details .fs-c-cartTable__dataCell {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding: 16px;
}
.fs-body-my-orders-details .fs-c-orderTotalTable td {
  width: 220px;
}
.fs-body-my-orders-details .fs-c-orderTotalTable th,
.fs-body-my-orders-details .fs-c-orderTotalTable td {
  border: none;
}
.fs-c-orderTotalInfo {
  margin-top: 32px;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 32px;
}
.fs-body-my-orders-details .fs-c-orderTotalTable .fs-c-price {
  font-weight: bold;
}
.fs-body-my-orders-details .fs-c-orderDetail__data,
.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
  margin-bottom: 60px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  font-size: 16px;
  margin-bottom: 10px;
  color: #616161;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  border: 0;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList dt {
  background-color: #f3f3f3;
  border: 1px solid #E6E6E6;
  border-right: 0;
  padding: 8px;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList dd {
  border: 1px solid #E6E6E6;
  width: 220px;
  padding: 8px;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin-top: 10px;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable th {
  background-color: #f3f3f3;
  border: 1px solid #E6E6E6;
  padding: 8px;
  font-weight: normal;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable td {
  border: 1px solid #E6E6E6;
  width: 220px;
  padding: 8px;
}
.fs-body-my-orders-details .fs-c-cartTable__headerCell {
  color: #616161;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__headingNumber {
  margin-right: 10px;
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 30px;
}
.fs-body-my-orders-details .fs-c-heading--section {
  border-bottom: 1px solid #2A2A2A;
}
.fs-body-my-orders-details .fs-c-productPrice__addon__label {
  color: #2A2A2A;
}


/* レビュー履歴
------------------------------------------------------------------ */
.fs-c-reviewList {
  list-style: none;
  padding: 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.fs-c-reviewList__item {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
}
.fs-c-reviewList__item__product {
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
.fs-c-reviewList__item__info {
  display: flex;
  flex-direction: column;
}
.fs-c-reviewList__item__body {
  margin: 8px 0;
}
.fs-c-reviewList__item__editButton {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .fs-c-reviewList__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 4fr;
    grid-template-columns: 1fr 1fr 4fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
    grid-column-gap: 8px;
  }
  .fs-c-reviewList__item > * {
    margin-left: 8px;
  }
  @supports (grid-gap: 8px) {
    .fs-c-reviewList__item > * {
      margin-left: 0;
    }
  }
  .fs-c-reviewList__item__product {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-left: 0;
  }
  .fs-c-reviewList__item__info {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .fs-c-reviewList__item__body {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .fs-c-reviewList__item__editButton {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
}

.fs-c-reviewList--product .fs-c-reviewList__item {
  grid-template: 1fr / 1fr 4fr;
  -ms-grid-columns: 1fr 4fr;
  -ms-grid-rows: 1fr;
}
.fs-c-reviewList--product .fs-c-reviewList__item__info {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
}
.fs-c-reviewList--product .fs-c-reviewList__item__body {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item {
  grid-template: auto auto / 1fr;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto auto;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.fs-c-reviewBody {
  border: 1px solid #e5e5e5;
  padding: 16px;
}
.fs-c-reviewProduct__info {
  margin-top: 10px;
}
.fs-body-my-reviews .fs-c-reviewInfo__date,
.fs-body-reviews-reviewer .fs-c-reviewInfo__date {
  font-size: 12px;
  margin-top: 10px;
}
.fs-c-reviewInfo__date dt::after {
  content: "\FF1A";
}
.fs-c-reviewInfo__status {
  padding: 3px 5px;
  display: inline-block;
  border: 1px solid #616161;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 2px;
  margin-right: 30px;
  text-align: center;
}
.fs-c-listControl__status {
  text-align: right;
  margin: 5px 0;
}
.fs-body-my-reviews .fs-c-buttonContainer--myPageTop {
  margin-top: 30px;
}
.fs-c-reviewer__status {
  margin-top: 10px;
}
.fs-c-reviewProduct, .fs-c-reviewInfo {
  margin-top: 8px;
}

/* ポイント履歴
------------------------------------------------------------------ */
.fs-body-my-points .fs-c-history__info {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fs-body-my-points .fs-c-history__info {
    max-width: 560px;
  }
}
.fs-body-my-points .fs-c-history__listContainer {
  padding-top: 24px;
}
.fs-body-my-points .fs-c-history__info {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px;
}
.fs-c-pointSummary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  padding: 8px;
  margin: 0;
}
.fs-c-pointSummary > dd {
  margin-left: 0;
  text-align: right;
}
.fs-c-pointSummary [class$="--availablePoint"] {
  padding: 16px 8px 8px;
  background: rgba(126, 126, 126, 0.08);
}
.fs-c-pointSummary__label--availablePoint {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-c-pointSummary__value--availablePoint {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-bottom: 8px;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #ff0718;
  font-size: 2.6rem;
}
.fs-c-pointSummary [class$="--limitedPoint"] {
  background: rgba(126, 126, 126, 0.08);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.fs-c-pointSummary__label--limitedPoint {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
  text-align: right;
}
.fs-c-pointSummary__label--limitedPoint::before {
  content: "\FF08";
}
.fs-c-pointSummary__label--limitedPoint::after {
  content: "\FF1A";
}
.fs-c-pointSummary__value--limitedPoint {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-pointSummary__value--limitedPoint::after {
  content: "\FF09";
}
.fs-c-pointSummary__label--purchasePointExpiration, .fs-c-pointSummary__label--waitingPoint, .fs-c-pointSummary__label--purchasePointTotal {
  -ms-grid-column: 1;
  grid-column: 1;
}
.fs-c-pointSummary__value--purchasePointExpiration, .fs-c-pointSummary__value--waitingPoint, .fs-c-pointSummary__value--purchasePointTotal {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
}
.fs-c-pointSummary [class$="--purchasePointExpiration"] {
  -ms-grid-row: 3;
  grid-row: 3;
}
.fs-c-pointSummary [class$="--waitingPoint"] {
  -ms-grid-row: 4;
  grid-row: 4;
}
.fs-c-pointSummary [class$="--purchasePointTotal"] {
  -ms-grid-row: 5;
  grid-row: 5;
}
.fs-body-my-points .fs-c-history__listContainer {
  padding-top: 24px;
}
.fs-c-pointListTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
}
.fs-body-my-points .fs-c-listTable th,
.fs-body-my-points .fs-c-listTable td {
  border-right: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  padding: 8px;
}
.fs-body-my-points .fs-c-listTable > thead {
  background: rgba(126, 126, 126, 0.08);
}
.fs-body-my-points .fs-c-listTable > tbody {
  border-bottom: 1px solid #b2b2b2;
}
.fs-body-my-points .fs-c-listTable th:last-child,
.fs-body-my-points .fs-c-listTable td:last-child {
  border-right: none;
}
.fs-body-my-points .fs-c-listControl {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}
.fs-body-my-points .fs-c-history__listContainer {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .fs-c-listTable > thead {
    display: none;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
    display: flex;
    border-left: 1px solid #b2b2b2;
  }
  .fs-body-my-points .fs-c-listTable th:last-child, .fs-body-my-points .fs-c-listTable td:last-child {
    border-bottom: 1px solid #b2b2b2;
  }
  .fs-body-my-points .fs-c-listTable th:last-child, .fs-body-my-points .fs-c-listTable td:last-child {
    border-right: 1px solid #b2b2b2;
  }
  .fs-body-my-points .fs-c-listTable > tbody {
    border-bottom: none;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before {
    width: 120px;
    padding-right: 8px;
    box-sizing: content-box;
  }
  .fs-c-listTable > tbody > tr {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .fs-c-pointListTable td[aria-label="獲得・利用ポイント"] {
    text-align: left;
  }
  .fs-c-pointListTable td[aria-label="日付"],
  .fs-c-pointListTable td[aria-label="ポイント状況"],
  .fs-c-pointListTable td[aria-label="有効期限"] {
    text-align: center;
  }
  .fs-c-pointListTable td[aria-label="日付"],
  .fs-c-pointListTable td[aria-label="ポイント状況"],
  .fs-c-pointListTable td[aria-label="有効期限"] {
    text-align: left;
  }
  .fs-c-listTable > tbody > tr > th::before, .fs-c-listTable > tbody > tr td::before {
    content: attr(aria-label);
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .fs-c-listTable > tbody > tr + tr {
    margin-top: 24px;
  }
  .fs-c-pointListTable td[aria-label="日付"] {
    background: rgba(126, 126, 126, 0.08);
  }
}

/* クレジットカード一覧
------------------------------------------------------------------ */
.fs-c-creditCardListItem {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.fs-c-creditCardListItem.is-active {
  padding-top: 50px;
}
.fs-c-creditCardListItem + .fs-c-creditCardListItem {
  margin-top: 10px;
}
.fs-body-my-cards .fs-c-creditCardListItem__button button {
  width: auto;
  padding: 5px 10px;
}
.fs-body-my-cards .fs-c-simpleTable__headerCell {
  padding-right: 20px;
  text-align: left;
}
.fs-c-creditCardListItem__status {
  margin-bottom: 10px;
  font-weight: bold;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media screen and (max-width: 767px) {
  .fs-c-pairList{
    width: 100%;
  }
  .fs-body-my-cards .fs-c-creditCardListItem__button {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .fs-c-button--changeMainCreditCard {
    margin-right: 5px;
  }
}

/* 会員カード認証
------------------------------------------------------------------ */
.fs-body-membershipCardAuth .fs-c-inputInformation__field {
  width: 100%;
  max-width: 500px;
}
.fs-body-membershipCardAuth .fs-c-buttonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}
.fs-body-membershipCardAuth .fs-l-main {
  position: relative;
}
.fs-body-membershipCardAuth .fs-c-buttonContainer button {
  margin-bottom:20px;
}
.card-auth_note {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

/* パスワード変更
------------------------------------------------------------------ */
.fs-body-my-account-password .fs-c-inputInformation__field {
  width: 100%;
  max-width: 500px;
}

/* お届け先リスト
------------------------------------------------------------------ */
.fs-body-my-addressbook .fs-c-listTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0 30px 0;
}
.fs-body-my-addressbook .fs-c-listTable > tbody {
  border-top: 1px solid #b2b2b2;
}
.fs-body-my-addressbook .fs-c-listTable tr {
  border-bottom: 1px solid #b2b2b2;
}
.fs-body-my-addressbook .fs-c-listTable th,
.fs-body-my-addressbook .fs-c-listTable td {
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  padding: 8px;
}
.fs-body-my-addressbook .fs-c-listTable th:first-child,
.fs-body-my-addressbook .fs-c-listTable td:first-child {
  border-left: none;
}
.fs-body-my-addressbook .fs-c-listTable th:last-child,
.fs-body-my-addressbook .fs-c-listTable td:last-child {
  border-right: none;
  max-width: 140px;
}
.fs-body-my-addressbook .fs-c-button--changeInfomation,
.fs-body-my-addressbook .fs-c-button--delete {
  width: 80px;
}
.fs-body-my-addressbook .fs-c-button--addToAddressbook {
  width: 180px;
  text-align: center;
  margin: 20px 0;
}
.fs-body-my-addressbook .fs-c-buttonContainer--deleteChange {
  display: flex;
  justify-content: center;
}
.fs-body-my-addressbook .fs-c-button--changeInfomation {
  margin-right: 5px;
}
.fs-body-my-addressbook .fs-c-list {
  list-style-type: none;
}
.fs-body-my-addressbook .fs-c-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2A2A2A;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation__field,
.fs-body-my-addressbook-new .fs-c-inputInformation__field {
  max-width: 700px;
}
.fs-body-my-addressbook-edit .fs-c-inputTable__headerCell,
.fs-body-my-addressbook-new .fs-c-inputTable__headerCell {
  width: 200px;
  padding: 10px 0;
  padding-right: 30px;
}
.fs-body-my-addressbook-edit .fs-c-inputTextGroup,
.fs-body-my-addressbook-new .fs-c-inputTextGroup {
  justify-content: flex-start;
}

/* 退会手続き
------------------------------------------------------------------ */
.fs-body-my-account-delete .fs-c-inputInformation__field {
  width: 600px;
}
.fs-body-my-account-delete .fs-c-inputInformation__button {
  text-align: center;
  margin-bottom: 20px;
}


/* クーポン情報
------------------------------------------------------------------ */
#fs_MyCoupons .fs-c-breadcrumb,
#fs_MyCoupons .fs-l-main{
    width: 1100px;
    margin: 0 auto;
    padding: 10px;
}
.fs-c-coupon__info{
    padding: 30px;
    background: #fafafa;
    margin: 20px auto;
}

.fs-c-coupon__name.fs-c-couponName {
    font-size: 1.5rem;
}
h2.fs-c-couponName__name {
    padding: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #666;
    margin-top: 30px;
    border-bottom: 1px solid #666;
}
.fs-c-couponName__discount {
    padding: 10px;
}
span.fs-c-couponName__discount__value {
    color: #ff0718;
    font-size: 1.6rem;
    font-weight: bold;
}
.fs-c-coupon__description__expiration.fs-c-couponExpiration {
    padding: 16px;
}
.fs-c-couponExpiration__list__item__body {
    display: inline-block;
}
span.fs-c-couponExpiration__comment {
    color: #ff0718;
}
.fs-c-coupon__description__appliedCondition.fs-c-couponAppliedCondition {
    padding: 16px;
}
li.fs-c-couponAppliedCondition__list__item {
    list-style: disc;
    margin-left: 20px;
}
.fs-c-coupon__description__appliedCondition h3{
    margin-bottom: 10px;
}
.fs-c-couponName__explain {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
}
@media screen and (max-width: 979px){
  #fs_MyCoupons .fs-c-breadcrumb,
  #fs_MyCoupons .fs-l-main{
      width: 100%;
      display: block;
      padding: 0 20px;
  }
  .fs-c-couponName__name {
    font-size: 18px;
    line-height: 1.4;
  }
  .fs-c-coupon__info{
    padding: 10px;
  }
  .fs-c-couponName__discount{
    margin: 0px;
  }
}



/* ------------------------------------------------------------------
  カート
  - .fs-から始まるクラス名はOverwrite
------------------------------------------------------------------ */

/* カート
------------------------------------------------------------------ */
.fs-body-cart .fs-c-cartTable__headerCell,
.fs-body-cart .fs-c-cartTable__dataCell {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding: 16px;
}
.fs-body-cart .fs-c-cartTable__headerCell {
  background-color: transparent;
  color: #616161;
}
.fs-body-cart .fs-c-cartTable__productImage {
  width: 145px;
  height: auto;
}
.fs-body-cart .fs-c-cartTable__productName__name {
  font-size: 18px;
  margin-bottom: 16px;
}
.fs-body-cart .fs-c-listedProductName__variation {
  font-size: 13px;
}
.fs-body-cart .fs-c-cartTable__unitPrice {
  display: none;
}
.fs-body-cart .fs-c-cartTable__actionButton button {
  border: none;
  background: transparent;
  color: #616161;
  font-size: 12px;
  text-align: left;
}
.fs-body-cart .fs-c-cartTable__actionButton button:hover {
  text-decoration: underline;
}
.fs-body-cart .fs-c-button--cancel--cart {
  margin-bottom: 14px;
}
.fs-body-cart .fs-c-button--cancel--cart::before {
  content: "\D7";
}
.fs-body-cart .fs-c-button--buyItLater::before {
  content: "\e919";
  font-family: 'fs-icon' !important;
}
.fs-body-cart #fs-cartTotals-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
}
.fs-body-cart .fs-c-orderTotalTable {
  width: 310px;
}
.fs-body-cart .fs-c-orderTotalTable th {
  text-align: left;
}
.fs-body-cart .fs-c-orderTotalTable th,
.fs-body-cart .fs-c-orderTotalTable td {
  font-weight: normal;
  border: none;
}
.fs-body-cart .fs-c-orderTotalTable .fs-c-price {
  font-size: 18px;
  font-weight: bold;
}
.fs-body-cart .fs-c-purchaseHere__message {
  display: none;
}
.fs-body-cart .fs-c-button--primary,
.fs-body-cart .fs-c-button--secondary,
.fs-body-cart .fs-c-button--standard {
  width: 310px;
  padding: 12px;
  font-size: 16px;
}
.fs-body-cart .fs-c-cartPayment__button {
  text-align: right;
}
.fs-body-cart .fs-c-cartPayment__button a,
.fs-body-cart .fs-c-continueShopping a {
  margin: 0;
}
.fs-body-cart .fs-l-cart__contentsArea {
  position: relative;
}
.fs-body-cart .fs-c-continueShopping {
  position: absolute;
  bottom: 18px;
}
.fs-body-cart .fs-l-cart__contentsArea {
  margin-bottom: 80px;
}
.fs-body-cart .fs-c-cartDiscountInfo {
  margin-top: 20px;
}
.fs-c-cartTable__dataCell--action {
  min-width: 170px;
}
.fs-c-cartTable__headerCell--point {
  min-width: 100px;
}
.fs-body-cart .fs-c-totalAndActions .inner_layout {
  position: relative;
}

/* カート会員登録
--------------------------------------------------------*/
.fs-body-customerDetails .fs-c-inputInformation__field {
  max-width: 700px;
}
.fs-body-customerDetails .fs-c-inputTable__headerCell {
  width: 200px;
  padding: 10px 0;
  padding-right: 30px;
}
.fs-body-customerDetails .fs-c-inputTextGroup {
  justify-content: flex-start;
}
.fs-body-customerDetails .fs-c-additionalCheckField {
  margin-left: 205px;
}
.fs-body-customerDetails .fs-c-buttonContainer {
  display: flex;
  justify-content: center;
}

/* チェックアウト
--------------------------------------------------------*/
@media screen and (min-width: 960px) {
  [class^="fs-body-checkout"] .fs-l-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
    width: calc(100% - 340px);
  }
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    width: 320px;
  }
}
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
  margin-top: 24px;
}
.fs-c-checkout-preview {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px;
  background: #ffffff;
  color: #2A2A2A;
}
.fs-c-checkout-preview__title {
  border-bottom: 1px solid #999999;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 12px;
  padding: 0 0 8px;
  text-align: center;
}
.fs-l-checkout__mainColumn .fs-c-buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  justify-content: flex-end;
  width: 100%;
}
.fs-c-creditCardIcons {
  display: flex;
}
.fs-c-creditCardIcons li {
  margin-right: 8px;
}
.fs-l-checkout__mainColumn p {
  margin: 0;
}
.fs-c-checkout-paymentMethod,
.fs-c-checkout-deliveryMethod,
.fs-c-checkout-checkoutMethod {
  border: 2px solid #f7f7f7;
}
.fs-c-checkout-paymentMethod__title,
.fs-c-checkout-deliveryMethod__title,
.fs-c-checkout-checkoutMethod__title {
  padding: 8px;
  background: #f7f7f7;
  color: #2A2A2A;
}
.fs-c-checkout-paymentMethod.is-active,
.fs-c-checkout-deliveryMethod.is-active,
.fs-c-checkout-checkoutMethod.is-active {
  border: 2px solid #666666;
}
.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title,
.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title,
.fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
  background: #666666;
  color: #ffffff;
}
.fs-c-checkout-paymentInfo__message {
  margin-bottom: 10px;
}
.fs-c-checkout-delivery__method {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
  margin-bottom: 10px;
}
.fs-c-checkout-delivery__method__title {
  font-size: 1.8rem;
  margin: 0;
}
.fs-c-checkout-delivery__method__message {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #2A2A2A;
  margin: 8px 0;
  padding: 10px;
}
.fs-c-checkout-paymentMethod__body > * {
  margin: 10px;
}
.fs-c-checkout-destination__body {
  display: block;
}
.fs-c-checkout-destination__control {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.fs-c-buttonContainer--chooseDestination {
  padding: 0;
  margin: 0 0 8px;
}
.fs-body-checkout .fs-c-cartTable__headerCell,
.fs-body-checkout .fs-c-cartTable__dataCell {
  border: 1px solid #E6E6E6;
  padding: 8px;
}
.fs-body-checkout .fs-c-cartTable__headerCell {
  background: rgba(126, 126, 126, 0.08);
  word-break: keep-all;
}
.fs-body-checkout .fs-c-cartTable__product {
  display: flex;
  height: auto;
  margin-right: 8px;
}
.fs-body-checkout .fs-c-cartTable__productInfo {
  display: flex;
  flex-direction: column;
}
.fs-body-checkout .fs-c-cartTable__productImage {
  width: 80px;
}
.fs-body-checkout .fs-c-inputInformation__field {
  width: 100%;
  max-width: 600px;
}
.fs-c-checkout-checkoutMethodList {
  margin-bottom: 20px;
}
.fs-c-checkout-addressee {
  background: #ffffff;
  color: #2A2A2A;
  padding: 8px;
  border: 1px solid #e5e5e5;
  display: flex;
  width: 800px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fs-c-checkout-addresseeList {
  margin-bottom: 20px;
}
.fs-c-checkout-addressee button {
  width: auto;
  padding: 5px 10px;
}
.fs-c-checkout-addressee + .fs-c-checkout-addressee {
  margin-top: 8px;
}
.fs-c-checkout-addressee__data__name {
  font-size: 1.8rem;
  font-weight: bold;
}
.fs-c-checkout-addressee__data__name__home {
  font-size: 1.2rem;
}
.fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons {
  padding: 8px;
}
.fs-c-checkout-deliveryMethodList {
  margin-bottom: 20px;
}
.fs-body-checkout .fs-c-orderTotalTable,
.fs-body-checkout-amazon .fs-c-orderTotalTable {
  width: 100%;
}
.fs-body-checkout .fs-c-orderTotalTable th,
.fs-body-checkout .fs-c-orderTotalTable td,
.fs-body-checkout-amazon .fs-c-orderTotalTable th,
.fs-body-checkout-amazon .fs-c-orderTotalTable td {
  border: 0;
  width: 50%;
}
.fs-body-checkout .fs-c-orderTotalTable__grandTotal th,
.fs-body-checkout .fs-c-orderTotalTable__grandTotal td,
.fs-body-checkout-amazon .fs-c-orderTotalTable__grandTotal th,
.fs-body-checkout-amazon .fs-c-orderTotalTable__grandTotal td {
  border-top: 3px double #E6E6E6;
}
.fs-body-checkout .fs-c-price {
  font-weight: bold;
}
.fs-body-checkout .fs-c-totalAndActions .fs-c-button--primary,
.fs-body-checkout-amazon .fs-c-totalAndActions .fs-c-button--primary {
  padding: 12px;
  margin-top: 20px;
  width: 100%;
}
.fs-c-checkout-communicationTextarea {
  height: 250px;
}
.fs-body-checkout .fs-l-main,
.fs-body-checkout-amazon .fs-l-main {
  margin-top: 16px;
}

/* 注文完了
--------------------------------------------------------*/
.fs-body-checkout-success .fs-c-checkoutSuccess {
  width: 100%;
  text-align: center;
}

/* アマゾンペイ
--------------------------------------------------------*/
.fs-c-payWithAmazon, .fs-c-anotherLogin--amazon {
  background: #F5F5F5;
  border: 2px solid #B9B9B9;
  padding: 70px 60px 20px;
  margin-top: 30px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.fs-c-payWithAmazon h2, .fs-c-anotherLogin--amazon h2 {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.fs-c-payWithAmazon p, .fs-c-anotherLogin--amazon p {
  margin: 0;
}
.fs-c-payWithAmazon .fs-c-buttonContainer, .fs-c-anotherLogin--amazon .fs-c-buttonContainer {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .fs-c-payWithAmazon, .fs-c-anotherLogin--amazon {
    padding: 20px 30px;
    margin-top: 30px;
    display: block;
  }
  .fs-c-payWithAmazon h2, .fs-c-anotherLogin--amazon h2 {
    position: static;
    font-weight: normal;
  }
  .fs-c-payWithAmazon p, .fs-c-anotherLogin--amazon p {
    margin-top: 20px;
  }
  .fs-c-payWithAmazon .fs-c-buttonContainer, .fs-c-anotherLogin--amazon .fs-c-buttonContainer {
    margin-top: 20px;
  }
}

/* 返品特約
--------------------------------------------------------*/
.fs-body-about-returnPolicy .fs-c-inputInformation__field {
  width: 100%;
  max-width: 700px;
}
.fs-body-about-returnPolicy .fs-c-privacyPolicyAgreeField {
  margin-left: 195px;
}
@media screen and (max-width: 767px) {
  .fs-body-about-returnPolicy .fs-c-privacyPolicyAgreeField {
    margin-left: 0;
  }
}



/* ------------------------------------------------------------------
  Review
  - レビュー関連
  - .fs-から始まるクラス名はOverwrite
------------------------------------------------------------------ */

/* 共通
--------------------------------------------------------*/
.fs-c-reviewStars::before {
  color: #FFD42A;
}
.fs-c-aggregateRating__rating::before {
  content: "この商品の平均評価";
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
}
.fs-c-rating__value {
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}
.fs-c-aggregateRating__count {
  color: #838383;
}
.fs-c-aggregateRating__count::before {
  content:"\ff08レビュー件数\ff1a";
}
.fs-c-aggregateRating__count::after {
  content:"件\ff09";
}
.fs-c-reviewer__name__reviewNumber {
  display: none;
}
.fs-c-reviewer__status, .fs-c-reviewer__profile {
  display: none;
}
.fs-c-reviewInfo__date {
  font-size: 16px;
  margin-top: 0px;
  margin-right: 18px;
  display: flex;
  align-items: center;
}

/* レビュー投稿
--------------------------------------------------------*/
.fs-c-productReviewed {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.fs-c-productReviewed > * + * {
  margin-top: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-productReviewed > * + * {
    margin-top: 0;
  }
}

.fs-c-productReviewed__image {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-productReviewed__name {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 1.8rem;
}

.fs-c-productReviewed__number {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-productReviewed__prices {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

@media screen and (min-width: 600px) {
  .fs-c-productReviewed {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    max-width: 600px;
  }
  .fs-c-productReviewed__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
    margin-right: 8px;
  }
  @supports (grid-gap: 8px) {
    .fs-c-productReviewed__image {
      margin-right: 0;
    }
  }
  .fs-c-productReviewed__image__image {
    max-width: 100%;
  }
  .fs-c-productReviewed__name {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productReviewed__number {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productReviewed__prices {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productReviewed__name:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 2;
  }
  .fs-c-productReviewed__name:first-child + .fs-c-productReviewed__number {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 2;
  }
  .fs-c-productReviewed__name:first-child + .fs-c-productReviewed__number + .fs-c-productReviewed__prices {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 2;
  }
}
.fs-c-productReviewed + .fs-c-aggregateRating {
  max-width: 600px;
  margin: 24px auto;
  margin-bottom: 60px;
}
.fs-c-productReviewed {
  margin-top: 60px;
  margin-bottom: 30px;
}
.fs-c-aggregateRating {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.fs-c-aggregateRating__message {
  flex-basis: 100%;
  background: #f7f7f7;
  padding: 8px;
  text-align: center;
}
.fs-body-review-write .fs-c-reveiwNotes {
  border-top: 1px solid #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
  padding: 20px;
}
.fs-body-review-write .fs-c-inputInformation__field {
  margin: 24px auto;
  max-width: 650px;
}
.fs-body-review-write .fs-c-inputTable--child {
  background: #f7f7f7;
  display: block;
  padding: 8px;
}

/* レビュー投稿完了
--------------------------------------------------------*/
.fs-body-review-success .fs-c-reviewSuccessComment {
  text-align: center;
}

/* レビュー投稿リンク
--------------------------------------------------------*/
.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: "\e928";
  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;
}

/* 商品別レビュー一覧
--------------------------------------------------------*/
.fs-body-reviews-product .fs-c-reviewList__item {
  background: #F5F5F5;
  border: none;
  margin-top: 18px;
  padding: 24px 40px;
  display: flex;
}
.fs-body-reviews-product .fs-c-reviewList__item:last-child {
  margin-bottom: 18px;
}
.fs-body-reviews-product .fs-c-reviewList__item__info {
  display: flex;
  flex-direction: row;
}
.fs-body-reviews-product .fs-c-reviewBody {
  padding: 0;
  border: 0;
  margin-top: 20px;
  line-height: 2;
}
.fs-body-reviews-product .fs-c-reviewer__name {
  margin-right: 30px;
  font-size: 16px;
}
.fs-body-reviews-product .fs-c-reviewList__item .fs-c-reviewStars::before {
  margin-top: 3px;
  font-size: 1.2em;
}


/* ------------------------------------------------------------------
  Top page
  - トップページ用
  - .fs-から始まるクラス名はOverwrite
------------------------------------------------------------------ */

/* 共通
--------------------------------------------------------*/
.top_contents {
  max-width: 1520px;
  padding: 0 20px;
  margin: 0 auto 80px;
}
.top_contents_border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  border: 0;
}
/* レイアウト */
.top_contents_flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:979px) {
  .top_contents {
    max-width: 1520px;
    padding: 0 15px;
    margin: 0 auto 60px;
  }
}

/* スライダー
--------------------------------------------------------*/
.top_slider {
  margin-bottom: 80px;
}
.top_slider_slick li {
  outline: none;
}
.top_slider_img {
  position: relative;
}
.top_slider_img img {
  width: 100%;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots li button {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  font-size: 0;
  border: 0;
  background: #000;
}
.slick-dots li.slick-active button {
  background: #0086D6;
}
.top_slider_img_sp {
  display: none;
}

/* ボタン共通 */
.top_slider_btn {
  display: inline-block;
  width: 200px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.top_slider_btn + .top_slider_btn {
  margin-left: 20px;
}
.top_slider_btn_wrap,
.top_slider_btn_wrap2 {
  position: absolute;
  text-align: center;
}
/* ボタン黒 */
.top_slider_btn_black {
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
a.top_slider_btn_black {
  color: #fff;
}
a.top_slider_btn_black:hover {
  color: #2A2A2A;
}
.top_slider_btn_black::before, .top_slider_btn_black::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top_slider_btn_black::before {
  background: #000;
  top: 0;
}
.top_slider_btn_black::after {
  background: #fff;
  top: -100%;
  transition: 0.3s;
}
.top_slider_btn_black:hover::after {
  top: 0;
}

/* ボタン白 */
.top_slider_btn_white {
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
a.top_slider_btn_white {
  color: #2A2A2A;
}
a.top_slider_btn_white:hover {
  color: #fff;
}
.top_slider_btn_white::before, .top_slider_btn_white::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top_slider_btn_white::before {
  background: #fff;
  top: 0;
}
.top_slider_btn_white::after {
  background: #000;
  top: -100%;
  transition: 0.3s;
}
.top_slider_btn_white:hover::after {
  top: 0;
}

/* ボタン白（枠線あり） */
.top_slider_btn_white_border {
  border: 1px solid #2a2a2a;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
a.top_slider_btn_white_border {
  color: #2A2A2A;
}
a.top_slider_btn_white_border:hover {
  color: #fff;
}
.top_slider_btn_white_border::before, .top_slider_btn_white_border::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top_slider_btn_white_border::before {
  background: #fff;
  top: 0;
}
.top_slider_btn_white_border::after {
  background: #000;
  top: -100%;
  transition: 0.3s;
}
.top_slider_btn_white_border:hover::after {
  top: 0;
}

/* ボタン赤 */
.top_slider_btn_red {
  border: 1px solid #b90707; /*#fe0000*/
  position: relative;
  overflow: hidden;
  z-index: 2;
}
a.top_slider_btn_red {
  color: #fff;
}
a.top_slider_btn_red:hover {
  color: #b90707; /*#fe0000*/
}
.top_slider_btn_red::before, .top_slider_btn_red::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top_slider_btn_red::before {
  background: #b90707; /*#fe0000*/
  top: 0;
}
.top_slider_btn_red::after {
  background: #fff;
  top: -100%;
  transition: 0.3s;
}
.top_slider_btn_red:hover::after {
  top: 0;
}
/* ボタン白赤 */
.top_slider_btn_red-white {
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
a.top_slider_btn_red-white {
  color: #b90707; /*#fe0000*/
}
a.top_slider_btn_red-white:hover {
  color: #fff;
}
.top_slider_btn_red-white::before, .top_slider_btn_red-white::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top_slider_btn_red-white::before {
  background: #fff;
  top: 0;
}
.top_slider_btn_red-white::after {
  background: #b90707; /*#fe0000*/
  top: -100%;
  transition: 0.3s;
}
.top_slider_btn_red-white:hover::after {
  top: 0;
}

/* ボタン位置 */
.top_slider-left-btn1 .top_slider_btn_wrap {
  bottom: 10%;
  left: 5%;
}
.top_slider-right-btn1 .top_slider_btn_wrap{
  bottom: 10%;
  right: 5%;
}
.top_slider-center-left-btn1 .top_slider_btn_wrap {
  bottom: 10%;
  left: 38%;
}
/*.top_slider-new .top_slider_btn_wrap {
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30%;
}
.top_slider-new .top_slider_btn_wrap .top_slider_btn_white:not(:nth-of-type(1)) {
  margin-left: 50px;
}*/
.top_slider-center-btn3 .top_slider_btn_wrap {
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16%;
}
.top_slider-center-btn3 .top_slider_btn_wrap .top_slider_btn_white:not(:nth-of-type(1)) {
  margin-left: 50px;
}
.top_slider-center-btn1 .top_slider_btn_wrap {
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16%
}


@media screen and (max-width:1199px) {
  .top_slider_btn {
    width: 150px;
    font-size: 18px;
  }

  /*.top_slider-new .top_slider_btn + .top_slider_btn{
    margin-left: 10px;
  }*/
  .top_slider-center-btn3 .top_slider_btn + .top_slider_btn{
    margin-left: 10px;
  }
}
@media screen and (max-width:979px) {
  .top_slider_btn {
    font-size: 17px;
    padding: 6px 0;
/*
    width: 120px;
    font-size: 18px;
    padding: 4px 0;
*/
  }
  /*.top_slider-new .top_slider_btn_wrap .top_slider_btn{
    width: 120px;
    font-size: 18px;
  }*/
  .top_slider-center-btn3 .top_slider_btn_wrap .top_slider_btn{
    width: 120px;
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .top_slider_img_pc {
    display: none;
  }
  .top_slider_img_sp {
    display: block;
  }
  .slick-dots {
    margin-top: 20px;
  }
  .top_slider_btn {
    width: 120px;
    padding: 7px 0;
    font-size: 15px;
    border: 1px solid #000;
  }
  .top_slider_btn + .top_slider_btn {
    margin-left: 10px;
  }
  .top_slider_btn.top_slider_btn_red,
  .top_slider_btn.top_slider_btn_red-white{
    border: 1px solid #b90707!important;
  }
  .top_slider-new .top_slider_btn_wrap,
  .top_slider-center-btn3 .top_slider_btn_wrap,
  .top_slider-left-btn1 .top_slider_btn_wrap,
  .top_slider-right-btn1 .top_slider_btn_wrap,
  .top_slider-center-left-btn1 .top_slider_btn_wrap,
  .top_slider-center-btn1 .top_slider_btn_wrap{
    width: 100%;
    bottom: 3px;
    left: 0;
    right: 0;
  }
  /*.top_slider-new .top_slider_btn_wrap{
    display: flex;
    justify-content: center;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
  }*/
  .top_slider-center-btn3 .top_slider_btn_wrap{
    display: flex;
    justify-content: center;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
  }
  .top_slider-center-btn1 .top_slider_btn_wrap{
    display: block;
    bottom: 3px;
    transform: none;
    left: 0;
    right: 0;
  }
  /*.top_slider-new .top_slider_btn_wrap .top_slider_btn_white {
    width: 120px;
  }*/
  .top_slider-center-btn3 .top_slider_btn_wrap .top_slider_btn_white {
    width: 120px;
  }
  /*.top_slider-new .top_slider_btn_wrap .top_slider_btn{
    font-size: 14px;
  }*/
  .top_slider-center-btn3 .top_slider_btn_wrap .top_slider_btn{
    font-size: 14px;
  }
  /*.top_slider-new .top_slider_btn_wrap .top_slider_btn_white:not(:nth-of-type(1)) {
    margin-left: 20px;
  }*/
  .top_slider-center-btn3 .top_slider_btn_wrap .top_slider_btn_white:not(:nth-of-type(1)) {
    margin-left: 20px;
  }
}

@media screen and (max-width:360px) {
  /*.top_slider-new .top_slider_btn_wrap .top_slider_btn{
    width: 90px;
    font-size: 13px;
  }*/
  .top_slider_btn {
    font-size: 14px;
  }
  .top_slider-center-btn3 .top_slider_btn_wrap .top_slider_btn{
    width: 90px;
    font-size: 13px;
  }
}


/* お知らせ - top_topic
--------------------------------------------------------*/
.top_topic-ttl {
  width: 36%;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  padding-right: 8%;
}
.top_topic-ttl a {
  text-decoration: underline;
}
.top_topic-wrap {
  width: 58%;
}
.top_topic-wrap li a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width:979px) {
	.top_topic-ttl {
	  width: 25%;
      text-align: left;
	}
	.top_topic-wrap {
	  width: 75%;
	}
}
@media screen and (max-width:767px) {
  #top_topics .top_styling_btn {
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .top_topic-ttl {
    width: 100%;
    font-size: 3vw;
    text-align: left;
    padding-right: 5%;
    margin-bottom: 10px;
  }
  .top_topic-wrap {
    width: 100%;
  }
  .top_topic-wrap li a {
    line-height: 1.4;
    font-size: 2.8vw;
  }
}

/* バナー
--------------------------------------------------------*/
.top_bnr_list {
  display: flex;
  flex-wrap: wrap;
}
.top_bnr_list li {
  position: relative;
}
.top_bnr_list li > a {
  display: block;
}
.top_bnr_list li img {
  vertical-align: bottom;
}
.top_bnr_m {
  width: 49.5%;
  margin-bottom: 30px;
}
.top_bnr_m_wrap {
  justify-content: space-between;
}
.top_bnr_s3_wrap,
.top_bnr_s4_wrap {
  width: 100%;
  justify-content: space-between;
}
.top_bnr_s4_wrap {
  margin-bottom: 20px;
}
.top_bnr_s3 {
  width: 32.66%;
  margin-bottom: 1%;
}
.top_bnr_s4 {
  width: 24.25%;
  margin-bottom: 1%;
}
@media screen and (max-width: 767px) {
  .top_bnr_m {
    width: 100%;
    margin-bottom: 2%;
  }
  .top_bnr_list {
    margin-bottom: 0;
  }
  .top_bnr_s3 {
    width: 100%;
    margin-bottom: 2%;
  }
  .top_bnr_s4 {
    width: 49%;
    margin-bottom: 2%;
  }
}

/* ランキング
--------------------------------------------------------*/
.top_ranking_list {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1360px;
  margin: -60px auto 80px;
}
.top_ranking_list li {
  padding: 10px;
  outline: none;
}
.top_ranking_list li a {
  position: relative;
  display: block;
  outline: none;
}
.top_ranking_no {
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  top: 6px;
  left: 6px;
  pointer-events: none;
  z-index: 1;
}
.top_ranking_no_1{
  content: "1";
  color: #fff;
  background: #BB9C22;
  border: 1px solid #BB9C22;
}
.top_ranking_no_2{
  content: "2";
  color: #616161;
  background: #DCDCDC;
  border: 1px solid #DCDCDC;
}
.top_ranking_no_3{
  content: "3";
  color: #fff;
  background: #B55A17;
  border: 1px solid #B55A17;
}
.top_ranking_no_4{
  content: "4";
  color: #616161;
  background: #fff;
  border: 1px solid #616161;
}
.top_ranking_no_5{
  content: "5";
  color: #616161;
  background: #fff;
  border: 1px solid #616161;
}
.top_ranking_img img {
  width: 100%;
}
.top_ranking_img {
  position: relative;
}
.top_ranking_title {
  text-align: center;
}
.top_ranking_price {
  text-align: center;
}
@media screen and (max-width:767px) {
  .top_ranking_list {
    width: 100%;
    padding-right: 0;
  }
  .top_ranking_list_slick .slick-list {
    padding-right: 80px;
  }
  .top_ranking_no {
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: 0;
  left: 0;
  }
}


/* スタイリング
--------------------------------------------------------*/
.top_styling_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.top_styling_list li {
  width: 24%;
}
.top_styling_date {
  font-size: 12px;
  color: #838383;
}
.top_styling_shop {
  font-size: 16px;
}
.top_styling_height {
  font-size: 13px;
}
.top_styling_btn {
  text-align: center;
}
.top_styling_btn a {
  position: relative;
  display: inline-block;
  padding: 15px 70px;
  color: #fff;
  font-size: 16px;
  background: #000;
}

.top_styling_btn:hover a {
  background: #0086D6;
}
.top_styling_btn a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
  background-size: contain;
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
  .top_styling_list {
    margin-bottom: 0;
  }
  .top_styling_list li {
    width: 49%;
    margin-bottom: 40px;
  }
  .top_styling_list li p {
    margin: 0;
  }
  .top_styling_btn a {
    display: block;
    font-size: 12px;
    padding: 10px 0;
    width: 70%;
    max-width: 240px;
    margin: 0 auto;
  }
  .top_styling_shop {
    font-size: 14px;
  }
  .a.newsletter_btn {
    padding: 12px 0;
    width: 60%;
  }
}

/* ニュース
--------------------------------------------------------*/
.top_news_list {
  display: flex;
  justify-content: space-between;
}
.top_news_list li {
  width: 32%;
  border: 1px solid #616161;
}
.top_news_list li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_news_list li > a:hover {
  opacity: 0.8;
}
.top_news_img {
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}
.top_news_img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.top_news_date {
  margin: 0;
  padding: 0 30px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Knockout-28JuniorFeathrwt";
  color: #ff0718;
  letter-spacing: 3px;
  font-size: 25px;
}
.top_news_date span {
  border-bottom: 1px solid #2A2A2A;
  padding-bottom: 6px;
}
.top_news_title {
  margin: 0;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.top_news_desc {
  margin: 0;
  padding: 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 85px;
}
/* トップページブログ画像削除 */
.top_news_desc img {
　　display:none　!important;
}
.top_news_img::before {
　　padding-top: 75% !important; 
}

@media screen and (max-width:767px) {
  .top_news_list li:nth-child(3) {
    display: none;
  }
  .top_news_list li {
    width: 49%;
    border: 1px solid #ddd;
  }
  .top_news_img {
    margin-bottom: 20px;
  }
  .top_news_date {
    font-family: メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
    font-size: 13px;
    text-align: left;
    color: #616161;
    margin-bottom: 10px;
  }
  .top_news_title {
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .top_news_date span {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .top_news_desc {
    display: none;
  }
}

/* Instagram
--------------------------------------------------------*/
.top_insta {
  margin-top: -50px;
}
.top_insta_inner {
  background: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.top_insta_desc {
  width: 20%;
  color: #616161;
}
.top_insta_list {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top_insta_desc p {
  margin: 0 0 20px 0;
}
.top_insta_text {
  font-weight: bold;
}
.top_insta_button {
  display: inline-block;
  padding: 6px 40px;
  border: 1px solid #616161;
}
.top_insta_button:hover {
  background: #616161;
  color: #fff;
}
.top_insta_list li {
  width: 24%;
  max-width: 205px;
  margin-right: 1%;
}
.top_insta_img {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
.top_insta_img::after {
  content: "";
  background: url("https://milletonline.itembox.design/item/asset/img/icon_insta_lb.svg") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 12px;
  bottom: 12px;
}
.top_insta_list_sp {
  display: none;
}
.top_insta_list_slick {
  position: relative;
}
.top_insta_list_slick .slick-arrow {
  position: absolute;
  background: transparent;
  font-size: 0;
  top: calc(50% - 26px);
  z-index: 1;
  border: 0;
  width: 34px;
  height: 52px;
}
.top_insta_list_slick .slick-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  border-top: 2px solid #838383;
  border-right: 2px solid #838383;
  pointer-events: none;
  top: 10px;
}
.top_insta_list_slick .slick-prev {
  left: 10px;
}
.top_insta_list_slick .slick-next {
  right: 10px;
}
.top_insta_list_slick .slick-prev::after {
  left: 10px;
  transform: rotate(-135deg);
}
.top_insta_list_slick .slick-next::after {
  right: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width:979px) {
  .top_insta_desc {
    width: 35%;
  }
  .top_insta_list {
    width: 60%;
  }
  .top_insta_list li {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:767px) {
  .top_insta_desc {
    width: 100%;
  }
  .top_insta_list {
    width: 100%;
  }
  .top_insta_list {
    display: none;
  }
  .top_insta_list_sp {
    display: block;
  }
  .top_insta_img::after {
    left: 20px;
    bottom: 20px;
  }
}


/* ------------------------------------------------------------------
  Search
  #検索結果一覧・カテゴリ商品一覧CSS
------------------------------------------------------------------ */

/* 共通
--------------------------------------------------------*/
.fs-p-productSearch__search_custom {
  width: 200px;
  margin-right: 40px;
}
.fs-p-productSearch__search_custom ul {
  list-style-type: none;
}
.fs-p-productSearch__search_custom ul li label {
  display: block;
  cursor: pointer;
}
.fs-p-productSearch__search_custom ul li input[type="checkbox"] {
  display: none;
}
.fs-p-productSearch__search_custom h3 {
  padding: 0 0 8px 0;
  border-bottom: 1px solid #616161;
  font-weight: bold;
}
.search_parts {
  margin-bottom: 50px;
}
.fs-c-productList {
  width: 1080px;
  padding-right: 8px;
}
[class*="parts_for"] {
  display: none;
}
.search_parts-display {
  opacity: 0;
  transition: 0.5s;
}
.search_parts_order {
  display: flex;
  flex-direction: column;
}
.fs-body-search .fs-l-main,
.fs-body-category .fs-l-main,
.fs-body-bundle .fs-l-main {
  margin: 0;
}

/* パンくず
--------------------------------------------------------*/
.fs-body-category .fs-c-breadcrumb,
.fs-body-search .fs-c-breadcrumb,
.fs-body-bundle .fs-c-breadcrumb {
  padding-left: 245px;
}

/* 検索項目リスト
--------------------------------------------------------*/
.search_list_parts {
  padding: 0;
}
.search_list_parts li {
  border-bottom: 1px solid #ECECEC;
}
.search_list_parts li:hover {
  background-color: #ECECEC ;
}
.search_list_parts-link, .search_list_parts-checkbox {
  font-size: 12px;
  display: block;
  padding: 10px 8px;
  position: relative;
}
.search_list_parts-link::after {
  content:"";
  position: absolute;
  right: 10px;
  top: 14px;
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.fs_selected_clear {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #B9B9B9;
  text-align: center;
  line-height: 14px;
  color: #fff;
  right: 10px;
  top: calc(50% - 17px);
  z-index:10;
  pointer-events: auto;
}
.search_list_parts .fs_selected {
  background-color: #ECECEC;
}

/* カラー
--------------------------------------------------------*/
.fs_input_productSearchColor {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-left: 6px;
}
.fs_input_productSearchColor li {
  margin: 8px;
}
.fs_input_productSearchColor li label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
.ps_color_1 {background-color: #FFFFFF;}/*WHITE*/
.ps_color_2 {background-color: #000000;}/*BLACK*/
.ps_color_3 {background-color: #888888;}/*GRAY*/
.ps_color_4 {background-color: #D6C7A6;}/*BEIGE*/
.ps_color_5 {background-color: #022E69;}/*NAVY*/
.ps_color_6 {background-color: #2B5DB2;}/*BLUE*/
.ps_color_7 {background-color: #70CBE6;}/*LIGHTBLUE*/
.ps_color_8 {background-color: #683577;}/*PURPLE*/
.ps_color_9 {background-color: #6B6932;}/*OLIVE*/
.ps_color_10 {background-color: #59A023;}/*GREEN*/
.ps_color_11 {background-color: #765029;}/*BROWN*/
.ps_color_12 {background-color: #E78538;}/*ORANGE*/
.ps_color_13 {background-color: #C33027;}/*RED*/
.ps_color_14 {background-color: #D15585;}/*PINK*/
.ps_color_15 {background-color: #F7E93F;}/*YELLOW*/
.ps_color_16 {
  background: url("https://milletonline.itembox.design/item/asset/img/color_icn_multi.png") no-repeat;
  background-size: 30px 30px;
}/*MULTI*/
.ps_color_1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #9C9C9C;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}
/*
.ps_color_1 {background-color: #000000;}
.ps_color_2 {background-color: #888888;}
.ps_color_3 {background-color: #FFFFFF;}
.ps_color_4 {background-color: #7E4E20;}
.ps_color_5 {background-color: #D81417;}
.ps_color_6 {background-color: #E54986;}
.ps_color_7 {background-color: #F98017;}
.ps_color_8 {background-color: #FFD73E;}
.ps_color_9 {background-color: #314151;}
.ps_color_10 {background-color: #045DB8;}
.ps_color_11 {background-color: #71307B;}
.ps_color_12 {background-color: #B9CC59;}
.ps_color_3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #9C9C9C;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}
*/
.fs_input_productSearchColor .fs_selected::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 9px;
  top: 9px;
}
.fs_input_productSearchColor .ps_color_1.fs_selected::before {
  color: #9C9C9C;
}

/* サイズ
--------------------------------------------------------*/
.fs_input_productSearchSize {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
  padding-left: 4px;
}
.fs_input_productSearchSize li {
  margin: 3px;
}
.fs_input_productSearchSize li label {
  font-size: 12px;
  width: 40px;
  height: 26px;
  background-color: #F5F5F5;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  text-align: center;
  line-height: 26px;
}
.fs_input_productSearchSize .fs_selected {
  border: 1px solid #2A2A2A;
  font-weight: bold;
}

/* 価格
--------------------------------------------------------*/
#fs_input_productSearchPrice_Slider {
  width: 90%;
  margin: 20px auto;
}
.search_slider_parts .ui-slider-horizontal {
  height: 4px;
  background-color: #E6E6E6;
}
.search_slider_parts .ui-widget.ui-widget-content {
  border: none;
  border-radius: 0px;
}
.search_slider_parts .ui-widget-header {
  background-color: #616161;
}
.search_slider_parts .ui-slider .ui-slider-handle {
  border-radius: 50%;
  border: 4px solid #616161;
  outline: none;
  width: 16px;
  height: 16px;
  top: -6px;
}
.search_slider_parts .ui-state-active,
.search_slider_parts .ui-widget-content .ui-state-active {
  background-color: #b7b7b7;
}
.ps_price {
  font-size: 12px;
}
.minprice_wrap, .maxprice_wrap {
  display: inline-block;
  position: relative;
}
.ps_price input {
  width: 60px;
  margin-right: 4px;
}
.ps_price input.valid_error {
  border: 1px solid #D81417;
  background-color: #ffe2e2;
}
.ps_price .valid_error_msg {
  width: 220px;
  border: 1px solid #D81417;
  background-color: #fff;
  position: absolute;
  bottom: 35px;
  left: 0;
  padding: 10px;
  z-index: 10;
}
.ps_price .valid_error_msg::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top: 10px solid #D81417;
  position: absolute;
  bottom: -20px;
  left: 14px;
}
.ps_price .valid_error_msg::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -19px;
  left: 14px;
}
/* .ps_price input {
  border: 1px solid #616161;
} */

/* キーワード
--------------------------------------------------------*/
.fs_input_productSearchKeyword {
  display: flex;
  margin-top: 50px;
}
input.fs_input_productSearchKeyword_text {
  width: 160px;
  height: 40px;
  /* border: 1px solid #616161; */
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  border-right: 0;
}
.fs_input_productSearchKeyword_btn {
  width: 40px;
  height: 40px;
  background-color: #616161;
  border: none;
}
.fs_input_productSearchKeyword_btn::after {
  font-family: 'fs-icon';
  content: "\e932";
  font-size: 28px;
  color: #fff;
}

/* 絞り込みボタン
--------------------------------------------------------*/
.search_parts_buttons {
  display: flex;
  margin-top: 15px;
  justify-content: space-around;
}
.search_parts_buttons button {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  border: none;
}
.btn_reset {
  width: 60px;
  background-color: #fff;
  color: #616161;
}
.btn_refine {
  width: 90px;
  background-color: #FF0718;
  color: #fff;
}

/* 並び替え
--------------------------------------------------------*/
.fs-c-productList__controller {
  display: none;
}
.fs-c-productList__controller_custom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sort_pulldown {
  width: 120px;
  border: none;
}
.sort_pulldown:focus {
  border-color: transparent;
  box-shadow: none;
}
.sort_parts {
  width: 120px;
  position: relative;
}
.sort_parts::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #616161;
  border-bottom: 2px solid #616161;
  pointer-events: none;
}
.count_text {
  font-size: 12px;
  margin-left: 14px;
  font-weight: normal;
  display: inline;
}

/* ページング
--------------------------------------------------------*/
.pager_parts {
  margin-bottom: 50px;
}
.fs-c-pagination {
  justify-content: center;
}
.fs-c-pagination__item {
  flex: none;
  padding: 10px;
  font-size: 16px;
}
.fs-c-pagination__item.is-active {
  background: transparent;
  border: 1px solid #B9B9B9;
}

/* 在庫ありのみ表示
--------------------------------------------------------*/
.nostock_parts {
  margin-right: 50px;
}
.search_input_nostock {
  display: flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
}
.search_input_nostock::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  pointer-events: none;
  margin-top: -3px;
  margin-right: 5px;
}
.search_input_nostock.is-active::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #2A2A2A;
  position: absolute;
  left: 2px;
  top: 4px;
}
.sp_search_input_nostock {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  position: relative;
}
.sp_search_input_nostock::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  pointer-events: none;
  margin-top: -1px;
  margin-right: 5px;
}
.sp_search_input_nostock.is-active::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #2A2A2A;
  position: absolute;
  left: 11px;
  top: 4px;
}
#search_input_nostock, #sp_search_input_nostock {
  display: none;
}
.sp_search_parts.sp_search_parts_nostock {
  border-bottom: 0;
}
.sp_search_parts_nostock .sp_search_parts_inner {
  width: 200px;
  margin: 0 auto;
}


/* ------------------------------------------------------------------
  SP  Search
  # SP用検索パーツ
------------------------------------------------------------------ */
/* SP共通
--------------------------------------------------------*/
.sp-fs-p-productSearch__form_custom {
  padding: 0 10px;
}
.sp_search_parts {
  border-bottom: 1px solid #EFEFEF;
}
.sp_search_parts_inner {
  padding: 20px 10px;
}
.sp_search_parts_input_wrap {
  display: flex;
  align-items: center;
}
.sp_search_parts_input_wrap .sp_search_parts_title {
  width: 30%;
}
.sp_search_parts_input_wrap .sp_search_parts_input {
  width: 70%;
}

/* SPinput関連
--------------------------------------------------------*/
.sp-fs-p-productSearch__form_custom input[type="text"],
.sp-fs-p-productSearch__form_custom select {
  padding: 10px;
  border: 1px solid #ECECEC;
  font-size: 16px;
}
.sp-fs-p-productSearch__form_custom select {
  cursor: pointer;
}
.sp-fs-p-productSearch__form_custom input.fs_input_productSearchKeyword_text {
  width: 100%;
}
.sp-fs-p-productSearch__form_custom .fs-c-dropdown::after {
  top: 1px;
  bottom: 1px;
  right: 1px;
  border-left: 1px solid #ECECEC;
  padding: 16px;
  background: #fff;
  content: "\f078";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 12px;
  color: #616161;
}

/* SPタイトル
--------------------------------------------------------*/
.sp-fs-p-productSearch__search_custom {
  margin-bottom: 20px;
}
.sp-fs-p-productSearch__search_custom .fs-c-heading {
  text-align: center;
}
.sp-fs-p-productSearch__search_custom .searchform_buttons {
  display: flex;
}
.sp-fs-p-productSearch__search_custom .searchform_buttons li {
  width: 50%;
  text-align: center;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-fs-p-productSearch__search_custom .searchform_buttons li:last-child {
  border-left: 1px solid #D9D9D9;
}
.sp-fs-p-productSearch__search_custom .searchform_buttons li:hover {
  cursor: pointer;
  background: #EFEFEF;
}
.sp-fs-p-productSearch__search_custom .searchform_buttons img {
  margin-right: 10px;
}
.searchform_buttons .js_click_search {
  padding: 18px;
}

/* SP検索モーダル
--------------------------------------------------------*/
.sp_search_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 300;
  padding-bottom: 170px;
  overflow: auto;
  width: 100%;
  height: 100vh;
  animation: modal_fatt 0.5s forwards;
}
.sp_search_modal.is-active {
  display: block;
}
/* 「ふぁっ」と出る */
@keyframes modal_fatt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sp_search_modal_inner {
  padding-bottom: 10vh;
}
.sp_search_modal_inner_title {
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ECECEC;
}
.sp_search_modal_close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
}

/* SPチェックボックス
--------------------------------------------------------*/
.sp-fs-p-productSearch__form_custom ul li input[type="checkbox"] {
  display: none;
}

/* SPカラー
--------------------------------------------------------*/
.sp_fs_input_productSearchColor {
  display: flex;
  flex-wrap: wrap;
}
.sp_fs_input_productSearchColor li {
  width: 33.333%;
  padding: 20px 0;
}
.sp_fs_input_productSearchColor li label {
  position: relative;
  background: transparent;
  padding-left: 36px;
  color: #B9B9B9;
}
.sp_fs_input_productSearchColor li label::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -6px;
  left: 0;
}
/*
.sp_fs_input_productSearchColor .ps_color_1::after {background-color: #000000;}
.sp_fs_input_productSearchColor .ps_color_2::after {background-color: #888888;}
.sp_fs_input_productSearchColor .ps_color_3::after {background-color: #FFFFFF;}
.sp_fs_input_productSearchColor .ps_color_4::after {background-color: #7E4E20;}
.sp_fs_input_productSearchColor .ps_color_5::after {background-color: #D81417;}
.sp_fs_input_productSearchColor .ps_color_6::after {background-color: #E54986;}
.sp_fs_input_productSearchColor .ps_color_7::after {background-color: #F98017;}
.sp_fs_input_productSearchColor .ps_color_8::after {background-color: #FFD73E;}
.sp_fs_input_productSearchColor .ps_color_9::after {background-color: #314151;}
.sp_fs_input_productSearchColor .ps_color_10::after {background-color: #045DB8;}
.sp_fs_input_productSearchColor .ps_color_11::after {background-color: #71307B;}
.sp_fs_input_productSearchColor .ps_color_12::after {background-color: #B9CC59;}
*/

.sp_fs_input_productSearchColor .ps_color_1::after {background-color: #FFFFFF;}/*WHITE*/
.sp_fs_input_productSearchColor .ps_color_2::after {background-color: #000000;}/*BLACK*/
.sp_fs_input_productSearchColor .ps_color_3::after {background-color: #888888;}/*GRAY*/
.sp_fs_input_productSearchColor .ps_color_4::after {background-color: #D6C7A6;}/*BEIGE*/
.sp_fs_input_productSearchColor .ps_color_5::after {background-color: #022E69;}/*NAVY*/
.sp_fs_input_productSearchColor .ps_color_6::after {background-color: #2B5DB2;}/*BLUE*/
.sp_fs_input_productSearchColor .ps_color_7::after {background-color: #70CBE6;}/*LIGHTBLUE*/
.sp_fs_input_productSearchColor .ps_color_8::after {background-color: #683577;}/*PURPLE*/
.sp_fs_input_productSearchColor .ps_color_9::after {background-color: #6B6932;}/*OLIVE*/
.sp_fs_input_productSearchColor .ps_color_10::after {background-color: #59A023;}/*GREEN*/
.sp_fs_input_productSearchColor .ps_color_11::after {background-color: #765029;}/*BROWN*/
.sp_fs_input_productSearchColor .ps_color_12::after {background-color: #E78538;}/*ORANGE*/
.sp_fs_input_productSearchColor .ps_color_13::after {background-color: #C33027;}/*RED*/
.sp_fs_input_productSearchColor .ps_color_14::after {background-color: #D15585;}/*PINK*/
.sp_fs_input_productSearchColor .ps_color_15::after {background-color: #F7E93F;}/*YELLOW*/
.sp_fs_input_productSearchColor .ps_color_16::after {
  background: url("https://milletonline.itembox.design/item/asset/img/color_icn_multi.png") no-repeat;
  background-size: 30px 30px;
}/*MULTI*/
.ps_color_1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #9C9C9C;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}
.sp_fs_input_productSearchColor li label:hover {
  color: #2A2A2A;
}
.sp_fs_input_productSearchColor .fs_selected {
  color: #2A2A2A;
}
.sp_fs_input_productSearchColor .fs_selected::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 9px;
  top: 3px;
  z-index: 1;
}
.sp_fs_input_productSearchColor .ps_color_1.fs_selected::before {
  color: #9C9C9C;
}

/* SPサイズ
--------------------------------------------------------*/
.sp_fs_input_productSearchSize {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sp_fs_input_productSearchSize li {
  width: 22.4%;
  margin: 10px 0;
}
.sp_fs_input_productSearchSize li label {
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 7px;
  color: #BBBBBB;
  display: block;
}
.sp_fs_input_productSearchSize .fs_selected,
.sp_fs_input_productSearchSize li label:hover {
  background: #ECECEC;
  border: 1px solid #B9B9B9;
  color: #2A2A2A;
}

/* SP価格
--------------------------------------------------------*/
#sp_fs_input_productSearchPrice_Slider {
  width: 80%;
  margin: 30px auto;
}
.sp_search_parts_price {
  padding-bottom: 40px;
}
.sp_search_parts_price.search_slider_parts .ui-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  top: -9px;
}
.sp_search_parts_price .ps_price {
  width: 80%;
  margin: 0 auto;
}
.sp_search_parts_price .ps_price input {
  width: 100px;
}

/* SPボタン
--------------------------------------------------------*/
.sp_search_modal_buttons {
  box-shadow: 0 -3px 4px rgba(170, 170, 170, 0.2);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  z-index: 410;
  display: flex;
  justify-content: space-between;
}
.sp_search_modal_button_clear {
  padding: 15px;
  background: #F2F2F2;
  color: #616161;
  font-size: 16px;
  border: none;
  width: 29%;
}
.sp_search_modal_button_search {
  padding: 15px;
  background: #FF0718;
  color: #fff;
  font-size: 16px;
  border: none;
  width: 70%;
}
.sp_search_modal_buttons button:hover {
  opacity: 0.8;
}

/* SP並び替え
--------------------------------------------------------*/
.sp-fs-p-productSearch__search_custom .sort_pulldown {
  width: 100%;
  height: 100%;
  padding: 18px;
  cursor: pointer;
}
.sp-fs-p-productSearch__search_custom .js_click_sort {
  position: relative;
}
.sp-fs-p-productSearch__search_custom .sort_pulldown_overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 18px;
  pointer-events: none;
}


/* ------------------------------------------------------------------
  Product Detail
  # 商品詳細
------------------------------------------------------------------ */
/* 大枠
------------------------------------------------------------------ */
.mf-page-product .inner_size {
  width: 1100px;
}
.mf-page-product .inner_layout_flex {
  margin:  60px auto;
  padding: 0 10px;
}
.mf-product-img {
  width: 57%;
}
.mf-product-info {
  width: 43%;
  color: #2A2A2A;
}

/* 商品画像スライダー
------------------------------------------------------------------ */
.fs-body-product .fs-c-productPlainImage {
  display: none;
}
.fs-body-product .thumbnail {
  list-style-type: none;
  width: 10%;
}
.fs-body-product .thumbnail li {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.fs-body-product .thumbnail img {
  width: 100%;
  border: 1px solid #bfbfbf;
}
.fs-body-product .slider_wrap {
  width: 80%;
}
.fs-body-product .slider {
  position: relative;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.fs-body-product .slick-arrow {
  position: absolute;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
}
.fs-body-product .slick-prev {
  left: 16px;
  top: calc(50% - 14px);
  border-left: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
}
.fs-body-product .slick-next {
  right: 16px;
  top: calc(50% - 14px);
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  transform: rotate(45deg);
}
.fs-body-product .slick-slide {
  outline: none;
}
.fs-body-product .productPlainImage_custom {
  display: flex;
  flex-wrap: wrap;
}
.fs-body-product .thumbnail li img {
  cursor: pointer;
}
.fs-body-product .thumbnail_current img {
  border: 1px solid #000;
}

/* 商品詳細情報
------------------------------------------------------------------ */
.fs-body-product .fs-c-productNameHeading {
  padding: 0;
}
.fs-body-product .fs-c-productNameHeading .fs-c-productNameHeading__copy {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #616161;
}
.fs-body-product .fs-c-productNameHeading__name {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
.fs-body-product .fs-c-productNumber {
  font-size: 12px;
  margin: 10px 0;
  color: #838383;
}
.fs-body-product .fs-c-productNumber .fs-c-productNumber__label {
  display: none;
}
.fs-body-product .fs-c-price {
  justify-content: flex-start;
}
.fs-body-product .fs-c-productPrice__addon__label {
  display: none;
}
.fs-body-product .fs-p-productDescription--short {
  margin-bottom: 20px;
}
.fs-body-product .fs-c-productPrice--listed {
  color: #838383;
}
.fs-body-product .product-description-box .move-button {
  background: #666;
  color: #fff;
  padding: 6px 10px;
}
.fs-body-product .product-description-box .move-button:hover {
  opacity: 0.8;
}
a.js_lightbox_size_chart {
  text-decoration: underline;
}
.fs-c-productPointDisplay {
  display: none;
}

/* 商品説明
------------------------------------------------------------------ */
.fs-body-product .fs-p-productDescription--full {
  background-color: #F5F5F5;
  color: #2A2A2A;
}
.fs-body-product .product-description-box {
  width: 1100px;
  line-height: 2.0;
  margin: 0 auto;
  padding: 40px 20px !important;
}
.fs-body-product .descript-name {
  font-size: 18px;
  font-weight: bold;
}

/* 商品マーク
------------------------------------------------------------------ */
.fs-body-product .mf-product-info {
  position: relative;
}
.fs-body-product .fs-c-productMarks {
  margin-bottom: 20px;
  justify-content: flex-start;
}
.fs-body-product .fs-c-productMark__mark {
  margin-right: 3px;
  padding: 5px 16px;
  font-size: 1.1rem;
}
.fs-body-product .mark-hanbai {
  border: 1px solid #FF0718;
  color: #FF0718;
  background: #fff;
  position: absolute;
  left: 0px;
  top: -20px;
  border-radius: 0;
}
.fs-body-product .mark-new, .fs-body-product .mark-gentei {
  border: 1px solid #FF0718;
  color: #fff;
  background: #FF0718;
  position: absolute;
  left: 0px;
  top: -20px;
  border-radius: 0;
}
.fs-body-product .mark-kinou {
  border: 1px solid #999;
  color: #999;
  background: #fff;
  border-radius: 2px;
}

/* 価格
------------------------------------------------------------------ */
.fs-body-product .fs-c-productPrices {
  margin-bottom: 20px;
}
.fs-body-product .fs-c-productPrice {
  margin-bottom: 3px;
}
.fs-body-product .tax-type {
  font-size: 12px;
}
.fs-body-product .price-del {
  text-decoration: line-through;
}
.fs-body-product .sale-price {
  color: #FF0718;
}
.fs-body-product .fs-c-productPrice--selling .fs-c-price__currencyMark,
.fs-body-product .fs-c-productPrice--selling .fs-c-price__value {
  font-size: 20px;
  color: #000;
}


/* 説明選択
------------------------------------------------------------------ */
.fs-body-product .fs-c-productChooseVariation, .fs-c-variationAndActions__stockSignLegend {
  display: none;
}
.fs-body-product .size_desc {
  font-size: 95%;
}

/* 縦軸と横軸
------------------------------------------------------------------ */
.vertical_select_custom input, .horizontal_select_custom input {
  display: none;
}

/* 縦軸
------------------------------------------------------------------ */
.vertical_select_custom {
  display: flex;
  margin-bottom: 20px;
}
.vertical_select_custom label {
  display: block;
  border: 1px solid #616161;
  width: 50px;
  padding: 5px 0;
  color: #616161;
  cursor: pointer;
  text-align: center;
  margin-right: 6px;
}
.vertical_select_custom .vertical_select_no_stock {
  border: 1px solid #BBBBBB;
  color: #BBBBBB;
}
.vertical_select_custom .current {
  color: #ff0718;
  border: 2px solid #ff0718;
  padding: 4px 0;
}

/* 横軸
------------------------------------------------------------------ */
.horizontal_select_custom {
  display: flex;
  margin-bottom: 20px;
}
.horizontal_select_custom label {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 3px;
  border: 1px solid #ECECEC;
  cursor: pointer;
  margin: 0 10px 0 0;
}
.horizontal_select_custom img {
  width: 100%;
  pointer-events: none;
}
.horizontal_select_custom .current {
  border: 2px solid #ff0718;
}

/* 縦軸追加（位置変更）
------------------------------------------------------------------ */
.horizontal2_select_custom {
  display: flex;
  margin-bottom: 20px;
}
.horizontal2_select_custom label {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 3px;
  border: 1px solid #ECECEC;
  cursor: pointer;
  margin: 0 10px 0 0;
}
.horizontal2_select_custom .current {
  border: 2px solid #ff0718;
}
.horizontal2_select_custom input {
  display: none;
}
.horizontal_select_sp {
  display: none;
}

@media screen and (max-width: 979px) {
.horizontal_select_sp {
  display: block;
  margin-top: 30px;
}
.horizontal_select_pc {
  display: none;
}
}

/* 在庫なしメッセージ
------------------------------------------------------------------ */
.fs-body-product .fs-c-productNotice--outOfStock {
  display: none;
}

/* カートに入れるボタン・再入荷お知らせボタン
------------------------------------------------------------------ */
.fs-body-product .fs-c-button--addToCart--detail,
.fs-body-product .fs-c-button--subscribeToArrivalNotice--detail {
  width: 100%;
  padding: 1em 1.6em 1em;
}

/* お気に入りボタン
------------------------------------------------------------------ */
.fs-body-product .fs-c-productQuantityAndWishlist {
  display: block;
}
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail{
  width: 100%;
  border: 1px solid #707070;
  padding: 0.8em 1.6em 0.6em;
  color: #2A2A2A;
}
.fs-body-product .fs-c-button--particular {
  box-shadow: none;
  border-radius: 0;
  justify-content: center;
  background: #fff;
  display: flex;
  align-items: center;
}
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::before,
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::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;
  font-size: 18px;
  vertical-align: top;
  display: block;
  margin-right: 5px;
}
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::before {
  content: "\e919";
}
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::before {
  content: "\e91a";
  color: #2a2a2a;
}

/* 補足リンク
------------------------------------------------------------------ */
.fs-body-product .product_payment_method {
  list-style-type: none;
  margin-top: 3rem;
}
@media screen and (max-width:979px) {
  .fs-body-product .product_payment_method {
    list-style-type: none;
    margin-top: 2rem;
  }
  .fs-body-product .product_payment_method img {
    max-width: 480px !important;
    width: 100%;
  }
}
.fs-body-product .product_supple_link {
  list-style-type: none;
  margin-top: 20px;
}
.fs-body-product .product_supple_link li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.fs-body-product .product_supple_link li::before {
  content: "";
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
.fs-body-product .product_supple_link li a:link {color: #616161;}
.fs-body-product .product_supple_link li a:visited {color: #616161;}
.fs-body-product .product_supple_link li a:hover {color: #2A2A2A;}
.fs-body-product .product_supple_link li a:active {color: #616161;}

/* コンテンツタイトル
------------------------------------------------------------------ */
.product_content_title, .contents_title_knockout {
  margin: 20px 0;
  font-family: "GtPressuraBold";
  font-size: 48px;
  color: #000;
}

/* レビュー
------------------------------------------------------------------ */
.fs-body-product .fs-c-aggregateRating {
  margin-bottom: 15px;
  justify-content: flex-start;
}
.fs-body-product .fs-c-reviewList {
  border-bottom: 0;
}
.fs-body-product .fs-c-reviewInfo__reviewer {
  display: flex;
}
.fs-body-product .fs-c-reviewList__item__info {
  display: flex;
  flex-direction: row;
}
.fs-body-product .fs-c-reviewer__name {
  margin-right: 30px;
  font-size: 16px;
}
.fs-body-product .fs-c-aggregateRating .fs-c-reviewStars::before {
  margin-top: -1px;
  font-size: 1.6em;
}
.fs-body-product .fs-c-reviewList__item .fs-c-reviewStars::before {
  margin-top: 3px;
  font-size: 1.2em;
}
.fs-body-product .fs-c-reviewList__item {
  background: #F5F5F5;
  border: none;
  margin-top: 18px;
  padding: 24px 40px;
}
.fs-body-product .fs-c-reviewList__item__body {
  padding: 0;
  border: 0;
  margin-top: 20px;
  line-height: 2;
}
.fs-body-product .fs-c-productReview__allReviews {
  margin-top: 16px;
}
.fs-body-product .fs-c-productReview__allReviews,
.fs-body-product .fs-c-productReview__addReview {
  text-align: right;
  padding-right: 20px;
}
.fs-body-product .fs-c-button--viewAllReviews {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.fs-body-product .fs-c-button--viewAllReviews::after {
  content: "";
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 4px);
  right: 5px;
}
.fs-body-product .fs-c-button--addReview--detail {
  border: 1px solid #B9B9B9;
  padding: 8px 40px;
  display: inline-block;
}
.fs-body-product .fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: "";
}
.fs-body-product .fs-c-button--viewAllReviews:hover,
.fs-body-product .fs-c-button--addReview--detail:hover {
  opacity: 0.8;
}


/* ------------------------------------------------------------------
  Page
  # FAQ・利用規約・プライバシーポリシー・特商法CSS
------------------------------------------------------------------ */
#faq dt {
  font-size: 15px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-weight: 700;
}
#faq dd {
  font-size: 12px;
  line-height: 2;
}
#faq ul {
  margin-left: 10px;
}
#faq a {
  text-decoration: underline;
}


/* ------------------------------------------------------------------
  Main Magazine
  # メルマガCSS
------------------------------------------------------------------ */
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  width: 100%;
  max-width: 700px;
}
.fs-body-newsletter-subscribe .fs-c-privacyPolicyAgreeField {
  margin-left: 195px;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width:767px) {
  .fs-body-newsletter-subscribe .fs-c-privacyPolicyAgreeField {
    margin-left: 0;
  }
}


/* ------------------------------------------------------------------
  # 店舗メンテナンスCSS
------------------------------------------------------------------ */
.fs-body-closed .fs-c-heading {
  text-align: center;
}
.fs-body-closed p {
  text-align: center;
  margin-top: 50px;
  line-height: 2;
}
.fs-body-closed a {
  text-decoration: underline;
}

/* ------------------------------------------------------------------
  Responsive
------------------------------------------------------------------ */
@media screen and (max-width:979px) {
  /* 共通
  ---------------------------------------------------------------- */
  .pc_parts {
    display: none;
  }
  .sp_parts {
    display: block;
  }
  .inner_layout, .inner_layout_flex {
    width: 100%;
    display: block;
    padding: 0 10px;
  }
  .fs-c-heading {
    text-align: center;
  }
  .fs-l-main {
    margin: 20px 0;
  }
  .fs-c-buttonContainer--pair *:first-child {
    margin-bottom: 5px;
  }

  /* 商品カルーセル
  ---------------------------------------------------------------- */
  .fs-c-productListCarousel__ctrl {
    flex-basis: 48px;
    min-width: 48px;
  }

  /* 商品一覧
  ---------------------------------------------------------------- */
  .fs-body-category .fs-c-breadcrumb,
  .fs-body-search .fs-c-breadcrumb,
  .fs-body-bundle .fs-c-breadcrumb {
    padding-left: 0;
  }
  .fs-c-productList {
    width: 100%;
    padding-right: 0;
  }
  .fs-c-productList .fs-c-heading {
    display: none;
  }
  .fs-p-productSearch__search_custom {
    display: none;
  }

  /* 商品詳細
  ---------------------------------------------------------------- */
  .mf-page-product .inner_layout_flex {
    padding: 0 20px;
    margin: 20px 0;
  }
  .mf-page-product .inner_size {
    width: 100%;
    position: relative;
  }
  .mf-product-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .mf-product-info {
    width: 100%;
  }
  .fs-body-product .thumbnail {
    width: 100%;
    order: 2;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .fs-body-product .thumbnail li {
    margin: 0 5px 5px 0;

  }
  .fs-body-product .slider_wrap {
    width: 100%;
    order: 1;
  }
  .fs-body-product .fs-c-productNameHeading {
    text-align: left;
  }
  .fs-body-product .mf-product-info {
    position: static;
    display: flex;
    flex-direction: column;
  }
  .fs-body-product .mark-hanbai {
    left: 20px;
    top: 0;
  }
  .fs-body-product .product-description-box {
    width: 100%;
    padding: 30px 20px !important;
  }
  .fs-body-product .fs-c-productNameHeading .fs-c-productNameHeading__copy {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .fs-body-product .fs-c-productMarks {
    order: initial;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .fs-body-product .fs-c-productMark__mark {
    font-size: 14px;
  }
  .product_content_title, .contents_title_knockout {
    margin: 10px 0;
    text-align: left;
    font-size: 32px;
  }
  .fs-body-product .fs-c-aggregateRating,
  .fs-body-reviews-product .fs-c-aggregateRating {
    justify-content: center;
  }
  .fs-body-product .fs-c-reviewList__item__info,
  .fs-body-reviews-product .fs-c-reviewList__item__info {
    position: relative;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
  .fs-body-product .fs-c-reviewList__item,
  .fs-body-reviews-product .fs-c-reviewList__item {
    padding: 20px;
  }
  .fs-body-product .fs-c-reviewList__item .fs-c-reviewStars::before,
  .fs-body-reviews-product .fs-c-reviewList__item .fs-c-reviewStars::before {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .fs-body-product .fs-c-reviewList__item__body,
  .fs-body-reviews-product .fs-c-reviewList__item__body {
    margin-top: 10px;
  }
  .fs-body-product .fs-c-productReview__allReviews,
  .fs-body-product .fs-c-productReview__addReview {
    text-align: center;
    padding-right: 0;
  }
  .fs-body-product .fs-c-button--addReview--detail {
    display: block;
  }


  /* レビュー関連
  ---------------------------------------------------------------- */
  .fs-c-aggregateRating {
    position: relative;
    padding-top: 30px;
  }
  .fs-c-aggregateRating__rating::before {
    font-weight: normal;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
  }
  .fs-c-rating__value {
    font-weight: normal;
    margin-left: 5px;
  }
  .fs-c-reviewInfo__date {
    font-size: 14px;
  }
  .fs-c-productReviewed + .fs-c-aggregateRating {
    margin-bottom: 20px;
  }
  .fs-c-productReviewed {
    text-align: center;
  }
  .fs-c-productReviewed__image__image,
  .fs-c-reviwewProduct__image__image {
    margin: 0 auto;
  }
  .fs-c-reviewProduct__info .fs-c-productName__name {
    text-align: center;
  }

  /* 注文履歴
  ---------------------------------------------------------------- */
  .fs-body-my-orders .fs-c-history__info {
    order: 1;
    width: 100%;
  }
  .fs-body-my-orders .fs-c-history__listContainer {
    order: 2;
    width: 100%;
  }

  /* カート
  ---------------------------------------------------------------- */
  .fs-c-cartTable > thead {
    display: none;
  }
  .fs-c-cartTable__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .fs-body-cart .fs-c-cartTable__row {
    margin-bottom: 30px;
  }
  .fs-c-cartTable__dataCell {
    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: bold;
    font-size: 0.8rem;
    margin-right: 8px;
    min-width: 2em;
  }
  .fs-c-cartTable__actionButton {
    display: flex;
    justify-content: space-between;
  }
  .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .fs-body-cart .fs-c-cartTable__dataCell {
    border: 0;
    padding: 4px;
  }
  .fs-c-cartTable__dataCell:last-child {
    border-bottom: 1px solid #E6E6E6;
  }
  .fs-body-cart .fs-c-cartPayment__button {
    text-align: center;
  }
  .fs-body-cart .fs-c-continueShopping {
    text-align: center;
    position: static;
    margin-top: 10px;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--action {
    padding-top: 12px;
  }

  /* 注文履歴
  ---------------------------------------------------------------- */
  .fs-body-my-orders-details .fs-c-cartTable__dataCell {
    border: 0;
    padding: 4px;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--review {
    padding-top: 12px;
    text-align: right;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell:last-child {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
  }
  .fs-body-my-orders-details .fs-c-addresseeList dt {
    width: 100%;
    font-weight: bold;
  }
  .fs-body-my-orders-details .fs-c-addresseeList dd {
    width: 100%;
  }
  .fs-body-my-orders-details .fs-c-cartTable__row {
    margin-bottom: 16px;
  }
  .fs-body-my-orders-details .fs-c-orderTotalInfo, .fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
    margin-top: 0;
  }

  /* チェックアウト
  ---------------------------------------------------------------- */
  .fs-body-checkout .fs-c-cartTable__dataCell {
    border: 0;
    padding: 4px;
  }
  .fs-body-checkout .fs-c-cartTable__row:not(:last-child) .fs-c-cartTable__dataCell:last-child {
    padding-bottom: 20px;
  }
  .fs-body-checkout .fs-c-cartTable__row {
    border-bottom: 1px solid #E6E6E6;
  }
  .fs-body-checkout .fs-c-cartTable__row:not(:last-child) {
    margin-bottom: 16px;
  }
  .fs-body-checkout .fs-c-cartTable__row:last-child {
    border: 0;
  }
  .fs-body-checkout .fs-c-returnedSpecialContract {
    margin-bottom: 30px;
  }
  .fs-c-checkout-addressee {
    width: 100%;
  }
  .fs-c-checkout-addressee__data, .fs-c-checkout-addressee__control {
    width: 100%;
  }
  .fs-c-checkout-addressee__control {
    text-align: right;
  }

}

@media screen and (max-width:767px) {
  /* 共通
  ---------------------------------------------------------------- */
  .fs-c-heading {
    font-size: 18px;
    line-height: 1.4;
  }

  /* 会員登録
  ---------------------------------------------------------------- */
  .fs-body-register .fs-c-additionalCheckField {
    margin-left: 0;
  }

  /* 入力フォーム
  ---------------------------------------------------------------- */
  .fs-c-inputTable {
    margin: 0 auto;
  }
  .fs-c-inputTable tr {
    display: flex;
    flex-wrap: wrap;
  }
  .fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    width: 100%;
  }
  .fs-c-inputTable__headerCell {
    text-align: left;
    padding-bottom: 0px;
  }

  /* 商品一覧
  ---------------------------------------------------------------- */
  .fs-c-productList__list article {
    width: 50%;
  }
  .fs-c-productListItem__imageContainer{
    margin-bottom: 4px;
  }
  .fs-c-productListItem__productName{
    font-size: 1.1rem;
    padding: 4px 0;
    margin: 0;
    letter-spacing: -0.04em;
    line-height: 1.4;
  }
  .mark-hanbai {
    left: 5px;
    top: 15px;
  }
  .mark-new, .mark-gentei {
    left: 5px;
    top: 15px;
  }

  /* 商品詳細
  ---------------------------------------------------------------- */
  .fs-body-product .fs-c-productNameHeading .fs-c-productNameHeading__copy {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .fs-body-product .fs-c-productNameHeading__name {
    font-size: 16px;
  }

  /* レビュー関連
  ---------------------------------------------------------------- */
  .fs-c-reviewList__item__info {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .fs-body-my-reviews .fs-c-reviewInfo__date,
  .fs-body-reviews-reviewer .fs-c-reviewInfo__date {
    margin-left: 10px;
    margin-top: 0;
  }
  .fs-c-reviewInfo__status {
    margin-top: 0;
  }

  /* お届け先リスト
  ---------------------------------------------------------------- */
  .fs-body-my-addressbook .fs-c-listTable > tbody {
    border: 0;
  }
  .fs-body-my-addressbook .fs-c-listTable tr {
    border: 1px solid #b2b2b2;
  }
  .fs-body-my-addressbook .fs-c-listTable th,
  .fs-body-my-addressbook .fs-c-listTable td {
    border: 0;
  }
  .fs-body-my-addressbook .fs-c-listTable td:first-child {
    background: rgba(126, 126, 126, 0.08);
    border-bottom: 1px solid #b2b2b2;
  }
  .fs-body-my-addressbook .fs-c-listTable td:last-child {
    max-width: 100%;
  }
  .fs-body-my-addressbook .fs-c-buttonContainer--deleteChange {
    justify-content: flex-end;
  }

  /* 注文履歴
  ---------------------------------------------------------------- */
  .fs-c-orderHistoryItem__button, .fs-c-orderHistoryItem__header__button {
    text-align: left;
  }

  /* カート
  ---------------------------------------------------------------- */
  .fs-body-customerDetails .fs-c-additionalCheckField {
    margin-left: 0;
  }
}