@charset "UTF-8";
/* ==============================================
	## PC レフトナビ非表示
=================================================*/
@media screen and (max-width: 599px) {
  .drawer--left .drawer-nav {
    overflow: auto;
  }
}
@media screen and (min-width: 1241px) {
  .drawer--left .drawer-nav {
    left: 0;
    display: none;
  }
}

@media screen and (min-width: 1241px) {
  .fs-l-main {
    width: 1240px;
    max-width: 1240px;
  }
}

@media screen and (min-width: 1241px) {
  .fs-l-staffCoordinationListLayout {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1241px) {
  .fs-l-staffCoordinationListLayout__list {
    width: 1000px;
  }
}

/* ==============================================
	## 並び替え・ページャーパーツ（システムパーツ）
=================================================*/
.fs-c-coordinationList__controller,
.fs-c-staffList__controller {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationList__controller,
  .fs-c-staffList__controller {
    margin-bottom: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.fs-c-staffCoordinationSearchControl .fs-c-switchCheckbox {
  display: none;
}

.fs-c-staffCoordinationSearch + .fs-c-staffCoordinationSearch {
  margin-top: 24px;
}

/* ==============================================
	## コーディネート検索表示エリア（システムパーツグループ）
=================================================*/
.fs-c-staffCoordinationSearchControl {
  margin-left: auto;
  margin-right: auto;
  width: 94.6%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1241px) {
  .fs-c-staffCoordinationSearchControl {
    width: 200px;
    margin-left: 0;
  }
}

.fs-c-staffCoordinationSearch__heading {
  border-bottom: 1px solid #a9aeae;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 8px;
  word-break: break-all;
  padding: 10px 0;
}

.fs-c-staffCoordinationSearch__heading::after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  color: #999999;
  font-family: "fs-icon";
  content: "\e90b";
  transform: rotate(-90deg);
}

.fs-c-staffCoordinationSearch__heading + .fs-c-staffCoordinationSearch__body {
  display: none;
}

.fs-c-staffCoordinationSearch__checkbox:checked + .fs-c-staffCoordinationSearch__heading::after {
  transform: rotate(90deg);
}

.fs-c-staffCoordinationSearch__checkbox:checked + .fs-c-staffCoordinationSearch__heading + .fs-c-staffCoordinationSearch__body {
  display: block;
}

.fs-c-staffCoordinationSearchGroupList,
.fs-c-staffCoordinationSearchCategoryList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-staffCoordinationSearchGroupList > li,
.fs-c-staffCoordinationSearchCategoryList > li {
  box-sizing: border-box;
}

.fs-c-staffCoordinationSearchCategory__link {
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-size: 1.2rem;
  line-height: 1em;
  padding-top: 13px;
  padding-bottom: 13px;
}

.fs-c-staffCoordinationSearchCategory__link::before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  content: "\e933";
  display: block;
  font-family: "fs-icon";
  font-size: 1.4em;
  margin-left: -1.1em;
}

.fs-c-staffCoordinationSearchCategory__link__label {
  flex-grow: 1;
}

.fs-c-staffCoordinationSearchCategory__link.is-active {
  font-weight: bold;
  pointer-events: none;
}

.fs-c-staffCoordinationSearchCategory__body {
  padding: 4px 0 0 16px;
}

.fs-c-staffCoordinationSearchControl__label {
  border: 1px solid #a9aeae;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  margin: 8px 0;
  padding: 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1241px) {
  .fs-c-staffCoordinationSearchControl__label {
    display: none;
  }
}

.fs-c-staffCoordinationSearchControl__label::after {
  content: "\e90b";
  display: block;
  color: #a9aeae;
  font-family: "fs-icon";
  font-size: 1.4em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  transform: rotate(-90deg);
}

.fs-c-staffCoordinationSearchControl__label + .fs-c-staffCoordinationSearchControl__list {
  display: none;
}
@media screen and (min-width: 1241px) {
  .fs-c-staffCoordinationSearchControl__label + .fs-c-staffCoordinationSearchControl__list {
    display: block;
  }
}

.fs-c-staffCoordinationSearchControl__checkbox:checked + .fs-c-staffCoordinationSearchControl__label::after {
  transform: rotate(90deg);
  right: 20px;
}

.fs-c-staffCoordinationSearchControl__checkbox:checked + .fs-c-staffCoordinationSearchControl__label + .fs-c-staffCoordinationSearchControl__list {
  display: block;
}

.fs-c-staffCoordinationSearchConditionList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
}

