/*body、共通設定*/
* {
  box-sizing: border-box;
}
* a:hover img{
  opacity:0.8;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body {
    background: #f9f8f7;
    color: #222;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
	margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@font-face {
  font-family: 'fs-icon';
  src: url("https://kstyle.itembox.design/system/font/fs-icon.ttf?u9qlix") format("truetype"), url("https://kstyle.itembox.design/system/font/fs-icon.woff?u9qlix") format("woff"), url("https://kstyle.itembox.design/system/font/fs-icon.svg?u9qlix#fs-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
  color: #b73c6c;
  filter: alpha(opacity=60);
  transition: all 0.3s ease;
}
.fs-l-page {
  padding-top: 110px;
}
.fs-c-button--standard {
  background: #fefefe;
  border: solid 1px #eee;
  border-radius: 4px;
  box-shadow: 0 2px 4px -2px #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em;
}
.fs-c-button--secondary {
  border: solid 1px #eee;
  border-radius: 4px;
  box-shadow: 0 2px 4px -2px #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em;
}
.fs-c-button--plain {
  border-radius: 4px;
  box-shadow: 0 2px 4px -2px #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em;
}
.fs-c-button--primary {
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 4px;
  box-shadow: 0 2px 4px -2px #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em;
}
a.fs-c-button--primary:hover, a.fs-c-button--secondary:hover {
  background-color: #b73c6c;
  color: #fff;
}
.fs-p-inputGroup {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #222;
}
.fs-p-inputGroup:focus-within {
  border: 1px solid #b73c6c;
}
/*input[type="text"] {
  border-bottom: 1px solid #6f9ca1;
  transition: all 0.3s;
}*/
input[type="text"]:focus, input[type="password"]:focus {
  outline: none;
}
.fs-p-inputGroup__button {
  background: #fff;
  color: #6f9ca1;
}
.fs-p-searchForm__button {
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 2.2em;
  height: 2em;
  border: none;
}
.fs-p-searchForm__button::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e932";
  color: #222;
  display: block;
  font-size: 2.2rem;
  line-height: 1.2;
  position: absolute;
  text-indent: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fs-p-inputGroup__input {
  border: none;
  border-radius: 0;
}

/*パスワード用フォーム設定*/
.fs-c-inputGroup {
  border-radius: 0;
  border-bottom: 1px solid #6f9ca1;
}
.fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
}
.fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  color: #999;
  margin: auto 4px;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "\e917";
}
.fs-c-button--particular.fs-c-button--hidePassword::before {
  content: "\e918";
}
.fs-c-button--particular.fs-c-button--displayPassword, .fs-c-button--particular.fs-c-button--hidePassword {
  background: none;
  border: none;
  box-shadow: none;
  padding: 2px 3px 0 0;
}

/*ヘッダー設定*/
header {
  width: 100%;
  text-align: center;
  background: #f9f8f7;
  box-shadow: 0 2px 4px -2px #ddd;
  opacity: 1;
  transition: 0.5s;
  position: fixed;
  top: 0;
  z-index: 5;
}
.g_nav {
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  margin: 0;
  gap: 16px;
}
.g_nav > div > a > i {
  padding-right: 4px;
}
.fs-p-drawerButton {
    display: inline-block;
}
.fs-p-drawerButton__label {
  display: block;
  font-size: 1rem;
  line-height: 0.8;
}
.header_logo {
  flex-grow: 1;
  text-align: left;
}
.header_logo img{
  width: 160px;
  position: relative;
  left: 5%;
  top: 5%;
}
@media screen and (min-width: 768px) {
   .header_logo img {
  left: 0%;
  }
}
.fs-clientInfo.is-ready,.header_cart,.fs-p-searchForm.header_search {
  display: flex;
  align-items: center;
}
.nav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav li:first-child::after{
    content: "│";
    color: #999;
	padding-left: 24px;
}
.nav li:last-child::before {
    content: "│";
    color: #999;
	padding-right: 24px;
}
.nav li {
  padding: 12px;
  margin: 0;
}
.nav li a {
  width: 100%;
  height: 100%;
}
.nav_search {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
   .header_hum, .nav_search {
  display: none;
  }
}
@media screen and (max-width: 767px) {
    .header_logo {
    text-align: center;
    }
    .header_search, .nav {
    display: none !important;
   }
   .header_text  {
   display: none !important;
   }
   .fs-icon--cart, .fs-icon--member {
   font-size: 3.2rem;
   }
  .nav_search {
  padding-bottom: 12px;
  }
}
.logout.my-false, .login.my-true {
  display: none; 
}
.logout.my-true {
  color: #b73c6c;
}

/*カート内の商品数表示*/
.fs-p-cartItemNumber {
  background: #b73c6c;
  border-radius: 1em;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.25em 0.4em;
  position: absolute;
  top: 10px;
  right: 12px;
}
.fs-p-cartItemNumber.fs-client-cart-count--0, .fs-p-cartItemNumber.fs-client-subscriptionCart-count--0 {
  display: none;
}

/*ドロワーメニュー設定*/
@media screen and (min-width: 768px) {
    .fs-p-drawer {
    display:none;
  }
    .fs-p-headerNavBar {
    border: none;
  }
    .fs-l-header__contents {
	 margin: 0 auto;
	 display: flex;
	 justify-content: space-between;
   }
    .fs-l-header__leftContainer {
    display: none;
    }
}
.fs-p-drawer {
  width: 90%;
  padding: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 1px 1px 5px #ccc;
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-101%);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.drawer_buttonContainer {
  position: sticky;
  z-index: 1100;
  top: 0;
}
.fs-icon--close {
  font-size: 3.6rem !important;
}
.fs-p-ctrlDrawer:checked + .fs-p-drawer {
  transform: translateX(0);
}
.fs-p-drawerButton__icon {
  font-size: 2.4rem;
}
.fs-l-header__drawerOpener {
  text-align: center;
}
.fs-p-drawerButton--close {
  background: #b73c6c;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login {
  border: 1px solid #222;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  text-decoration: none;
  box-shadow: 0 2px 4px -2px #ccc;
}
.fs-p-drawer__LogoutRegister {
  background: #6f9ca1;
}
.fs-p-drawer__LogoutRegister a{
  color: #fff;
}
.fs-p-drawer__loginLogout {
  background: #b73c6c;
}
.fs-p-drawer__loginLogout a{
  color: #fff;
}
.loginLogout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 20px;
}
.fs-p-drawer__loginLogout__logout.is-loggedIn--false, .fs-p-drawer__loginLogout__login.is-loggedIn--true {
  display: none;
}
.fs-p-productSearch {
  border-bottom: 1px solid rgba(156,177,194,0.3);
}

