@charset "UTF-8";

/*
00.ログイン・ログアウト
01.基本・フォント
02.リンク
03.テーブル
04.パンくずリストパーツ
05.おすすめ商品カルーセル
06.インスタエリア&スペシャル
10.ヘッダー
15.コンテンツ
17.コンテンツボトム
20.フッター
22.スマホフッターナビ
25.ホーム
30.商品一覧
40.商品詳細メインエリア
50.ショッピングカート
51.サイド：ショッピングカート
60.サポート
70.会員
80.レビュー
90.よくあるご質問
100.関連ページパネル

120.カタログギフトフォーム
*/
/******************************************************
フォント
font-family: 'Noto Sans JP',
sans-serif!important;
font-family: 'Noto Serif JP',
serif!important;
******************************************************/
/***********************************************************************************************************
00.ログイン・ログアウト
***********************************************************************************************************/
.fs-preview-header__hideHeaderButton{
z-index:2000;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

.mypage.my-false {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .logout.my-false {
    display: none;
  }

  .login.my-true {
    display: none;
  }

  .regist.my-true {
    display: none;
  }

  .mypage.my-false {
    display: none;
  }
}

/***********************************************************************************************************
01.基本・フォント
***********************************************************************************************************/
html {
  font-size: 62.5% !important;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Shin Go NT Light", "M PLUS 1p Light"; */
  font-feature-settings: "palt" 1;
  font-size: 14px !important;
  line-height: 2;
  color: #3c3c3c;
}

.wf-light {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 200 !important;
  /* font-family: "UD Shin Go NT Light", "M PLUS 1p Light" !important; */
}

.wf-regular {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Regular", "M PLUS 1p Regular" !important; */
}

/* 新設定 */
.fs-serif {
  font-family: "Noto Serif JP", serif !important;
}

.fs-sansserif {
  font-family: "Noto Sans JP", sans-serif !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.wf-medium,
.fs-c-checkout-addressee__data__name {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Medium", "M PLUS 1p Medium" !important;
  font-weight: bold !important; *!important/*/
}

.wf-demibold {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT DemiBold", "M PLUS 1p Bold" !important; */
}

.wf-bold {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Bold", "M PLUS 1p Extra Bold" !important; */
}

.wf-heavy {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
  /* font-family: "UD Shin Go NT Heavy", "M PLUS 1p Black" !important; */
}

.wf-light-min {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 200 !important;
  /* font-family: "UD Reimin Light" !important; */
}

.wf-regular-min {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Reimin Regular" !important; */
}

.wf-bold-min {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Reimin Bold" !important; */
}

.fs-p-announcement__title,
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title,
.fs-c-heading--page,
.fs-c-documentColumn__heading,
.fs-c-subSection__title,
.fs-p-heading--lv2 {
  color: #3c3c3c;
  border-color: #666;
  padding-top: 4px;
  text-align: left !important;
}

section {
  margin: 2em 0 4em;
}

.fs-c-documentArticle__heading {
  margin: 2em 0 0;
}

.fs-c-checkout-confirmationList>dt {
  font-weight: normal !important;
}

/*Apple IDボタン調整*/
.fs-c-anotherLogin--apple svg {
  height: 100%;
}

/*Amazonボタン並び順変更*/
.fs-c-linkedServiceLogin__login {
  flex-direction: column-reverse;
}

/***********************************************************************************************************
02.リンク
***********************************************************************************************************/
body a,
body a:link,
body a:visited {
  color: #7e1743;
  text-decoration: none;
  transition: all 0.5s;
}

body a .uk-card,
body a:link .uk-card,
body a:visited .uk-card {
  color: #333 !important;
}

body a:hover,
body a:active {
  color: #7e1743;
  text-decoration: none;
  opacity: 0.6;
}

body a:hover .uk-card,
body a:active .uk-card {
  color: #333 !important;
}

.fs-c-button--primary,
.fs-c-button--primary:link,
.fs-c-button--primary:visited {
  color: #fff !important;
}

/***********************************************************************************************************
03.テーブル
***********************************************************************************************************/
table,
table th,
table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table {
  width: 100%;
  box-sizing: border-box;
  /* margin: 20px 0 60px; */
}

table th,
table td {
  padding: 0.5em;
}

table th {
  background: #eee;
}

/***********************************************************************************************************
04.パンくずリストパーツ
***********************************************************************************************************/
/* パンくず */
.fs-c-breadcrumb {
  font-size: 11px;
  background: #f9f9f9;
  padding: 3px 10px 3px 60px;
}

.fs-c-breadcrumb a,
.fs-c-breadcrumb a:link,
.fs-c-breadcrumb a:visited {
  color: #000;
  transition: opacity 0.3s;
  text-decoration: none;
}

.fs-c-breadcrumb a:hover,
.fs-c-breadcrumb a:active {
  color: #000;
  opacity: 0.3;
  text-decoration: none;
}

/* //パンくず */
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb {
    padding: 3px 10px 3px 15px;
  }
}

/***********************************************************************************************************
05.おすすめ商品カルーセル
***********************************************************************************************************/
.fs-c-featuredProduct {
  padding-top: 40px;
}

.fs-c-productListCarousel.fs-c-slick {
  padding-top: 40px;
}

h2.fs-c-productListItem__productName {
  margin-top: 0 !important;
  font-size: 14px !important;
}

h2.fs-c-productListItem__productName a,
h2.fs-c-productListItem__productName a:link,
h2.fs-c-productListItem__productName a:visited,
h2.fs-c-productListItem__productName a:hover,
h2.fs-c-productListItem__productName a:active {
  color: #3c3c3c;
}

.fs-c-productPrice.fs-c-productPrice--selling,
.fs-c-productListItem__productDescription,
.fs-c-productPrice__addon,
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  font-size: 12px;
  line-height: 1.6;
}

.fs-c-button--addToCart--list.fs-c-button--plain,
.fs-c-button--viewProductDetail.fs-c-button--plain {
  color: #7e1743;
  font-size: 14px;
}

.fs-c-productPrice__main__price.fs-c-price .fs-c-price__currencyMark,
.fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
  color: #7e1743;
  font-size: 24px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 14px;
}

.fs-c-productListItem__control.fs-c-buttonContainer {
  margin-top: 0;
  padding-top: 10px;
}

.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
  position: relative;
}

.fs-body-product .fs-c-quantity__select.fs-system-quantity-list {
  font-size: 20px;
  position: absolute;
}

.fs-body-product .fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量 ： ";
  font-size: 16px;
  margin-right:10px;
}

.fs-body-product .fs-c-quantity__select.fs-system-quantity-list {
  width: auto;
}

.fs-c-productQuantityAndAction__action {
  margin-top: 50px;
}

.fs-c-productQuantityAndAction__quantity {
  display: none;
}

/***********************************************************************************************************
06.インスタエリア&スペシャル
***********************************************************************************************************/
.sa-home-instagram {
  background: #ede3dd;
  padding: 60px 40px 80px;
  margin-bottom: 80px;
}

.sa-home-instagram h2 {
  text-align: center;
}

.sa-home-instagram h2 i {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #333;
  font-size: 120%;
}

.sa-home-instagram h2 span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Shin Go NT Light", "M PLUS 1p Light" !important; */
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4px;
}

