@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : cast.css
Description : キャスト・スタッフページ
===================================================================== */
/* =====================================================================
    cast
======================================================================*/
#cast h2 {
  margin-bottom: 12rem;
}
#cast .subttl_wrap {
  position: relative;
}
#cast .subttl_wrap h3 {
  position: relative;
  margin-bottom: 7.7rem;
}
#cast .cast_list li {
  position: relative;
}
#cast .cast_list li:not(:last-child) {
  margin-bottom: 7rem;
}
#cast .cast_list li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/cast/img_x.png) no-repeat center/contain;
  width: 2.5rem;
  height: 2.4rem;
}
#cast .cast_list li dl:not(.comment) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.7;
}
#cast .cast_list li dl:not(.comment) dt {
  width: calc(270 / 640 *100%);
  text-align: right;
  color: #d91a1d;
}
#cast .cast_list li dl:not(.comment) dd {
  position: relative;
  top: -0.1em;
  font-size: 2.8rem;
  width: calc(270 / 640 *100%);
}
#cast .cast_list li dl:not(.comment) dd span {
  display: block;
  color: #d91a1d;
  font-size: 2rem;
}
#cast .cast_list li dl:not(.comment) dd small {
  font-size: 2rem;
  line-height: 1.4;
}
#cast .cast_list li .comment {
  position: relative;
  margin-top: 4rem;
}
#cast .cast_list li .comment dt {
  position: relative;
  padding: 3.5rem 0;
  font-family: "Quattrocento", serif;
  font-size: 2.8rem;
  text-align: center;
  background-color: #000;
  border: 1px solid;
}
#cast .cast_list li .comment dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 4rem;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cast .cast_list li .comment dt.active::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#cast .cast_list li .comment dd {
  display: none;
  background-color: #fff;
  color: #000;
  line-height: 1.833;
  padding: 6rem 4rem;
}
#cast .cast_list .cast_special_first::after {
  content: "-----------------------------------------------------";
  position: absolute;
  top: -4rem;
  left: 20%;
  color: #6d0202;
}
#cast .cast_list .cast_special_second::after {
  content: "-----------------------------------------------------";
  position: absolute;
  top: -6.5rem;
  left: 20%;
  color: #6d0202;
}
#cast .cast_box .subttl_wrap h3 {
  text-align: right;
}
#cast .cast_box .subttl_wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 4.4rem calc(-55 / 640 * 100%) 0 0;
  border-left: 37.5rem solid transparent;
  border-top: 37.5rem solid #6d0202;
}
#cast .staff_box {
  margin-top: 20rem;
}
#cast .staff_box .subttl_wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 4.4rem 0 0 calc(-55 / 640 * 100%);
  border-right: 37.5rem solid transparent;
  border-top: 37.5rem solid #6d0202;
}

@media screen and (min-width: 768px) {
  #cast::before {
    left: 0;
    right: auto;
    border-left: 0;
    border-right: 62rem solid transparent;
    border-top: 62rem solid #a71417;
  }
  #cast .ttl_wrap::before {
    display: none;
  }
  #cast .cast_list li:not(:last-child) {
    margin-bottom: 6rem;
    padding-bottom: 1px;
  }
  #cast .cast_list li::before {
    top: 0.7rem;
    width: 1.9rem;
    height: 1.9rem;
  }
  #cast .cast_list li dl:not(.comment) dt {
    font-size: 1.8rem;
    width: calc(457 / 1000 *100%);
  }
  #cast .cast_list li dl:not(.comment) dd {
    top: -0.1em;
    font-size: 2.1rem;
    width: calc(457 / 1000 *100%);
  }
  #cast .cast_list li dl:not(.comment) dd span,
#cast .cast_list li dl:not(.comment) dd small {
    font-size: 1.5rem;
  }
  #cast .cast_list li .comment {
    margin: 0 0 2.4rem;
  }
  #cast .cast_list li .comment::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
  }
  #cast .cast_list li .comment dt {
    top: 2.5rem;
    width: 32rem;
    min-width: 180px;
    margin: 0 auto;
    padding: 1.7rem 0;
    font-size: 1.6rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  #cast .cast_list li .comment dt:hover {
    background-color: #a71417;
    border-color: #a71417;
  }
  #cast .cast_list li .comment dt::after {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 2rem;
  }
  #cast .cast_list li .comment dd {
    line-height: 2;
    padding: 6rem 8rem;
  }
  #cast .cast_list .cast_special_first::after {
    content: "---------------------------------------------------------------";
    position: absolute;
    top: -4rem;
    left: 35%;
    color: #6d0202;
  }
  #cast .cast_list .cast_special_second::after {
    content: "---------------------------------------------------------------";
    position: absolute;
    top: -5rem;
    left: 35%;
    color: #6d0202;
  }
  #cast .cast_box .subttl_wrap::before {
    margin: 3.3rem calc(-120 / 1000 * 100%) 0 0;
    border-width: 52rem;
  }
  #cast .staff_box .subttl_wrap::before {
    margin: 3.3rem 0 0 calc(-120 / 1000 * 100%);
    border-width: 52rem;
  }
}
/*# sourceMappingURL=cast.css.map */