@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* components
-----------------------------------------------------------------*/
.fs-c-productCarouselMainImage__expandButton,
.fs-c-stockSignLegend__legend,
.fs-c-productListItem__viewMoreImageButton,
.fs-c-productListItem__control.fs-c-buttonContainer,
.fs-c-productListItem__productDescription,
.fs-c-productPrice__addon {
  display: none; }

@media print, screen and (max-width: 767px) {
  .c-news {
    margin: 66px 30px; } }

@media print, screen and (min-width: 768px) {
  .c-news {
    display: flex;
    width: 856px;
    margin: 80px auto; } }

@media print, screen and (min-width: 768px) {
  .c-news .c-sectionTitle {
    flex-shrink: 0;
    width: 21%;
    align-items: initial;
    justify-content: initial; } }

@media print, screen and (min-width: 768px) {
  .c-newsContents {
    flex-grow: 1; } }

@media print, screen and (max-width: 767px) {
  .c-newsList {
    min-height: 50px; } }

@media print, screen and (min-width: 768px) {
  .c-newsList {
    min-height: 100px; } }

.c-newsList_node {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef; }
  .c-newsList_node + .c-newsList_node {
    margin-top: 15px; }

.c-newsList_nodeLink {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .c-newsList_nodeLink {
      transition: opacity .3s ease; }
      .c-newsList_nodeLink:hover {
        opacity: .5; } }

