@charset "UTF-8";


/* ===============================================
# staffcast
=============================================== */
.p-staffcast {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-staffcast__in {
    margin: 0 1.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .p-staffcast {
    min-width: 1200px;
    min-height: 380px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .p-staffcast {
    padding: 0 4vw;
  }
}

.p-staffcast__content {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.-subLoadComplete .p-staffcast__content {
  -webkit-animation: ani-fadein 0.8s cubic-bezier(0.02, 0.88, 0.58, 1) 0s 1 normal forwards;
  animation: ani-fadein 0.8s cubic-bezier(0.02, 0.88, 0.58, 1) 0s 1 normal forwards;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98), -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}

.p-staffcast__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-staffcast__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.p-staffcast__content:nth-of-type(1) {
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}

.p-staffcast__content:nth-of-type(2) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

.p-staffcast__content:nth-of-type(3) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}

.p-staffcast__content:nth-of-type(4) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

.p-staffcast__content:nth-of-type(5) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

@media screen and (max-width: 768px) {
  .p-staffcast__content {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 769px) {
  .p-staffcast__content.-cast {
    max-width: 86.66667vw;
    min-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-staffcast__content.-cast {
    margin-top: 40px;
  }
}

.p-staffcast__content.-cast>span.hr-order1 {
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.p-staffcast__content.-cast>span.hr-order2 {
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.p-staffcast__item {
  position: relative;
  /* display: inline-block; */
  text-align: center;
  margin-bottom: 44px !important;
}

@media screen and (min-width: 769px) {
  .p-staffcast__item {
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .p-staffcast__item {
    width: calc(100% / 2);
    margin: 0 auto 40px;
  }
}

.-original .p-staffcast__item,
.-artist .p-staffcast__item {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .-original .p-staffcast__item,
  .-artist .p-staffcast__item {
    width: 100%;
  }
}

.-cast .p-staffcast__item {
  width: calc(100% / 4);
  margin: 60px 0 80px 0;
}

@media screen and (max-width: 768px) {
  .-cast .p-staffcast__item {
    width: calc(100% / 2);
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 769px) {
  .-cast .p-staffcast__item:nth-child(n+4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 769px) {
  .-cast .p-staffcast__item.-kobeni {
    width: calc(100% / 4 - 110px);
  }
}

@media screen and (min-width: 769px) {
  .-cast .p-staffcast__item.-kishibe {
    width: calc(100% / 4 - 110px);
    margin-right: 30px;
  }
}

.-artist .p-staffcast__item {
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .-artist .p-staffcast__item {
    margin: 0 auto 40px;
  }
}

.p-staffcast__dd {
  font-size: 14px;
  line-height: 2;
  color: #666;
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}

.-cast .p-staffcast__dd {
  text-indent: 16px;
}

@media screen and (max-width: 768px) {
  .p-staffcast__dd {
    font-size: 10px;
  }
}

.p-staffcast__dd.-ls-wide {
  letter-spacing: 1.150em;
}

.p-staffcast__dt {
  position: relative;
  display: inline-block;
  font-size: 20px;
  letter-spacing: .9em;
}

@media screen and (max-width: 768px) {
  .p-staffcast__dt {
    font-size: 12px;
    letter-spacing: .64em;
  }
}

.p-staffcast__dt>small {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
}

@media screen and (min-width: 769px) {
  .p-staffcast__dt>small {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-staffcast__dt>small {
    margin-top: 4px;
    font-size: 10px;
  }
}

.-artist .p-staffcast__dt {
  display: block;
  letter-spacing: 0.45em;
}

@media screen and (max-width: 768px) {
  .-artist .p-staffcast__dt {
    line-height: 2;
  }
}

.p-staffcast__endingList {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-staffcast__endingList {
    max-width: 700px;
    margin: 0 auto;
  }
}

.p-staffcast__endingList>li {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-staffcast__endingList>li {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-staffcast__endingList>li {
    margin-bottom: 25px;
  }
}

.p-staffcast__endingList>li span.-name {
  display: block;
  text-align: center;
  line-height: 2;
}

.p-staffcast__endingList>li span.-ttl {
  display: block;
  text-align: center;
  line-height: 2;
}

.p-staffcast__cmticon {
  width: 24px;
  height: 24px;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  -webkit-mask-image: url("../../assets/img/common/icon/icon-comment.svg");
  mask-image: url("../../assets/img/common/icon/icon-comment.svg");
  background: #fff;
  position: absolute;
  top: 0;
  right: -16px;
  -webkit-transition: background, -webkit-transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: background, -webkit-transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: background, transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: background, transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98), -webkit-transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}

.p-staffcast__cmticon:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  background: #e02e2c;
}

@media screen and (max-width: 768px) {
  .p-staffcast__cmticon {
    width: 15px;
    height: 15px;
    -webkit-mask-size: 15px 15px;
    mask-size: 15px 15px;
    top: -2px;
    right: -16px;
  }

  .-original .p-staffcast__cmticon {
    right: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .-original .p-staffcast__cmticon {
    right: 12px;
  }
}

.p-staffcast__cmticon>a {
  width: 100%;
  height: 100%;
  display: block;
}


/* modal */

/* staff */
@media screen and (max-width: 768px) {
  .c-modal-staff {
    padding-bottom: 40px;
    min-height: 568px;
  }
}

.c-modal-staff__nameWrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-modal-staff__nameWrap {
    margin-bottom: 28px;
  }
}

.c-modal-staff__nameWrap>span {
  display: block;
  text-align: center;
}

.c-modal-staff__nameWrap span.name-chara {
  color: #666666;
  font-size: 14px;
  letter-spacing: 1.05em;
}

@media screen and (max-width: 768px) {
  .c-modal-staff__nameWrap span.name-chara {
    font-size: 10px;
  }
}

.c-modal-staff__nameWrap span.name-cast {
  font-size: 20px;
  letter-spacing: 1.2em;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-modal-staff__nameWrap span.name-cast {
    font-size: 12px;
    margin-top: 10px;
  }
}

.c-modal-staff__cmt {
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: .1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .c-modal-staff__cmt {
    min-width: 466px;
  }

  .c-modal-staff__cmt.-denji {
    width: 466px;
  }
}

@media screen and (min-width: 1024px) {
  .c-modal-staff__cmt {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal-staff__cmt {
    width: 293px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 2.1;
  }
}

/* 戸谷さんコメント */
@media screen and (min-width: 1024px) {
  #modal4 .c-modal-staff__cmt {
    width: 470px;
  }
}

@media screen and (max-width: 768px) {
  #modal4 .c-modal-staff__cmt {
    width: 293px;
  }
}

/* 花江さんコメント */
#modal14 .c-modal__content--in .c-modal-staff__cmt {
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  #modal14 .c-modal__content--in .c-modal-staff__cmt {
    text-align: center;
  }  
}
