.banner_text_staff {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 380px;
  margin: -120px 0 0 -190px;
  text-align: center;
  border: 5px solid #fff;
  background: #000;
  background: rgba(0,0,0,.4);
}

.banner_text_staff .row_1 {
  display: block;
  padding: 40px 0;
  font-size: 30px;
  line-height: 1em;
  color: #fff;
}

.banner_text_staff .row_2 {
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  font-size: 40px;
  line-height: 1em;
  color: #fff;
  background: rgba(255,255,255,.1);
}

.section_staff {
  margin-bottom: 100px;
}

.section_staff .sec_title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
}

.section_staff .sec_title.wrapper {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.section_staff .sec_title span {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 15px 0;
}

.section_staff .sec_title span:after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  display: block;
  width: 50px;
  margin-left: -25px;
  content: "";
  border-bottom: 1px solid #000;
}

.section_staff .sec_title small {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
}

.section_staff_list {
  width: 960px;
  margin: 0 auto 20px;
  padding-top: 50px;
}

.section_staff_list .ls_staff {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  /*padding-top: 40px;*/
}

.section_staff_list .ls_staff li {
  position: relative;
  float: left;
  width: 290px;
  margin: 0 0 22px 36px;
  padding: 2px;
  border: 1px solid #c5c5c5;
  background: #fff;
}

.section_staff_list .ls_staff li:nth-child(3n+1) {
  margin-left: 0;
}

.section_staff_list .ls_staff li .image {
  float: left;
  width: 100px;
  height: 116px;
}

.section_staff_list .ls_staff li .image a,
.section_staff_list .ls_staff li .image img {
  display: block;
}

.section_staff_list .ls_staff li .info {
  float: right;
  width: 180px;
  padding-top: 25px;
}

.section_staff_list .ls_staff li .info .name {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 1em;
}

.section_staff_list .ls_staff li .info .post {
  line-height: 1em;
  color: #958878;
}

.section_staff_list .ls_staff li .info .sns {
  margin-top: 10px;
}

.section_staff_list .ls_staff li .info .sns a {
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 1px;
}

.section_staff_list .ls_staff li .info .sns a:first-child {
  margin-left: 0;
}

.section_staff_list .ls_staff li .info .sns a img {
  display: block;
}

.section_staff_detail {
  /*padding: 40px 0 80px;*/
  padding-bottom: 80px;
  background: #e7e7ef;
}
.section_staff_detail .page_header{
  padding-top: 40px;
}

.section_staff_detail .breadcrumb {
  position: relative;
  top: -40px;
  right: 10px;
  width: 980px;
  height: 0;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  line-height: 1em;
}

.section_staff_detail .breadcrumb a {
  text-decoration: underline;
}

.section_staff_detail .sec_inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 45px 30px;
  background: #fff;
}

.section_staff_detail .detail_title {
  margin-bottom: 30px;
  text-align: center;
}

.section_staff_detail .detail_title span {
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1em;
}

.section_staff_detail .detail_title span img {
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 0;
  vertical-align: bottom;
}

.icon-before-after {
  height: 40px;
}

.section_staff_list .icon-before-after {
  width: auto !important;
  height: 22px;
}

.section_staff_detail .detail_title span a:first-child img {
  margin-left: 10px;
}

.section_staff_detail .detail_title small {
  color: #766857;
}

.section_staff_detail .detail_image {
  margin-bottom: 30px;
}

.section_staff_detail .detail_image img {
  display: block;
  max-width: 406px;
  max-height: 600px;
  margin: 0 auto;
}

.section_staff_detail .detail_desc {
  margin-bottom: 50px;
  line-height: 1.8em;
}

.section_staff_detail .grid_1 .col_1 {
  float: left;
  width: 450px;
}

.section_staff_detail .grid_1 .col_2 {
  float: right;
  width: 406px;
  padding-top: 30px;
}

.section_staff_detail .detail_data dt {
  display: block;
  padding: 10px 10px 5px;
  font-weight: bold;
}

