@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}
.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
#brand {
  margin-top: 120px;
}
#brand .brand-nav ul {
  height: auto;
  gap: 0;
  min-width: 1px; /*IE対策*/
  display: flex;
  align-items: stretch;
}
#brand .brand-nav ul .brand-link {
  letter-spacing: 0.18em;
  padding-right: 0;
  position: relative;
  text-align: center;
  transform: none;
  left: auto;
  background: none;
  bottom: 0px;
}
#brand .brand-nav ul li a {
  height: auto;
  min-height: 1px; /*IE対策*/
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#brand .brand-nav ul .brand-nav-item--piconeclub .brand-logo, #brand .brand-nav ul .brand-nav-item--archivio .brand-logo, #brand .brand-nav ul .brand-nav-item--casapicone .brand-logo, #brand .brand-nav ul .brand-nav-item--studiopicone .brand-logo {
  width: 60%;
  padding: 0;
}
#header {
  position: fixed;
  height: auto;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: all .4s ease 0s, background .6s ease .2s;
  transition: all .4s ease 0s, background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/*fontawesomeのタッチ範囲拡張*/
.taparea {
  position: relative;
}
.taparea:after {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: -12px;
  left: -12px;
  border-radius: 50%;
}
/*文字入力時のプレースフォルダー文字消す*/
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}
/*SP検索メニュー分離　ここから*/
@media screen and (max-width: 768px) {
  .fs-p-searchForm__inputGroup {
    border-radius: 5px;
  }
  .searchContents .header-searchForm .fs-p-searchForm__button::before {
    line-height: 2.0em;
  }
  .searchArea {
    display: none;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .searchBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
  }
  .searchWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 20px 20px;
    background-color: #fff;
  }
  .closesearch {
    position: absolute;
    top: 12px;
    right: 24px;
    cursor: pointer;
    font-size: 26px;
  }
  .searchContents .header-logo img {
    width: 60%;
    margin: 5% auto;
  }
  div#closeSearch {
    position: absolute;
    top: 2vh;
    right: 5%;
  }
  .sp-kwbtn h2, .sp-brandbtn h2 {
    font-size: 1.6rem;
    line-height: 2.4em;
  }
  .sp-kwbtn ul li a, .sp-brandbtn ul li a {
    color: #000;
  }
  .sp-kwbtn {
    margin: 20px 0;
    line-height: 1.8em;
  }
  .sp-kwbtn ul li {
    border: 1px solid #e4e4e4;
    padding: 2px 7px;
    border-radius: 4px;
    float: left;
    margin: 0px 5px 8px 0px;
  }
  .sp-brandbtn {
    clear: left;
    padding-top: 20px;
  }
  .sp-brandbtn ul li {
    line-height: 2.2em;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 14px;
  }
  .sp-brandbtn ul li:before {
    content: '\F105';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #728496;
    font-size: 0.6em;
    position: absolute;
    right: 32px;
  }
  .searchArea .header-searchForm {
    margin: 30px 0;
  }
  .sp-searchbtn.sp {
    display: flex;
    margin-left: 8%;
    position: absolute;
  }
  .sp-searchbtn.sp i {
    color: #000;
    width: 20px;
    height: 20px;
    display: block;
  }
  .sp-brandbtn a {
    display: block;
  }
}
i.glass:after {
  content: "";
  border-bottom: #000 2px solid;
  rotate: 45deg;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-top: -6px;
  display: block;
}
i.glass:before {
  content: "";
  border: #000 2px solid;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-radius: 50%;
  display: block;
}
/*SP検索メニュー分離　ここまで*/
/*ヘッダー色変え　ここから*/
#header .container {
  max-width: 1200px;
  width: 90%;
}
#header .header-top .header-gnav ul li.header-gnav-cart a {
  width: 27px;
  height: 25px;
  background-image: url(../img/common/header-cart--black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
#header .header-top .header-gnav ul li a, #header .header-top .header-gnav ul li span {
  color: #000;
}
.pc-searchbtn.pc {
  margin-left: 10px;
}
.pc-searchbtn a {
  font-size: 10px;
  color: #000;
  padding: 2px 14px 4px;
}
.pc-searchbtn a:after {
  content: "";
  vertical-align: middle;
  margin-left: 7px;
  width: 6px;
  height: 6px;
  display: inline-block;
  border: #000 1px solid;
  rotate: 45deg;
  border-left: none;
  border-bottom: none;
  margin-bottom: 1px;
}
.pc-searchbtn a i {
  margin-left: 6px;
}
/*ヘッダーキャンペーン微調整*/
.fs-pt-column__item {
  padding: 0;
}
a.fs-pt-column__item {
  padding: 0 !important;
}
.fs-pt-column__description {
  padding: 4px;
}
/*　▼　ドロワーメニュー　　*/
.sp_navscrol {
  position: fixed;
  display: contents;
  z-index: 999;
  width: 100%;
  height: calc(100vh - 40px); /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.js-drawer {
  top: 50px;
  height: 100vh;
  background-color: #fff;
  border: none;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  padding: 2em;
  padding-bottom: calc(2em + 50px);
  z-index: 100;
  position: fixed;
  margin: 0 auto;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .js-drawer {
    right: auto;
    padding: 0;
    border: none;
    width: 100%;
    max-width: 100vw;
    z-index: 1000;
    position: absolute;
  }
}
.js-drawer .drawerNavItem {
  padding: 0 30px;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .js-drawer .drawerNavItem {
    padding: 0;
    width: 100%;
  }
}
.js-drawer .drawerNavItem .brandTitle {
  color: #000;
}
.js-drawer .drawerNavItem .brandWrap:first-of-type {
  border-bottom: 1px solid #7c8790;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .js-drawer .drawerNavItem .brandWrap:first-of-type, .js-drawer .drawerNavItem .brandWrap:first-of-type:only-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .js-drawer .drawerNavItem .brandWrap {
    border-bottom: none;
  }
}
.js-drawer .drawerNavItem .brandWrap:first-of-type:only-child {
  border-bottom: 0 solid #7c8790;
  padding-bottom: 0;
  margin-bottom: 0;
}
.js-drawer .drawerNavItem .brandSex > dl > dt {
  border-bottom: 2px solid #7c8790;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .js-drawer .drawerNavItem .brandSex > dl > dt {
    margin-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 300;
  }
}
.js-drawer .drawerNavItem dt {
  color: #7c8790;
}
@media screen and (max-width: 768px) {
  .js-drawer .drawerNavItem dt {
    color: #7c8790;
    background-image: url(../img/common/down_icon.svg);
    background-size: 9px;
    background-position: center right 20px;
    font-size: 3.55555vw !important;
  }
}
.js-drawer .drawerNavItem dd, .js-drawer .drawerNavItem li {
  color: #7c8790;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .js-drawer .drawerNavItem dd, .js-drawer .drawerNavItem li {
    height: auto;
    line-height: 13.33333vw;
    font-size: 3.83333vw !important;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 0 2.5%;
  }
}
.js-drawer .drawerNavItem dd a, .js-drawer .drawerNavItem li a {
  color: #728496;
}
.js-drawer .drawerNavItem .brandTitle a, .js-drawer .drawerNavItem .brandTitle span {
  color: #7c8790;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .js-drawer .drawerNavItem .brandTitle span {
    font-size: 3.83333vw !important;
    font-weight: 400;
    margin-top: 0;
  }
  .js-drawer .drawerNavItem .brandTitle span.sp.js-ac-brand-open:after {
    position: absolute;
    right: 3vw;
    margin-top: 30px;
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border: #000 1px solid;
    rotate: 45deg;
    border-left: none;
    border-bottom: none;
  }
  .js-drawer .drawerNavItem .brandTitle span.sp.js-ac-brand-open.active:after {
    position: absolute;
    right: 3vw;
    margin-top: 30px;
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border: #000 1px solid;
    rotate: 135deg;
    border-left: none;
    border-bottom: none;
  }
  .js-drawer .drawerNavItem .brandTitle {
    background: none;
  }
  .js-drawer .drawerNavItem .brandTitle:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/common/arrow-right.png);
    width: 10px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .js-drawer .drawerNavItem .ddTitle, .js-drawer .drawerNavItem .ddTitle + ul li a {
    font-size: 3.83333vw;
  }
}
.js-drawer .drawerNavItem .ddTitle.js-ac-open:after {
  background: none;
}
.js-drawerBtn.js-drawerOpen span:before {
  position: absolute;
}
.js-drawerBtn.js-drawerOpen.active span:before {
  content: "";
  background: #000;
  width: 22px;
  height: 2px;
  rotate: 45deg;
  position: absolute;
  top: 6px;
}
.js-drawerBtn.js-drawerOpen.active span:after {
  content: "";
  background: #000;
  width: 22px;
  height: 2px;
  rotate: -45deg;
  position: absolute;
  top: 2px;
}
.js-drawer .drawerNavItem .ddTitle.js-ac-open:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px #7c8790 solid;
  border-radius: 0;
  rotate: 45deg;
  border-top: none;
  border-left: none;
}
.js-drawer .drawerNavItem .ddTitle.js-ac-open:before {
  display: inline-block;
  margin-left: 94%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.js-drawer .drawerNavItem .ddTitle.js-ac-open.active:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px #7c8790 solid;
  border-radius: 0;
  rotate: 45deg;
  border-bottom: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .js-drawer .drawerNav {
    width: 88vw;
    max-width: 88vw;
    margin-bottom: 30%;
    background-color: #f1f1f1;
    border-right: 1px solid #e4e4e4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*ヘッダー色変え　ここまで*/
/*ヘッダー告知テキスト ここから*/
.fs-pt-column__description {
  text-align: center;
  font-size: calc(38% + 0.5vw);
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fs-pt-column--3 a:nth-of-type(even) {
  background: #fff;
}
.fs-pt-column__description:after {
  content: "";
  vertical-align: middle;
  margin-left: 7px;
  width: 6px;
  height: 6px;
  display: inline-block;
  border: #000 1px solid;
  rotate: 45deg;
  border-left: none;
  border-bottom: none;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .fs-pt-column__description {
    padding: 4px 10px 4px;
    font-size: 3.2vw;
  }
}
/*ヘッダー告知テキスト　ここまで*/
#brand .container {
  max-width: 1300px;
}
#brand .brand-nav ul li {
  padding: 2em 4em;
  height: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
}
.fs-pt-carousel__track {
  padding-top: 70px;
}
a.hover, a:active, a:hover {
  opacity: .5;
}
.fs-c-breadcrumb {
  padding-top: 7%;
}
#fs_MyWishList .fs-c-productMark {
  display: none;
}
.fs-c-productMark > li {
  margin-bottom: 2px;
}
#fs_ProductSearch .section--title {
  background: gray;
  padding: 10px;
  color: white;
}
aside.product-archive-aside .block .block-title-sub {
  background-color: #cfcfcf;
}
aside.product-archive-aside .block .block-title-sub.ladies {
  background-color: #e7d6e0;
}
aside.product-archive-aside .block .block-title-sub.mens {
  background-color: #dee9f7;
}
.fs-body-product .fs-c-slick .slick-list {
  height: 700px !important;
}
.fs-body-product .fs-c-productCarouselMainImage__image > img {
  max-height: 100% !important;
}
main.product-single .fs-c-productCarouselMainImage__image {
  height: 700px;
}
.fs-body-login .fs-c-anotherLogin, .fs-body-login .fs-c-inputTable__headerCell, .fs-body-wishlist-login .fs-c-inputTable__headerCell, .fs-body-wishlist-login .fs-c-anotherLogin {
  display: block;
}
#header .header-top .header-searchForm {
  margin-left: 20px;
  height: 27px;
  line-height: 27px;
}
.section .section-title p {
  font-size: 33px;
  line-height: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
}
.section .section-title {
  font-family: 'Poppins', "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
  font-size: 0.9em;
  letter-spacing: 0.6em;
  line-height: 1.8em;
}
#header .header-top .header-searchForm .fs-p-searchForm__inputGroup.fs-p-inputGroup input {
  padding: 0;
  background: #e4e4e4;
}
.fs-p-inputGroup {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  background: #e4e4e4;
}
#header .header-top .header-searchForm .fs-p-searchForm__inputGroup.fs-p-inputGroup {
  height: 27px;
  line-height: 27px;
  border-radius: 3px;
}
.fs-p-searchForm__button::before {
  background-color: #e4e4e4;
  color: dimgray;
}
.toppage-btn-ol {
  border: 1px solid #000;
  padding: 10px 0;
  color: #000;
  margin: 40px auto;
  font-weight: 500;
}
.toppage-btn-ol a {
  color: #000;
}
#news .news-list .news-list-item {
  letter-spacing: 0.08em;
}
#news .news-list .news-list-item .news-list-title {
  line-height: 1.5;
  font-size: 1.3rem;
}
#news {
  margin-bottom: 0;
  padding: 100px 0 120px;
}
#news .news-list .news-list-item .news-list-tag {
  width: 130px;
  height: auto;
  display: block;
  margin-right: 40px;
  background: none;
}
#news .news-list .news-list-item.news-list-item--archivio .news-list-tag {
  background-image: none;
}
#news .news-list .news-list-item.news-list-item--studiopicone .news-list-tag {
  background-image: none;
}
#news .news-list .news-list-item.news-list-item--piconeclub .news-list-tag {
  background-image: none;
}
#news .news-list .news-list-item.news-list-item--casapicone .news-list-tag {
  background-image: none;
}
#news .news-list .news-list-item.news-list-item--archivio .news-list-tag:before,i.archivio-tag:before {
  content: "ARCHIVIO";
  background: #e60020;
  padding: 2px 20px;
  font-size: 9px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}
#news .news-list .news-list-item.news-list-item--studiopicone .news-list-tag:before,i.studiopicone-tag:before {
  content: "STUDIO PICONE";
  background: #4773c3;
  padding: 2px 20px;
  font-size: 9px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}
#news .news-list .news-list-item.news-list-item--piconeclub .news-list-tag:before,i.piconeclub-tag:before {
  content: "PICONE CLUB";
  background: #fffa6b;
  padding: 2px 20px;
  font-size: 9px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}
#news .news-list .news-list-item.news-list-item--casapicone .news-list-tag:before, i.casapicone-tag:before {
  content: "CASA PICONE";
  background: #fff;
  padding: 2px 20px;
  font-size: 9px;
  color: #000;
  border: 1px solid #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}
ul.news-list {
  width: 60%;
  min-width: 600px;
  margin: 0 auto;
}
#news .news-list .news-list-item .news-list-date {
  font-size: 0.8em;
}
#newitem {
  margin: 100px 0 40px;
}
#newitem .tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 1px solid #A3A3A3;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  transition: all 0.2s ease;
  letter-spacing: 0.4em;
  font-family: 'Poppins', sans-serif;
}
#newitem .tab_item:hover {
  opacity: 0.75;
}
#newitem input[name="tab_item"] {
  display: none;
}
/*displayを使用すると読み込みに不具合が出る*/
#newitem .tab_content {
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s;
}
/*選択されているタブのコンテンツのみを表示*/
/*displayを使用すると読み込みに不具合が出る*/
#newitem-casapicone:checked ~ #newitem-casapicone_content, #newitem-archivio:checked ~ #newitem-archivio_content, #newitem-studiopicone:checked ~ #newitem-studiopicone_content, #newitem-piconeclub:checked ~ #newitem-piconeclub_content {
  height: auto;
  opacity: 1;
}
/*選択されているタブのスタイルを変える*/
#newitem input:checked + .tab_item {
  color: #000;
  border-bottom: 3px solid #000;
  font-weight: 500;
}
#newitem .newitem-block {
  position: relative;
  padding-top: 0;
  padding: 0 50px;
}
#newitem .fs-p-heading--lv2 {
  display: none;
}
#newitem .fr2-listItem {
  padding: 10px 10px;
  text-align: center;
}
#newitem .fr2-listItem__productName {
  font-size: 1.28rem;
  color: #000;
  margin: 20px 0 5px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: left;
}
#newitem .fr2-price {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0 auto;
}
#newitem .fr2-listItem__productName br {
  display: none;
}
#newitem .newitem-block .toppage-btn-ol {
  margin: 10px auto;
  position: relative;
  display: block;
  width: 25%;
  min-width: 250px;
  text-align: center;
  color: #000;
  letter-spacing: 0.28em;
  top: -60px;
}
#newitem .newitem-block .toppage-btn-ol:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-bottom: 2px;
  margin-left: 10px;
}
#newitem .newitem-block, #news .news-list .news-list-item:first-of-type, #topics .topics-list {
  border-top: none;
}
#topics .topics-list .topics-list-item {
  width: 260px;
  margin: 0 8px 20px;
}
#topics .topics-list {
  padding-top: 0;
  flex-wrap: wrap;
  justify-content: center;
}
#topics {
  background: #FBFBFB !important;
  padding: 100px 0 140px;
  margin-bottom: 0;
}
#topics .section-title {
  margin-bottom: 50px;
}
#topics .topics-list .topics-list-item .topics-list-tag {
  width: auto;
  height: auto;
  background: none;
}
#topics .topics-list .topics-list-item h3.topics-list-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
#topics .topics-list .topics-list-item.topics-list-item--archivio .topics-list-tag {
  background-image: none;
}
#topics .topics-list .topics-list-item.topics-list-item--studiopicone .topics-list-tag {
  background-image: none;
}
#topics .topics-list .topics-list-item.topics-list-item--piconeclub .topics-list-tag {
  background-image: none;
}
#topics .topics-list .topics-list-item.topics-list-item--casapicone .topics-list-tag {
  background-image: none;
}
#topics .topics-list .topics-list-item.topics-list-item--archivio .topics-list-tag:before {
  content: "ARCHIVIO";
  background: #e60020;
  padding: 2px 10px;
  font-size: 9px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
#topics .topics-list .topics-list-item.topics-list-item--studiopicone .topics-list-tag:before {
  content: "STUDIO PICONE";
  background: #3c3c3c;
  padding: 2px 20px;
  font-size: 9px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
#topics .topics-list .topics-list-item.topics-list-item--piconeclub .topics-list-tag:before {
  content: "PICONE CLUB";
  background: #e5e5e5;
  padding: 2px 20px;
  font-size: 9px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
#topics .topics-list .topics-list-item.topics-list-item--casapicone .topics-list-tag:before {
  content: "CASA PICONE";
  background: #fff;
  padding: 2px 20px;
  font-size: 9px;
  color: #000;
  border: 1px solid #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.topics-list-item--casapicone img {
  width: 100%;
  height: 173px;
  object-fit: cover;
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}
#header .header-top .header-logo img {
  width: 60%;
  height: auto;
}
/*フッター　ここから*/
#footer {
  background-color: #fff;
  padding: 0;
}
#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#footer h5 {
  color: #000;
  margin: 0 0 40px;
  font-size: 1.08em;
  letter-spacing: 0.3em;
  line-height: 1.8em;
}
#footer h5 p {
  font-size: 0.8em;
  color: #A3A3A3;
}
#footer .section-title p {
  font-size: 33px;
  line-height: 1.5em;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}
#footer .section-title {
  font-family: "JosefinSans-Regular", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
  font-size: 0.9em;
  letter-spacing: 0.6em;
  line-height: 1.8em;
}
.footer-btn {
  border: 1px solid #000;
  padding: 10px 40px;
  color: #000;
  margin: 40px auto;
}
.footer-btn a {
  color: #000;
}
.footer-survice li {
  padding: 4px;
}
#footer-itemsearch {
  padding-bottom: 180px;
}
#footer-itemsearch .container {
  display: block;
  text-align: center;
  background: #fbfbfb;
  padding: 80px 0 140px;
  border-radius: 6px;
  width: 50%;
  min-width: 640px;
}
#footer-itemsearch .fs-p-inputGroup {
  border: none;
  background: #fff;
  border-bottom: solid 2px #000;
}
#footer-itemsearch .fs-p-inputGroup input {
  font-size: 16px;
}
#footer-itemsearch .footer-searchForm {
  width: 500px;
  margin: 0 auto;
}
#footer-itemsearch .fs-p-searchForm__button::before {
  font-size: 2.2rem;
  background: none !important;
  color: #000;
  top: 9px;
  right: 24px;
}
#footer-itemsearch .fs-p-inputGroup__button {
  background: none;
}
#footer-itemsearch .fs-p-searchForm__button {
  overflow: auto;
  height: auto;
}
#footer-itemsearch .footer-btn.fis-search {
  color: #000;
  top: 40px;
  position: relative;
}
#footer-itemsearch .footer-btn.fis-search:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 14px;
}
#footer-sns {
  width: 100%;
  padding: 140px 0;
  text-align: center;
  color: #000;
  background: #f8f8f8;
}
#footer-sns h5 {
  margin: 0 40px 0 0 !important;
  display: inline-block;
}
#footer-sns p {
  display: inline;
  margin: 0 40px;
}
#footer-sns div {
  max-width: 1200px;
  width: 70%;
  margin: 0 auto 50px;
  display: inline;
}
#footer-sns h3 {
  display: inline-block;
  margin-right: 40px;
  font-size: 0.8em;
}
.footer-sns-archivio, .footer-sns-picone {
  flex-wrap: wrap;
}
#footer-sns ul {
  display: inline-block;
}
#footer-sns ul li {
  margin-right: 40px;
  display: inline-block;
}
#footer-sns ul li:last-child {
  margin-right: 0;
}
#footer-sns ul li a {
  color: #000;
  font-size: 21px;
  vertical-align: middle;
}
#footer-member-gui {
  background: #fffcf2;
  width: 100%;
  padding: 100px 0 120px;
  text-align: center;
}
#footer-member-gui ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 50px;
}
#footer-member-gui ul li {
  width: 25%;
  text-align: center;
  font-size: 0.8em;
  color: #A3A3A3;
  padding: 0 16px;
  line-height: 1.7em;
}

#footer-member-gui ul li p {
  color: #764F3E;
  margin: 8px 0 3px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.footer-btn.fm-signup {
  color: #000;
}
#fbl-fsv {
  width: 100%;
  background: #FBFBFB;
}
#fbl-fsv .container {
  width: 90%;
  max-width: 1200px;
  padding: 20px 0 80px;
  background: #FBFBFB;
}
.footer-survice {
  width: fit-content;
  right: 0;
  position: absolute;
  bottom: 20px;
}
.footer-survice-btn {
  display: inline-block;
  text-decoration: none;
  width: 64px;
  height: 64px;
}
.footer-survice h5.sp {
  width: 100%;
}
.footer-survice img {
  max-height: 50px;
}
.footer-survice ul {
  display: flex;
  justify-content: space-around;
}
.footer-survice h5 {
  margin-bottom: 10px !important;
  text-align: right;
}
.footer-survice-btn p {
  font-size: 10px;
  padding-left: 2px;
}
.footer-survice-btn.fmm-join i {
  margin-top: 15px;
  margin-left: 3px;
  font-size: 17px;
}
.footer-survice-btn.fli-friend i {
  margin-top: 12px;
  margin-left: 3px;
  font-size: 24px;
}
.footer-brandlist {
  width: 60%;
  padding: 0;
  text-align: left;
}
.footer-brandlist h5 {
  margin-bottom: 10px !important;
}
.footer-brandlist ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-brandlist ul li {
  margin-right: 1%;
  width: 23%;
}
.footer-brandlist ul li a {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 400%;
  position: relative;
  border: 1px solid #e5e5e5;
}
.footer-brandlist ul li a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 24px;
}
#footer-pagetop {
  margin: 20px auto 0;
}
#footer-pagetop h5 {
  font-size: 0.6em;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