.sa-home-instagram h2 a,
.sa-home-instagram h2 a:link,
.sa-home-instagram h2 a:visited,
.sa-home-instagram h2 a:hover,
.sa-home-instagram h2 a:active {
  color: #333;
}

.sa-home-instagram .sa-home-instagram-item {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sa-home-instagram {
    background: #ede3dd;
    padding: 30px 30px 44px;
    margin-bottom: 80px;
  }
}

.sa-special {
  background: #ede3dd;
  padding: 25px 40px 50px;
  margin-bottom: 80px;
}

.sa-special h2 {
  text-align: center;
}

.sa-special h2 i {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #333;
  font-size: 120%;
}

.sa-special h2 span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Shin Go NT Light", "M PLUS 1p Light" !important; */
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4px;
}

.sa-special h2 a,
.sa-special h2 a:link,
.sa-special h2 a:visited,
.sa-special h2 a:hover,
.sa-special h2 a:active {
  color: #333;
}

.sa-special h3 {
  text-align: center;
  margin: 0 0 20px !important;
}

.sa-special .sa-special-item {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sa-special {
    background: #ede3dd;
    padding: 25px 30px 40px;
    margin-bottom: 80px;
  }
}

/***********************************************************************************************************
07.背景+左右コンビネーション
***********************************************************************************************************/
.sa-background {
  background: #fbf4f1;
  padding: 60px 20px;
}

.sa-background-round {
  border-radius: 10px;
}

.sa-background-inner-item {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.sa-background-inner-item:last-child {
  margin-bottom: 0px;
}

.sa-background-inner-item.sa-flex-reverse{
  flex-direction: row-reverse;
}
.sa-background-inner-item.sa-flex-reverse h3{
  text-align: right;
}
.sa-background-inner-item-img{
  width: 25%;
}
.sa-background-inner-item-txt{
  width: 75%;
}

@media screen and (max-width: 640px) {
  .sa-background-inner-item {
    justify-content: center;
    flex-direction: column;
  }
  .sa-background-inner-item.sa-flex-reverse{
    flex-direction: column;
  }
  .sa-background-inner-item.sa-flex-reverse h3{
    text-align: left;
  }
  .sa-background-inner-item-img{
    width: 50%;
    margin: 0 auto;
  }
  .sa-background-inner-item-txt{
    width: 100%;
    line-height: 1.6;
  }
}

@media screen and (max-width: 480px) {
  .sa-background-inner-item-img{
    width: 70%;
    margin: 0 auto;
  }
}
/***********************************************************************************************************
10.ヘッダー
***********************************************************************************************************/
.fs-l-header--min {
  border: none;
}

/* ヘッダー リンク*/
#sa-header-wrap a,
#sa-header-wrap a:link,
#sa-header-wrap a:visited {
  color: #000;
  transition: opacity 0.3s;
}

#sa-header-wrap a:hover,
#sa-header-wrap a:active {
  color: #000;
  opacity: 0.3;
  text-decoration: none;
}

/* //ヘッダー リンク*/
/* ヘッダー ロゴ*/
#sa-header-wrap img.sa-logo {
  height: 40px;
}

/* //ヘッダー ロゴ*/
/* ヘッダー ナビゲーション*/
.fs-l-header {
  padding-top: 0;
  border-bottom: 1px solid #eee;
}

.fs-l-header h1.h1txt {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Shin Go NT Light", "M PLUS 1p Light" !important; */
  /*font-weight:normal!important;*/
  margin: 0 0 15px;
  padding: 0;
}

#sa-header-wrap {
  border-top: 2px solid #000;
  padding: 15px 10px 15px 40px;
}

#sa-header-wrap nav div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  align-items: flex-start;
}

#sa-header-wrap nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  transform: translate(0, -20px);
}

#sa-header-wrap nav div p,
#sa-header-wrap nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

#sa-header-wrap nav ul a {
  padding: 0 10px;
}

#sa-header-wrap nav ul li:nth-of-type(2) {
  margin-left: auto;
}

#sa-header-wrap nav ul li.sa-cart {
  position: relative;
}

#sa-header-wrap nav ul li.sa-cart span {
  font-size: 10px;
  z-index: 100;
}

#sa-header-wrap nav ul li.sa-search {
  padding-left: 30px;
}

#sa-header-wrap nav ul li:last-child {
  padding-left: 20px;
}

/* //ヘッダー ナビゲーション*/
/* モーダルメニュー調整 */
.uk-modal-dialog {
  transition: none !important;
}

#modal-menu {
  background: #fff;
}

#modal-menu .uk-modal-close-full {
  background: none;
}

#modal-menu .uk-padding-large {
  position: relative;
  background: #fff !important;
  padding: 25px 100px 25px 50px !important;
}

#modal-menu .sa-spmenu-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

#modal-menu .sa-spmenu-header .sa-spmenu-logo-wrap {
  padding-top: 30px;
}

#modal-menu .sa-spmenu-logo {
  width: 175px;
}

#modal-menu .sa-spmenu-sns {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

#modal-menu .sa-spmenu-sns li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#modal-menu .sa-spmenu-sns li a {
  display: inline-block;
  padding: 0.5em 0.7em;
  font-size: 24px;
  transition: 0.5s;
  color: #9fa0a0;
  line-height: 1;
}

#modal-menu .sa-spmenu-sns li a:link,
#modal-menu .sa-spmenu-sns li a:visited {
  text-decoration: none;
}

#modal-menu .sa-spmenu-sns li a:hover,
#modal-menu .sa-spmenu-sns li a:active {
  text-decoration: none;
  opacity: 0.6;
}

#modal-menu .sa-spmenu-sns .sa-spmenu-sns-line a {
  transition: 0.5s;
  line-height: 1;
}

#modal-menu .sa-spmenu-sns .sa-spmenu-sns-line a img {
  width: 26px;
  vertical-align: text-top;
}

#modal-menu .sa-spmenu-sns .sa-spmenu-sns-line a:link,
#modal-menu .sa-spmenu-sns .sa-spmenu-sns-line a:visited {
  text-decoration: none;
}

#modal-menu .sa-spmenu-sns .sa-spmenu-sns-line a:hover,
#modal-menu .sa-spmenu-sns .sa-spmenu-sns-line a:active {
  text-decoration: none;
  opacity: 0.6;
}

