@media only screen and (min-width:961px) {
  .in_inner .staff_wrapper {
    margin-bottom: 220px;
  }
}
@media only screen and (max-width:960px) {
  .in_inner .staff_wrapper {
    margin-bottom: 24vw;
  }
  .in_inner .staff_wrapper dl {
    margin-bottom: 13vw;
  }
}

.staff_wrapper, .cast_wrapper {
  position: relative;
}
.staff_caption, .cast_caption {
  font-family: "Inria Serif", serif;
  position: absolute;
  top: -1em;
}
.staff_caption p, .cast_caption p {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.staff_list dl dt, .cast_list dl dt {
  position: relative;
}
.staff_list dl dt:after, .cast_list dl dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  width: 1px;
  height: 100%;
}
.staff_list dl dt p, .cast_list dl dt p {
  display: inline-block;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP", serif;
  padding: 2px 0.4em 4px;
}
.staff_list dl dd, .cast_list dl dd {
  font-weight: 700;
  position: relative;
}
.staff_list dl dd span, .cast_list dl dd span {
  display: block;
}
.staff_list dl dd .btn_comment, .cast_list dl dd .btn_comment {
  position: absolute;
}
.staff_list dl dd .btn_comment .-icon, .cast_list dl dd .btn_comment .-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
}
.staff_list dl dd .btn_comment .-base, .cast_list dl dd .btn_comment .-base {
  -webkit-animation: btn_move 20s linear infinite;
  animation: btn_move 20s linear infinite;
}
.staff_list ul, .cast_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff_list__item, .cast_list__item {
  position: relative;
}
.staff_list__item-role, .cast_list__item-role {
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP", serif;
  padding: 2px 0.4em 4px;
}
.staff_list__item-name, .cast_list__item-name {
  font-weight: 700;
}
@media only screen and (min-width:961px) {
  .staff_caption, .cast_caption {
    font-size: 74px;
  }
  .staff_list, .cast_list {
    margin-left: 150px;
  }
  .staff_list dl, .cast_list dl {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .staff_list dl dt, .cast_list dl dt {
    padding-right: 50px;
  }
  .staff_list dl dt p, .cast_list dl dt p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .staff_list dl dd, .cast_list dl dd {
    font-size: 44px;
    padding: 20px 0 24px 50px;
  }
  .staff_list dl dd span, .cast_list dl dd span {
    font-size: 16px;
    margin-top: 10px;
  }
  .staff_list dl dd .btn_comment, .cast_list dl dd .btn_comment {
    width: 100px;
    right: -120px;
    top: calc(50% - 50px);
    cursor: pointer;
  }
  .staff_list dl dd .btn_comment .-icon, .cast_list dl dd .btn_comment .-icon {
    width: 26px;
    -webkit-transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .staff_list dl dd .btn_comment:hover .-icon, .cast_list dl dd .btn_comment:hover .-icon {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
    transform: scale(1.08) translate(-50%, -50%);
  }
  .staff_list__item, .cast_list__item {
    margin-right: 60px;
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .staff_list__item-role, .cast_list__item-role {
    font-size: 14px;
    margin-right: 20px;
  }
  .staff_list__item-name, .cast_list__item-name {
    font-size: 20px;
  }
}
@media only screen and (max-width:960px) {
  .staff_caption, .cast_caption {
    font-size: 3rem;
  }
  .staff_list, .cast_list {
    margin-left: 16vw;
  }
  .staff_list dl, .cast_list dl {
    margin-bottom: 24vw;
  }
  .staff_list dl dt, .cast_list dl dt {
    position: relative;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .staff_list dl dt .-role, .cast_list dl dt .-role {
    font-size: 1.2rem;
  }
  .staff_list dl dt:after, .cast_list dl dt:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 20%;
    left: 0;
    background: #FFF;
    top: auto;
    bottom: 0;
  }
  .staff_list dl dd, .cast_list dl dd {
    position: relative;
  }
  .staff_list dl dd .-name, .cast_list dl dd .-name {
    font-size: 2.8rem;
  }
  .staff_list dl dd .-name span, .cast_list dl dd .-name span {
    font-size: 1rem;
    display: block;
    margin-top: 0.8em;
  }
  .staff_list dl dd .btn_comment, .cast_list dl dd .btn_comment {
    top: calc(50% - 2.8rem);
    right: 0;
    width: 18vw;
    height: 18vw;
  }
  .staff_list dl dd .btn_comment .-icon, .cast_list dl dd .btn_comment .-icon {
    width: 5vw;
  }
  .staff_list__item, .cast_list__item {
    margin: 0 8vw 6vw 0;
  }
  .staff_list__item.-long, .cast_list__item.-long {
    width: 100%;
  }
  .staff_list__item-role, .cast_list__item-role {
    font-size: 0.9rem;
    margin-bottom: 0.6em;
    display: inline-block;
  }
  .staff_list__item-name, .cast_list__item-name {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}