#footer-pagetop a:before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  border: 4px solid #a3a3a3;
  rotate: 45deg;
  border-bottom: none;
  border-right: none;
}
#footer-pagetop a {
  margin: 20px auto;
  color: #000;
  text-align: center;
}
#footer-pagetop a i {
  color: #A3A3A3;
}
#footer-menu {
  padding: 50px 0;
  text-align: center;
}
#footer-menu .container {
  display: block;
}
#footer-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  letter-spacing: 0.34em;
}
#footer-menu ul li {
  display: flex;
  text-align: center;
  margin: 0;
  border-right: solid #000 1px;
  padding: 0 20px;
}
#footer-menu ul li:last-child {
  border-right: none;
}
#footer-menu ul li a {
  color: #000;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0;
    max-width: 100vw;
    overflow: hidden;
  }
  #footer h5 {
    color: #000;
    margin: 0 0 20px;
    font-size: 1.08em;
    letter-spacing: 0.3em;
    line-height: 1.8em;
  }
  #footer .container {
    max-width: 100%;
    width: 100%;
  }
  #footer-brandlist, #footer-menu, #footer-catelist {
    margin: 0;
    padding: 0;
  }
  #footer-itemsearch {
    padding-bottom: 60px;
  }
  #footer-itemsearch .container {
    padding-bottom: 140px;
    width: 100%;
    min-width: 100%;
    border-radius: 0px;
  }
  #footer-itemsearch .footer-searchForm {
    width: 80%;
  }
  #footer-itemsearch .fs-p-inputGroup {
    border-bottom: solid 2px #000;
    border-radius: 0;
  }
  #footer-itemsearch .fs-p-searchForm__button::before {
    font-size: 2.2rem;
    background: none !important;
    color: #000;
    top: 4px;
    right: 24px;
  }
  #footer-member-gui {
    padding: 10% 10% 20%;
  }
  #footer-member-gui h5 {
    font-size: 1.4em;
    color: #764F3E;
  }
  #footer-member-gui ul {
    display: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px;
  }
  #footer-member-gui input[type="checkbox"]:checked ~ ul {
    display: flex;
  }
  #footer-member-gui input[type="checkbox"] {
    display: none;
  }
  #footer-member-gui .fm-spbtn {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    width: 40%;
    font-size: 10px;
    color: #000;
    line-height: 3em;
    margin: 0 auto 40px;
  }
  #footer-member-gui .fm-spbtn:before {
    content: "詳しく見る";
  }
  #footer-member-gui .fm-spbtn:after {
    content: "";
    margin-left: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    rotate: 135deg;
    border-bottom: none;
    border-left: none;
  }
  #footer-member-gui input[type="checkbox"]:checked + .fm-spbtn {
    background: #e5e5e5;
    border: 1px solid #fbfbfb;
  }
  #footer-member-gui input[type="checkbox"]:checked + .fm-spbtn:before {
    content: "閉じる";
  }
  #footer-member-gui input[type="checkbox"]:checked + .fm-spbtn:after {
    content: "×";
    rotate: none;
    font-size: 10px;
    border: none;
  }
  #footer-member-gui ul li {
    width: 50%;
    padding-bottom: 16px;
  }
  #footer-member-gui ul li img {
    width: 50%;
  }
  #fbl-fsv .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 0 20px;
  }
  .footer-survice {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #fff;
    position: relative;
  }
  .footer-survice .container {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .footer-survice h5 {
    text-align: center;
  }
  .footer-survice h5 i {
    color: #A3A3A3;
    margin-left: 4px;
  }
  .footer-survice ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-height: 50px;
    column-gap: 2vw;
  }
  .footer-survice ul li {}
  a.footer-survice-btn {
    width: auto;
    height: auto;
  }
  a.footer-survice-btn li {
    margin-top: 0;
  }
  .footer-survice-btn.fmm-join i {
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 0;
    font-size: 17px;
  }
  .footer-survice-btn.fli-friend i {
    margin-top: 0;
    margin-left: 0;
    font-size: 24px;
  }
  .footer-survice-btn p {
    padding-left: 0;
  }
  .footer-brandlist {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .footer-brandlist ul {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .footer-brandlist ul li {
    width: 50%;
    padding: 1%;
    margin: 0;
  }
  .footer-brandlist ul li a {
    width: 100%;
    height: 100%;
    padding: 20% 50%;
  }
  .footer-brandlist ul li a img {
    height: auto;
    width: 100%;
  }
  #footer-pagetop {
    margin: 0 auto;
  }
  #footer-pagetop a {
    margin: 10px auto 0;
  }
  #footer-pagetop h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
  }
  #footer-menu ul {
    display: inline-block;
    border-top: 1px solid #000;
  }
  #footer-menu ul li {
    float: left;
    width: 50%;
    padding: 14px 0;
    border-bottom: 1px solid #000;
    border-right: none;
  }
  #footer-menu ul li:nth-child(2n) {
    border-left: 1px solid #000;
  }
  #footer-menu ul li:last-child {
    /* width: 100%; */
  }
  #footer-menu ul li a {
    display: block;
    color: #000;
    text-align: center;
    font-size: 10px;
    max-height: 100%;
    width: 100%;
  }
  #brand .brand-nav ul {
    gap: 2em 0;
  }
}
/*フッター　ここまで*/
main.product-single .fs-c-productMark__label, section.product-archive-content .fs-c-productMark__label {
  text-indent: 0;
}
section.product-archive-content .fs-c-productMark__mark {
  padding: 0;
}
/*商品マークサイズ揃える*/
@media screen and (max-width: 768px) {
  main.product-single .fs-c-productMark__mark {
    padding: 0;
  }
}
/*商品マークサイズ揃える*/
section.product-archive-content .fs-c-productMark__label {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 0;
  background: #fff;
  color: #000;
  border: #000 solid 1px;
}
section.product-archive-content .mark-label-new .fs-c-productMark__label, section.product-archive-content .mark-label-pricedown .fs-c-productMark__label, section.product-archive-content .mark-label-sale .fs-c-productMark__label {
  background-color: black;
  color: white;
}
section.product-archive-content .mark-label-off .fs-c-productMark__label {
  background-color: burlywood;
  color: white;
  border: burlywood solid 1px;
}
li.brand-nav-item.brand-nav-item--studiopicone {
  border: solid 1px #b9b9b9;
  border-top: none;
  border-bottom: none;
}
.fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-c-button--plain {
  margin-left: 3vw;
  margin-top: -3vw;
  width: 40px;
  height: 40px;
}
a.fs-c-button--moveToStoreOrders.fs-c-button--plain, a.fs-c-button--moveToOrderHistory.fs-c-button--plain {
  width: auto;
  display: flex;
  border: 1px solid #ccc;
  margin-top: 1em;
  color: #000;
  border-radius: 6px;
  padding: 1em 2em;
  align-items: center;
}
.fs-body-cart .fs-c-orderTotalTable td, .fs-body-checkout .fs-c-orderTotalTable td {
  top: 0;
}
.content-title {
  font-weight: 500;
}
.fs-c-button--image > img {
  width: 60%;
  height: auto;
  display: inline-block;
}
/*楽天ペイボタン微調整ここから*/
.fs-c-confirmOrder.fs-c-confirmOrder--rakutenPay img {
  width: 100%;
  margin-top: 10px;
}
/*楽天ペイボタン微調整ここまで*/
.fs-c-button--addToWishList--detail .fs-c-button__label {
  display: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 70px;
  box-shadow: none;
  right: 10%;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
.fs-c-productActionButton {
  margin-bottom: 50px !important;
}
.fs-c-productQuantityAndWishlist {
  position: relative;
}
.fs-c-inputField__explanation {
  font-size: 1.3rem;
}
.fs-c-inputInformation .fs-c-dropdown {
  width: auto;
  min-width: 23%;
}
.fs-c-modal--inquiry .fs-c-modal__inner {
  width: 70%;
}
.fs-c-button--secondary {
  background: #357ddf;
  color: #FFF;
  width: 100%;
  padding: 15px 7px 14px;
  border: none;
  font-size: 16px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}
.fs-c-listTable {
  background: #f8f8f8;
  border: #e5e5e5 1px solid;
  border-radius: 3px;
  padding: 3%;
}
.fs-c-listTable th, .fs-c-listTable td, .fs-c-listTable > tbody {
  border: none;
}
.mypageFoot {
  margin-bottom: 100px;
}
.fs-c-productList__list__item {
  padding: 16px 25px;
}
span.fs-c-productNameHeading__name br {
  display: none;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 3.2rem;
}
.fs-c-productPrice__main__label, .fs-c-productPrice--listed .fs-c-price__value, .fs-c-productPrice--listed .fs-c-price__currencyMark, .fs-c-productPrice--listed .fs-c-price__currencyMark {
  font-size: 1.1rem;
}
.fs-c-productListItem__productName {
  letter-spacing: 0.06rem;
  font-size: 13px;
  line-height: 1.5;
}
.fs-c-productList__list__item .brand_name {
  font-size: 1.1rem;
  margin-top: 8px;
  letter-spacing: 0;
}
section.product-archive-content .fs-c-productListItem__productName {
  margin-top: 0;
}
span.fs-c-productName__name br {
  display: none;
}
section.product-archive-content .fs-c-productPrice--selling {
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
}
main.product-single .fs-c-productThumbnail__image {
  margin: 0 1.81818% 5px 0;
}
.fs-c-cartTable__quantity select {
  padding: 12px 42%;
}
.fr2-listItem__productName, .fr2-price {
  color: #474747;
}
.fs-c-variationCart__cartButton button {
  /* height: 40px; */
  background: none;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
main.product-single .fs-c-variationList__item__cart .fs-c-button--image > img {
  width: 100%;
  height: auto;
  background-color: #fff;
}
/*商品問い合わせボタンサイズ*/
button.btn-toiawase.fs-c-button--inquiryAboutProduct.fs-c-button--image img {
  width: 100%;
  margin: 0;
}
button.fs-c-button--addToCart--variation.fs-c-button--image, img.fs-c-button__image:hover {
  opacity: .7;
}
.item-comment h2 {
  display: none;
}
main.product-single .item-link a, a.kinou_url {
  color: #427AE3;
  font-size: 1.2rem;
}
main.product-single .item-link a:hover, a.kinou_url:hover {
  text-decoration: underline;
  color: inherit;
  opacity: 0.8;
}
/*****************
クーポン
*****************/
.fs-c-couponList__item {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 3%;
  margin-bottom: 20px;
  width: 100%;
}
.fs-c-couponName > * {
  text-align: left;
  line-height: 1.8;
}
.fs-c-couponName__name {
  padding: 20px 0;
}
#fs_MyCoupons .fs-c-couponList__item {
  margin-bottom: 80px;
}
.fs-c-checkout-couponStatus.is-inactive {
  background: #66a4cf;
  color: #FFFFFF;
  border: 2px solid #cccccc;
}
#fs_CheckoutSuccess .cartNav {
  width: 408px;
  margin: 0 auto;
}
.fs-c-couponList__item.fs-c-coupon .fs-c-productMark {
  display: none;
}
/*****************
ログイン
*****************/
h2.fs-c-subSection__title {
  font-size: 18px;
  color: #888888;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  border: none;
}
.fs-body-login .fs-c-button--primary, .fs-c-button--primary {
  padding: 15px 0;
  width: 60%;
  margin: 0;
}
.fs-body-cart .fs-l-cart__contentsArea > div {
  width: 100%;
}
.fs-c-button--primary {
  margin: 0 auto;
}
.fs-body-forgotPassword .fs-c-inputInformation {
  width: 100%;
}
table.fs-c-inputTable.fs-c-inputTable--inModal input {
  border: solid 1px #D5D5D5;
}
.fs-c-button--standard, .fs-body-checkout .fs-c-button--settings.fs-c-button--primary {
  padding: 0.8em 1.6em;
}
.fs-c-checkout-preview__title {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
ruby {
  padding: 30px 0 20px;
}
.fs-c-checkout-customerInfo > li, .fs-c-checkout-destination__list > li {
  line-height: 1.8;
}
.fs-c-subSection h2 {
  font-size: 42px;
  margin: 60px 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.fs-c-anotherLogin__message {
  flex-direction: row;
}
.fs-c-subSection p {
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  letter-spacing: 0.08em;
}
#fs_CheckoutSuccess .fs-c-subSection p {
  text-align: center;
}
.fs-body-my-account-settings .fs-p-accountInfo, .fs-body-my-top .fs-p-accountInfo {
  flex-basis: auto;
  position: relative;
}
.fs-body-cart-login .fs-c-loginForm .fs-c-subSection h2 {
  font-size: 18px;
  color: #888;
  text-align: center;
  font-weight: 300;
  margin: 30px 0;
}
.fs-body-login .fs-c-subSection__title, .fs-body-wishlist-login .fs-c-subSection__title {
  top: -100px;
}
.fs-body-login .fs-c-subSection, .fs-body-wishlist-login .fs-c-subSection {
  background: none;
  padding: 0;
  margin: 0;
}
main.fs-l-main--page .contentMain .boxInner .img {
  width: auto;
}
section.product-archive-content .fs-c-productPrice--listed {
  display: block;
  color: #aeaeae;
}
#fs_WishListLogin .fs-body-wishlist-login .fs-c-registeredUsers {
  width: 48.5%;
  flex-basis: calc(100%);
}
#fs_WishListLogin .fs-c-subSection h2 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
#fs_WishListLogin .fs-c-newUsers h2 {
  position: absolute;
  top: -40px;
  left: 20%;
  right: 20%;
}
#fs_WishListLogin .fs-c-inputInformation__link {
  text-align: center;
  text-decoration: underline;
  color: #595959;
  font-size: 14px;
}
#fs_WishListLogin section.fs-c-newUsers.fs-c-subSection {
  margin: 40px 0 0 40px;
  width: 100%;
  position: relative;
}
#fs_WishListLogin .kaiinn_link {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: .05em;
  color: #357ddf;
  text-decoration: underline;
  margin: 50px 0;
}
/*****************
注文履歴
*****************/
.fs-body-my-orders .orderHeader .about_henpin, .fs-body-my-storeOrders .orderHeader .about_henpin {
  padding: 5px 0;
}
.fs-c-orderHistoryItem {
  border: none;
  border-bottom: 1px solid #8e8e8e;
}
.fs-c-orderHistoryItem__header {
  background: none;
  border: none;
}
.fs-c-dropdown__menu {
  border: solid 1px #a9a9a9;
}
.fs-c-orderHistoryItem__productName a {
  color: #505050;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.6rem;
}
.fs-c-priceDisplay {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.fs-c-orderHistoryItem__productQuantity {
  font-size: 1.6rem;
}
.fs-c-orderHistoryItem__orderInfo {
  width: 70%;
}
.fs-c-orderHistoryItem__orderInfo dl dt, .fs-c-orderHistoryItem__orderInfo dl dd {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
a.fs-c-button--viewOrderHistoryDetail.fs-c-button--plain {
  background: #357ddf;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 20px;
  border-radius: 3px;
  margin: 0 0 10px 0;
  text-align: center;
  width: fit-content;
}
.fs-c-orderHistoryItem__body {
  border-top: 1px solid #eaeaea;
}
.fs-c-cartTable__product {
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
.fs-c-orderHistoryItem__product + .fs-c-orderHistoryItem__product {
  border-top: none;
}
.fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
  padding: 20px 8px;
}
.fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
  text-align: center;
  font-size: 1.6rem;
}
#fs_Checkout .fs-c-cartTable__quantity::after, #fs_Checkout .fs-c-cartTable__quantity::after {
  background: none;
}
/*****************
お気に入り
*****************/
.fs-p-announcement__title {
  border-bottom: 1px #6e6e6e solid;
  font-size: 18px;
  padding-bottom: 20px;
  letter-spacing: 0.08em;
  color: #474747;
}
.fs-c-list {
  font-size: 1.3rem;
  line-height: 1.8;
}
.fs-c-productListItem__productName a {
  color: #7b7b7b;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #ff5b8c;
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
  font-size: 1.2rem;
  line-height: 1.5;
}
.fs-c-productListItem__imageContainer span.fs-c-productName__variation {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
button.fs-c-button--addToCart--list.fs-c-button--plain {
  background: #427AE3;
  color: white;
  border-radius: 3px;
  padding: 3px 7px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.fs-c-productList__list .fs-c-productList__list__item {
  border: none;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #000;
}
.fs-c-productListItem__prices.fs-c-productPrices {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding-top: 3px;
}
.fs-c-continueShopping {
  margin-bottom: 100px;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title, .fs-p-heading--lv2 {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border: none;
  font-weight: 600;
  color: #000;
}
.fs-c-wishlistProduct__title:before, .fs-p-heading--lv2:before {
  margin-right: 1em;
}
.fs-c-wishlistProduct__title:after, .fs-p-heading--lv2:after {
  margin-left: 1em;
}
.fs-c-inputInformation, section.fs-c-newUsers.fs-c-subSection {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
  margin: 0 1%;
}
section.fs-c-newUsers.fs-c-subSection {
  height: 380px;
}
.fs-c-inputInformation__button {
  display: block;
  text-align: center;
}
.fs-c-agreementConfirmation {
  line-height: 1.8;
}
.fs-body-my-account-settings-edit .fs-c-dropdown::after, .fs-body-newsletter-subscribe .fs-c-dropdown::after, .fs-body-register .fs-c-dropdown::after, .fs-c-dropdown::after {
  width: 0.4em;
  background: none;
  right: 0.7em;
  margin-left: 0;
}
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 1.2rem;
  text-align: center;
  color: #b6b6b6;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
td.fs-c-inputTable__dataCell {
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 0.08rem;
  text-align: center;
}
.fs-c-inputInformation__button.fs-c-buttonContainer--leaveCancel.fs-c-buttonContainer--pair button.fs-c-button--confirmLeave.fs-c-button--primary {
  display: block;
  margin: 20px auto;
}
.fs-c-registerSuccessMessage {
  border: none;
  margin-bottom: 80px;
}
.fs-c-registerSuccessMessage h4, .fs-c-documentContent h4 {
  font-size: 30px;
  margin: 80px 0;
  letter-spacing: 0.05em;
}
.fs-c-registerSuccessMessage p, .fs-c-documentContent p {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.08em;
}
a.fs-c-button--topPage.fs-c-button--secondary {
  width: 50%;
  margin: 30px auto;
}
.fs-body-checkout .fs-c-buttonContainer--pair {
  display: block;
  width: 100%;
  min-width: 100%;
}
.fs-body-checkout .fs-c-button--settings.fs-c-button--primary {
  min-width: 200px;
}
.fs-c-commissionTable > tbody > tr td .fs-c-priceDisplay {
  font-size: 1.4rem;
}
.fs-c-checkout-delivery__method__message p {
  line-height: 1.5;
}
.fs-c-checkout-delivery__method__message p strong {
  font-weight: bold;
  font-size: 110%;
}
.fs-c-checkout-delivery__method__message p span {
  color: red;
}
.fs-c-assist.is-error .fs-c-assist__message {
  font-size: 1.4rem;
  display: flex;
  text-align: left;
  align-items: baseline;
}
.fs-c-checkout-preview {
  background: #f7f7f7;
}
#fs_ProductDetails .fs-l-main {
  margin: 0 auto 80px;
}
#_rcmdjp_display_1 #fs-recommend--flick {
  margin-bottom: 80px;
  /* padding-bottom: 80px; */
  /* border-bottom: 1px solid #dfdfdf; */
}
#fs_ProductDetails .section .section-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border: none;
  color: #474747;
}
#fs_ProductDetails .section .section-title:before, #fs_ProductDetails .section .section-title:before {
  margin-right: 1em;
}
#fs_ProductDetails #topics .topics-list {
  border: none;
  padding-top: 20px;
}
/****************
ご注文履歴詳細
*****************/
.fs-c-heading--section {
  border-bottom: 1px #6e6e6e solid;
  font-size: 18px;
  padding-bottom: 20px;
  letter-spacing: 0.08em;
  color: #474747;
  font-weight: 500;
}
.fs-c-orderDetail {
  background: #f8f8f8;
  border: #e5e5e5 1px solid;
  border-radius: 3px;
  padding: 3%;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee, .fs-body-my-orders-details .fs-c-orderDetailInfo {
  display: block;
  margin-top: 30px;
}
.fs-c-orderDetailList {
  border: none;
}
.fs-c-orderDetailList__date, .fs-c-orderDetailList__date + dd {
  background: none;
  color: #474747;
}
.fs-c-orderDetailList dt, .fs-c-orderDetailList dd {
  padding: 8px 0;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  color: #474747;
  margin: 8px 0 20px;
  font-size: 1.6rem;
  background: none;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  border: none;
}
.fs-c-listedProductName {
  line-height: 2em;
}
.fs-c-listedProductName a {
  color: #474747;
  line-height: 1.5;
}
.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: none;
  padding: 10px 0;
  background: rgba(126, 126, 126, 0.08);
}
.fs-c-deliveryInfoList {
  margin: 20px 0;
}
.fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
  border: none;
  font-size: 1.6rem;
  padding: 10px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable, table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable {
  margin: 20px 0;
}
.fs-c-deliveryInfoList > *, .fs-c-orderPaymentTable > tbody > tr td {
  padding: 10px;
}
/*****************
ポイントについて
*****************/
.fs-body-my-points .fs-c-history__info {
  max-width: 100%;
  border-radius: 10px;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: red;
  font-size: 3rem;
}
.fs-c-pointSummary > dd {
  font-size: 1.2em;
}
#fs_MyPoints .fs-c-history {
  margin-bottom: 3em;
}
.item-size {
  padding-top: 30px;
}
.item-size table {
  width: 80%;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  border-collapse: collapse;
  background: #f8f8f8;
}
.item-size table th {
  background: #e9e9e9;
}
.item-size table th, .item-size table td {
  text-align: center;
  border: 1px solid #cecece;
  padding: 5px 0;
  font-weight: 300;
}
p.taikai_merumaga {
  text-align: center;
  text-decoration: underline;
}
main.product-single .fs-l-productLayout .fs-l-productLayout__item--1 {
  padding-left: 0;
  padding-right: 0;
}
main.product-single .fs-l-productLayout .fs-l-productLayout__item--2 {
  padding-left: 80px;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image {
  margin-right: 3%;
  width: 14%;
}
main.product-single .fs-c-variationList__item__image {
  padding: 0 4px;
  width: 40%;
}
.fs-c-variationList__item__image > img {
  max-width: 80px;
}
.fs-c-variationCart__variationName {
  flex-grow: 0;
  width: 90%;
  display: flex;
  gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
}
main.product-single .fs-c-variationList__item__cart li {
  margin-bottom: 0px;
  display: flex;
  line-height: 1;
  align-items: center;
  gap: 1em;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2em;
}
main.product-single .fs-c-variationList__item__cart li .fs-c-variationCart__cartButton {
  width: 100%;
  margin: 0;
  max-width: 100vw;
}
main.product-single .fs-p-productDescription {
  line-height: 1.8em;
  font-weight: 400;
  color: #000;
  font-size: 1.36rem;
  letter-spacing: 0.1em;
}
main.product-single .fs-c-productMark__label {
  display: inline-block;
  padding: 4px 10px 2px;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #000
}
main.product-single .mark-label-new .fs-c-productMark__label, main.product-single .mark-label-pricedown .fs-c-productMark__label {
  background-color: #000;
  color: #fff;
}
main.product-single .mark-label-off .fs-c-productMark__label {
  background-color: burlywood;
  color: #fff;
  border: 1px solid burlywood;
}
.fs-l-pageMain {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  /* width: 90%; */
}
.fs-body-checkout .fs-l-pageMain {
  margin-bottom: 0;
}
@media screen and (max-width: 1320px) {
  aside.product-archive-aside .block--color .block-list li:nth-of-type(5n), aside.product-archive-aside .block--color .block-list li {
    margin-right: 6%;
  }
}
@media screen and (max-width: 960px) {
  .fs-body-login .fs-c-subSection, .fs-body-wishlist-login .fs-c-subSection {
    width: 100%;
  }
  .fs-body-my-account-password .fs-c-inputInformation {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-slick .slick-list {
    height: auto !important;
  }
  .section .section-title {
    margin-bottom: 20px;
  }
  #topics .topics-list .topics-list-item .topics-list-img img {
    height: auto;
  }
  main.fs-l-main {
    padding-top: 10px !important;
  }
  main.product-single .fs-c-productCarouselMainImage__image {
    height: auto;
  }
  .js-drawer .drawerNavItem dd {
    font-size: 3.83333vw;
    background-color: #fbfbfb;
  }
  #header .header-top .header-gnav ul li.header-gnav-cart {
    right: -25px;
  }
  main.product-single .fs-c-slick .slick-next, main.product-single .fs-c-slick .slick-prev {
    width: 30px;
    height: 30px;
  }
  main.product-single .fs-c-slick .slick-next::before, main.product-single .fs-c-slick .slick-prev::before {
    font-size: 30px;
  }
  main.product-single .fs-c-slick .slick-next {
    right: 0;
  }
  main.product-single .fs-c-slick .slick-prev {
    left: 0;
  }
  .js-drawer .js-drawer-nav-item.active {
    max-height: 100%;
  }
  .js-drawer .js-drawerClose {
    height: calc(100% - 40px);
    width: 100%;
    top: 40px;
    position: fixed;
    background: #00000050;
    z-index: -1;
  }
  #brand {
    margin-top: 80px;
    margin-bottom: 15.66667vw;
  }
  #brand .container {
    max-width: 100%;
  }
  #brand .brand-nav ul li {
    padding: 0;
    border: none;
  }
  #brand .brand-nav ul .brand-nav-item--archivio .brand-logo, #brand .brand-nav ul .brand-nav-item--studiopicone .brand-logo, #brand .brand-nav ul .brand-nav-item--piconeclub .brand-logo, #brand .brand-nav ul .brand-nav-item--casapicone .brand-logo {
    width: 90%;
    padding: 15px 20%;
  }
  #brand .brand-nav ul .brand-logo {
    padding: 0;
  }
  #newitem .newitem-block .newitem-block-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  #newitem {
    margin: 0;
    margin-bottom: 80px;
  }
  #newitem .container {
    width: 100%
  }
  #newitem h2.section-title {
    border-bottom: none;
    margin-bottom: 20px;
  }
  #newitem .tab_item {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div#fs-recommend--flick, div#fs-recommend--flick2, div#fs-recommend--flick3, div#fs-recommend--flick4 {
    margin-bottom: 40px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  #newitem .newitem-block {
    position: relative;
    padding-top: 0;
    padding: 0 30px;
  }
  #newitem .newitem-block .toppage-btn-ol {
    margin: 0 auto;
    margin-top: -20px;
    width: 80%;
    padding: 3vw 0;
    top: 0;
  }
  h3.newitem-block-title .img {
    width: 100%;
    margin: 0 auto;
  }
  #newitem .newitem-block {
    border-top: none;
  }
  ul.newitem-brand {
    list-style: none;
    display: flex;
    margin: auto;
    text-align: center;
    font-size: 10px;
    align-items: flex-end;
  }
  ul.newitem-brand li {
    display: block;
    border: none;
    border-right: none;
    width: 25%;
    padding: 0;
  }
  ul.newitem-brand li:last-child {
    padding-right: 0;
  }
  ul.newitem-brand li:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: block;
  }
  ul.newitem-brand li a {
    display: contents;
    transform: translateY(-50%);
  }
  ul.newitem-brand li a i {
    display: none;
  }
  #newitem .fr2-listItem {
    padding: 0 2px;
  }
  #newitem .fr2-listItem__productName {
    font-size: 1.17rem;
  }
  #newitem .fr2-price {
    font-size: 1.1rem;
  }
  #newitem .newitem-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  #news {
    padding: 50px 0 80px;
  }
  ul.news-list {
    min-width: 100%;
    margin: 0 auto;
  }
  #news .section .section-title {
    margin-bottom: 0;
  }
  #news .news-list .news-list-item .news-list-date {
    font-size: 0.8em;
    padding-left: 3%;
  }
  #news .news-list .news-list-item:first-of-type, #topics .topics-list {
    border-top: none;
  }
  #news .news-list .news-list-item .news-list-title {
    padding-left: 3%;
  }
  #news .news-list .news-list-item .news-list-tag {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: none;
    margin-right: 3%;
    white-space: nowrap;
  }
  .news-list-tag::before {
    display: inline-block;
    position: absolute;
    right: 5%;
    margin-top: -16px;
  }
  #topics {
    margin-bottom: 0;
    padding: 40px 0 20px !important;
  }
  #topics .section-title {
    margin-bottom: 20px;
  }
  #topics .topics-list .topics-list-item .topics-list-img {
    margin-bottom: 8px;
  }
  #topics .topics-list .topics-list-item .topics-list-title {
    font-size: 1.3rem;
    line-height: 1.7em;
    letter-spacing: 0.2em;
    margin: 0 auto;
  }
  #topics .topics-list .topics-list-item, #topics .topics-list .topics-list-item:nth-of-type(3), #topics .topics-list .topics-list-item:nth-of-type(4) {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  #topics .topics-list .topics-list-item .topics-list-tag {
    width: auto;
    margin: 0px 8px 0 3%;
    float: left;
  }
  .fs-c-inputInformation .fs-c-dropdown {
    width: 40%;
  }
  #fs_Register .fs-c-inputInformation .fs-c-dropdown {
    /* width: 23%; */
  }
  section.product-archive-content .fs-c-productMark__mark img {
    width: 25px;
    height: 25px;
  }
  .fr2-carousel .rcmd-slick-next {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: 0 !important;
  }
  .fr2-carousel .rcmd-slick-prev {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    left: 0 !important;
  }
  .fs-c-button--image > img {
    width: 80%;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail {
    top: 60px;
    right: 0;
  }
  #fs_ProductDetails .fr2-carousel .rcmd-slick-next {
    right: 0 !important;
  }
  #fs_ProductDetails .fr2-carousel .rcmd-slick-prev {
    left: 0 !important;
  }
  .fs-body-cart .fs-c-cartTable__quantity::after, .fs-body-checkout .fs-c-cartTable__quantity::after {
    right: .2em;
    width: 8px;
  }
  .fr2-carousel .rcmd-slick-list {
    margin: 0 10px !important;
  }
  .fr2-carousel .rcmd-slick-arrow::before {
    width: 20px !important;
    height: 20px !important;
  }
  .content-title {
    font-size: 23px;
    margin: 20px 0 40px;
  }
  .fs-body-login .fs-c-button--primary, .fs-body-wishlist-login .fs-c-button--primary {
    width: 100%;
  }
  .mypageFoot {
    margin-bottom: 50px;
  }
  main.product-single .fs-l-productLayout .fs-l-productLayout__item--1 {
    margin-bottom: 7vw;
    width: 100%
  }
  .fs-body-product .fs-c-slick .slick-list {
    height: auto !important;
  }
  .fs-c-wishlistProduct__title:before, .fs-c-wishlistProduct__title:after, .fs-p-heading--lv2:before, .fs-p-heading--lv2:after, #fs_ProductDetails .section .section-title:before, #fs_ProductDetails .section .section-title:after {
    background: none;
  }
  #fs_ProductDetails .fs-l-pageMain {
    margin-bottom: 0;
  }
  #fs_ProductDetails #topics .topics-list {
    padding-top: 0;
  }
  #fs_ProductDetails .fr2-listItem {
    padding: 4px;
  }
  #fs_Top div#fs-recommend--flick {
    border-bottom: none;
  }
  main.product-single .fs-l-productLayout {
    margin-bottom: 80px;
  }
  main.product-single .fs-c-variationAndActions__variationLabel, main.product-single .fs-c-variationList__item__title {
    display: block;
  }
  .item-size table {
    width: 100%;
  }
  .fs-body-login .fs-c-subSection, .fs-body-wishlist-login .fs-c-subSection {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .fs-c-inputInformation__button {
    margin-top: 20px;
  }
  .fs-body-login .fs-c-subSection__message, .fs-body-wishlist-login .fs-c-subSection__message {
    padding: 20px 0 0;
  }
  .fs-l-main {
    width: 100%;
    margin: 0 auto;
    max-width: 100vw;
    /* overflow: hidden; */
  }
  main.product-single .fs-p-productDescription {
    font-size: 3.8vw;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
    margin-top: 0;
  }
  .fs-body-checkout .fs-l-checkout__mainColumn > div > div {
    margin-bottom: 10px;
  }
  .fs-c-returnedSpecialContract {
    padding: 0;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 10px;
  }
  .fs-body-cart .fs-c-cartTable tr .fs-c-cartTable__dataCell--product, .fs-body-checkout .fs-c-cartTable tr .fs-c-cartTable__dataCell--product {
    width: 100%;
  }
  .fs-c-productList__list__item {
    padding: 10px 10px;
  }
  .fs-c-productPrice__main .fs-c-price__currencyMark, .fs-c-productPrice__main .fs-c-price__value {
    font-size: 1.9rem;
  }
  section.product-archive-content .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 18px;
  }
  .fs-body-cart .fs-c-cartTable tr, .fs-body-checkout .fs-c-cartTable tr {
    position: relative;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    position: absolute;
    left: 2%;
    bottom: 3%;
  }
  .fs-body-cart .fs-c-cartTable tr td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    width: 42%;
  }
  .fs-body-cart .fs-c-cartTable tr td {
    width: 20%;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    position: absolute;
    right: 0;
    bottom: 7%;
  }
  .fs-c-cartTable__quantity select {
    padding: 6px 1% 6px 10%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .fs-body-cart .fs-l-pageMain, .fs-body-checkout .fs-l-pageMain {
    margin-bottom: 0;
  }
  .fs-body-cart .fs-l-cart__contentsArea > div, .fs-body-checkout .fs-l-cart__contentsArea > div {
    padding: 5%;
  }
  .fs-body-my-account-settings-edit .fs-c-inputInformation, .fs-body-newsletter-subscribe .fs-c-inputInformation, .fs-body-register .fs-c-inputInformation, .fs-c-inputInformation, .fs-c-inputInformation, section.fs-c-newUsers.fs-c-subSection {
    padding: 30px 5%;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTable > tbody > tr, .fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr, .fs-body-register .fs-c-inputTable > tbody > tr {
    display: block;
  }
  .fs-body-my-account-password .fs-c-inputInformation {
    padding: 30px 5%;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTable__headerCell, .fs-body-newsletter-subscribe .fs-c-inputTable__headerCell, .fs-body-register .fs-c-inputTable__headerCell {
    display: block;
    width: 100%;
    padding: 5px 0 0;
  }
  .fs-c-inputTable > tbody > tr + tr {
    margin-top: 0;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTable__dataCell, .fs-body-newsletter-subscribe .fs-c-inputTable__dataCell, .fs-body-register .fs-c-inputTable__dataCell {
    width: 10%;
  }
  .fs-body-my-account-settings-edit .fs-c-button--primary, .fs-body-newsletter-subscribe .fs-c-button--primary, .fs-body-register .fs-c-button--primary {
    width: 80%;
    margin: 20px 0;
  }
  #fs_PrivacyPolicy main.fs-l-main--page .contentMain .mainTitle, #fs_AboutTerms main.fs-l-main--page .contentMain .mainTitle {
    display: none !important;
  }
  main.fs-l-main--page .content, main.fs-l-main--page .contentMain {
    width: 100%;
    display: block;
  }
  main.fs-l-main--page .contentSide {
    width: 95%;
    margin: 0 auto 20px;
  }
  main.fs-l-main--page .contentMain .boxTable {
    width: 100%;
  }
  main.fs-l-main--page--shipping table {
    width: 100%;
  }
  main.fs-l-main--page .contentMain .mainBoxWrap, main.fs-l-main--page .contentMain .boxList {
    display: block;
  }
  main.fs-l-main--page .contentMain .mainBoxWrap .mainBox {
    width: 95%;
    margin: 0 auto;
  }
  main.fs-l-main--page .contentMain .boxList.boxList--3col li, main.fs-l-main--page .contentMain .boxList.boxList--2col li {
    width: 100%;
  }
  .mypageFoot section {
    width: 100%;
    margin: 1% 0;
    padding: 5% 2% 80px;
  }
  .mypageFoot section dl dt {
    margin-bottom: 10px;
  }
  #fs_WishListLogin .fs-body-wishlist-login .fs-c-registeredUsers {
    width: 100%;
  }
  #fs_WishListLogin section.fs-c-newUsers.fs-c-subSection {
    margin: 100px 0 0 0;
    height: 300px;
  }
  .fs-body-my-account-settings .section, .fs-body-my-top .section {
    margin-bottom: 8px;
  }
  /*****************
クーポン
*****************/
  .fs-c-couponName__name {
    padding: 10px 0;
  }
  /*****************
注文履歴
*****************/
  .fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
    grid-template-columns: 100%;
  }
  .fs-body-my-orders .fs-l-pageMain, .fs-body-my-storeOrders .fs-l-pageMain {
    margin-bottom: 50px;
  }
  .fs-c-orderHistoryItem__header > *[class^="fs-c-orderHistoryItem"] {
    display: block;
    width: 100%;
  }
  .fs-c-orderHistoryItem__orderInfo__info {
    display: flex;
  }
  .fs-c-orderHistoryItem__orderInfo dl dt, .fs-c-orderHistoryItem__orderInfo dl dd {
    font-size: 1.5rem;
  }
  .fs-c-orderHistoryItem__orderInfo dl dt {
    width: 50%;
  }
  a.fs-c-button--viewOrderHistoryDetail.fs-c-button--plain {
    width: 100%;
  }
  .fs-c-orderHistoryItem__productQuantity {
    text-align: left;
  }
  .fs-body-checkout .fs-l-pageMain {
    margin-bottom: 0;
  }
  .fs-body-checkout .fs-c-cartTable td.fs-c-cartTable__dataCell--subtotal {
    width: 50%;
  }
  .fs-c-subSection h2 {
    font-size: 24px;
  }
  .fs-body-cart .cartNav, .fs-body-checkout .cartNav {
    margin-bottom: 40px;
  }
  /*****************
お気に入り
*****************/
  .fs-c-productList__list {
    grid-template-columns: 50% 50%;
  }
  span.fs-c-productName__variation {
    font-size: 1.2rem;
  }
  .fs-body-my-account-settings .user_lank dt, .fs-body-my-top .user_lank dt {
    width: auto;
  }
  #fs_MyWishList .fs-c-productList__list .fs-c-productListItem {
    width: 46%;
  }
  #fs_MyWishList .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__value {
    font-size: 1.9rem;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTable__dataCell input, .fs-body-my-account-settings-edit .fs-c-inputTable__dataCell textarea, .fs-body-newsletter-subscribe .fs-c-inputTable__dataCell input, .fs-body-newsletter-subscribe .fs-c-inputTable__dataCell textarea, .fs-body-register .fs-c-inputTable__dataCell input, .fs-body-register .fs-c-inputTable__dataCell textarea, [type=search], [type=hidden], [type=text], [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, .fs-c-dropdown__menu {
    padding: 7px 2%;
  }
  .fs-c-inputTable > tbody > tr {
    margin-bottom: 10px;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTable > tbody > tr:nth-of-type(6) .fs-c-dropdown, .fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr:nth-of-type(6) .fs-c-dropdown, .fs-body-register .fs-c-inputTable > tbody > tr:nth-of-type(6) .fs-c-dropdown, #fs_Register .fs-c-inputTable > tbody > tr:nth-of-type(6) .fs-c-dropdown {
    width: 80%;
  }
  .fs-c-agreementConfirmation__addon {
    margin: 8px 0 0 0;
  }
  .fs-body-login .fs-c-button--primary, .fs-c-button--primary {
    width: 80%;
  }
  .fs-c-inputInformation__message p {
    font-size: 1.2rem;
  }
  .fs-c-registerSuccessMessage {
    margin-bottom: 30px;
  }
  .fs-c-registerSuccessMessage h4, .fs-c-documentContent h4 {
    font-size: 1.6rem;
    margin: 30px 0;
  }
  .fs-c-registerSuccessMessage p, .fs-c-documentContent p {
    text-align: left;
  }
  .fs-c-registerSuccessMessage p br, .fs-c-documentContent p br {
    display: none;
  }
  a.fs-c-button--topPage.fs-c-button--secondary {
    width: 80%;
  }
  .fs-body-checkout .fs-c-button--settings.fs-c-button--primary {
    margin: 0 0 30px;
    width: 100%;
    padding: 10px 0;
  }
  .fs-c-orderDetail td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    position: static;
  }
  .fs-body-my-orders-details .fs-c-cartTable__row, .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
    border: none;
  }
  .fs-body-my-account-settings .fs-c-inputInformation__button {
    margin-bottom: 0;
  }
  .fs-body-my-account-settings .fs-c-button--primary {
    width: 100%;
  }
  main.product-single .fs-c-productPrice--listed {
    display: flex;
    position: relative;
  }
  .fs-c-productPrice__main__label, .fs-c-productPrice--listed .fs-c-price__value, .fs-c-productPrice--listed .fs-c-price__currencyMark, .fs-c-productPrice--listed .fs-c-price__currencyMark {
    font-size: 1.3rem;
  }
  .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__value {
    font-size: 2.8rem;
  }
  #fs_ProductSearch .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__currencyMark, #fs_ProductSearch .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__value {
    font-size: 1.9rem;
  }
  main.product-single .fs-c-productPrice--selling .fs-c-productPrice__addon {
    font-size: 2.86667vw;
  }
  main.product-single .fs-l-productLayout .fs-l-productLayout__item--2 {
    padding-left: 4vw;
    width: 100%;
  }
  main.product-single .fs-c-variationList__item__cart li .fs-c-variationCart__variationName {
    width: 80%;
    display: flex;
    flex-direction: row;
    gap: 1em;
  }
  main.product-single .fs-c-variationList__item__cart li {
    margin-bottom: 10px;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .fs-l-pageMain {
    width: 100%;
    padding: 0 2vw;
    margin-bottom: 50px;
  }
  section.product-archive-content {
    margin-bottom: 0;
  }
  #header .header-top .header-logo {
    width: 50vw;
  }
  #header .header-top .header-logo img {
    width: 100%;
  }
  a.newitem-viewall {
    font-size: 1rem;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    display: inline-block;
    margin: auto;
    width: 96%;
    text-align: center;
  }
}
.fs-c-radio__radioLabelText {
  text-align: left;
}
aside.product-archive-aside .block--brand .block-list li a, aside.product-archive-aside .block--brand .block-list li span, aside.product-archive-aside .block--category .block-list li a, aside.product-archive-aside .block--category .block-list li span, aside.product-archive-aside .block--price .block-list li a {
  color: #000;
  padding: 1em 1.5em;
  font-size: 1.5rem;
  width: 100%;
  height: 3em;
}
.category_page_content.outlet .block-list li a {
  color: #000;
  padding: 1em .5em;
  font-size: 1.5rem;
  width: 100%;
  height: 3em;
}
.fs-p-searchForm .fs-p-inputGroup {
  width: 90%;
  line-height: 40px;
}
.serch-clear, .fs-p-searchForm .fs-p-inputGroup, .serch-clear, .fs-p-searchForm .fs-p-inputGroup .fs-p-searchForm__button {
  height: 40px;
}
.fs-p-searchForm .fs-p-inputGroup .fs-p-searchForm__button:before, .serch-clear {
  line-height: 40px;
}
aside.product-archive-aside .block--gender .block-list li {
  width: 48%;
}
.fs-body-my-account-settings .user_lank dd, .fs-body-my-top .user_lank dd {
  text-indent: 0;
  width: auto;
}
#fs_CheckoutSuccess .cartNav {
  width: 100%;
}
main.fs-l-main--page .contentMain .boxSubtitle {
  height: auto;
  line-height: 1.8;
}
/*****************
注文手続き画面
*****************/
/*　▼　営業日カレンダー追加　*/
.fs-l-checkout__sideColumn-parent {
  display: flex;
  flex-direction: column;
  width: auto;
  min-width: 320px;
}
.fs-body-checkout .fs-l-checkout__sideColumn {
  width: auto;
}
/*　▲　営業日カレンダー追加　*/
#footer .copy {
  position: relative;
  left: auto;
  font-size: 12px;
  display: block;
  text-align: center;
  font-size: 1rem;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .15em;
}
#footer p.kinshi {
  font-size: 1rem;
  text-align: center;
}
/*****************
商品詳細画面
*****************/
/*　▼PC&共通部分デザイン　　*/
main.product-single .fs-l-productLayout {
  margin-bottom: 80px;
  padding-bottom: 80px;
/*  border-bottom: 1px solid #dfdfdf;*/
}
.item-composition {
    font-size: 1.4rem;
    margin-bottom: 1em;
    /* border: 1px solid #aaa; */
    /* border-radius: 5px; */
    /* padding: 1em; */
    border-top: #eee 1px solid;
    padding: 0.6em 0;
    border-bottom: #eee 1px solid;
}