.c-newsList_nodeHead {
  display: flex;
  align-items: center;
  color: #adadad;
  line-height: 1.3; }
  @media print, screen and (max-width: 767px) {
    .c-newsList_nodeHead {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .c-newsList_nodeHead {
      font-size: 12px; } }

.c-newsList_nodeHead_date {
  flex-shrink: 0;
  letter-spacing: .08em;
  font-weight: 100; }

.c-newsList_nodeHead_category {
  padding-left: 14px;
  margin-left: 14px;
  letter-spacing: .2em;
  border-left: 1px solid #adadad;
  font-weight: 100;
  word-break: beak-word; }

.c-newsList_nodeTitle {
  margin-top: 7px;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8; }

.c-newsViewmore {
  display: inline-block;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-top: 40px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  color: #adadad; }
  @media print, screen and (min-width: 768px) {
    .c-newsViewmore {
      transition: opacity .3s ease; }
      .c-newsViewmore:hover {
        opacity: .5; } }
  .c-newsViewmore::before {
    display: block;
    position: absolute;
    top: calc( 50% - 1px/2);
    left: 0;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #adadad; }

@media print, screen and (max-width: 767px) {
  .topSection .c-itemSlider_wrapper .fs-c-productList__list {
    padding-bottom: 15px; } }

#_rcmdjp_display_1 .fs-c-productPrices,
#_rcmdjp_display_2 .fs-c-productPrices,
.fs-c-featuredProduct .fs-c-productPrices {
  display: flex;
  align-items: flex-end;
  letter-spacing: .08em; }

#_rcmdjp_display_1 .fs-c-productPrice--selling,
#_rcmdjp_display_2 .fs-c-productPrice--selling,
.fs-c-featuredProduct .fs-c-productPrice--selling {
  order: 2;
  font-size: 12px; }

#_rcmdjp_display_1 .fs-c-productPrice--listed + .fs-c-productPrice--selling,
#_rcmdjp_display_2 .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #ff2626;
  padding-left: 8px; }

#_rcmdjp_display_1 .fs-c-productPrice--listed,
#_rcmdjp_display_2 .fs-c-productPrice--listed,
.fs-c-featuredProduct .fs-c-productPrice--listed {
  order: 1;
  color: #adadad;
  text-decoration: line-through;
  font-size: 10px; }

@media print, screen and (max-width: 767px) {
  #_rcmdjp_display_1,
  #_rcmdjp_display_2,
  .fs-c-featuredProduct {
    margin-top: 64px; } }

@media print, screen and (min-width: 768px) {
  #_rcmdjp_display_1,
  #_rcmdjp_display_2,
  .fs-c-featuredProduct {
    margin-top: 120px; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list,
  .c-itemSlider_wrapper {
    padding-bottom: 15px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrices,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrices,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrices,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrices,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrices,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrices {
  display: flex;
  align-items: flex-end;
  letter-spacing: .08em; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--selling,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--selling {
  order: 2;
  font-size: 12px; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #ff2626;
  padding-left: 8px; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--listed,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--listed,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--listed,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--listed,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--listed,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--listed {
  order: 1;
  color: #adadad;
  text-decoration: line-through;
  font-size: 10px; }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list,
  .fs-c-featuredProduct__list .fs-c-productList__list,
  .fs-c-featuredProduct__list .c-itemSlider,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list,
  .c-itemSlider_wrapper .fs-c-productList__list,
  .c-itemSlider_wrapper .c-itemSlider {
    display: flex;
    overflow: auto; } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list,
  .fs-c-featuredProduct__list .fs-c-productList__list,
  .fs-c-featuredProduct__list .c-itemSlider,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list,
  .c-itemSlider_wrapper .fs-c-productList__list,
  .c-itemSlider_wrapper .c-itemSlider {
    min-width: 1024px;
    max-width: 1200px;
    display: block;
    position: relative;
    padding: 0 60px;
    margin: 48px auto 0; }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow,
    .fs-c-featuredProduct__list .c-itemSlider .slick-arrow,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow,
    .c-itemSlider_wrapper .c-itemSlider .slick-arrow {
      display: inline-block;
      top: 50%;
      transform: translateY(-50%);
      width: 29px;
      height: 29px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 1001;
      width: 29px;
      filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) {
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow,
      .fs-c-featuredProduct__list .c-itemSlider .slick-arrow,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow,
      .c-itemSlider_wrapper .c-itemSlider .slick-arrow {
        transition: opacity .3s ease; }
        .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow:hover,
        .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow:hover,
        .fs-c-featuredProduct__list .c-itemSlider .slick-arrow:hover,
        .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow:hover,
        .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow:hover,
        .c-itemSlider_wrapper .c-itemSlider .slick-arrow:hover {
          opacity: .5; } }

@media print, screen and (min-width: 768px) {
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-arrow::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 9px;
        background-image: url(../svg/slider_arrow-b.svg);
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: center; }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-prev,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-prev,
    .fs-c-featuredProduct__list .c-itemSlider .slick-prev,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-prev,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-prev,
    .c-itemSlider_wrapper .c-itemSlider .slick-prev {
      left: 30px; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-prev::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-prev::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-prev::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-prev::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-prev::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-prev::before {
        transform: translate(-50%, -50%) rotate(180deg); }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-next,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-next,
    .fs-c-featuredProduct__list .c-itemSlider .slick-next,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-next,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-next,
    .c-itemSlider_wrapper .c-itemSlider .slick-next {
      right: 30px; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-next::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-next::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-next::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-next::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-next::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-next::before {
        transform: translate(-50%, -50%); } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list.checkedItem .c-itemSlider,
  .c-itemSlider_wrapper.checkedItem .c-itemSlider {
    display: flex; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    width: 155px;
    flex-shrink: 0;
    padding-left: 15px; } }

@media print, screen and (max-width: 374px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    width: 145px; } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    max-width: 216px;
    padding: 0 20px; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem:last-of-type,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem:last-of-type,
  .fs-c-featuredProduct__list .c-itemSlider_node:last-of-type,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem:last-of-type,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem:last-of-type,
  .c-itemSlider_wrapper .c-itemSlider_node:last-of-type {
    width: 170px;
    padding-right: 15px; } }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a,
.fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a,
.fs-c-featuredProduct__list .c-itemSlider_node a,
.c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a,
.c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a,
.c-itemSlider_wrapper .c-itemSlider_node a {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a,
    .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a,
    .fs-c-featuredProduct__list .c-itemSlider_node a,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a,
    .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a,
    .c-itemSlider_wrapper .c-itemSlider_node a {
      transition: opacity .3s ease; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a:hover,
      .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a:hover,
      .fs-c-featuredProduct__list .c-itemSlider_node a:hover,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a:hover,
      .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a:hover,
      .c-itemSlider_wrapper .c-itemSlider_node a:hover {
        opacity: .5; } }

.fs-c-featuredProduct__list .c-itemSlider_nodeLink,
.c-itemSlider_wrapper .c-itemSlider_nodeLink {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .fs-c-featuredProduct__list .c-itemSlider_nodeLink,
    .c-itemSlider_wrapper .c-itemSlider_nodeLink {
      transition: opacity .3s ease; }
      .fs-c-featuredProduct__list .c-itemSlider_nodeLink:hover,
      .c-itemSlider_wrapper .c-itemSlider_nodeLink:hover {
        opacity: .5; } }

.fs-c-featuredProduct__list .fs-c-productListItem__imageContainer img,
.fs-c-featuredProduct__list .c-itemSlider_nodeImg img,
.c-itemSlider_wrapper .fs-c-productListItem__imageContainer img,
.c-itemSlider_wrapper .c-itemSlider_nodeImg img {
  width: 100%; }

.fs-c-featuredProduct__list .fs-c-productName__copy,
.fs-c-featuredProduct__list .c-itemSlider_nodeCategory,
.c-itemSlider_wrapper .fs-c-productName__copy,
.c-itemSlider_wrapper .c-itemSlider_nodeCategory {
  display: block;
  margin-top: 15px;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.3;
  color: #adadad; }

.fs-c-featuredProduct__list .fs-c-productName__name,
.fs-c-featuredProduct__list .c-itemSlider_nodeName,
.c-itemSlider_wrapper .fs-c-productName__name,
.c-itemSlider_wrapper .c-itemSlider_nodeName {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.3;
  white-space: normal; }

.fs-c-featuredProduct__list .fs-c-productPrices,
.fs-c-featuredProduct__list .c-itemSlider_nodePrice,
.c-itemSlider_wrapper .fs-c-productPrices,
.c-itemSlider_wrapper .c-itemSlider_nodePrice {
  display: flex;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.3; }
  .fs-c-featuredProduct__list .fs-c-productPrices::after,
  .fs-c-featuredProduct__list .c-itemSlider_nodePrice::after,
  .c-itemSlider_wrapper .fs-c-productPrices::after,
  .c-itemSlider_wrapper .c-itemSlider_nodePrice::after {
    content: none; }

.fs-c-featuredProduct__list .fs-c-productMarks,
.c-itemSlider_wrapper .fs-c-productMarks {
  display: none; }

.fs-c-productMark__mark {
  font-size: 10px;
  letter-spacing: .02em;
  padding: 0; }

.fs-c-productMark__item {
  margin-right: 18px; }

.c-label-new {
  color: #ff2626; }

.c-label-standard {
  color: #539fc7; }

.c-label-limited {
  color: #005d2a; }

.c-label-restock {
  color: #539fc7; }

.c-label-sold {
  color: #6a6a6a; }

display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
font-weight: bold;
letter-spacing: .2em;
border-radius: 4px;
border: 1px solid;
transition: border .3s ease, background-color .3s ease, color .3s ease;
@media print, screen and (max-width: 767px) {
  max-width: 100%; }

width: 250px;
height: 50px;
margin: auto;
border-color: #adadad;
background-color: #ffffff;
@media print, screen and (min-width: 768px) {
  :hover {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #ffffff; } }

.c-itemsRefine_head {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  @media print, screen and (max-width: 767px) {
    .c-itemsRefine_head {
      height: 45px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemsRefine_head {
      height: 60px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemsRefine_head span {
      transition: opacity .3s ease; } }
  @media print, screen and (min-width: 768px) {
    .c-itemsRefine_head:hover span {
      opacity: .5; } }

.c-itemsRefine_head_text {
  padding-right: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  color: #6a6a6a; }

.c-itemsRefine_head_icon {
  position: relative;
  width: 10px;
  height: 10px; }
  .c-itemsRefine_head_icon span {
    display: block;
    position: absolute;
    top: calc( 50% - 1px/2);
    top: calc( 50% - 1px/2);
    width: 10px;
    height: 1px;
    background-color: #6a6a6a;
    -webkit-backface-visibility: hidden; }
    .c-itemsRefine_head_icon span:nth-of-type(1) {
      transform: rotate(90deg);
      transition: transform .3s ease; }
    .is-navOpen .c-itemsRefine_head_icon span:nth-of-type(1) {
      transform: rotate(0); }

.fs-preview-header {
  display: none !important; }

@media print, screen and (max-width: 767px) {
  .fs-body-coordination .fs-l-main,
  .fs-body-staff .fs-l-main,
  .fs-body-coordinationDetails .fs-l-main,
  .fs-body-staffDetails .fs-l-main {
    margin-top: 106px; } }

@media print, screen and (min-width: 768px) {
  .fs-body-coordination .fs-l-main,
  .fs-body-staff .fs-l-main,
  .fs-body-coordinationDetails .fs-l-main,
  .fs-body-staffDetails .fs-l-main {
    margin-top: 152px; } }

/*
もっと見るボタン
------------------------------------*/
.fs-c-viewAllCoordinationLink__label {
  font-size: 0; }
  .fs-c-viewAllCoordinationLink__label::after {
    content: 'VIEW MORE';
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .2em; }

#fs_StaffDetails .fs-c-coordinationCatalog__list, #fs_Coordination .fs-c-coordinationList__list,
#fs_Coordination .fs-c-staffList__list,
#fs_Staff .fs-c-coordinationList__list,
#fs_Staff .fs-c-staffList__list {
  display: flex;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 767px) {
    #fs_StaffDetails .fs-c-coordinationCatalog__list, #fs_Coordination .fs-c-coordinationList__list,
    #fs_Coordination .fs-c-staffList__list,
    #fs_Staff .fs-c-coordinationList__list,
    #fs_Staff .fs-c-staffList__list {
      gap: 64px 15px; } }
  @media print, screen and (min-width: 768px) {
    #fs_StaffDetails .fs-c-coordinationCatalog__list, #fs_Coordination .fs-c-coordinationList__list,
    #fs_Coordination .fs-c-staffList__list,
    #fs_Staff .fs-c-coordinationList__list,
    #fs_Staff .fs-c-staffList__list {
      gap: 52px 40px; } }

@media print, screen and (max-width: 767px) {
  #fs_StaffDetails .fs-c-coordinationCatalog__list__item, #fs_Coordination .fs-c-coordinationList__list__item,
  #fs_Coordination .fs-c-staffList__list__item,
  #fs_Staff .fs-c-coordinationList__list__item,
  #fs_Staff .fs-c-staffList__list__item {
    width: calc(50% - 16px / 2); } }

@media print, screen and (min-width: 768px) {
  #fs_StaffDetails .fs-c-coordinationCatalog__list__item, #fs_Coordination .fs-c-coordinationList__list__item,
  #fs_Coordination .fs-c-staffList__list__item,
  #fs_Staff .fs-c-coordinationList__list__item,
  #fs_Staff .fs-c-staffList__list__item {
    width: calc(20% - (40px * 4) / 5); } }

#fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller,
#fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller,
#fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller {
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination,
    #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination,
    #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination {
      margin-top: 48px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination,
    #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination,
    #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination {
      margin-top: 120px; } }
  #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-sortItems,
  #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-sortItems, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-sortItems,
  #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-sortItems, #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-listControl__status,
  #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-listControl__status, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-listControl__status,
  #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-listControl__status {
    display: none !important; }
  #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination,
  #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination,
  #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination {
    align-items: center; }
  #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item,
  #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item,
  #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50%;
    letter-spacing: 0; }
    @media print, screen and (min-width: 768px) {
      #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item,
      #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item,
      #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item {
        transition: opacity .3s ease; }
        #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item:hover,
        #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item:hover, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item:hover,
        #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item:hover {
          opacity: .5; } }
    #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item + .fs-c-pagination__item,
    #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item + .fs-c-pagination__item, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item + .fs-c-pagination__item,
    #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item + .fs-c-pagination__item {
      margin-left: 12px; }
    #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item.is-active,
    #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item.is-active, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item.is-active,
    #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item.is-active {
      color: #005d2a;
      border: 1px solid #005d2a;
      background: transparent; }
  #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller span.fs-c-pagination__item,
  #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller span.fs-c-pagination__item, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller span.fs-c-pagination__item,
  #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller span.fs-c-pagination__item {
    pointer-events: none; }
  #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item--prev,
  #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item--prev, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item--prev,
  #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item--prev, #fs_Coordination .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item--next,
  #fs_Staff .fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-pagination__item--next, #fs_Coordination .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item--next,
  #fs_Staff .fs-c-staffList__list + .fs-c-staffList__controller .fs-c-pagination__item--next {
    font-size: 20px; }

/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* components
-----------------------------------------------------------------*/
.fs-c-productCarouselMainImage__expandButton,
.fs-c-stockSignLegend__legend,
.fs-c-productListItem__viewMoreImageButton,
.fs-c-productListItem__control.fs-c-buttonContainer,
.fs-c-productListItem__productDescription,
.fs-c-productPrice__addon {
  display: none; }

@media print, screen and (max-width: 767px) {
  .c-news {
    margin: 66px 30px; } }

@media print, screen and (min-width: 768px) {
  .c-news {
    display: flex;
    width: 856px;
    margin: 80px auto; } }

@media print, screen and (min-width: 768px) {
  .c-news .c-sectionTitle {
    flex-shrink: 0;
    width: 21%;
    align-items: initial;
    justify-content: initial; } }

@media print, screen and (min-width: 768px) {
  .c-newsContents {
    flex-grow: 1; } }

@media print, screen and (max-width: 767px) {
  .c-newsList {
    min-height: 50px; } }

@media print, screen and (min-width: 768px) {
  .c-newsList {
    min-height: 100px; } }

.c-newsList_node {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef; }
  .c-newsList_node + .c-newsList_node {
    margin-top: 15px; }

.c-newsList_nodeLink {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .c-newsList_nodeLink {
      transition: opacity .3s ease; }
      .c-newsList_nodeLink:hover {
        opacity: .5; } }

.c-newsList_nodeHead {
  display: flex;
  align-items: center;
  color: #adadad;
  line-height: 1.3; }
  @media print, screen and (max-width: 767px) {
    .c-newsList_nodeHead {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .c-newsList_nodeHead {
      font-size: 12px; } }

.c-newsList_nodeHead_date {
  flex-shrink: 0;
  letter-spacing: .08em;
  font-weight: 100; }

.c-newsList_nodeHead_category {
  padding-left: 14px;
  margin-left: 14px;
  letter-spacing: .2em;
  border-left: 1px solid #adadad;
  font-weight: 100;
  word-break: beak-word; }

.c-newsList_nodeTitle {
  margin-top: 7px;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8; }

.c-newsViewmore {
  display: inline-block;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-top: 40px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  color: #adadad; }
  @media print, screen and (min-width: 768px) {
    .c-newsViewmore {
      transition: opacity .3s ease; }
      .c-newsViewmore:hover {
        opacity: .5; } }
  .c-newsViewmore::before {
    display: block;
    position: absolute;
    top: calc( 50% - 1px/2);
    left: 0;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #adadad; }

@media print, screen and (max-width: 767px) {
  .topSection .c-itemSlider_wrapper .fs-c-productList__list {
    padding-bottom: 15px; } }

#_rcmdjp_display_1 .fs-c-productPrices,
#_rcmdjp_display_2 .fs-c-productPrices,
.fs-c-featuredProduct .fs-c-productPrices {
  display: flex;
  align-items: flex-end;
  letter-spacing: .08em; }

#_rcmdjp_display_1 .fs-c-productPrice--selling,
#_rcmdjp_display_2 .fs-c-productPrice--selling,
.fs-c-featuredProduct .fs-c-productPrice--selling {
  order: 2;
  font-size: 12px; }

#_rcmdjp_display_1 .fs-c-productPrice--listed + .fs-c-productPrice--selling,
#_rcmdjp_display_2 .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #ff2626;
  padding-left: 8px; }

#_rcmdjp_display_1 .fs-c-productPrice--listed,
#_rcmdjp_display_2 .fs-c-productPrice--listed,
.fs-c-featuredProduct .fs-c-productPrice--listed {
  order: 1;
  color: #adadad;
  text-decoration: line-through;
  font-size: 10px; }

@media print, screen and (max-width: 767px) {
  #_rcmdjp_display_1,
  #_rcmdjp_display_2,
  .fs-c-featuredProduct {
    margin-top: 64px; } }

@media print, screen and (min-width: 768px) {
  #_rcmdjp_display_1,
  #_rcmdjp_display_2,
  .fs-c-featuredProduct {
    margin-top: 120px; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list,
  .c-itemSlider_wrapper {
    padding-bottom: 15px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrices,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrices,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrices,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrices,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrices,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrices {
  display: flex;
  align-items: flex-end;
  letter-spacing: .08em; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--selling,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--selling {
  order: 2;
  font-size: 12px; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #ff2626;
  padding-left: 8px; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--listed,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--listed,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--listed,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--listed,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--listed,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--listed {
  order: 1;
  color: #adadad;
  text-decoration: line-through;
  font-size: 10px; }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list,
  .fs-c-featuredProduct__list .fs-c-productList__list,
  .fs-c-featuredProduct__list .c-itemSlider,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list,
  .c-itemSlider_wrapper .fs-c-productList__list,
  .c-itemSlider_wrapper .c-itemSlider {
    display: flex;
    overflow: auto; } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list,
  .fs-c-featuredProduct__list .fs-c-productList__list,
  .fs-c-featuredProduct__list .c-itemSlider,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list,
  .c-itemSlider_wrapper .fs-c-productList__list,
  .c-itemSlider_wrapper .c-itemSlider {
    min-width: 1024px;
    max-width: 1200px;
    display: block;
    position: relative;
    padding: 0 60px;
    margin: 48px auto 0; }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow,
    .fs-c-featuredProduct__list .c-itemSlider .slick-arrow,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow,
    .c-itemSlider_wrapper .c-itemSlider .slick-arrow {
      display: inline-block;
      top: 50%;
      transform: translateY(-50%);
      width: 29px;
      height: 29px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 1001;
      width: 29px;
      filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) {
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow,
      .fs-c-featuredProduct__list .c-itemSlider .slick-arrow,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow,
      .c-itemSlider_wrapper .c-itemSlider .slick-arrow {
        transition: opacity .3s ease; }
        .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow:hover,
        .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow:hover,
        .fs-c-featuredProduct__list .c-itemSlider .slick-arrow:hover,
        .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow:hover,
        .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow:hover,
        .c-itemSlider_wrapper .c-itemSlider .slick-arrow:hover {
          opacity: .5; } }

@media print, screen and (min-width: 768px) {
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-arrow::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 9px;
        background-image: url(../svg/slider_arrow-b.svg);
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: center; }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-prev,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-prev,
    .fs-c-featuredProduct__list .c-itemSlider .slick-prev,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-prev,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-prev,
    .c-itemSlider_wrapper .c-itemSlider .slick-prev {
      left: 30px; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-prev::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-prev::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-prev::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-prev::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-prev::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-prev::before {
        transform: translate(-50%, -50%) rotate(180deg); }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-next,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-next,
    .fs-c-featuredProduct__list .c-itemSlider .slick-next,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-next,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-next,
    .c-itemSlider_wrapper .c-itemSlider .slick-next {
      right: 30px; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-next::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-next::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-next::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-next::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-next::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-next::before {
        transform: translate(-50%, -50%); } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list.checkedItem .c-itemSlider,
  .c-itemSlider_wrapper.checkedItem .c-itemSlider {
    display: flex; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    width: 155px;
    flex-shrink: 0;
    padding-left: 15px; } }

@media print, screen and (max-width: 374px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    width: 145px; } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    max-width: 216px;
    padding: 0 20px; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem:last-of-type,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem:last-of-type,
  .fs-c-featuredProduct__list .c-itemSlider_node:last-of-type,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem:last-of-type,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem:last-of-type,
  .c-itemSlider_wrapper .c-itemSlider_node:last-of-type {
    width: 170px;
    padding-right: 15px; } }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a,
.fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a,
.fs-c-featuredProduct__list .c-itemSlider_node a,
.c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a,
.c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a,
.c-itemSlider_wrapper .c-itemSlider_node a {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a,
    .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a,
    .fs-c-featuredProduct__list .c-itemSlider_node a,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a,
    .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a,
    .c-itemSlider_wrapper .c-itemSlider_node a {
      transition: opacity .3s ease; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a:hover,
      .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a:hover,
      .fs-c-featuredProduct__list .c-itemSlider_node a:hover,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a:hover,
      .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a:hover,
      .c-itemSlider_wrapper .c-itemSlider_node a:hover {
        opacity: .5; } }

.fs-c-featuredProduct__list .c-itemSlider_nodeLink,
.c-itemSlider_wrapper .c-itemSlider_nodeLink {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .fs-c-featuredProduct__list .c-itemSlider_nodeLink,
    .c-itemSlider_wrapper .c-itemSlider_nodeLink {
      transition: opacity .3s ease; }
      .fs-c-featuredProduct__list .c-itemSlider_nodeLink:hover,
      .c-itemSlider_wrapper .c-itemSlider_nodeLink:hover {
        opacity: .5; } }

.fs-c-featuredProduct__list .fs-c-productListItem__imageContainer img,
.fs-c-featuredProduct__list .c-itemSlider_nodeImg img,
.c-itemSlider_wrapper .fs-c-productListItem__imageContainer img,
.c-itemSlider_wrapper .c-itemSlider_nodeImg img {
  width: 100%; }

.fs-c-featuredProduct__list .fs-c-productName__copy,
.fs-c-featuredProduct__list .c-itemSlider_nodeCategory,
.c-itemSlider_wrapper .fs-c-productName__copy,
.c-itemSlider_wrapper .c-itemSlider_nodeCategory {
  display: block;
  margin-top: 15px;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.3;
  color: #adadad; }

.fs-c-featuredProduct__list .fs-c-productName__name,
.fs-c-featuredProduct__list .c-itemSlider_nodeName,
.c-itemSlider_wrapper .fs-c-productName__name,
.c-itemSlider_wrapper .c-itemSlider_nodeName {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.3;
  white-space: normal; }

.fs-c-featuredProduct__list .fs-c-productPrices,
.fs-c-featuredProduct__list .c-itemSlider_nodePrice,
.c-itemSlider_wrapper .fs-c-productPrices,
.c-itemSlider_wrapper .c-itemSlider_nodePrice {
  display: flex;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.3; }
  .fs-c-featuredProduct__list .fs-c-productPrices::after,
  .fs-c-featuredProduct__list .c-itemSlider_nodePrice::after,
  .c-itemSlider_wrapper .fs-c-productPrices::after,
  .c-itemSlider_wrapper .c-itemSlider_nodePrice::after {
    content: none; }

.fs-c-featuredProduct__list .fs-c-productMarks,
.c-itemSlider_wrapper .fs-c-productMarks {
  display: none; }

.fs-c-productMark__mark {
  font-size: 10px;
  letter-spacing: .02em;
  padding: 0; }

.fs-c-productMark__item {
  margin-right: 18px; }

.c-label-new {
  color: #ff2626; }

.c-label-standard {
  color: #539fc7; }

.c-label-limited {
  color: #005d2a; }

.c-label-restock {
  color: #539fc7; }

.c-label-sold {
  color: #6a6a6a; }

display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
font-weight: bold;
letter-spacing: .2em;
border-radius: 4px;
border: 1px solid;
transition: border .3s ease, background-color .3s ease, color .3s ease;
@media print, screen and (max-width: 767px) {
  max-width: 100%; }

width: 250px;
height: 50px;
margin: auto;
border-color: #adadad;
background-color: #ffffff;
@media print, screen and (min-width: 768px) {
  :hover {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #ffffff; } }

.fs-body-coordinationDetails .fs-c-coordinationTagList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 800px;
  margin: 24px auto 0; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationTagList {
      padding: 0 30px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationTagList {
      justify-content: center; } }

.fs-body-coordinationDetails .fs-c-coordinationTag {
  display: block;
  padding: 6px 20px;
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #6a6a6a;
  letter-spacing: 0.12em; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationTag {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationTag {
      transition: background-color .3s ease, color .3s ease;
      font-size: 12px; } }
  .fs-body-coordinationDetails .fs-c-coordinationTag::before {
    content: '#'; }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationTag:hover {
      background-color: #005D2A;
      color: #fff; } }

.fs-body-coordinationDetails .fs-c-coordinationTagList {
  width: 100%;
  justify-content: flex-start;
  padding: 0; }

@media print, screen and (max-width: 767px) {
  .fs-body-coordinationDetails .fs-l-main {
    margin-top: 106px; } }

@media print, screen and (min-width: 768px) {
  .fs-body-coordinationDetails .fs-l-main {
    margin-top: 152px; } }

@media print, screen and (max-width: 767px) {
  .fs-body-coordinationDetails .fs-l-coordinationLayout {
    padding: 0 30px 0; } }

@media print, screen and (min-width: 768px) {
  .fs-body-coordinationDetails .fs-l-coordinationLayout {
    display: grid;
    gap: 0 156px;
    align-items: flex-start;
    grid-template-columns: 47% 1fr;
    grid-template-rows: repeat(auto-fill, 100px);
    max-width: 1120px;
    padding: 0 40px;
    margin: 0 auto; } }

.fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage {
      position: relative; }
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-arrow {
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        width: 29px;
        height: 29px;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: 1001;
        width: 29px;
        filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); } }
    @media print, screen and (max-width: 767px) and (min-width: 768px) {
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-arrow {
        transition: opacity .3s ease; }
        .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-arrow:hover {
          opacity: .5; } }
  @media print, screen and (max-width: 767px) {
        .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-arrow::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 5px;
          height: 9px;
          background-image: url(../svg/slider_arrow-b.svg);
          background-size: 5px 9px;
          background-repeat: no-repeat;
          background-position: center; }
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-prev {
        left: -15px; }
        .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-prev::before {
          transform: translate(-50%, -50%) rotate(180deg); }
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-next {
        right: -15px; }
        .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-next::before {
          transform: translate(-50%, -50%); } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage {
      position: relative;
      display: flex;
      flex-direction: column;
      grid-column: span 1;
      grid-row: span 5;
      margin: 0 auto; }
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-arrow {
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        width: 29px;
        height: 29px;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: 1001;
        width: 29px;
        filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) {
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-arrow {
        transition: opacity .3s ease; }
        .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-arrow:hover {
          opacity: .5; } }
  @media print, screen and (min-width: 768px) {
        .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-arrow::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 5px;
          height: 9px;
          background-image: url(../svg/slider_arrow-b.svg);
          background-size: 5px 9px;
          background-repeat: no-repeat;
          background-position: center; }
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-prev {
        left: -37px; }
        .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-prev::before {
          transform: translate(-50%, -50%) rotate(180deg); }
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-next {
        right: -37px; }
        .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .slick-next::before {
          transform: translate(-50%, -50%); } }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .fs-c-coordinationCatalog {
      display: none; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage .fs-c-coordinationCatalog {
      order: 3;
      display: block; } }

@media print, screen and (min-width: 768px) {
  .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__carousel {
    order: 1; } }

.fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image {
  width: 100%;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image {
      width: 100%; } }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image + .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image + .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image {
      margin-top: 32px; } }
  .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image img {
    width: 100%;
    max-height: none; }
    @media print, screen and (min-width: 768px) {
      .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image img {
        max-width: 500px; } }

.fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnail {
  text-align: center;
  height: 100%; }
  .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnail img {
    height: 100%; }

@media print, screen and (max-width: 767px) {
  .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList {
    margin: 24px 0 0; } }

@media print, screen and (min-width: 768px) {
  .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList {
    order: 2;
    margin: 32px 0 0; } }

.fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList li {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList li {
      width: 64px;
      height: 64px;
      flex-basis: 64px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList li {
      width: 54px;
      height: 54px;
      flex-basis: 54px; } }
  .fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent; }

.fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList .slick-active::after {
  border: 2px solid #005D2A; }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo {
      margin-top: 40px; } }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__image {
  border-radius: 50%;
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__image {
      width: 29%; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__image {
      width: 92px; } }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__profile {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: 'name height' 'shop shop'; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__profile {
      margin-left: 20px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__profile {
      margin-left: 30px; } }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__shop,
.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__height {
  display: block;
  text-decoration: none !important;
  font-size: 12px; }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__shop,
.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__label {
  margin-top: 8px; }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__shop {
  color: #adadad; }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__name,
.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__label {
  display: none; }

@media print, screen and (max-width: 767px) {
  .fs-body-coordinationDetails .fs-c-coordinationPublicationDate {
    margin-top: 18px; } }

@media print, screen and (min-width: 768px) {
  .fs-body-coordinationDetails .fs-c-coordinationPublicationDate {
    max-width: 500px;
    margin: 32px auto 0; } }

.fs-body-coordinationDetails .fs-c-coordinationComment {
  letter-spacing: .08em;
  line-height: 1.8;
  border-top: 1px solid #efefef;
  font-size: 12px; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationComment {
      padding-top: 32px;
      margin-top: 32px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationComment {
      padding-top: 40px;
      margin-top: 24px; } }

.fs-body-coordinationDetails .fs-c-coordinationProduct {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #efefef; }

.fs-body-coordinationDetails .fs-c-coordinationProduct__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 40px 28px; }

@media print, screen and (max-width: 767px) {
  .fs-body-coordinationDetails .fs-c-coordinationProduct__list__item {
    width: 50%; } }

@media print, screen and (min-width: 768px) {
  .fs-body-coordinationDetails .fs-c-coordinationProduct__list__item {
    width: calc(50% - 56px / 2); } }

.fs-body-coordinationDetails .fs-c-productName__copy {
  display: block;
  margin-top: 15px;
  letter-spacing: .08em;
  line-height: 1.3;
  color: #adadad; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-productName__copy {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-productName__copy {
      font-size: 12px; } }

.fs-body-coordinationDetails .fs-c-productName__name {
  display: block;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.3; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-productName__name {
      margin-top: 9px;
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-productName__name {
      margin-top: 12px;
      font-size: 13px; } }

.fs-body-coordinationDetails .fs-c-productName__variation {
  display: block;
  letter-spacing: .08em;
  line-height: 1.3; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-productName__variation {
      margin-top: 9px;
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-productName__variation {
      margin-top: 12px;
      font-size: 12px; } }

.fs-body-coordinationDetails .fs-c-productName__variation__y {
  margin-left: 8px; }

.fs-body-coordinationDetails .fs-c-productMarks {
  display: block; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-productMarks {
      margin-top: 9px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-productMarks {
      margin-top: 12px; } }

.fs-body-coordinationDetails .fs-c-productListItem__prices {
  letter-spacing: .08em; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-productListItem__prices {
      margin-top: 8px;
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-productListItem__prices {
      margin-top: 13px;
      font-size: 12px; } }

.fs-body-coordinationDetails .fs-c-price {
  justify-content: flex-start; }

.fs-body-coordinationDetails .fs-c-button--addToCart--list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 100%;
  height: 50px;
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: .08em;
  color: #ffffff; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-button--addToCart--list {
      max-width: 100%; } }

.fs-body-coordinationDetails .fs-c-button--addToWishList--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff;
  background-color: #ffffff;
  border-color: #ebebeb;
  font-size: 12px;
  letter-spacing: .08em;
  font-weight: normal;
  color: #2c2c2c; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-button--addToWishList--icon {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-button--addToWishList--icon:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-button--addToWishList--icon {
      width: 100%;
      height: 40px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-button--addToWishList--icon {
      width: 100%;
      height: 50px; } }
  .fs-body-coordinationDetails .fs-c-button--addToWishList--icon:hover {
    background-color: #ffffff;
    border-color: #ebebeb;
    color: #2c2c2c; }
  .fs-body-coordinationDetails .fs-c-button--addToWishList--icon::after {
    display: block;
    position: relative;
    top: -2px;
    content: "";
    width: 16px;
    height: 15px;
    margin-left: 10px;
    background-size: 16px 15px;
    background-repeat: no-repeat;
    background-position: center; }

.fs-body-coordinationDetails .fs-c-button--subscribeToArrivalNotice--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 100%;
  height: 50px;
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: .08em;
  color: #ffffff;
  background-color: #6a6a6a;
  border: 1px solid #6a6a6a; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-button--subscribeToArrivalNotice--detail {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-button--subscribeToArrivalNotice--detail:hover {
      background-color: #ffffff;
      color: #6a6a6a; } }

.fs-body-coordinationDetails .fs-c-coordinationCatalog {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationCatalog {
      margin: 64px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationCatalog {
      display: none;
      grid-column: 1;
      grid-row: span 1;
      margin: 80px auto 0; } }

.fs-body-coordinationDetails .fs-c-coordinationCatalog__title,
.fs-body-coordinationDetails .fs-c-coordinationProduct__title {
  font-weight: bold;
  font-size: 13px; }

.fs-body-coordinationDetails .fs-c-coordinationCatalog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationCatalog__list {
      margin-top: 32px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationCatalog__list {
      margin-top: 24px; } }

@media print, screen and (max-width: 767px) {
  .fs-body-coordinationDetails .fs-c-coordinationCatalog__list__item {
    width: calc(50% - 16px / 2); } }

@media print, screen and (min-width: 768px) {
  .fs-body-coordinationDetails .fs-c-coordinationCatalog__list__item {
    width: calc(33.33% - 32px / 3); } }

.fs-body-coordinationDetails .fs-c-coordinationCatalog__list__item:nth-child(n + 7) {
  display: none; }

.fs-body-coordinationDetails .fs-c-coordinationListItem__creationDate,
.fs-body-coordinationDetails .fs-c-coordinationListItem__publicationDate,
.fs-body-coordinationDetails .fs-c-coordinationListItem__coordinationHeight {
  display: none; }

.fs-body-coordinationDetails .fs-c-coordinationNewMark {
  display: none; }

.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo {
  display: none; }

.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__image {
  flex-shrink: 0;
  width: 27%; }

.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__image__link {
  border-radius: 50%;
  overflow: hidden;
  display: block; }

.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__profile {
  width: 100%;
  padding-left: 12px; }

.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__name,
.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__label {
  display: none; }

.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__ruby,
.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__staffRuby,
.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__height,
.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__height {
  display: block;
  line-height: 1.4; }
  @media print, screen and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__ruby,
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__staffRuby,
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__height,
    .fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__height {
      font-size: 11px;
      margin-top: 3px; } }
  @media print, screen and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__ruby,
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__staffRuby,
    .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__height,
    .fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__height {
      font-size: 12px;
      margin-top: 4px; } }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__staffRuby {
  grid-area: name;
  margin-top: 0; }

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo__height {
  grid-area: height;
  margin-left: 8px;
  margin-top: 0; }
  .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__height::before {
    content: '('; }
  .fs-body-coordinationDetails .fs-c-coordinationStaffInfo__height::after {
    content: ')'; }

.fs-body-coordinationDetails .fs-c-coordinationListItem__staffInfo__shop {
  grid-area: shop;
  display: block;
  line-height: 1.4;
  font-size: 11px;
  color: #adadad; }

@media print, screen and (min-width: 1025px) {
  .fs-body-coordinationDetails .fs-c-coordinationCatalog__footer {
    position: absolute;
    top: 0;
    right: 0; } }

@media print, screen and (max-width: 1024px) {
  .fs-body-coordinationDetails .fs-c-coordinationCatalog__footer {
    margin-top: 32px;
    text-align: center; } }

@media print, screen and (min-width: 1025px) {
  .fs-body-coordinationDetails .fs-c-coordinationCatalog__viewAllCoordination {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.8;
    color: #539fc7; } }

@media print, screen and (max-width: 1024px) {
  .fs-body-coordinationDetails .fs-c-coordinationCatalog__viewAllCoordination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .2em;
    border-radius: 4px;
    border: 1px solid;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
    width: 250px;
    height: 50px;
    margin: auto;
    border-color: #adadad;
    background-color: #ffffff; } }
  @media print, screen and (max-width: 1024px) and (max-width: 767px) {
    .fs-body-coordinationDetails .fs-c-coordinationCatalog__viewAllCoordination {
      max-width: 100%; } }
  @media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .fs-body-coordinationDetails .fs-c-coordinationCatalog__viewAllCoordination:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }

.fs-body-coordinationDetails .fs-c-pagination {
  margin-top: 14px; }

#fs_StaffDetails .fs-c-coordinationCatalog__footer {
  text-align: center; }
  @media print, screen and (max-width: 1024px) {
    #fs_StaffDetails .fs-c-coordinationCatalog__footer {
      margin-top: 36px; } }
  @media print, screen and (min-width: 1025px) {
    #fs_StaffDetails .fs-c-coordinationCatalog__footer {
      margin-top: 64px; } }

#fs_StaffDetails .fs-c-coordinationCatalog__viewAllCoordination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff; }
  @media print, screen and (max-width: 767px) {
    #fs_StaffDetails .fs-c-coordinationCatalog__viewAllCoordination {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    #fs_StaffDetails .fs-c-coordinationCatalog__viewAllCoordination:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }

#fs_StaffDetails .fs-c-staffDetail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1120px; }
  @media print, screen and (max-width: 767px) {
    #fs_StaffDetails .fs-c-staffDetail {
      padding: 0 0 40px;
      margin: 0 30px; } }
  @media print, screen and (min-width: 768px) {
    #fs_StaffDetails .fs-c-staffDetail {
      padding: 0 40px 30px;
      margin: 0 auto; } }
  #fs_StaffDetails .fs-c-staffDetail::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid #efefef; }
    @media print, screen and (max-width: 767px) {
      #fs_StaffDetails .fs-c-staffDetail::after {
        width: 100%; } }
    @media print, screen and (min-width: 768px) {
      #fs_StaffDetails .fs-c-staffDetail::after {
        width: calc(100% - 80px); } }

#fs_StaffDetails .fs-c-staffDetail__image {
  width: 92px;
  border-radius: 50%;
  overflow: hidden; }

#fs_StaffDetails .fs-c-staffDetail__data {
  display: grid;
  padding-left: 28px; }
  @media print, screen and (max-width: 767px) {
    #fs_StaffDetails .fs-c-staffDetail__data {
      gap: 8px 0;
      grid-template-columns: auto 1fr;
      grid-template-areas: 'name name' 'gender height' 'shop shop' 'ig ig'; } }
  @media print, screen and (min-width: 768px) {
    #fs_StaffDetails .fs-c-staffDetail__data {
      gap: 14px 0;
      grid-template-columns: repeat(2, auto) 1fr;
      grid-template-areas: 'name name name' 'gender height shop' 'ig ig ig'; } }

#fs_StaffDetails .fs-c-staffDetail__profile {
  display: none;
  width: 100%;
  line-height: 1.4;
  font-size: 13px;
  margin-top: 16px; }

#fs_StaffDetails .fs-c-staffDetail__name,
#fs_StaffDetails .fs-c-staffDetail__ruby,
#fs_StaffDetails .fs-c-staffDetail__shop,
#fs_StaffDetails .fs-c-staffDetail__instagram,
#fs_StaffDetails .fs-c-staffDetail__gender,
#fs_StaffDetails .fs-c-staffDetail__height {
  display: block; }

#fs_StaffDetails .fs-c-staffDetail__label {
  display: none; }

#fs_StaffDetails .fs-c-staffDetail__name {
  display: none;
  font-weight: bold; }
  @media print, screen and (max-width: 767px) {
    #fs_StaffDetails .fs-c-staffDetail__name {
      font-size: 13px; } }
  @media print, screen and (min-width: 768px) {
    #fs_StaffDetails .fs-c-staffDetail__name {
      font-size: 14px; } }

@media print, screen and (max-width: 767px) {
  #fs_StaffDetails .fs-c-staffDetail__instagram,
  #fs_StaffDetails .fs-c-staffDetail__gender,
  #fs_StaffDetails .fs-c-staffDetail__height {
    font-size: 11px; } }

@media print, screen and (min-width: 768px) {
  #fs_StaffDetails .fs-c-staffDetail__instagram,
  #fs_StaffDetails .fs-c-staffDetail__gender,
  #fs_StaffDetails .fs-c-staffDetail__height {
    font-size: 12px; } }

#fs_StaffDetails .fs-c-staffDetail__ruby {
  grid-area: name; }
  @media print, screen and (max-width: 767px) {
    #fs_StaffDetails .fs-c-staffDetail__ruby {
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    #fs_StaffDetails .fs-c-staffDetail__ruby {
      font-size: 14px; } }

#fs_StaffDetails .fs-c-staffDetail__gender {
  grid-area: gender;
  margin-right: 12px; }
  #fs_StaffDetails .fs-c-staffDetail__gender::after {
    content: '│';
    padding-left: 12px; }
    @media print, screen and (max-width: 767px) {
      #fs_StaffDetails .fs-c-staffDetail__gender::after {
        font-size: 11px; } }
    @media print, screen and (min-width: 768px) {
      #fs_StaffDetails .fs-c-staffDetail__gender::after {
        font-size: 12px; } }

