@charset "UTF-8";
.content-r {
  width: 960px;
  max-width: 92%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .content-r {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.staffcoordinate .fs-l-staffCoordinationListLayout__list {
  width: 100%;
  max-width: 100%;
}

.staff_ttl_content .staff_ttl {
  font-size: 24px;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .staff_ttl_content .staff_ttl {
    font-size: 1.6rem;
  }
}
.ctm_staff_coordination_detail,
.ctm_staff_profile,
.fs-l-staffCoordinationListLayout {
  margin-top: 65px;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .ctm_staff_coordination_detail,
  .ctm_staff_profile,
  .fs-l-staffCoordinationListLayout {
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
/* 
STAFF TOP

*/
.staff_top {
  max-width: 1200px;
  margin: 0 auto;
}
.staff_top .fs-l-pageMain {
  max-width: 100%;
}

.staff_top .staff {
  margin-top: 120px;
  padding-bottom: 100px;
}

.staff_top .staff_cordinate {
  margin-top: 60px;
}

.staff_top .btn_cotainer {
  text-align: center;
}

.staff_top .btn_cotainer .note1 {
  font-size: 1.2rem;
  margin-top: 10px;
}

.staff_top .staff_ranking {
  margin-top: 80px;
}

.staff_top .staff_ranking#staff_ranking8 {
  padding-top: 50px;
  padding-bottom: 0;
  border-top: 1px solid #e8e8e8;
}

@media screen and (max-width: 767px) {
  .staff_top .staff {
    margin-top: 40px;
    padding-bottom: 100px;
  }
  .staff_top .staff_cordinate {
    margin-top: 30px;
  }
  .staff_top .staff_ranking#staff_ranking8 {
    padding-top: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staff_top .fs-c-breadcrumb {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 100vw;
    height: auto;
    margin-left: -2vw;
  }
  .staff_top .fs-c-breadcrumb__list {
    padding: 8px 15px;
  }
}
/* 
コーディネート一覧

*/
.staffcoordinate .btn_cotainer {
  width: 960px;
  margin-left: auto;
  max-width: 92%;
  text-align: center;
  margin-bottom: 80px;
}

.staffcoordinate .staff_ranking#staff_ranking8 {
  margin-top: 50px;
  max-width: 100%;
  width: 960px;
  max-width: 92%;
  margin-left: auto;
  padding-bottom: 30px;
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
}

@media screen and (max-width: 767px) {
  .staff_ranking#staff_ranking8 {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
/* 
スタッフ一覧

*/
.staff_LEEEP_content {
  margin-top: 65px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .staff_LEEEP_content {
    margin-bottom: 35px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .staff_list .fs-c-breadcrumb {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 100vw;
    height: auto;
    margin-left: -2vw;
  }
}
.staff_ttl_content {
  padding-bottom: 20px;
}

.staff_ranking.staff_ranking20 .LeeepStaffListLink:nth-of-type(n + 5) {
  display: none;
  transition: all 0.3s linear;
}

.staff_ranking.staff_ranking20.active .LeeepStaffListLink:nth-of-type(n + 5) {
  display: block;
  transition: all 0.3s linear;
}

/** common **/
body .btn.btn-down {
  width: 100%;
  margin: 70px auto 50px;
}

.btn.btn-down span::after {
  content: "";
  position: absolute;
  right: 29px;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.3s linear;
}

.btn.btn-down span::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
}

.btn.btn-down span:hover::before {
  background: #000;
}

.btn.btn-down span:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.btn.btn-down span.active::after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -3px;
}/*# sourceMappingURL=staff_LEEEP.css.map */