.item-composition h2 {
    /* font-weight: 600; */
    font-size: 1.4rem;
    margin-bottom: .8em;
    /* border-top: #eee 1px solid; */
     padding-top: 1rem; 
}
.item-composition {
  /* position: relative; */
  /* margin: 50px auto 0; */
  /* padding: 0 0 75px; */
}

.item-composition label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

/*.item-composition label::before{
  content: '続きを見る';
}

.item-composition input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.item-composition input[type="checkbox"]{
  display: none;
}

.item-composition input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
p.product_comment_6 {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
	  position: relative;
  height: 200px;
  overflow: hidden;
}*/

main.product-single .fs-c-productCarouselMainImage__image__caption {
  display: block;
  background: none;
  color: #000;
  width: max-content;
  white-space: nowrap;
  margin: 10px auto;
  padding: 0 10px;
}
main.product-single .fs-l-productLayout .fs-l-productLayout__item--1 {
  width: 1184px;
  display: block;
  position: relative;
  margin-bottom: -480px;
  z-index: auto;
}
.fs-c-productCarouselMainImage {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}
main.product-single .fs-c-productCarouselMainImage__thumbnailList {
  width: 592px;
  align-content: flex-start;
  height: 200px;
  padding-left: 72px;
  overflow-y: auto;
  position: absolute;
  left: 592px;
}
/*　▼　サムネスクロールバーデザイン　▼　*/
/*webkit*/
.product-single .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}
.product-single .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar:horizontal {
  height: 0px;
}
.product-single .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-button {
  display: none;
}
.product-single .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-piece {
  background: #eee;
}
.product-single .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-piece:start {
  background: #eee;
}
.product-single .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-thumb {
  background: #333;
}
.product-single .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-corner {
  background: #333;
}
/*IE用*/
.fs-c-productCarouselMainImage__thumbnailList {
  scrollbar-face-color: #e5e5e5;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #000;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
}
/*　▲　スクロールバーデザインここまで　▲　*/
main.product-single #fs_productCarouselMainImage {
  width: 592px;
}
main.product-single .fs-l-productLayout {
  display: block;
}
main.product-single .fs-c-productCarouselMainImage__thumbnailList li {
  flex-basis: 10%;
  margin: 0 0 8px 8px;
}
.fs-c-productCarouselMainImage__thumbnail__img {
  border: 1px solid #e5e5e5;
  object-fit: contain;
  aspect-ratio: 5 / 6;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border-color: #000;
}
main.product-single .fs-c-slick .slick-next {
  right: 3vw;
}
main.product-single .fs-c-slick .slick-prev {
  left: 3vw;
}
main.product-single .fs-c-productCarouselMainImage__image img {
  border: 1px solid #e5e5e5;
}
.fs-l-productLayout__item .fs-l-productLayout__item--1 .fs-c-productMarks {
  width: 592px;
}
.fs-l-productLayout__item.fs-l-productLayout__item--1-2 {
  position: relative;
  width: 592px;
  left: 592px;
  padding-left: 80px;
  margin-top: 20px;
  top: -490px;
  margin-bottom: 0;
}
main.product-single .fs-c-productNameHeading {
  width: 100%;
  color: #000;
  margin: 0;
}
.fs-c-productPrice--listed {
  width: auto;
}
.fs-c-productPrice__main__label, .fs-c-productPrice--listed .fs-c-price__value, .fs-c-productPrice--listed .fs-c-price__currencyMark, .fs-c-productPrice--listed .fs-c-price__currencyMark {
  font-size: 1.4rem;
}
.fs-c-productPrice--listed:after {
  margin-left: 2px;
}
main.product-single .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-weight: 500;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  content: none;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  content: none;
}
main.product-single .fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-size: 1.2rem;
  margin-left: 8px;
}
main.product-single .product-single-thumb-title {
  width: auto;
  color: #000;
  font-family: 'Poppins';
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 8px;
}
.fs-l-productLayout__item.fs-l-productLayout__item--1-3 {
  width: 592px;
  margin-left: 592px;
  padding-left: 80px;
}
main.product-single .product-single-thumb {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
main.product-single .fs-c-variationAndActions {
  border-bottom: #eee 1px solid;
  margin-bottom: 24px;
  padding: 0 2vw;
  border-top: #eee 1px solid;
}
main.product-single .fs-c-buttonContainer--inquiryAboutProduct {
  border-bottom: none;
  /* width: 50%; */
  padding: 0;
}
main.product-single .fs-c-productNotice, main.product-single .fs-c-productPointDisplay {
  display: none;
}
.fs-c-productPointDisplay {
  background: none;
}
main.product-single .fs-c-productPrices {
  display: flex;
  gap: .5em;
  margin-bottom: 20px;
  align-items: baseline;
}
.fs-c-productPrice {
  line-height: 1.4em;
}
.fs-c-productPrice__addon__price::before {
  width: fit-content;
}
span.fs-c-productPointDisplay__label {
  display: none;
}
span.fs-c-productPointDisplay__unit {
  display: none;
}
span.fs-c-productPointDisplay__quantity:before {
  margin-right: 8px;
}
span.fs-c-productPointDisplay__quantity {
  font-weight: 100;
}
.fs-c-productMarks {
  margin-bottom: 8px;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2top {
  width: 1184px;
  padding-left: 592px;
}
main.product-single .product-single-content-title {
  letter-spacing: 0.24em;
  /* margin-left: auto; */
  /* margin-right: auto; */
}
main.product-single .product-single-content-title span {}
main.product-single .fs-l-productLayout .fs-l-productLayout__item--2 {
  padding-left: 0;
  display: flex;
  width: 1184px;
  border-top: 1px solid #dfdfdf;
  padding-top: 40px;
  position: relative;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2-1 {
  width: 40%;
  margin: 20px 40px;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2-2 {
  width: 60%;
}
.fs-pt-column__image > img {
  width: 100%;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image img {
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid transparent;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image.active img {
  border: 2px solid #000;
}
.fs-c-variationAndActions__variation.fs-c-variationList div div.fs-c-variationList__item__title {
  font-size: 16px;
  /* margin: 0 auto; */
  text-align: center;
  margin-bottom: 20px;
}
.fs-c-variationCart--withImage .fs-c-variationCart__variationName {
  display: flex;
  width: 100%;
  gap: 1em;
  color: #000;
  font-weight: 400;
  font-family: 'Poppins', 'Noto Sans JP';
  width: 80%;
  line-height: 1.8rem;
  flex-direction: row;
}
.fs-c-variationList__item__body div img {
  margin: 0;
  border: solid 1px #ebebeb;
  width: 80px;
}
.fs-c-variationList__item__body .fs-c-variationList__item__image {
  align-self: baseline;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image.active:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  color: #000;
  font-size: 20px;
  position: absolute;
  margin-top: -10px;
  margin-left: -5px;
  font-weight: 600;
  width: 18px;
  height: 20px;
  background: #fff;
}
.fs-c-photoswipe.pswp {
  z-index: 9999;
}
.fs-l-productLayout__item.fs-l-productLayout__item--1-2-2bottom {
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}
main.product-single .shoplist-button {
  padding: 0;
  /* padding: 0 11px; */
  /* width: 50%; */
}
.fs-l-productLayout__item.fs-l-productLayout__item--1-2-2bottom div {
  margin: 0 4px;
  width: 50%;
}
main.product-single .shoplist-button a img {
  width: 100%;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #000;
}
/*タブ切り替え全体のスタイル*/
.fs-l-productLayout__item--2-2-tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
/*タブのスタイル*/
.fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 1px solid #000;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  transition: all 0.2s ease;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
.fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#ItemDescription:checked ~ #ItemDescription_content, #SizeGuide:checked ~ #SizeGuide_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.fs-l-productLayout__item--2-2-tabs input:checked + .tab_item {
  background-color: #fff;
  color: #000;
  border-bottom: 3px solid #000;
}
/*タブ関係以上*/
.fs-l-productLayout__item a.kinou_url {
  line-height: 40px;
  color: #000;
}
.fs-l-productLayout__item a.kinou_url:before {
  content: "";
  margin-right: 8px;
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 1px solid #000;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-bottom: 1px;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 a, .fs-l-productLayout__item .fs-l-productLayout__item--2-1 a, .fs-l-productLayout__item--2-1 a.item-link:hover {
  text-decoration: none !important;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .item-link a:before, .fs-l-productLayout__item .fs-l-productLayout__item--2-2 a:before {
  content: "";
  margin-right: 8px;
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 1px solid #1CBA9B;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-bottom: 1px;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .item-link a {
  color: #000 !important;
  display: block;
  width: fit-content;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 a.fs-pt-column__item {
  padding: 4px 0px !important;
}
/*下部リンク*/
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .item-link {
  display: grid;
  width: 100%;
  margin: 1.3rem 0;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .item-link a {
  color: #1CBA9B !important;
  width: fit-content;
 border-bottom: 1px solid #1CBA9B;
	font-size: 1.3rem;
}
/*タブコンテンツ内リンク*/
.tab_content_description > .item-link {
  display: block !important;
  border: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
  margin-top: 20px !important;
  line-height: 1.0em;
}
a.kinou_url:after {
  background: #dfdfdf;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  display: inline-block;
}
main.product-single .product-single-info {
  margin-top: 15px;
  padding: 2em 6px;
  margin-bottom: 20px;
  border: 1px dotted #ddd;
  border-left: none;
  border-right: none;
}
.fs-p-productDescription.fs-p-productDescription--full a:before {
  content: none;
}
.fs-p-productDescription.fs-p-productDescription--full a {
  color: #000;
  border-bottom: solid 1px #000;
  padding: 0 4px;
}
.tab_content_description p {
  font-size: 12px;
  line-height: 2.8em;
}
.tab_content_description {
  line-height: 2.8em;
  line-height: 1.8em;
  font-weight: 400;
  color: #000;
  font-size: 1.36rem;
  letter-spacing: 0.1em;
}
table.fs-c-specTable {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #000;
  margin: 16px 0 8px;
}
.fs-c-specTable__caption {
  display: none;
}
.tab_content_description .function-mark-wrap {
  margin-bottom: 8px;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2-2-info {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  padding: 30px 40px;
}
main.product-single .product-single-info li {
  line-height: 1.8;
}
main.product-single .product-single-info li p {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 12px;
}
main.product-single .product-single-info li i {
  margin-right: 8px;
}
main.product-single .fs-c-productMark__mark img {
  width: 64px;
  height: 64px;
}
.fs-p-snsArea {
  margin-left: 40px;
}
.fs-l-productLayout__item--2-2 .fb_iframe_widget iframe {
  width: 80px !important;
}
.fs-l-productLayout__item--2-2 .fb_iframe_widget span {
  width: 80px !important;
}
#fs_ProductDetails .section .section-title, #fs_ProductDetails .fs-c-wishlistProduct__title, #fs_ProductDetails .fs-p-heading--lv2 {
  letter-spacing: 0.24em;
  font-family: 'Noto Sans JP';
  color: #000;
  display: block;
  text-align: center;
}
#fs_ProductDetails .section .section-title:after, #fs_ProductDetails .fs-c-wishlistProduct__title:after, #fs_ProductDetails .fs-p-heading--lv2:after {
  font-size: 11px;
  margin-left: 8px;
  font-family: 'Poppins';
  margin-top: 6px;
  font-weight: 400;
}
#fs_ProductDetails .section--topics .section-title:after {
  content: "TOPICS";
}
.fs-l-page #topics {
  padding: 80px 0;
}
.fs-l-page #topics .section-title {
  margin-bottom: 10px;
}
.rcmd-slick-track div {
  text-align: center;
  font-family: 'Poppins';
  margin: 0 auto;
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  text-align: left;
}
.rcmd-slick-track div h3.fr2-listItem__productName {
  font-weight: 300;
  font-size: 14px;
}
.fs-c-productSelection {
  margin: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}
/*　▼SPヘッダー微調整　　*/
@media screen and (max-width: 768px) {
  .sp-searchbtn.sp {
    display: flex;
    margin-left: 36px;
    position: absolute;
  }
  #header .header-top .header-logo img {
    width: 90% !important;
    margin: 0 auto;
  }
}
/*****************
商品グループページカスタマイズ
*****************/
/*　▼PC&共通部分デザイン　　*/
.fs-l-main.product-archive-main.container {
  color: #000;
  column-gap: 1vw;
  padding-top: 0;
  margin-bottom: 0;
}
h1.fs-c-heading.fs-c-heading--page.content-title {
  margin: 0;
  margin-bottom: 8px;
  padding: 1em;
  letter-spacing: 0.12em;
}
h1.fs-c-heading.fs-c-heading--page.content-title span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  margin-left: 4px;
}
/* ▼ARCHIVE ASIDE部分デザイン	*/
aside.product-archive-aside {
  background: rgba(255, 255, 255, 0.9);
}
aside.product-archive-aside .outlet_btn {
  width: calc(100% - 2em);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  margin-top: 2em;
  padding: 0 0 0 2rem;
  font-weight: 600;
  font-size: 1.5rem;
}
aside.product-archive-aside .outlet_btn::after {
  content: "";
  display: inline-block;
  border: 1px solid #000;
  width: 8px;
  height: 8px;
  rotate: -45deg;
  border-top: none;
  border-left: none;
  margin: 0 -5px 0 0;
}
aside.product-archive-aside span.fs-p-searchForm__inputGroup.fs-p-inputGroup {
  border: 1px solid #bbbbbb;
}
aside.product-archive-aside input.fs-p-searchForm__input.fs-p-inputGroup__input {
  padding-left: 16px;
}
aside.product-archive-aside .block .block-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 4px;
  font-weight: 600;
  margin-bottom: 4px;
}
aside.product-archive-aside .block--brand .block-list li, aside.product-archive-aside .block--category .block-list li {
  border: none;
}
/*ラベル*/
.accbox label {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  color: #000;
  padding: 1em 1.5em;
  font-size: 1.5rem;
  width: 100%;
}
/*アイコンを表示*/
.accbox label:after {
  content: "";
  margin-left: 20px;
  display: inline-block;
  border: 1px solid #000;
  width: 8px;
  height: 8px;
  rotate: 45deg;
  border-top: none;
  border-left: none;
  margin-bottom: 4px;
}
/*ラベルホバー時*/
.accbox label:hover {
  opacity: .5;
  background-color: #e5e5e5;
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  /* padding-left: 1em; */
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:after {
  rotate: 225deg;
  margin-bottom: 0;
}
/* ▼並び順部分デザイン	*/
.itemgroup_sort, .staffstart_sort {
  overflow: hidden;
  width: 160px;
  margin: 20px 0 0 auto;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  z-index: 0;
}
.itemgroup_sort select, .staffstart_sort select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.itemgroup_sort select::-ms-expand, .fs-c-sortItems {
  display: none;
}
.itemgroup_sort:after, .staffstart_sort:after {
  position: absolute;
  top: 1em;
  right: 1.2em;
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  pointer-events: none;
}
.itemgroup_sort select, .staffstart_sort select {
  padding: 8px 38px 8px 10px;
  color: #000;
}
section.product-archive-content .fs-c-productListItem__outOfStock {
  color: #aaa;
}
/*****************
商品グループページカスタマイズ　2022/6
*****************/
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6, html {
  font-family: 'Poppins', 'Noto Sans JP';
  font-weight: 300;
}
.section .section-title p {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Poppins', 'Noto Sans JP';
  letter-spacing: 0.1em;
}
/* ▼　商品一覧デザイン調整	*/
.fs-c-productList__list__item {
  padding: 10px 10px;
}
/*商品名*/
section.product-archive-content .fs-c-productListItem__productName {
  margin-top: 0;
  font-family: 'Poppins', 'Noto Sans JP';
}
span.fs-c-productName__name {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}
.fs-c-coordinationProduct__list span.fs-c-productName__name {
  font-size: 1.3rem;
}
/*価格周り*/
span.fs-c-productPrice__addon__label:before {
  content: "(";
}
span.fs-c-productPrice__addon__label:after {
  content: ")";
}
span.fs-c-productPrice__addon {
  margin-left: 2px;
}
.fs-c-productPrice.fs-c-productPrice--listed {
  line-height: 1.4em;
  padding: 0;
}
.function-mark-wrap {
  margin: 4px 8px 8px 0;
}
.fs-c-productMarks {
  margin-bottom: 0;
}
.fs-c-productListItem__prices.fs-c-productPrices {
  padding-top: 0;
  font-family: 'Poppins', sans-serif;
}
section.product-archive-content .fs-c-productPrice--listed span.fs-c-price {
  display: inline-block;
}
section.product-archive-content .fs-c-productPrice--listed span.fs-c-productPrice__main__label {
  display: none;
}
/*通常価格の設定がある商品（セール商品）のみ、販売価格の色を赤字にするCSS*/
.fs-c-productPrice--listed ~ .fs-c-productPrice--selling span.fs-c-price__currencyMark, .fs-c-productPrice--listed ~ .fs-c-productPrice--selling span.fs-c-price__value {
  color: #BF0010;
}
@media screen and (max-width: 768px) {
  section.product-archive-content .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 16px;
  }
  .fs-c-productPrice__main .fs-c-price__currencyMark, .fs-c-productPrice__main .fs-c-price__value {
    font-size: 1em;
  }
  .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__value {
    font-size: 1.2em;
  }
}
span.fs-c-productPrice__main {
  display: inline-block;
}
section.product-archive-content .fs-c-productPrice--selling span.fs-c-productPrice__addon {
  display: inline-block;
}
section.product-archive-content .fs-c-productPrice--listed {
  line-height: 1em;
}
section.product-archive-content .fs-c-productPrice--selling {
  font-size: 1em;
}
/*ページャー*/
a.fs-c-pagination__item.fs-c-pagination__item--prev {
  border: none;
}
section.product-archive-content .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--next, section.product-archive-content .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--prev {
  width: 20px;
  padding: 8px 20px 18px 8px;
  height: 29px;
  border: none;
}
.fs-c-pagination a {
  color: #000;
}
section.product-archive-content .fs-c-pagination a.fs-c-pagination__item {
  margin: 0 4px;
}
section.product-archive-content .fs-c-pagination .fs-c-pagination__item.is-active {
  background-color: #fff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.product-archive-content .fs-c-pagination .fs-c-pagination__item.is-active:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2em;
  height: 2em;
  border: 1px solid #000;
  border-radius: 50%;
}
/*　▼機能性素材アイコン　　*/
section.product-archive-content .fs-c-productMark__mark img {
  width: 100%;
  height: auto;
  margin: 0;
}
/*一覧でのセルサイズ*/
article.fs-c-productList__list__item.fs-c-productListItem span.mark-func.fs-c-productMark__mark--image.fs-c-productMark__mark {
  width: 20%;
  margin: 0;
}
.fs-c-productMark__mark {
  padding: 1px !important;
}
@media screen and (max-width: 768px) {
  section.product-archive-content span.mark-func {
    padding: 0px !important;
  }
}
/*　▼カラバリアイコン　　*/
/*ラベル非表示*/
section.product-archive-content .mark-col .fs-c-productMark__label {
  display: none;
}
/*コンテナ*/
.color-mark-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  margin-right: 10px;
}
/*アイコン*/
.mark-col {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 2px;
  margin-bottom: 8px;
  display: inline-block;
}
span.mark-col-blk.mark-col {
  background: #24140e;
}
span.mark-col-wht.mark-col {
  background: #fff;
  border: #ccc 1px solid;
}
span.mark-col-brw.mark-col {
  background: #8b4513;
}
span.mark-col-bei.mark-col {
  background: #d2b48c;
}
span.mark-col-red.mark-col {
  background: #dc143c;
}
span.mark-col-pnk.mark-col {
  background: #ff69b4;
}
span.mark-col-org.mark-col {
  background: #ee7800;
}
span.mark-col-yel.mark-col {
  background: #ffdc00;
}
span.mark-col-grn.mark-col {
  background: #65ab31;
}
span.mark-col-blu.mark-col {
  background: #0068b7;
}
span.mark-col-ppl.mark-col {
  background: #915da3;
}
span.mark-col-gry.mark-col {
  background: #7e837f;
}
/* CASAは非表示 */
.fs-body-category-casapicone span.mark-col.fs-c-productMark__mark--0.fs-c-productMark__mark {
  display: none;
}
/* 商品詳細ページ */
.fs-c-productPrice.fs-c-productPrice--listed span.fs-c-price__value {
  text-decoration: line-through;
}
.fs-l-productLayout__item .fs-l-productLayout__item--1-2 .mark-col {
  display: none;
}
.fs-c-productPrices--productDetail .fs-c-productPrice {
  line-height: 2em;
}
main.product-single .fs-c-productNameHeading {
  font-weight: 300;
}
span.fs-c-productPrice__main__label {
  display: none;
/*  font-size: 0.8em;
  font-weight: 400;*/
}
span.fs-c-productPrice__main__price.fs-c-price {
  display: inline-block;
}
main.product-single .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #000;
  font-size: 2.8rem;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_content_description {
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
main.product-single .fs-p-productDescription {
  font-weight: 300;
}
/* 商品詳細ページ 商品説明・サイズ　タブデザイン*/
.fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_item {
  color: #ababab;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  width: 48%;
  margin: 1px 1% -1px;
  margin-top: 1px;
  margin-right: 1%;
  margin-bottom: -1px;
  margin-left: 1%;
  background: rgba(126, 126, 126, 0.08);
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #dfdfdf;
}
.fs-l-productLayout__item--2-2-tabs input:checked + .tab_item {
  color: #000;
  font-weight: 600;
  border: 1px solid #dfdfdf;
  border-bottom: #FFF 20px;
  border-radius: 6px 6px 0 0;
  width: 48%;
  margin: 1px 1% -1px;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_item {
  border-bottom: #dfdfdf;
}
main.product-single .fs-c-variationList__item__cart li .fs-c-variationCart__wishlist {
  order: 2;
}
@media screen and (max-width: 768px) {
  .thumnail-ballon label:before {
    bottom: 10px;
  }
  .thumnail-ballon label:after {
    bottom: 14px;
  }
  main.product-single .fs-c-productNameHeading {
    padding: 0 5%;
    font-weight: 300;
  }
}
/*****************
機能性素材について　2022/6
*****************/
.feature-guide-list a {
  color: #7b7b7b;
  font-weight: 300;
}
.feature-guide-list .infoTitle {
  font-weight: 400 !important;
  color: #474747;
  margin-bottom: 8px !important;
  border-bottom: #bbb 1px solid;
}
.feature-guide-list .infoTitle:after {
  content: "";
  position: relative;
  float: right;
  margin-right: 14px;
  border: 1px #000 solid;
  width: 6px;
  height: 6px;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  bottom: -7px;
}
.feature-guide-list dl.listInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-guide-list .listImg {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .feature-guide .mainBoxWrap {
    padding-right: 3%;
  }
  .feature-guide-list p.listImg {
    margin-right: 2% !important;
  }
}
a.btn01 {
  position: relative;
  display: block;
  width: 25%;
  min-width: 250px;
  text-align: center;
  color: rgb(0, 0, 0);
  letter-spacing: 0.28em;
  margin: 10px auto;
  border: 1px solid #000;
  padding: 10px 40px;
  color: #000;
  margin: 40px auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.fs-c-productPostage {
  display: none;
}
/*****************
ログインページリニューアル後調整　2022/10
*****************/
@media screen and (min-width: 960px) {
  .fs-body-login .fs-c-loginForm, .fs-body-wishlist-login .fs-c-loginForm {
    display: flex;
    justify-content: center;
    gap: 48px 40px;
    flex-wrap: nowrap;
  }
  .fs-body-login .fs-c-loginForm > * {
    flex-basis: calc(50% - 40px);
  }
  .fs-body-wishlist-login .fs-c-loginForm > * {
    flex-basis: calc(50% - 40px);
  }
}
h2.fs-c-linkedServiceLogin__title {
  display: none;
}
.fs-c-fsLogin.fs-c-inputInformation {
  background: none;
  padding: 0;
}
section.fs-c-registeredUsers.fs-c-subSection {
  background: #f5f5f5;
  padding: 2vw;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--login {
  margin-top: 10px;
}
button.fs-c-button--login.fs-c-button--primary {
  background: #000;
}
.fs-c-otherServiceLogin:not(:first-child) {
  margin: 0;
}
.fs-c-anotherLogin.fs-c-anotherLogin--amazon {
  display: flex;
  flex-direction: column-reverse;
}
.fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon {
  margin: 20px 0 0;
}
.fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon p {
  line-height: 1.8em;
}
.fs-c-loginForm h2.fs-c-registeredUsers__title.fs-c-subSection__title {
  top: 0;
  z-index: 1;
  line-height: 1.4em;
  color: #000;
  margin: 0 auto 3em;
  /* width: calc(98% - 80px); */
  font-weight: 400;
}

.fs-c-loginForm h2.fs-c-registeredUsers__title.fs-c-subSection__title p {
    color: #474747;
    line-height: 1.6em;
    margin-top: 1em;
}
.fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  margin: auto 24px auto 12px;
}
a.fs-c-button--memberRegister.fs-c-button--primary {
  background: #000;
  margin: 60px auto 4px;
}
h2.fs-c-newUsers__title.fs-c-subSection__title {
  top: 0;
  margin: 0 auto 2em;
  color: #000;
  order: 1;
}
section.fs-c-newUsers.fs-c-subSection {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: fit-content;
}

section.fs-c-newUsers.fs-c-subSection a.fs-c-button--memberRegister.fs-c-button--primary {
    margin: 0;
}

section.fs-c-newUsers.fs-c-subSection .fs-c-buttonContainer {
    order: 2;
    margin: 1em;
}
.fs-c-newUsers__message.fs-c-subSection__message {
  padding: 0;
  text-align: center;
  order: 3;
}
.fs-body-login .kaiinn_link, .fs-body-wishlist-login .kaiinn_link {
  color: #000;
  text-decoration: none;
}
.fs-body-login .kaiinn_link:after, p.taikai_merumaga a:after, .fs-body-wishlist-login .kaiinn_link:after {
  content: "";
  margin-left: 12px;
  display: inline-block;
  border: 1px solid #000;
  width: 6px;
  height: 6px;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-bottom: 2px;
}
.system-footer {
  width: 100%;
  bottom: 0;
  margin-bottom: 10px;
  position: inherit;
  text-align: center;
}
.system-footer p.copy {
  font-size: 1rem;
}
img.logo-system {
  width: 280px;
  margin: 20px 0;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer {
  margin-bottom: 40px;
}
.fs-c-button--primary, .fs-c-button--standard {
  background: #000;
  box-shadow: none;
}
a.fs-c-button--cancel.fs-c-button--standard {
  background: #aaa;
}
button.fs-c-button--confirmLeave.fs-c-button--primary {
  width: 30%;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--change {
  margin-bottom: 0;
}
.fs-c-inputInformation {
  margin-bottom: 80px;
}
a.fs-c-button--topPage.fs-c-button--secondary {
  background: #000;
}
span.fs-c-checkbox__labelText p {
  margin-bottom: 50px;
  margin-left: -25px;
  text-align: justify;
}
.fs-body-newsletter-subscribe .fs-c-inputTable {
  margin-bottom: 0;
}
label.fs-c-checkbox__label {
  align-items: end;
}
.fs-c-checkbox__checkMark {
  margin: 0 0 2px;
  width: 25px;
  height: 25px;
  min-width: 25px;
}
.fs-c-checkbox__checkMark::before {
  font-size: 23px;
  top: 0px;
}
span.fs-c-checkbox__labelText {
  font-size: 1.4rem;
  margin-left: 10px;
}
.fs-body-my-account-settings-edit .fs-c-inputTable__dataCell, .fs-body-newsletter-subscribe .fs-c-inputTable__dataCell, .fs-body-register .fs-c-inputTable__dataCell {
  width: 100%;
}
.fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__field fieldset {
  width: 50%;
  margin: 0 auto;
}
.fs-body-newsletter-subscribe .fs-c-inputTable__headerCell {
  padding: 0;
  width: 100%;
}
p.taikai_merumaga a {
  color: #000;
  text-decoration: none;
}
p.taikai_merumaga {
  text-decoration: none;
  margin-top: 26px;
}
.fs-body-login h1.fs-c-heading.fs-c-heading--page.content-title, .fs-body-wishlist-login h1.fs-c-heading.fs-c-heading--page.content-title {
  margin-bottom: 30px;
}
label#fs_label_email:after {
  display: block;
  position: relative;
  margin: 0 100%;
  top: 42px;
  max-width: 730px;
  width: max-content;
}
.fs-body-register .fs-c-inputTable > tbody > tr {
  display: flex;
  align-items: flex-start;
}
.fs-body-register .fs-c-inputTable__headerCell {
  padding: 14px 0 0px;
}
span.fs-c-checkbox__labelText p {
  display: none;
}
.fs-c-memberPolicyAgreeField fs-c-additionalCheckField .fs-c-inputField {
  text-align: left;
  margin: 0 auto;
  width: 40%;
}
.fs-c-inputField__field {
  /*  margin: 0px auto;*/
}
.fs-c-inputTable > tbody > tr + tr {
  margin-top: 46px;
}
.fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr:nth-of-type(2):after {
  content: "※メールフィルター等で「ドメイン指定受信可否設定」をご利用の方は、予め「info@bikijapan-store.jp」からのメールを受け取れるよう設定してください。 ";
  margin: 0 0 80px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  img.logo-system {
    width: 50%;
    margin-left: 10px;
  }
  section.fs-c-registeredUsers.fs-c-subSection {
    margin-top: 20px;
    padding: 2em;
    margin-bottom: 20px;
  }
  .system-footer {
    position: relative;
  }
  section.fs-c-newUsers.fs-c-subSection {
    margin: 0;
  }
  .fs-c-loginForm p {
    font-size: 0.8em;
  }
  .fs-c-anotherLogin.fs-c-anotherLogin--line {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 32px;
  }
  .fs-c-anotherLogin__message.fs-c-anotherLogin__message--line {
    margin-top: 12px;
  }
  .fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon {
    margin-top: 12px;
  }
  .fs-c-inputInformation__link.fs-c-textLinkContainer {
    margin-bottom: 70px;
  }
  label#fs_label_email:after {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0px;
    top: 0;
  }
  .fs-c-inputField__field.fs-c-dropdownGroup.fs-c-inputDate.fs-system-assistTarget {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 100vw;
  }
  .fs-c-memberInfoField .fs-c-dropdown.fs-c-inputDate__year, .fs-c-memberInfoField .fs-c-dropdown.fs-c-inputDate__month, .fs-c-memberInfoField .fs-c-dropdown.fs-c-inputDate__date {
    width: 100%;
  }
  .fs-c-memberInfoField .fs-c-inputField {
    width: 85vw;
    max-width: 100%;
  }
  .fs-c-inputTable > tbody > tr + tr {
    margin-top: 0;
  }
  .fs-c-inputField__field.fs-c-radioGroup.fs-system-assistTarget {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  .fs-body-newsletter-subscribe .fs-c-inputInformation__field fieldset {
    width: 100%;
  }
  label.fs-c-checkbox__label {
    align-items: flex-start;
  }
  span.fs-c-checkbox__labelText {
    font-size: 18px;
  }
  .fs-body-register .fs-c-inputTable > tbody > tr {
    display: flex;
    flex-direction: column;
  }
}
/*****************
STAFFSTART追加
*****************/
/*　▼コーディネート一覧ページ　　*/
@media screen and (min-width: 1200px) {
  .fs-l-staffCoordinationListLayout {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 3em;
  }
}
a.fs-c-staffCoordinationSearchMenu__link {
  color: #333;
  padding: 15px 20px;
  font-size: 1.5rem;
}
a.fs-c-coordinationListItem__staffInfo__label {
  display: none;
}
a.fs-c-staffCoordinationSearchCategory__link {
  color: #333;
  padding: 15px 20px;
  font-size: 1.5rem;
}
.fs-c-staffCoordinationSearchCategory__link::before {
  display: none;
}
ul.fs-c-staffCoordinationSearchMenu li:nth-child(5) {
  display: none;
}
.fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--label {
  margin-top: 20px;
}
.fs-c-staffCoordinationSearchCategory__link {
  border: none;
}
label.fs-c-staffCoordinationSearch__heading {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 4px;
  font-family: "JosefinSans-Regular", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
}
.fs-c-staffCoordinationSearch__heading::after, .fs-c-staffCoordinationSearch__checkbox:checked + .fs-c-staffCoordinationSearch__heading::after {
  content: "";
  width: 8px;
  height: 8px;
  rotate: 45deg;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  margin-right: 18px;
}
.fs-c-staffCoordinationSearchCategory__body {
  display: none;
}
select#optionWithPrice_1 {
  border: 1px solid;
  border-radius: 0;
}
.fs-c-dropdown {
  width: 100%;
}
.fs-c-dropdown::after {
  content: "";
  vertical-align: middle;
  margin-left: 7px;
  top: 20px;
  right: 20px;
  width: 7px;
  border-radius: 0;
  height: 7px;
  display: inline-block;
  border: #000 1px solid;
  rotate: 45deg;
  border-left: none;
  border-top: none;
  background: none;
  margin-bottom: 1px;
  padding: 0;
}
.productMain-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto 1fr;
  align-items: start;
  gap: 1em 60px;
}
.productMain-containerR.productMain-container-variation {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 6;
}
.fs-c-productThumbnail {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  margin-bottom: 14px;
}
.productMain-containerR {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.fs-c-productMainImage {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.productMain-container {
  padding: 20px 40px;
}
.fs-c-breadcrumb ol {
  display: none;
}
.fs-c-breadcrumb ol:first-child {
  display: block;
}
main.fs-l-main.fs-l-product2.product-single {
  padding-top: 0;
}
main.product-single .fs-c-productMark__mark img {
  width: 50px;
  height: 50px;
}
.fs-c-productMainImage__image img {
  cursor: zoom-in;
  border: 1px solid #eee;
  object-fit: contain;
  aspect-ratio: 5 / 6;
}
.fs-c-productThumbnail__image {
  min-width: 50px;
}
main.product-single .fs-c-productThumbnail__image {
  flex-basis: calc(100% / 6);
  margin: 0;
  padding: 2px;
  text-align: center;
}
figure.fs-c-productThumbnail__image.is-active:before {
  content: "";
  border: 1px solid #000;
  width: 83px;
  display: flex;
  position: absolute;
  aspect-ratio: 5 / 6;
  background: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
}
.productMain-container .fs-c-productThumbnail__image.is-active > img {
  border: 1px solid #fff;
}
.fs-c-productThumbnail__image > img {
  border: solid 1px #eee;
  object-fit: contain;
  aspect-ratio: 5 / 6;
  vertical-align: top;
}
.productMain-container .mark-col {
  display: none;
}
main.product-single .fs-l-productLayout .fs-l-productLayout__item--1 {
  margin-bottom: 0px;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image img {
  border-radius: 50%;
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.fs-c-variationAndActions__variation.fs-c-variationList div div.fs-c-variationList__item__title {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
  /* width: 14%; */
}
#fs_ProductDetails .fs-c-breadcrumb__list > li:last-child {
  display: none;
}
.fs-c-productImageModalCarousel__figure__image {
  height: 94vh;
  max-height: 94vh;
}
figure.fs-c-productImageModalCarousel__figure {
  height: calc(100vh - 4em);
}
.fs-body-product .fs-c-slick .slick-list {
  height: auto !important;
}
figcaption.fs-c-productImageModalCarousel__figure__caption {
  background: none;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image img {
  border: 1px solid #ccc;
  transition: none;
}
.product-single-thumb .fs-c-variationList__item__title {
  display: none;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image.active img {
  padding: 0px;
}
.fs-c-variationList__item__body div > img {
  border: none;
  width: 100%;
  max-width: 150px;
  border: solid 1px #eee;
  object-fit: contain;
  aspect-ratio: 5 / 6;
}
ul.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
  width: 100%;
  padding: 0;
}
.fs-c-variationList__item__body {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  justify-content: center;
}
.fs-c-variationList__item__title:before {
  font-weight: 600;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image {
  margin-right: 14px;
  width: 50px;
}
.productMain-containerR .mark-col {
  display: none;
}
main.product-single .product-single-thumb-title {
  margin-left: 0;
  margin-bottom: 0;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image.active:before {
  display: none;
}
.fs-c-productCarouselMainImage {
  display: none;
}
.function-mark-wrap {
  margin-bottom: 0;
}
main.product-single .product-single-thumb {
  padding-top: 14px;
}
main.product-single .fs-c-slick .slick-next::before, main.product-single .fs-c-slick .slick-prev::before {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image.active img {
  border: 1px solid #ccc;
  transition: none;
}
main.product-single .product-single-thumb .fs-c-variationList__item__image.active {
  background: rgb(255, 255, 255);
  border-radius: 100%;
  box-shadow: rgb(255 255 255) 0px 0px 0px 3px, rgb(0 0 0) 0px 0px 0px 6px;
}
.fs-c-variationList__item {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: flex-start;
  /* margin-bottom: 20px; */
  border-bottom: 1px dotted #ccc;
  padding: 2em 0;
  flex-direction: column;
}
.fs-c-variationList__item:last-child {
  border: none;
  margin-bottom: 0;
  /* padding-bottom: 0; */
}
.productMain-container-inquiry {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
}
h3.product-single-content-title, #fs_ProductDetails .section .section-title, #fs_ProductDetails .fs-c-wishlistProduct__title, #fs_ProductDetails .fs-p-heading--lv2 {
  /* margin-top: -3em; */
  margin-bottom: 1em;
  font-weight: 400;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}
button.btn-toiawase.fs-c-button--inquiryAboutProduct.fs-c-button--image img {}
button.btn-toiawase.fs-c-button--inquiryAboutProduct.fs-c-button--image {
  margin: 0 auto;
}
span.fs-c-productNameHeading__copy {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: .2em 0;
}
main.product-single .fs-c-productMark__label {
  border-radius: 0%;
  font-weight: 400;
  font-size: 10px;
}
.fs-c-coordinationProduct__list .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__value, .fs-c-coordinationProduct__list .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__currencyMark {
  font-size: 0.9em;
}
main.product-single .fs-c-productPrice--selling .fs-c-productPrice__main {
  color: #000;
}
span.fs-c-productNameHeading__name {
  padding: 0px;
  font-size: 2.4rem;
}
span.fs-c-productPrice__main__price.fs-c-price {
  letter-spacing: 0em;
}
main.product-single .fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-weight: 500;
  letter-spacing: 0.03em;
}
.fs-l-productLayout__item a.kinou_url {
  font-weight: 600;
}
#staffCoordinationSearch-brand, #staffCoordinationSearch-category, #staffCoordinationSearch-height, #staffCoordinationSearch-shop {
  display: none;
}
@media screen and (max-width: 768px) {
  .fs-c-staffCoordinationSearchControl__list {
    background: #f5f5f5;
    padding: 8px;
    height: calc(100vh - 100px); /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  label.tab_staffCoordinationSearch.sp {
    display: inline-block;
    width: calc(100% / 4 - 2px);
    float: left;
    margin-right: 2px;
    text-align: center;
    padding: 8px 0 4px;
    border-radius: 4px 4px 0 0;
    background: #e5e5e5;
    font-size: 1.3rem;
  }
  input:checked + .tab_staffCoordinationSearch.sp {
    background: none;
    background: #fff;
  }
  label.fs-c-staffCoordinationSearch__heading {
    display: none;
  }
  .fs-c-staffCoordinationSearch__heading + .fs-c-staffCoordinationSearch__body {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
  }
  #staffCoordinationSearch-brand:checked ~ .fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--label, #staffCoordinationSearch-category:checked ~ .fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--productCategory, #staffCoordinationSearch-height:checked ~ .fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--height, #staffCoordinationSearch-shop:checked ~ .fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--shop {
    height: auto;
    opacity: 1;
  }
  .fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--label, .fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--productCategory, .fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--height, .fs-c-staffCoordinationSearch.fs-c-staffCoordinationSearch--shop {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    clear: both;
  }
  .fs-c-variationList__item {
    display: flex;
    flex-direction: column;
  }
  main.product-single .shoplist-button {
    padding: 0 4px;
    width: 50%;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    width: 100%;
    padding: 0 4px;
  }
  .fs-c-coordinationCatalog__footer {
    margin: 10px auto;
  }
  .fs-c-productCarouselMainImage {
    display: block;
  }
  main.product-single .fs-c-variationList__item__body .fs-c-variationList__item__image {
    padding: 0 4px;
    width: 30%;
  }
  .fs-c-productMainImage, .fs-c-productThumbnail {
    display: none;
  }
  .productMain-container {
    display: block;
    padding: 0;
  }
  .fs-c-productMarks {
    margin: 0 20px;
  }
  .fs-c-productList__list__item.fs-c-productListItem .fs-c-productMarks {
    margin: 0;
  }
  .productMain-container .function-mark-wrap {
    margin: 0 20px;
  }
  main.product-single .fs-c-productMark__mark img {
    width: 50px;
    height: 50px;
  }
  span.fs-c-productNameHeading__copy {
    font-size: 14px;
  }
  span.fs-c-productNameHeading__name {
    font-size: 20px;
  }
  main.product-single .fs-c-slick .slick-next::before, main.product-single .fs-c-slick .slick-prev::before {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    padding: 3px;
    background: rgba(0, 0, 0, 0.2);
  }
  main.product-single .fs-c-slick .slick-next, main.product-single .fs-c-slick .slick-prev {
    width: 44px;
    height: 44px;
  }
  .fs-c-breadcrumb {
    white-space: normal;
    line-height: 1.4em;
  }
  main.fs-l-main {
    padding: 0 !important;
  }
  main.product-single .fs-c-productCarouselMainImage__expandButton, main.product-single .fs-c-productMainImage__expandButton {
    display: block;
    height: 50px;
    margin-top: -50px;
    position: absolute;
    z-index: 999;
  }
  .fs-c-button--plain.fs-c-button--viewExtendedImage::before {
    color: #fff;
    font-size: 22px;
    padding: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
  }
}
.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item::before {
  display: none;
}
span.fs-c-coordinationNewMark {
  display: none;
}
#fs_Coordination .fs-c-coordinationList__list span.fs-c-coordinationNewMark {
  /* display: none; */
  background: none;
  width: 5em;
  font-weight: 600;
  rotate: -45deg;
  height: 5em;
  margin-top: -0.7em;
  margin-left: -0.7em;
  /* border-radius: 50%; */
  display: flex;
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#fs_Coordination .fs-c-coordinationList__list span.fs-c-coordinationNewMark:after {
  border-bottom: 50px solid transparent;
  border-left: 50px solid #000;
  content: "";
  position: absolute;
  z-index: -1;
  margin-left: 0em;
  margin-top: 2em;
  rotate: 45deg;
}
time.fs-c-coordinationListItem__publicationDate {
  display: none;
}
.fs-c-coordinationListItem__staffInfo {
  grid-gap: 0;
  justify-content: center;
  margin: 0;
}
.fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo {
  width: 100%;
  display: contents;
}
.fs-c-coordinationListItem__staffInfo__image {
  display: none;
}
.fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__image {
  display: block;
  grid-column: 1 / span 1;
  grid-row: 2 / span 2;
}
.fs-l-staffCoordinationListLayout__list .fs-c-staffImage {
  display: block;
}
a.fs-c-coordinationListItem__staffInfo__shop {
  display: none;
}
a.fs-c-coordinationListItem__staffInfo__shop {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  font-size: 1.1rem;
}
dt.fs-c-productOption__name {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding-bottom: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6, html {
  font-family: 'Poppins', "JosefinSans-Regular", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}
span.fs-c-coordinationListItem__staffInfo__height {}
.fs-c-coordinationCatalog__header {
  margin-bottom: 20px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
h2.fs-c-coordinationCatalog__title {
  border: none;
  color: #000;
  font-size: 1.6rem;
}
.fs-c-coordinationCatalog__list {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.fs-l-main.fs-l-coordinationDetails .fs-c-coordinationCatalog__list {
  grid-template-columns: repeat(auto-fit, calc(100% / 5 - 13px));
  max-height: fit-content;
  grid-gap: 16px;
  padding: 0;
}
a.fs-c-coordinationListItem__staffInfo__name {
  color: #000;
  font-weight: 300;
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
dl.fs-c-productOption {
  border-top: 1px solid #eee;
  padding: 2em 2vw;
}
.fs-c-productOption__comment {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.fs-c-productOption__comment a {
  text-decoration: underline;
  color: #000;
}
.fs-c-coordinationCatalog.fs-c-coordinationCatalog--product.is-sortedByPopularity {
  grid-row-start: 4;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
}
.fs-c-coordinationCatalog__footer {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  margin: 0;
}
.section--coordination .fs-c-coordinationCatalog__footer {
  /* display: none; */
}
.fs-c-coordinationCatalog__footer span:after {
  content: "";
  width: 7px;
  display: inline-block;
  position: relative;
  height: 7px;
  border: 1px solid #000;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-bottom: 2px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.fs-c-coordinationCatalog__footer a {
  color: #000;
  justify-content: space-evenly;
}
.fs-c-variationList__item__body {
  width: 100%;
  gap: 1em;
}
.blank-icon {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 11px;
  height: 9px;
  bottom: 1px;
  left: 5px;
  transform: scale(1);
}
.blank-icon:before, .blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: black;
}
.blank-icon:before {
  top: 0;
  left: 0;
  border-width: 1px;
}
.blank-icon:after {
  top: 2px;
  left: 2px;
  border-width: 0px 1px 1px 0;
}
.fs-c-productOption__comment a {
  text-align: right;
  margin-bottom: 10px;
  width: 100%;
}
.productMain-container-inquiry {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 2em auto;
  align-items: center;
  /* margin-bottom: 20px; */
  justify-content: center;
  gap: 1em;
}
main.product-single .fs-c-buttonContainer--inquiryAboutProduct {
  margin-bottom: 0;
}
.js-drawerBtn.js-drawerOpen span {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.js-drawerBtn.js-drawerOpen.active span {
  border: none;
}
.js-drawerBtn.js-drawerOpen span:after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 4px;
  border: 1px solid #000;
}
/*商品詳細ページスマホ向けデザイン変更*/
@media screen and (max-width: 768px) {
  #header {
    width: 100vw;
  }
  .fs-c-dropdown::after {
    top: 14px;
  }
  .fs-c-coordinationCatalog__footer a {
    display: flex;
    padding: 0.5em;
    border: 1px solid #ccc;
    margin: 2em 20%;
  }
  main.product-single .fs-l-productLayout .fs-l-productLayout__item--1 {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: auto;
  }
  .fs-c-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding: 1%;
  }
  #fs_ProductDetails .fs-l-main {
    margin: 0 auto;
  }
  main.product-single #fs_productCarouselMainImage {
    width: 100%;
  }
  main.product-single .fs-c-productCarouselMainImage__image img {
    margin: 2vw;
    width: calc(100vw - 4vw);
    object-fit: contain;
    aspect-ratio: 5 / 6;
  }
  main.product-single .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    left: 0;
    position: relative;
    padding: 0;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0;
    margin-bottom: 2em;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--1-2 {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0;
    margin-top: 20px;
    top: 0;
    margin-bottom: 0;
  }
  main.product-single .fs-l-productLayout .fs-l-productLayout__item--2 {
    display: flex;
    width: 100%;
    border-top: none;
    position: relative;
    flex-direction: column;
    padding: 0;
    padding-top: 8px;
    margin-bottom: 4em;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--2-1 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding: 0 2vw;
  }
  .fs-l-productLayout__item .fs-l-productLayout__item--2-1 .item-link {
    margin-top: 4px;
    background: none;
    margin-bottom: 20px;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--2-2 {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .fs-c-productCarouselMainImage {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  main.product-single .fs-c-productCarouselMainImage__thumbnailList li {
    flex-basis: 20%;
    margin: 0 0 1% 1%;
  }
  .fs-c-photoswipe.pswp {
    z-index: 9999;
  }
  main.product-single .fs-l-productLayout {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  main.product-single .fs-c-productNameHeading {
    padding-left: 5%;
  }
  main.product-single .fs-c-productPrice--selling .fs-c-productPrice__addon {
    display: block;
    margin-left: 0;
  }
  .fs-c-price {
    display: inline-block;
    align-items: baseline;
    justify-content: initial;
  }
  .fs-c-productPrice {
    display: inline-block;
    position: relative;
  }
  .fs-l-productLayout__item .fs-l-productLayout__item--1-2 .fs-c-productMarks {
    padding-left: 5%;
  }
  .fs-l-productLayout__item .fs-l-productLayout__item--1-2 .function-mark-wrap {
    padding-left: 5%;
  }
  .fs-l-productLayout__item a.kinou_url {
    padding-left: 5%;
  }
  main.product-single .product-single-thumb-title {
    width: auto;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.6rem;
    margin-left: 0;
  }
  main.product-single .product-single-info {
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: none;
  }
  main.product-single .product-single-info p {
    font-size: 1.2rem
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--1-2-2bottom {
    margin-top: 8px;
    margin-bottom: 0;
  }
  main.product-single .fs-c-productPrices {
    display: block;
    padding-left: 5%;
    margin-bottom: 8px;
  }
  main.product-single #_rcmdjp_display_3, main.product-single .fs-c-productNotice, main.product-single .fs-c-productPointDisplay {
    text-align: left;
    padding-left: 5%;
  }
  .fs-c-productPointDisplay {
    background: none;
  }
  main.product-single .product-single-thumb {
    display: flex;
    justify-content: flex-start;
    height: auto;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--1-2-2 {
    border-top: none;
    padding: 20px 5% 10px;
    margin-top: 8px;
    background: #fbfbfb;
  }
  main.product-single .fs-c-variationAndActions__variationLabel {
    display: none;
  }
  .fs-c-variationAndActions__variation.fs-c-variationList div div.fs-c-variationList__item__title {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 8px;
    transition: all .3s;
  }
  main.product-single .product-single-thumb .fs-c-variationList__item__title {
    font-size: 2.66667vw;
    font-weight: 300;
    background: none;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--1-2-2bottom div {
    margin: 8px 2px;
    padding: 0;
    width: 100%;
  }
  .fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_content {
    display: none;
    padding: 2em 2vw;
    padding-bottom: 2em;
    clear: both;
    overflow: hidden;
  }
  .fs-l-productLayout__item .fs-l-productLayout__item--2-2-tabs .tab_content_description {
    font-size: 3.8vw;
    line-height: 1.4em;
  }
  .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    padding: 8px 0;
    text-align: center;
  }
  .fs-p-snsArea {
    margin-left: 0px;
    padding: 0 5% 5%;
  }
  .fs-l-productLayout__item .fs-l-productLayout__item--2-2 .item-link {
    display: flex;
    flex-direction: column;
    padding: 0;
    /*width: 100vw;*/
    margin: 1.2rem 0;
  }
  main.product-single .product-single-content-title {
    /* padding: 0; */
    font-size: 1.6rem;
  }
  h2.fs-p-heading--lv2 {
    font-size: 1.6rem;
  }
  .fs-pt-column__item {
    padding: 4px 0;
  }
  /*サムネイルスクロールバルーン*/
  .thumnail-ballon-box input {
    display: none;
  }
  .thumnail-ballon-box .thumnail-ballon {
    height: 120px;
  }
  /*クリックで中身非表示*/
  .thumnail-ballon-box input:checked ~ .thumnail-ballon {
    display: none;
  }
  .thumnail-ballon {
    height: 140px;
    position: absolute;
    width: 100%;
    margin-top: -140px;
    text-align: center;
  }
  .thumnail-ballon label {
    display: inline-block;
    width: 100%;
    height: 140px;
    color: #fff;
  }
  .thumnail-ballon label:after {
    content: "\f060\f0a6\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    letter-spacing: 1.3em;
    font-size: 1.6em;
    line-height: 3em;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 35px;
  }
  .thumnail-ballon label:before {
    content: "";
    background: #44444498;
    font-size: 14px;
    padding: 8px;
    width: 60%;
    border-radius: 6px;
    height: 80px;
    position: absolute;
    left: 20%;
    bottom: 30px;
  }
  .thumnail-ballon label:after {
    animation-name: fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
  }
  .fs-c-variationList__item__body {
    width: 100%;
    gap: 1em;
  }
  span.fs-c-variationCart__variationName__stock.fs-c-variationCart__variationName__stock--outOfStock {
    font-size: 1rem;
  }
  span.fs-c-variationCart__variationName__name {
    font-size: 1.2rem;
  }
  main.product-single .shoplist-button {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .fs-c-coordinationCatalog.fs-c-coordinationCatalog--product.is-sortedByPopularity {
    padding: 0 2vw;
    display: inline-block;
    margin-top: 0;
    border-top: 1px solid #eee;
    padding-top: 2em;
  }
  dl.fs-c-productOption {
    margin: 0 2vw;
  }
  .fs-c-productOption__comment {
    display: flex;
    flex-direction: column;
  }
  .blank-icon {
    margin-right: 2vw;
  }
  main.product-single .fs-c-variationList__item__cart li .fs-c-variationCart__wishlist {
    order: 3;
    margin: 2vw;
    padding-bottom: 3px;
    /* padding-left: 2px; */
  }
  .fs-c-coordinationCatalog__list {
    height: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2vw;
  }
  .productMain-container-itemnumber {
    margin: 0 2vw;
  }
  .productMain-container-inquiry {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 20px auto;
    align-items: center;
  }
  @keyframes fuwafuwa {
    0% {
      transform: translate(20px, 0);
    }
    100% {
      transform: translate(10px, 0)
    }
  }
}
/*　▼STAFFSTART　コーディネート一覧　*/
.StaffCoordinationSearch_accordion {
  background-color: #ffffff;
}
.StaffCoordinationSearch_accordion:not([open]) {
  margin-bottom: 7px;
}
.StaffCoordinationSearch_accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  font-size: 1.5rem;
}
.StaffCoordinationSearch_accordion summary::-webkit-details-marker {
  display: none;
}
.fs-c-staffCoordinationSearchGroup__heading::after, .StaffCoordinationSearch_accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  transition: transform .3s;
}
.fs-c-staffCoordinationSearchGroup__checkbox:checked + .fs-c-staffCoordinationSearchGroup__heading::after {
  transform: rotate(225deg);
}
.StaffCoordinationSearch_accordion[open] summary::after {
  transform: rotate(225deg);
}
.StaffCoordinationSearch_accordion ul {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 5px 15px;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.StaffCoordinationSearch_accordion[open] ul {
  transform: none;
  opacity: 1;
}
li.fs-c-staffCoordinationSearchMenu__item {
  padding: 0;
}
.fs-c-sortItems {
  display: none;
}
.fs-c-productList__controller, .fs-c-staffList__controller, .fs-c-coordinationList__controller {
  display: flex;
}
.fs-c-listControl {
  display: flex;
  margin-left: 4px;
  margin-top: 6px;
  align-items: center;
  justify-content: center;
}
.fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__profile {
  width: inherit;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: inline-block;
}
ul.fs-c-coordinationTagList {
  margin-bottom: 24px;
  gap: 0.4em 0.6em;
  padding: 1em;
}
.fs-c-pagination__item.is-active {
  background: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
}
.fs-c-pagination__item--next::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  rotate: 45deg;
  border-left: none;
  border-bottom: none;
}
section.product-archive-content .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--next, section.product-archive-content .fs-c-pagination .fs-c-pagination__item.fs-c-pagination__item--prev {
  padding: 0;
  height: auto;
}
.fs-c-pagination {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.fs-c-staffCoordinationSearchGroup__heading {
  background: none;
  border: none;
  padding: 15px 20px;
  margin: 0;
  min-height: 51px;
}
.fs-c-staffCoordinationSearchGroup__heading:hover {
  background: none;
  opacity: .5;
  transition: opacity .2s ease-in-out;
}
.fs-c-staffCoordinationSearchControl__checkbox:checked + .fs-c-staffCoordinationSearchControl__label::after {
  transform: rotate(90deg);
  margin-bottom: 0;
  right: 15px;
}
.fs-c-staffCoordinationSearchControl__label {
  margin: 0px;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 42px;
  background: #fff;
}
.fs-c-staffCoordinationSearchControl__checkbox.fs-c-switchCheckbox:checked + label.fs-c-staffCoordinationSearchControl__label {
  background: #e5e5e5;
  border: #e5e5e5;
}
.fs-c-coordinationListItem__imageContainer {
  grid-row: 1 / span 1;
  grid-column: 1 / span 2;
  margin-bottom: 6px;
}
.fs-c-coordinationListItem__coordinationHeight {
  display: block;
  font-size: 1.2rem;
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
}
.fs-c-coordinationList__list__item {
  padding: 16px 8px;
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr auto auto;
  gap: 0 0.6em;
  justify-items: start;
  align-items: start;
}
.fs-c-coordinationList__controller .fs-c-listControl {
  display: flex;
  justify-content: space-between;
}
.fs-c-pagination__item {
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fs-l-staffCoordinationListLayout__search {
    margin-bottom: 10px;
    position: sticky;
    top: 50px;
    display: block;
    z-index: 4;
  }
}
/*　▼STAFFSTART　コーディネート詳細　*/
.fs-c-coordinationStaffInfo {
  padding: 0;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 36px;
}
.fs-c-coordinationProduct__header {
  margin-bottom: 1em;
}
.fs-c-coordinationTag {
  padding: 0.2em 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.fs-c-coordinationTagList__item {
  /* margin: 0.3em 0; */
  overflow: visible;
}
.fs-c-coordinationCatalog.fs-c-coordinationCatalog--staff.is-sortedByNewestFirst {
  border-top: 1px solid #eee;
  padding-top: 2em;
  margin-top: 1em;
}
.fs-l-coordinationLayout .fs-c-coordinationPublicationDate {
  display: inline-block;
}
.fs-l-coordinationLayout .fs-c-coordinationHeight {
  display: inline-block;
  float: right;
  margin-top: 0;
  font-size: 1.2rem;
}
body#fs_CoordinationDetails span.fs-c-coordinationStaffInfo__height {
  display: none;
}
.fs-l-coordinationLayout .fs-c-coordinationHeight:before {
  content: "モデル身長：";
}
.fs-l-coordinationLayout .fs-c-coordinationComment {
  margin-top: 3em;
}
.fs-l-coordinationLayout__item.fs-l-coordinationLayout__item--2 a {
  color: #000;
}
a.fs-c-coordinationStaffInfo__shop {
  font-size: 1.4rem;
}
a.fs-c-coordinationStaffInfo__name {
  font-weight: 300;
  font-size: 1.4rem;
}
.fs-c-coordinationStaffInfo__profile {
  line-height: 1.8em;
  font-family: "JosefinSans-Regular", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  width: fit-content;
}
a.fs-c-coordinationStaffInfo__label {
  display: none;
}
span.fs-c-coordinationStaffInfo__height {
  font-size: 1.4rem;
}
.fs-l-coordinationLayout .fs-c-coordinationTagList {
  background: none;
  margin: 3em auto;
  padding: 0;
}
.fs-l-coordinationLayout .fs-c-coordinationTagList li {
  /* border: 1px solid #ccc; */
  /* padding-top: 2px; */
  margin: 0;
  height: 2em;
  font-size: 1.3rem;
}
.fs-c-coordinationStaffInfo__image {
  padding-left: 0;
  width: 90px;
}
h2.fs-c-coordinationProduct__title {
  border: none;
  color: #000;
}
article.fs-c-coordinationProduct__list__item.fs-c-productListItem .fs-c-productMarks {
  display: none;
}
span.fs-c-productPrice__addon {
  font-size: 0.8rem;
}
h2.fs-c-coordinationProduct__title {
  border: none;
  color: #000;
}
.fs-c-coordinationCarouselMainImage__thumbnailList > li {
  flex-basis: 10%;
  margin: 0;
}
.fs-c-coordinationCarouselMainImage__thumbnailList {
  display: flex;
  overflow-x: visible;
  flex-wrap: wrap;
  margin: 6px 0;
  padding: 0;
  justify-content: flex-start;
}
img.fs-c-coordinationCarouselMainImage__thumbnail__img {
  width: 100%;
}
.fs-c-coordinationCatalog.fs-c-coordinationCatalog--staff article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem:nth-child(n+6) {
  display: block;
}
.fs-c-coordinationCatalog.fs-c-coordinationCatalog--staff .fs-c-coordinationCatalog__footer {
  margin-right: 10px;
}
main.fs-l-main.fs-l-coordinationDetails .fs-c-coordinationCatalog.fs-c-coordinationCatalog--staff .fs-c-coordinationCatalog__footer {
  display: flex;
  justify-content: center;
}
main.fs-l-main.fs-l-coordinationDetails .fs-c-coordinationCatalog.fs-c-coordinationCatalog--staff .fs-c-coordinationCatalog__footer a {
  border: 1px solid #000;
  padding: 1em;
  margin: 2em auto;
  position: relative;
  display: block;
  width: 25%;
  min-width: 250px;
  font-weight: 600;
  text-align: center;
  color: #000;
  letter-spacing: 0.28em;
}
article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem {
  padding: 0px;
}
article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem:nth-child(n+6) {
  /* display: none; */
}
.fs-c-coordinationProduct img.fs-c-productListItem__image__image.fs-c-productImage__image {
  border: 1px #eee solid;
  object-fit: initial;
}
.fs-c-coordinationProduct__list__item fs-c-productListItem span.fs-c-productName__variation__y:after {
  content: "/";
}
.fs-c-coordinationProduct__list span.fs-c-productName__variation {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fs-c-coordinationProduct__list span.fs-c-productName__variation span.fs-c-productName__variation__x:before {
  margin: 0 2px;
}
.fs-c-coordinationProduct__list span.fs-c-productName__copy {
  display: none;
}
.fs-c-coordinationProduct__list .fs-c-productListItem__prices.fs-c-productPrices {
  font-size: 1.3rem;
  font-family: "JosefinSans-Regular", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}
.fs-c-coordinationProduct__list a.fs-c-button--viewProductDetail.fs-c-button--plain {
  font-size: 1.3rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3px 0 0px;
}
.fs-c-coordinationProduct__list a.fs-c-button--viewProductDetail.fs-c-button--plain:after {
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  display: inline-block;
  border: 1px solid #000;
  border-left: none;
  border-bottom: none;
  rotate: 45deg;
  content: " ";
  margin-left: 4px;
}
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: "";
}
.fs-c-coordinationProduct__list button.fs-c-button--addToWishList--icon.fs-c-button--particular {
  margin: 0 14px 0 10px;
}
@media screen and (max-width: 768px) {
  .fs-c-coordinationProduct .fs-c-coordinationProduct__list {
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .fs-c-coordinationProduct__list h2.fs-c-productListItem__productName {
    margin-bottom: 0;
  }
  .fs-l-coordinationLayout__item .fs-c-coordinationProduct__header {
    margin-bottom: 14px;
  }
  .fs-l-coordinationLayout__item .fs-c-coordinationCarouselMainImage__thumbnailList > li {
    flex-basis: 19%;
    margin: 0px;
    padding: 4px;
  }
  .fs-l-coordinationLayout__item ul.fs-c-coordinationCarouselMainImage__thumbnailList {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin: 0 -5px;
    padding: 0;
    justify-content: flex-start;
  }
  .fs-l-coordinationLayout__item .fs-c-coordinationStaffInfo__image {
    width: 15vw;
    margin-left: 4px;
  }
  .fs-l-coordinationLayout__item .fs-c-coordinationStaffInfo {
    /* border: none; */
    margin: 20px 0;
  }
  .fs-l-coordinationLayout__item.fs-l-coordinationLayout__item--2 {
    margin: auto 2vw;
  }
  .fs-l-coordinationDetails .fs-l-coordinationLayout__item > * + * {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fs-c-coordinationProduct .fs-c-coordinationProduct__list {
    grid-template-columns: 1fr 1fr;
  }
  span.fs-c-productPrice__main {
    font-size: 1.2rem;
  }
  .fs-c-productPrice.fs-c-productPrice--selling {
    display: flex;
  }
  .fs-l-main.fs-l-coordinationDetails .fs-c-coordinationCatalog__list {
    grid-template-columns: 1fr 1fr 1fr;
    max-height: fit-content;
    grid-gap: 8px;
    padding: 0;
  }
  article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem:nth-child(n+7) {
    display: none;
  }
  .fs-c-coordinationCatalog.fs-c-coordinationCatalog--staff {
    display: block;
    margin-top: 50px;
  }
  .fs-c-coordinationCatalog.fs-c-coordinationCatalog--staff {
    margin-top: 0;
  }
  .fs-l-coordinationLayout__item .fs-c-coordinationProduct__header {
    margin-bottom: 8px;
  }
  .fs-c-coordinationCatalog__header {
    margin-bottom: 1em;
  }
  .fs-l-coordinationLayout__item .fs-c-coordinationProduct {
    margin-top: 40px;
  }
  .fs-l-coordinationLayout__item .fs-c-coordinationStaffInfo__image {
    width: 25vw;
    margin-left: 4px;
  }
  article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem:nth-child(6) {
    display: block;
  }
}
/*　▼スタッフ詳細ページ　　*/
.fs-c-staffListItem__profile a {
  color: #000;
}
#fs_StaffDetails .fs-c-coordinationCatalog__list span.fs-c-coordinationListItem__coordinationHeight {
  display: none;
}
#fs_StaffDetails .fs-c-staffDetail {
  display: grid;
  grid-template-rows: 1fr auto;
}
#fs_StaffDetails .fs-c-staffDetail span.fs-c-staffDetail__name {
  display: block;
}
#fs_StaffDetails .fs-c-staffDetail__data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fs-c-staffDetail {
  background: none;
  color: #000;
  grid-template-columns: 90px 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  display: grid;
  align-items: start;
}
.fs-c-staffDetail__image {
  width: 90px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.fs-c-staffDetail__data {
  align-items: baseline;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  width: fit-content;
}
.fs-c-staffDetail__data a {
  color: #000;
}
span.fs-c-staffDetail__gender {
  display: none;
}
span.fs-c-staffDetail__name {
  font-size: 2.2rem;
  font-weight: 300;
  margin-right: 16px;
}
.fs-c-staffInstagram::before {
  margin: 0 4px 0 0;
  font-size: 1.8rem;
}
.fs-c-staffDetail__profile {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}
@media screen and (max-width: 768px) {
  .fs-c-staffDetail__profile {
    text-align: left;
    width: 100%;
  }
  .fs-c-coordinationListItem__image__image {
    line-height: 1em;
    vertical-align: bottom;
  }
  .fs-body-top main#main {
    padding: 0 2vw;
  }
  .fs-c-staffDetail {
    display: flex !important;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin: 0;
    flex-direction: column;
    padding: 2vw;
    margin-bottom: 2em;
    flex-wrap: wrap;
  }
  .fs-c-staffDetail__data {
    line-height: 2em;
    font-size: 1.2rem;
    width: 100%;
  }
  #fs_StaffDetails .fs-c-staffDetail__data {
    display: flex;
    align-items: center;
  }
  span.fs-c-staffDetail__name {
    display: block;
    margin: 0;
  }
  span.fs-c-staffInstagram {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 1.2rem;
    flex-wrap: wrap;
    line-height: 1.6em;
    align-items: center;
  }
}
/*　▼HOME COORDINATION追加　　*/
section#coordination, section#recommend_item {
  /* margin-bottom: 60px; */
}
section#coordination .fs-c-coordinationCatalog__header {
  display: none;
}
section#coordination .fs-c-coordinationCatalog__footer a {
  border: 1px solid #000;
  margin: 10px auto;
  position: relative;
  display: block;
  width: 25%;
  min-width: 250px;
  text-align: center;
  color: #000;
  padding: 10px;
  letter-spacing: 0.28em;
  top: 30px;
}
section#coordination .fs-c-coordinationCatalog__footer span:after {
  margin-left: 20px;
}
section#coordination .fs-c-coordinationCatalog__footer:after {
  margin-left: 22px;
}
section#coordination .fs-c-coordinationListItem__staffInfo__profile {
  display: none;
}
#coordination a.toppage-btn-ol {
  margin: 30px auto;
  position: relative;
  display: block;
  width: 25%;
  min-width: 250px;
  text-align: center;
  color: #000;
  letter-spacing: 0.28em;
}
#coordination a.toppage-btn-ol:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-bottom: 2px;
  margin-left: 10px;
}
section#coordination .fs-c-coordinationListItem__coordinationHeight {
  display: none;
}
#coordination, #recommend_item {
  margin: 200px 0;
}
#coordination .coordination_tab {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 1px solid #A3A3A3;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  transition: all 0.2s ease;
  letter-spacing: 0.4em;
  font-family: 'Poppins', sans-serif;
}
#coordination .coordination_tab:hover {
  opacity: 0.75;
}
#coordination input[name="coordination_tab"] {
  display: none;
}
/*displayを使用すると読み込みに不具合が出る*/
#coordination .fs-c-coordinationCatalog {
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  padding-top: 1em;
}
.fs-c-coordinationCatalog:not(:first-child) {
  margin-top: 0;
}
/*選択されているタブのコンテンツのみを表示*/
/*displayを使用すると読み込みに不具合が出る*/
#coordinationPopularity:checked ~ .fs-c-coordinationCatalog.is-sortedByPopularity, #coordinationNewestFirst:checked ~ .fs-c-coordinationCatalog.is-sortedByNewestFirst {
  height: auto;
  width: 100%;
  opacity: 1;
  padding-bottom: 5em;
  padding-top: 1em;
}
/*選択されているタブのスタイルを変える*/
#coordination input:checked + .coordination_tab {
  color: #000;
  border-bottom: 3px solid #000;
  font-weight: 500;
}
/*　▼開催中のトピックス一覧　　*/
section.active_topics_bunner img {
  width: 340px;
}
.active_topics_bunner div.fs-pt-column {
  display: contents;
}
section.active_topics_bunner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}
/*****************
商品グループページ
詳細検索機能・タブ追加
2023/4
*****************/
.product-archive-aside .fs-p-searchForm {
  display: none;
  height: 0;
  visibility: hidden;
  transition: .4s;
  opacity: 0;
}
.product-archive-aside .searchform-check:checked ~ .fs-p-searchForm {
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: .4s;
  line-height: 2em;
}
.product-archive-aside form.fs-p-productSearch__form {
  padding: 1vw;
}
.product-archive-aside input#searchform-btn {
  display: none;
}
label.search-label {
  margin: 0 auto;
  display: flex;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 1.6rem;
}
.searchform-check:checked + label.search-label {
  border: none;
}
.searchform-check:checked + label.search-label i.open-close:after {
  transition: .4s;
  rotate: 90deg;
  opacity: 0
}
i.open-close {
  display: flex;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  margin-bottom: 2px;
  align-items: center;
}
i.open-close:before {
  width: 15px;
  height: 1px;
  background: #000;
  content: "";
  display: block;
}
i.open-close:after {
  width: 1px;
  height: 15px;
  background: #000;
  content: "";
  display: block;
  margin-left: -8px;
  transition: .4s;
  opacity: 1;
}
.product-archive-aside form.fs-p-productSearch__form {
  margin-bottom: 0;
}
.product-archive-aside .search-container1 {
  display: flex;
  flex-direction: column;
}
.product-archive-aside .search-left, .product-archive-aside .search-right {
  width: 100%;
  padding: 0;
}
.product-archive-aside button.fs-p-searchForm__button.fs-p-inputGroup__button {
  width: 100%;
}
.category_summary {
  white-space: pre-line;
  text-align: left;
  padding: 2vw 3em;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 2em;
  justify-content: center;
}
.category_summary h1 {
  font-family: 'Poppins', "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
}
.category_summary .left {
  width: 200px;
  min-width: 200px;
}
.category_summary .center, .category_summary .right {
  width: fit-content;
  /* margin: 0 auto; */
  /* text-align: center; */
}
img.category_image {
  width: 100%;
}
section#CategoryContent .lookbook_bunner_prodact.fs-pt-column {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-row: auto;
  gap: 1vw;
  margin-top: 30px;
}
section#CategoryContent .lookbook_bunner_prodact.fs-pt-column a:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 769px) {
 .category_page_content .lookbook_bunner_prodact a.fs-pt-column__item {
   width: calc(100% / 4);
 }
 #CategoryBottom .category_page_content .fs-pt-column a.fs-pt-column__item {
   width: calc(100% / 3);
 }
}
ul.category_tab {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5em;
  border-bottom: #ccc solid 1px;
  z-index: 99;
  align-items: flex-end;
}
ul.category_tab li {
  width: calc(20% - 0.5em);
  margin-bottom: -1px;
}
ul.category_tab li a.active, ul.category_tab li.current a {
  margin-bottom: 0px;
  border: #ccc solid 1px;
  border-bottom: #fff solid 1px;
  background: #fff;
  color: #000;
  z-index: 999;
  pointer-events: none;
}
ul.category_tab li a {
  border-bottom: 1px solid #ccc;
  padding: 1em;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #ababab;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  background: #eee;
}
section#CategoryContent, section#CategoryBotoom {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.product-archive-aside .fs-p-productSearch__keyword {
  margin: 0.4em auto 1em;
}
.product-archive-aside input#fs_input_productSearchKeyword {
  width: 100%;
}
.product-archive-aside input#fs_input_productSearchKeyword:focus {}
.product-archive-aside .search-container1 {
  gap: 2em;
  margin-bottom: 1em;

}
.product-archive-aside .s-group {
  margin: 0;
}
.product-archive-aside span.s-title {
  font-size: 1.4rem;
}
.product-archive-aside .fs-p-searchForm input, .fs-p-searchForm select {
  padding: 0.4em 1em 0.2em;
  height: 4rem;
  font-size: 1.4rem;
  border-radius: 3px;
}
.product-archive-aside .search-price-top {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 8px;
}
.product-archive-aside .search-price-top input {
  width: 80%;
  margin-right: 8px !important;
  border-radius: 2px;
  border: 1px solid #B8B8B8;
  font-size: 1.4rem;
  padding: 0.2em;
  height: 3.4rem;
}
.product-archive-aside .search-price-top input:last-child {
  margin: 0;
}
.product-archive-aside .search-price-top input:first-child {
  margin: 0;
}
.product-archive-aside ul.s-color li {
  margin-right: 0;
}
.product-archive-aside .search-color ul {
  display: flex;
  gap: 3vw;
  flex-wrap: wrap;
  justify-content: space-around;
}
.product-archive-aside .search-container2 button {
  margin: 8px auto;
}
.product-archive-aside .product-archive-aside button.fs-p-searchForm__button.fs-p-inputGroup__button.search-reset {
  width: 80%;
  height: 3.6rem;
}
iframe#category_page {
  width: 100%;
}
main.fs-l-main.fs-l-category--page {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}
.category_page_content h2, .category_page_content h3 {
  font-weight: 600;
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 0.4em;
  font-family: 'Poppins', "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  display: flex;
}
.category_page_content .fs-pt-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  gap: 1vw;
}
.fs-pt-menu--lv2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.category_page_content.archivio .fs-pt-menu--lv2 li {
  margin-bottom: 0.5em;
}
.category_page_content.studiopicone .fs-pt-menu--lv2 li {
  width: 20%;
  font-size: 0.8em;
}
.fs-pt-menu--lv3 {
  display: grid;
  justify-content: flex-start;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.casapicone_category .fs-pt-menu--lv3 {
  display: block;
}
.casapicone_category li.fs-pt-menu__item.fs-pt-menu__item--lv2 {
  width: calc(100% / 3);
}
.fs-pt-menu--lv3 li {
  /* width: 20%; */
  padding: 0.5em;
  margin: 0;
  font-size: 0.9em;
}
span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
  display: none;
}
span.fs-pt-menu__heading.fs-pt-menu__heading--lv2 {
  padding: .4em 0 .6em;
  display: flex;
  align-items: center;
}
.category_page_content.archivio span.fs-pt-menu__heading.fs-pt-menu__heading--lv2:after, .category_page_content.piconeclub span.fs-pt-menu__heading.fs-pt-menu__heading--lv2:after, .category_page_content .casapicone_category span.fs-pt-menu__heading.fs-pt-menu__heading--lv2:after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 1px #000 solid;
  border-bottom: none;
  border-left: none;
  rotate: 45deg;
  margin-left: 1em;
}
.category_page_content.archivio .studiopicone span.fs-pt-menu__heading.fs-pt-menu__heading--lv2:after {
  display: none;
}
ul.fs-pt-menu.fs-pt-menu--lv1 {
  width: 100%;
  margin: 0;
}
#_rcmdjp_display_2 .ranking .fr2-listItem:before {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  padding-top: 0.1em;
  font-size: 1em;
  color: #aaa;
  margin-top: 1em;
  margin-left: 1em;
  position: absolute;
}
#_rcmdjp_display_2 .ranking .fr2-listItem:first-child:before {
  content: "1";
  background: darkgoldenrod;
  color: #fff;
}
#_rcmdjp_display_2 .ranking .fr2-listItem:nth-child(2):before {
  content: "2";
  background: darkgray;
  color: #fff;
}
#_rcmdjp_display_2 .ranking .fr2-listItem:nth-child(3):before {
  content: "3";
  background: chocolate;
  color: #fff;
}
#_rcmdjp_display_2 .ranking .fr2-listItem:nth-child(4):before {
  content: "4";
  border: 1px solid #ccc;
}
#_rcmdjp_display_2 .ranking .fr2-listItem:nth-child(5):before {
  content: "5";
  border: 1px solid #ccc;
}
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--al, li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--am {
  margin-bottom: 1em;
  /* padding: 1em; */
  width: 100%;
}
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--al {
  border-bottom: none;
}
section#CategoryBottom {
  padding-top: 1vw;
  width: 100%;
}
ul.category_menu {
  display: flex;
  justify-content: space-around;
  padding: 1em 10em;
  width: 100%;
  font-family: 'Poppins', "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}
ul.category_menu a, ul.category_menu a:visited, ul.category_menu a:hover {
  font-weight: 600;
  font-size: 1.2rem;
}
ul.category_menu a:hover {
  opacity: .5;
}
.category_page_content {
  border-top: 1px solid #ccc;
  padding: 3em 2vw;
}
.category_page_content .fs-recommend--flick {
  margin-bottom: 0;
}
.category_page_content #_rcmdjp_display_1 #fs-recommend--flick, .category_page_content #_rcmdjp_display_2 #fs-recommend--flick {
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: none;
}
a.button {
  border: 1px solid #000;
  padding: .4em 2em;
  margin-top: 1em;
  display: inline-block;
  font-family: 'Poppins', "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  color: #000;
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
a, a:active, a:visited, a:hover, .fs-pt-menu a, .fs-pt-menu a:active, .fs-pt-menu a:visited, .fs-pt-menu a:hover {
  color: #000;
}
.fs-pt-menu a:hover {
  background: #eee;
}
i.blank-icon {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 11px;
  height: 9px;
  bottom: 1px;
  left: 4px;
  transform: scale(0.7);
}
i.blank-icon:before, i.blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: black;
}
i.blank-icon:before {
  top: 0;
  left: 0;
  border-width: 1px;
}
.blank-icon:after {
  top: 4px;
  left: 4px;
  border-width: 0px 1px 1px 0;
}
.category_page_content div#fs-recommend--flick {
  margin-bottom: 0;
}
.rcmd-slick-track {
  flex-direction: row;
  align-items: center;
}
.outlet_categorylink ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: sticky;
  top: 40px;
}
.outlet_categorylink ul li {
  padding: 0.6em 0;
  margin: 0 0.2em;
}
.outlet_categorylink ul li a {
  border: 1px solid #aaa;
  padding: 0.3em 0.8em;
  border-radius: 2px;
}
.outlet_categorylink ul li a.active {
  background: #000;
  border: #000 1px solid;
  color: #fff;
  border-radius: 3px;
}
.outlet_categorylink {
  margin-top: 1em;
  display: none;
}
.outlet_categorylink p {
  font-size: 1.4rem;
  font-family: 'Poppins', "JosefinSans-Regular", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-weight: 500;
}
.outlet_categorylink ul a {
  background: #fff;
}
aside.product-archive-aside .block-list ul a {
  padding-left: 1.5em;
}
a.outlet_btn {
  display: none;
}
ul.studiopicone ul.fs-pt-menu__submenu.fs-pt-menu--lv2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* margin-top: 2em; */
}
ul.studiopicone ul.fs-pt-menu__submenu.fs-pt-menu--lv2 li {
  height: 2em;
  line-height: 1em;
}
.outlet_categorylink.studiopicone-outlet:has(a.active), .outlet_categorylink.archivio-outlet:has(a.active), .outlet_categorylink.piconeclub-outlet:has(a.active) {
  display: block;
}
h1.fs-c-heading.fs-c-heading--page.content-title span.search-result-output {
  font-size: 1.6rem;
  font-family: 'Poppins', "JosefinSans-Regular", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  margin-left: 5px;
}
ul.studiopicone.fs-pt-menu.fs-pt-menu--lv1 {
  /* font-size: 0.8em; */
}
.fs-c-productListItem__image__image {
  aspect-ratio: 5 / 6;
}
li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--pcl {
    width: 100%;
}
@media screen and (max-width: 768px) {
  ul.category_tab li {
    width: inherit;
    font-size: 1rem;
  }
  section#CategoryContent .lookbook_bunner_prodact.fs-pt-column {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  ul.category_tab {
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.9);
  }
  aside.product-archive-aside {
    display: block;
    position: sticky;
    top: 39px;
    z-index: 1000;
  }
  ul.aside_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    gap: 1vw;
    justify-content: space-around;
  }
  ul.aside_menu.sp li {
    width: 100%;
    text-align: center;
  }
  ul.aside_menu.sp li a {
    border: 1px solid #000;
    display: inline-block;
    width: inherit;
    padding: 2vw;
    font-size: 1em;
  }
  .menu-area {
    display: none;
    height: 0;
    overflow: hidden;
    height: 0;
  }
  aside.product-archive-aside #aside_category.panelactive .block-list, aside.product-archive-aside #aside_outlet.panelactive .block-list {
    width: auto;
    margin: 2vw;
    margin-bottom: 80px;
    flex-direction: column;
    z-index: 9999;
    width: calc(100% - 4vw);
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  aside.product-archive-aside .block .block-title {
    margin: 0 2vw;
    width: auto;
    background: #fff;
  }
  #aside_category, #aside_search, #aside_outlet {
    opacity: 0;
    transition: all .3s;
    z-index: -1;
  }
  #aside_category.panelactive, #aside_search.panelactive, #aside_outlet.panelactive {
    opacity: 1;
    z-index: 9998;
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    background: #777777dc;
    flex-direction: column;
    align-content: space-around;
    align-items: stretch;
    justify-content: flex-start;
    left: 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .aside_menu.sp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 2vw;
    padding: 2vw;
  }
  .aside_menu div {
    border: 1px solid #ccc;
    width: 50%;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
  }
  .aside_menu div.active {
    z-index: 1000;
  }
  #header {
    z-index: 999;
  }
  .aside_menu.sp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 2vw;
    padding-bottom: 2vw;
  }
  .aside_menu div {
    border: 1px solid #ccc;
    width: 50%;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #fff;
  }
  .aside_menu .aside_menu_outlet {
    background: #000;
    color: #fff;
    border: #000;
    width: 80%;
  }
  .aside_menu div.active {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    background: #ccc;
    color: #ccc;
    box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
  }
  .aside_menu div.active:after {
    content: "閉じる";
    display: block;
    position: absolute;
    color: #000;
    margin: 0 auto;
    width: 100%;
    font-size: 1em;
    text-align: center;
  }
  div#aside_category {
    height: 100vh;
  }
  .product-archive-aside form.fs-p-productSearch__form {
    padding: 2vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border: none;
    width: auto;
    height: calc(100% - 80px);
    max-height: 100vh;
  }
  .product-archive-aside .fs-p-searchForm {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: .4s;
    margin: 2vw;
  }
  .product-archive-aside label.search-label i {
    display: none;
  }
  .product-archive-aside label.search-label {
    display: none;
  }
  section#CategoryContent, section#CategoryBotoom {
    margin-bottom: 0;
  }
  li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--al, li.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--am {
    padding: 0;
  }
  .fs-pt-menu--lv3 li {
    /* width: 50%; */
    font-size: 0.7em;
  }
  .category_page_content .lookbook_bunner_prodact.fs-pt-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .casapicone_category li.fs-pt-menu__item.fs-pt-menu__item--lv2 {
    width: 100%;
  }
  .casapicone_category .fs-pt-menu--lv3 li {
    width: fit-content;
    font-size: 0.7em;
    padding: 0 2vw;
  }
  #_rcmdjp_display_2 .ranking .fr2-listItem:before {
    margin-left: 0;
    margin-top: 0;
  }
  #aside_outlet + nav.itemgroup_menu .aside_menu {
    display: none;
  }
  #aside_outlet ul:first-child {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 2vw;
    overflow: auto;
    line-height: 3em;
    padding: 0 2vw;
    margin: 2vw 2vw 82px;
    justify-content: flex-start;
  }
  #aside_outlet ul ul, .category_page_content.outlet ul ul {
    display: flex;
    margin-left: 1em;
    margin-bottom: 1em;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #aside_outlet ul ul li, .category_page_content.outlet ul ul li {
    flex-basis: 50%;
    border-bottom: none;
  }
  #aside_outlet li, .category_page_content.outlet li {
    flex: 1 0 auto;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  #aside_outlet li a {
    font-weight: 400;
  }
  #aside_outlet li a:after, .category_page_content.outlet li a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border: 1px solid #000;
    rotate: 45deg;
    border-bottom: none;
    border-left: none;
  }
  .outlet_categorylink p {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.2em;
  }
  .outlet_categorylink {
    /* background: #eeeeeeee; */
    padding: 2vw;
    position: sticky;
    top: 88px;
    z-index: 900;
    margin-top: 0;
  }
  aside.product-archive-aside .block--brand .block-list li a.active, aside.product-archive-aside .block--brand .block-list li a:hover, aside.product-archive-aside .block--brand .block-list li span.active, aside.product-archive-aside .block--brand .block-list li span:hover, aside.product-archive-aside .block--category .block-list li a.active, aside.product-archive-aside .block--category .block-list li a:hover, aside.product-archive-aside .block--category .block-list li span.active, aside.product-archive-aside .block--category .block-list li span:hover {
    background-color: #fff;
  }
  aside.product-archive-aside .outlet_btn {
    display: none;
  }
  .fs-l-pageMain.product-archive-content a.outlet_btn {
    display: flex;
    text-align: end;
    padding: 2vw;
    margin-top: 3vw;
    font-weight: 600;
    color: #000;
    font-size: 1.2rem;
    justify-content: flex-end;
    align-items: center;
  }
  .fs-l-pageMain.product-archive-content a.outlet_btn:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 1px;
    margin-left: 2vw;
    border: 2px solid #000;
    rotate: 45deg;
    border-bottom: none;
    border-left: none;
  }
  .fs-l-pageMain.product-archive-content a.outlet_btn:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    position: absolute;
    right: calc(2vw + 7px);
    margin-top: 9px;
  }
  ul.studiopicone ul.fs-pt-menu__submenu.fs-pt-menu--lv2 {
    display: grid;
    justify-content: flex-start;
    column-gap: 2em;
    row-gap: 1vw;
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
  }
  h3.product-single-content-title, #fs_ProductDetails .section .section-title, #fs_ProductDetails .fs-c-wishlistProduct__title, #fs_ProductDetails .fs-p-heading--lv2 {
    margin-top: 0;
    border-top: #eee 1px solid;
    padding-top: 3em;
  }
  .category_page_content .fs-pt-column {
    flex-direction: column;
  }
  .casapicone_category ul.fs-pt-menu__submenu.fs-pt-menu--lv2 {
    display: block;
    flex-direction: row;
    gap: 2vw;
    grid-template-columns: 1fr 1fr;
  }
  .casapicone_category ul.fs-pt-menu__submenu.fs-pt-menu--lv3 {
    display: flex;
    flex-direction: row;
  }
  .category_page_content.archivio .fs-pt-menu--lv3 {
    grid-template-columns: 1fr 1fr;
  }
  .category_page_content.archivio .fs-pt-menu--lv3 li {
    width: 100%;
  }
  .category_summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 2vw;
  }
  .category_summary .center, .category_summary .right {
    text-align: center;
  }
	ul.fs-pt-menu__submenu.fs-pt-menu--lv3 {
    grid-template-columns: 1fr 1fr;
    font-size: 2rem;
}
}
/*****************
2023.05.11
商品詳細　商品説明タブに画像繰り返し追加
*****************/
.fs-c-productPlainImage {
  border: 1px solid #eee;
  margin-bottom: 1em;
}
.fs-c-productPlainImage img {
  line-height: 1em;
  vertical-align: bottom;
}
/*****************
2023.05.18
アプリ向け　コーデブランド選択ページ
*****************/
.app.coordination-brandlist ul, .shoplist-brandlist ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  flex-direction: row;
  padding: 2vw;
}
.app.coordination-brandlist ul li, .shoplist-brandlist ul li {
  width: 50%;
  padding: 1vw;
}
.app.coordination-brandlist ul li a, .shoplist-brandlist ul li a {
  height: 8em;
  display: flex;
  align-items: center;
  padding: 20%;
  border: #ccc 1px solid;
  background: #fff;
  width: 100%;
}
.app.coordination-brandlist ul li img, .shoplist-brandlist ul li img {
  width: 100%;
}
.app.coordination-brandlist {
  text-align: center;
  height: 100vh;
  max-height: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #eee;
  width: calc(100vw - 2vw);
  max-width: 100%;
  margin-left: -2vw;
}
.shoplist-brandlist {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin: 5em auto;
}
/*****************
2023.05.19
フリーページ　newsテンプレート作成
*****************/
section.fs-l-pageMain.free-page img {
  width: fit-content;
}
section.fs-l-pageMain.free-page .f-brandlist {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
section.fs-l-pageMain.free-page .f-brandlist h5 {
  font-size: 1.6rem;
  font-weight: 600;
}
section.fs-l-pageMain.free-page .f-brandlist img {
  max-width: 140px;
  width: 100%;
  height: auto;
}
.f-news-title {
  background: #f5f5f5;
  padding: 1em;
  margin-bottom: 1em;
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}
.f-news-image {
  margin-bottom: 1em;
}
.f-news-text {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5em;
  letter-spacing: 0.16em;
  white-space: pre-line;
  margin-bottom: 2em;
  padding: 0 2vw;
}
section.fs-l-pageMain.free-page .f-news-text a {
  font-weight: 600;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 0.2em 0;
}
.f-brandlist ul {
  display: flex;
  margin: 1em 0;
  justify-content: flex-start;
  row-gap: 1em;
  width: fit-content;
}
.f-brandlist ul li {
  width: 50%;
}
section.fs-l-pageMain.free-page .f-brandlist ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2em;
  font-size: 1.2rem;
  font-weight: 600;
}
p#f-news-date {
  text-align: end;
  font-size: 1.2rem;
  color: #000;
}
section#f-news {
  margin-bottom: 2em;
}
a.btn {
  border: 1px solid #000;
  padding: 0.6em 1.5em 0.6em 1.2em;
  display: flex !important;
  align-items: center;
  width: fit-content;
}
a.btn:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  content: "";
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-bottom: 2px;
  margin-left: 1em;
}
main.fs-l-main.fs-l-main--page {
  padding: 0;
  max-width: 100vw;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.fs-l-pageMain.free-page .f-brandlist img {
    max-width: 100%;
  }
  .f-brandlist ul {
    display: flex;
    flex-wrap: wrap;
  }
}
/*****************
2023.06.19
CROSSPOINT導入準備
*****************/
.help-content h2 {
  font-size: 3rem;
  font-weight: 600;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  margin-bottom: 0.5em;
}
.help-content {
  color: #000;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
}
.help-content section {
  margin: 0 auto 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
.fs-body-my-account-settings .fs-c-accountService, .fs-body-my-top .fs-c-accountService {
  display: flex;
  gap: 0;
  margin: 0 auto;
  justify-content: flex-start;
}
.fs-body-my-top .fs-l-page {
  margin-top: 0;
}
.fs-c-accountService__page {
  height: auto;
}
body#fs_MyPageTop .fs-l-pageMain {
  display: block;
}
a.fs-c-button--myPageTop.fs-c-button--plain {
  display: block;
  white-space: nowrap;
  border: 1px solid;
  width: auto;
  height: auto;
  padding: 1em 2em;
  margin: 0 auto;
  margin: 30px auto;
  position: relative;
  display: block;
  width: 25%;
  min-width: 250px;
  text-align: center;
  color: #000;
  letter-spacing: 0.28em;
}
.fs-c-buttonContainer--addAddressbook, .fs-c-buttonContainer--addReview--detail, .fs-c-buttonContainer--addProductToWishList, .fs-c-buttonContainer--inquiryAboutProduct, .fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--removeProductFromWishList, .fs-c-buttonContainer--viewAllReviews, .fs-c-buttonContainer--back, .fs-c-buttonContainer--backToRegister, .fs-c-buttonContainer--moveToShoppingCart, .fs-c-buttonContainer--moveToSubscriptionCart, .fs-c-buttonContainer--changeCreditCard {
  justify-content: center;
  margin: 0 auto;
}
.fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  display: block;
}
dl.fs-p-accountInfo__accountRank.user_lank.clearfix.lank2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1em;
}
.fs-body-my-account-settings .user_lank dt, .fs-body-my-top .user_lank dt {
  width: auto;
}
dl.fs-p-accountInfo__accountRank.user_lank.clearfix.lank2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1em;
}
.fs-body-my-account-settings .user_lank dt, .fs-body-my-top .user_lank dt {
  width: auto;
}
.content-title {
  color: #000;
}
.fs-p-accountInfo {
  color: #000;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  color: #000;
  padding: 0 0 1em;
}
.fs-c-accountService__page--couponList {
  flex-basis: auto;
}
.fs-c-accountService__page {
  flex-basis: calc(100% / 6);
  margin: 0;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .fs-c-accountService__page--couponList, .fs-c-accountService__page {
    flex-basis: 50%;
  }
}
/*****************
2023.06.21
会員特典ページ
/f/points/
*****************/
.help-content ul.member-special {
  width: 100%;
  margin-top: 1em;
  display: flex;
  gap: 1em;
  flex-direction: row;
  padding: 2em 1em;
  border-left: none;
  border-right: none;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: #fafafa;
}
.help-content ul.member-special li {
  flex-basis: calc(100% / 3 - 1em);
  border-radius: 50%;
  padding: 1.5em 2em;
  background: #fff;
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.help-content ul.member-special img {
  width: 50%;
  height: auto;
}
p.right {
  display: flex;
  justify-content: flex-end;
}
a.right-link {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.5em;
  margin: 0.5em 0;
  margin-right: 1em;
  font-weight: 600;
}
a.right-link:after {
  content: "";
  height: 0.5em;
  width: 0.5em;
  border: 1px solid;
  display: revert;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
}
.help-container {
  padding: 0 0.5em;
  margin-bottom: 1em;
}
ul.attention li:before {
  content: "※";
}
.help-content section:last-child {
  border-bottom: none;
}
a.btn-plain {
  padding: 1em 3em;
  display: flex;
  border: 1px solid #000;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 6px;
  font-size: 1.8rem;
  align-items: center;
}
a.btn-plain:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-left: 1em;
  margin-right: -0.5em;
}
a.btn-plain.btn-black {
  background: #000;
  color: #fff;
}
.help-column {
  display: flex;
  gap: 2em;
  flex-direction: column;
}
.help-content h4 {
  font-weight: 600;
  border-bottom: 2px #aaa dotted;
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.help-content .fs-l-pageMain h5 {
  font-weight: 600;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.help-content .fs-l-pageMain h5:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  display: inline-block;
  border-radius: 1em;
  margin-right: 0.3em;
}
p.campaign {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 2em auto;
}
p.campaign img {
  width: fit-content;
}
ol.help-process li {
  display: flex;
  margin-left: 1em;
}
ol.help-process li figure {
  width: 30%;
}
ol.help-process li::marker {}
ol.help-process {
  margin-top: 2em;
  display: flex;
  gap: 3em;
  flex-direction: column;
}
ol.help-process p {
  margin: 1em 0;
  width: 70%;
}
section#alreadymembers-summary .help-box {
  margin: 3em auto;
}
.help-content.alreadymembers {
  margin: 5em auto;
}
.help-content.member-agreement ol li, .help-content.site-policy ol li {
  list-style: decimal;
  margin-left: 2em;
}
.help-content.member-agreement ol ol {
  counter-reset: cnt;
}
.help-content.member-agreement ol ol li {
  list-style: none;
  margin-left: 1em;
}
.help-content.member-agreement ol ol li:before {
  counter-increment: cnt;
  content: "("counter(cnt) ") ";
}
.help-content h3 {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  padding: 0 0.1em;
}
section#member-agreement-date {
    text-align: right;
}
section#member-agreement-info {
  text-align: center;
}
.help-content h5 {
  margin-top: 1em;
  font-weight: 600;
  display: flex;
  gap: 0.5em;
  width: fit-content;
  margin-bottom: 0.5em;
  align-items: center;
}
.help-content h5:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #000;
  border-radius: 50%;
}
.help-content .term-list li {
  list-style: circle;
}
.help-content .term-list {
  margin: 2em 1em 0.5em;
}
.help-box.border {
  background: aliceblue;
  padding: 1em;
  line-height: 1.8em;
  margin: 1em 0;
}
.row {
  display: flex;
}
.app_download .row a {
  display: flex;
  align-items: center;
  flex-basis: 50%;
  gap: 1em;
}
.app_download .row {
  gap: 3em;
  width: 100%;
}
.app_download .row p {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
.app_download {
  font-size: 1.8rem;
  font-weight: 600;
  gap: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: #c5b88b 4px solid;
  padding: 1em 3em 1.6em;
}
img.qr_code {
  max-width: 80px;
  min-width: 80px;
  margin: auto;
  background: #fff;
  padding: 5px;
}
ul.sizeguide-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1em auto;
  gap: 1em 0.5em;
}
ul.sizeguide-index li a {
  border: 1px solid #ababab;
  border-radius: 0.2em;
  padding: 0.2em 1em;
}
ul.sizeguide-list li {
  display: flex;
  flex-direction: column;
}
ul.sizeguide-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
ul.sizeguide-list h4 {
  border-bottom: 1px solid #bbb;
  width: fit-content;
  padding: 0.2em 0.4em;
}
article.contentMain.feature-guide {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.shopping-guide .content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .guide_btn a {
    width: 100%;
  }
  .help-content ul.member-special {
    display: flex;
    flex-direction: row;
    width: 100vw;
    margin: 1em calc(50% - 50vw);
    padding: 1em 0;
    gap: 1em 0.5em;
  }
  .help-content ul.member-special li {
    flex-basis: calc(50% - 1em);
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1em;
    align-items: center;
  }
  .help-content {
    max-width: 100vw;
    width: 100%;
  }
  a.right-link {
    padding-right: 2vw;
    font-size: 1.2rem;
  }
  a.btn-plain {
    max-width: 90%;
    padding: 1em;
    text-align: center;
    font-size: 1.4rem;
    display: inline-block;
  }
  .help-container figure img {
    width: 100%;
  }
  .help-container figure {
    width: 100vw;
    margin: 1em calc(50% - 50vw);
  }
  a.btn-plain:after {
    margin-right: 0;
  }
  p.right {
    width: 100vw;
    margin: 1em calc(50% - 50vw);
  }
  ol.help-process li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.fs-l-pageMain.free-page img {
    /* width: 100%; */
  }
  section.fs-l-pageMain.free-page .fs-c-descriptionList__content .line_btn  {
    text-align: center;
  }
  section.fs-l-pageMain.free-page .fs-c-descriptionList__content .line_btn img {
    width: auto;
  }
  ol.help-process li figure {
    width: 80%;
    margin: 0;
    align-self: center;
  }
  ol.help-process ol {
    width: 100%;
  }
  ol.help-process {
    width: fit-content;
  }
  ol.help-process p {
    width: 100%;
  }
}
/*ガイドメニュー周り*/
section.fs-l-pageMain.free-page .feature-guide-list img {
  width: 100%;
}
.guide_menu ul {
  width: 90%;
  max-width: 800px;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.guide_menu ul li a {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #888;
  border-radius: 4px;
  background: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.guide_menu ul li {
  flex-basis: calc(100% / 3 - 0.4em);
}
.guide_menu {
  text-align: center;
  padding: 1em;
  background: antiquewhite;
}
h2.menu-title {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}
section.fs-l-pageMain.free-page.shopping-guide {
  width: 100%;
  max-width: 100vw;
}
.guide_btn {
  margin: 2em auto;
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide_btn a {
  background: #fff;
  padding: .5em 1em .5em 2em;
  width: calc(100% / 3 - 0.4em);
  border: 1px solid #888;
  color: #000;
  margin-top: 0.5em;
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.guide_btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #888;
  margin-left: 2em;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
}
.guide-search {
  width: 100vw;
  display: flex;
  max-width: 100%;
  gap: 1em;
  /* margin-top: 5em; */
  color: #000;
  padding: 5em 2vw;
  flex-direction: column;
  align-items: stretch;
  background: #fafafa;
}
.guide-search p {
  text-align: center;
}
.guide-search h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .5em;
}
.guide-search h5 p {
  font-weight: 300;
  margin-bottom: .5em;
}
button.fs-p-searchForm__button.fs-p-inputGroup__button {
  align-self: center;
  background: none;
}
.guide-search .guide-searchForm {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.guide-searchForm input.fs-p-searchForm__input.fs-p-inputGroup__input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .guide_menu ul {
    width: 100%;
    max-width: 100vw;
    margin: 2vw auto;
    display: flex;
    align-items: stretch;
    flex-direction: row;
  }
  .guide_menu ul li {
    flex-basis: calc(50% - 0.4em);
  }
  .guide_menu ul li a {
    padding: 0.5em;
  }
  .guide_btn a {
    width: 100%;
  }
  .guide-searchForm {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
  .app_download {
    padding: 4vw;
  }
  .app_download .row {
    gap: 1em;
  }
  .app_download .row p {
    justify-content: center;
    font-size: 1rem;
  }
}
/*****************
2023.06.16
HOMEページ　リニューアル
*****************/
#toppage_carousel .fs-c-slick .slick-slide img {
  width: 380px;
}
#toppage_carousel figure {
  margin: 12px;
}
div#toppage_carousel {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.header_area .home_BrandCateLink.fs-pt-column {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  column-gap: 2em;
}
.home_BrandCateLink.fs-pt-column a {
  text-align: center;
}
header.header_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding-top: 1em;
}
header.header_area img {
  width: 140px;
}
.home_BrandCateLink span.fs-pt-column__heading {
  font-size: 1.4rem;
  font-weight: 400;
}
#header.header_area .fs-pt-column .fs-pt-column__item {
  width: auto;
}
.rcmd-slick-slide img {
  height: -webkit-fill-available;
  margin: 0 auto;
  vertical-align: top;
}
.fr2-listItem__imageContainer {
  aspect-ratio: 5 / 6;
  overflow: hidden;
}
.coordinate_tag_carousel figcaption.fs-pt-carousel__slide__caption {
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: rgba(30, 30, 30, 0.4);
}
.coordinate_tag_carousel.fs-pt-carousel.fs-pt-carousel--fitImage.fs-c-slick {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 4.2vw;
}
@media screen and (max-width: 768px) {
  #toppage_carousel figure {
    margin: 0;
  }
  div#toppage_carousel {
    width: 100%;
    max-width: 100vw;
    margin-top: 8px;
  }
  #toppage_carousel .fs-c-slick .slick-slide img {
    width: 100%;
    max-width: 100vw;
  }
}
/*会員カード認証*/
div.card-auth-area {
  max-width: 800px;
  margin: 1em auto;
}
a.hidden.fs-c-button--notAuthenticate.fs-c-button--standard {
  display: none;
}
.card-auth-area .fs-c-inputTable > tbody > tr + tr {
  margin-top: 1em;
}
.card-auth-area a.fs-c-button--notAuthenticate.fs-c-button--standard {
  padding: 15px 0;
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 3em;
}
.card-auth-area .fs-c-inputInformation__field {
  display: flex;
  justify-content: center;
}
h2.card-auth {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
div.card-auth-area div.row p {
  flex-basis: 50%;
}
div.card-auth-area div.row a {
  display: flex;
  /* flex-basis: 50%; */
  align-items: center;
  gap: 1em;
}
div.card-auth-area .row {
  gap: 1em;
}
.card-auth-app {
  display: flex;
  gap: 1em;
}
.card-auth-app div.column {
  /* gap: 1em; */
  display: flex;
  width: 50%;
  background: #fff;
  flex-direction: column;
  padding: 1.2em 1.5em 1em 2em;
  font-weight: 600;
}
.card-auth-app div.column {
  background: #fff;
  width: 50%;
  padding: 1em 1em 1.5em 1.5em;
}
.card-auth-app {
  display: flex;
  gap: 1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .card-auth-app {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card-auth-app div.column {
    width: 80%;
    padding: 1em 1.5em 1.5em 1.5em;
  }
}

/*会員カード認証*/
select#fs_input_birthdayYear, select#fs_input_birthdayMonth, select#fs_input_birthdayDay {
  padding-left: 0.5em;
}
.fs-body-my-account-settings-edit .fs-c-assist.is-error, .fs-body-newsletter-subscribe .fs-c-assist.is-error, .fs-body-register .fs-c-assist.is-error {
  height: auto;
}
.fs-c-birthdayOnceMessage, .fs-c-inputField__explanation {
  text-align: left;
}
.fs-c-inputField__field.fs-c-checkboxGroup.fs-system-assistTarget {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.fs-c-dropdown {
  width: 100%;
}
.fs-c-inputField {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.fs-c-inputField__field.fs-c-checkboxGroup.fs-system-assistTarget {
  display: flex;
  flex-direction: column;
}
/*****************
2023.11.22
商品詳細に関連商品表示
　商品説明（小）を活用
*****************/
.productMain-container .fs-p-productDescription.fs-p-productDescription--short h2 {
  font-size: 1.6rem;
  border-top: 1px solid #eee;
  padding-top: 1em;
}
.fs-p-productDescription--short_box {
  display: flex;
  flex-wrap: wrap;
}
.productMain-container .fs-p-productDescription.fs-p-productDescription--short a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 1em);
  margin: .5em;
}
.fs-p-productDescription.fs-p-productDescription--short {
  grid-row-start: 5;
  grid-column-start: 1;
}
.productMain-container .fs-p-productDescription.fs-p-productDescription--short a img {
  border: 1px solid #eee;
}
/*****************
2024.01.15
実店舗在庫表示
*****************/
body.fs-body-store-inventory-list .fs-c-productStoreInventoryInfo__link {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}
body.fs-body-store-inventory-list .fs-c-productStoreInventoryInfo {
  padding: 0 4px;
}
body.fs-body-store-inventory-list section.fs-l-pageMain {
  width: 80%;
  margin: 0 auto;
}
body.fs-body-store-inventory-list .fs-c-storeInventoryProduct {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
body.fs-body-store-inventory-list .fs-c-storeInventoryProduct .fs-c-storeInventoryProduct__name.fs-c-productName .fs-c-productName__name {
  font-size: 2rem;
}
body.fs-body-store-inventory-list .fs-c-variationAndActions__variationLabel.fs-c-variationLabel {
  margin-top: 1em;
}
body.fs-body-store-inventory-list .fs-c-storeInvetoryInfo {
  margin: 2em 0;
  font-size: 1.6rem;
}
body.fs-body-store-inventory-list span.fs-c-storeListItem__store__address {
  font-size: 1.4rem;
}
body.fs-body-store-inventory-list li.fs-c-storeList__item.fs-c-storeListItem.fs-c-storeListItem--inStock {
  padding: 1em;
}
body#fs_RealStoreInventoryDetails .fs-c-storeInventoryVariation__item__body {
  display: flex;
  flex-direction: column;
}
body#fs_RealStoreInventoryDetails .fs-c-storeInventoryVariation__item {
  display: flex;
  width: calc(50% - 1em);
  border: 1px solid #e5e5e5;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  padding: 1em;
}
body#fs_RealStoreInventoryDetails .fs-c-storeInventoryVariation {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
body#fs_RealStoreInventoryDetails .fs-c-storeInventoryVariation__item__title {
  text-align: center;
  background: none;
  border: none;
  padding-top: 1em;
}
body#fs_RealStoreInventoryDetails .fs-c-variationLabel {
  margin-top: 2em;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