/* ドロワー内アコーディオンメニュー用*/
.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
    margin: 0;
    padding: 10px 20px;
    position: relative;
}
.acd-content{
    border: 1px solid #fff;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .3s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding:  0 10px;
    visibility: visible;
}
/*ドロワー内・会員メニュー用設定*/
.fs-c-accountService_drawer {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

/* ドロワー内リスト装飾*/
.acd-label, .drawer_h1{
    background: #fff;
	border: 1px solid #222;
    color: #222;
    display: block;
    margin: 4px 20px;
    padding: 10px 20px;
    position: relative;
	text-align: center;
	letter-spacing: .4rem;
}
.acd-label:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 1px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #222; /* 棒の色 */
  transform: translate(-50%,-50%) rotate(0deg);
}
.acd-label:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 1px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #222; /* 棒の色 */
  transform: translate(-50%,-50%) rotate(-90deg);
}
.acd-content{
    border: 1px solid #fff;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .6s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:before{
    transform: translate(-50%,-50%) rotate(90deg);
}
.acd-check:checked + .acd-label:after{
    transform: translate(-50%,-50%) rotate(90deg);
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding:  0;
    visibility: visible;
}
.drawer_list {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
}
.drawer_list > li a{
    display: block;
    width: 100%;
	padding: 12px;
}
.drawer_list  li :after{
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    position: absolute;
    right: 32px;
    margin-top: 6px;
    transform: rotate(45deg);
}
.drawer_list > li > a > i {
  font-size: 1.6rem;
  padding-right: 8px;
}
.drawer_h1{
  margin-bottom: 2px;
  background-color: #6f9ca1;
}
.drawer_footer {
  background: #b7cdd0;
  font-size: 1.2rem;
  padding: 10px 0 10px 20px;
}
.drawer_footer li :after{
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 32px;
    margin-top: 6px;
    transform: rotate(45deg);
}

/*コンテンツ部分コンテナ*/
.fs-l-main {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    margin: 0 auto;
  }
}
 .fs-c-breadcrumb {
  font-size: 1.2rem;
  line-height: 1.2;
  max-width: 1200px;
  text-align: left;
}
.fs-c-breadcrumb>ol:not(.fs-c-breadcrumb__list--subgroup) {
  margin-top: 16px;
}
.fs-c-breadcrumb__list {
  padding-left: 24px;
}

