@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: 10rem 0;
  }
}
.cast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: repeat;
  background-position: left center;
  background-size: 24rem 24rem;
  z-index: -2;
}
.cast_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_ttl {
    width: 38.5%;
  }
}
.cast_subttl {
  position: relative;
  width: 66.7692307692%;
  margin: 10rem auto -2rem auto;
}
@media screen and (min-width: 768px) {
  .cast_subttl {
    width: 28%;
    margin: 5rem auto -1rem auto;
  }
}
.cast_subttl:first-child {
  margin-top: 0;
}
.cast_column {
  position: relative;
  width: 115.3846153846%;
  margin: 10rem -7.6923076923% 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .cast_column {
    width: 100%;
    margin: 5rem 0 0 0;
  }
}
.cast_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.cast_name + .cast_name {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .cast_name + .cast_name {
    margin-top: 3rem;
  }
}
.cast_name + .cast_name.space {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .cast_name + .cast_name.space {
    margin-top: 6rem;
  }
}
.cast_name > dt {
  width: 50%;
  padding-right: 1rem;
  text-align: right;
}
.cast_name > dt > span {
  display: inline-block;
  padding: 0 1.5rem;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  background-color: #ed643f;
}
@media screen and (min-width: 768px) {
  .cast_name > dt > span {
    font-size: 2.6rem;
  }
}
.cast_name > dt > span.min {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .cast_name > dt > span.min {
    letter-spacing: inherit;
  }
}
.cast_name > dd {
  width: 50%;
  margin: 0;
  padding-left: 1rem;
  text-align: left;
}
.cast_name > dd + dd {
  margin: 2rem 0 0 50%;
}
@media screen and (min-width: 768px) {
  .cast_name > dd + dd {
    margin: 1rem 0 0 50%;
  }
}
.cast_name > dd > span {
  display: inline-block;
  padding: 0 1.5rem;
  color: #7c7571;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span {
    font-size: 2.6rem;
  }
}
.cast_name > dd > span small {
  display: block;
  font-size: 0.7em;
  transform: translateY(-0.8rem);
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span small {
    display: inline-block;
    transform: none;
  }
}
.cast_link {
  position: relative;
  display: block;
  padding: 0.2rem 0 0.5rem 0;
  color: #ed643f;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  border-top: 1px dashed #7c7571;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cast_link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover {
    color: #0ba1d1;
  }
}
@media screen and (min-width: 768px) {
  .cast_link:hover::before {
    background-image: url(../images/common/icon_comment_h.png);
  }
}
.cast_link::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  aspect-ratio: 25/23;
  margin-right: 0.6rem;
  background-image: url(../images/common/icon_comment.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(0.2rem);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cast_link::before {
    width: 2rem;
  }
}
.cast_comment {
  position: relative;
  width: 100%;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    padding: 5rem 5%;
  }
}
.cast_comment > dt {
  position: relative;
  padding-bottom: 0.8rem;
}
.cast_comment > dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.8rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
.cast_comment > dt > span {
  color: #e75138;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt > span {
    font-size: 2.2rem;
  }
}
.cast_comment > dd {
  margin-top: 2.5rem;
}
.cast_comment > dd > p {
  margin-top: 0;
}
.cast_comment > dd > p + p {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cast_comment > dd > p + p {
    margin-top: 2rem;
  }
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 10rem 0;
  }
}
.staff::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: repeat;
  background-position: left 3rem center;
  background-size: 40rem 40rem;
  z-index: -2;
}
.staff_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    width: 38.5%;
  }
}
.staff_subttl {
  position: relative;
  width: 66.7692307692%;
  margin: 10rem auto -2rem auto;
}
@media screen and (min-width: 768px) {
  .staff_subttl {
    width: 28%;
    margin: 5rem auto -1rem auto;
  }
}
.staff_subttl:first-child {
  margin-top: 0;
}
.staff_column {
  position: relative;
  width: 115.3846153846%;
  margin: 10rem -7.6923076923% 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .staff_column {
    width: 100%;
    margin: 5rem 0 0 0;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.staff_name + .staff_name {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .staff_name + .staff_name {
    margin-top: 3rem;
  }
}
.staff_name + .staff_name.space {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .staff_name + .staff_name.space {
    margin-top: 6rem;
  }
}
.staff_name > dt {
  width: 50%;
  padding-right: 1rem;
  text-align: right;
}
.staff_name > dt > span {
  display: inline-block;
  padding: 0 1.5rem;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  background-color: #ed643f;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.6rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span.min {
    letter-spacing: inherit;
  }
}
.staff_name > dd {
  width: 50%;
  margin: 0;
  padding-left: 1rem;
  text-align: left;
}
.staff_name > dd + dd {
  margin: 2rem 0 0 50%;
}
@media screen and (min-width: 768px) {
  .staff_name > dd + dd {
    margin: 1rem 0 0 50%;
  }
}
.staff_name > dd > span {
  display: inline-block;
  padding: 0 1.5rem;
  color: #7c7571;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.6rem;
  }
}
.staff_name > dd > span small {
  display: block;
  font-size: 0.7em;
  transform: translateY(-0.8rem);
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span small {
    display: inline-block;
    transform: none;
  }
}
.staff_link {
  position: relative;
  display: block;
  padding: 0.2rem 0 0.5rem 0;
  color: #ed643f;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  border-top: 1px dashed #7c7571;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .staff_link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    color: #0ba1d1;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover::before {
    background-image: url(../images/common/icon_comment_h.png);
  }
}
.staff_link::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  aspect-ratio: 25/23;
  margin-right: 0.6rem;
  background-image: url(../images/common/icon_comment.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(0.2rem);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .staff_link::before {
    width: 2rem;
  }
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 5rem 5%;
  }
}
.staff_comment > dt {
  position: relative;
  padding-bottom: 0.8rem;
}
.staff_comment > dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.8rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
.staff_comment > dt > span {
  color: #e75138;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .staff_comment > dt > span {
    font-size: 2.2rem;
  }
}
.staff_comment > dd {
  margin-top: 2.5rem;
}
.staff_comment > dd > p {
  margin-top: 0;
}
.staff_comment > dd > p + p {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd > p + p {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=cast.css.map */