body#fs_RealStoreInventoryDetails div#fs_button_viewStoreList {
  text-align: center;
}
body#fs_RealStoreInventoryDetails iframe {
  width: 100%;
}
body#fs_RealStoreInventoryDetails main.fs-l-main {
  width: 80%;
}
body#fs_RealStoreInventoryDetails .fs-c-storeInventoryProduct {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 4em;
}
body#fs_RealStoreInventoryDetails .fs-c-productName__name {
  font-size: 1.6rem;
}
body#fs_RealStoreInventoryDetails span.fs-c-productNumber {
  font-size: 1.6rem;
}
.fs-c-productStoreInventoryInfo a.fs-c-productStoreInventoryInfo__link {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
}
.fs-body-cart-login .fs-c-guestPurchase {
  border-top: 1px solid #7c8790;
  margin-top: 2em;
  padding-top: 2em;
  text-align: center;
  /* margin: 0 auto; */
  display: block;
}
a.fs-c-button--guestPurchase.fs-c-button--plain {
    width: fit-content;
    display: flex;
    background: #fff;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: .2em;
    padding: 1em 2em;
    margin: 0 auto;
}
.fs-body-login .fs-c-subSection__title {
    position: relative;
}
@media screen and (max-width: 768px) {
  body.fs-body-store-inventory-list section.fs-l-pageMain {
    width: 100%;
  }
	body#fs_RealStoreInventoryDetails main.fs-l-main {
    width: 100%;
}
  body.fs-body-store-inventory-list span.fs-c-storeListItem__stock {
    width: 20%;
    min-width: 20%;
    display: flex;
    align-items: center;
  }
  body.fs-body-store-inventory-list li.fs-c-storeList__item.fs-c-storeListItem.fs-c-storeListItem--inStock {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }
  body.fs-body-store-inventory-list .fs-c-storeList > li {
    gap: 1em;
  }
}