#modal-menu .sa-spmenu-main-wrap-all {
  text-align: right;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap {
  display: inline-block;
  text-align: left;
  padding: 0 30px 0 0;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main {
  display: inline-block;
  margin: 0 0 35px;
  padding: 0;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px;
  margin-bottom: 4px;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main li:first-child {
  margin-bottom: 20px;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main li img {
  width: 50px;
  margin-right: 10px;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main li a,
#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main li a:link,
#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main li a:visited {
  display: block;
  color: #333;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Reimin Light" !important; */
  font-size: 20px;
  transition: 0.5s;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main li a:hover,
#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-main-wrap .sa-spmenu-main li a:active {
  text-decoration: none;
  opacity: 0.6;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-other {
  margin: 0;
  padding: 0;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-other li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-other li a,
#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-other li a:link,
#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-other li a:visited {
  color: #333;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Reimin Light" !important; */
  font-size: 18px;
  transition: 0.5s;
  border: 1px solid #333;
  padding: 0.25em 4em;
  display: block;
  text-align: center;
}

#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-other li a:hover,
#modal-menu .sa-spmenu-main-wrap-all .sa-spmenu-other li a:active {
  opacity: 0.6;
  text-decoration: none;
}

.sa-spmenu-other--mm a {
  color: #fff !important;
  background: #742243;
  border: none;
}

#modal-menu .sa-spmenu-sub-wrap {
  position: absolute;
  left: 50px;
  bottom: 30px;
}

#modal-menu .sa-spmenu-sub-wrap .sa-spmenu-sub {
  margin: 0;
  padding: 0;
}

#modal-menu .sa-spmenu-sub-wrap .sa-spmenu-sub li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#modal-menu .sa-spmenu-sub-wrap .sa-spmenu-sub li a,
#modal-menu .sa-spmenu-sub-wrap .sa-spmenu-sub li a:link,
#modal-menu .sa-spmenu-sub-wrap .sa-spmenu-sub li a:visited {
  color: #333;
  transition: 0.5s;
}

#modal-menu .sa-spmenu-sub-wrap .sa-spmenu-sub li a:hover,
#modal-menu .sa-spmenu-sub-wrap .sa-spmenu-sub li a:active {
  text-decoration: none;
  opacity: 0.6;
}

#modal-menu .sa-spmenu-sub-wrap .sa-spmenu-sub-guide {
  margin-top: 12px !important;
}

#modal-menu .sa-spmenu-sub-wrap p {
  font-size: 20px;
  line-height: 1.4;
}

#modal-menu .sa-spmenu-sub-wrap p img {
  width: 35px;
}

#modal-menu .sa-spmenu-sub-wrap p a,
#modal-menu .sa-spmenu-sub-wrap p a:link,
#modal-menu .sa-spmenu-sub-wrap p a:visited {
  color: #333;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Regular", "M PLUS 1p Regular" !important; */
}

#modal-menu .sa-spmenu-sub-wrap p a:hover,
#modal-menu .sa-spmenu-sub-wrap p a:active {
  color: #333;
  text-decoration: none;
}

#modal-menu .sa-spmenu-sub-wrap p span {
  font-size: 12px;
}

@media (min-width: 768px) {
  .sa-spmenu-sub-wrap p a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  #sa-header-wrap {
    padding: 10px 10px 15px 15px;
    /* ヘッダー ロゴ*/
  }

  .fs-l-header .h1txt {
    text-align: center;
  }

  #sa-header-wrap img.sa-logo {
    height: 30px;
  }

  #sa-header-wrap .sa-cart svg {
    width: 28px;
  }

  #sa-header-wrap nav ul {
    transform: translate(0, 0);
  }

  #sa-header-wrap nav ul li:last-child {
    padding-left: 10px;
  }

  #modal-menu .uk-padding-large {
    position: static;
    padding: 20px !important;
    background: #fff !important;
  }

  .sa-spmenu-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .sa-spmenu-header .sa-spmenu-logo-wrap {
    padding-top: 0 !important;
    width: 100%;
  }

  .sa-spmenu-header .sa-spmenu-sns-wrap {
    width: 100%;
    text-align: right;
  }

  .sa-spmenu-header .sa-spmenu-sns-wrap .sa-spmenu-sns {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sa-spmenu-header .sa-spmenu-sns-wrap .sa-spmenu-sns a {
    padding: 0em 0.7em;
    line-height: 1;
  }

  .sa-spmenu-main-wrap-all {
    text-align: left !important;
  }

  .sa-spmenu-main-wrap-all .sa-spmenu-other li a,
  .sa-spmenu-main-wrap-all .sa-spmenu-other li a:link,
  .sa-spmenu-main-wrap-all .sa-spmenu-other li a:visited {
    width: 100%;
    box-sizing: border-box;
    padding: 0.25em 0em !important;
  }

  .sa-spmenu-sub-wrap {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    margin-top: 40px;
  }
}

/* //モーダルメニュー調整 */
/* モーダル検索調整 */
.uk-modal-dialog {
  border-radius: 4px;
}

.uk-modal-dialog form {
  text-align: center;
}

.uk-modal-dialog form input {
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 10px;
}

.uk-modal-dialog form .fs-c-button--primary {
  font-size: 14px;
  min-width: auto;
}

/* //モーダル検索調整 */
@media screen and (max-width: 768px) {
  .sa-sp-menu {
    margin: 0;
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #eee;
  }

  .sa-sp-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sa-sp-menu li a,
  .sa-sp-menu li a:link,
  .sa-sp-menu li a:visited,
  .sa-sp-menu li a:hover,
  .sa-sp-menu li a:active {
    color: #000;
    text-decoration: none;
    padding: 0.5em 2em;
    display: inline-block;
  }
}

/***********************************************************************************************************
15.コンテンツ
***********************************************************************************************************/
.fs-l-page {
  overflow: hidden;
}

.fs-l-main {
  margin: 30px auto;
  padding: 0 30px 0;
  max-width: 1200px;
}

.fs-l-pageMain {
  margin: 0 auto;
  padding: 0;
  max-width: 1024px !important;
  width: auto;
}

