
/* ----------------------------------------------------
	お知らせバナー（緊急）
---------------------------------------------------- */
body.fs-body-product #banner{
  display: none;
}
#banner .inner.emergency {
  display: none;
}
body#fs_Top #banner .inner.emergency{
  display: block;
  margin-bottom: 20px;
}
body#fs_Top #banner .inner.emergency a{
  border: solid 1px #b90000;
  color: #b90000;
}
body.fs-body-product.fs-body-product-lrw-005 #banner {
  display: block!important;
}
body.fs-body-product.fs-body-product-lrw-005 #banner .inner.emergency {
  display: block!important;
}
body.fs-body-product #banner {
  max-width: 1220px;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
body.fs-body-product #banner .inner.emergency a{
  border: solid 1px #fff;
  color: #fff;
}
#banner .inner.emergency{
    font-size: 19px;
    line-height: 2.8;
    letter-spacing: 0.2em;
    font-weight: 500;
}
#banner .inner.emergency a{
  padding: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
#banner .inner.emergency a:hover{
  opacity: 0.5;
}
@media (max-width: 1300px) {
  #banner .inner.emergency{
    line-height: 1.8;
  }
}
@media (max-width: 750px) {
  body#fs_Top #banner .inner.emergency {
    margin-bottom: 2vw;
  }
  #banner .inner.emergency{
    font-size: 3vw;
    letter-spacing: 0.1em;
  }
}
/* ====================================================
  1026更新
==================================================== */
/* ----------------------------------------------------
  メニュー下共通スライダーバナー
---------------------------------------------------- */
#fs_Top #banner .inner {
  max-width: 1230px;
  width: 100%;
}
/*読み込みのズレ対策*/
#banner .slider > .bannerImg:not(:first-child){
  display: none;
}
.fs-c-productMarks {
  display: flex;
  align-items: center;
}
.fs-c-productMark {
  align-items: center;
}
/* ----------------------------------------------------
  カラーチップ
---------------------------------------------------- */
.markchips__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.markchips__item {
  position: relative;
}
.markchips {
  position: relative;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  margin-right: 5px;
  border: 1px solid #bbbbbb;
}
.tag__item  {
  color: #fff;
  font-size: 12px;
}
.tag__item > span  {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 3px;
}
.tag__item .tag_Tset {
  background-color: #AFAC99;
}
.tag__item .tag_Fset {
  background-color: #A5B0B4;
}
#fs_ProductDetails .markchips {
  width: 24px;
  height: 24px;
}
#fs_ProductDetails .tag__item {
  font-size: 16px;
}
#fs_Top .markchips__list {
  margin-left: 5px;
  margin-top: 0;
}
#fs_Top .markchips {
  width: 22px;
  height: 22px;
}
.product__label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .tag__item {
    font-size: 3vw;
  }

  #fs_Top .markchips {
    width: 6vw;
    height: 6vw;
  }
  #fs_ProductDetails .tag__item {
    font-size: 14px;
  }
}
/* ----------------------------------------------------
  オリジナルチップ
---------------------------------------------------- */
.ogr-productMarks {
    margin: 10px auto 0;
}
.ogr-productMark {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ogr-productMark > li {
    box-sizing: border-box;
}
.ogr-productMark__mark--2 {
    color: #333333;
    background: #ededed;
}
.ogr-productMark__mark {
    display: block;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 0.8em;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 3px;
}
/* ----------------------------------------------------
	JS使えないページでも共通のCSS
---------------------------------------------------- */
/* ----------------------------------------------------
	ローディングアニメーション
---------------------------------------------------- */
/* .fs-l-header, #fs-page-error-container, .fs-l-main.top, .fs-l-footer{
  display: none;
} */
/* ----------------------------------------------------
defolt off
---------------------------------------------------- */
.fs-preview-header {
  display: none;
}
.fs-l-header--min{
   border-bottom: none; 
  }

body{
  font-family: 'Noto Sans', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
}
.fs-l-footer{
  border-top:none;
}
.fs-p-drawer__heading{
  padding-bottom: 34px;
}

/* TOP only defaultoff */
.fs-l-main.top{
  max-width: inherit;
  display: block;
  margin: 0 auto;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea{
  font-size: 13px;
}


/* ----------------------------------------------------
	共通
---------------------------------------------------- */
.inner{
  max-width: 1300px;
  margin: auto;
  position: relative;
}
img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.js-drawer-open{
  overflow:hidden;
}
a.fs-c-button--memberRegister{
  color: #ffffff!important;
}
a.tel {
  pointer-events: none;
  color: inherit !important;
  text-decoration: none !important;
}
@media (max-width: 1300px){
  .inner{
      width: 95%;
  }
}

@media (max-width: 750px){
  .inner{
    width: 100%;
  }
  img{
    width: 100%;
  }
}
/* アイテムページのみ黒ヘッダーのためアイコン入れ替え */
img.top{
display:block;
}
img.item{
display:none;
}
.fs-body-product img.top{
display:none;
}
.fs-body-product img.item{
display:block;
}
/* .thumb{
  height: 100%;
} */
/* .thumb-cover{
  position: relative;
  overflow: hidden;
} */
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
header {
  background: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  top: -1px;
  /* position: fixed; */
  z-index: 999;
  width: 100%;
  padding-top: 0!important;
}
header.fs-l-header {
  position: sticky;
}
/* 管理ページ見出し */
.fs-c-documentArticle__heading{
  font-size: 25px;
  letter-spacing: 0.2em;
  padding: 10px 8px;
  background: #999999;
}
@media screen and (max-width: 1200px) {
  .fs-c-documentArticle__heading{
    font-size: 27px;
  }
}
@media screen and (max-width: 750px) {
  .fs-c-documentArticle__heading{
    font-size: 4vw;
  }
  .fs-c-note{
    font-size: 3vw;
  }
}
/* ----------------------------------------------------
	共通のボタン
---------------------------------------------------- */
.commonBtn{
  margin: 50px auto 20px;
}
.commonBtn a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333333;
  color: #333333!important;
  background: #ffffff;
  width: 240px;
  height: 50px;
  border-radius: 39px;
  transition: all .5s ease;
  font-size: 14px;
  text-decoration: none;
  margin: auto;
}
.commonBtn a:hover{
  color: #ffffff!important;
  background: #333333;
}
@media only screen and (max-width: 750px){
.commonBtn a{
  width: 37vw;
  height: 9vw;
  font-size: 3vw;
  }
}
/* ----------------------------------------------------
	ヘッダー下カテゴリメニュー
---------------------------------------------------- */
.header-logo-menu.header-under-category{
  justify-content: center;
  padding: 10px 8px;
  max-width: initial;
}
.header-logo-menu.header-under-category > div{
  max-width: 1230px;
  margin: auto;
  width: 100%;
}
.header-logo-menu.header-under-category ul{
  display: flex;
  justify-content: center;
}
.header-logo-menu.header-under-category ul li{
  text-align: center;
  border-right: 1px solid #bbbbbb;
  width: calc(100% / 3);
  font-size: 17px;
  letter-spacing: 0.1em;
  transition: all ease .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo-menu.header-under-category ul li:nth-of-type(1){
  border-left: 1px solid #bbbbbb;
}
.header-logo-menu.header-under-category ul li a{
  color: #000000;
  font-size: 17px;
  width: 100%;
  padding: 14px;
  font-weight: normal;
}
.header-logo-menu.header-under-category ul li:hover{
  background-color: #cbcbcb;
}
.header-logo-menu .spNavi a{
  color: #ffffff!important;
}
#nav-drawer {
  position: relative;
}
#nav-drawer.spNavi {
  cursor: pointer;
  width: 11vw;
  height: 7vw;
  padding: 0;
}
.nav-unshown {
  display:none;
  /* visibility: hidden;  */
}
@media (max-width: 1200px){
  .header-logo-menu.header-under-category > div {
    width: 95%;
  }
}
@media (max-width: 750px){
  .pc-only{
      display: none;
  }
  .sp-only{
      display: block;
  }
  .header-logo-menu.header-under-category > div {
    width: 100%;
  }
  .header-logo-menu.header-under-category{
    padding: 1vw 4vw;
  }
  .header-logo-menu.header-under-category ul li a{
    padding: 2vw 1vw;
    font-size: 10px;
  }
}