/*コンテンツ部分パーツ詳細設定*/
section.fs-c-documentColumn {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.fs-c-documentArticle__content p, .fs-c-documentColumn p {
  padding-left: 24px;
}
h2.fs-c-documentColumn__heading,h3.fs-c-documentColumn__heading,h2.fs-c-wishlistProduct__title,h2.fs-c-registeredUsers__title,h2.fs-c-newUsers__title,h2.fs-p-announcement__title,h2.fs-c-featuredProduct__title {
  color: #6f9ca1;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding: 2em 0 .6em;
}
h2.fs-c-documentColumn__heading:before,h3.fs-c-documentColumn__heading:before,h2.fs-c-wishlistProduct__title:before,h2.fs-c-registeredUsers__title:before,h2.fs-c-newUsers__title:before,h2.fs-p-announcement__title:before,h2.fs-c-featuredProduct__title:before {
  background-color: #ddd;
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
h2.fs-c-documentColumn__heading:after,h3.fs-c-documentColumn__heading:after,h2.fs-c-wishlistProduct__title:after,h2.fs-c-registeredUsers__title:after,h2.fs-c-newUsers__title:after,h2.fs-p-announcement__title:after,h2.fs-c-featuredProduct__title:after {
  width: 10em;
  background-color: #6f9ca1;
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 0;
  left: 0;
}
.fs-c-explainList{
  display: grid;
  grid-template-columns: 20% auto;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  margin-bottom: 6rem;
}
.fs-c-explainList dt{
  color: #6f9ca1;
}
h3.terms_page {
  padding-top: 16px;
}
.card {
  display: flex;
  align-items: center;
  gap: 4px;
}
.card img {
  width: 36px;
  border: 1px solid #eee;
  padding: 4px;
}
.fs-c-returnedSpecialContract,.fs-c-buttonContainer:not(.fs-c-cartPayment__button) {
  padding: 0;
}
.fs-c-confirmOrder__button.fs-c-buttonContainer.fs-c-buttonContainer--confirmOrder {
  padding: 0;
  margin-top: 24px;
}
.fs-c-heading.fs-c-heading--page {
  border: none;
  color:#6f9ca1;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 1.6em;
}
.fs-p-heading--lv2 {
  border: none;
  color:#b73c6c;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 100;
  font-size: 1.8rem;
  letter-spacing: .4em;
  text-align: center;
  margin-top: 48px;
}
.fs-p-heading--lv2 span{
  color: #222;
  font-size: 1.2rem;
  font-weight: 100;
}
.fs-p-dateList > li {
  border-top: 1px #eee solid;
}
.fs-p-dateList > li:last-child {
  border-color: #eee;
}
.fs-p-dateList > li time:first-child {
  background: none;
  color: #222;
  font-size: 1.2rem;
}
.arrow{
    position: relative;
    padding: 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::after{
    position: absolute;
    top: 32%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    vertical-align: middle;
}
.membership_contener::after{
  right: -90%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.membership_contener {
  width: 97%;
  max-width: 560px;
  height: 48px;
  margin: 10px auto;
  margin-bottom: 24px;
}
@media screen and (min-width: 1199px) {
  .membership_contener {
  width: 100%;
  }
}
.membership_contener a{
  display:block;
  color: #fff;
  line-height: 1.8em;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  height: 100%;
  width: 100%;
  background: rgba(206,69,54,1.0);
  border: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.membership_contener a:hover{
  background: rgba(206,69,54,0.8);
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.membership_contener::after{
  right: -92%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newitem_more_contener {
  width: 100%;
  max-width: 560px;
  height: 48px;
  margin: 28px auto 60px;
}
.newitem_more_contener a{
  border: none;
  background: #222;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  color: #fff;
  display:block;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  height:100%;
  width: 100%;
}
.newitem_more_contener a:hover{
  background: #b73c6c;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newitem_more_contener::after{
  right: -86%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fs-c-productListItem__prices>div>span> .fs-c-productPrice__main__label {
  display: none;
}
.fs-pt-column--3 {
 margin-top: 64px;
}
.fs-c-newUsers__message {
  padding-bottom: 20px;
}
.fs-c-inputInformation__message {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.fs-c-inputInformation__field, .fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-membershipCardAuth .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field {
  background: #eee;
  padding: 16px 32px;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto;
}
.fs-c-inputTable {
  width: 100%;
}
.fs-c-inputTable__headerCell {
  text-align: left;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  padding: 0;
}
.fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
.fs-c-inputTable > tbody > tr + tr {
  margin-top: 24px;
}
.fs-c-buttonContainer--leaveCancel {
  display: flex;
  justify-content: center;
  gap: 8px;
}

/*トップページ見出し・ライン・コラム設定*/
.hr_simple_3rd {
  border: none;
  border-bottom: 1px solid #222;
  margin: 32px 0;
  width: 100%;
}
.top_registerGuide {
  width: 100%;
  text-align: center;
}
.top_registerGuide p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .4em;
}
.top_registerGuide a{
  color: #b73c6c;
  letter-spacing: .2em;
  display: block;
  border: 1px solid #b73c6c;
  margin: 16px auto 0;
  padding: 8px;
  width: 50%;
}
.top_registerGuide a:hover {
  color: #fff;
  background-color: #b73c6c;
}
@media screen and (min-width: 768px) {
   .top_registerGuide a {
  display: inline;
  border: none;
  border-bottom: 1px solid #b73c6c;
  padding: 0;
  }
}
@media screen and (max-width: 480px) {
   .top_registerGuide a {
  width: 80%;
  }
}
.top_rawmaterial.fs-pt-column {
  display:grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
.top_rawmaterial {
  margin-top: 32px;
}
.fs-pt-column__item {
  text-align: center;
}
.top_column3 {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
   .top_column3__1 {
  grid-column: 1 / 3;
  }
   .top_column3__2 {
  grid-column: 2 / 1;
  }
   .top_column3__3 {
  grid-column: 2 / 2;
  }
}
.top_category_icon__sp {
  display: block;
}
.top_category_icon__pc {
  display: none;
}
.top_recommend_more {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 20px;
}
.top_recommend_more>p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .2em;
}
.top_recommend_more a {
  color: #b73c6c;
  font-weight: 200;
  border-bottom: 1px solid #b73c6c;
}
.top_category_icon {
  display: flex;
  gap: 0;
  overflow-x: auto;
}
.top_category_icon>div{
  flex: 0 0 auto;
  margin: 0 8px;
  position: relative;
  text-align: center;
  width: 24vw;
}
.wrapper_rounded::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.wrapper_rounded {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 50%;
}
.wrapper_rounded img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_search {
  width: 50%;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .top_category_icon__pc {
    display: block;
  }
  .top_category_icon__sp {
    display: none;
  }
  .top_recommend_more {
    padding: 0;
  }
  .top_category_icon {
  gap: 20px;
  }
  .top_category_icon div{
  flex: auto;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  }
}

/*トップスライダー設定*/
.fs-pt-carousel__slide {
  margin: 0;
}
@media screen and (max-width: 599px) {
    .swiper_pc {
    display: none;}
  }
  @media screen and (min-width: 600px) {
    .swiper_sp {
    display: none;}
  }

/*任意商品パーツを一覧にする*/
.fs-c-productListCarousel {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto 48px;
}
.fs-c-productListCarousel__list .slick-track {
    width: 100% !important;
    display: grid;
}
@media screen and (min-width: 864px) {
  .fs-c-productListCarousel__list .slick-track{
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
  }
}
@media screen and (min-width: 560px) and ( max-width:863px) {
  .fs-c-productListCarousel__list .slick-track{
    grid-template-columns: 1fr 1fr 1fr;
	gap: 28px;
  }
  .fs-c-productListCarousel__list__item {
    max-width: 100%;
    min-width: 1px;
    margin: 0;
  }
}
@media screen and ( max-width:559px) {
  .fs-c-productListCarousel__list .slick-track{
    grid-template-columns: 1fr 1fr;
	gap: 24px;
  }
  .fs-c-productListCarousel__list__item {
    max-width: 100%;
    min-width: 1px;
    margin: 0;
  }
}
.fs-c-slick .slick-track:before, .fs-c-slick .slick-track:after {
  display: none;
}
.fs-c-button--carousel--prev::before,.fs-c-button--carousel--next::before {
  display: none;
}
.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev.slick-arrow, .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next.slick-arrow {
    display: none !important; 
}
.slick-list .draggable .slick-track, .fs-c-productListCarousel__list .slick-track {
    transform: translate3d(0, 0, 0) !important;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
    top: -28px;
    position: relative;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
    height: 0;
}
/*任意商品パーツデザイン設定*/
.fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin: 8px 0;
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
    display: block;
}
.fs-c-productListCarousel__list__item > * + * {
    margin-top: 8px;
}
.fs-c-productListItem__control {
    justify-content: space-between;
}
.fs-c-productListItem__control > *:last-child {
    margin-left: auto;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon, .fs-c-button--particular.fs-c-button--removeFromWishList--icon {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.fs-c-productPrice {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fs-c-productPrice__main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fs-c-productListItem__prices>div>span> .fs-c-productPrice__main__label {
    display: none;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.1;
}
.fs-c-productPrice__addon {
    font-size: 1.2rem;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
    content: "(";
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
    content: ")";
}
.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label,.fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label, .fs-c-button--particular.fs-c-button--displayPassword .fs-c-button__label, .fs-c-button--particular.fs-c-button--hidePassword .fs-c-button__label {
    display: none;
}
.fs-c-button--addToWishList--icon.fs-c-button--particular:before {
  content: "\e919";
  font-family: 'fs-icon';
  font-size: 2.4rem;
}
.fs-c-button--removeFromWishList--icon.fs-c-button--particular:before {
  content: "\e91a";
  font-family: 'fs-icon';
  font-size: 2.4rem;
  color: #f99;
}
.fs-c-productListItem__control.fs-c-buttonContainer > button {
  position: absolute;
  top: -6px;
  right: 10%;
}
.fs-c-productListItem__prices .fs-c-price__value {
  font-size: 2.0rem;
}

/*ショッピングカート内設定*/
.fs-l-cart__contentsArea,.fs-l-checkout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
}
@media screen and (max-width: 860px) {
    .fs-l-cart__contentsArea,.fs-l-checkout {
    grid-template-columns: 1fr;
    }
    .fs-c-button--continueShopping {
    width: 100%;
    margin-bottom: 8px;
    }
}
.fs-c-button--loginAndPurchase.fs-c-button--primary,.fs-c-button--unregisteredUserPurchase,.fs-c-button--purchaseHere {
  width: 100%;
  margin-bottom: 8px;
}
.fs-c-cartDiscountInfo {
  margin-top: 16px;
}
.fs-c-price__price {
  align-items: baseline;
}
button.fs-c-button--cancel--cart {
  margin-bottom: 8px;
}
.fs-c-orderTotalTable {
  width: 100%;
}
.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
  font-weight: normal;
  text-align: left;
}
.fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
  padding: 8px;
}
.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
  border: none;
  border-top: 1px solid #ccc;
}
.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: 1px solid #ccc;
}
.fs-c-noResultMessage {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
.fs-c-cartTable__row {
    border-bottom: 1px solid #ccc;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 40%;
    width: 100%;
    }
.fs-c-cartTable__dataCell--product {
    grid-column: 1 / span 2;
    grid-row: 1;
    }
.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;
    }
.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;
    }
  .fs-c-cartTable__actionButton {
    gap: 8px;
	}
    .fs-c-cartTable__actionButton__container {
    width: 50%;
    }
    button.fs-c-button--cancel--cart {
	margin: 0;
	}
	.fs-c-cartTable, .fs-c-cartTable > tbody {
    display: block;
    }
	.fs-c-button--confirmOrder.fs-c-button--primary {
    width: 100%;
    margin-bottom: 8px;
    }
}
.fs-l-product4 .fs-l-productLayout > * > * {
  margin-bottom: 16px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.6em;
  margin-left: 8px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: "\e919";
  position: relative;
  top: 3px;
  margin: 0;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  content: "\e91a";
  position: relative;
  top: 3px;
  margin: 0;
  color: #f99;
}
button.fs-c-button--addToWishList--detail.fs-c-button--particular,.fs-c-button--removeFromWishList--detail.fs-c-button--particular {
  padding-bottom: 5px;
  background: #fefefe;
  border: solid 1px #eee;
  border-radius: 8px;
  box-shadow: 0 2px 4px -2px #ccc;
  color: #352d24;
  cursor: pointer;
}
.fs-p-linkButton {
  border: 1px solid currentColor;
  border-radius: 3px;
  display: inline-block;
  line-height: 0.9;
  padding: 4px 8px;
  text-align: center;
}

/*購入手続きページ設定*/
.fs-c-checkout-preview__title {
  border-bottom: 1px solid #abb9b9;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 0 8px;
  text-align: center;
}
.fs-c-checkout-preview {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 16px;
  background: #fff;
  color: #333;
  margin-bottom: 12px;
}
.fs-c-modal__header {
  background: #f7f7f7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 8px 16px;
}
.fs-c-modal__title, .fs-c-modal__productName {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0.1em 0 0;
}
.fs-c-creditCardIcons {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}
.fs-c-checkout-paymentMethod.is-active {
  border: 2px solid #999;
}
.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  background: #999;
  color: #ffffff;
}

/*ご利用ガイド頁設定*/
@media screen and (max-width: 767px) {
  .fs-c-subgroupList.guide {
    grid-template-columns: 1fr;
	gap: 8px;
  }
}
.fs-c-subgroupList__link.guide::after {
  transform: rotate(90deg);
}

/*商品一覧、ページ設定*/
.fs-c-subgroupList {
  box-sizing: border-box;
  list-style: none;
  margin: 8px 0;
  padding: 1px 0 0 1px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .fs-c-subgroupList {
    grid-template-columns: 1fr 1fr;
  }
}
.fs-c-subgroupList__link {
  padding: 12px;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 4px;
  box-shadow: 0 2px 4px -2px #ccc;
  display: grid;
  grid-template-columns: 1fr auto;
}
.fs-c-subgroupList__link::after {
  font-family: 'fs-icon' !important;
  speak: none;
  text-transform: none;
  line-height: 1;
  color: #6f9ca1;
  content: "\e90c";
  font-size: 2.2rem;
}
.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0;
}
.fs-c-sortItems {
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
}
.fs-c-sortItems__label {
  text-align: center;
  align-self: center;
  line-height: 1.4;
  padding: 4px 8px;
  border: 1px solid currentColor;
}
.fs-c-sortItems__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
}
.fs-c-sortItems__list__item__label {
  display: block;
  padding: 4px 8px;
}
.fs-c-sortItems__list__item.is-active {
  background: #f7f7f7;
}
.fs-c-productList__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
    .fs-c-productList__list {
    grid-template-columns: 1fr 1fr;
    }
}
.fs-c-listControl {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-grow: 2;
  padding: 0;
}
.fs-c-listControl > * + * {
  margin-top: 0;
  margin-left: 8px;
}