@media screen and (max-width: 768px) {
  .fs-l-main {
    margin: 0 auto !important;
    max-width: auto !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .fs-l-pageMain {
    margin: 0 auto;
    padding: 0;
    max-width: auto !important;
    width: 100% !important;
  }
}

/***********************************************************************************************************
17.コンテンツボトム
***********************************************************************************************************/
.sa-contentsBottom {
  overflow: hidden;
}

.sa-contentsBottom>h2:first-child {
  font-size: 18px;
  padding: 0.5em 1em;
  border-bottom: 2px solid #7c8790;
  color: #333 !important;
}

.sa-contact-area {
  text-align: center;
  margin-top: 50px;
  line-height: 1.8;
}

.sa-contact-area p:first-child {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Regular", "M PLUS 1p Regular" !important; */
}

.sa-contact-area .sa-telfax-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.sa-contact-area .sa-telfax-wrap li {
  margin: 0;
  padding: 0 0.75em;
  list-style: none;
  color: #333;
  text-decoration: none;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Regular", "M PLUS 1p Regular" !important; */
  white-space: nowrap;
}

.sa-contact-area .sa-telfax-wrap li img {
  width: 50px;
}

.sa-contact-area .sa-telfax-wrap li a,
.sa-contact-area .sa-telfax-wrap li a:link,
.sa-contact-area .sa-telfax-wrap li a:visited {
  color: #333;
  text-decoration: none;
}

.sa-contact-area .sa-telfax-wrap li a:hover,
.sa-contact-area .sa-telfax-wrap li a:active {
  color: #333;
  text-decoration: none;
}

@media (min-width: 768px) {
  .sa-contact-area a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .sa-contact-area p:last-child {
    font-size: 16px;
  }

  .sa-contact-area .sa-telfax-wrap {
    display: block;
  }
}

/***********************************************************************************************************
20.フッター
***********************************************************************************************************/
.fs-p-footerPageTop {
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-p-footerPageTop a,
.fs-p-footerPageTop a:link,
.fs-p-footerPageTop a:visited,
.fs-p-footerPageTop a:hover,
.fs-p-footerPageTop a:active {
  color: #333;
}

.fs-p-footerPageTop__link2:link,
.fs-p-footerPageTop__link2:visited {
  font-size: 300%;
  transition: opacity 0.3s;
  color: #3c3c3c;
}

.fs-p-footerPageTop__link2:hover,
.fs-p-footerPageTop__link2:active {
  opacity: 0.5;
  color: #3c3c3c;
}

.fs-l-footer {
  position: relative;
  border-top: none;
  background: #4c4137;
  color: #fff;
  margin-top: 80px;
  padding-top: 40px;
  box-sizing: border-box;
}

.fs-l-footer .sa-footer-wrap {
  padding: 0;
  box-sizing: border-box;
}

.fs-l-footer .sa-footer-wrap a,
.fs-l-footer .sa-footer-wrap a:link,
.fs-l-footer .sa-footer-wrap a:visited,
.fs-l-footer .sa-footer-wrap a:hover,
.fs-l-footer .sa-footer-wrap a:active {
  color: #fff;
}

.fs-l-footer .sa-footer-wrap ul {
  margin: 0;
  padding: 0;
}

.fs-l-footer .sa-footer-wrap ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fs-l-footer .sa-footer-wrap .fs-pt-column--3 {
  max-width: 960px;
  margin: 40px auto 40px;
}

.fs-l-footer .sa-footer-wrap .fs-pt-column--3 a {
  transition: 0.5s;
}

.fs-l-footer .sa-footer-wrap .fs-pt-column--3 a:link,
.fs-l-footer .sa-footer-wrap .fs-pt-column--3 a:visited {
  text-decoration: none;
}

.fs-l-footer .sa-footer-wrap .fs-pt-column--3 a:hover,
.fs-l-footer .sa-footer-wrap .fs-pt-column--3 a:active {
  text-decoration: none;
  opacity: 0.8;
}

.fs-l-footer .sa-footer-wrap .sa-footer-function {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1280px;
  margin: 0 auto 40px;
}

.fs-l-footer .sa-footer-wrap .sa-footer-function li a {
  transition: 0.5s;
  display: inline-block;
  border: 1px solid #fff;
  margin: 5px;
  padding: 0.5em 4em 0.5em 1em;
  font-size: 14px;
  line-height: 1.2;
}

.fs-l-footer .sa-footer-wrap .sa-footer-function li a span {
  font-size: 10px;
  display: block;
}

.fs-l-footer .sa-footer-wrap .sa-footer-function li a:link,
.fs-l-footer .sa-footer-wrap .sa-footer-function li a:visited {
  text-decoration: none;
}

.fs-l-footer .sa-footer-wrap .sa-footer-function li a:hover,
.fs-l-footer .sa-footer-wrap .sa-footer-function li a:active {
  text-decoration: none;
  opacity: 0.6;
}

.fs-l-footer .sa-footer-wrap .sa-footer-lineup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1280px;
  margin: 40px auto 40px;
}

.fs-l-footer .sa-footer-wrap .sa-footer-lineup a {
  transition: 0.5s;
  display: inline-block;
  border: 1px solid #fff;
  margin: 5px;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.2;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
}

.fs-l-footer .sa-footer-wrap .sa-footer-lineup a span {
  font-size: 10px;
  display: block;
}

.fs-l-footer .sa-footer-wrap .sa-footer-lineup a:link,
.fs-l-footer .sa-footer-wrap .sa-footer-lineup a:visited {
  text-decoration: none;
}

.fs-l-footer .sa-footer-wrap .sa-footer-lineup a:hover,
.fs-l-footer .sa-footer-wrap .sa-footer-lineup a:active {
  text-decoration: none;
  opacity: 0.6;
}

.fs-l-footer .sa-footer-wrap .sa-footer-bottom {
  background: #3e342c;
  padding: 10px 10px 20px;
}

.fs-l-footer .sa-footer-wrap .sa-footer-sns {
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
}

.fs-l-footer .sa-footer-wrap .sa-footer-sns li a {
  display: inline-block;
  padding: 0.5em 0.7em;
  font-size: 24px;
  transition: 0.5s;
}

.fs-l-footer .sa-footer-wrap .sa-footer-sns li a:link,
.fs-l-footer .sa-footer-wrap .sa-footer-sns li a:visited {
  text-decoration: none;
}

.fs-l-footer .sa-footer-wrap .sa-footer-sns li a:hover,
.fs-l-footer .sa-footer-wrap .sa-footer-sns li a:active {
  text-decoration: none;
  opacity: 0.6;
}

.fs-l-footer .sa-footer-wrap .sa-footer-sns .sa-footer-sns-line a {
  transition: 0.5s;
}

.fs-l-footer .sa-footer-wrap .sa-footer-sns .sa-footer-sns-line a img {
  width: 26px;
  vertical-align: text-top;
}

.fs-l-footer .sa-footer-wrap .sa-footer-sns .sa-footer-sns-line a:link,
.fs-l-footer .sa-footer-wrap .sa-footer-sns .sa-footer-sns-line a:visited {
  text-decoration: none;
}

.fs-l-footer .sa-footer-wrap .sa-footer-sns .sa-footer-sns-line a:hover,
.fs-l-footer .sa-footer-wrap .sa-footer-sns .sa-footer-sns-line a:active {
  text-decoration: none;
  opacity: 0.6;
}

.fs-l-footer .sa-footer-wrap .sa-footer-menu {
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto -40px;
}

.fs-l-footer .sa-footer-wrap .sa-footer-menu li a {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 12px;
  transition: 0.5s;
}

.fs-l-footer .sa-footer-wrap .sa-footer-menu li a:link,
.fs-l-footer .sa-footer-wrap .sa-footer-menu li a:visited {
  text-decoration: none;
}

.fs-l-footer .sa-footer-wrap .sa-footer-menu li a:hover,
.fs-l-footer .sa-footer-wrap .sa-footer-menu li a:active {
  text-decoration: none;
  opacity: 0.6;
}

.fs-l-footer .sa-footer-wrap .sa-footer-copyright {
  text-align: right;
  font-size: 12px;
  margin: -40px 0 0;
  max-width: 1280px;
  margin: 0 auto;
}

.fs-l-footer .sa-footer-wrap .sa-footer-copyright span {
  display: block;
  margin-left: auto;
}

.fs-l-footer .sa-footer-wrap .sa-footer-copyright .sa-footer-copyright-logo {
  text-align: right;
  padding-bottom: 10px;
}

.fs-l-footer .sa-footer-wrap .sa-footer-copyright .sa-footer-copyright-logo img {
  width: 174px;
}

@media screen and (max-width: 768px) {
  .fs-l-footer {
    padding-top: 30px;
  }

  .fs-l-footer .sa-footer-wrap {
    padding: 0;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-function {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 5px 20px;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-function li {
    width: 50%;
    box-sizing: border-box;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-function li a {
    display: block;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-lineup {
    margin: 0 auto 30px;
    padding: 5px 20px;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-lineup a {
    width: 100%;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-bottom {
    padding-bottom: 50px;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-sns {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-banner {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-banner li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-menu {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #4c4137;
    margin-bottom: 40px;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-menu li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #4c4137;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-menu li a {
    display: block;
    font-size: 14px;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-copyright {
    text-align: center;
  }

  .fs-l-footer .sa-footer-wrap .sa-footer-copyright .sa-footer-copyright-logo {
    width: 100%;
    text-align: center;
  }
}

/***********************************************************************************************************
22.スマホフッターナビ
***********************************************************************************************************/
@media screen and (min-width: 769px) {
  .sp-bottommenu {
    visibility: hidden;
    position: fixed !important;
    bottom: -60px;
  }
}

@media screen and (max-width: 768px) {
  .sp-bottommenu {
    visibility: visible;
    width: 100%;
    background: #4c4137 !important;
    opacity: 0.98;
    position: fixed !important;
    bottom: -60px;
    z-index: 999;
    color: #fff !important;
  }

  .sp-bottommenu ul {
    width: 100%;
    align-items: center;
  }

  .sp-bottommenu a,
  .sp-bottommenu a:link,
  .sp-bottommenu a:visited,
  .sp-bottommenu a:hover,
  .sp-bottommenu a:active {
    color: #fff !important;
    font-size: 16px !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }

  .sp-bottommenu a svg {
    width: 30px;
  }

  .sp-bottommenu a span.icon,
  .sp-bottommenu a span.txt {
    display: block !important;
    width: 100% !important;
  }

  .sp-bottommenu a span.txt {
    margin: -18px 0 0 -5px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 1;
  }

  .sp-bottommenu a span.badge {
    display: inline-block;
    margin-top: -15px;
    font-size: 10px;
    line-height: 1;
    color: rgb(186, 0, 24);
  }

  .uk-navbar-nav>li>a {
    min-height: 60px !important;
  }
}

/***********************************************************************************************************
25.ホーム
***********************************************************************************************************/

.fs-pt-column--3--center {
  display: flex !important;
  justify-content: center !important;
margin-bottom:40px;
}

.fs-pt-column--3--center>a {
  width: 31.5%;
}

@media screen and (max-width: 600px) {
  .fs-pt-column--3--center>a {
    width: 100%;
  }
}

.fs-body-top .fs-l-pageMain {
  max-width: 960px;
  margin: 10px auto 30px;
  text-align: center;
}

.fs-body-top .fs-l-pageMain h2 {
  font-size: 30px !important;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Reimin Light" !important; */
}

.fs-body-top .fs-l-pageMain p {
  font-size: 16px;
  margin-bottom: 40px;
}

.fs-body-top .fs-l-pageMain .fs-pt-column--3 {
  margin-bottom: 10px;
}

.fs-body-top .fs-l-pageMain .fs-pt-column--3 a,
.fs-body-top .fs-l-pageMain .fs-pt-column--3 a:link,
.fs-body-top .fs-l-pageMain .fs-pt-column--3 a:visited {
  color: #333;
}

.fs-body-top .fs-l-pageMain .fs-pt-column--3 a:hover,
.fs-body-top .fs-l-pageMain .fs-pt-column--3 a:active {
  text-decoration: none;
}

.fs-pt-column__heading {
  font-weight: 500 !important;
}

.fs-body-top .fs-l-pageMain .fs-pt-column--3 .fs-pt-column__heading {
  font-size: 16px;
  margin-top: 10px;
}

.fs-body-top .fs-l-pageMain .fs-pt-column--3 .fs-pt-column__description {
  margin-top: 0;
}

.fs-body-top .fs-l-pageMain .sa-button-lineup {
  display: inline-block;
  border: 1px solid #333;
  margin-top: 30px;
  padding: 0.5em;
  width: 304px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #333;
}

.fs-body-top .fs-l-pageMain .sa-button-lineup span {
  font-size: 10px;
  display: block;
}

.fs-body-top .fs-l-pageMain .sa-button-lineup:hover,
.fs-body-top .fs-l-pageMain .sa-button-lineup:active {
  text-decoration: none;
}

.fs-body-top .fs-l-pageMain2 {
  max-width: 1200px !important;
  margin-top: 40px;
}

.fs-body-top .fs-l-pageMain2 .fs-pt-column__heading {
  font-size: 16px;
}

.sa-home-freearea {
  background: #fbf9f8;
}

.sa-home-freearea .uk-card-body {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.sa-home-freearea .uk-card-body h2 {
  font-size: 28px !important;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300 !important;
  /* font-family: "UD Reimin Light" !important; */
}

.sa-home-freearea .uk-card-body p {
  font-size: 16px;
}

.sa-home-freearea .uk-card-body p a,
.sa-home-freearea .uk-card-body p a:link,
.sa-home-freearea .uk-card-body p a:visited {
  display: inline-block;
  text-align: center;
  padding: 0.2em 0.1em;
  font-size: 13px;
  border: 1px solid #666;
  border-radius: 28px;
  width: 65%;
  color: #666;
}

.sa-home-freearea .uk-card-body p a:hover,
.sa-home-freearea .uk-card-body p a:active {
  color: #666;
  text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 960px) {
  .sa-home-freearea .uk-card-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 639px) {
  .fs-body-top .fs-l-pageMain {
    text-align: left;
    margin: 0 auto 30px !important;
  }

  .fs-body-top .fs-l-pageMain h2 {
    font-size: 24px !important;
    text-align: center;
  }

  .fs-body-top .fs-l-pageMain p {
    line-height: 1.8;
  }

  .fs-body-top .fs-l-pageMain .sa-button-lineup {
    width: 100%;
  }

  .fs-body-top .fs-l-pageMain2 {
    text-align: left;
    margin-top: 30px !important;
    padding: 0 30px;
  }

  .fs-body-top .fs-l-pageMain2 h2 {
    font-size: 24px !important;
    text-align: center;
  }

  .fs-body-top .fs-l-pageMain2 h3 {
    font-size: 16px;
  }

  .fs-body-top .fs-l-pageMain2 p {
    line-height: 1.8;
  }

  .fs-body-top .sa-home-freearea {
    padding-bottom: 30px;
  }

  .fs-body-top .sa-home-freearea .uk-margin-large {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fs-body-top .sa-home-freearea .uk-card-body {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .fs-body-top .sa-home-freearea .uk-card-body a {
    display: inline-block;
    text-align: center;
    padding: 0.4em 0.2em !important;
    font-size: 14px !important;
    border: 1px solid #666;
    border-radius: 28px;
    width: 80% !important;
    color: #666;
  }

  .fs-body-top .fs-pt-column--3 {
    text-align: center;
  }

  .fs-body-top .fs-pt-column--3 a {
    margin-top: 10px;
  }

  .fs-body-top .fs-pt-column--3 .fs-pt-column__description {
    line-height: 1.6;
  }

  .fs-body-top .fs-pt-column--3 a.fs-pt-column__item {
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 960px) {
  #fs_Top .fs-pt-carousel .slick-slide,
  .fs-body-category-lineup .fs-pt-carousel .slick-slide{
    width: 60vw;
  }

  #fs_Top .fs-pt-carousel img,
  .fs-body-category-lineup .fs-pt-carousel img {
    width: 100%;
  }
}

/***********************************************************************************************************
30.商品一覧
***********************************************************************************************************/
.fs-body-category-lineup .fs-pt-carousel{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.fs-c-sortItems {
  border-radius: 4px !important;
  border: 1px solid #eee;
  overflow: hidden;
}

.fs-c-sortItems .fs-c-sortItems__label {
  background: #7c8790;
  color: #fff;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1 !important;
}

.fs-c-sortItems__list__item {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1 !important;
}

.fs-c-sortItems__list__item span,
.fs-c-sortItems__list__item a {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1 !important;
}

.fs-c-sortItems .is-active {
  background: #7e1743;
  color: #fff;
}

/* 上書き */
.fs-c-sortItems__list {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-sortItems .fs-c-sortItems__label,
.fs-c-sortItems__list__item span,
.fs-c-sortItems__list__item a {
  padding: 1em 2em !important;
}

.fs-c-productListItem__salesPeriodNotice,
.fs-c-productListItem__salesPeriod .fs-c-salesPeriod__date,
.fs-c-productListItem__lowInStock,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__numberOfStock {
  font-size: 12px;
  line-height: 1.2;
}

.fs-c-button--viewMoreImage.fs-c-button--plain {
  font-size: 20px !important;
  color: #7e1743;
}

@media screen and (max-width: 768px) {

  .fs-c-sortItems .fs-c-sortItems__label,
  .fs-c-sortItems__list__item span,
  .fs-c-sortItems__list__item a {
    padding: 0.5em !important;
    font-size: 12px;
  }

  .fs-c-sortItems__list {
    border-left: none;
  }
}

/***********************************************************************************************************
40.商品詳細メインエリア
***********************************************************************************************************/
.fs-c-productMainImage__image {
  width: 640px;
  margin: 0 auto;
}

.sa-org-comment {
  margin: 0 0;
}

.sa-org-comment table {
  margin: 20px 0 20px;
}

.fs-l-main.fs-l-product .fs-l-productLayout.fs-system-product {
  width: 768px;
  margin: 0 auto;
}

.fs-p-productDescription.fs-p-productDescription--full {
  border: 1px solid #ccc;
  padding: 20px 20px 20px;
}

.fs-p-productDescription.fs-p-productDescription--full::before {
  content: "商品詳細";
  background: #eee;
  display: block;
  text-align: center;
  padding: 10px;
  margin: -20px -20px 20px;
}

/*商品詳細スライド調整*/
.fs-body-product .fs-c-productCarouselMainImage .slick-list {
  max-width: 640px;
  height: auto !important;
  margin: 0 auto !important;
}

.fs-body-product .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image>img {
  max-width: 640px;
}

@media screen and (max-width: 640px) {

  .fs-body-product .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage,
  .fs-body-product .fs-c-productCarouselMainImage .fs-c-slick.slick-slider {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .fs-body-product .fs-c-productCarouselMainImage .slick-list {
    max-width: 640px;
    height: 100vw !important;
    margin: 0 auto !important;
  }

  .fs-body-product .fs-c-productCarouselMainImage .fs-c-slick.slick-initialized .slick-slide {
    width: 100vw;
  }

  .fs-body-product .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image>img {
    max-width: none !important;
    height: 100vw !important;
  }
}

/*商品詳細スライド調整*/
.sa-org-comment h2 {
  text-align: center;
  margin: 20px 0;
}

.sa-org-comment h2+p {
  margin-top: 0;
}

.sa-org-comment p+div {
  margin-top: 60px;
}

.fs-c-productNumber,
.fs-c-productPointDisplay {
  font-size: 12px;
  padding: 0.5em !important;
  display: inline-block;
  width: auto;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPri17pxin__price {
  font-size: 16px !important;
  color: #7e1743;
}

.fs-c-button--inquiryAboutProduct.fs-c-button--plain,
.fs-c-button--viewExtendedImage.fs-c-button--plain {
  font-size: 14px !important;
  color: #7e1743;
}

.fs-c-button--addToWishList--detail.fs-c-button--particular {
  font-size: 12px;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
  font-size: 14px;
}

.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  font-size: 26px;
}

.fs-c-button--addToCart--detail {
  padding: 1.5em 6em 1.3em;
  border-radius: 3px;
}

.fs-c-productSelection,
.fs-c-productSelection__name {
  background: none;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .fs-l-main.fs-l-product .fs-l-productLayout.fs-system-product {
    width: auto;
    margin: 0 auto;
  }

  .sa-org-comment div.sa-spfit {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  .fs-c-productMainImage__image {
    width: 100%;
    margin: 0 auto;
  }

  .fs-c-button--addToCart--detail,
  .fs-c-button--addToCart--detail:hover {
    display: block;
    width: 100%;
  }
}

.fs-c-buttonContainer{
padding:20px 0;
}

@media screen and (max-width: 768px) {
  #fs_ProductDetails .fs-c-buttonContainer {
    margin-top: 20px;
  }
}

/*大事なお知らせ*/
.important-note {
  background: #eeeae7;
  margin: 30px 0 40px;
  padding: 20px 30px;
  border-radius: 10px;
}

.important-note-title {
  font-size: 120%;
  font-weight: bold !important !important;
  text-align: center;
  padding: 0 0 10px;
  color: #a91d1e;
}

.fs-c-productCarouselMainImage__thumbnailList{
overflow-x:auto;
}

.fs-p-productDescription.fs-p-productDescription--short{
margin-bottom:20px;
}

/***********************************************************************************************************
41.定期便：商品詳細
***********************************************************************************************************/
.fs-c-productQuantityAndAction {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/***********************************************************************************************************
50.ショッピングカート
***********************************************************************************************************/
.fs-c-cartDiscountInfo__note,
.fs-c-payWithAmazon {
  font-size: 12px;
}

.fs-c-cartTable__actionButton__container>button,
.fs-c-orderTotalTable__mainRow>td,
.fs-c-cartPayment {
  font-size: 14px;
}

.fs-c-button--registerAndSubscribe.fs-c-button--secondary,
.fs-c-button--registerAndSubscribe.fs-c-button--secondary:link,
.fs-c-button--registerAndSubscribe.fs-c-button--secondary:visited,
.fs-c-button--registerAndSubscribe.fs-c-button--secondary:hover,
.fs-c-button--registerAndSubscribe.fs-c-button--secondary:active,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary:link,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary:visited,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary:hover,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary:active,
.fs-c-button--multiDestination.fs-c-button--secondary,
.fs-c-button--multiDestination.fs-c-button--secondary:link,
.fs-c-button--multiDestination.fs-c-button--secondary:visited,
.fs-c-button--multiDestination.fs-c-button--secondary:hover,
.fs-c-button--multiDestination.fs-c-button--secondary:active {
  color: #fff !important;
  font-size: 14px;
}

table.fs-c-orderTotalTable {
  border-collapse: collapse;
  border: none !important;
}

table.fs-c-orderTotalTable th {
  border: 1px solid #ccc !important;
  border-left: none !important;
  border-collapse: collapse;
}

table.fs-c-orderTotalTable td {
  border: 1px solid #ccc !important;
  border-right: none !important;
  border-collapse: collapse;
}

table.fs-c-orderTotalTable {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 40px;
}

table.fs-c-orderTotalTable th,
table.fs-c-orderTotalTable td {
  padding: 0.5em;
}

table.fs-c-orderTotalTable th {
  background: #eee;
}

.fs-c-button--continueShopping.fs-c-button--standard:link,
.fs-c-button--continueShopping.fs-c-button--standard:visited,
.fs-c-button--continueShopping.fs-c-button--standard:hover,
.fs-c-button--continueShopping.fs-c-button--standard:active {
  font-size: 14px;
  color: #3c3c3c;
}

@media screen and (max-width: 768px) {
  table.fs-c-cartTable {
    border: none;
  }

  table.fs-c-cartTable .fs-c-price__currencyMark,
  table.fs-c-cartTable .fs-c-price__value {
    font-size: 16px;
  }

  .fs-c-cartTable__productName__name {
    font-size: 16px;
  }
}

/***********************************************************************************************************
51.サイド：ショッピングカート
***********************************************************************************************************/
.fs-p-scrollingCartButton .fs-c-button--primary {
  width: 60px !important;
  min-width: auto !important;
  font-size: 10px;
  margin: 0 0 5px !important;
  padding: 10px;
  line-height: 1.4;
  color: #fff !important;
}

.fs-p-scrollingCartButton a.cart,
.fs-p-scrollingCartButton a.cart:link,
.fs-p-scrollingCartButton a.cart:visited {
  display: block;
  background: #7c8790;
  color: #fff !important;
  transition: opacity 0.3s;
  padding: 10px;
  width: 60px;
  height: 60px;
  position: relative;
  box-sizing: border-box;
}

.fs-p-scrollingCartButton a.cart:hover,
.fs-p-scrollingCartButton a.cart:active {
  opacity: 0.5;
}

.fs-p-scrollingCartButton .fs-p-cartItemNumber {
  top: 8px;
  right: 6px;
  font-size: 14px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .fs-p-scrollingCartButton {
    display: none !important;
  }
}

/***********************************************************************************************************
60.サポート
***********************************************************************************************************/
.fs-c-note {
  font-size: 12px;
}

.fs-c-postage__table,
.fs-c-postage__table__headerCell,
.fs-c-postage__table__dataCell {
  font-size: 12px;
  line-height: 1.4;
  padding: 3px;
  border-collapse: collapse;
  border: #ddd 1px solid;
}

.fs-c-postage__table__headerCell {
  background: #f8f8f8;
  font-size: 10px;
}

/***********************************************************************************************************
70.会員
***********************************************************************************************************/
.fs-c-specTableContainer {
  margin-bottom: 60px;
}

.fs-c-inputInformation__field {
  margin: 24px auto;
  max-width: 768px;
  border-collapse: collapse;
  border: none;
}

.fs-c-inputInformation__field .fs-c-inputTable {
  border: none;
}

.fs-c-inputInformation__field .fs-c-inputTable th,
.fs-c-inputInformation__field .fs-c-inputTable td {
  padding: 10px;
  border-collapse: collapse;
  border: none;
}

.fs-c-inputInformation__field .fs-c-inputTable td input[type="text"],
.fs-c-inputInformation__field .fs-c-inputTable td input[type="tel"] {
  padding: 8px;
}

.fs-c-inputTable>tbody>tr+tr {
  margin-top: 10px;
}

.fs-c-inputTable {
  margin-bottom: 0;
}

.fs-c-inputDate>* {
  width: 120px;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field {
  background: #fff;
  padding: 0;
}

.fs-body-cart-login .fs-c-loginForm,
.fs-c-inputInformation__field {
  margin: 24px auto !important;
  padding: 0 !important;
  max-width: 768px !important;
  border: none !important;
  background: none !important;
}

.fs-c-agreementConfirmation__message {
  background: #eee;
}

/***********************************************************************************************************
80.レビュー
***********************************************************************************************************/
.fs-c-productReview{
 margin-top:80px;
}
.fs-c-reviewer__profile__status,
.fs-c-reviewer__profile,
.fs-c-reviewer__status,
.fs-c-reviewerStatus {
  font-size: 14px;
}

.fs-c-reviewInfo__date {
  font-size: 12px;
}

/***********************************************************************************************************
90.よくあるご質問
***********************************************************************************************************/
dl.sa-qa dt::before {
  content: "Q";
  border-radius: 2em;
  background: #7a6855;
  color: #fff;
  line-height: 1;
  margin-right: 0.5em;
  min-width: 1em;
  min-height: 1em;
  height: 1;
  padding: 0.5em;
  display: inline-block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
  /* font-family: "UD Shin Go NT DemiBold", "M PLUS 1p Bold"; */
  /* position:absolute;
    left:0;
    transition: all .5s; */
}

dl.sa-qa dt::after {
  content: "\f0dd";
  color: #7a6855;
  line-height: 1;
  margin-left: auto;
  min-width: 1em;
  min-height: 1em;
  padding: 0.5em;
  display: inline-block;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  /* position:absolute;
  right:0; */
  transition: all 0.5s;
}

dl.sa-qa dt.open::after {
  transform: rotateX(180deg);
}

dl.sa-qa dt {
  color: #7a6855;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
  /* font-family: "UD Shin Go NT DemiBold", "M PLUS 1p Bold"; */
  font-size: 14px;
  line-height: 1.3;
  margin-top: 1.5em;
  padding: 1.5em 0 0;
  border-top: 1px dotted #ccc;
  cursor: pointer;
  /* position:relative; */
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

dl.sa-qa dt:first-child {
  margin-top: 0;
  padding: 0 0 0;
  border-top: none;
}

dl.sa-qa dd {
  padding-top: 1em;
}

dl.sa-qa .sa-qa-lead {
  display: block;
  color: #7e1743;
  font-size: 16px;
}

/***********************************************************************************************************
100.関連ページパネル
***********************************************************************************************************/
.sa-relation {
  /*max-width: 768px;*/
}

.sa-relation a,
.sa-relation a:link,
.sa-relation a:hover,
.sa-relation a:visited,
.sa-relation a:active {
  text-decoration: none;
}

.sa-relation .uk-card img {
  width: 100%;
}

/*
01.パーツ：ボタン
02.パーツ：通信欄入力エリア
03.パーツ：商品一覧
04.パーツ：ワイドメインビジュアル
05.パーツ：見出し + uikit card
*/
/***********************************************************************************************************
01.パーツ：ボタン
***********************************************************************************************************/
.fs-c-button--primary {
  background: #7e1743;
  border: none;
}

/***********************************************************************************************************
02.パーツ：通信欄入力エリア
***********************************************************************************************************/
.fs-c-checkout-communicationTextarea {
  font-size: 1rem;
}

/***********************************************************************************************************
03.パーツ：商品一覧
***********************************************************************************************************/
.fs-c-productList {
  margin: 40px -40px;
}

@media screen and (max-width: 1200px) {
  .fs-c-productList {
    margin: 40px 0 !important;
  }
}

/***********************************************************************************************************
04.パーツ：ワイドメインビジュアル
***********************************************************************************************************/
.sa-max {
  margin: 0 calc(50% - 50vw) 60px;
  width: 100vw;
  text-align: center;
}

.sa-max h2 {
  margin-top: 80px;
}

.sa-max img {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.sa-max p img {
  margin-top: 80px !important;
}

.sa-max h1,
.sa-max img {
  margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {

  .sa-max h2,
  .sa-max img {
    width: auto;
  }
}

/***********************************************************************************************************
05.パーツ：見出し + uikit card
***********************************************************************************************************/
body a .uk-card,
body a:link .uk-card,
body a:visited .uk-card {
  color: #333 !important;
}

body a:hover .uk-card,
body a:active .uk-card {
  color: #333 !important;
}

.uk-card * {
  color: #333 !important;
}

.uk-card .uk-label {
  color: #fff !important;
}

.uk-card h2 {
  margin-top: 0.5em !important;
  font-size: 1.7rem !important;
}

.uk-card h3 {
  margin-top: 0.5em !important;
  font-size: 1.6rem !important;
}

.uk-card h4 {
  margin-top: 0.5em !important;
  font-size: 1.5rem !important;
}

.uk-card h5 {
  margin-top: 0.5em !important;
  font-size: 1.4rem !important;
}


.uk-card-small .uk-card-body{
  padding: 10px!important;
}

.uk-card-small h3{
  margin-top: 0.5em !important;
  font-size: 1.5rem !important;
}
/***********************************************************************************************************
06.パーツ：CC見出し
***********************************************************************************************************/
section.fs-c-documentColumn {
  margin-bottom: 0;
}

.fs-c-documentArticle__heading {
  padding: 8px 8px;
  font-size: 1.8rem !important;
}

.fs-c-documentColumn__heading {
  font-size: 1.8rem !important;
  margin-bottom: 20px;
  color: #3c3c3c !important;
}

/*
01.マイページ
*/
/***********************************************************************************************************
01.mypage：退会手続き
***********************************************************************************************************/
.fs-body-cart-login .fs-c-loginForm,
.fs-c-inputInformation__field {
  max-width: 100% !important;
}

/* スマホショッピングカート調整 */
@media screen and (max-width: 600px) {
  .fs-body-cart .fs-c-orderTotalTable th {
    background-color: #eee;
  }

  .fs-body-cart .fs-c-cartTable__row {
    grid-template-columns: 1fr auto;
    grid-column-gap: 16px;
  }

  .fs-body-cart .fs-c-cartTable__dataCell--product {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .fs-body-cart .fs-c-cartTable__dataCell--quantity {
    grid-column: 2;
    grid-row: 1;
  }

  .fs-body-cart .fs-c-cartTable__dataCell--action {
    grid-column: 2;
    grid-row: 2;
  }

  .fs-body-cart .fs-c-button--cancel--cart {
    text-align: right;
  }

  .fs-body-cart .fs-c-cartTable__actionButton__container--buyItLater,
  .fs-body-cart .fs-c-cartTable__dataCell--subtotal,
  .fs-body-cart .fs-c-cartTable__dataCell--point {
    display: none;
  }
}

/* あと○○円で表記の色変更 */
.fs-c-cartDiscountInfo__body {
  color: #7e1743;
}

/* 人気ランキング */
.sa-ranking-wrap {
  padding-bottom: 50px;
}

.sa-ranking-wrap h2.sa-ranking-h2 {
  font-size: 18px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Medium", "M PLUS 1p Medium" !important; */
  padding: 0.5em 1em;
  border-bottom: 2px solid #7c8790;
  color: #333 !important;
  text-align: left !important;
}

.sa-ranking-wrap h2.fs-c-productListItem__productName {
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Medium", "M PLUS 1p Medium" !important; */
  text-align: left !important;
}

.sa-ranking-wrap .slick-slide {
  position: relative;
}

.sa-ranking-wrap .slick-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★";
  display: inline-block;
  background: rgba(237, 227, 221, 0.75);
  width: 1.8em;
  height: 1.8em;
  font-size: 120%;
  text-align: center;
}

.sa-ranking-wrap .slick-slide:nth-of-type(1)::before {
  content: "1";
}

.sa-ranking-wrap .slick-slide:nth-of-type(2)::before {
  content: "2";
}

.sa-ranking-wrap .slick-slide:nth-of-type(3)::before {
  content: "3";
}

.sa-ranking-wrap .slick-slide:nth-of-type(4)::before {
  content: "4";
}

.sa-ranking-wrap .slick-slide:nth-of-type(5)::before {
  content: "5";
}

.sa-ranking-wrap .slick-slide:nth-of-type(6)::before {
  content: "6";
}

.sa-ranking-wrap .slick-slide:nth-of-type(7)::before {
  content: "7";
}

.sa-ranking-wrap .slick-slide:nth-of-type(8)::before {
  content: "8";
}

.sa-ranking-wrap .slick-slide:nth-of-type(9)::before {
  content: "9";
}

.sa-ranking-wrap .slick-slide:nth-of-type(10)::before {
  content: "10";
}

.fs-c-productListCarousel {
  padding-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .sa-ranking-wrap .fs-c-productListCarousel__list__item {
    flex-basis: 222px;
    max-width: 222px;
    min-width: 222px;
  }
}

@media screen and (max-width: 768px) {
  .sa-ranking-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }
}

/***********************************************************************************************************
99.レイアウト：tt_temp
***********************************************************************************************************/

/* ホームの新着情報 */

.sa-home-whatsnew {
  background: #f1eae5;
  padding: 15px 10px 15px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 110%;
  border-radius: 10px;
  line-height: 1.6;
}
.sa-home-whatsnew .fs-pt-list{
    margin-bottom:0;
}

/* 本文レイアウト */

.bottom01 {
  margin-bottom: 60px;
}

.layout01 {
  padding: 0 0 30px 0;
  margin-bottom: 40px;
  border-bottom: dashed 1px #9fa0a0;
}

.img_left {
  width: 600px;
  float: left;
  margin: 0 40px 30px 0;
}

.img_right {
  width: 600px;
  float: right;
  margin: 0 0 30px 40px;
}

.clear {
  clear: both;
}

.btn-flat-border {
  display: inline-block;
  margin-top: 15px;
  padding: 0.1em 1em;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #742243;
  border-radius: 3px;
}



/***********************************************************************************************************
120.カタログギフトフォーム
***********************************************************************************************************/
.fs-cagiftform {
  text-align: center;
}

.fs-cagiftform .uk-form-label {
  font-size: 1.1em;
  font-weight: bold !important !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  /* font-family: "UD Shin Go NT Medium", "M PLUS 1p Medium" !important; */
}

.fs-cagiftform .uk-form-large {
  font-size: 1.5rem;
  color: #000;
}

.fs-inlineblock {
  display: inline-block;
}

.fs-inlineblock .uk-section {
  text-align: left;
  padding: 60px 100px;
}

@media screen and (max-width: 768px) {
  .fs-inlineblock {
    display: block;
  }

  .fs-inlineblock .uk-section {
    padding: 60px 15px;
  }

  .fs-inlineblock .uk-section .uk-flex {
    display: block;
  }

  .fs-inlineblock .uk-section .uk-flex div:first-of-type {
    margin-bottom: 30px;
  }

  .fs-cagiftform .uk-form-width-medium,
  .fs-cagiftform .uk-form-width-small {
    width: 80%;
  }
}