section#cast .section_in {
  padding: 80px 30px 50px;
}
section#cast .section_in .cast_wrap {
  width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
section#cast .section_in .cast_wrap h2 {
  position: relative;
  text-align: center;
}
section#cast .section_in .cast_wrap h2 img {
  width: auto;
  height: 27px;
  display: inline-block;
}
section#cast .section_in .cast_wrap h2:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  line-height: 0;
  background: #472a10;
  position: absolute;
  top: 13px;
  left: calc(50% - 200px);
}
section#cast .section_in .cast_wrap h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  line-height: 0;
  background: #472a10;
  position: absolute;
  top: 13px;
  right: calc(50% - 200px);
}
section#cast .section_in .cast_wrap .cast_area01 {
  padding: 20px 0 10px;
  width: 100%;
  letter-spacing: -0.4em;
  text-align: center;
}
section#cast .section_in .cast_wrap .cast_area01 .cast {
  width: 25%;
  max-width: 300px;
  margin: 3%;
  display: inline-block;
  letter-spacing: 0;
}
section#cast .section_in .cast_wrap .cast_area01 .cast img {
  width: 100%;
  max-width: 300px;
}
section#cast .section_in .cast_wrap .cast_area01 .cast p {
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #472a10;
  line-height: 1.6;
}
section#cast .section_in .cast_wrap .cast_area01 .cast p span.role_name {
  font-size: 21px;
  color: #e62e8b;
}
section#cast .section_in .cast_wrap .cast_area02 {
  padding: 0 0 20px;
  width: 100%;
  letter-spacing: -0.4em;
  text-align: center;
}
section#cast .section_in .cast_wrap .cast_area02 .cast {
  width: 18%;
  max-width: 220px;
  margin: 3% 1%;
  display: inline-block;
  letter-spacing: 0;
}
section#cast .section_in .cast_wrap .cast_area02 .cast img {
  width: 100%;
  max-width: 220px;
}
section#cast .section_in .cast_wrap .cast_area02 .cast p {
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #472a10;
  line-height: 1.6;
}
section#cast .section_in .cast_wrap .cast_area02 .cast p span.role_name {
  font-size: 18px;
  color: #e62e8b;
}
section#cast .section_in .staff_wrap {
  width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
section#cast .section_in .staff_wrap h2 {
  position: relative;
  text-align: center;
}
section#cast .section_in .staff_wrap h2 img {
  width: auto;
  height: 27px;
  display: inline-block;
}
section#cast .section_in .staff_wrap h2:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  line-height: 0;
  background: #472a10;
  position: absolute;
  top: 13px;
  left: calc(50% - 220px);
}
section#cast .section_in .staff_wrap h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  line-height: 0;
  background: #472a10;
  position: absolute;
  top: 13px;
  right: calc(50% - 220px);
}
section#cast .section_in .staff_wrap .staff_list {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  padding: 50px 0;
}
section#cast .section_in .staff_wrap .staff_list .column01 {
  width: 38%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}
section#cast .section_in .staff_wrap .staff_list .column01 ul li {
  display: block;
  padding: 0 0 8px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
}
section#cast .section_in .staff_wrap .staff_list .column01 ul li b {
  color: #e62e8b;
}
section#cast .section_in .staff_wrap .staff_list .column01 ul li span {
  display: inline-block;
}
section#cast .section_in .staff_wrap .staff_list .column02 {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
section#cast .section_in .staff_wrap .staff_list .column02 ul li {
  display: block;
  padding: 0 0 8px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
}
section#cast .section_in .staff_wrap .staff_list .column02 ul li b {
  color: #e62e8b;
}
section#cast .section_in .staff_wrap .staff_list .column02 ul li span {
  display: inline-block;
}

