@charset "utf-8";
/*-----------------------
*
*  ショップ全般のCSSを記述する / PC
*
-------------------------*/
.item .size_cont {
  display: flex;
  justify-content: space-between;
}
.item .size_cont .tmn {
  flex-basis: 107px;
  max-width: 107px;
}
.item .size_cont .tmn img {
  max-width: 67px;
}
.fs-l-pageMain .sliderbutton a:hover {
  background: #000;
  text-decoration: none;
}
.stylewrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  width: 100%;
}
.stylecell {
  width: 563px;
  margin: 0 auto 60px;
}
.stylecell a > span {
  display: block;
  width: 563px;
  height: 357px;
  overflow: hidden;
}
.stylecell img {
  width: 563px;
  height: 357px;
  object-fit: cover;
  transition: all .4s;
  display: block;
}
.stylecell a:hover img {
  transform: scale(1.1, 1.1);
}
.fs-body-category .fs-l-pageMain::-webkit-scrollbar {
  height: .5rem;
}
.fs-body-category .fs-l-pageMain::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .4);
}
/* ブランド看板 */
#groupbillboard {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
/* 商品一覧ラップ */
.fs-body-search .fs-l-pageMain {
  width: 100vw;
  overflow-x: scroll;
  padding: 0;
}
.fs-c-productList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 24px auto !important;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}
.fs-body-search .fs-l-pageMain::-webkit-scrollbar {
  height: .5rem;
}
.fs-body-search .fs-l-pageMain::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .4);
}
/* ページャーパーツ */
.fs-c-productList__controller {
  width: 100%;
}
.fs-c-productList #itemSide {
  padding: 20px 0;
  width: 20%;
}
/* 商品一覧 */
.fs-c-productList .fs-c-productList__list {
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* 検索結果 */
#fs_ProductSearch .fs-c-productList .fs-c-productList__list {
  width: 100%;
}
/* バンドル商品一覧 */
#fs_BundleProductList .fs-c-productList .fs-c-productList__list {
  width: 100%;
}
/* 商品一覧 */
a.fs-pt-menu__link.fs-pt-menu__link--lv1:hover {
  background-color: transparent;
  color: #000;
}
a.fs-pt-menu__link.fs-pt-menu__link--lv2:hover {
  background-color: transparent;
  color: #000;
}
/* 07_会員ページcssここから（管理メニュー＞パーツから移動）↓↓ */
.fs-l-account {
  flex-direction: column !important;
  width: 800px;
}
.fs-p-accountInfo {
  width: 100%;
}
/* サービス一覧 */
.fs-c-accountService {
  width: 100%;
  justify-content: space-between !important;
}
.fs-c-accountService__pageLink__label {
  font-size: 12px !important;
}
fs-c-accountService__pageLink {
  width: 100px !important;
}
.fs-c-accountService__pageLink__label::before {
  width: 40px;
  height: 40px;
}
/* 07_会員ページcssここまで↑↑ */
/* 08_会員画面cssここから↓↓ */
/* お客様情報入力 */
#fs_form.fs_form {}
.fs-c-inputInformation__field {}
.fs-c-memberInfoField {
  max-width: 800px;
  margin: 0 auto;
}
.fs-c-memberInfoField .fs-c-inputTable {
  display: block !important;
}
.fs-c-memberInfoField .fs-c-inputTable tr {
  justify-content: space-between;
}
.fs-c-memberInfoField .fs-c-inputTable th {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.fs-c-memberInfoField .fs-c-inputTable th label {}
.fs-c-memberInfoField .fs-c-inputTable td {
  display: block;
}
/* パスワード入力 */
.fs-c-agreementField {
  display: flex;
  width: 800px !important;
  margin: 0 auto;
}
.fs-c-agreementConfirmation__checkbox.fs-c-checkbox {
  display: block;
  padding: 0 8px;
}
.fs-c-agreementField .fs-c-agreementConfirmationArea {}
.fs-c-agreementConfirmation__password.fs-c-agreementConfirmation__addon {
  display: flex;
  justify-content: space-between;
  padding: 0 8px !important;
  margin: 0;
  box-sizing: border-box;
}
.fs-c-agreementConfirmation__addon__message {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.fs-c-agreementConfirmation__password__input.fs-c-inputGroup.fs-system-assistTarget {
  max-width: 488px !important;
  width: 488px !important;
}
/* 個人情報保護方針への同意 */
.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
  box-sizing: border-box;
  width: 800px !important;
  margin: 0 auto;
  padding: 0 8px !important;
}
/* 08_会員画面cssここまで↑↑ */
/* 注文手続きクーポン入力部分 */
.fs-c-checkout-couponList {
  display: block;
  margin-top: 20px;
}
.fs-c-checkout-couponList__item, .fs-c-checkout-couponList__item.is-active {
  background: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 3px;
}
.fs-c-checkout-couponStatus.is-inactive {
  background: #3f51b5;
  color: #fff;
  font-size: 14px;
}
.fs-c-checkout-couponList__couponDiscount {
  color: #3f51b5;
}
.fs-c-checkout-couponList .fs-c-price {
  font-size: 16px !important;
  font-weight: 900 !important;
  border: 0;
  color: #3f51b5 !important;
}
.fs-c-checkout-couponStatus {
  font-size: 1rem;
  width: 95px;
  height: 80px;
  padding: 0;
}
.fs-c-checkout-couponStatus.is-active {
  background: #3f51b5;
}
/* カート＞「お気に入りリスト」に入っている商品 */
.fs-c-wishlistProduct__title {
  text-align: center;
  font-size: 20px;
  border-bottom: 0;
  color: #000;
  margin: 100px 0 45px;
  font-weight: normal;
}
.fs-c-wishlistProduct__footer {
  text-align: right;
  padding-top: 0;
  margin-top: 45px;
}
/* カート＞ショッピングを続けるボタン */
.fs-c-continueShopping {
  text-align: right;
}
/* お気に入りへ、ショッピングを続ける、キャンセル ボタン */
.fs-c-wishlistProduct__viewAllProducts, .fs-c-button--continueShopping, .fs-c-button--cancel {
  display: inline-block;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 0.8rem 2rem;
  min-width: 300px;
  text-align: center;
  font-size: 12.8px;
  transition: all .4s;
}
.fs-c-button--cancel {
  width: 100%;
}
.fs-c-wishlistProduct__viewAllProducts .fs-c-viewAllProductsLink__label, .fs-c-button--continueShopping .fs-c-button__label, .fs-c-button--cancel .fs-c-button__label {
  color: #000;
  line-height: 2;
}
.fs-c-wishlistProduct__viewAllProducts:hover, .fs-c-button--continueShopping:hover, .fs-c-button--cancel:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.5;
}
/* お気に入り商品一覧 */
#fs_MyWishList .fs-c-productList__list {
/*  width: auto !important;*/
}
#fs_MyWishList .fs-c-productList__list {
/*  width: auto;*/
  display: inline-grid;
}
#fs_MyWishList .fs-c-productList__list__item {
  border-bottom: none;