#fs_StaffDetails .fs-c-staffDetail__shop {
  grid-area: shop;
  font-size: 11px; }

#fs_StaffDetails .fs-c-staffDetail__height {
  grid-area: height;
  margin-right: 12px; }
  #fs_StaffDetails .fs-c-staffDetail__height::after {
    content: '│';
    padding-left: 12px; }
    @media print, screen and (max-width: 767px) {
      #fs_StaffDetails .fs-c-staffDetail__height::after {
        font-size: 11px; } }
    @media print, screen and (min-width: 768px) {
      #fs_StaffDetails .fs-c-staffDetail__height::after {
        font-size: 12px; } }

#fs_StaffDetails .fs-c-staffDetail__instagram {
  grid-area: ig; }
  #fs_StaffDetails .fs-c-staffDetail__instagram::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: bottom;
    margin-right: 4px;
    background-image: url(../svg/icon-instagram.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

#fs_StaffDetails .fs-c-staffInstagram__name {
  display: none; }

#fs_StaffDetails .fs-c-coordinationCatalog__header {
  display: none; }

#fs_StaffDetails .fs-c-coordinationCatalog__list {
  margin-top: 40px; }
  @media print, screen and (max-width: 767px) {
    #fs_StaffDetails .fs-c-coordinationCatalog__list {
      margin: 32px 15px 0; } }
  @media print, screen and (min-width: 768px) {
    #fs_StaffDetails .fs-c-coordinationCatalog__list {
      max-width: 1120px;
      padding: 0 40px;
      margin: 64px auto 0; } }