/* 枠,タイトル */
.fs-c-heading--page{
  border-bottom: none!important;
  font-size: 39px;
  letter-spacing: 0.2em;
  font-weight: 600;
  /* font-family: 'Josefin Sans', sans-serif; */
  position: relative;
  padding-top: 65px;
  padding-bottom: 27px;
  color: #333333;
}
.fs-body-category .fs-l-main{
  display: block;
}
.fs-l-main{
  padding: 0 8px;
}
.fs-l-pageMain{
  margin: auto;
  margin-bottom: 43px;
  letter-spacing: 0.1em;
}
.fs-p-address{
  line-height: 1.4;
}
@media only screen and (max-width: 1200px){
  .fs-l-main{
    width: 95%;
  }
}
@media only screen and (max-width: 750px){
  .fs-l-pageMain{
    font-size: 3vw;
  }
  .fs-l-main{
    width: 100%;
    margin: 5vw auto;
    padding: 0 4vw;
  }
  .fs-c-heading--page{
    padding: 16vw 0 7vw;
    font-size: 7vw;
    margin: auto;
  }
}
/* ----------------------------------------------------
	SPのハンバーガー
---------------------------------------------------- */
#nav-open {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#nav-category-open {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  border-radius: 3px;
  background: #333333;
  display: block;
  content: '';
  cursor: pointer;
  height: 2px;
  width: 6.6vw;
}
.fs-body-product #nav-open span,
.fs-body-product #nav-open span:before,
.fs-body-product #nav-open span:after{
  background: #ffffff;
}
#nav-open span {
  top: 50%;
  left: 2vw;
  transform: translate(0, -50%);
}
#nav-open span:before {
  bottom: 2.5vw;
  width: 8vw;
}
#nav-open span:after {
  bottom: -2.5vw;
  width: 8vw;
}
#nav-open span.innerClose, #nav-open span.innerClose:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
  transform: rotate(
-45deg);
}
#nav-open span.innerClose:before {
  display:none;
}
#nav-open span.innerClose:after {
  transform: rotate(90deg);
  top: 0;
}


#nav-search-open span, #nav-search-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-search-open span:after {
  bottom: 0;
  transform: rotate(88deg);
}


#nav-close {
  display: none;
  /* visibility: hidden; */
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-search-close {
  display: none;
  /* visibility: hidden; */
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-search-close-button {
  display: none;
  /* visibility: hidden; */
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}

/*SPのハンバーガー　中身*/
#nav-content {
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 9999;
  width: 90%;
  max-width: 330px;
  height: 100%;
  background: #5c5c5c;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
.menu__close {
  margin-top: 2.9vw;
  margin-left: 4vw;
  width: 30px;
  height: 30px;
}
.menu__close > button {
  position: relative;
  width: 100%;
  height: 100%;
}
#nav-search-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 135px;
    background: transparent;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-210%);
    transform: translateY(-210%);
  }
#nav-category-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 90%;
    width: 100%;
    height: 80px;
    background: #5c5c5c;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-210%);
    transform: translateY(-210%);
  }
#nav-content button{
  background-color: transparent;
  border: none;
}
/*ハンバーガー内ドロワーメニュー*/
#nav-input:checked ~ #nav-close {
  display: block;
  /* visibility: visible; */
  opacity: .5;
}
#nav-search-input:checked ~ #nav-search-close {
  display: block;
  /* visibility: visible; */
  opacity: .5;
}
#nav-category-input:checked ~ #nav-category-close {
  display: block;
  /* visibility: visible; */
  opacity: .5;
}
#nav-search-input:checked ~ #nav-search-close-button {
  display: block;
  /* visibility: visible; */
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-search-input:checked ~ #nav-search-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-category-input:checked ~ #nav-category-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  max-width: 1300px;
  padding: 27px 35px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:750px) {
  .header-logo-menu{
    padding: 5vw 4.5vw;
   }
  .logo-area{
    margin-left: 16vw;
  }
}
/* ----------------------------------------------------
header
---------------------------------------------------- */
img.top.logo,
img.item.logo{
  width: 210px;
}
img.top.mypage,
img.item.mypage{
  width: 32px;
}
img.top.cart,
img.item.cart{
  width: 35px;
}
img.top.search,
img.item.search{
  width: 29px;
}
.headerMenuContents ul.mainMenu{
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.headerAccount.spMenu {
  display:none;
}
@media only screen and (max-width: 750px){
  img.top.logo,
  img.item.logo{
    width: 27vw;
  }
  img.top.mypage,
  img.item.mypage{
    width: 5.5vw;
  }
  img.top.cart,
  img.item.cart{
    width: 6.5vw;
  }
  img.top.search,
  img.item.search{
    width: 5vw;
  }
  .headerAccount.spMenu {
    display:block;
    margin-left: -1.4vw;
  }
  .headerMenuContents ul.mainMenu{
    display:none;
  }
}
.headerMenuContents ul.mainMenu>li>a{
  font-size: 20px;
  color: #3f3f3f;
  padding: 34px;
}
.headerMenuContents ul.mainMenu > li > a:before{
  content: "";
  width: 115px;
  height: 2px;
  background-color: #606060;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  width: 80%;
}
.headerMenuContents ul.mainMenu > li:hover a:before{
  visibility: visible;
}
.headerMenuContents ul.mainMenu>li{
  position: relative;
}

.headerMenuContents ul.mainMenu>li:last-child{
  margin-right: 0;
}
@media only screen and (max-width: 1210px) and (min-width: 750px){
  .headerMenuContents ul.mainMenu>li{
    display:inline-block;
    margin-right: 1vw;
  }
  .headerMenuContents ul.mainMenu>li:first-child{
    margin-left: 0;
  }
  .headerMenuContents ul.mainMenu>li:last-child{
    margin-right: 0;
  }
  .headerMenuContents ul.mainMenu>li>a{
    font-size: 2vw;
    padding: 1vw;
  }
}
#nav-drawer .headerMenuContents ul.mainMenu li{
  display:block;
      width: 100%;
  height: auto;
  padding: 17px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position:relative;
}

/* PC menu hover */
.headerMenuContents ul li.category:hover ul{
  display: block;
  visibility: visible;
  transform: translateZ(0);
  transition: all 1s cubic-bezier(.2, .06, .05, .95);
}
.headerMenuContents ul li.category ul{
  position: absolute;
  top: 30px;
  left: 31px;
  margin: 0;
  z-index: 5;
  display: block;
  visibility: hidden;
  background-color: #cfcfcf;
  width: 130px;
  padding: 10px;
  transform: translate3d(0,-5px,0);
}
.headerMenuContents li.category:hover ul.subMenu li{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease,transform .5s cubic-bezier(.2, .06, .05, .95);
}
.headerMenuContents ul.subMenu li{
  margin: 12px 0;
  opacity: 0;
  transform: translateY(15px);
  transition: none;
  text-align: left;
}
.headerMenuContents li.category:hover ul.subMenu li:nth-child(2){
  transition-delay: 0.1s;
}
.headerMenuContents li.category:hover ul.subMenu li:nth-child(3){
  transition-delay: 0.2s;
}
.headerMenuContents ul.subMenu li a{
  padding: 0;
  color: #3f3f3f;
  transition: padding .2s ease;
}
.headerMenuContents ul.subMenu li:hover a{
  padding-left: 5px;
  transition: padding .2s ease;
}