/*商品一覧ボタン・テキスト設定*/
.fs-c-subgroup > .fs-c-listControl {
  display: none;
}
.fs-c-buttonContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
div.fs-c-buttonContainer--inquiryAboutProduct,div.fs-c-productReview__addReview {
  justify-content: flex-start;
}
.fs-c-productListItem__image {
  margin-bottom: 8px;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-button--plain.fs-c-button--viewMoreImage .fs-c-button__label {
  display: none;
}
.fs-c-button--plain::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.fs-c-button--plain.fs-c-button--viewMoreImage::before {
  content: "\e912";
}
.fs-c-button--addToCart--list {
  display: none;
}
.fs-c-productPrice__main__label {
  display: none;
}
.fs-c-price__currencyMark {
  font-size: 2.0rem;
  margin-right: 4px;
}
.fs-c-price__value {
  font-size: 3.0rem;
  margin-right: 2px;
}
.fs-c-price__value.guide {
  font-size: 2.0rem;
}

/*会員登録フォーム用設定*/
.fs-c-buttonContainer--confirmRegister, .fs-c-buttonContainer--send {
  justify-content: center !important;
}
.fs-c-buttonContainer--confirmRegister > .fs-c-button--confirmRegister, .fs-c-buttonContainer--send > .fs-c-button--send {
  background-color: #b73c6c;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  max-width: 560px;
}
.fs-c-buttonContainer--send > .fs-c-button--send::before {
  content: "この内容で";
}
.fs-c-button--confirmRegister .fs-c-button__label::before {
  content: "この内容で会員";
}
.fs-c-button--confirmRegister .fs-c-button__label::after, .fs-c-buttonContainer--send .fs-c-button--send::after {
  content: "する";
}
.fs-c-button--login {
  border-radius: 4px;
  background-color: #222;
  color: #fff;
}
.fs-c-button--memberRegister {
  border-radius: 4px;
  background-color: #b73c6c;
  color: #fff;
}
.fs-c-inputInformation__link .fs-c-textLink::before, .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link::before, .fs-c-viewAllProductsLink .fs-c-viewAllProductsLink__label::before {
  font-family: 'fs-icon' !important;
  content: "\e90c";
  color: #b73c6c;
}

/*商品一覧カラーチップ用設定*/
.item_color {
  font-size: 1.6rem;
  letter-spacing: -0.2rem;
  line-height: 1.1;
  margin: 0;
}
/*商品一覧商品マーク用設定*/
.fs-c-productMark > li {
  margin-top: 4px;
}
.fs-c-productMark__mark {
  border-radius: 20px;
  display: block;
  margin-right: 2px;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 8px;
}
.fs-c-mark {
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 8px;
}
.fs-c-productMark__mark--2 {
  color: #999;
  background: #fff;
  border: 1px solid #eee;
}
.fs-c-productMark__mark--19 {
  color: #fff;
  background: #b13f1a;
  border: 1px solid #b13f1a;
}


/*商品詳細レイアウト*/
.fs-l-productLayout {
  display: grid;
  grid-row-gap: 8px;
}
@media screen and (min-width: 960px) {
.fs-l-product4 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
    grid-gap: 16px;
    align-items: start;
  }
  .fs-l-product4 .fs-l-productLayout__item--3 {
    grid-column: 1 / 3;
  }
}