@media print, screen and (max-width: 767px) {
  #fs_StaffDetails .fs-c-coordinationCatalog__list {
    gap: 16px; } }

@media print, screen and (min-width: 768px) {
  #fs_StaffDetails .fs-c-coordinationCatalog__list {
    gap: 40px; } }

#fs_StaffDetails .fs-c-coordinationListItem__creationDate,
#fs_StaffDetails .fs-c-coordinationListItem__publicationDate,
#fs_StaffDetails .fs-c-coordinationListItem__coordinationHeight,
#fs_StaffDetails .fs-c-coordinationListItem__staffInfo,
#fs_StaffDetails .fs-c-coordinationNewMark {
  display: none; }

#fs_StaffDetails .fs-c-pagination {
  margin-top: 14px; }

#fs_Coordination .fs-c-coordinationList,
#fs_Coordination .fs-c-staffList,
#fs_Staff .fs-c-coordinationList,
#fs_Staff .fs-c-staffList {
  margin-top: 40px; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .fs-c-coordinationList,
    #fs_Coordination .fs-c-staffList,
    #fs_Staff .fs-c-coordinationList,
    #fs_Staff .fs-c-staffList {
      margin: 20px 15px 0; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .fs-c-coordinationList,
    #fs_Coordination .fs-c-staffList,
    #fs_Staff .fs-c-coordinationList,
    #fs_Staff .fs-c-staffList {
      max-width: 1120px;
      padding: 0 40px;
      margin: 24px auto 0; } }