@media print, screen and (max-width: 993px) {
  section#cast .section_in {
    padding: 60px 20px 40px;
  }
  section#cast .section_in .cast_wrap {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  section#cast .section_in .cast_wrap h2 {
    position: relative;
    text-align: center;
  }
  section#cast .section_in .cast_wrap h2 img {
    width: auto;
    height: 27px;
    display: inline-block;
  }
  section#cast .section_in .cast_wrap h2:before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 13px;
    left: calc(50% - 200px);
  }
  section#cast .section_in .cast_wrap h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 13px;
    right: calc(50% - 200px);
  }
  section#cast .section_in .cast_wrap .cast_area01 {
    padding: 20px 0 10px;
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast {
    width: 32%;
    max-width: 300px;
    margin: 3%;
    display: inline-block;
    letter-spacing: 0;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast img {
    width: 100%;
    max-width: 300px;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast p {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: #472a10;
    line-height: 1.6;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast p span.role_name {
    font-size: 21px;
    color: #e62e8b;
  }
  section#cast .section_in .cast_wrap .cast_area02 {
    padding: 0 0 20px;
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast {
    width: 23%;
    max-width: 220px;
    margin: 3% 3% 1%;
    display: inline-block;
    letter-spacing: 0;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast img {
    width: 100%;
    max-width: 220px;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast p {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #472a10;
    line-height: 1.6;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast p span.role_name {
    font-size: 18px;
    color: #e62e8b;
  }
  section#cast .section_in .staff_wrap {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  section#cast .section_in .staff_wrap h2 {
    position: relative;
    text-align: center;
  }
  section#cast .section_in .staff_wrap h2 img {
    width: auto;
    height: 27px;
    display: inline-block;
  }
  section#cast .section_in .staff_wrap h2:before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 13px;
    left: calc(50% - 220px);
  }
  section#cast .section_in .staff_wrap h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 13px;
    right: calc(50% - 220px);
  }
  section#cast .section_in .staff_wrap .staff_list {
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    padding: 50px 0;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 ul li {
    display: block;
    padding: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 ul li b {
    color: #e62e8b;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 ul li {
    display: block;
    padding: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 ul li b {
    color: #e62e8b;
  }
}
@media print, screen and (max-width: 768px) {
  section#cast .section_in {
    padding: 50px 15px 30px;
  }
  section#cast .section_in .cast_wrap {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box;
  }
  section#cast .section_in .cast_wrap h2 {
    position: relative;
    text-align: center;
  }
  section#cast .section_in .cast_wrap h2 img {
    width: auto;
    height: 24px;
    display: inline-block;
  }
  section#cast .section_in .cast_wrap h2:before {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 12px;
    left: calc(50% - 170px);
  }
  section#cast .section_in .cast_wrap h2:after {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 12px;
    right: calc(50% - 170px);
  }
  section#cast .section_in .cast_wrap .cast_area01 {
    padding: 20px 0 10px;
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast {
    width: 40%;
    max-width: 300px;
    margin: 3% 2% 1%;
    display: inline-block;
    letter-spacing: 0;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast img {
    width: 100%;
    max-width: 300px;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast p {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #472a10;
    line-height: 1.6;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast p span.role_name {
    font-size: 20px;
    color: #e62e8b;
  }
  section#cast .section_in .cast_wrap .cast_area02 {
    padding: 0 0 20px;
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast {
    width: 29%;
    max-width: 220px;
    margin: 3% 2% 1%;
    display: inline-block;
    letter-spacing: 0;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast img {
    width: 100%;
    max-width: 220px;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast p {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    color: #472a10;
    line-height: 1.6;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast p span.role_name {
    font-size: 17px;
    color: #e62e8b;
  }
  section#cast .section_in .staff_wrap {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box;
  }
  section#cast .section_in .staff_wrap h2 {
    position: relative;
    text-align: center;
  }
  section#cast .section_in .staff_wrap h2 img {
    width: auto;
    height: 24px;
    display: inline-block;
  }
  section#cast .section_in .staff_wrap h2:before {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 12px;
    left: calc(50% - 170px);
  }
  section#cast .section_in .staff_wrap h2:after {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 12px;
    right: calc(50% - 170px);
  }
  section#cast .section_in .staff_wrap .staff_list {
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    padding: 50px 0;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 {
    width: 75%;
    display: block;
    vertical-align: top;
    margin: 10px auto;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 ul li {
    display: block;
    padding: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 ul li b {
    color: #e62e8b;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 {
    width: 75%;
    display: block;
    vertical-align: top;
    margin: 10px auto;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 ul li {
    display: block;
    padding: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 ul li b {
    color: #e62e8b;
  }
}
@media print, screen and (max-width: 576px) {
  section#cast .section_in {
    padding: 40px 10px 30px;
  }
  section#cast .section_in .cast_wrap {
    width: 100%;
    padding: 0 0px 20px;
    box-sizing: border-box;
  }
  section#cast .section_in .cast_wrap h2 {
    position: relative;
    text-align: center;
  }
  section#cast .section_in .cast_wrap h2 img {
    width: auto;
    height: 21px;
    display: inline-block;
  }
  section#cast .section_in .cast_wrap h2:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 14px;
    left: calc(50% - 120px);
  }
  section#cast .section_in .cast_wrap h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 14px;
    right: calc(50% - 120px);
  }
  section#cast .section_in .cast_wrap .cast_area01 {
    padding: 20px 0 10px;
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast {
    width: 46%;
    max-width: 300px;
    margin: 2% 2% 1%;
    display: inline-block;
    letter-spacing: 0;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast img {
    width: 100%;
    max-width: 300px;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast p {
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    font-weight: bold;
    color: #472a10;
    line-height: 1.6;
  }
  section#cast .section_in .cast_wrap .cast_area01 .cast p span.role_name {
    font-size: 16px;
    color: #e62e8b;
  }
  section#cast .section_in .cast_wrap .cast_area02 {
    padding: 0 0 20px;
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast {
    width: 42%;
    max-width: 220px;
    margin: 2% 2% 1%;
    display: inline-block;
    letter-spacing: 0;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast img {
    width: 100%;
    max-width: 220px;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast p {
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    font-weight: bold;
    color: #472a10;
    line-height: 1.6;
  }
  section#cast .section_in .cast_wrap .cast_area02 .cast p span.role_name {
    font-size: 15px;
    color: #e62e8b;
  }
  section#cast .section_in .staff_wrap {
    width: 100%;
    padding: 0 5px 20px;
    box-sizing: border-box;
  }
  section#cast .section_in .staff_wrap h2 {
    position: relative;
    text-align: center;
  }
  section#cast .section_in .staff_wrap h2 img {
    width: auto;
    height: 21px;
    display: inline-block;
  }
  section#cast .section_in .staff_wrap h2:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 14px;
    left: calc(50% - 120px);
  }
  section#cast .section_in .staff_wrap h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    line-height: 0;
    background: #472a10;
    position: absolute;
    top: 14px;
    right: calc(50% - 120px);
  }
  section#cast .section_in .staff_wrap .staff_list {
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    padding: 35px 0;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 10px auto;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 ul li {
    display: block;
    padding: 0 0 8px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
  }
  section#cast .section_in .staff_wrap .staff_list .column01 ul li b {
    color: #e62e8b;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 10px auto;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 ul li {
    display: block;
    padding: 0 0 8px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
  }
  section#cast .section_in .staff_wrap .staff_list .column02 ul li b {
    color: #e62e8b;
  }
}