/*商品詳細画像slick用設定*/
.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__image img,.fs-l-productLayout__item--1.slick-slide img {
  max-width: 600px;
  max-width: 100vw;
}

/*商品詳細画像サムネイルリストを一覧にする*/
.fs-c-productCarouselMainImage__thumbnailList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  margin: 0;
}

/*商品詳細価格・選択肢まわり設定*/
h1.fs-c-productNameHeading.fs-c-heading {
  margin: 0;
  font-size: 1.8rem;
}
.fs-c-productPrices--productDetail .fs-c-productPrice--selling {
  justify-content: start;
  margin-bottom: 20px;
}
.fs-c-variationAndActions__variation.fs-c-variationList {
  padding-bottom: 24px;
}
.fs-c-variationList__item__title {
  padding: 4px;
  border: 1px solid rgba(126, 126, 126, 0.2);
  text-align: center;
}
.fs-c-variationList__item__body {
  margin: 4px 0 8px;
}
.fs-c-variationList__item__cart {
  padding: 0;
  margin: auto 0;
}
.fs-c-variationCart__variationName__stock {
  color: #999;
}
.fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 2em 186px;
  gap: 4px;
}
.fs-c-variationCart__cartButton button {
  color: #fff;
  background-color: #b73c6c;
  border: none;
  border-radius: 4px;
  padding: 12px;
}
.fs-c-variationCart__cartButton > button {
  font-size: 1.4rem;
}
.fs-c-variationCart__cartButton .fs-c-button--addToCart--variation::before {
  content: "\e91e";
  font-family: 'fs-icon';
}