/*  padding: 0;*/
}
#fs_MyWishList .fs-c-button--plain.fs-c-button--addToCart--list::before {
  display: none;
}
#fs_MyWishList .fs-c-productListItem__control.fs-c-buttonContainer {
  margin: 10px 0!important;
}
#fs_MyWishList  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #e82929;
}
.fs-c-cartTableContainer button .fs-c-button__label {
  color: #3366ff;
  border: 1px solid #3366ff;
}
.fs-c-cartTableContainer button .fs-c-button__label:hover {
  text-decoration: none;
}
.fs-l-account {
  width: auto !important;
}
.fs-c-accountService__page {
  flex-basis: 276px;
  width: 276px;
  margin: 0 10px 25px 10px;
  height: 200px;
  max-height: 200px;
}
.fs-body-my-top .fs-c-accountService {
  justify-content: flex-start !important;
  margin: 0 auto;
}
.fs-c-accountService__page--accountDelete {
  width: auto !important;
  flex-basis: auto !important;
  border-radius: 3px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.fs-c-accountService__page--accountDelete:hover {
  text-decoration: none;
}
.fs-body-cart .fs-l-cart__contentsArea {
  margin-bottom: 16px;
}
.fs-c-productName__variation {
  font-size: 14px !important;
  display: none;
}
.fs-c-accountService__pageLink {
  transition: all .4s;
}
.fs-c-accountService__pageLink:hover {
  opacity: 0.5;
/*
  text-decoration: none;
  background: #000;
  color: #fff;
*/
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  flex-basis: 276px !important;
  width: 276px !important;
  margin: 0 5px 10px 5px !important;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 180px;
}
.fs-p-accountInfo__point__point__available__number {
  color: #3366ff;
}
/* ログインフォーム */
.fs-body-login .fs-c-loginForm {
  margin: 0 auto 80px;
}
.fs-body-login .fs-c-newUsers {
  width: 480px !important;
  margin-left: 120px;
}
.fs-c-subSection__title {
  border-bottom: 0;
  font-size: .875rem;
  margin-bottom: 1rem;
  text-align: center;
}
#fs-c-loginForm .fs-c-buttonContainer {
  margin: 10px 0;
}
/* 会員登録がお済みのお客様 ログイン画面 */
.fs-body-login .fs-c-registeredUsers {
  max-width: 800px;
}
/* マイページトップボタン */
.fs-c-button--myPageTop {
  position: relative;
}
.fs-c-button--myPageTop .fs-c-button__label {
  padding: 1.1rem 3rem 1.1rem 2rem;
}
.fs-c-button--myPageTop .fs-c-button__label:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.fs-c-button--myPageTop .fs-c-button__label:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 17px;
  border: 6px solid transparent;
  border-left: 8px solid #000;
}
.fs-c-button--myPageTop .fs-c-button__label:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 18px;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}
/* 注文履歴 */
.fs-p-announcement__title {
  font-size: 1rem;
  margin: 0 0 10px;
  padding: 5px 5px 5px 10px;
  color: #000;
  background: rgba(126, 126, 126, 0.08);
  font-weight: normal;
}
.fs-c-history__quantity {
  padding-top: 11px !important;
}
/* 注文履歴詳細 */
.fs-c-button--back:hover {
  opacity: 0.6;
  text-decoration: underline!important;
}
/* ポイント履歴 */
.fs-body-my-points .fs-c-history__info {
  max-width: 800px;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #3366ff;
  font-size: 2.6rem;
}
.fs-body-my-points .fs-c-history__listContainer {
  max-width: 800px;
  padding-top: 50px;
  margin: 0 auto;
}
/* マイページアカウント名 */
.fs-p-accountInfo__accountName {
  font-size: 16px;
}
.fs-p-accountInfo__header {
  margin: 0 0 8px 3px;
}
/* お届け先リストボタン */
.fs-c-button--addToAddressbook {
  padding: 0 !important;
  border: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  box-shadow: unset;
}
.fs-c-addressBookList__addButton .fs-c-button--secondary .fs-c-button__label:hover {
  background: #fff !important;
}
.fs-c-button--addToAddressbook .fs-c-button__label {
  display: block;
  width: 100%;
  border: solid 1px #000;
  font-size: .8rem;
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 4px;
  color: #000;
  transition: all .4s;
}
.fs-c-button--addToAddressbook:hover {
  opacity: 0.6;
}
.fs-c-inputInformation {
  max-width: 800px;
  margin: 0 auto;
}
/* パスワードリマインダー、会員登録内容変更、お問い合わせ */
.fs-c-inputTable__headerCell {
  width: 30%;
  line-height: 40px;
  padding-left: 5px;
}
.fs-c-inputTable__headerCell .fs-c-inputTable__label {
  vertical-align: middle;
  height: 40px;
  padding-left: 3px;
  font-size: 0.875rem;
}
/* 会員情報詳細の確認 */
/* 退会手続き */
#fs_DeleteAccount .fs-c-inputTable__dataCell, #fs_MyAccountSettings .fs-c-inputTable__dataCell {
  padding-left: 50px;
  width: 70%;
  text-align: left;
  line-height: 40px;
}
/* 必須項目のアイコン */
.fs-c-requiredMark {
  height: 1.6em;
}
/* 会員情報詳細の項目 */
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 0.875rem;
}
/* PC入力欄 */
.fs-c-inputField {
  height: 42.2px;
}
/* パスワード再設定の入力欄 */
#fs_EditPassword .fs-c-inputField__field {
  border-radius: 0;
  height: 100%;
}
#fs_label_txtarea .fs-c-requiredMark {
  height: 1rem;
}
/* お届け先追加の入力欄 */
#fs_EditAddress .fs-c-inputField__field input, #fs_NewAddress .fs-c-inputField__field input, #fs_Login .fs-c-inputField__field input, #fs_Login .fs-c-inputGroup, #fs_ShoppingCartLogin .fs-c-inputField__field input, #fs_ShoppingCartLogin .fs-c-inputGroup {
  border-radius: 0;
  height: 100%;
}
#fs_EditAddress .fs-c-dropdown__menu, #fs_NewAddress .fs-c-dropdown__menu {
  border-radius: 0;
}
#fs_EditAddress input#fs_input_firstName, #fs_EditAddress input#fs_input_firstNameKana, #fs_NewAddress input#fs_input_firstName, #fs_NewAddress input#fs_input_firstNameKana {
  border-radius: 0;
}
/* お届け先リスト */
#fs_MyAddressBook .fs-c-addressBookList__list {
  width: 100%;
}
#fs_MyAddressBook .fs-c-addressBookList__list td:first-child {
  width: 25%;
  text-align: left;
}
#fs_MyAddressBook .fs-c-addressBookList__list td:nth-child(2) {
  width: 45%;
  text-align: left;
}
#fs_MyAddressBook .fs-c-button--delete, #fs_MyAddressBook .fs-c-button--changeInfomation {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px !important;
  padding: 10px 30px !important;
  width: auto !important;
  min-width: auto !important;
  line-height: 1.5;
}
#fs_MyAddressBook .fs-c-button--delete {
  margin-right: 3rem;
}
.fs-c-wishList {
  padding-right: 0;
  padding-left: 0;
}
/* カートに商品が無い場合の画面 */
.fs-body-cart .fs-c-noResultMessage {
  width: 100%;
  margin-bottom: 2rem;
}
/* グローバルナビ＞インスタグラム紹介商品リンク */
.instagram-link {
  border: 2px solid #fff;
}
.instagram-button {
  display: block;
  width: 100%;
  padding: 2px 2px 2px 10px;
  line-height: 2;
}
.instagram-button:hover {
  text-decoration: none !important;
  background: #fff !important;
  color: #3366ff !important;
}
#fs_Checkout .fs-c-checkout-couponCodeInput__input {
  flex-basis: 50.5%;
}
#fs_Checkout .fs-c-checkout-couponCodeInput__input input {
  border-radius: 3px 0 0 3px;
}
#fs_Checkout #fs_couponCode {
  height: 50px;
}
#fs_Checkout .fs-c-checkout-couponCodeInput > *:not(:last-child) {
  margin-right: 18px;
}
#fs_Checkout .fs-c-checkout-checkoutMethod:nth-child(2) {
  margin-top: 2rem;
}
#fs_Checkout .fs-c-additionalCheckField {
  margin: 20px auto 50px;
  text-align: center;
}
#fs_Checkout .fs-c-additionalCheckField .fs-c-inputField__field {
  text-align: center;
}
#fs_Checkout .fs-c-inputTable--inModal tr {
  margin-bottom: 30px;
}
#fs_Checkout .fs-c-inputTable--inModal tr:first-child {
  margin-bottom: 50px;
}
#fs_Checkout #fs_input_expectedArrival_note {
  border: 1px solid #ccc;
  background: #fff;
}
#fs_Checkout .fs-c-button--addAddressee {
  width: 100%;
}
#fs_Checkout .fs-c-checkout-previewAndEdit__info {
  padding: 6px;
}
#fs_Checkout .fs-c-checkout-pointInfo__usePoint__number {
  font-size: 2.4rem;
}
#fs_Checkout .fs-c-checkout-delivery__method__deliveryDateTime dt {
  margin: 0 0 10px 20px;
}
#fs_Checkout .fs-c-checkout-previewAndEdit {
  grid-column-gap: 15px;
}
/* 会員登録  */
#fs_Register .fs-c-memberPolicyAgreeField.fs-c-additionalCheckField {
  margin-top: 60px;
}
#fs_Register .fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
  width: 488px !important;
  margin: 0 0 0 auto;
  padding: 0 !important;
}
/* 非会員お客様情報入力 */
#fs_CustomerDetails .fs-system-assistedItem {
  border-radius: 0;
}
#fs_CustomerDetails .fs-c-dropdown__menu {
  border-radius: 0;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__checkbox {
  margin-top: 20px;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__password.fs-c-agreementConfirmation__addon {
  margin: 30px auto;
  flex-direction: column;
}
/* 会員登録内容変更 */
#fs_EditAccountSettings .fs-system-assistedItem {
  border-radius: 0;
}
#fs_EditAccountSettings .fs-c-dropdown__menu {
  border-radius: 0;
}
#fs_EditAccountSettings .fs-c-radioGroup {
  margin-left: 5px;
}

