@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : cast.css
Description : キャスト・スタッフ
===================================================================== */
/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 16rem 0 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 12rem 0 3.6rem 0;
  }
}
.cast_column {
  position: relative;
  width: 100%;
}
.cast_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .cast_ttl {
    position: absolute;
    right: 0;
    top: 0;
    width: 42rem;
  }
}
.cast_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cast_ttl::before {
    width: 47.3rem;
  }
}
.cast_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .cast_ttl > em {
    font-size: 5.4rem;
  }
}
.cast_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .cast_ttl > span {
    font-size: 2.4rem;
  }
}
.cast_wrap {
  position: relative;
  width: 100%;
  margin: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast_wrap {
    width: 52rem;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .cast_wrap {
    width: 52rem;
    margin: 0 auto 0 0;
  }
}
.cast_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .cast_name {
    margin-top: 1.8rem;
  }
}
.cast_name.line {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .cast_name.line {
    margin-top: 4.5rem;
  }
}
.cast_name:first-child {
  margin-top: 0;
}
.cast_name > dt {
  width: 50%;
  text-align: left;
}
.cast_name > dt:has(+ dd > span:first-child > .cast_link) {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .cast_name > dt:has(+ dd > span:first-child > .cast_link) {
    margin-top: 1.4em;
  }
}
.cast_name > dt > span {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_name > dt > span {
    font-size: 2.2rem;
  }
}
.cast_name > dt > span.min {
  letter-spacing: 0;
}
.cast_name > dd {
  width: 50%;
  text-align: right;
}
.cast_name > dd > span {
  position: relative;
  display: block;
  color: #0091a1;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span {
    font-size: 2.2rem;
  }
}
.cast_name > dd > span:has(.cast_link) {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span:has(.cast_link) {
    margin-top: 1.4em;
  }
}
.cast_name > dd > span.min {
  letter-spacing: 0;
}
.cast_name > dd > span > small {
  display: inline-block;
  font-size: 70%;
}
.cast_name > dd > span + span {
  margin-top: 0.6em;
}
.cast_link {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: inline-block;
  width: auto;
  padding: 0.12em 0.5em;
  color: #69b7bf;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #141414;
  cursor: pointer !important;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cast_link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover::before {
    width: 100%;
  }
}
.cast_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #0091a1;
  transition: 0.3s ease;
  z-index: -1;
}
.cast_link::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -0.3em;
  display: block;
  width: 2px;
  height: 0.5em;
  background-color: #69b7bf;
}
.cast_comment {
  position: relative;
  width: 100%;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    padding: 4.5rem 8rem;
  }
}
.cast_comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.cast_comment > dt {
  display: none;
}
.cast_comment > dd {
  width: 100%;
}
.cast_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.cast_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0 0 0;
  }
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .staff_ttl {
    position: absolute;
    left: 0;
    top: 0;
    width: 42rem;
  }
}
.staff_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .staff_ttl::before {
    width: 47.3rem;
  }
}
.staff_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .staff_ttl > em {
    font-size: 5.4rem;
  }
}
.staff_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .staff_ttl > span {
    font-size: 2.4rem;
  }
}
.staff_wrap {
  position: relative;
  width: 100%;
  margin: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 52rem;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .staff_wrap {
    width: 52rem;
    margin: 0 0 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-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .staff_name {
    margin-top: 1.8rem;
  }
}
.staff_name.line {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .staff_name.line {
    margin-top: 4.5rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name > dt {
  width: 50%;
  text-align: left;
}
.staff_name > dt:has(+ dd > span:first-child > .staff_link) {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt:has(+ dd > span:first-child > .staff_link) {
    margin-top: 1.4em;
  }
}
.staff_name > dt > span {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: 0;
}
.staff_name > dd {
  width: 50%;
  text-align: right;
}
.staff_name > dd > span {
  position: relative;
  display: block;
  color: #0091a1;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span:has(.staff_link) {
    margin-top: 1.4em;
  }
}
.staff_name > dd > span.min {
  letter-spacing: 0;
}
.staff_name > dd > span > small {
  display: inline-block;
  font-size: 70%;
}
.staff_name > dd > span + span {
  margin-top: 0.6em;
}
.staff_link {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: inline-block;
  width: auto;
  padding: 0.12em 0.5em;
  color: #69b7bf;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #141414;
  cursor: pointer !important;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .staff_link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover::before {
    width: 100%;
  }
}
.staff_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #0091a1;
  transition: 0.3s ease;
  z-index: -1;
}
.staff_link::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -0.3em;
  display: block;
  width: 2px;
  height: 0.5em;
  background-color: #69b7bf;
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 4.5rem 8rem;
  }
}
.staff_comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.staff_comment > dt {
  display: none;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.staff_comment > dd > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=cast.css.map */