/*商品詳細用独自コメント1・2タブ切り替え*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  display: block;
  order: -1;
}
.tab-label {
    color: #fff;
    background: #b8cdd0;
	border-bottom: 1px solid #6f9ca1;
    padding: 8px 16px;
	white-space: nowrap;
	text-align: center;
	order: -1;
	position: relative;
	z-index: 1;
	flex: 1;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #f9f8f7;
	border: 1px solid #6f9ca1;
	border-bottom: none;
	color: #6f9ca1;
}
@media screen and (max-width: 767px) {
  .tab-switch:checked+.tab-label:before {
      content: "\e90b";
      display: block;
      font-family: 'fs-icon';
	  font-size: 28px;
	  transform: rotate(0.75turn);
      padding: 10px 20px;
      position: absolute;
      left: 0;
      top: -32%;
  }
}
@media screen and (max-width: 600px) {
  .tab-switch:checked+.tab-label:before {
      display: none;
  }
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
	 padding: 24px;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/* タブ縦版 */
@media screen and (min-width: 768px) {
  .column {
      height: 50px;
      min-height: 150px;
	  max-width: 1000px;
      flex-direction: column;
	  margin: 0 auto;
  }
  .column:after {
    width: 25%;
  }
  .column-label {
    width: 25%;
	border-right: 1px solid #6f9ca1;
	border-bottom: none;
	display: grid;
    place-items: center;
  }
  .tab-switch:checked+.column-label {
    background: #fff;
	border: 1px solid #6f9ca1;
	border-right: none;
	color: #6f9ca1;
  }
  .tab-switch:checked+.column-label:after{
    content: "\e90c";
    display: block;
    font-family: 'fs-icon';
	font-size: 28px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: -12%;
}
  .tab-switch:checked+.tab-label+.column-content {
    width: calc(75%); /* 全体-ボタン幅 */
	height: auto;
	border-top: 1px solid #6f9ca1;
	border-bottom: 1px solid #6f9ca1;
  }
}
.category_box {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.category_box li {
  width: auto;
  text-align: center;
  border: solid 1px #eee;
  border-radius: 8px;
  box-shadow: 0 2px 4px -2px #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category_box li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
}

/*商品詳細、番号・問い合わせ・レビュー*/
.item_option {
  display: flex;
  flex-direction: column;
  margin: 24px 0 36px;
}
.fs-c-productNumber {
  padding-left: 24px;
}
.fs-c-buttonContainer--addReview--detail {
  padding-left: 0;
}
.fs-c-productNumber {
  border-bottom: 1px solid #ccc;
}
.item_option > div {
  padding: 8px;
}
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
  background-color: #222;
  border: 1px solid #222;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 8px;
  width: 100%;
}
.fs-c-button--inquiryAboutProduct > .fs-c-button__label {
  display: none;
}
.fs-c-button--inquiryAboutProduct::before {
  content: "\e920"  "この商品について問い合わせる";
  font-family: 'fs-icon';
  font-weight: 600;
}