.headerAccountContents{
display: flex;
align-items: center;
justify-content: space-between;
}
.headerAccountContents > div{
  padding: 20px;
}
@media only screen and (max-width: 750px){
  .headerAccountContents{
  justify-content: end;
  }
  .headerAccountContents > div{
    padding: 2vw;
  }
}
.l-header-mypage{
position: relative;
}
.l-header-mypage:hover .subMenu{
  display: block;
  visibility: visible;
  transform: translateZ(0);
  transition: all 1s cubic-bezier(.2, .06, .05, .95);
}
.l-header-mypage .subMenu{
  position: absolute;
  top: 27px;
  left: -4px;
  margin: 0;
  z-index: 5;
  display: block;
  visibility: hidden;
  background-color: #cfcfcf;
  width: 200px;
  padding: 10px;
  transform: translate3d(0,-5px,0);
}
.l-header-mypage:hover .subMenu li{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease,transform .5s cubic-bezier(.2, .06, .05, .95);
}
.l-header-mypage .subMenu li{
  margin: 12px 0;
  opacity: 0;
  transform: translateY(15px);
  transition: none;
}
.l-header-mypage .subMenu li:nth-child(2){
  transition-delay: 0.1s;
}
.l-header-mypage .subMenu li:nth-child(3){
  transition-delay: 0.2s;
}
.l-header-mypage .subMenu li a{
  padding: 0;
  transition: padding .2s ease;
}
.l-header-mypage .subMenu li:hover a{
  padding-left: 5px;
  transition: padding .2s ease;
}
.headerAccountContents i{
      padding-left: 12px;
  padding-right: 12px;
  font-size:20px;
  color: #7c8790;
}
.l-header-cart i{
  padding-left: 22px;
padding-right: 12px;
font-size:20px;
color: #7c8790;
}
/* ----------------------------------------------------
breadcrumb
---------------------------------------------------- */
ol li{
  padding: 5px 0;
}
/* 商品ページとかのパンくず */
.fs-c-breadcrumb{
  letter-spacing: 0.1em;
  /* margin-top: 120px; */
}
/* フリーページのパンくず */
.fs-pt-list--breadcrumb{
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media (max-width: 750px){
  .fs-c-breadcrumb,
  .fs-pt-list--breadcrumb{
    margin-top: 0;
    font-size: 3vw;
  }
}
/* ----------------------------------------------------
sarch
---------------------------------------------------- */
.l-header-search__box{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fafafa;
  color: #333333;
  right: 0;
  left: 0;
  margin: auto;
  align-items: center;
  height: 135px;
}
.l-header-search__box form{
  position: relative;
  margin: 0;
  width: 85vw;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
}
.l-header-search__box .fs-p-inputGroup{
  background: #ffffff;
  justify-content: space-between;
  display: block;
  width: 100%;
  color: #333333;
}

.l-header-search__box .fs-p-inputGroup input[type=radio] {
  display: none;
}
.l-header-search__box .fs-p-inputGroup .radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 11px 30px;
  position: relative;
  width: auto;
}
.l-header-search__box .fs-p-inputGroup .radio01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 45%;
  width: 16px;
}
.l-header-search__box .fs-p-inputGroup .radio01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 45%;
  transform: rotate(45deg);
  width: 5px;
}
.l-header-search__box .fs-p-inputGroup input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
.fs-p-searchForm__button{
  width: 3.3em;
  height: auto;
}
.fs-p-searchForm__button::before{
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fs-p-searchForm__input{
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  width: 100%;
}
.l-header-search__close{
  box-sizing: border-box;
  position: relative;
  width: auto;
  right: -13px;
  border: 0;
  background: transparent;
}
.l-header-search__close span{
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #858585;
  transform: rotate( 
45deg);
}
.l-header-search__close span:nth-of-type(2) {
  transform: rotate( 
-45deg);
}
@media only screen and (max-width: 750px){
  #nav-search-content {
    height: 19.5vw;
    }
  .l-header-search__box{
    height: auto;
    padding: 5vw 0;
    justify-content: space-evenly;
  }
    .l-header-search__close{
      width: auto;
      right: 17px;
    }
    .l-header-search__box form{
      margin-left: 2vw;
    }
  }
/*----------------------------
* spmenu slide
*----------------------------*/
#nav-open-close{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-open-close:before,
#nav-open-close:after {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  display: block;
  content: '';
}
#nav-open-close:before {
  transform: rotate(-45deg) translate(0, -50%);
}
#nav-open-close:after {
  transform: rotate(45deg) translate(0, -50%);
}
.menu__item{
  width: 100%;
  height: auto;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.menu__item a{
  color: #fff;
  display: block;
  padding: 17px;
}

/* CATEGORY dropdown */
.dropdown{
  display:none;
  background-color: #666666;
}
.categoryWrap label{
  display:block;
  margin: 17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.categoryWrap li{
  display:block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200;
  letter-spacing:.05em;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
 .categoryWrap li a{
  color: #ffffff;
  font-size: 13px;
  display: block;
  padding: 17px;
}
.categoryWrap label::before{
  content:"";
  display:block;
  position:absolute;
  right: 0;
  top: -2vw;
  bottom: 0;
  margin: auto;
  width: 2vw;
  height: 2vw;
  border-top: #ffffff 2px solid;
  border-left: #ffffff 2px solid;
  transform:rotate(135deg);
}
.categoryWrap li::before{
  content:"";
  display:block;
  position:absolute;
  right:5%;
  top: -0.4vw;
  bottom: 0;
  margin: auto;
  width: 2vw;
  height: 2vw;
  border-top: #ffffff 2px solid;
  border-left: #ffffff 2px solid;
  transform:rotate(135deg);
}
.categoryWrap input[type="checkbox"]{
  display:none;
}
.categoryWrap label[for="menu"]{
  display:block;
}
.categoryWrap label[for="menu"]::before{
  transform:rotate(225deg);
}
.categoryWrap #menu:checked + .dropdown{
  display:block;
}

/* Mypagedropdown */
.l-header-mypage{
position: relative;
}
.l-header-mypage:hover .fs-clientInfo{
  display: block;
  visibility: visible;
  transform: translateZ(0);
  transition: all 1s cubic-bezier(.2, .06, .05, .95);
}
.l-header-mypage .fs-clientInfo{
  position: absolute;
  top: 57px;
  left: 16px;
  margin: 0;
  z-index: 5;
  display: block;
  visibility: hidden;
  background-color: #cfcfcf;
  width: 130px;
  padding: 10px;
  transform: translate3d(0,-5px,0);
}
.l-header-mypage:hover .fs-clientInfo li{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease,transform .5s cubic-bezier(.2, .06, .05, .95);
}
.l-header-mypage .fs-clientInfo li{
  margin: 12px 0;
  opacity: 0;
  transform: translateY(15px);
  transition: none;
}
.l-header-mypage .fs-clientInfo li:nth-child(2){
  transition-delay: 0.1s;
}
.l-header-mypage .fs-clientInfo li:nth-child(3){
  transition-delay: 0.2s;
}
.l-header-mypage .fs-clientInfo li a,
.l-header-mypage .fs-clientInfo li span
{
  padding: 0;
  transition: padding .2s ease;
  color:#333333;
}
.l-header-mypage .fs-clientInfo li:hover span{
  padding-left: 5px;
}
.l-header-mypage .fs-clientInfo li:nth-child(1):hover a{
  padding-left: 0;
}
.l-header-mypage .fs-clientInfo li:nth-child(2):hover a{
    padding-left: 5px;
}
@media (max-width: 750px){
  .l-header-mypage .fs-clientInfo{
    top: 9vw;
    left: 0;
    width: 25vw;
    font-size: 4vw;
    padding: 3vw 2vw;
  }
  .l-header-mypage .fs-clientInfo li{
    margin: 3vw 0;
  }
}

/* ----------------------------------------------------
  トップへ戻るボタン
---------------------------------------------------- */
#page_top {
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  position: fixed;
  bottom: 40px;
  right: 69px;
  z-index: 998;
  width: 86px;
}

#page_top.is-fadein {
  opacity: 1;
  visibility: visible;
}

