.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
#staff-cast-page {
  width: 100%;
}

.header {
  position: relative;
  left: auto;
  top: auto;
  background-color: #fff8da;
}

.header:after {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background: url("../img/common/bg_tri_beige.png") center top repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 0;
}

.header__inner {
  width: 900px;
  height: 185px;
}

.header__logo {
  height: 277px;
  left: 0;
  transform: translate(0, 0);
}

.header__logo a {
  transform: translate(0, 53px);
}

.header__han {
  display: none;
}

.header__menu {
  display: none;
}

.headline {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.headline__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 110px 0 107px;
  text-align: center;
  border: none;
}

.lists {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.lists__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 160px;
  zoom: 1;
  border: none;
}

.lists__inner:after {
  content: "";
  clear: both;
  display: block;
}

.lists__staff {
  width: 59%;
  float: left;
}

.lists__cast {
  width: 41%;
  float: right;
}

.lists__headline {
  margin-bottom: 45px;
}

.lists__item {
  width: 300px;
  height: 278px;
  position: absolute;
  left: 50%;
  top: 440px;
  transform: translate(52px, 0);
}

.lists__item p {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.lists__item .eff--fuwa1 {
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: fuwaRoll 3.5s ease-in-out infinite;
}

.lists__item .eff--fuwa2 {
  display: block;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: fuwaHor 7.0s ease-in-out infinite alternate;
}

.lists__item .eff--fuwa3 {
  display: block;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: fuwaVer 6.0s ease-in-out infinite alternate;
}

.lists__item__img {
  position: relative;
}

.lists__item__icon {
  position: absolute;
  left: -7px;
  top: -25px;
  transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  animation: ponpon2 2.5s ease-in-out infinite;
}

@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes ponpon2 {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(0.9);
  }
  90% {
    transform: scale(1.04);
  }
  95% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fuwaRoll {
  0% {
    transform: rotateZ(5deg) scale(0.95);
  }
  50% {
    transform: rotateZ(-5deg) scale(1);
  }
  100% {
    transform: rotateZ(5deg) scale(0.95);
  }
}

@keyframes fuwaHor {
  0% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(5px, 0);
  }
}

@keyframes fuwaVer {
  0% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #staff-cast-page {
    width: 100%;
  }
  .header {
    position: relative;
    left: auto;
    top: auto;
    background-color: #fff8da;
  }
  .header:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    bottom: -8px;
    bottom: -2.13333vw;
    background: url("../img/common/bg_tri_beige.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .header__inner {
    width: 85.333%;
    height: 107.5px;
    height: 28.66667vw;
  }
  .header__logo {
    height: 185px;
    height: 49.33333vw;
    left: 0;
    transform: translate(0, 0);
  }
  .header__logo a {
    transform: translate(0, 23px);
    transform: translate(0, 6.13333vw);
  }
  .header__han {
    display: block;
  }
  .headline {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .headline__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-top: 122px;
    padding-top: 32.53333vw;
    padding-bottom: 54px;
    padding-bottom: 14.4vw;
    text-align: center;
    border: none;
  }
  h2 img {
    width: 277.5px;
    width: 74vw;
    height: auto;
  }
  .lists {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
    z-index: 2;
  }
  .lists:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    bottom: -8px;
    bottom: -2.13333vw;
    line-height: 1.0em;
    background: url("../img/common/bg_tri_green.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
  }
  .lists__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-bottom: 21.33333vw;
    zoom: 1;
    border: none;
  }
  .lists__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .lists__staff {
    width: 100%;
    float: none;
    margin-bottom: 62px;
    margin-bottom: 16.53333vw;
  }
  .lists__cast {
    width: 100%;
    float: none;
  }
  .lists__headline {
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  .lists__headline img {
    height: 25.5px;
    height: 6.8vw;
    width: auto;
  }
  .lists__list img {
    width: 100%;
    height: auto;
  }
  .lists__item {
    width: 177px;
    width: 47.2vw;
    height: 163.5px;
    height: 43.6vw;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -42.5px;
    bottom: -11.33333vw;
    transform: translate(-27px, 0);
    transform: translate(-7.2vw, 0);
    z-index: 3;
  }
  .lists__item p {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .lists__item__img {
    position: relative;
  }
  .lists__item__img img {
    width: 100%;
    height: auto;
  }
  .lists__item__icon {
    position: absolute;
    left: 138.5px;
    left: 36.93333vw;
    top: -10.5px;
    top: -2.8vw;
  }
  .lists__item__icon img {
    width: 36.5px;
    width: 9.73333vw;
    height: auto;
  }
}