/*商品詳細SNSボタン*/
.fs-p-snsArea {
  display: flex;
  justify-content: center;
}

/*商品詳細テキスト設定*/
.fs-c-productCarouselMainImage__expandButton {
  display: none;
}

/*各ログインページ設定*/
.loginForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media screen and (max-width: 767px) {
.loginForm {
    grid-template-columns: 1fr;
    }
}

/*マイページ設定*/
.fs-c-accountService {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
  .fs-c-accountService {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.fs-p-accountInfo__accountName {
  margin: 0 0 36px;
}
.fs-c-accountService__page {
  flex-basis: 128px;
  display: flex;
  align-items: stretch;
  height: 128px;
}
.fs-c-accountService__page .fs-c-accountService__pageLink__label::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
}
.fs-c-accountService__page .fs-c-accountService__pageLink__label:hover:before {
  color: #8c4230;
  filter: alpha(opacity=60);
  transition: all 0.3s ease;
}
.fs-c-accountService__page .fs-c-accountService__pageLink {
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 8px;
  box-shadow: 0 2px 4px -2px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.fs-c-accountService__page .fs-c-accountService__pageLink {
  text-align: center;
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\e901";
}
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e902";
}
.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\e904";
}
.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\e906";
}
.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\e908";
}
.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\e909";
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before {
  content: "\e90a";
}
.fs-c-accountService_drawer_cart .fs-c-accountService__pageLink__label::before {
  content: "\e91e";
}
.fs-c-accountService_drawer_wishList .fs-c-accountService__pageLink__label::before {
  content: "\e91a";
}
.fs-c-accountService_drawer_mypage .fs-c-accountService__pageLink__label::before {
  content: "\e936";
}
a.fs-c-button--viewProductDetail.fs-c-button--plain {
  display: none;
}
.fs-c-buttonContainer--myPageTop {
  padding: 0;
}
.fs-c-buttonContainer--myPageTop, .fs-c-addressBookList__addButton.fs-c-buttonContainer.fs-c-buttonContainer--addAddressbook, .fs-c-inputInformation__button {
  justify-content: center;
}
.fs-c-buttonContainer--myPageTop .fs-c-button--myPageTop {
  background-color: #222;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
    .fs-c-button--myPageTop, .fs-c-button--addToAddressbook.fs-c-button--secondary {
    width: 100%;
  }
  .fs-c-buttonContainer:not(.fs-c-cartPayment__button) {
    padding: 0;
  }
}
.fs-c-addressBookList__addButton {
  margin-bottom: 12px;
}
.fs-c-listTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
}
.fs-c-button--myPageTop {
  margin-top: 24px;
}
.fs-c-listTable > tbody > tr {
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.fs-c-listTable > tbody > tr > th, .fs-c-listTable > tbody > tr td {
  display: block;
}
.fs-c-listTable th, .fs-c-listTable td {
  padding: 12px;
}
.fs-c-listTable > tbody > tr > th::before, .fs-c-listTable > tbody > tr td::before {
  content: attr(aria-label);
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
.fs-c-addressBookList__addButton, .fs-c-buttonContainer--change {
  justify-content: center;
}
.fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
.fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}
.fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
    display: flex;
	flex-wrap: wrap;
	}
  .fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
    width: 100%;
    }
}
.fs-c-history__info {
  background: #eee;
  padding: 16px;
}
.fs-c-history__term {
  color: #7c8790;
  font-weight: 700;
  font-size: 1.2rem;
}
.fs-c-history__info > * + * {
  padding-top: 16px;
}
.fs-c-history__total dl {
  grid-gap: 0;
}
.fs-c-history__total dt, .fs-c-history__total dd {
  border-bottom: 1px solid #7c8790;
  margin-top: 8px;
  padding-top: 8px;
}
.fs-c-history__total .fs-c-price__value {
  font-size: 1.6rem;
}
.fs-c-pairList > dt::after {
  position: relative;
}
.fs-c-history__total dd {
  text-align: right;
}
dd>span.fs-c-price {
  align-items: flex-end;
}