.section_staff_detail .detail_data dd {
  display: block;
  padding: 0 10px 8px 10px;
  border-bottom: 1px dotted #6e6e6e;
}

.section_staff_detail .detail_video {
  margin-bottom: 35px;
  border: 5px solid #d3d3d3;
}

.section_staff_detail .detail_video img {
  display: block;
}

.section_staff_detail .detail_gallery .gallery_title {
  margin-bottom: 20px;
  padding: 4px 0;
  border-bottom: 1px solid #29221c;
}

.section_staff_detail .detail_gallery .gallery_title .txt {
  display: block;
  float: left;
  font-size: 30px;
  line-height: 1em;
}

.section_staff_detail .detail_gallery .gallery_title .btn {
  display: block;
  float: right;
  margin-top: -4px;
  padding: 10px 20px;
  line-height: 1em;
  color: #fff;
  border-radius: 2px;
  background: #786858;
}

.section_staff_detail .detail_gallery .gallery_list li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 185px;
  padding-top: 240px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.section_staff_detail .detail_gallery .gallery_list li:nth-child(odd) {
  margin-right: 36px;
}

.section_staff_detail .detail_gallery .gallery_list li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.section_staff_detail .detail_gallery.-beforeafter {
  margin-top: 2em;
}

.section_staff_shift .wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.section_staff_shift .shift_content {
  float: left;
  width: 760px;
}

.section_staff_shift .shift_content .shift_plugin img {
  display: block;
  width: 100%;
}

.section_staff_shift .shift_sidebar {
  float: right;
  width: 177px;
  padding-top: 50px;
}

.section_staff_shift .shift_sidebar .image {
  margin-bottom: 30px;
}

.section_staff_shift .shift_sidebar .image img {
  display: block;
}

.section_staff_shift .shift_sidebar .info {
  margin-bottom: 50px;
  padding: 0;
}

.section_staff_shift .shift_sidebar .info li {
  height: 47px;
  margin-bottom: 10px;
  padding: 20px 0;
  text-align: center;
  color: #766857;
  background: #e3e3eb;
}

.section_staff_shift .shift_sidebar .info li .ttl {
  margin-bottom: 8px;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1em;
  color: #766857;
}

.section_staff_shift .shift_sidebar .info li .ttl img {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -.2em;
  vertical-align: middle;
}

.section_staff_detail .sec_inner .flag {
  position: absolute;
  top: 30px;
  left: -16px;
}

.section_staff_list .ls_staff li .info .sns a img {
  width: 22px;
}

.section_staff_list .ls_staff .flag {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: -8px;
  width: 75px;
}

.section_staff_list .ls_staff .flag:empty {
  display: none;
}

.section_staff_list .ls_staff .flag li {
  float: none;
  width: auto;
  margin: 0 0 -5px;
  padding: 0;
  border: none;
  background: none;
}

.section_staff_list .ls_staff .flag img {
  width: 100%;
}

.section_staff_detail .sec_inner .col_1 {
  float: left;
  width: 406px;
}

.section_staff_detail .sec_inner .col_2 {
  float: right;
  width: 450px;
}

.staff_rank {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  padding-top: 40px;
  text-align: center;
}

.staff_rank li {
  position: relative;
  display: inline-block;
  width: 400px;
  margin: 0 0 22px 36px;
  padding: 2px;
  text-align: left;
  border: 1px solid #c5c5c5;
  background: #fff;
}

.staff_rank li .image {
  float: left;
  width: 200px;
  height: 100%;
}

.staff_rank li .image a {
  position: relative;
  display: block;
  width: 200px;
  height: inherit;
}

.staff_rank li .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  margin: auto;
}

.staff_rank li .info {
  float: right;
  width: 175px;
  padding-top: 25px;
}

.staff_rank li .info .name {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 1em;
}

.staff_rank li .info .post {
  line-height: 1em;
  color: #958878;
}

.staff_rank li .info .sns {
  margin-top: 10px;
}

.staff_rank li .info .sns a {
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 1px;
}