.fs-c-staffCoordinationSearch--label {
  display: none;
}

.fs-c-staffCoordinationSearchConditionList > li {
  box-sizing: border-box;
}

.fs-c-staffCoordinationSearchConditionList__item {
  margin: 4px;
}

.fs-c-staffCoordinationSearchConditionList__item__link {
  background-color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 6px 0 4px;
}

.fs-c-staffCoordinationSearchConditionList__item__link:link,
.fs-c-staffCoordinationSearchConditionList__item__link:visited,
.fs-c-staffCoordinationSearchConditionList__item__link:hover,
.fs-c-staffCoordinationSearchConditionList__item__linkactive {
  color: #ffffff;
}

.fs-c-staffCoordinationSearchConditionList__item__link:hover {
  text-decoration: none;
}

.fs-c-staffCoordinationSearchConditionList__item__link::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-size: 1.8rem;
  line-height: 1.5;
  margin-right: 4px;
}

.fs-c-staffCoordinationSearchConditionList__item__link:hover {
  opacity: 0.8;
}

.fs-c-staffCoordinationSearchGroup__heading {
  background: rgba(126, 126, 126, 0.08);
  border-left: 3px solid #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  margin-bottom: 2px;
  padding-left: calc(16px - 3px);
  min-height: 40px;
}

.fs-c-staffCoordinationSearchGroup__heading:hover {
  background: #e5e5e5;
}

.fs-c-staffCoordinationSearchGroup__heading::after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  color: #999999;
  font-family: "fs-icon";
  font-size: 1.4em;
  content: "\e90f";
}

.fs-c-staffCoordinationSearchGroup__body {
  padding: 0 0 4px 16px;
}

.fs-c-staffCoordinationSearchGroup__heading + .fs-c-staffCoordinationSearchGroup__body {
  display: none;
}

.fs-c-staffCoordinationSearchGroup__checkbox:checked + .fs-c-staffCoordinationSearchGroup__heading::after {
  transform: rotate(180deg);
}

.fs-c-staffCoordinationSearchGroup__checkbox:checked + .fs-c-staffCoordinationSearchGroup__heading + .fs-c-staffCoordinationSearchGroup__body {
  display: block;
}

