
/* ------------------------------------------
  top_staff
------------------------------------------ */
.top_staff {
  margin-top: 100px;
}

.top_staff_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.top_staff_title span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.fs-c-staffCatalog__header {
  display: none;
}

.fs-c-staffCatalog.is-sortedByPopularity {
  margin-top: 60px;
}

.fs-c-staffCatalog__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  grid-template-columns: none;
  padding: 0 15px;
}

.fs-c-staffListItem {
  display: block;
  grid-template-columns: auto;
  margin-left: 40px;
  width: calc(20% - 32px);
}

.fs-c-staffListItem.page_over::before {
  display: none!important;
}

.fs-c-staffListItem:nth-child(5n + 1) {
  margin-left: 0;
}

.fs-c-staffListItem:nth-child(n + 6) {
  margin-top: 40px;
}

.fs-c-staffListItem__image {
  align-self: stretch;
  height: auto;
  margin: 0;
  width: 100%;
}

.fs-c-staffImage img {
  border-radius: 50%;
}

.fs-c-staffListItem__profile {
  color: #1c2f5e!important;
  font-size: 1.5rem;
  margin-top: 33px;
}

.fs-c-staffListItem__profile__name {
  color: #1c2f5e!important;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0;
}

.fs-c-staffListItem__profile__label {
  display: none;
}

.fs-c-staffListItem__profile__shop {
  color: #1c2f5e!important;
  line-height: 1;
  margin-top: 15px;
}

.fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item::before {
  align-items: center;
  background-color: #1b2e5d;
  border: none;
  border-radius: 50%;
  color: #fff;
  content: counter(itemOrder);
  counter-increment: itemOrder;
  display: flex;
  font-family: 'AvantGardEF', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 17px;
  width: 45px;
  z-index: 1;
}

.fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item:nth-child(1)::before {
  background: linear-gradient(#efbd1f 0%, #fee88f 33.99%, #edc123 69.76%, #fcdf77 100%);
}

.fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item:nth-child(2)::before {
  background: linear-gradient(#cbcbcb 0%, #dedede 31.53%, #bcbcbc 69.95%, #bebebe 100%);
}

.fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item:nth-child(3)::before {
  background: linear-gradient(#d37f37 0%, #e5b32c 31.62%, #d88c34 50%, #d37f37 59.6%, #d3a337 100%);
}

.fs-c-staffCatalog__footer {
  margin-top: 72px;
  text-align: inherit;
  width: 100%;
}

.fs-c-staffCatalog__footer .fs-c-staffCatalog__viewAllStaff.fs-c-viewAllStaffLink {
  border: 1px #e6e6e6 solid;
  display: table;
  font-size: 1.7rem;
  letter-spacing: .05em;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  width: 252px;
}

@media screen and (max-width: 767px) {
  .top_staff {
    margin-top: 60px;
    padding: 0 15px;
  }

  .top_staff_title {
    font-size: 1.8rem;
  }

  .top_staff_title span {
    font-size: 1.4rem;
    margin-left: 5px;
  }

  .fs-c-staffCatalog.is-sortedByPopularity {
    margin-top: 30px;
  }

  .fs-c-staffListItem {
    display: block;
    grid-template-columns: auto;
    margin-left: 24px;
    width: calc(50% - 12px);
  }

  .fs-c-staffListItem:nth-child(5n + 1) {
    margin-left: 24px;
  }

  .fs-c-staffListItem:nth-child(n + 6) {
    margin-top: 0;
  }

  .fs-c-staffListItem:nth-child(2n + 1) {
    margin-left: 0;
  }

  .fs-c-staffListItem:nth-child(n + 3) {
    margin-top: 36px;
  }

  .fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item::before {
    font-size: 1.5rem;
    height: 28px;
    top: 10px;
    width: 28px;
  }

  .fs-c-staffListItem__profile {
    color: #1c2f5e;
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .fs-c-staffListItem__profile__name {
    font-size: 1.4rem;
  }

  .fs-c-staffListItem__profile__shop {
    color: #1c2f5e;
    line-height: 1;
    margin-top: 10px;
  }

  .fs-c-staffCatalog__footer {
    margin-top: 50px;
    text-align: inherit;
    width: 100%;
  }

  .fs-c-staffCatalog__footer .fs-c-staffCatalog__viewAllStaff.fs-c-viewAllStaffLink {
    font-size: 1.6rem;
    line-height: 56px;
  }
}

/* ------------------------------------------
  top_staff_recommend
------------------------------------------ */
.top_staff_recommend {
  margin-top: 100px;
}

.top_staff_recommend_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.top_staff_recommend_title span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_staff_recommend_switch {
  border-bottom: 1px #1b2e5d solid;
  display: flex;
  justify-content: space-between;
  margin: 85px auto 0;
  width: 545px;
}

.top_staff_recommend_switch .item {
  background-color: #1b2e5d;
  border-left: 1px #1b2e5d solid;
  border-right: 1px #1b2e5d solid;
  border-top: 1px #1b2e5d solid;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  margin-left: 30px;
  padding: 10px 0;
  text-align: center;
  width: calc(50% - 15px);
}

.top_staff_recommend_switch .item:first-child {
  margin-left: 0;
}

.top_staff_recommend_switch .item.current {
  background-color: #fff;
  color: #1b2e5d;
  pointer-events: none;
}

.fs-c-coordinationCatalog__header {
  display: none;
}

.top_staff_recommend_new {
  margin-top: 64px;
}

.top_staff_recommend_ranking {
  display: none;
  margin-top: 64px;
}

.fs-c-coordinationCatalog__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  grid-template-columns: none;
}

.fs-c-coordinationCatalog__list__item {
  display: block;
  grid-template-columns: auto;
  margin-left: 30px;
  width: calc(20% - 24px);
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item::before {
  align-items: center;
  background-color: #1b2e5d;
  border: none;
  border-radius: 0;
  color: #fff;
  content: counter(itemOrder);
  counter-increment: itemOrder;
  display: flex;
  font-family: 'AvantGardEF', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 1;
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item:nth-child(1)::before {
  background: linear-gradient(#efbd1f 0%, #fee88f 33.99%, #edc123 69.76%, #fcdf77 100%);
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item:nth-child(2)::before {
  background: linear-gradient(#cbcbcb 0%, #dedede 31.53%, #bcbcbc 69.95%, #bebebe 100%);
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item:nth-child(3)::before {
  background: linear-gradient(#d37f37 0%, #e5b32c 31.62%, #d88c34 50%, #d37f37 59.6%, #d3a337 100%);
}

.fs-c-coordinationCatalog__list__item:nth-child(5n + 1) {
  margin-left: 0;
}

.fs-c-coordinationCatalog__list__item:nth-child(n + 6) {
  margin-top: 60px;
}

.fs-c-coordinationListItem__creationDate, .fs-c-coordinationListItem__coordinationHeight {
  display: none;
}

.fs-c-coordinationNewMark {
  display: none;
}

.fs-c-coordinationListItem__publicationDate {
  display: none;
}

.fs-c-coordinationListItem__staffInfo {
  align-items: center;
  display: flex;
  grid-gap: 0;
  grid-template-columns: auto;
  margin: 20px 0 0;
}

.fs-c-coordinationListItem__staffInfo__image {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 73px;
  margin-right: 13px;
  width: 73px;
}

.fs-c-coordinationListItem__staffInfo__image a {
  display: block;
  width: 100%;
}

.fs-c-coordinationListItem__staffInfo__image a img {
  display: block;
  width: 100%;
}

.fs-c-coordinationListItem__staffInfo__profile {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 1.7;
  width: calc(100% - 86px);
}

.fs-c-coordinationListItem__staffInfo__name {
  color: #1c2f5e!important;
  font-size: 1.6rem;
  font-weight: bold;
}

.fs-c-coordinationListItem__staffInfo__profile > * {
  color: #1c2f5e!important;
}

.fs-c-coordinationListItem__staffInfo__shop {
  color: #1c2f5e!important;
  line-height: 1.3;
  margin-top: 15px;
}

.fs-c-coordinationListItem__staffInfo__label {
  display: none;
}

.fs-c-coordinationCatalog__footer {
  margin-top: 72px;
  text-align: inherit;
  width: 100%;
}

.fs-c-coordinationCatalog__footer .fs-c-coordinationCatalog__viewAllCoordination.fs-c-viewAllCoordinationLink {
  border: 1px #e6e6e6 solid;
  display: table;
  font-size: 1.7rem;
  letter-spacing: .05em;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  width: 252px;
}

@media screen and (max-width: 767px) {
  .top_staff_recommend {
    margin-top: 60px;
    padding: 0 15px;
  }

  .top_staff_recommend_title {
    font-size: 1.8rem;
  }

  .top_staff_recommend_title span {
    font-size: 1.4rem;
    margin-left: 5px;
  }

  .top_staff_recommend_switch {
    display: flex;
    margin: 35px 15px 0;
    width: calc(100% - 30px);
  }

  .top_staff_recommend_switch .item {
    font-size: 1.4rem;
    margin-left: 20px;
    width: calc(50% - 10px);
  }

  .top_staff_recommend_switch .item.current {
    pointer-events: none;
  }

  .top_staff_recommend_new {
    margin-top: 20px;
  }

  .top_staff_recommend_ranking {
    margin-top: 20px;
  }

  .fs-c-coordinationCatalog__list__item {
    display: block;
    grid-template-columns: auto;
    margin-left: 20px;
    width: calc(50% - 10px);
  }

  .fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item::before {
    font-size: 1.5rem;
    height: 28px;
    width: 28px;
  }

  .fs-c-coordinationCatalog__list__item:nth-child(5n + 1) {
    margin-left: 20px;
  }

  .fs-c-coordinationCatalog__list__item:nth-child(n + 6) {
    margin-top: 0;
  }

  .fs-c-coordinationCatalog__list__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .fs-c-coordinationCatalog__list__item:nth-child(n + 3) {
    margin-top: 20px;
  }


  .fs-c-coordinationListItem__staffInfo__image {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    margin-right: 10px;
    width: 48px;
  }

  .fs-c-coordinationListItem__staffInfo__profile {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    letter-spacing: .08em;
    line-height: 1.7;
    width: calc(100% - 58px);
  }

  .fs-c-coordinationListItem__staffInfo__name {
    color: #1c2f5e;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .fs-c-coordinationListItem__staffInfo__shop {
    margin-top: 7px;
  }

  .fs-c-coordinationCatalog__footer {
    margin-top: 27px;
    text-align: inherit;
    width: 100%;
  }

  .fs-c-coordinationCatalog__footer .fs-c-coordinationCatalog__viewAllCoordination.fs-c-viewAllCoordinationLink {
    font-size: 1.6rem;
    line-height: 50px;
  }
}

/* ------------------------------------------
  staff_lists
------------------------------------------ */
.staff_lists_box {
  display: flex;
  margin-top: 30px;
}

.staff_lists_side {
  width: 269px;
}

.staff_lists_search_title {
  color: #1b2e5d;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.fs-c-staffCoordinationSearchControl__label {
  display: none;
}

.fs-c-staffCoordinationSearchControl__label + .fs-c-staffCoordinationSearchControl__list {
  display: block;
  margin-top: 14px;
}

.fs-c-staffCoordinationSearch + .fs-c-staffCoordinationSearch {
  margin-top: 0;
}

.fs-c-staffCoordinationSearch__heading {
  align-items: center;
  border-bottom: 1px solid #1b2e5d;
  color: #1b2e5d;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: normal;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 0;
  padding: 22px 6px;
  word-break: break-all;
}

.fs-c-staffCoordinationSearchMenu {
  border-bottom: 1px solid #1b2e5d;
  padding: 15px 0;
}

.fs-c-staffCoordinationSearchMenu__item {
  padding-left: 20px;
}

.fs-c-staffCoordinationSearch__heading::after {
  background-image: url(../img/staff/staff_search_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  color: #1b2e5d;
  content: '';
  height: 7px;
  transform: none;
  width: 11px;
}

.fs-c-staffCoordinationSearch__checkbox:checked + .fs-c-staffCoordinationSearch__heading::after {
  transform: rotate(
  180deg);
}

.fs-c-staffCoordinationSearchMenu__link .fs-c-staffCoordinationSearchMenu__link__label {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: .06em;
}

.fs-c-staffCoordinationSearchCategory__body {
  display: none;
}

.staff_lists_main {
  margin-left: 47px;
  width: calc(100% - 316px);
}

.staff_lists_title {
  color: #1b2e5d;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
}

.fs-c-staffList:not(:first-child) {
  margin-top: 50px;
}

.fs-c-sortItems__list__item {
  margin-left: 8px;
}

.fs-c-sortItems__list__item:first-child {
  margin-left: 0;
}

.fs-c-sortItems__label {
  display: none;
}

.fs-c-sortItems__list__item__label {
  border: 1px #1b2e5d solid;
  color: #1b2e5d;
  display: block;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 31px;
  min-width: 138px;
  padding: 0;
  text-align: center;
}

.fs-c-sortItems__list__item.is-active span {
  background-color: #1b2e5d;
  color: #fff;
}

.fs-c-listControl {
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 33px;
}

.fs-c-listControl .fs-c-listControl__status {
  font-size: 1.6rem;
}

.fs-c-pagination {
  align-items: center;
}

.fs-c-pagination .fs-c-pagination__item {
  color: #222;
  font-size: 1.6rem;
  margin-right: 2px;
}

.fs-c-pagination .fs-c-pagination__item.is-active {
  background: #1b2e5d;
  border-radius: 2px;
  color: #fff;
  padding: 8px 6px;
}

.fs-c-pagination__item--next, .fs-c-pagination__item--prev {
  font-size: 1.6rem;
  padding: 5px 0 0;
  width: auto;
}

.fs-c-pagination__item--next::before, .fs-c-pagination__item--prev::before {
  font-size: 1.6rem;
  height: auto;
  width: auto;
}

.fs-c-sortItems {
  font-size: 2.4rem;
  margin: 0;
}

.fs-c-staffList__controller {
  margin: 0;
}

.fs-c-staffList__list {
  margin: 60px 0 80px;
}

.fs-c-staffList__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  grid-template-columns: none;
}

.fs-c-staffListItem {
  display: block;
  grid-template-columns: auto;
  margin-left: 30px;
  padding: 0;
  position: relative;
  width: calc(20% - 24px);
}

.fs-c-staffListItem:nth-child(n + 6) {
  margin-top: 37px;
}

.fs-c-staffListItem:nth-child(5n + 1) {
  margin-left: 0;
}

.fs-c-staffList__list.ranking {
  counter-reset: itemOrder;
}

.fs-c-staffList__list.ranking .fs-c-staffListItem::before {
  align-items: center;
  background-color: #1b2e5d;
  border: none;
  border-radius: 50%;
  color: #fff;
  content: counter(itemOrder);
  counter-increment: itemOrder;
  display: flex;
  font-family: 'AvantGardEF', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  height: 37px;
  justify-content: center;
  left: 5px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 5px;
  width: 37px;
  z-index: 1;
}

.fs-c-staffList__list.ranking .fs-c-staffListItem:nth-child(1)::before {
  background: linear-gradient(#efbd1f 0%, #fee88f 33.99%, #edc123 69.76%, #fcdf77 100%);
}

.fs-c-staffList__list.ranking .fs-c-staffListItem:nth-child(2)::before {
  background: linear-gradient(#cbcbcb 0%, #dedede 31.53%, #bcbcbc 69.95%, #bebebe 100%);
}

.fs-c-staffList__list.ranking .fs-c-staffListItem:nth-child(3)::before {
  background: linear-gradient(#d37f37 0%, #e5b32c 31.62%, #d88c34 50%, #d37f37 59.6%, #d3a337 100%);
}

.fs-c-staffListItem__profile {
  margin-top: 20px;
}

.fs-c-staffListItem__profile__shop {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .staff_lists_box {
    flex-direction: column-reverse;
    margin-top: 15px;
    padding: 0 15px;
  }

  .staff_lists_side {
    margin-top: 40px;
    width: 100%;
  }

  .staff_lists_side.only_sp {
    margin-top: 30px;
  }

  .staff_lists_search_title {
    font-size: 1.5rem;
  }

  .fs-c-staffCoordinationSearch__heading {
    align-items: center;
    border-bottom: 1px solid #1b2e5d;
    color: #1b2e5d;
    cursor: pointer;
    display: flex;
    font-size: 1.3rem;
    font-weight: normal;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 0;
    padding: 11px 4px;
    word-break: break-all;
  }

  .fs-c-staffCoordinationSearchMenu {
    padding: 10px 0;
  }

  .fs-c-staffCoordinationSearchMenu__item {
    padding-left: 15px;
  }

  .fs-c-staffCoordinationSearchMenu__link {
    padding: 0;
  }

  .fs-c-staffCoordinationSearchMenu__link .fs-c-staffCoordinationSearchMenu__link__label {
    font-size: 1.2rem;
  }

  .staff_lists_main {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }

  .staff_lists_title {
    color: #1b2e5d;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1;
    margin: 0;
  }

  .fs-c-staffList:not(:first-child) {
    margin-top: 30px;
  }

  .fs-c-staffList__controller {
    display: block;
  }

  .fs-c-sortItems {
    background-image: url(../img/common/fs-c-sortItems__list_arrow.svg);
    background-position: center right 13px;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid #1b2e5d;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-grow: none;
    flex-wrap: wrap;
    height: 42px;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    position: relative;
    width: 174px;
  }

  .fs-c-sortItems::after {
    color: rgb(27, 46, 93);
    content: '表示順';
    font-size: 1.6rem;
    left: 50%;
    letter-spacing: .05em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .fs-c-sortItems__list {
    border: none;
    display: none;
    left: -1px;
    position: absolute;
    top: 40px;
    width: calc(100% + 2px);
  }

  .fs-c-sortItems__list__item {
    background-color: #fff;
    margin-left: 0;
    width: 100%;
  }

  .fs-c-listControl {
    margin-top: 10px;
  }

  .fs-c-pagination {
    margin-top: 2px;
  }

  .fs-c-staffList__list {
    margin: 30px 0 40px;
  }

  .fs-c-staffListItem {
    display: block;
    grid-template-columns: auto;
    margin-left: 24px;
    width: calc(50% - 12px);
  }

  .fs-c-staffListItem:nth-child(5n + 1) {
    margin-left: 24px;
  }

  .fs-c-staffListItem:nth-child(n + 6) {
    margin-top: 0;
  }

  .fs-c-staffListItem:nth-child(2n + 1) {
    margin-left: 0;
  }

  .fs-c-staffListItem:nth-child(n + 3) {
    margin-top: 36px;
  }

  .fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item::before {
    font-size: 1.5rem;
    height: 28px;
    top: 10px;
    width: 28px;
  }

  .fs-c-staffListItem__profile {
    color: #1c2f5e;
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .fs-c-staffListItem__profile__name {
    font-size: 1.4rem;
  }

  .fs-c-staffListItem__profile__shop {
    color: #1c2f5e;
    line-height: 1;
    margin-top: 10px;
  }
}

/* ------------------------------------------
  staff_detail
------------------------------------------ */
.fs-body-staffDetails .fs-c-staffDetail {
  align-items: flex-start;
  background-color: #fff;
  grid-template-columns: 240px 25% 1fr;
}

.fs-body-staffDetails .fs-c-staffDetail__data {
  justify-content: center;
  min-height: 240px;
}

.fs-body-staffDetails .fs-c-staffDetail__profile {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: .08em;
  line-height: 1.7;
  min-height: 240px;
}

.fs-body-staffDetails .fs-c-staffDetail__data * {
  color: #1c2f5e;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

.fs-body-staffDetails .fs-c-staffDetail__name {
  color: #1c2f5e;
  font-size: 2.8rem;
  letter-spacing: .08em;
}

.fs-body-staffDetails .fs-c-staffInstagram {
  color: #1c2f5e;
}

.fs-body-staffDetails .fs-c-staffInstagram::before {
  color: #1c2f5e;
}

.staff_detail_recommend_title {
  border-bottom: none;
  color: #103d72;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 120px 0 0;
  padding: 0 0 0 55px;
  position: relative;
  text-align: left;
}

.staff_detail_recommend_title::before {
  background-image: url(../img/staff/staff_detail_recommend_title_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 40px 26px;
  content: '';
  height: 26px;
  left: 0;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 40px;
}

.fs-body-staffDetails .fs-c-coordinationCatalog:not(:first-child) {
  margin-top: 55px;
  padding-bottom: 40px;
}

.fs-body-staffDetails .fs-c-coordinationCatalog__list__item:nth-child(n + 6) {
  margin-top: 30px;
}

.fs-body-staffDetails .staff_detail_popular_title {
  border-bottom: none;
  color: #103d72;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 120px 0 0;
  padding: 0 0 0 55px;
  position: relative;
  text-align: left;
}

.fs-body-staffDetails .staff_detail_popular_title::before {
  background-image: url(../img/top/top_staff_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 41px 27px;
  content: '';
  height: 27px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
}

@media screen and (max-width: 767px) {
  .fs-body-staffDetails .fs-c-staffDetail {
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
    grid-template-columns: none;
    padding: 0 15px;
  }

  .fs-body-staffDetails .fs-c-staffDetail__image {
    width: 80px;
  }

  .fs-body-staffDetails .fs-c-staffDetail__data {
    justify-content: center;
    margin-left: 20px;
    min-height: initial;
    width: calc(100% - 100px);
  }

  .fs-body-staffDetails .fs-c-staffDetail__data * {
    font-size: 1.3rem;
  }

  .fs-body-staffDetails .fs-c-staffDetail__name {
    font-size: 1.8rem;
  }

  .fs-c-staffInstagram::before {
    margin: .2em .5em .2em 0;
  }

  .fs-body-staffDetails .fs-c-staffDetail__profile {
    display: block;
    font-size: 1.4rem;
    grid-column: none;
    letter-spacing: .08em;
    line-height: 1.7;
    margin-top: 20px;
    min-height: initial;
    width: 100%;
  }

  .staff_detail_recommend_title {
    border-bottom: none;
    color: #103d72;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1;
    margin: 60px 0 0;
    padding: 0 0 0 55px;
    position: relative;
    text-align: left;
  }

  .staff_detail_recommend_title::before {
    background-image: url(../img/staff/staff_detail_recommend_title_icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 35px 25px;
    content: '';
    height: 25px;
    left: 15px;
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    width: 35px;
  }

  .fs-body-staffDetails .staff_detail_popular_title {
    border-bottom: none;
    color: #103d72;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1;
    margin: 60px 0 0;
    padding: 0 0 0 55px;
    position: relative;
    text-align: left;
  }

  .fs-body-staffDetails .staff_detail_popular_title::before {
    background-size: 35px 20px;
    content: '';
    height: 20px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
  }

  .fs-body-staffDetails .fs-c-coordinationCatalog:not(:first-child) {
    margin-top: 20px;
    padding: 0 15px 20px;
  }

  .fs-body-staffDetails .fs-c-coordinationCatalog__list__item:nth-child(n + 6) {
    margin-top: 20px;
  }
}

/* ------------------------------------------
  fs-body-coordinationDetails
------------------------------------------ */
.fs-l-coordinationLayout {
  display: flex;
}

.staff_recommend_left {
  width: 584px;
}

.fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image > img {
  margin: 0 auto;
}

.fs-c-coordinationCarouselMainImage__thumbnailList {
  flex-wrap: wrap;
  margin: 30px 0 0;
  overflow: initial;
  padding: 0 10px;
}

.fs-c-coordinationCarouselMainImage .fs-c-slick .slick-slide {
  width: 584px;
}

.fs-c-coordinationCarouselMainImage__thumbnailList > li {
  flex-basis: auto;
  margin: 0 10px 20px;
  max-width: calc(25% - 15px);
}

.fs-c-coordinationCarouselMainImage__thumbnailList > li:last-of-type {
  margin: 0 10px 20px;
}

.fs-c-coordinationCarouselMainImage__thumbnail img {
  margin: 0 auto;
}

.fs-body-coordinationDetails .fs-c-coordinationStaffInfo {
  align-items: center;
  border: 1px solid #1b2e5d;
  border-width: 0 0 1px;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: auto 1fr;
  padding: 0 0 37px;
}

.fs-c-coordinationStaffInfo__image {
  padding: 0;
  width: 143px;
}

.staff_recommend_right {
  margin-left: 60px;
  width: calc(100% - 644px);
}

.fs-c-coordinationStaffInfo__profile {
  justify-content: center;
  min-height: 143px;
}

.fs-c-coordinationStaffInfo__profile * {
  color: #1c2f5e;
  font-size: 1.6rem;
}

.fs-c-coordinationStaffInfo__name {
  color: #1c2f5e !important;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.fs-c-coordinationPublicationDate {
  font-size: 1.8rem;
  margin-top: 70px;
}

.fs-c-coordinationComment {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 40px;
}

.fs-c-coordinationTagList {
  background: initial;
  margin: 60px 0;
  padding: 0;
}

.fs-c-coordinationTag {
  border: 1px solid #707070;
  border-radius: 8px;
  display: block;
  padding: 12px 14px;
}

.fs-c-coordinationTag::before {
  content: '#';
}

.staff_detail_recommend_product_title {
  border-top: 1px #1b2e5d solid;
  line-height: 1;
  margin: 80px 0 0;
  padding-top: 60px;
}

.staff_detail_recommend_product_title span {
  border-left: 3px #103d72 solid;
  color: #103d72;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  padding-left: 15px;
}

.fs-c-coordinationProduct__header {
  display: none;
}

.fs-c-coordinationProduct {
  margin-top: 40px;
}

.fs-c-coordinationProduct__list {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: calc(33% - 27px) calc(33% - 27px) calc(33% - 27px);
}

.fs-c-productListItem__image.fs-c-productImage a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.fs-c-productListItem__image.fs-c-productImage a::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.fs-c-productListItem__productName {
  margin: 15px 0 0;
  min-height: 3.4em;
}

.fs-c-productMarks {
  display: none;
}

.fs-c-productName__name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 2em;
  overflow: hidden;
}

.fs-c-productName__copy {
  display: none;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #141414;
  font-size: 1.7rem;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #141414;
  font-size: 1.1rem;
  margin-left: 5px;
}

.fs-c-buttonContainer {
  flex-direction: column-reverse;
  margin-top: -28px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  color: #f00;
  content: '\e919';
  font-size: 15px;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #f00;
  content: '\e91a';
  font-size: 15px;
}

.fs-c-button--plain {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: block;
  line-height: 40px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.fs-c-button--plain::before {
  display: none;
}

.fs-c-button--plain .fs-c-button__label {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .fs-l-coordinationLayout {
    display: block;
  }

  .staff_recommend_left {
    padding: 0 15px;
    width: 100%;
  }

  .fs-c-coordinationCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    margin: 20px 0 0;
    overflow: initial;
    padding: 0 5px;
  }

  .fs-c-coordinationCarouselMainImage__thumbnailList > li {
    flex-basis: auto;
    margin: 0 5px 10px;
    max-width: calc(25% - 15px);
  }

  .fs-c-coordinationCarouselMainImage__thumbnailList > li:last-of-type {
    margin: 0 5px 10px;
  }

  .staff_recommend_right {
    margin-left: 0;
    margin-top: 60px;
    padding: 0 15px;
    width: 100%;
  }

  .fs-body-coordinationDetails .fs-c-coordinationStaffInfo {
    padding-bottom: 20px;
  }

  .fs-c-coordinationStaffInfo__image {
    padding: 0;
    width: 88px;
  }

  .fs-c-coordinationStaffInfo__profile {
    min-height: 88px;
  }

  .fs-c-coordinationStaffInfo__profile * {
    font-size: 1.3rem;
  }

  .fs-c-coordinationStaffInfo__name {
    color: #1c2f5e;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .08em;
  }

  .fs-c-coordinationPublicationDate {
    font-size: 1.4rem;
    margin-top: 40px;
  }

  .fs-c-coordinationComment {
    font-size: 1.3rem;
    margin-top: 20px;
  }

  .fs-c-coordinationTagList {
    margin-top: 30px;
  }

  .staff_detail_recommend_product_title {
    margin: 40px 0 0;
    padding-top: 30px;
  }

  .staff_detail_recommend_product_title span {
    border-left: 2px #103d72 solid;
    font-size: 2rem;
    padding-left: 15px;
  }

  .fs-c-coordinationProduct {
    margin-top: 20px;
  }

  .fs-c-coordinationProduct__list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }

  .fs-c-productListItem__productName {
    font-size: 1.2rem;
  }

  .fs-c-buttonContainer {
    margin-top: -24px;
  }

  .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    font-size: 12px;
  }

  .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 1.5rem;
  }

  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 1.1rem;
  }

  .fs-c-button--plain .fs-c-button__label {
    font-size: 1.3rem;
  }

  .fs-c-coordinationCatalog__list {
    padding: 0 15px;
  }

  .fs-c-coordinationTagList {
    background: initial;
    margin: 30px 0;
    padding: 0;
  }

  .fs-c-coordinationTag {
    border: 1px solid #707070;
    border-radius: 8px;
    display: block;
    font-size: 1.2rem;
    padding: 8px 10px;
  }
}

/* ------------------------------------------
  fs-body-coordination
------------------------------------------ */
.fs-c-coordinationList .fs-c-coordinationList__controller {
  align-items: flex-end;
}

.fs-body-coordination .fs-c-coordinationListItem__staffInfo__image {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 56px;
  margin-right: 13px;
  width: 56px;
}

.fs-body-coordination .fs-c-coordinationListItem__staffInfo__profile {
  width: calc(100% - 69px);
}

.fs-c-coordinationList__list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
  margin-top: 50px;
  padding-bottom: 80px;
}

.fs-body-coordination .fs-c-coordinationList__list__item {
  padding: 0;
  position: relative;
}

.fs-body-coordination .fs-c-coordinationList__list__item:nth-child(n + 6) {
  margin-top: 55px;
}

.fs-c-coordinationList__list.ranking {
  counter-reset: itemOrder;
}

.fs-c-coordinationList__list.ranking .fs-c-coordinationList__list__item::before {
  align-items: center;
  background-color: #1b2e5d;
  border: none;
  border-radius: 0;
  color: #fff;
  content: counter(itemOrder);
  counter-increment: itemOrder;
  display: flex;
  font-family: 'AvantGardEF', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 1;
}

.fs-c-coordinationList__list__item.page_over::before {
  display: none!important;
}

.fs-c-coordinationList__list.ranking .fs-c-coordinationList__list__item:nth-child(1)::before {
  background: linear-gradient(#efbd1f 0%, #fee88f 33.99%, #edc123 69.76%, #fcdf77 100%);
}

.fs-c-coordinationList__list.ranking .fs-c-coordinationList__list__item:nth-child(2)::before {
  background: linear-gradient(#cbcbcb 0%, #dedede 31.53%, #bcbcbc 69.95%, #bebebe 100%);
}

.fs-c-coordinationList__list.ranking .fs-c-coordinationList__list__item:nth-child(3)::before {
  background: linear-gradient(#d37f37 0%, #e5b32c 31.62%, #d88c34 50%, #d37f37 59.6%, #d3a337 100%);
}

@media screen and (max-width: 767px) {
  .fs-c-coordinationList__controller {
    display: block;
  }

  .fs-c-coordinationList__list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .fs-body-coordination .fs-c-coordinationList__list__item:nth-child(n + 6) {
    margin-top: 0;
  }

  .fs-c-coordinationList__list.ranking .fs-c-coordinationList__list__item::before {
    font-size: 1.5rem;
    height: 28px;
    width: 28px;
  }
}

/* おすすめ商品一覧サイドバー */
.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory {
  border-bottom: 1px solid #1b2e5d;
  cursor: pointer;
  display: block;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  word-break: break-all;
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory::after {
  background-image: url(../img/staff/staff_search_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  color: #1b2e5d;
  content: '';
  height: 7px;
  position: absolute;
  right: 5px;
  top: 27px;
  transform: none;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease;
  width: 11px;
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory.is_active::after {
  transform: rotate(
  180deg
  );
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__link {
  border-bottom: none;
  color: #1b2e5d;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  padding: 22px 6px;
  pointer-events: none;
  word-break: break-all;
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__link::before {
  display: none;
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__link .fs-c-staffCoordinationSearchCategory__link__label:hover {
  text-decoration: none;
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__body {
  border-top: 1px solid #1b2e5d;
  display: none;
  padding: 15px 0;
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__body .fs-c-staffCoordinationSearchMenu__item {
  padding-left: 20px;
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__body .fs-c-staffCoordinationSearchMenu__item a {
  color: inherit;
  display: block;
  line-height: 1.7;
  padding: 4px 0;
}

.fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchMenu {
  border-bottom: none;
  padding: 0;
}

/* .fs-c-staffCoordinationSearch__checkbox:checked + .fs-c-staffCoordinationSearch__heading + .fs-c-staffCoordinationSearch__body {
  display: none;
} */

.staff_lists_search_title.next {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__link {
    font-size: 1.3rem;
    padding: 11px 4px;
  }

  .fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__link span {
    line-height: 1;
  }

  .fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory::after {
    top: 17px;
  }

  .fs-c-staffCoordinationSearchCategoryList__item.fs-c-staffCoordinationSearchCategory .fs-c-staffCoordinationSearchCategory__body {
    padding: 10px 0;
  }

  .staff_lists_search_title.next {
    margin-top: 20px;
  }
}

.fs-c-staffCoordinationSearchGroup__heading + .fs-c-staffCoordinationSearchGroup__body {
  display: block;
  padding: 0;
}

.fs-c-staffCoordinationSearchGroup__heading {
  display: none;
}

.fs-body-coordinationDetails .fs-c-coordinationCarouselMainImage__image > img {
  width: 100%;
}

/* おすすめ商品スライダー調整 */
.fs-c-coordinationCarouselMainImage__image > img {
  max-height: inherit;
}
