@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : cast.css
Description : 出演者
===================================================================== */
/* =====================================================================
    cast
======================================================================*/
.cast {
  position: relative;
  width: 100%;
  padding: 16rem 0 48rem 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 16rem 0 29.6rem 0;
  }
}
.cast .bg-shape01 {
  top: 6rem;
  transform: translateY(0);
}
.cast .bg-shape01 .cloud01 {
  left: -5.3rem;
  top: 52rem;
}
@media screen and (min-width: 768px) {
  .cast .bg-shape01 .cloud01_r {
    right: -5.8rem;
    top: 49.4rem;
  }
}
.cast .bg-shape02 {
  top: 206rem;
  bottom: inherit;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .cast .bg-shape02 {
    top: inherit;
    bottom: 29.6rem;
  }
}
.cast .bg-shape02 .cloud01 {
  left: -5.3rem;
  top: -10rem;
}
@media screen and (min-width: 768px) {
  .cast .bg-shape02 .cloud01 {
    left: -16rem;
    top: 34.7rem;
  }
}
.cast-deco01 {
  position: absolute;
  display: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast-deco01 {
    right: -6rem;
    top: 3rem;
    display: block;
    width: 39.6rem;
  }
}
.cast-deco02 {
  position: absolute;
  display: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast-deco02 {
    right: 13.5rem;
    top: 8.7rem;
    display: block;
    width: 26.1rem;
  }
}
.cast-deco03 {
  position: absolute;
  display: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast-deco03 {
    right: 23rem;
    top: 0;
    display: block;
    width: 17.9rem;
  }
}
.cast-deco04 {
  position: absolute;
  left: -10.4rem;
  bottom: 6rem;
  display: block;
  width: 53.3rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast-deco04 {
    left: -3.2rem;
    bottom: -6rem;
    width: 47rem;
  }
}
.cast-deco05 {
  position: absolute;
  left: 12rem;
  bottom: 29.2rem;
  display: block;
  width: 11.3rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast-deco05 {
    left: 16.4rem;
    bottom: 14.6rem;
    width: 10rem;
  }
}
.cast-deco06 {
  position: absolute;
  right: -11rem;
  bottom: -44rem;
  display: block;
  width: 48.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast-deco06 {
    display: none;
  }
}
.cast-deco07 {
  position: absolute;
  right: 11.1rem;
  bottom: -25.8rem;
  display: block;
  width: 33.1rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast-deco07 {
    display: none;
  }
}
.cast-deco08 {
  position: absolute;
  right: 10.5rem;
  bottom: -56rem;
  display: block;
  width: 22rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast-deco08 {
    display: none;
  }
}
.cast-column {
  position: relative;
  width: 100%;
}
.cast-wrap {
  position: relative;
  width: 100%;
}
.cast-main {
  position: relative;
  width: 100%;
  margin-bottom: 64rem;
}
@media screen and (min-width: 768px) {
  .cast-main {
    margin-bottom: 12rem !important;
  }
}
.cast-main:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cast-main:last-child {
    margin-bottom: 0 !important;
  }
}
.cast-main:first-child:last-child {
  margin-bottom: 52rem;
}
.cast-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: -6rem auto 0 auto;
}
.cast-list.week {
  justify-content: center;
}
.cast-list.week > li {
  width: 27.6923076923%;
  margin: 6rem 0 0 3.8461538462% !important;
}
@media screen and (min-width: 768px) {
  .cast-list.week > li {
    width: 18%;
    margin: 6rem 0 0 2.5% !important;
  }
}
.cast-list.week > li:nth-child(3n+1) {
  margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .cast-list.week > li:nth-child(3n+1) {
    margin-left: 2.5% !important;
  }
}
@media screen and (min-width: 768px) {
  .cast-list.week > li:nth-child(5n+1) {
    margin-left: 0 !important;
  }
}
.cast-list.week > li .cast-item > dl > dt {
  display: none;
}
.cast-list.week > li .cast-item > dl > dd > span {
  font-size: 2.9rem;
}
.cast-list.week > li .cast-item > dl > dd > small {
  font-size: 1.8rem;
}
.cast-list > li {
  width: 46.1538461538%;
  margin: 6rem 0 0 7.6923076923%;
  cursor: auto;
}
@media screen and (min-width: 768px) {
  .cast-list > li {
    width: 30%;
    margin: 6rem 0 0 5% !important;
  }
}
.cast-list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .cast-list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .cast-list > li:hover .cast-item > figure::before {
    transform: translateY(-1rem);
  }
}
.cast-list > li[data-popup] {
  cursor: pointer;
}
.cast-list > li[data-popup] .cast-item > figure::before {
  content: "";
}
.cast-item {
  position: relative;
  width: 100%;
}
.cast-item.mc > figure::before {
  background-image: url(../images/common/shape_comment.svg);
}
.cast-item > figure {
  position: relative;
  width: 100%;
}
.cast-item > figure::before {
  content: none;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 26.6666666667%;
  aspect-ratio: 80/64;
  background-image: url(../images/common/shape_comment02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
  z-index: 1;
}
.cast-item > dl {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}
.cast-item > dl > dt {
  width: 100%;
  text-align: center;
}
.cast-item > dl > dt > span {
  display: block;
  color: #35b467;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.cast-item > dl > dd {
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
}
.cast-item > dl > dd > span {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.cast-item > dl > dd > small {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.cast-note {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  text-align: center;
}
.cast-note > p {
  width: 100%;
  margin-top: 1em;
  color: #f4853d;
  font-size: 115%;
  font-weight: 700;
}
.cast-note > p:first-child {
  margin-top: 0;
}
.cast-detail {
  position: relative;
  width: 100%;
}
.cast-detail-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.cast-detail-img {
  position: relative;
  width: 54.9450549451%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast-detail-img {
    width: 44.3786982249%;
    margin: 0;
  }
}
.cast-detail-name {
  position: relative;
  width: 100%;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast-detail-name {
    width: 48.224852071%;
    margin: 0;
  }
}
.cast-detail-name > dt {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast-detail-name > dt {
    text-align: left;
  }
}
.cast-detail-name > dt > span {
  display: block;
  color: #35b467;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.cast-detail-name > dd {
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast-detail-name > dd {
    text-align: left;
  }
}
.cast-detail-name > dd > span {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.cast-detail-name > dd > span > small {
  font-size: 70%;
}
.cast-detail-comment {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
.cast-detail-comment > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 28rem;
  aspect-ratio: 351/72;
  margin-bottom: 1.6rem;
  background-image: url(../images/common/shape_ttl_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .cast-detail-comment > dt {
    width: 19.6rem;
  }
}
.cast-detail-comment > dt > span {
  color: #ffffff;
  font-size: 110%;
  font-weight: 900;
  transform: translateY(-0.05em);
}
.cast-detail-comment > dd {
  width: 100%;
}
.cast-detail-comment > dd > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 500;
}
.cast-detail-comment > dd > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=cast.css.map */