#fs_Coordination .fs-c-staffList__controller,
#fs_Coordination .fs-c-coordinationList__controller,
#fs_Staff .fs-c-staffList__controller,
#fs_Staff .fs-c-coordinationList__controller {
  display: flex;
  flex-direction: row-reverse;
  font-size: 12px;
  letter-spacing: .08em;
  color: #6a6a6a;
  gap: 40px; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .fs-c-staffList__controller,
    #fs_Coordination .fs-c-coordinationList__controller,
    #fs_Staff .fs-c-staffList__controller,
    #fs_Staff .fs-c-coordinationList__controller {
      justify-content: space-between; } }

#fs_Coordination .fs-c-staffList__controller:nth-child(1) .fs-c-pagination,
#fs_Coordination .fs-c-coordinationList__controller:nth-child(1) .fs-c-pagination,
#fs_Staff .fs-c-staffList__controller:nth-child(1) .fs-c-pagination,
#fs_Staff .fs-c-coordinationList__controller:nth-child(1) .fs-c-pagination {
  display: none !important; }

#fs_Coordination .fs-c-sortItems,
#fs_Staff .fs-c-sortItems {
  position: relative; }

#fs_Coordination .fs-c-sortItems__list,
#fs_Staff .fs-c-sortItems__list {
  display: none;
  position: absolute;
  top: 28px;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  padding: 5px; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .fs-c-sortItems__list,
    #fs_Staff .fs-c-sortItems__list {
      right: 0;
      min-width: 130px; } }