/*ページ下部・ショップガイド用設定*/
h2.shopguide {
  padding-top: 40px;
}
.shopguide_cnt {
  display: none;
}
@media screen and (min-width: 768px) {
   .shopguide_cnt {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 0;
    margin: 0 auto;
	margin-bottom: 20px;
  }
}
.shopguide_cnt div{
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.shopguide_cnt div h4{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 0;
  margin: 24px 0 12px 0;
}
.shopguide_cnt div ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.shopguide_cnt div li{
  margin-bottom: 8px;
}
.shopguide_cnt div li span:not(.fs-c-button__label){
  font-size: 1.4rem;
  font-weight : 600;
}

/* フッター周辺の設定 */
.footerToGuide {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: -54px auto 0;
  padding: 0 12px;
  max-width: 1200px;
}
.footerToGuide__link {
  background-color: #fff;
  border: 3px solid #b73c6c;
  border-radius: 32px;
  overflow: hidden;
  text-indent: -999px;
  width: 48px;
  height: 48px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.footerToGuide__link::before {
  /*font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";*/
  content: "?";
  font-weight: 600;
  line-height: 1.4;
  display: block;
  color: #b73c6c;
  font-size: 3.0rem;
  text-indent: 0;
  text-align: center;
}
.fs-p-footerPageTop {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1200px;
}
.fs-p-footerPageTop__link {
  background-color: #b73c6c;
  border-radius: 32px;
  overflow: hidden;
  text-indent: -999px;
  width: 48px;
  height: 48px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.fs-p-footerPageTop__link::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  display: block;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1;
  text-indent: 0;
  text-align: center;
  transform: rotate(90deg);
}
.fs-p-footerPageTop__link:hover,.footerToGuide__link:hover {
  opacity:0.8;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fs-l-footer {
  border-top: none;
  background: #b7cdd0;
  padding: 20px;
}
.fs-l-footer__contents {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-bottom: 48px;
  background: rgba(231,242,245,1);
  border-bottom: 1px solid #abb9b9;
}
.fs-l-footer__utility {
  background-color: rgba(156,177,194,0);
}
.fs-p-footerSnsLink {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
	gap: 8px;
}
.fs-p-footerSnsLink {
  padding: 12px 0 24px;
}
.footerMenu {
  color: #666;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .footerMenu {
    display: none;
  }
  .fs-l-footer__contents {
    padding-bottom: 24px;
  }
  .fs-p-footerSnsLink {
    padding-top: 24px;
  }
}
.footerMenu ul{
  display: flex;
  justify-content: center;
  margin: 0;
  padding:0;
  list-style-type: none;
}
.footerMenu li{
  padding: 12px;
}
.fs-p-logo {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0;
}
.fs-p-footerCopyright {
  padding: 12px;
}
.fs-p-footerUtilityMenu {
  margin-top: 48px;
}
@media screen and (max-width: 959px) {
  .fs-p-footerUtilityMenu__list {
    min-width: 100%;
  }
  .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border: none;
  }
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border: none;
    padding: 4px;
  }
  .fs-p-footerUtilityMenu__list li{
    padding: .25em 0 .25em .75em;
    margin: .75em;
    border-left: 1px solid rgba(156,177,194,0.4);
    border-right: 1px solid rgba(156,177,194,0.4);
  }
  .fs-p-footerUtilityMenu__list a::after {
    color: #ccc;
  }
}
.fs-p-logo__image {
  width: 160px;
}
.fs-p-footerCopyright {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 0 20px 0;
}
.fs-p-footerCopyright__text {
    margin: 0;
    font-size: 1.2rem;
}

/*関連ショップページ設定*/
.sns {
  display: flex;
  align-items: center;
  padding-left: 24px;
  gap: 12px;
}
.sns img {
  width: 32px;
  padding: 0;
  opacity : .6;
}

/*使用状況不明*/
.fs-p-sideMenu {
 font-size: 1.6rem;
}