.staff_rank li .info .sns a:first-child {
  margin-left: 0;
}

.staff_rank li .info .sns a img {
  display: block;
}

.staff_rank li .info .sns a img {
  width: 30px;
}

.staff_rank li .flag {
  position: absolute;
  z-index: 1;
  bottom: 65px;
  left: -8px;
  width: 100px;
}

.staff_rank li .flag li {
  float: none;
  width: auto;
  margin: 0 0 -5px;
  padding: 0;
  border: none;
  background: none;
}

.staff_rank li .flag img {
  width: 100%;
}

.section_staff_detail .sec_inner .haircare {
  position: absolute;
  top: 100px;
  left: -16px;
}

.section_staff_list .ls_staff .haircare {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -15px;
  width: 70px;
}

.section_staff_list .ls_staff .haircare:empty {
  display: none;
}

.section_staff_list .ls_staff .haircare li {
  float: none;
  width: auto;
  margin: 0 0 -5px;
  padding: 0;
  border: none;
  background: none;
}

.section_staff_list .ls_staff .haircare img {
  width: 100%;
}

.staff_rank li .haircare {
  position: absolute;
  z-index: 1;
  bottom: -6px;
  left: -8px;
  width: 75px;
}

.staff_rank li .haircare li {
  float: none;
  width: auto;
  margin: 0 0 -5px;
  padding: 0;
  border: none;
  background: none;
}

.staff_rank li .haircare img {
  width: 100%;
}

.haircare_text .fl {
  float: left;
}

.haircare_text img {
  vertical-align: middle;
}

