@charset "UTF-8";
@keyframes loop_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shootingStar-slide {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(600px);
  }
  100% {
    opacity: 0;
    transform: translateY(600px);
  }
}
@keyframes shootingStar-slide-sp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(150px);
  }
  100% {
    opacity: 0;
    transform: translateY(150px);
  }
}
@keyframes loopTitle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes down_animation {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(88px);
    opacity: 0;
  }
}
@keyframes down_animation-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes top_logo {
  0% {
    transform: rotateY(400deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes modal_fadein {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal_fadein-line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes modal_fadein-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-staffcast {
  overflow: hidden;
}
.p-staffcast__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.p-staffcast__box {
  display: flex;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-staffcast__box {
    display: block;
  }
}
.p-staffcast__box + .p-staffcast__box {
  margin-top: 52px;
  padding-top: 70px;
}
.p-staffcast__box + .p-staffcast__box.is-active::before {
  transform: scale(1);
}
.p-staffcast__box + .p-staffcast__box::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.2;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 899px) {
  .p-staffcast__box + .p-staffcast__box {
    margin-top: 26px;
    padding-top: 34px;
  }
}
.p-staffcast__box-ttl {
  flex-shrink: 0;
  width: 200px;
  margin-right: 3.3%;
  transform: translateX(-18px);
  opacity: 0;
}
.is-active .p-staffcast__box-ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-staffcast__box-ttl {
    width: 100%;
    margin: 0 0 30px;
  }
}
.p-staffcast__box-ttl-text {
  position: relative;
  color: #fff;
  font-family: "Kalnia", serif;
  padding-left: 24px;
  font-size: 29px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__box-ttl-text {
    font-size: 18px;
    padding-left: 13px;
  }
}
.p-staffcast__box-ttl-text::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/deco.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-staffcast__box-ttl-text::before {
    width: 6px;
    height: 6px;
  }
}
.p-staffcast__box-detail {
  padding-top: 6px;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  line-height: 1.6;
  flex-grow: 1;
  transform: translateX(-18px);
  opacity: 0;
}
.is-active .p-staffcast__box-detail {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 899px) {
  .p-staffcast__box-detail {
    padding: 0;
  }
}

.p-staffcast__stafflist {
  display: flex;
  flex-wrap: wrap;
}
.p-staffcast__stafflist-item {
  width: 50%;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.p-staffcast__stafflist-item.full-size {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-staffcast__stafflist-item {
    width: 49%;
    margin-bottom: 26px;
  }
  .p-staffcast__stafflist-item.sp-full-size {
    width: 100%;
  }
  .p-staffcast__stafflist-item:nth-child(2n+1) {
    margin-right: 2%;
  }
}
.p-staffcast__stafflist-cmicon {
  position: absolute;
  bottom: 5px;
  right: 2px;
  width: 21px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 899px) {
  .p-staffcast__stafflist-cmicon {
    bottom: 2px;
    width: 17px;
  }
}
@media screen and (min-width: 900px) {
  .p-staffcast__stafflist-cmicon:hover {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}
.p-staffcast__stafflist-role {
  font-size: 14px;
  font-size: min(14px, 1.4vw);
  margin-bottom: 5px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__stafflist-role {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
.p-staffcast__stafflist-name {
  font-size: min(22px, 1.9vw);
  position: relative;
  display: flex;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-staffcast__stafflist-name {
    flex-wrap: wrap;
    font-size: 15px;
    font-size: min(15px, 4.3vw);
  }
}
.p-staffcast__stafflist-name .p-in_text {
  display: inline-block;
  position: relative;
}
.p-staffcast__stafflist-name .p-in_text.is-comment {
  padding-right: 28px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__stafflist-name .p-in_text.is-comment {
    padding-right: 25px;
  }
}

.p-staffcast__castlist {
  display: flex;
  flex-wrap: wrap;
}
.p-staffcast__castlist-item {
  width: 25%;
  margin-bottom: 32px;
  letter-spacing: 1px;
}
.p-staffcast__castlist-item.grow-size {
  width: 50%;
}
@media screen and (max-width: 899px) {
  .p-staffcast__castlist-item {
    width: 48.5%;
    margin-bottom: 26px;
  }
  .p-staffcast__castlist-item:nth-child(2n+1) {
    margin-right: 2.5%;
  }
  .p-staffcast__castlist-item.sp-full-size {
    width: 100%;
  }
}
.p-staffcast__castlist-role {
  font-size: 14px;
  font-size: min(14px, 1.4vw);
  margin-bottom: 5px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__castlist-role {
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.p-staffcast__castlist-name {
  font-size: min(22px, 1.9vw);
}
@media screen and (max-width: 899px) {
  .p-staffcast__castlist-name {
    font-size: 14px;
    font-size: min(14px, 4.2vw);
  }
}
.p-staffcast__castlist-name .p-in_text {
  display: inline-block;
  position: relative;
}
.p-staffcast__castlist-name .p-in_text.is-comment {
  padding-right: 28px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__castlist-name .p-in_text.is-comment {
    padding-right: 25px;
  }
}

.m-cmmodal {
  width: 100%;
}
.m-cmmodal__content {
  text-align: left;
  color: #fff;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 899px) {
  .m-cmmodal__content {
    width: 95%;
  }
}
.m-cmmodal__head {
  line-height: 1.5;
  padding: 0 15px;
}
.is-open .m-cmmodal__head {
  animation: modal_fadein 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.m-cmmodal__head-role {
  font-size: 16px;
}
@media screen and (max-width: 899px) {
  .m-cmmodal__head-role {
    font-size: 10px;
    margin-bottom: 3px;
  }
}
.m-cmmodal__head-name {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 32px;
}
@media screen and (max-width: 899px) {
  .m-cmmodal__head-name {
    font-size: 22px;
  }
}
.m-cmmodal__line {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 19px 0;
  width: 102%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .m-cmmodal__line {
    width: 98%;
    margin: 15px 0;
  }
}
.m-cmmodal__line::before, .m-cmmodal__line::after {
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  display: block;
  background: url(../img/common/deco.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .m-cmmodal__line::before, .m-cmmodal__line::after {
    width: 8px;
    height: 8px;
  }
}
.is-open .m-cmmodal__line::before, .is-open .m-cmmodal__line::after {
  animation: modal_fadein-scale 0.6s cubic-bezier(0.22, 1, 0.36, 1) both 0.35s;
}
.m-cmmodal__line .p-in_line {
  flex-grow: 1;
  height: 1px;
  position: relative;
  display: block;
  background-color: #fff;
  margin: 0 5px;
  opacity: 0.2;
}
.is-open .m-cmmodal__line .p-in_line {
  animation: modal_fadein-line 0.6s cubic-bezier(0.22, 1, 0.36, 1) both 0.2s;
}
@media screen and (max-width: 899px) {
  .m-cmmodal__line .p-in_line {
    margin: 0 3px;
  }
}
.m-cmmodal__detail {
  padding: 0 15px;
  line-height: 1.9;
  font-size: 15.5px;
  letter-spacing: 1px;
}
.is-open .m-cmmodal__detail {
  animation: modal_fadein 1.2s cubic-bezier(0.22, 1, 0.36, 1) both 0.45s;
}
@media screen and (max-width: 899px) {
  .m-cmmodal__detail {
    font-size: 13px;
  }
}