/*会員価格表示設定*/
.fs-c-productMembersLoginLink {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 4px 16px;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
.fs-c-productMembersLoginLink,
.member_price_txt {
  margin-left: 5%;
}
}
.fs-c-productPrice-box .fs-c-productPrice--member {
  line-height:1.5;
  margin-left: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-c-productPrice-box .fs-c-productPrice--member {
  margin-left: 75px;
}
}
.fs-c-productPrice-box .fs-c-productPrice--member span.fs-c-productPrice__addon {
  font-size: 1.2rem;
}
.fs-c-productPrice-box .fs-c-productPrice--member::before{
  color: #fff;
  padding: 0 4px;
  content: "会員価格";
  background: #aa0e2f;
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
.fs-c-productPrice-box .fs-c-productPrice--member::before{
  margin: 0 6px 0 0;
}
}
.fs-c-productPrice-box .fs-c-productPrice.fs-c-productPrice--member {
  display: inline-flex;
  color: #bf0010;
}
.fs-c-productPrice-box .fs-c-productPrice.fs-c-productPrice--member span.fs-c-productPrice__main__price {
  color: #bf0010;
}
.fs-c-productListItem__prices .fs-c-productPrice.fs-c-productPrice--member {
  display: inline-flex;
  color: #bf0010;
}
.fs-c-productListItem__prices .fs-c-productPrice.fs-c-productPrice--member span.fs-c-productPrice__main__price {
  color: #bf0010;
}
.fs-c-productListItem__prices .fs-c-productPrice--member::before{
  font-size: 11px;
  color: #fff;
  padding: 0 4px;
  margin-right: 4px;
  content: "会員価格";
  background: #aa0e2f;
  position: relative;
  bottom: 2px;
}
.fs-c-productListItem__prices .fs-c-productPrice--member span.fs-c-productPrice__addon {
  font-size: 1rem;
}
/*ブランドトップカルーセル*/
.top_mvslide {
 margin-bottom: 1.6rem;
}
.top_mvslide img {width: 100%;/* height: 300px; */object-fit: cover;}
.top_mvslide .fs-pt-carousel__slide img {
 width: auto;
 height: 110px;
 margin: 1.6rem 1.2rem 0;
}
@media screen and (max-width: 768px) {
.top_mvslide img {
 height: auto;
}
.top_mvslide .fs-pt-carousel__slide img {
 max-width: 100%;
 height: 90px;
 padding: 0 2%;
 margin: 1.6rem 0 0;
}
}
/*商品一覧カテゴリーボトムカルーセル*/
section.active_topics_bunner .topics_slide {
 margin: 2rem 0 0;
}
.topics_slide .fs-pt-carousel__slide img {
  width: auto;
  height: 120px;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
section.active_topics_bunner .topics_slide {
 margin: 0.7rem 0 0;
}
.topics_slide .fs-pt-carousel__slide img {
 max-width: 100%;
 padding: 0 2%;
 margin: 0;
}
}
/*商品詳細ページ（関連アイテム）カルーセル*/
.fs-l-productLayout__item--2-2 .description_ttl {
 font-size: 1.7rem;
 letter-spacing: 0.2rem;
 font-weight: 600;
 margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
.fs-l-productLayout__item--2-2 .description_ttl {
  text-align: center;
}
}
#relatedProduct {
  scroll-margin-top: 50px;
}
@media screen and (max-width: 768px) {
#relatedProduct {
  scroll-margin-top: 80px;
}
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-c-featuredProduct a:before {
  content: none;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-c-featuredProduct .fs-c-productMarks,
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-c-featuredProduct .fs-c-productPrice {
  display: none;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-c-featuredProduct .fs-c-featuredProduct__title {
　font-size: 1.6rem;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-c-featuredProduct .fs-c-featuredProduct__title {
  display: inline-block;
  text-align: center;
}
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-p-productDescription--short {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-p-productDescription--short {
  margin: 0;
}
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-p-productDescription--short_box {
  gap: 8px;
  line-height: 1.4;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-p-productDescription--short_box a {
  width: calc((100% - 20px) / 3);
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-p-productDescription--short h2 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-c-coordinationCatalog {
 padding-bottom: 1.6rem;
 margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-c-coordinationCatalog {
  padding: 5rem 0 3.3rem;
  margin-bottom: 5rem;
}
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-1 .fs-c-coordinationCatalog__list {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
margin-bottom: 16px;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .coordinateItem_box {
  margin: 30px 0 14px;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .coordinateItem_ttl {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  width:100%;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .coordinateItem_img:nth-child(n+3) {
  padding-top: 50px;
  margin-top: 30px;
} 
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .coordinateItem_txt {
  line-height: 2.8rem;
  padding-bottom: 1.5rem;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .coordinateItem_txt a {
	color: #1CBA9B;
	border-bottom: 1px solid #1CBA9B;
}
@media screen and (max-width: 768px) {
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .coordinateItem_ttl {
  text-align:center;
}
.fs-l-productLayout__item .fs-l-productLayout__item--2-2 .coordinateItem_img:nth-child(n+3) {
  padding-top: 32px;
  margin-top: 16px;
} 	
}
.fs-pt-column__heading {
  text-align: center;
  font-weight: 500;
  margin: 0.8rem 0;
  font-size: 1.6rem;
  background: #fff;
}

/*バンドル_カート内ボタン*/
.fs-c-cartBundleInfo__list > li > a {
  text-align: center;
  padding: 8px 0;
}
.fs-c-cartBundleInfo__list > li > a::after {
  content: "の対象商品はこちら　>";
}

/*購入完了画面テキストリンク*/
.CheckoutSuccess_linkbox .linklist_btn {
  width: 40%;
  border: 1px solid #555;
  padding: 8px 24px 8px 8px;
  margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.CheckoutSuccess_linkbox .linklist_btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #555;
    margin-left: 2em;
    rotate: 45deg;
    border-bottom: none;
    border-left: none;
}
@media screen and (max-width: 768px) {
.CheckoutSuccess_linkbox .linklist_btn {
  width: 80%;
}
.CheckoutSuccess_linkbox .linklist_btn {
  margin: 0 auto 20px;
}
}
@media screen and (min-width: 769px) {
#fs_CheckoutSuccess .cartNav {
    width: 50%;
}
.fs-c-checkoutSuccess h2 {
  font-size: 3rem;
}
}
.toppage-main-contents.fs-pt-column {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 2em;
}

section#toppage-contents:before {
    content: "CONTENTS";
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 5em;
    font-size: 30px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 500;
}

section#toppage-contents {
    margin-bottom: 10em;
}
section#toppage-category h3 {
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid;
    padding: .2em;
}

section#toppage-category div.container {
    margin-bottom: 5em;
}

section#toppage-category ul.casapicone_category.fs-pt-menu.fs-pt-menu--lv1 {
    padding: 1em;
}

section#toppage-category ul.studiopicone.fs-pt-menu.fs-pt-menu--lv1 {
    padding: 1em;
}

section#toppage-category ul.fs-pt-menu.fs-pt-menu--lv1 {
    padding: 1em;
}
section#toppage-category {
    background: #fffcf2;
    padding: 5em 0;
}
@media screen and (max-width: 768px) {
.toppage-main-contents.fs-pt-column {
    display: flex;
    flex-direction: column;
    width: 80%;
	}}

/*pointupページ調整*/
.f-news-image.news_pointupimg {
  text-align: center;
}
.f-brandlist.news_pointup {
  padding: 0 2vw;
}
.f-brandlist.news_pointup ul {
    display: flex;
    margin: 1em 0;
    justify-content: flex-start;
    row-gap: 0;
    width: auto;
  gap: 24px;
}
section.fs-l-pageMain.free-page .f-brandlist.news_pointup img {
max-width: 100%;
}
section.product-archive-content .fs-c-productMark__mark.mark-label-sale img {
    width: auto;
    height: 17px;
}
@media screen and (max-width: 768px) {
  .f-brandlist.news_pointup {
  padding: 0 0;
}
.f-brandlist.news_pointup ul {
  gap: 8px;
}
.f-brandlist.news_pointup ul li {
  width: calc((100% - 8px) / 2);
}
}
.fs-c-orderHistoryItem__button.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
    display: none;
}

#fs_ShoppingCart .fs-c-featuredProduct .fs-c-productMarks {
    display: none;
}