#fs_Coordination .fs-c-sortItems__label,
#fs_Staff .fs-c-sortItems__label {
  display: inline-block;
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .fs-c-sortItems__label,
    #fs_Staff .fs-c-sortItems__label {
      transition: opacity .3s ease; }
      #fs_Coordination .fs-c-sortItems__label:hover,
      #fs_Staff .fs-c-sortItems__label:hover {
        opacity: .5; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .fs-c-sortItems__label,
    #fs_Staff .fs-c-sortItems__label {
      min-width: 130px; } }
  #fs_Coordination .fs-c-sortItems__label::after,
  #fs_Staff .fs-c-sortItems__label::after {
    display: block;
    content: "";
    width: 7px;
    height: 4px;
    margin-left: 8px;
    background-image: url(../svg/pulldown_arrow.svg);
    background-size: 7px 4px;
    background-repeat: no-repeat;
    background-position: center; }
  #fs_Coordination .fs-c-sortItems__label.is-open::after,
  #fs_Staff .fs-c-sortItems__label.is-open::after {
    transform: rotate(180deg); }

#fs_Coordination .fs-c-sortItems__list__item + #fs_Coordination .fs-c-sortItems__list__item,
#fs_Staff .fs-c-sortItems__list__item + #fs_Coordination .fs-c-sortItems__list__item, #fs_Coordination .fs-c-sortItems__list__item +
#fs_Staff .fs-c-sortItems__list__item,
#fs_Staff .fs-c-sortItems__list__item +
#fs_Staff .fs-c-sortItems__list__item {
  margin-top: 3px; }

#fs_Coordination .fs-c-sortItems__list__item.is-active,
#fs_Staff .fs-c-sortItems__list__item.is-active {
  color: #adadad; }

#fs_Coordination .fs-c-sortItems__list__item__label,
#fs_Staff .fs-c-sortItems__list__item__label {
  display: block;
  width: 100%;
  padding: 14px 10px;
  font-size: 13px;
  letter-spacing: .08em;
  background-color: #f8f8f8; }

#fs_Coordination .fs-c-coordinationList__list,
#fs_Coordination .fs-c-staffList__list,
#fs_Staff .fs-c-coordinationList__list,
#fs_Staff .fs-c-staffList__list {
  margin-top: 48px; }

@media print, screen and (max-width: 767px) {
  #fs_Coordination .fs-c-staffList__list__item,
  #fs_Staff .fs-c-staffList__list__item {
    padding: 0 15px; } }

#fs_Coordination .fs-c-coordinationListItem__staffInfo,
#fs_Staff .fs-c-coordinationListItem__staffInfo {
  display: flex; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .fs-c-coordinationListItem__staffInfo,
    #fs_Staff .fs-c-coordinationListItem__staffInfo {
      margin-top: 12px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .fs-c-coordinationListItem__staffInfo,
    #fs_Staff .fs-c-coordinationListItem__staffInfo {
      margin-top: 16px; } }

#fs_Coordination .fs-c-coordinationListItem__staffInfo__image,
#fs_Staff .fs-c-coordinationListItem__staffInfo__image {
  flex-shrink: 0;
  width: 27%; }

#fs_Coordination .fs-c-coordinationListItem__staffInfo__image__link,
#fs_Staff .fs-c-coordinationListItem__staffInfo__image__link {
  border-radius: 50%;
  overflow: hidden;
  display: block; }

#fs_Coordination .fs-c-coordinationListItem__staffInfo__profile,
#fs_Staff .fs-c-coordinationListItem__staffInfo__profile {
  width: 100%;
  padding-left: 12px; }

#fs_Coordination .fs-c-coordinationListItem__staffInfo__name,
#fs_Coordination .fs-c-coordinationListItem__staffInfo__label,
#fs_Staff .fs-c-coordinationListItem__staffInfo__name,
#fs_Staff .fs-c-coordinationListItem__staffInfo__label {
  display: none; }

#fs_Coordination .fs-c-coordinationListItem__staffInfo__ruby,
#fs_Coordination .fs-c-coordinationListItem__staffInfo__height,
#fs_Staff .fs-c-coordinationListItem__staffInfo__ruby,
#fs_Staff .fs-c-coordinationListItem__staffInfo__height {
  display: block;
  line-height: 1.4; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_Coordination .fs-c-coordinationListItem__staffInfo__height,
    #fs_Staff .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_Staff .fs-c-coordinationListItem__staffInfo__height {
      font-size: 11px;
      margin-top: 3px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_Coordination .fs-c-coordinationListItem__staffInfo__height,
    #fs_Staff .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_Staff .fs-c-coordinationListItem__staffInfo__height {
      font-size: 12px;
      margin-top: 4px; } }

#fs_Coordination .fs-c-coordinationListItem__creationDate,
#fs_Coordination .fs-c-coordinationListItem__publicationDate,
#fs_Coordination .fs-c-coordinationListItem__coordinationHeight,
#fs_Staff .fs-c-coordinationListItem__creationDate,
#fs_Staff .fs-c-coordinationListItem__publicationDate,
#fs_Staff .fs-c-coordinationListItem__coordinationHeight {
  display: none; }