#page_top a {
  color: #999999;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: 'Josefin Sans', sans-serif;
  padding: 22px 28px 60px 23px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: transform .5s ease;
}
#page_top .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px solid #999999;
}
#page_top a:hover {
  text-decoration: none;
  transform: translateY(-10px);
}
#page_top a .circle:after{
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  height: 15px;
  width: 15px;
  transform: rotate( 
-45deg);
}
@media (max-width: 1200px){
  #page_top{
      right: 0;
  }
}
@media (max-width: 750px){
  #page_top{
    bottom: 3vw;
    right: 3vw;
    width: 8vw;
  }
  #page_top a{
      padding: 2vw 3vw 10vw 2vw;
      font-size: 3vw;
  }
  #page_top .circle{
      width: 6vw;
      height: 6vw;
  }
  #page_top a .circle:after{
    top: 0.8vw;
    height: 2vw;
    width: 2vw;
  }
}
/* ----------------------------------------------------
管理ページ共通
---------------------------------------------------- */
/* ボタン系の中央寄せ */
.fs-c-inputInformation__button button{
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 10px;
}
.fs-c-inputInformation__button a,
.fs-c-buttonContainer a{
  padding: 11px 15px;
}
.fs-c-button--primary,
.fs-c-button--secondary,
.fs-c-button--standard{
  font-size: 16px!important;
  letter-spacing: 0.1em;
}
.fs-c-listControl{
  line-height: 2.5;
}
.fs-c-button--back{
  color: #3c3c3c;
}
.fs-c-inputTable input{
  height: 40px;
}
@media (max-width: 750px){
  .fs-c-button--primary,
  .fs-c-button--secondary,
  .fs-c-button--standard{
    font-size: 3vw!important;
  }
  .fs-p-announcement__body{
    font-size: 3vw;
  }
  .fs-c-inputInformation__button a,
  .fs-c-buttonContainer a{
    padding: 2vw;
  }
}
/* ----------------------------------------------------
マイページ
---------------------------------------------------- */
.fs-body-login a,
.fs-body-my-top a,
.fs-body-my-orders a,
.fs-body-my-orders-details a,
.fs-body-my-addressbook a,
.fs-body-my-addressbook-new a,
.fs-body-my-addressbook-edit a,
.fs-body-my-account-password a,
.fs-body-my-account-settings a,
.fs-body-my-account-settings-edit a,
.fs-body-my-account-delete a,
.fs-body-my-reviews a,
.fs-body-my-cards a,
.fs-body-wishlist-login a,
.fs-body-my-wishlist a{
  color: #7c8790;
}
.fs-body-my-top .fs-l-account{
  display: block;
}
.fs-body-my-top .fs-c-accountService__pageLink__label
{
  color: #7c8790;
}
.fs-body-my-top .fs-c-accountService{
  justify-content: center;
  margin: auto;
}
.fs-body-my-top .fs-p-accountInfo{
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
.fs-body-my-top .fs-p-accountInfo__header{
  justify-content: center;
}
.fs-body-my-top .fs-c-accountService__page span{
  font-size: 14px;
}
.fs-c-accountService__page:last-child{
  justify-content: flex-end;
}
.fs-body-my-top .fs-c-productPrices{
  padding: 0 0 8px;
  max-width: 184px;
  margin: auto;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
.fs-body-my-top .fs-c-productListItem__control form{
  width: 100%;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink{
  border: 1px solid #7c8790;
  box-shadow: none;
  padding: 2.1vw 0 3vw;
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width: 750px) {
  .fs-body-my-top .fs-l-account{
    padding-bottom: 15vw;
  }
  .fs-body-my-top .fs-p-accountInfo{
    color: #333333;
    font-size: 4vw;
    font-weight: 500;
  }
  .fs-c-accountService__page{
    flex-basis: 27vw;
    height: initial;
    margin: 1vw;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before{
    font-size: 10vw;
    width: 12vw;
    height: 12vw;
  }
  .fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete{
    flex-basis: 100%;
  }
  .fs-body-my-top .fs-c-accountService__page span{
    font-size: 2.9vw;
  }
  .fs-body-my-top .fs-c-buttonContainer button{
    font-size: 3vw;
  }
}
/* お気に入り */
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
  color: #d53a5f;
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 6px;
}
.fs-c-list li{
  line-height: 1.6;
}
.fs-body-my-wishlist .fs-c-buttonContainer button{
  padding: 0;
}
.fs-body-my-wishlist a{
  color: #7c8790;
}

.fs-body-my-wishlist .fs-c-buttonContainer a.fs-c-button--viewProductDetail{
  width: 100%;
  color: #333333;
  padding: 10px;
}
.fs-body-my-wishlist .fs-c-buttonContainer a.fs-c-button--viewProductDetail:hover{
  background-color: #333333;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .fs-body-my-top .fs-c-productListItem__productName{
    font-size:5vw
  }
  .fs-body-my-wishlist .fs-c-buttonContainer button,
  .fs-body-my-wishlist .fs-c-buttonContainer a{
    font-size: 3vw;
  }
  .fs-body-my-wishlist .fs-c-buttonContainer a.fs-c-button--myPageTop{
    font-size: 4vw;
  }
}

/* 注文履歴 */
.fs-p-announcement__body{
  margin: 10px auto;
  line-height: 1.5;
}
.fs-body-my-orders .fs-c-button--plain,
.fs-body-my-orders .fs-c-listedProductName__name,
.fs-body-my-orders a{
  color: #7c8790;
}
.fs-body-my-orders .fs-c-dropdown__menu{
  font-size: 13px;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productName a{
  line-height: 1.2;
}
/* ポイント履歴 */
.fs-body-my-points a{
  color: #7c8790;
}

/* レビューを書く */
.fs-body-my-reviews a{
  color: #7c8790;
}

/* お届け先リスト */
.fs-c-address{
  line-height: 1.4;
}
.fs-body-my-addressbook a,
.fs-body-my-addressbook .fs-c-address__zipCode,
.fs-body-my-addressbook .fs-c-address__tel{
  color: #7c8790;
}
.fs-body-my-addressbook a.fs-c-button--changeInfomation,
.fs-body-my-addressbook a.fs-c-button--addToAddressbook{
  color: #ffffff;
}
/* パスワード変更 */
.fs-body-auth a{
  color: #7c8790;
}
.fs-body-my-account-password a{
  color: #7c8790;
}
.fs-c-panel--info::before{
top: 5px;
}
/* 会員情報詳細 */
.fs-body-my-account-settings a{
  color: #7c8790;
}
.fs-body-my-account-settings a.fs-c-button--change{
  color: #ffffff;
}
.fs-body-my-account-settings .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell{
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #777777;
  letter-spacing: 0.1em;
}
.fs-body-my-account-settings .fs-c-inputTable__dataCell {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.fs-c-buttonContainer--deleteChange{
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .fs-body-my-points .fs-c-pointListTable__dataDetail{
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__productName a{
    padding: 3vw 0;
  }
  .fs-body-my-orders .fs-c-history__term{
    font-size: 4vw;
  }
  .fs-c-buttonContainer--deleteChange > [class^="fs-c-button"]{
    font-size: 4vw;
    padding: 2vw 6vw;
  }
  /* .fs-c-listTable > tbody > tr{
    background: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  } */
  .fs-c-list li{
    font-size: 3.5vw;
    text-align: left;
  }
  .fs-body-my-account-settings .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell{
    font-size: 3vw;
    }
    .fs-body-my-account-settings .fs-c-inputTable__dataCell {
      font-size: 4vw;
    }

    .fs-body-my-points .fs-c-listTable > tbody > tr td::before{
      font-size: 3vw;
    }
    .fs-body-my-points .fs-c-pointListTable__dataDetail{
      font-size: 3vw;
      display: grid;
    }
    .fs-body-my-points .fs-c-pointListTable__data{
      font-size: 3vw;
    }
}

/* ----------------------------------------------------
	ログインページ
---------------------------------------------------- */

.fs-body-login .fs-c-loginForm{
  display: block;
  justify-content: center;
}
.fs-c-subSection{
    margin-top: 72px;
}
.fs-c-subSection__title{
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: none;
}
.fs-c-inputInformation__link{
  text-align: center;
}
.fs-body-login .fs-c-newUsers{
  margin-left: 0;
}
.fs-c-newUsers__message{
  text-align: center;
  margin: 40px auto;
  line-height: 1.5;
}

.fs-body-login .fs-c-inputInformation__field{
  padding: 30px;
}


/* パスワード再設定 */

@media screen and (max-width: 750px) {
  .fs-c-agreementConfirmation__password__input{
    margin: 5vw auto;
  }
  .fs-c-subSection__title{
    font-size: 5vw;
  }
  .fs-c-subSection{
    margin-top: 0;
}
}
/* TOPはアラートをOFF */
@media screen and (max-width: 750px) {
  #fs-page-error-container{
    margin-top: 3vw;
  }
  .fs-body-top #fs-page-error-container{
    margin-top: 0;
}
}
/* ----------------------------------------------------
	カートページ
---------------------------------------------------- */
/* カートログイン */
.fs-body-cart-login a{
    color: #7c8790;
}
/* 保持商品変更通知が入るスペース文上に寄せる */
.fs-body-cart .fs-c-heading--page,
.fs-body-checkout-success .fs-c-heading--page{
  margin-top: 0;
}
.fs-body-cart a{
  color: #7c8790;
}
.fs-body-cart a.fs-c-button--unregisteredUserPurchase{
  color: #ffffff;
}
.fs-body-cart a.fs-c-button--loginAndPurchase{
  color: #ffffff;
}
.fs-body-cart .fs-c-string--label{
  font-size: 15px;
}
.fs-c-cartTable__unitPrice{
  line-height: 1.9;
}
.fs-body-cart .fs-c-button--primary{
  padding: 15px 24px 20px;
  width: 250px;
  color: #ffffff;
  background-color: #d79da3;
  border: 1px solid #d79da3;
  border-radius: 5px;
}
.fs-body-cart .fs-c-button--primary:hover{
  background: #ffffff;
  color: #444444;
}
.fs-body-cart .fs-c-button--secondary{
  padding: 15px 22px 20px;
  background: #444444;
  border: 1px solid #444444;
  width: 250px;
  border-radius: 5px;
}
.fs-body-cart .fs-c-button--secondary:hover{
  background: #ffffff;
  color: #444444;
}
.fs-c-cartTable__productName__name a{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
.fs-c-cartTable__row > td{
  vertical-align: middle;
}
.fs-c-continueShopping{
  width: 250px;
}
.fs-c-continueShopping a{
  padding: 15px 24px;
  width: 100%;
}
.fs-body-checkout .fs-c-button--standard{
  padding: 10px;
}
.fs-c-cartDiscountInfo{
  line-height: 1.4;
}
.fs-body-cart .fs-c-buttonContainer button{
  padding: 0;
  color:#333333;
}
.fs-body-cart .fs-c-productPrice--selling{
  padding: 0 0 8px;
  max-width: 184px;
  margin: auto;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
.fs-c-cartTable__message{
  padding: 3px 5px;
}
.fs-c-cartDiscountInfo__info{
  color: red;
}
.fs-c-cartDiscountInfo__note {
  font-size: 1rem;
}
.fs-c-creditCardIcons__icon img{
  width: auto;
}
.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name,
.fs-c-checkout-addressee__data__name,
.fs-c-checkout-delivery__method__title{
  font-size: 1.5rem;
  font-weight: 500;
}
/* デフォルトの表示のブレークポイントに対応 */
@media screen and (max-width: 1070px) {
  .fs-c-continueShopping{
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .fs-c-cartTable__productName__name a{
    font-size: 3.5vw;
}
  .fs-c-listedProductName__variation{
    font-size: 3.5vw;
}
.fs-c-cartPayment p{
  font-size: 3.5vw;
}
  .fs-c-cartDiscountInfo__info,.fs-c-cartDiscountInfo__note{
    font-size:3vw;
  }
  .fs-body-cart .fs-c-buttonContainer button{
    font-size: 3vw;
  }

  /* ↓750px~600pxの間の表示崩れ対策↓ */
  .fs-body-cart .fs-c-cartTableContainer{
    border: none;
  }
  .fs-body-cart .fs-c-cartTable{
    display: block;
  }
  .fs-body-cart .fs-c-cartTable thead{
    display: none;
  }
  .fs-body-cart .fs-c-cartTable tbody{
    display: block;
  }
  .fs-body-cart .fs-c-cartTable tr{
    border-bottom: 1px solid #b2b2b2;
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
    width: 100%;
  }
  .fs-body-cart .fs-c-cartTable tr{
    border-bottom: 1px solid #b2b2b2;
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
    width: 100%;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--product{
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    border: none;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--quantity{
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    border: none;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice{
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    grid-row: 3;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    font-size: 1.8rem;
    border: none;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--point::before, .fs-body-cart .fs-c-cartTable__dataCell--quantity::before, .fs-body-cart .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-body-cart .fs-c-cartTable__dataCell--point{
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 4;
    grid-row: 4;
    border: none;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--action{
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2;
    border: none;
  }
  .fs-body-cart .fs-c-cartTable__actionButton{
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .fs-body-cart .fs-c-cartTable__actionButton__container{
  width: auto;
  }

  /* ↑750px~600pxの間の表示崩れ対策↑ */

}
/* デフォルトの表示のブレークポイントに対応 */
@media screen and (max-width: 590px) {
  .fs-c-cartTable__row .fs-c-cartTable__dataCell--action{
    margin-right: auto;
  }
}
@media screen and (max-width: 1070px) {
  .fs-body-cart .fs-l-cart__contentsArea{
    display: block;
  }
}
/* ====================================================
	★カートの補足事項
  クーポンやセール
==================================================== */
.fs-c-cartDiscountInfo.is-cartSuppl.is-tab {
  display: none;
}
.fs-c-cartDiscountInfo.is-cartSuppl.is-pc {
  /* margin: -24px 0 24px;
  width: calc(100% - 304px); */
}
.fs-c-cartDiscountInfo.is-cartSuppl {
  border: 1px solid#f97ca8;
  padding: 0.8rem;
}
.fs-c-cartDiscountInfo.is-cartSuppl .fs-c-cartDiscountInfo__info {
  color: #f97ca8;
}
@media screen and (max-width: 1070px) {
  .fs-c-cartDiscountInfo.is-cartSuppl.is-pc {
    display: none;
  }
  .fs-c-cartDiscountInfo.is-cartSuppl.is-tab {
    display: block;
  }
}




/* お客様情報入力 */
.fs-body-customerDetails a,
.fs-body-checkout-multiAddress a,
.fs-body-checkout-multiAddress-options a{
  color: #7c8790;
}
/* 注文を確定する */
.fs-c-totalAndActions button:not(.fs-c-button--image){
  font-size: 21px;
  background-color: #d79da3;
  border: 1px solid #d79da3;
  border-radius: 5px;
  padding: 10px;
}
.fs-c-totalAndActions button:not(.fs-c-button--image):hover{
  background-color: #ffffff;
  border: 1px solid #d79da3;
  color:#d79da3;
}
.fs-c-totalAndActions button:not(.fs-c-button--image) span{
  font-weight: 500;
}
.fs-c-agreementConfirmationArea{
  line-height: 1.5;
}
#fs_Checkout .fs-c-confirmOrder:before{
  content: "\203B\ 11,000\5186\FF08\7A0E\8FBC\FF09\4EE5\4E0A\304A\8CB7\3044\4E0A\3052\3067\9001\6599\7121\6599\FF01";
  font-size: 13px;
  padding: 10px 0 5px;
  display: block;
  font-weight: 600;
  color: #d79da3;
  line-height: 1.2;
  text-align: center;
}
/* 削除、後で買う */
.fs-c-cartTable__actionButton__container > button{
  color: #000000;
  border: 2px solid #e37979;
  font-size: 17px;
  padding: 10px 0;
  margin: auto;
  padding-left: 25px;
  min-width: 6em;
}
.fs-c-cartTable__actionButton__container > button:hover,
.fs-c-cartTable__actionButton__container > button span:hover{
  text-decoration:none;
  color: #a33f3f;
}
.fs-c-cartTable__actionButton__container > button:hover.fs-c-button--cancel--cart .fs-c-button__label:before{
  color: #a33f3f;
}
.fs-c-cartTable__actionButton__container > button.fs-c-button--buyItLater{
  border: 2px solid #076590;
  padding-left: 0;
}
.fs-c-cartTable__actionButton__container > button.fs-c-button--buyItLater:hover,
.fs-c-cartTable__actionButton__container > button.fs-c-button--buyItLater span:hover{
  text-decoration:none;
  color: #076590;
}
.fs-c-cartTable__actionButton__container > button .fs-c-button__label{
  text-decoration: none;
  position: relative;
}
.fs-c-cartTable__actionButton__container > button.fs-c-button--cancel--cart .fs-c-button__label:before{
  content: "\2715";
  position: absolute;
  cursor: pointer;
  outline: none;
  height: 20px;
  width: 20px;
  color: #000000;
  left: -29px;
}
/* ログイン後に出現 お気に入りリスト */
.fs-c-wishlistProduct__title{
  margin: 100px auto 50px;
  padding-bottom: 20px;
}
.fs-c-wishlistProduct__title span{
  font-size:16px;
  color:#333333;
}

/* お気に入りリストに入っている商品 */
.fs-c-button--carousel::before{
  content: "";
    position: absolute;
    top: 2px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    height: 20px;
    width: 20px;
}
.fs-c-button--carousel--prev::before{
  transform: rotate( 
    -135deg);
}
.fs-c-button--carousel--next::before{
  transform: rotate( 
    45deg);
}
@media screen and (max-width: 1200px) {

  .fs-c-cartTable__product{
    display: block;
  }
  .fs-c-cartTable__headerCell--quantity, .fs-c-cartTable__dataCell--quantity{
    width: auto;
  }
}
@media screen and (max-width: 1070px) {
  .fs-c-purchaseHere__message{
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .fs-c-cartTable__actionButton__container > button{
    width: 22vw;
    text-align: center;
    padding-left: 4vw;
    margin: 1vw;
    font-size: 3vw;
  }
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container{
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
  }
  .fs-c-cartTable__actionButton__container > button.fs-c-button--cancel--cart .fs-c-button__label:before{
    left: -6vw;
  }
  .fs-c-orderTotalTable > tbody > tr th,
  .fs-c-orderTotalTable > tbody > tr td
  {
    border-top:none;
  }
  .fs-p-announcement__title{
    font-size: 4vw;
    text-align: center;
    color: #000000;
  }
  .fs-c-button--carousel::before{
    height: 3vw;
    width: 3vw;
  }
  #fs_Checkout .fs-c-confirmOrder:before{
    font-size: 3vw;
  }
  .fs-c-cartTable__product{
    display: grid;
  }

/* ログイン後に出現 */
.fs-c-wishlistProduct__title{
  font-size: 5vw;
  text-align: center;
  padding-bottom: 4vw;
  margin: 0 auto 6vw;
}
.fs-c-wishlistProduct__title span{
  font-size: 3vw;
  color: #333333;
}
}

/* ご注文手続き */
.fs-body-checkout a{
  color: #7c8790;
}
.fs-body-checkout .fs-c-continueShopping a{
  padding: 13px 0;
  text-align: center;
  letter-spacing: 0.15rem;
  display: block;
  margin: 0 0 20px;
  width: 100%;
  background-color: #d79da3;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  transition: all .1s ease;
}
.fs-body-checkout .fs-c-continueShopping a:hover{
  background-color: #ffffff;
  border: 1px solid #d79da3;
  color: #d79da3;
}
.fs-c-checkout-buyerInfo__body{
  display: flex;
  justify-content: space-between;
}
.fs-c-checkout-preview__title{
  background-color: #868686;
  color: #ffffff;
  font-size: 23px;
  padding: 10px 0;
}
.fs-c-checkout-destination__destination{
  align-items: center;
}
.fs-c-checkout-customerInfo > li,
.fs-c-checkout-destination__list > li{
  margin: 10px auto;
}
.fs-c-checkout-paymentMethod p{
  line-height: 1.2;
  font-size: 15px;
}
.fs-c-checkout-delivery__method__message{
  line-height: 1.2;
}
.fs-c-checkout-paymentMethod__message{
  line-height: 1.2;
}
.fs-c-checkout-paymentMethod__message a {
  color: #7c8790;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .fs-c-checkout-preview__title{
    font-size: 5vw;
    padding: 1.8vw 0;
  }
  .fs-c-returnedSpecialContract__link{
    text-align: right;
  }
  .fs-c-checkout-buyerInfo__body{
  display: block;
  }
  .fs-body-cart .fs-c-button--primary{
    width: 45vw;
    min-width: auto;
    padding: 4vw;
    width: 45vw;
  }
  .fs-body-cart .fs-c-continueShopping{
    width: 45vw;
    margin: 32px auto;
  }
  .fs-body-cart .fs-c-continueShopping a{
    min-width: auto;
    width: 100%;
    padding: 4vw;
    border-radius: 5px;
  }
  .fs-body-cart .fs-c-button--secondary{
    min-width: auto;
    padding: 4vw;
    width: 45vw;
  }

  .fs-body-checkout .fs-c-checkout-pointInfo__usePoint__number{
    font-size: 5vw;
  }
  .fs-body-checkout .fs-c-checkout-pointInfo__usePoint__label{
    font-size: 5vw;
  }
  .fs-body-checkout .fs-c-continueShopping a{
    padding: 2vw 0;
    margin: 0 0 5vw;
    border-radius: 5px;
  }

}
/* ----------------------------------------------------
	注文完了ページ
---------------------------------------------------- */
.fs-body-checkout-success a{
  color: #7c8790;
}
.fs-body-checkout-success section{
  text-align: center;
}
  .fs-c-checkoutSuccess__message,
  .fs-body-checkout-success .fs-c-list{
    margin: 50px auto 100px;
  }
.fs-c-checkoutSuccess__message p{
  line-height: 1.6;
}
.fs-p-announcement__title{
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .fs-c-checkoutSuccess__message,
  .fs-body-checkout-success .fs-c-list{
    margin: 5vw auto;
  }
  .fs-c-checkoutSuccess__message p{
    font-size: 3.5vw;
  }
  .fs-body-checkout-success .fs-c-subSection__title{
  text-align: center;
  }
}
/* ----------------------------------------------------
会員登録
---------------------------------------------------- */
.fs-body-register a,
.fs-body-register-verification a,
.fs-body-register-success a{
  color: #7c8790;
}
.fs-c-inputTable__headerCell{
  margin-bottom: 10px;
}
.fs-c-additionalCheckField .fs-c-inputField{
  margin: 10px auto;
}
.fs-body-register .fs-c-dropdown__menu{
  width: 120px;
}
#fs_creditCardInputForm .fs-c-dropdown__menu{
  width: 120px;
}
.fs-body-register #fs_input_prefecture{
  width: 100%;
}


/* 登録完了 */
.fs-c-registerSuccessMessage{
  line-height: 1.5;
  padding: 24px 0;
  border: none;
}
.fs-body-register-success .fs-c-buttonContainer--myPageTop{
    border-top: 2px solid #999999;
    padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .fs-c-registerSuccessMessage{
    max-width: 90%;
  }
  .fs-body-register .fs-c-dropdown__menu{
    width: 23vw;
    padding: 4px 8px;
  }
  .fs-body-register .fs-c-dropdown::after{
    width: 3vw;
  }
}


/* ----------------------------------------------------
メルマガページ
---------------------------------------------------- */
.fs-body-newsletter-subscribe a,
.fs-body-newsletter-subscribe-verification a,
.fs-body-newsletter-subscribe-success a,
.fs-body-newsletter-unsubscribe a,
.fs-body-newsletter-unsubscribe-sucess a{
  color: #7c8790;
}
.fs-c-inputInformation__message{
  line-height: 1.2;
}
.fs-p-emailDomainNotice{
  margin: 10px auto;
  line-height: 1.4;
}
.fs-body-newsletter-subscribe .fs-c-buttonContainer a{
  padding: 0;
}
/* 登録完了 */
.fs-body-register-success .fs-c-documentContent{
  text-align: left;
  line-height: 1.4;
}

/* ---------- ------------------------------------------
特定商取引法
---------------------------------------------------- */
.fs-body-about-terms .fs-c-documentArticle__content a,
.fs-body-about-shippingPayment .fs-c-documentArticle__content a,
.fs-body-about-privacyPolicy .fs-c-documentColumn a,
.fs-body-about-returnPolicy .fs-c-documentArticle__content a,
.fs-body-about-memberAgreement .fs-c-documentArticle__content a,
.fs-body-about-returnPolicy .fs-c-documentColumn__content a,
.fs-body-custom .fs-c-documentArticle__content a,
.fs-body-custom .fs-c-documentArticle a,
.fs-body-my-orders .fs-p-announcement__body a{
  color: #7c8790;
  text-decoration: underline;
}
.fs-c-documentColumn__content p,
.fs-c-explainList dd,
.fs-c-explainList dt{
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .fs-body-about-terms .fs-c-heading--page{
    font-size: 5vw;
  }
}


/* ----------------------------------------------------
ご利用ガイド
---------------------------------------------------- */
.fs-c-documentArticle__content p,
.fs-c-documentArticle__content li{
  line-height: 2;
}
ul.guideMenu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
li.guideColumn{
  width: calc(100% / 3);
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #e2ddd8;
  margin: 12px 0;
}
li.guideColumn a{
  display: block;
  padding: 5px 0;
  width: 100%;
  line-height: 1.4;
  color: #333333;
}

/* ----------------------------------------------------
個人情報取り扱いについて
---------------------------------------------------- */
.fs-c-orderedList li{
  line-height: 1.5;
}

.fs-body-about-privacyPolicy .fs-p-address{
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 750px) {
  .fs-body-about-privacyPolicy .fs-c-heading--page{
    font-size: 6vw;
    letter-spacing: 0.1em;
  }
  .fs-body-about-privacyPolicy .fs-c-documentColumn__heading{
    font-size: 4vw;
  }
}

/* ----------------------------------------------------
会員規約について
---------------------------------------------------- */
.fs-body-about-memberAgreement .fs-c-orderedList{
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .fs-c-documentColumn__heading{
    font-size: 5vw;
  }
}
/* ----------------------------------------------------
メルマガ
---------------------------------------------------- */
.fs-c-button--plain:hover{
  text-decoration: none;
}
.fs-c-button--plain span:hover{
  text-decoration: underline;
}

/* ----------------------------------------------------
送料とお支払い方法について
---------------------------------------------------- */
.fs-body-about-shippingPayment #fs_anchor_aboutPostage div.fs-c-documentArticle__content{
  display: none;
}
@media screen and (max-width: 750px) {
  .fs-body-about-shippingPayment .fs-c-heading--page{
    font-size: 5vw;
  }
}

/* ----------------------------------------------------
  レビュー
---------------------------------------------------- */
.fs-body-review-login a,
.fs-body-review-write a,
.fs-body-review-success a,
.fs-body-reviews-product a{
  color: #7c8790;
}
/* レビューを書く */
.fs-body-review-write .fs-c-heading--page{
  font-size: 28px;
}
.fs-c-productReviewed__name{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 50px auto;
  padding: 0 20px;
  grid-row: 2;
  font-size: 1.1rem;
}
.fs-c-productReviewed__name a{
  color: #000000;
}
.fs-c-productReviewed__number{
  text-align: right;
  grid-row: 1;
}
.fs-body-review-write .fs-c-productNumber{
  font-size: 0.8rem;
  padding: 5px;
}
.fs-body-review-write .fs-c-productPrices{
  margin: 0 auto 0 0;
  padding: 0 20px;
  grid-row: 3;
}
.fs-c-reveiwNotes{
  max-width: 800px;
  margin: 24px auto;
  padding: 12px 0;
  line-height: 1.5;
}
.fs-c-reviewer__name a{
  pointer-events: none;
}
/* .fs-body-review-write form table tr:nth-child(4){
  display: none;
} */
.fs-body-review-write .fs-c-inputTable .fs-c-inputTable--child tr:first-child{
  display: none;
}
.fs-body-reviews-product .fs-c-reviewer__profile__prefecture{
  display: none;
}
.fs-body-reviews-product .fs-c-reviewer__profile__prefecture{
  display: none;
}


@media screen and (max-width: 1200px) {
  .fs-c-reveiwNotes{
    max-width: 600px;
  }
  .fs-body-review-write .fs-c-aggregateRating__count,
  .fs-body-reviews-product .fs-c-aggregateRating__count{
    line-height: 1.7;
  }

}
@media screen and (max-width: 750px) {
  .fs-body-review-write .fs-c-heading--page{
    font-size: 1rem;
  }
  .fs-c-productReviewed__image,
  .fs-c-reviewProduct__image{
    width: 50%;
    margin: auto;
  }
  .fs-c-productReviewed__name{
    margin: 3vw auto 0;
    padding: 0;
    text-align: left;
    font-size: 1rem;
  }
  .fs-c-productReviewed__number{
    text-align:
    left;
    grid-row: 3;
    padding: 0 4vw;
  }
  .fs-body-review-write .fs-c-productPrices{
    margin: 0 auto 0 0;
    grid-row: 4;
    padding: 0 4vw;
  }
  .fs-c-reveiwNotes{
    font-size: 0.8rem;
  }
  .fs-c-aggregateRating__rating{
    font-size: 1.4rem;
  }
}

/* 商品のレビュー */
.fs-body-reviews-product .fs-c-aggregateRating__count,
.fs-body-review-write .fs-c-aggregateRating__count{
  line-height: 1.5;
  text-indent: 10px;
}
.fs-body-reviews-product .fs-c-reviewList__item__body{
  font-size: 0.8rem;
}
.fs-body-reviews-product .fs-c-heading--page{
  font-size: 28px;
}
.fs-body-reviews-product .fs-p-announcement__title{
  color: #000000;
  font-size: 20px;
}
.fs-body-reviews-product .fs-c-productPrices{
  margin: 0 auto 0 0;
  padding: 0 20px;
  grid-row: 3;
}
.fs-body-reviews-product .fs-c-productNumber{
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .fs-c-reviewList--product .fs-c-reviewList__item__info{
  font-size: 0.8rem;
}
  .fs-body-reviews-product .fs-c-heading--page{
    font-size: 1rem;
  }
  .fs-body-reviews-product .fs-p-announcement__title{
    font-size: 1rem;
  }
  .fs-body-reviews-product .fs-c-productNumber{
    font-size: 0.8rem;
    padding: 5px;
  }
  .fs-body-reviews-product .fs-c-productPrices{
    margin: 0 auto 0 0;
    padding: 0 4vw;
    grid-row: 4;
  }
}

/* 会員のレビュー */
.fs-body-reviews-reviewer .fs-c-heading--page{
  font-size: 28px;
}
.fs-body-reviews-reviewer .fs-c-reviewProduct__info a{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .fs-body-reviews-reviewer .fs-c-heading--page{
    font-size: 1rem;
  }
  .fs-body-reviews-reviewer .fs-c-reviewProduct__image{
    width: 50%;
    margin:2rem auto;
  }

}
/* レビュー履歴 */
.fs-c-reviewProduct__info .fs-c-productName a{
  color: #000000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .fs-body-my-reviews .fs-c-reviewProduct__info{
    margin: 6vw 0 2vw;
    font-size: 3.5vw;
  }
  .fs-body-my-reviews .fs-c-reviewInfo__date{
    font-size: 3.5vw;
  }
}
/* ----------------------------------------------------
	ポイント
---------------------------------------------------- */
.fs-body-about-points .fs-c-documentColumn__emphasis{
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .fs-body-about-points .fs-c-documentColumn__emphasis{
    font-size: 4vw;
  }
}
/* ----------------------------------------------------
	アコーディオン
---------------------------------------------------- */

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:0 auto;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.question {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.question::before,
.question::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  
}
.question::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.question::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.question.close::before{
transform: rotate(45deg);
}

.question.close::after{
transform: rotate(-45deg);
}

/*アコーディオンタイトル_child*/
.question_child {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}
.question_child p:before{
content: "Q.";
padding: 1vw;
}

/*アイコンの＋と×*/
.question_child::before,
.question_child::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  
}
.question_child::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.question_child::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.question_child.close::before{
transform: rotate(45deg);
}

.question_child.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;
  margin:0 3% 3% 3%;
  padding: 3%;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

/*アコーディオンで現れるエリア_child*/
.accordion-area .box_child {
  display: none;
  margin:0 3% 3% 3%;
  padding: 3%;
  border-bottom: 1px dashed #000000;
  letter-spacing: 0.1em;
  line-height: 1.3;
}



/* ----------------------------------------------------
footer
---------------------------------------------------- */
.footer {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  background: #666666;
  font-family: 'Josefin Sans', sans-serif;
  }
.footer .top_area {
  padding: 133px 0 142px;
}
.footer .top_area .sitemap_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 98px;
}

.footer .top_area .sitemap_area a{
    color: #ffffff;
    letter-spacing: 0.2em;
}
.footer .top_area .sitemap_area a:hover{
  color: #333333;
}
.footer .mid_area {
  padding: 28px 0 202px;
}
.footerLogo{
  width: 210px;
}
.footer .mid_area .flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer img:hover{
  opacity: 0.6;
}
.footer .footerLeft{
  display: flex;
  align-items: center;
}
.footer .footerLeft .sns_btn{
  margin-left: 56px;
  display: flex;
  justify-content: center;
}
.footer .footerLeft li{
  position: relative;
}
.footer .footerLeft li + li{
  padding-left: 20px;
}
.footer .footerLeft li i{
  font-size: 35px;
  color: #ffffff;
}
.footer .footerLeft li a:hover{
  opacity:0.6;
}
.footer .footerRight p{
  font-size: 18px;
  text-align: right;
}
/* 上書き防止 */
.footer a,
.footer p{
    font-family: 'Josefin Sans', sans-serif;
    color:#ffffff;
    font-weight: 300;
    font-size: 17px;
}
.footer .sns_btn a{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.headerMenuContents ul.mainMenu>li>a,
.l-header-mypage .fs-clientInfo li a, .l-header-mypage .fs-clientInfo li span,
.headerMenuContents ul.subMenu li a{
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
}
.footer .footerLeft li.is-xtwitter svg{
  width: auto;
  height: 30px;
  object-fit: cover;
  aspect-ratio: 1 /1;
}
.footer .footerLeft li.is-xtwitter .st0{
  fill: #fff;
}
@media only screen and (max-width: 1200px){
  .footer .top_area .sitemap_area {
    display: block;
    padding: 0;
  }
  .footer .top_area .sitemap_area section{
    margin: 20px auto;
  }
}
@media only screen and (max-width: 750px){
    .footer a,
    .footer p{
    font-size: 4vw;
    }
    .footer .inner{
      width: 90%;
    }
    .footer p{
    font-size: 4vw;
  }
  .footer .top_area .sitemap_area {
    text-align:center;
  }
  .footer .top_area .sitemap_area section{
    margin: 6vw auto;
  }
  .footer .mid_area .flex_wrap {
    display: block;
  }
  .footer .footerLeft{
    justify-content: space-between;
    display: flex;
    flex-direction: column-reverse;
    align-items: initial;
  }
  .footer .footerLeft .sns_btn{
    margin-left: 0;
  }
  .footer .footerLeft li + li {
    padding: 0 0 0 8vw;
  }
  .footer .footerLeft li i{
    font-size: 10.1vw;
    margin: 3vw 0vw;
  }
  .footer .footerLeft li.is-xtwitter svg{
    height: 9.5vw;
  }
  .footer .footerRight p{
    font-size: 3vw;
  }
  .footer .top_area {
    padding: 10vw 0;
  }
  .footer .mid_area {
    padding: 0 0 14vw;
  }
  .footerLogo{
    width: 31vw;
    margin-top: 14.5vw;
  }
  .fs-l-footer{
    margin-top: 0;
  }
}

/* ----------------------------------------------------
  2022/10/26
---------------------------------------------------- */
/*通信欄*/
#fs-communicationInfo-container .fs-c-checkout-communicationInfo__title {
  background-color: #d79da3;
  border-bottom: 1px solid #d79da3;
}

/* ----------------------------------------------------
  2023/05/25
---------------------------------------------------- */
/* POPUPストア */
#fs_ProductCategory.fs-body-category-popup01 .fs-p-productSearch__formSwitch {
  display: none;
}
#fs_ProductCategory.fs-body-category-popup01 #banner {
  display: none;
}