/*住所1注意文追記*/
.fs-c-inputTable .fs-c-inputTable__headerCell:has(#fs_label_addressLine1)::after {
	content:"番地以降の入力漏れにご注意ください";
	color: #f34848;
 	font-size: 1.2rem;
}

/*購入画面_クーポン利用*/
.fs-c-checkout-couponInfo__message {
  	color: #f34848;
}
.fs-c-checkout-couponList__item {
  background: #fdfeff;
  border: 1px solid #ccc;
}
.fs-c-checkout-couponList__item.is-active {
  background: #fdfeff;
}
.fs-c-checkout-couponCodeInput__input {
    border: 1px solid #ccc;
}

/*bf2024_offtag*/
section.product-archive-content .fs-c-productMark__mark.mark-bfper img {
    width: 50%;
    height: auto;
    margin: 0;
}
main.product-single .fs-c-productMark__mark.mark-bfper img {
    width: 95px;
    height: 18px;
}
/*odense-cat*/
p#odense-comment {
    font-size: 1.6rem;
    padding: 1em;
}


/*nav acc 調整*/
.product-archive-aside .block-list ul {
    margin-left: 1em;
}

/*PU2502 マーク*/
section.product-archive-content .mark-label-point .fs-c-productMark__label,
main.product-single .mark-label-point .fs-c-productMark__label {
	color: #faf6eb;
	background: #eb5454;
	border: #eb5454 solid 1px; 
}