#fs_Coordination .fs-c-coordinationNewMark,
#fs_Staff .fs-c-coordinationNewMark {
  display: none; }

#fs_Coordination .fs-c-coordinationListItem__staffInfo__shop,
#fs_Staff .fs-c-coordinationListItem__staffInfo__shop {
  display: block;
  line-height: 1.4;
  font-size: 11px;
  color: #adadad; }

/*
コーディネート一覧のみ
------------------------------------*/
#fs_Coordination .stylingRefine {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .stylingRefine {
      margin: 0 30px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .stylingRefine {
      max-width: 1040px;
      margin: 0 auto; } }
  #fs_Coordination .stylingRefine .c-itemsRefine_head_text {
    font-size: 0; }
    #fs_Coordination .stylingRefine .c-itemsRefine_head_text:after {
      content: 'スタイリングを絞り込む';
      font-size: 12px;
      letter-spacing: .08em;
      color: #6a6a6a; }

#fs_Coordination .stylingRefine_list {
  display: none; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .stylingRefine_list {
      padding-bottom: 16px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .stylingRefine_list {
      padding-bottom: 24px; } }

#fs_Coordination .fs-c-staffCoordinationSearch__heading {
  font-weight: 600; }

#fs_Coordination .fs-c-staffCoordinationSearchConditionList {
  text-align: center;
  margin-top: 30px; }

#fs_Coordination .fs-c-staffCoordinationSearchConditionList__item__label {
  display: block;
  padding: 6px 20px;
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #6a6a6a;
  letter-spacing: 0.12em; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .fs-c-staffCoordinationSearchConditionList__item__label {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .fs-c-staffCoordinationSearchConditionList__item__label {
      transition: background-color .3s ease, color .3s ease;
      font-size: 12px; } }

#fs_Coordination .fs-c-staffCoordinationSearchConditionList__item {
  display: inline-block;
  margin: 6px; }

#fs_Coordination .fs-c-staffCoordinationSearchControl {
  text-align: center; }

#fs_Coordination .fs-c-staffCoordinationSearchControl__label {
  display: none; }

#fs_Coordination .fs-c-staffCoordinationSearch,
#fs_Coordination .stylingRefine_tags {
  margin-top: 30px;
  text-align: left; }

#fs_Coordination .stylingRefine_tags::before {
  display: block;
  content: 'タグ';
  font-weight: bold; }

#fs_Coordination .fs-c-staffCoordinationSearch + .fs-c-staffCoordinationSearch {
  margin-top: 48px; }

#fs_Coordination .fs-c-staffCoordinationSearchMenu,
#fs_Coordination .fs-c-staffCoordinationSearchCategoryList,
#fs_Coordination .fs-c-coordinationTagList {
  display: flex;
  flex-wrap: wrap; }

#fs_Coordination .fs-c-staffCoordinationSearchMenu__item,
#fs_Coordination .fs-c-staffCoordinationSearchCategoryList__item,
#fs_Coordination .fs-c-coordinationTagList__item {
  padding-right: 12px; }
  @media print, screen and (max-width: 767px) {
    #fs_Coordination .fs-c-staffCoordinationSearchMenu__item,
    #fs_Coordination .fs-c-staffCoordinationSearchCategoryList__item,
    #fs_Coordination .fs-c-coordinationTagList__item {
      width: 50%;
      margin-top: 16px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Coordination .fs-c-staffCoordinationSearchMenu__item,
    #fs_Coordination .fs-c-staffCoordinationSearchCategoryList__item,
    #fs_Coordination .fs-c-coordinationTagList__item {
      width: 16.66%;
      margin-top: 24px; } }
  #fs_Coordination .fs-c-staffCoordinationSearchMenu__item a,
  #fs_Coordination .fs-c-staffCoordinationSearchCategoryList__item a,
  #fs_Coordination .fs-c-coordinationTagList__item a {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 1.4;
    color: #6a6a6a;
    text-align: left; }
    @media print, screen and (min-width: 768px) {
      #fs_Coordination .fs-c-staffCoordinationSearchMenu__item a,
      #fs_Coordination .fs-c-staffCoordinationSearchCategoryList__item a,
      #fs_Coordination .fs-c-coordinationTagList__item a {
        transition: opacity .3s ease; }
        #fs_Coordination .fs-c-staffCoordinationSearchMenu__item a:hover,
        #fs_Coordination .fs-c-staffCoordinationSearchCategoryList__item a:hover,
        #fs_Coordination .fs-c-coordinationTagList__item a:hover {
          opacity: .5; } }
    @media print, screen and (min-width: 768px) {
      #fs_Coordination .fs-c-staffCoordinationSearchMenu__item a,
      #fs_Coordination .fs-c-staffCoordinationSearchCategoryList__item a,
      #fs_Coordination .fs-c-coordinationTagList__item a {
        display: inline-block; } }

/*
スタッフリストのみ
------------------------------------*/
#fs_Staff .fs-c-coordinationTagList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 800px;
  margin: 24px auto 0; }
  @media print, screen and (max-width: 767px) {
    #fs_Staff .fs-c-coordinationTagList {
      padding: 0 30px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Staff .fs-c-coordinationTagList {
      justify-content: center; } }

#fs_Staff .fs-c-coordinationTag {
  display: block;
  padding: 6px 20px;
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #6a6a6a;
  letter-spacing: 0.12em; }
  @media print, screen and (max-width: 767px) {
    #fs_Staff .fs-c-coordinationTag {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Staff .fs-c-coordinationTag {
      transition: background-color .3s ease, color .3s ease;
      font-size: 12px; } }
  #fs_Staff .fs-c-coordinationTag::before {
    content: '#'; }
  @media print, screen and (min-width: 768px) {
    #fs_Staff .fs-c-coordinationTag:hover {
      background-color: #005D2A;
      color: #fff; } }

#fs_Staff .fs-c-staffListItem__profile {
  margin-top: 12px;
  text-align: center; }

#fs_Staff .fs-c-staffListItem__profile__name,
#fs_Staff .fs-c-staffListItem__profile__label,
#fs_Staff .fs-c-staffListItem__profile__profile,
#fs_Staff .fs-c-staffListItem__profile__shop {
  display: block; }

#fs_Staff .fs-c-staffListItem__profile__name {
  font-size: 13px;
  font-weight: bold; }

#fs_Staff .fs-c-staffListItem__profile__ruby,
#fs_Staff .fs-c-staffListItem__profile__gender,
#fs_Staff .fs-c-staffCoordinationSearchControl,
#fs_Staff .fs-c-staffList__controller {
  display: none; }

#fs_Staff .fs-c-staffList,
#fs_Staff .fs-c-staffList__list {
  margin-top: 0; }

#fs_Staff .fs-c-staffListItem__profile__height {
  display: block;
  margin-top: 8px; }
  @media print, screen and (max-width: 767px) {
    #fs_Staff .fs-c-staffListItem__profile__height {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Staff .fs-c-staffListItem__profile__height {
      font-size: 12px; } }

@media print, screen and (max-width: 767px) {
  #fs_Staff .fs-c-staffListItem__profile__ruby {
    font-size: 11px;
    margin-top: 3px; } }

@media print, screen and (min-width: 768px) {
  #fs_Staff .fs-c-staffListItem__profile__ruby {
    font-size: 12px;
    margin-top: 4px; } }

@media print, screen and (max-width: 767px) {
  #fs_Staff .fs-c-staffListItem__profile__ruby,
  #fs_Staff .fs-c-staffListItem__profile__profile {
    font-size: 11px;
    margin-top: 4px; } }

@media print, screen and (min-width: 768px) {
  #fs_Staff .fs-c-staffListItem__profile__ruby,
  #fs_Staff .fs-c-staffListItem__profile__profile {
    font-size: 12px;
    margin-top: 6px; } }

#fs_Staff .fs-c-staffListItem__profile__label,
#fs_Staff .fs-c-staffListItem__profile__shop {
  margin-top: 4px;
  font-size: 11px;
  color: #adadad; }

#fs_Staff .fs-c-noResultMessage__title {
  text-align: center;
  margin: 60px 0 60px; }

#fs_Staff .fs-c-staffListItem__image {
  border-radius: 50%;
  overflow: hidden; }

#fs_Top .fs-c-coordinationCatalog__title,
#fs_Top .fs-c-coordinationProduct__title,
#fs_ProductCategory .fs-c-coordinationCatalog__title,
#fs_ProductCategory .fs-c-coordinationProduct__title,
#fs_ProductDetails .fs-c-coordinationCatalog__title,
#fs_ProductDetails .fs-c-coordinationProduct__title {
  font-weight: bold;
  font-size: 13px; }

#fs_Top .fs-c-coordinationCatalog__list,
#fs_ProductCategory .fs-c-coordinationCatalog__list,
#fs_ProductDetails .fs-c-coordinationCatalog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 16px; }
  @media print, screen and (max-width: 767px) {
    #fs_Top .fs-c-coordinationCatalog__list,
    #fs_ProductCategory .fs-c-coordinationCatalog__list,
    #fs_ProductDetails .fs-c-coordinationCatalog__list {
      margin-top: 32px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Top .fs-c-coordinationCatalog__list,
    #fs_ProductCategory .fs-c-coordinationCatalog__list,
    #fs_ProductDetails .fs-c-coordinationCatalog__list {
      margin-top: 24px; } }