#pagetop.fs-l-product2 {
  width: 100vw;
  display: flex;
  justify-content: center;
  overflow-x: scroll;
}
#pagetop.fs-l-product2::-webkit-scrollbar {
  height: .5rem;
}
#pagetop.fs-l-product2::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .4);
}
.fs-l-product2 .fs-l-productLayout {
  max-width: 1160px;
  width: 100%;
  display: flex;
  grid-template-columns: auto;
  grid-gap: unset;
  align-items: start;
  justify-content: space-between;
  margin: 0;
}
/*
.fs-c-productCarouselMainImage {
  max-width: 680px;
  margin-right: 3%;
}
*/
.fs-l-productLayout__item.fs-l-productLayout__item--2 {
  max-width: 550px;
}
.fs-pt_menu__item--2122sb {
  margin-top: 0!important;
}

/* PC 1200px以下のデバイス */
@media screen and (max-width: 1300px) {
  /* Gナビ */
  #hnav > .row {
    max-width: 900px;
  }
}
/* PC & iPadPro */
@media screen and (min-width: 1024px) {
  /* 商品一覧＞サムネイル */
  #fs_ProductSearch .fs-c-productList__list__item {
    /*     width: 278px; */
    width: 23%;
    margin: 0 8px 20px;
    padding: 20px 0 0;
    position: relative;
    border-bottom: 0 solid;
  }
  /* バンドル商品一覧＞サムネイル */
  #fs_BundleProductList .fs-c-productList__list__item {
    /*     width: 278px; */
    width: 23%;
    margin: 0 8px 20px;
    padding: 20px 0 0;
    position: relative;
    border-bottom: 0 solid;
  }
  /* ブランド詳細＞サムネイル */
  #fs_ProductCategory .fs-c-productList__list__item {
    /*     width: 230px; */
    width: 31%;