/*　メールアドレス認証画面　*/
button.fs-c-button--resendVerificationCode.fs-c-button--plain {
    width: 100%;
    height: 1em;
    display: contents;
}

.fs-c-inputField__button.fs-c-buttonContainer.fs-c-buttonContainer--resendVerificationCode {
    justify-content: center;
    margin: 10px 0 0 0;
}


button.fs-c-button--resendVerificationCode.fs-c-button--plain span.fs-c-button__label {
    background: #ccc;
    padding: .4em 2em;
    border-radius: 3px;
    color: #000;
    border: 1px solid;
    font-size: .8em;
}

/*商品詳細　項目選択肢　調整*/

.fs-c-productSelection__field input[type="text"] {
    background-color: #eee;
    margin: .4em auto;

}
[type=hidden]:focus, [type=text]:focus, [type=search]:focus, [type=tel]:focus, [type=url]:focus, [type=email]:focus, [type=password]:focus, [type=datetime]:focus, [type=date]:focus, [type=month]:focus, [type=week]:focus, [type=time]:focus, [type=datetime-local]:focus, [type=number]:focus, select:focus, textarea:focus {
    border-color: #555;
    box-shadow: inset 0 0 1px #555;
    outline: #555 1px solid;
}
dd.fs-c-productSelection__selection {
    margin-bottom: 2em;
}
.productMain-containerR .productMain-container-variation div.fs-c-productActionButton.fs-c-buttonContainer {
    display: none;
}

