.cast-group-name {
  width: 100%;
  margin: 0 0 1.5rem;
  text-align: center;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.06em;
}

.cast-group-text {
  text-align: center;
  font-size: 16px;
  margin: 0 0 4rem;
  line-height: 1.8;
}

.cast {
  width: 100%;
  margin: 0 0 6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cast-bottom {
  margin: 0 !important;
}

.cast-bottom-2 {
  margin: 0;
}

.cast-item {
  width: 23%;
  margin: 0 1% 0;
}

.cast-image {
  position: relative;
  width: 100%;
}

.cast-image img {
  border-radius: 10px;
  line-height: 0;
  vertical-align: bottom;
}

.cast-sns {
  position: absolute;
  width: 100%;
  bottom: .5rem;
  right: .5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cast-sns-item {
  width: 16%;
  margin: 0 0 0 .8rem;
}

.cast-sns-item img {
  border-radius: 0;
}

.cast-name {
  width: 100%;
  height: 2.8em;
  margin: 0 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-bottom: #fff solid 1px;
}

.cast-item p {
  font-size: 14px;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .cast-group-name {
  margin: 0 0 1.5rem;
  font-size: 7vw;
}

.cast-group-text {
  text-align: left;
  font-size: 3.6vw;
  margin: 0 0 3rem;
}

.cast {
  margin: 0 0 3rem;
  justify-content: space-between;
}

.cast-item {
  width: 47%;
  margin: 0 0 1.5rem;
}

.cast-sns-item {
  width: 20%;
  margin: 0 0 0 .8rem;
}

.cast-name {
  height: 2.8em;
  font-size: 4vw;
}

.cast-item p {
  font-size: 3.2vw;
}
}

@media screen and (min-width: 744px) and (max-width: 1024px) {

  .cast-item {
    width: 22%;
    margin: 0 1.5% 0;
  }

  .cast-name {
    font-size: 16px;
  }

  .cast-item p {
    font-size: 12px;
  }

}