.fs-c-staffCoordinationSearchMenu {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-staffCoordinationSearchMenu > li {
  box-sizing: border-box;
}

.fs-c-staffCoordinationSearchMenu__item {
  font-size: 1.2rem;
  padding: 4px 0;
}

.fs-c-staffCoordinationSearchMenu__link {
  color: inherit;
  display: block;
  padding: 4px 0;
}

.is-active .fs-c-staffCoordinationSearchMenu__link {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  pointer-events: none;
}

.fs-c-staffDetail {
  background-color: rgba(126, 126, 126, 0.08);
  padding: 32px;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 80px 1fr;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .fs-c-staffDetail {
    grid-gap: 40px;
    grid-template-columns: 240px 30% 1fr;
    align-items: center;
  }
}
.fs-c-staffDetail__data {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}

.fs-c-staffDetail__name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.fs-c-staffDetail__ruby {
  display: none;
}

.fs-c-staffDetail__profile {
  white-space: pre-wrap;
  grid-column: 1/3;
}

@media screen and (min-width: 768px) {
  .fs-c-staffDetail__profile {
    grid-column: 3;
  }
}
/* =============================================
 ###　スタッフ一覧
============================================= */
.fs-c-staffList {
  margin-bottom: 50px;
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .fs-c-staffList {
    width: 1000px;
    margin-bottom: 100px;
  }
}

.fs-c-staffInstagram {
  display: flex;
  align-items: center;
}

.fs-c-staffInstagram::before {
  display: block;
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e939";
  font-size: 30px;
  margin: 0.5em 0.5em 0.5em 0;
  text-decoration: none;
}

.fs-c-staffInstagram__name + .fs-c-staffInstagram__account {
  margin-left: 8px;
}

.fs-c-staffInstagram__name + .fs-c-staffInstagram__account::before {
  content: "(";
}

.fs-c-staffInstagram__name + .fs-c-staffInstagram__account::after {
  content: ")";
}

.fs-c-staffList:not(:first-child) {
  margin-top: 2em;
}

.fs-c-staffList__title {
  border-bottom: 2px solid currentColor;
  color: #7c8790;
  font-size: 1.8rem;
}

.fs-c-staffList__list {
  margin: 24px 0;
  display: grid;
  grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  grid-gap: 24px;
}

@media screen and (min-width: 600px) {
  .fs-c-staffList__list {
    display: grid;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-staffList__list {
    display: grid;
    grid-template-columns: calc(33.3333333333% - 16px) calc(33.3333333333% - 16px) calc(33.3333333333% - 16px);
    grid-gap: 24px;
  }
}
@media screen and (min-width: 960px) {
  .fs-c-staffList__list {
    display: grid;
    grid-template-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) calc(25% - 18px);
    grid-gap: 24px;
  }
}
.fs-c-staffList__list__item {
  padding: 16px 8px;
}

.fs-c-staffListItem {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr;
  align-items: baseline;
  position: relative;
}

.fs-c-staffListItem > * {
  flex-basis: 100%;
}

.fs-c-staffListItem__image {
  align-self: stretch;
  margin: 0 auto 12px;
  width: 80%;
  height: auto;
}

.fs-c-staffListItem__profile {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  text-align: center;
}

.fs-c-staffListItem__profile > * {
  flex-basis: 100%;
  word-break: break-all;
}

.fs-c-staffListItem__profile__name {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.fs-c-staffListItem__profile__ruby,
.fs-c-staffListItem__profile__gender,
.fs-c-staffListItem__profile__profile {
  display: none;
}

.fs-c-staffListItem__profile__height {
  order: 1;
}

.fs-c-staffCatalog:not(:first-child) {
  margin-top: 2em;
}

.fs-c-staffCatalog__title {
  border-bottom: 2px solid currentColor;
  color: #7c8790;
  font-size: 1.8rem;
}

.fs-c-staffCatalog__list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, calc(50% - 16px));
}

@media screen and (min-width: 600px) {
  .fs-c-staffCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(33% - 16px));
  }
}
@media screen and (min-width: 768px) {
  .fs-c-staffCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
}
@media screen and (min-width: 960px) {
  .fs-c-staffCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(20% - 16px));
  }
}
.fs-c-staffCatalog__footer {
  text-align: right;
  margin-top: 8px;
}

.fs-c-staffCatalog.is-sortedByPopularity {
  counter-reset: itemOrder;
}

.fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item {
  position: relative;
}

.fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item::before {
  content: counter(itemOrder);
  counter-increment: itemOrder;
  background-color: #808080;
  border: 1px solid currentColor;
  border-radius: 2em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.4em 0.5em 0.3em;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 1;
}

/* =============================================
 　##　その他のコーディネート（新着順）パーツ（システムパーツ）
============================================= */
.fs-c-coordinationCatalog {
  margin-bottom: 50px;
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .fs-c-coordinationCatalog {
    width: 1240px;
    margin-bottom: 100px;
  }
}

/* =============================================
 ###　コーディネート一覧
============================================= */
.fs-c-coordinationList {
  margin-bottom: 50px;
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .fs-c-coordinationList {
    width: 1000px;
    margin-bottom: 100px;
  }
}

