@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : cast.css
Description : キャスト・スタッフ
===================================================================== */
/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 15rem 0;
  }
}
.cast .inner {
  padding: 0;
}
.cast_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .cast_ttl {
    padding-top: 7rem;
  }
}
.cast_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cast_ttl > .morphing {
    font-size: 7rem;
  }
}
.cast_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .cast_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.cast_column {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .cast_column {
    margin-top: 9rem;
  }
}
.cast_column + .cast_column {
  margin-top: 15rem;
}
@media screen and (min-width: 768px) {
  .cast_column + .cast_column {
    margin-top: 12rem;
  }
}
.cast_subttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 7rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .cast_subttl {
    padding-top: 6rem;
  }
}
.cast_subttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #ff54d5;
  font-family: "Shippori Mincho", serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cast_subttl > .morphing {
    font-size: 6rem;
  }
}
.cast_subttl > .morphing:nth-child(2) {
  padding-top: 0.7rem;
  font-size: 5.6rem;
}
@media screen and (min-width: 768px) {
  .cast_subttl > .morphing:nth-child(2) {
    padding-top: 0.6rem;
    font-size: 4.8rem;
  }
}
.cast_subttl > .morphing::before {
  content: "";
  position: absolute;
  left: -5rem;
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 4.8rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .cast_subttl > .morphing::before {
    width: 2rem;
    height: 4rem;
  }
}
.cast_subttl > .morphing::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 4.8rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .cast_subttl > .morphing::after {
    width: 2rem;
    height: 4rem;
  }
}
.cast_name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .cast_name {
    margin-top: 4rem;
  }
}
.cast_name:first-child {
  margin-top: 0;
}
.cast_name > dt {
  position: relative;
  width: 50%;
  padding-right: 3rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cast_name > dt {
    padding-right: 6rem;
    font-size: 2.2rem;
  }
}
.cast_name > dd {
  position: relative;
  width: 50%;
  padding-left: 3rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
}
.cast_name > dd > .br_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .cast_name > dd {
    padding-left: 6rem;
    font-size: 2.2rem;
  }
  .cast_name > dd > .br_sp {
    display: none;
  }
}
.cast_name > dd::before {
  content: "：";
  position: absolute;
  left: -0.5em;
  top: 0;
  display: block;
}
.cast_name > dd + dd {
  margin-left: 50%;
}
.cast_comment {
  margin: 6rem 3rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    margin: 4rem 0 0 0;
  }
}
.cast_comment > dt {
  position: relative;
  display: block;
  width: 59rem;
  height: 10rem;
  margin: 0 auto;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 10rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #ff54d5;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt {
    width: 32%;
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cast_comment > dt:hover {
    color: #ff54d5;
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .cast_comment > dt:hover::after {
    border-color: #ff54d5;
  }
}
.cast_comment > dt::after {
  content: "";
  position: absolute;
  right: 6rem;
  top: 48%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .cast_comment > dt::after {
    right: 3rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid #000000;
    border-right: 0.2rem solid #000000;
  }
}
.cast_comment > dt.active {
  color: #ff54d5;
  background-color: #000000;
}
.cast_comment > dt.active::after {
  top: 56%;
  border-color: #ff54d5;
  transform: translateY(-50%) rotate(315deg);
}
.cast_comment > dd {
  position: relative;
  display: none;
  margin-top: -5rem;
  padding: 9rem 5rem 6rem 5rem;
  color: #8f016c;
  font-weight: 500;
  border-radius: 2rem;
  background-color: rgba(220, 230, 231, 0.6);
}
@media screen and (min-width: 768px) {
  .cast_comment > dd {
    margin-top: -2.5rem;
    padding: 5.5rem 5rem 4rem 5rem;
  }
}
.cast_comment > dd > span {
  display: block;
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_comment > dd > span {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=cast.css.map */