/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */
/* =====================================================================
*    cast / staff  common
* =================================================================== */
.staff::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 1;
}
.staff dl {
  color: #16130c;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1.9;
}
.staff dl dt {
  display: block;
  width: calc(50% - 4rem);
  margin-bottom: 4rem;
  text-align: right;
  font-size: 2.4rem;
  color: #4e4636;
}
.staff dl dd {
  display: block;
  width: 50%;
  margin-bottom: 4rem;
  text-align: left;
  font-feature-settings: "palt";
}
.staff dl dd.marB {
  margin-bottom: 8rem;
}
.staff dl dd small {
  left: -11rem;
}
.staff dl .guest_ttl {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 3rem;
}
.staff .comment {
  width: 47rem;
  height: 7rem;
  color: #f8f6f0;
  margin: -1rem auto 3rem;
}
.staff .comment::after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .staff dl {
    width: 57rem;
    margin: auto;
    line-height: 1.9;
    justify-content: flex-start;
  }
  .staff dl dt {
    width: 12em;
    margin-right: 7rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  .staff dl dd {
    width: auto;
    margin-bottom: 3rem;
    font-size: 2.1rem;
  }
  .staff dl dd .sp {
    display: none;
  }
  .staff dl dd small {
    left: 0.5rem;
  }
  .staff dl .guest_ttl {
    font-size: 2.6rem;
  }
  .staff .comment {
    width: 33rem;
    height: 7rem;
  }
}
/* =====================================================================
*    cast
* =================================================================== */
#cast h2.ttl {
  left: auto;
  right: 3.5rem;
}
#cast h2.ttl span.en {
  top: 0.15em;
  left: auto;
  right: -3.5rem;
  color: #7ca986;
}

@media screen and (min-width: 768px) {
  #cast h2.ttl {
    left: auto;
    right: 13.5rem;
  }
}
/* =====================================================================
*    staff
* =================================================================== */
#staff .wrapper_head {
  box-shadow: 0 0 80px 20px rgba(208, 205, 188, 0.4) inset;
  background: url(../images/common/bg_paper.jpg) no-repeat top center/cover;
}

.modal p.name span {
  font-size: 3.2rem !important;
}

@media screen and (min-width: 768px) {
  .modal p.name span {
    font-size: 2.2rem !important;
  }
}/*# sourceMappingURL=cast.css.map */