.fs-c-coordinationList__list {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationList__list {
    margin-left: -26px;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.fs-c-coordinationList__list__item {
  width: calc(49%);
  position: relative;
  margin: 0;
  padding-top: 30px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationList__list__item {
    width: calc(100%/4 - 26px);
    margin-left: 26px;
    margin-bottom: 40px;
    border: none;
  }
}

.fs-c-coordinationListItem__imageContainer {
  margin-bottom: 10px;
}

.fs-c-coordinationTag {
  background: #ffffff;
  color: #a9aeae;
  line-height: 1em;
  padding: 8px;
  font-size: 1.2rem;
}

.fs-c-coordinationList__list + .fs-c-coordinationList__controller .fs-c-sortItems {
  display: none;
}

/* ==============================================
	## ハッシュタグ表示（システムパーツ）
=================================================*/
.fs-c-coordinationTagList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  margin-bottom: 30px;
}

.fs-c-coordinationTagList > li {
  box-sizing: border-box;
}

.fs-c-coordinationTagList__item {
  margin: 4px;
  overflow: hidden;
}

/* =============================================
 ###　コーディネート詳細
============================================= */
.fs-l-coordinationLayout {
  margin-bottom: 50px;
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1241px) {
  .fs-l-coordinationLayout {
    width: 1240px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1241px) {
  .fs-l-coordinationLayout__item--1 {
    width: 52%;
  }
}

@media screen and (min-width: 1241px) {
  .fs-l-coordinationLayout__item--2 {
    width: 44%;
  }
}

.fs-c-coordinationStaffInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px;
  margin-bottom: 30px;
}

.fs-c-coordinationStaffInfo__image {
  width: 30%;
}

.fs-c-coordinationStaffInfo__profile {
  width: 65%;
}

.fs-c-coordinationStaffInfo__name {
  font-size: 1.4rem;
  display: block;
}

.fs-c-coordinationStaffInfo__shop {
  display: block;
}

.fs-c-coordinationStaffInfo__staffRuby {
  display: none;
}

.fs-c-coordinationStaffInfo__label {
  display: none;
}

.fs-c-coordinationStaffInfo__height {
  display: block;
}

.fs-c-coordinationListItem__creationDate,
.fs-c-coordinationListItem__coordinationHeight {
  display: none;
}

.fs-c-coordinationStaffInfo__ruby {
  display: none;
}

.fs-c-coordinationComment {
  margin-bottom: 30px;
}


/* =============================================
	##　着用アイテム（カート・セレクトボックスのみ）パーツ（システムパーツ）
============================================= */
.fs-c-coordinationProduct__list .fs-c-button--addToCart--list {
  display: none;
}

.fs-c-coordinationProduct__title span {
  display: block;
}
.fs-c-coordinationProduct__title .cmn {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
}
@media screen and (min-width: 1241px) {
  .fs-c-coordinationProduct__title .cmn {
    font-size: 2.5rem;
  }
}
.fs-c-coordinationProduct__title .en {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
}
@media screen and (min-width: 1241px) {
  .fs-c-coordinationProduct__title .en {
    font-size: 2.5rem;
  }
}
.fs-c-coordinationProduct__title .jp {
  font-size: 1.1rem;
  display: block;
  text-align: center;
}

.fs-c-coordinationProduct__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationProduct__list {
    margin-left: -26px;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.fs-c-coordinationProduct__list__item {
  width: calc(49%);
  position: relative;
  margin: 0;
  padding-top: 30px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1241px) {
  .fs-c-coordinationProduct__list__item {
    width: calc(100%/3 - 15px);
    margin-left: 15px;
    margin-bottom: 20px;
    border: none;
  }
}

/* ==============================================
	## A【ctm】(STAFF)切り替えボタン-
=================================================*/
.ctm_staff_switch {
  margin-left: auto;
  margin-right: auto;
  width: 94.6%;
  margin-bottom: 30px;
  display: flex;
  border: 1px solid #a9aeae;
}
@media screen and (min-width: 600px) {
  .ctm_staff_switch {
    width: 100%;
  }
}

.ctm_staff_switch_item {
  width: 50%;
}
.ctm_staff_switch_item a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .ctm_staff_switch_item a {
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.fs-body-coordination .ctm_staff_switch_coordination {
  background-color: #252d42;
}
.fs-body-coordination .ctm_staff_switch_coordination a {
  color: #fff;
}

.fs-body-staff .ctm_staff_switch_staff {
  background-color: #252d42;
}
.fs-body-staff .ctm_staff_switch_staff a {
  color: #fff;
}


/* ==============================================
	## 25-01-16 コンテンツの著作権・知的所有権について
=================================================*/
.ctm_link_copyright {
  margin-bottom: 30px;
}
.ctm_link_copyright a {
  text-decoration: underline;
}
.ctm_link_copyright a:hover {
  text-decoration: none;
}