.cast-lead {
  position: relative;
}

.cast-copy {
  position: relative;
  z-index: 2;
}

.cast-name {
  color: var(--color);
  font-size: var(--fs-cast-name);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 2rem;
}

.cast-en {
  display: inline-block;
  margin: 0 0.7rem 1rem 0;
  color: var(--color);
  font-size: var(--fs-cast-en);
  line-height: 1.1;
  vertical-align: middle;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cast-sns {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  margin: 0 1rem 2rem;
  vertical-align: middle;
  transform: translateY(-0.3rem);
}

.cast-sns a {
  display: block;
  width: 28px;
  height: 28px;
  text-decoration: none;
}

.cast-sns img {
  display: block;
  width: 100%;
  height: 100%;
}

.cast-profile {
  margin: 0;
  color: var(--color);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.85;
}

.cast-visual {
  position: absolute;
  bottom: 0;
  right: 15%;
  z-index: 1;
  width: 27.5%;
  margin: 0;
  transform: none;
}

.cast-visual img {
  display: block;
  width: min(100%, 390px);
  margin: 0 auto;
}

.guest-text-outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.guest-text {
  width: 48%;
  color: var(--color);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--fs-guest-heading);
}

.guest {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.guest-outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
}

.guest-cat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.guest-thumb {
  width: 48%
}

.guest-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2em 0 0;
}

.guest-name {
  font-size: var(--fs-lg);
  font-weight: 600 !important;
}

.guest-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guest-sns img {
  width: 24px;
  margin: 0 0 0 5px;
}

@media screen and (min-width: 1px) and (max-width: 743px) {

  .guest-text {
    width: 100%;

  }

  .cast-lead {
    min-height: auto;
  }

  .cast-copy {
    width: 100%;
    padding: 0 0 1.1rem;
  }

  .cast-name {
    font-size: var(--fs-cast-name-sp);
    margin-bottom: 1.5rem;
  }

  .cast-en {
    margin-right: 0.45rem;
    margin-bottom: 0.8rem;
    font-size: var(--fs-cast-en-sp);
  }

  .cast-sns {
    gap: 0.35rem;
    margin: 0 0 0.8rem;
    transform: translateY(0);
  }

  .cast-sns a {
    width: 18px;
    height: 18px;
  }

  .cast-profile {
    width: 100%;
    font-size: var(--fs-note);
    line-height: 1.75;
  }

  .cast-visual {
    right: 5%;
    width: 40%;
  }

  .cast-visual img {
    display: block;
    width: min(100%, 390px);
    margin: 0 auto;
  }

  .guest-text {
    font-size: var(--fs-guest-heading-sp);
    line-height: 0.95;
  }

  .guest-text-outer {
    display: none;
  }

  .guest {
    gap: 1.5rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .guest-outer {
    display: block;
    width: 100%;
  }

  .guest-outer::before {
    display: block;
    color: var(--color);
    font-family: "Anton", sans-serif;
    font-size: var(--fs-guest-heading-sp);
    font-weight: 400;
    line-height: 1.4;
  }

  .guest-outer:nth-child(1)::before {
    content: "GUEST";
  }

  .guest-outer:nth-child(2)::before {
    content: "DANCER";
  }

  .guest-cat {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .guest-thumb {
    width: 48%;
  }

  .guest-info {
    align-items: flex-start;
    padding-top: 0.25rem;
  }

  .guest-name {
    font-size: 4vw;
    line-height: 1.2;
  }

  .guest-sns img {
    width: 22px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .cast-lead {
    min-height: 200px;
  }

  .cast-visual {
    position: absolute;
    bottom: 0;
    right: 14%;
    z-index: 1;
    width: 34%;
    margin: 0;
    transform: none;
  }

  .cast-visual img {
    display: block;
    width: min(100%, 390px);
    margin: 0 auto;
  }

  .guest-name {
    font-size: 1.6vw;
    line-height: 1.2;
  }

}
