.staff#index .mainVisual {
  margin-bottom: 90px;
}

.staff#index .anony {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .staff#index .anony {
    padding-bottom: 50px;
  }
}

.staff#index .anony__hl {
  margin-bottom: 50px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.staff#index .anony__hl.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.staff#index .anony__tabContents__tab {
  margin-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .staff#index .anony__tabContents__tab {
    margin-bottom: 50px;
  }
}

.staff#index .anony__tabContents__tab__list {
  text-align: center;
  font-size: 0;
}

.staff#index .anony__tabContents__tab__list__item {
  display: inline-block;
  width: 265px;
  border-right: 1px solid #707070;
  border: 1px solid #707070;
}

.staff#index .anony__tabContents__tab__list__item:first-child {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .staff#index .anony__tabContents__tab__list__item {
    width: 50%;
  }
}

.staff#index .anony__tabContents__tab__list__item__anchor {
  display: block;
  padding: 20px;
  background-color: #F2F2F2;
}

.staff#index .anony__tabContents__tab__list__item__anchor.is-current {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .staff#index .anony__tabContents__tab__list__item__anchor {
    padding: 15px 10px;
  }
}

.staff#index .anony__tabContents__tab__list__item__anchor > img {
  height: 18px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .staff#index .anony__tabContents__tab__list__item__anchor > img {
    height: 14px;
  }
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__fig {
  position: relative;
  width: 584px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .staff#index .anony__tabContents__contents__eachContents__staffList__item__fig {
    width: 100%;
    float: none !important;
  }
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__fig:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts {
  width: calc(100% - 584px);
  text-align: center;
  display: table;
  height: 430px;
}

@media only screen and (max-width: 767px) {
  .staff#index .anony__tabContents__contents__eachContents__staffList__item__texts {
    width: 100%;
    height: auto;
    float: none !important;
    padding: 50px 0;
  }
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder {
  display: table-cell;
  vertical-align: middle;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__role {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__name {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-family: adobe-caslon-pro, serif;
  letter-spacing: 0.1em;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__description {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

@media only screen and (max-width: 767px) {
  .staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList {
    display: block;
    margin-bottom: 20px;
  }
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList__item {
  display: inline-block;
  margin-left: 20px;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList__item:first-child {
  margin-left: 0;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList__item__anchor {
  width: 27px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: 0.2s all ease;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList__item__anchor[data-sns="instagram"] {
  background-image: url(/assets/images/common/icon_instagram.svg);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList__item__anchor[data-sns="twitter"] {
  background-image: url(/assets/images/common/icon_twitter.svg);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList__item__anchor[data-sns="facebook"] {
  background-image: url(/assets/images/common/icon_facebook.svg);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList__item__anchor:hover {
  transform: translateY(-5px);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item[data-layout="a"] .anony__tabContents__contents__eachContents__staffList__item__fig {
  float: left;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item[data-layout="a"] .anony__tabContents__contents__eachContents__staffList__item__texts {
  float: right;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item[data-layout="b"] .anony__tabContents__contents__eachContents__staffList__item__fig {
  float: right;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item[data-layout="b"] .anony__tabContents__contents__eachContents__staffList__item__texts {
  float: left;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item.is-animated .anony__tabContents__contents__eachContents__staffList__item__fig:before {
  left: -100%;
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item.is-animated .anony__tabContents__contents__eachContents__staffList__item__texts__holder__role {
  opacity: 1;
  transform: translateY(0);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item.is-animated .anony__tabContents__contents__eachContents__staffList__item__texts__holder__name {
  opacity: 1;
  transform: translateY(0);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item.is-animated .anony__tabContents__contents__eachContents__staffList__item__texts__holder__description {
  opacity: 1;
  transform: translateY(0);
}

.staff#index .anony__tabContents__contents__eachContents__staffList__item.is-animated .anony__tabContents__contents__eachContents__staffList__item__texts__holder__snsList {
  opacity: 1;
  transform: translateY(0);
}