/*
    margin-bottom: 20px;
    margin-right: 10px;
*/
    margin: 0 8px 20px;
    padding: 20px 0 0;
    position: relative;
    border-bottom: 0 solid;
  }
}
/* iPad商品詳細ページ */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fs-l-pageMain {
    width: 100%;
  }
  #pagetop.fs-l-product2 {
    width: 100vw;
    display: block;
    justify-content: center;
    overflow-x: scroll;
  }
  #pagetop.fs-l-product2::-webkit-scrollbar {
    height: .5rem;
  }
  #pagetop.fs-l-product2::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4);
  }
  /* Gナビ */
  #hnav > .row {
    max-width: 800px;
  }
  .fs-l-product2 .fs-l-productLayout {
    width: 100%;
    max-width: 1160px;
    display: block;
    grid-template-columns: auto;
    grid-gap: unset;
    align-items: start;
    justify-content: space-between;
    margin: 0;
  }
  .fs-c-productCarouselMainImage {
    width: 100%;
    margin: 0 auto;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    max-width: 100%;
    margin: 0 auto;
  }
  .toiawase {
    width: 100%;
    text-align: center;
    display: flex;
  }
  .fs-c-buttonContainer--inquiryAboutProduct {
    width: 50%;
  }
  .fs-c-button--inquiryAboutProduct {
    width: 100%;
/*    padding-right: 1rem;*/
  }
  .item_movie iframe, .item_movie2 iframe {
    width: 100% !important;
  }
}
/* iPad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* Gナビ */
  #hnav > .row {
    max-width: 600px;
  }
  #hnav dl {
    padding: 1rem 0 2rem 1rem;
  }
  /* 商品一覧＞サムネイル */
  #fs_ProductSearch .fs-c-productList__list__item {
    width: 31%;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 20px 0 0;
    position: relative;
    border-bottom: 0 solid;
  }
  /* バンドル商品一覧＞サムネイル */
  #fs_BundleProductList .fs-c-productList__list__item {
    width: 31%;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 20px 0 0;
    position: relative;
    border-bottom: 0 solid;
  }
  /* ブランド詳細＞サムネイル */
  #fs_ProductCategory .fs-c-productList__list__item {
    /*     width: 254px; */
    width: 48%;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 20px 0 0;
    position: relative;
    border-bottom: 0 solid;
  }
  /* マイページ */
  .fs-c-accountService__page {
    flex-basis: 174px;
    width: 174px;
    margin: 0 5px 10px 5px;
    height: 140px;
  }
}