.haircare_text span {
  float: right;
  width: 64%;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .section_staff_detail .sec_inner .haircare {
    top: 0;
    right: -9px;
    left: inherit;
  }

  .section_staff_list .ls_staff .haircare {
    top: -10px;
    right: -10px;
    bottom: 0;
    width: 50px;
  }

  .icon-before-after {
    width: auto !important;
    height: 26px;
  }

  .icon-before-after--single {
    height: 40px;
  }

  .section_staff_list .icon-before-after {
    height: 22px;
  }

  .haircare_text span {
    width: 100%;
  }

  .banner_text_staff {
    width: 220px;
    margin: 0;
    opacity: .7;
    border-width: 3px;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }

  .banner_text_staff .row_1 {
    padding: 10px 0;
    font-size: 1em;
  }

  .banner_text_staff .row_2 {
    padding: 10px 0;
    font-size: 1.1em;
  }

  .section_staff {
    margin-bottom: 30px;
  }

  .section_staff .sec_title {
    margin-bottom: 20px;
    font-size: 1.8em;
  }

  .section_staff .sec_title.wrapper {
    width: auto;
  }

  .section_staff .sec_title small {
    font-size: .55em;
  }

  .section_staff_list {
    width: auto;
    margin: 0 auto 20px;
    padding: 30px 15px 0;
  }

  .section_staff_list .ls_staff {
    display: block;
    padding-top: 0;
  }

  .section_staff_list .ls_staff li {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }

  .section_staff_list .ls_staff li:nth-child(3n+1) {
    margin-left: 0;
  }

  .section_staff_list .ls_staff li .image {
    width: 100px;
  }

  .section_staff_list .ls_staff li .image a,
  .section_staff_list .ls_staff li .image img {
    display: block;
  }

  .section_staff_list .ls_staff li .info {
    float: none;
    width: auto;
    margin-left: 120px;
    padding-top: 25px;
  }

  .section_staff_list .ls_staff li .info .name {
    font-size: 1.6em;
  }

  .section_staff_detail {
    margin-top: 20px;
    padding: 20px 10px 40px;
  }

  .section_staff_detail .breadcrumb {
    display: none;
  }

  .section_staff_detail .sec_inner {
    width: auto;
    padding: 30px 10px 20px;
  }

  .section_staff_detail .detail_title span {
    font-size: 2em;
    line-height: 1em;
  }

  .section_staff_detail .detail_title span img {
    height: 1em;
    /* margin-top: -0.3em; */
    margin-left: 0;
    vertical-align: bottom;
  }

  .section_staff_detail .detail_title small {
    display: block;
    margin-bottom: 1em;
  }

  .section_staff_detail .detail_image {
    margin-bottom: 20px;
  }

  .section_staff_detail .detail_image img {
    /*max-width: 335px;*/
    /*max-height: 480px;*/
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0 auto;
  }

  .section_staff_detail .detail_desc {
    margin-bottom: 20px;
    line-height: 1.8em;
  }

  .section_staff_detail .grid_1 .col_1 {
    float: none;
    width: auto;
  }

  .section_staff_detail .grid_1 .col_2 {
    float: none;
    width: auto;
    padding-top: 20px;
  }

  .section_staff_detail .detail_data dt {
    padding: 10px 0 5px;
  }

  .section_staff_detail .detail_data dd {
    padding: 0 0 8px 0;
  }

  .section_staff_detail .detail_video {
    margin-bottom: 20px;
    border: 3px solid #d3d3d3;
  }

  .section_staff_detail .detail_video img {
    display: block;
    width: 100%;
  }

  .section_staff_detail .detail_gallery .gallery_title {
    margin-bottom: 15px;
    padding: 4px 0;
  }

  .section_staff_detail .detail_gallery .gallery_title .txt {
    font-size: 2em;
  }

  .section_staff_detail .detail_gallery .gallery_title .btn {
    margin-top: 0;
    padding: 5px 8px;
  }

  .section_staff_detail .detail_gallery .gallery_list li {
    width: 48.5%;
    padding-top: 59.25925925925925%;
  }

  .section_staff_detail .detail_gallery .gallery_list li:nth-child(odd) {
    margin-right: 3%;
  }

  .section_staff_detail .detail_gallery .gallery_list li img {
    width: 100%;
  }

  .section_staff_shift .wrapper {
    width: auto;
    margin: 0 auto;
    padding: 20px 10px 0;
  }

  .section_staff_shift .shift_content {
    float: none;
    width: auto;
  }

  .section_staff_shift .shift_content .shift_plugin img {
    display: block;
    width: 100%;
  }

  .section_staff_shift .shift_sidebar {
    float: none;
    width: auto;
    padding-top: 30px;
  }

  .section_staff_shift .shift_sidebar .image {
    margin-bottom: 20px;
  }

  .section_staff_shift .shift_sidebar .image img {
    display: block;
    width: 100%;
  }

  .section_staff_shift .shift_sidebar .info {
    margin-bottom: 0;
    padding: 0;
  }

  .section_staff_shift .shift_sidebar .info li {
    height: auto;
    padding: 15px 0 10px;
  }

  .section_staff_detail .sec_inner .col_1,
  .section_staff_detail .sec_inner .col_2 {
    position: relative;
    float: none;
    width: 100%;
  }

  .section_staff_detail .gallery_list {
    margin-bottom: 2em;
  }

  .staff_rank li {
    padding-top: 0;
  }

  .staff_rank li {
    float: none;
    width: 97%;
    margin: 0 0 10px 0;
  }

  .staff_rank li .flag {
    width: 65px;
  }

  .staff_rank li:nth-child(3n+1) {
    margin-left: 0;
  }

  .staff_rank li .image {
    width: 100px;
  }

  .staff_rank li .image a,
  .staff_rank li .image img {
    display: block;
    width: 100px;
    max-height: none;
  }

  .staff_rank li .image img {
    position: static;
    height: auto;
  }

  .staff_rank li .info {
    float: none;
    width: auto;
    margin-left: 120px;
    padding-top: 25px;
  }

  .staff_rank li .info .name {
    font-size: 1.6em;
  }

  .staff_rank li .info .sns a img {
    width: 22px;
  }

  .section_staff_detail .sec_inner .flag {
    left: -14px;
    width: 30%;
  }

  .section_staff_detail .sec_inner .flag img {
    width: 100%;
  }
}
