@charset "utf-8";
/* ---------------------------------------
** 
** prono
** 
--------------------------------------- */

/*  */
.-en {
  font-family: 'Oswald', sans-serif;
}

/*  */
.modal-cast {
  background-color: #000;
}

.main{
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
}

/* ---------------------------------------
** 
--------------------------------------- */
.cast{
  padding: 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .cast{
    padding: 65px 20px 45px 20px;
    display: block;
  }
}

.cast-pic {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .cast-pic {
    width: 100%;
  }
}

.cast-txt {
  width: calc(100% - 300px);
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .cast-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}


.cast-name{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.54;
  color: #FFE100;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 768px) {
  .cast-name{
    font-size: 22px;
    margin: 0 0 40px 0;
  }
}

.cast-role {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cast-role {
    font-size: 18px;
  }
}

.cast-prof{
  font-size: 14px;
  line-height: 1.85;
  color: #fff;
}
@media screen and (max-width: 768px) {
}

/* ---------------------------------------
** 
--------------------------------------- */
@media screen and (max-width: 768px) {
}

