@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : cast.css
Description : キャスト・スタッフ
===================================================================== */
/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 12rem 0;
  }
}
.cast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 5.5rem);
  height: 70rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .cast::before {
    width: calc(100% - 6rem);
    height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .cast::before {
    width: calc(50% + 540px);
  }
}
.cast_column {
  position: relative;
  width: 93.75%;
  margin: 0 0 0 auto;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .cast_column {
    width: 100%;
    margin: 0;
    padding-bottom: 7.5rem;
  }
}
.cast_column::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 10rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .cast_column::before {
    height: calc(100% - 7.5rem);
  }
}
.cast_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.cast_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.cast_ttl > em {
  display: block;
  padding-left: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.cast_ttl > span {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .cast_ttl > span {
    font-size: 2.1rem;
  }
}
.cast_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .cast_wrap {
    margin: -7.5rem auto 0 auto;
  }
}
.cast_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast_name {
    max-width: 560px;
    margin: 4.5rem 0 0 auto;
  }
}
.cast_name:first-child {
  margin-top: 0;
}
.cast_name.cast_hr {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .cast_name.cast_hr {
    padding-top: 4.5rem;
  }
}
.cast_name.cast_hr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #d6e8ec 0%, #e9d4dd 100%);
}
.cast_name > dt {
  width: auto;
  padding-right: 1.5em;
}
@media screen and (min-width: 768px) {
  .cast_name > dt {
    padding-right: 4.5em;
  }
}
.cast_name > dt:has(+ dd > span:first-child .cast_link) {
  margin-top: calc(0rem + 1.7em);
}
.cast_name > dt > span {
  display: block;
  font-size: 3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cast_name > dt > span {
    font-size: 2.2rem;
  }
}
.cast_name > dt > span.min {
  letter-spacing: -0.08em;
}
.cast_name > dd {
  width: 100%;
  text-align: right;
}
.cast_name > dd > span {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  background: linear-gradient(90deg, #d6e8ec 0%, #e9d4dd 100%);
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span {
    font-size: 2.2rem;
  }
}
.cast_name > dd > span:has(.cast_link) {
  margin-top: calc(0rem + 1.7em);
}
.cast_name > dd > span + span {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span + span {
    margin-top: 1.5rem;
  }
}
.cast_name > dd > span + span:has(.cast_link) {
  margin-top: calc(2rem + 1.7em);
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span + span:has(.cast_link) {
    margin-top: calc(1.5rem + 1.7em);
  }
}
.cast_name > dd > span > small {
  display: block;
  font-size: 75%;
  transform: translateY(-0.5rem);
}
@media screen and (min-width: 1200px) {
  .cast_name > dd > span > small {
    display: inline-block;
    transform: none;
  }
}
.cast_link {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
  display: block;
  width: auto;
  padding: 0 0.5rem;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 80%;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-radius: 0.5rem;
  background-color: #000000;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .cast_link {
    bottom: calc(100% + 0.8rem);
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover {
    background-color: #cc3d7d;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover::before {
    background-color: #cc3d7d;
  }
}
.cast_link::before {
  content: "";
  position: absolute;
  left: 45%;
  top: calc(100% - 1px);
  display: block;
  width: 0.6em;
  height: 0.4em;
  background-color: #000000;
  transition: 0.3s ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.cast_comment {
  position: relative;
  width: 100%;
  padding: 8rem 6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    padding: 6rem 8rem;
  }
}
.cast_comment > dt {
  position: relative;
  width: calc(100% + 6rem);
  margin-left: -6rem;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt {
    width: calc(100% + 8rem);
    margin-left: -8rem;
  }
}
.cast_comment > dt > span {
  display: inline-block;
  line-height: 2.4;
}
.cast_comment > dt > span > span {
  color: #ffffff;
  padding: 0.8rem 3rem 0.8rem 6rem;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
@media screen and (min-width: 768px) {
  .cast_comment > dt > span > span {
    padding: 0.6rem 8rem;
  }
}
.cast_comment > dd {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_comment > dd {
    margin-top: 3rem;
  }
}
.cast_comment > dd > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_comment > dd > p {
    margin-top: 3rem;
  }
}
.cast_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0;
  }
}
.staff::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(100% - 5.5rem);
  height: 70rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .staff::before {
    width: calc(100% - 6rem);
    height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .staff::before {
    width: calc(50% + 540px);
  }
}
.staff_column {
  position: relative;
  width: 93.75%;
  margin: 0 auto 0 0;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .staff_column {
    width: 100%;
    margin: 0;
    padding-bottom: 7.5rem;
  }
}
.staff_column::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 10rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .staff_column::before {
    height: calc(100% - 7.5rem);
  }
}
.staff_column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.staff_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.staff_ttl > em {
  display: block;
  padding-right: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .staff_ttl > em {
    padding-right: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.staff_ttl > span {
  position: absolute;
  right: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .staff_ttl > span {
    font-size: 2.1rem;
  }
}
.staff_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem auto 0 0;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .staff_wrap {
    margin: -7.5rem auto 0 auto;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff_name {
    max-width: 560px;
    margin: 4.5rem auto 0 0;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name.staff_hr {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .staff_name.staff_hr {
    padding-top: 4.5rem;
  }
}
.staff_name.staff_hr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #d6e8ec 0%, #e9d4dd 100%);
}
.staff_name > dt {
  width: auto;
  padding-right: 1.5em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt {
    padding-right: 4.5em;
  }
}
.staff_name > dt:has(+ dd > span:first-child .staff_link) {
  margin-top: calc(0rem + 1.7em);
}
.staff_name > dt > span {
  display: block;
  font-size: 3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: -0.08em;
}
.staff_name > dd {
  width: 100%;
  text-align: right;
}
.staff_name > dd > span {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  background: linear-gradient(90deg, #d6e8ec 0%, #e9d4dd 100%);
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: calc(0rem + 1.7em);
}
.staff_name > dd > span + span {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span + span {
    margin-top: 1.5rem;
  }
}
.staff_name > dd > span + span:has(.staff_link) {
  margin-top: calc(2rem + 1.7em);
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span + span:has(.staff_link) {
    margin-top: calc(1.5rem + 1.7em);
  }
}
.staff_name > dd > span > small {
  display: block;
  font-size: 75%;
  transform: translateY(-0.5rem);
}
@media screen and (min-width: 1200px) {
  .staff_name > dd > span > small {
    display: inline-block;
    transform: none;
  }
}
.staff_link {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
  display: block;
  width: auto;
  padding: 0 0.5rem;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 80%;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-radius: 0.5rem;
  background-color: #000000;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .staff_link {
    bottom: calc(100% + 0.8rem);
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    background-color: #cc3d7d;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover::before {
    background-color: #cc3d7d;
  }
}
.staff_link::before {
  content: "";
  position: absolute;
  left: 45%;
  top: calc(100% - 1px);
  display: block;
  width: 0.6em;
  height: 0.4em;
  background-color: #000000;
  transition: 0.3s ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 8rem 6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 6rem 8rem;
  }
}
.staff_comment > dt {
  position: relative;
  width: calc(100% + 6rem);
  margin-left: -6rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dt {
    width: calc(100% + 8rem);
    margin-left: -8rem;
  }
}
.staff_comment > dt > span {
  display: inline-block;
  line-height: 2.4;
}
.staff_comment > dt > span > span {
  color: #ffffff;
  padding: 0.8rem 3rem 0.8rem 6rem;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
@media screen and (min-width: 768px) {
  .staff_comment > dt > span > span {
    padding: 0.6rem 8rem;
  }
}
.staff_comment > dd {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd {
    margin-top: 3rem;
  }
}
.staff_comment > dd > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd > p {
    margin-top: 3rem;
  }
}
.staff_comment > dd > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=cast.css.map */