.productMain-containerR.productMain-container-variation {
    display: flex;
    flex-direction: column;
}

.productMain-containerR.productMain-container-variation .fs-c-productQuantityAndWishlist {
    margin: 0 auto;
}

.productMain-containerR.productMain-container-variation select.fs-c-quantity__select.fs-system-quantity-list {
    border: 1px solid;
}

.productMain-containerR.productMain-container-variation .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget:before {
    display: block;
    content: "数量";
}

.productMain-containerR.productMain-container-variation span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.productMain-containerR.productMain-container-variation .fs-c-productActionButton.fs-c-buttonContainer {display: flex;justify-content: center;}

button.fs-c-button--addToWishList--detail.fs-c-button--particular {
    top: 10px;
}

/*HOME RECOMMEND-ITEMエリア*/
section#recommend_item  .fs-c-productMarks {
    display: none;
}

section#recommend_item  .fs-c-productPrice.fs-c-productPrice--selling {
    display: flex;
    justify-content: flex-end;
}

section#recommend_item  span.fs-c-productName__copy {
    display: none;
}

section#recommend_item  p.home_recommend-item_text {
    border-bottom: 1px solid #aaa;
    margin-bottom: 1em;
    padding-left: .4em;
    padding-bottom: .6em;
    font-weight: 600;
    display: flex;
    gap: .3em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5em;
}

/*mark*/
section.product-archive-content .fs-c-productMark__mark.mark_campaign img {
    width: 50%;
    height: auto;
    margin: 0;
}
main.product-single .fs-c-productMark__mark.mark_campaign img {
    width: 95px;
    height: 18px;
}
section.product-archive-content .fathers2025_mark .fs-c-productMark__label,
main.product-single .fathers2025_mark .fs-c-productMark__label {
  background-color: #857bca;
  color: white;
  border: #857bca solid 1px;
  line-height: 1.2;
}

/*タグ画像_続きを見る*/
.item-composition .tagimg_box {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding-bottom: 4rem;
	margin-bottom: 2rem;
}
.item-composition .tagimg_more {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgb(255 255 255) 50%);
	padding: 4rem 0;
}
.item-composition .tagimg_open .tagimg_more {
	background: #ffffff00;
}
.item-composition .tagimg_more::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '\025bc続きを見る';
	color: #3b3b3b;
	font-size: 1.6rem;
	width: 100%;
}
.item-composition .tagimg_active .tagimg_more::before {
	content: '\025b2閉じる';
}

/*VIPSALE用マーク*/
main.product-single .vipsale20-mark .fs-c-productMark__label,
main.product-single .vipsale-mark .fs-c-productMark__label,
main.product-single .a-pre2506-30mark .fs-c-productMark__label,
main.product-single .mark-label-25clearance .fs-c-productMark__label,
section.product-archive-content .vipsale20-mark .fs-c-productMark__label,
section.product-archive-content .vipsale-mark .fs-c-productMark__label,
section.product-archive-content .a-pre2506-30mark .fs-c-productMark__label,
section.product-archive-content .mark-label-25clearance .fs-c-productMark__label {
  background: #e60122;
  color: #fff;
  border: 1px solid #e60122;
}
/*PRESALE用マーク*/
main.product-single .pre2506-20mark .fs-c-productMark__label,
main.product-single .p-pre2506-30mark .fs-c-productMark__label,
main.product-single .c-pre2506-30mark .fs-c-productMark__label,
main.product-single .pre2506-40mark .fs-c-productMark__label,
section.product-archive-content .pre2506-20mark .fs-c-productMark__label,
section.product-archive-content .p-pre2506-30mark .fs-c-productMark__label,
section.product-archive-content .c-pre2506-30mark .fs-c-productMark__label,
section.product-archive-content .pre2506-40mark .fs-c-productMark__label {
  background: #2f2f6e;
  color: #fff;
  border: 1px solid #2f2f6e;
}