@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: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -2;
}
.cast_column {
  position: relative;
  width: 100%;
}
.cast_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast_ttl {
    padding: 7.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .cast_ttl {
    position: absolute;
    left: calc(-50% + 19.2rem);
    top: 0;
  }
}
.cast_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.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: 26.4rem;
  }
}
.cast_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cast_ttl > em {
    font-size: 6rem;
  }
}
.cast_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cast_ttl > span {
    font-size: 3rem;
  }
}
.cast_wrap {
  position: relative;
  width: 87.5%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_wrap {
    width: 500px;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .cast_wrap {
    margin: 0 4rem 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-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_name {
    margin-top: 3rem;
  }
}
.cast_name:first-child {
  margin-top: 0;
}
.cast_name.line {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .cast_name.line {
    margin-top: 6rem;
  }
}
.cast_name.long > dt {
  width: 35%;
}
.cast_name.long > dd {
  width: 65%;
}
.cast_name > dt {
  width: 50%;
  text-align: left;
}
.cast_name > dt:has(+ dd > span:first-child > .cast_link) > span {
  margin-top: 1.5em;
}
.cast_name > dt > span {
  position: relative;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .cast_name > dt > span {
    font-size: 2.2rem;
  }
}
.cast_name > dt .min {
  letter-spacing: -0.08em;
}
.cast_name > dd {
  width: 50%;
  text-align: right;
}
.cast_name > dd > span {
  position: relative;
  display: block;
  color: #73d2e5;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span {
    font-size: 2.2rem;
  }
}
.cast_name > dd > span:first-letter {
  color: #ff7f00;
}
.cast_name > dd > span:has(.cast_link) {
  margin-top: 1.5em;
}
.cast_name > dd > span > small {
  display: block;
  font-size: 75%;
}
.cast_name > dd .min {
  letter-spacing: -0.08em;
}
.cast_link {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.1em);
  display: inline-block;
  padding: 0 1.6rem;
  color: #f90605;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.6;
  border-radius: 1em;
  background-color: #ffb726;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .cast_link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover {
    transform: translateY(-1rem);
    opacity: 1 !important;
  }
}
.cast_link::before {
  content: "";
  position: absolute;
  left: 48%;
  top: calc(100% - 1px);
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #ffb726;
  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 {
  width: 100%;
}
.cast_comment > dt > span {
  display: block;
  color: #804000;
  font-family: "Shippori Mincho", serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.4;
}
.cast_comment > dd {
  width: 100%;
}
.cast_comment > dd > p {
  width: 100%;
  margin-top: 4rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .cast_comment > dd > p {
    margin-top: 3rem;
  }
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0;
  }
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    padding: 7.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .staff_ttl {
    position: absolute;
    left: calc(-50% + 19.2rem);
    top: 0;
  }
}
.staff_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.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: 26.4rem;
  }
}
.staff_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_ttl > em {
    font-size: 6rem;
  }
}
.staff_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_ttl > span {
    font-size: 3rem;
  }
}
.staff_wrap {
  position: relative;
  width: 87.5%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 500px;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .staff_wrap {
    margin: 0 4rem 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: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_name {
    margin-top: 3rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name.line {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .staff_name.line {
    margin-top: 6rem;
  }
}
.staff_name.long > dt {
  width: 35%;
}
.staff_name.long > dd {
  width: 65%;
}
.staff_name > dt {
  width: 50%;
  text-align: left;
}
.staff_name > dt:has(+ dd > span:first-child > .staff_link) > span {
  margin-top: 1.5em;
}
.staff_name > dt > span {
  position: relative;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt .min {
  letter-spacing: -0.08em;
}
.staff_name > dd {
  width: 50%;
  text-align: right;
}
.staff_name > dd > span {
  position: relative;
  display: block;
  color: #73d2e5;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:first-letter {
  color: #ff7f00;
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: 1.5em;
}
.staff_name > dd > span > small {
  display: block;
  font-size: 75%;
}
.staff_name > dd .min {
  letter-spacing: -0.08em;
}
.staff_link {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.1em);
  display: inline-block;
  padding: 0 1.6rem;
  color: #f90605;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.6;
  border-radius: 1em;
  background-color: #ffb726;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .staff_link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    transform: translateY(-1rem);
    opacity: 1 !important;
  }
}
.staff_link::before {
  content: "";
  position: absolute;
  left: 48%;
  top: calc(100% - 1px);
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #ffb726;
  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 {
  width: 100%;
}
.staff_comment > dt > span {
  display: block;
  color: #804000;
  font-family: "Shippori Mincho", serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.4;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  width: 100%;
  margin-top: 4rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd > p {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=cast.css.map */