#fs_Top .fs-c-coordinationListItem__creationDate,
#fs_Top .fs-c-coordinationListItem__publicationDate,
#fs_Top .fs-c-coordinationListItem__coordinationHeight,
#fs_ProductCategory .fs-c-coordinationListItem__creationDate,
#fs_ProductCategory .fs-c-coordinationListItem__publicationDate,
#fs_ProductCategory .fs-c-coordinationListItem__coordinationHeight,
#fs_ProductDetails .fs-c-coordinationListItem__creationDate,
#fs_ProductDetails .fs-c-coordinationListItem__publicationDate,
#fs_ProductDetails .fs-c-coordinationListItem__coordinationHeight {
  display: none; }

#fs_Top .fs-c-coordinationNewMark,
#fs_ProductCategory .fs-c-coordinationNewMark,
#fs_ProductDetails .fs-c-coordinationNewMark {
  display: none; }

#fs_Top .fs-c-coordinationListItem__staffInfo,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo {
  display: flex;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    #fs_Top .fs-c-coordinationListItem__staffInfo,
    #fs_ProductCategory .fs-c-coordinationListItem__staffInfo,
    #fs_ProductDetails .fs-c-coordinationListItem__staffInfo {
      margin-top: 12px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Top .fs-c-coordinationListItem__staffInfo,
    #fs_ProductCategory .fs-c-coordinationListItem__staffInfo,
    #fs_ProductDetails .fs-c-coordinationListItem__staffInfo {
      margin-top: 16px; } }

#fs_Top .fs-c-coordinationListItem__staffInfo__image,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo__image,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo__image {
  flex-shrink: 0;
  width: 27%; }

#fs_Top .fs-c-coordinationListItem__staffInfo__image__link,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo__image__link,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo__image__link {
  border-radius: 50%;
  overflow: hidden;
  display: block; }

#fs_Top .fs-c-coordinationListItem__staffInfo__profile,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo__profile,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo__profile {
  width: 100%;
  padding-left: 12px; }

#fs_Top .fs-c-coordinationListItem__staffInfo__name,
#fs_Top .fs-c-coordinationListItem__staffInfo__label,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo__name,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo__label,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo__name,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo__label {
  display: none; }

#fs_Top .fs-c-coordinationListItem__staffInfo__ruby,
#fs_Top .fs-c-coordinationListItem__staffInfo__height,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo__ruby,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo__height,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo__ruby,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo__height {
  display: block;
  line-height: 1.4; }
  @media print, screen and (max-width: 767px) {
    #fs_Top .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_Top .fs-c-coordinationListItem__staffInfo__height,
    #fs_ProductCategory .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_ProductCategory .fs-c-coordinationListItem__staffInfo__height,
    #fs_ProductDetails .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_ProductDetails .fs-c-coordinationListItem__staffInfo__height {
      font-size: 11px;
      margin-top: 3px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Top .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_Top .fs-c-coordinationListItem__staffInfo__height,
    #fs_ProductCategory .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_ProductCategory .fs-c-coordinationListItem__staffInfo__height,
    #fs_ProductDetails .fs-c-coordinationListItem__staffInfo__ruby,
    #fs_ProductDetails .fs-c-coordinationListItem__staffInfo__height {
      font-size: 12px;
      margin-top: 4px; } }

#fs_Top .fs-c-coordinationListItem__staffInfo__shop,
#fs_ProductCategory .fs-c-coordinationListItem__staffInfo__shop,
#fs_ProductDetails .fs-c-coordinationListItem__staffInfo__shop {
  display: block;
  line-height: 1.4;
  font-size: 11px;
  color: #adadad; }

#fs_Top .fs-c-pagination,
#fs_ProductCategory .fs-c-pagination,
#fs_ProductDetails .fs-c-pagination {
  margin-top: 14px; }

#fs_Top .fs-c-coordinationCatalog__footer,
#fs_ProductCategory .fs-c-coordinationCatalog__footer {
  text-align: center; }
  @media print, screen and (max-width: 1024px) {
    #fs_Top .fs-c-coordinationCatalog__footer,
    #fs_ProductCategory .fs-c-coordinationCatalog__footer {
      margin-top: 36px; } }
  @media print, screen and (min-width: 1025px) {
    #fs_Top .fs-c-coordinationCatalog__footer,
    #fs_ProductCategory .fs-c-coordinationCatalog__footer {
      margin-top: 64px; } }

#fs_Top .fs-c-coordinationCatalog__viewAllCoordination,
#fs_ProductCategory .fs-c-coordinationCatalog__viewAllCoordination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff; }
  @media print, screen and (max-width: 767px) {
    #fs_Top .fs-c-coordinationCatalog__viewAllCoordination,
    #fs_ProductCategory .fs-c-coordinationCatalog__viewAllCoordination {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    #fs_Top .fs-c-coordinationCatalog__viewAllCoordination:hover,
    #fs_ProductCategory .fs-c-coordinationCatalog__viewAllCoordination:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }

#fs_Top .fs-c-coordinationCatalog,
#fs_ProductCategory .fs-c-coordinationCatalog {
  position: relative;
  max-width: 856px; }
  @media print, screen and (max-width: 767px) {
    #fs_Top .fs-c-coordinationCatalog,
    #fs_ProductCategory .fs-c-coordinationCatalog {
      margin: 64px 15px; } }
  @media print, screen and (min-width: 768px) {
    #fs_Top .fs-c-coordinationCatalog,
    #fs_ProductCategory .fs-c-coordinationCatalog {
      grid-column: 1;
      grid-row: span 1;
      margin: 120px auto; } }

@media print, screen and (max-width: 767px) {
  #fs_Top .fs-c-coordinationCatalog__list__item,
  #fs_Top .fs-c-coordinationList__list__item,
  #fs_ProductCategory .fs-c-coordinationCatalog__list__item,
  #fs_ProductCategory .fs-c-coordinationList__list__item {
    width: calc(50% - 16px / 2); } }

@media print, screen and (min-width: 768px) {
  #fs_Top .fs-c-coordinationCatalog__list__item,
  #fs_Top .fs-c-coordinationList__list__item,
  #fs_ProductCategory .fs-c-coordinationCatalog__list__item,
  #fs_ProductCategory .fs-c-coordinationList__list__item {
    width: calc(25% - 48px / 4); } }

#fs_Top .fs-c-coordinationCatalog__list__item:nth-child(n + 5),
#fs_Top .fs-c-coordinationList__list__item:nth-child(n + 5),
#fs_ProductCategory .fs-c-coordinationCatalog__list__item:nth-child(n + 5),
#fs_ProductCategory .fs-c-coordinationList__list__item:nth-child(n + 5) {
  display: none; }

#fs_ProductCategory .fs-c-coordinationCatalog {
  display: none; }

#fs_ProductCategory.fs-body-category-standardsupply .fs-c-coordinationCatalog, #fs_ProductCategory.fs-body-category-artsandcrafts .fs-c-coordinationCatalog {
  display: block; }

@media print, screen and (max-width: 767px) {
  #fs_ProductDetails .fs-l-productLayout__item--1 .fs-c-coordinationCatalog {
    display: none; } }

#fs_ProductDetails .fs-c-coordinationCatalog {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    #fs_ProductDetails .fs-c-coordinationCatalog {
      margin: 64px auto; } }
  @media print, screen and (min-width: 768px) {
    #fs_ProductDetails .fs-c-coordinationCatalog {
      margin: 80px auto; } }

@media print, screen and (max-width: 767px) {
  #fs_ProductDetails .fs-c-coordinationCatalog__list {
    display: block;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 12px;
    margin: 32px -30px 0 -15px;
    font-size: 0; } }

@media print, screen and (max-width: 767px) {
  #fs_ProductDetails .fs-c-coordinationCatalog__list__item {
    display: inline-block;
    width: 40.58%; } }

@media print, screen and (min-width: 768px) {
  #fs_ProductDetails .fs-c-coordinationCatalog__list__item {
    width: calc(33.33% - 32px / 3); } }

@media print, screen and (max-width: 767px) {
  #fs_ProductDetails .fs-c-coordinationCatalog__list__item + .fs-c-coordinationCatalog__list__item {
    margin-left: 15px; } }

@media print, screen and (max-width: 767px) {
  #fs_ProductDetails .fs-c-coordinationCatalog__list__item:last-child {
    margin-right: 15px; } }

#fs_ProductDetails .fs-c-coordinationCatalog__list__item:nth-child(n + 7) {
  display: none; }

#fs_ProductDetails .fs-c-coordinationCatalog__footer {
  position: absolute;
  top: 0;
  right: 0; }

#fs_ProductDetails .fs-c-coordinationCatalog__viewAllCoordination {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.8;
  color: #539fc7; }
  @media print, screen and (min-width: 768px) {
    #fs_ProductDetails .fs-c-coordinationCatalog__viewAllCoordination {
      transition: opacity .3s ease; }
      #fs_ProductDetails .fs-c-coordinationCatalog__viewAllCoordination:hover {
        opacity: .5; } }
