:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #4c4c47;
  --color-sub: #4c4c47;
  --color-text: #000000;
  --color-button: #4c4c47;
  --color-label: linear-gradient(45deg, #353535 0%, #9b9b9b 50%, #1e1e1e 100%);
  --color-label-text: #ffffff;
  --color-button: linear-gradient(45deg, #353535 0%, #9b9b9b 50%, #1e1e1e 100%);
  --color-button-text: #ffffff;
  --color-label-new: #4c4c47;
  --color-bg-emph: rgba(252, 3, 135, 0.04);
  --color-background: #f1f1f1;
  --color-mask: rgba(0, 0, 0, 0.5);
  --gradient-main: linear-gradient(180deg, var(--color-main) 0%, #67aca6 100%);
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 0 5px #000000;
  --shadow-box: 1px 1px 4px #aeada8;
}

/* cast__profile__section */
.cast__profile__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__section {
    margin-top: 15.6453715776vw;
  }
}

.cast__profile__container {
  display: flex;
  flex-wrap: wrap;
  width: 59.7222222222vw;
  margin: 0 auto;
  padding: 1.3888888889vw 0.6944444444vw;
  background: var(--color-white);
}
@media (min-width: 1920px) {
  .cast__profile__container {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container {
    width: 91.2646675359vw;
  }
}
@media not screen and (min-width: 768px) {
  .cast__profile__container {
    padding: 5.2151238592vw 2.6075619296vw;
  }
}
.cast__profile__container .cast__profile {
  width: calc(60% - 4.1666666667vw);
  margin-left: 4.1666666667vw;
  margin-left: 4.1666666667vw;
  color: var(--color-text);
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile {
    margin-left: 0vw;
  }
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile {
    width: 100%;
    margin-top: 15.6453715776vw;
  }
}
.cast__profile__container .cast__profile h2 {
  font-size: 1.875vw;
  margin-bottom: 0.6944444444vw;
  font-weight: bold;
  color: var(--color-text);
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile h2 {
    font-size: 6.518904824vw;
  }
}
.cast__profile__container .cast__profile .type__labels {
  position: relative;
  padding-bottom: 0.6944444444vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cast__profile__container .cast__profile .type__labels li {
  background: var(--color-main);
  width: fit-content;
  margin-right: 0.3472222222vw;
  padding: 0.1388888889vw 0.3472222222vw;
  margin-bottom: 0.3472222222vw;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .type__labels li {
    margin-right: 1.3037809648vw;
    padding: 0.5215123859vw 1.3037809648vw;
    margin-bottom: 1.3037809648vw;
  }
}
.cast__profile__container .cast__profile .type__labels li span {
  color: var(--color-white);
}
.cast__profile__container .cast__profile .cast__profile__item__container {
  display: flex;
  flex-wrap: wrap;
  background: var(--color-white);
  border-top: 1px solid var(--color-main);
  border-left: 1px solid var(--color-main);
  margin-bottom: 1.3888888889vw;
}
.cast__profile__container .cast__profile .cast__profile__item__container li {
  border-bottom: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  padding: 5px 10px;
}
.cast__profile__container .cast__profile .cast__profile__item__container li.profile__item {
  background: var(--color-main);
  color: var(--color-white);
  width: calc(40% - 42px);
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .cast__profile__item__container li.profile__item {
    width: calc(50% - 42px);
  }
}
.cast__profile__container .cast__profile .cast__profile__item__container li.profile__detail {
  background: var(--color-white);
  color: var(--color-text);
  width: 60%;
  color: var(--color-black);
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .cast__profile__item__container li.profile__detail {
    width: 50%;
  }
}
.cast__profile__container .cast__profile .shop__comment__wrapper,
.cast__profile__container .cast__profile .therapist__comment__wrapper {
  margin-bottom: 2.0833333333vw;
}
.cast__profile__container .cast__profile .shop__comment__wrapper h3,
.cast__profile__container .cast__profile .therapist__comment__wrapper h3 {
  font-size: 1.5277777778vw;
  color: var(--color-main);
  margin-bottom: 0.5em;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .shop__comment__wrapper h3,
  .cast__profile__container .cast__profile .therapist__comment__wrapper h3 {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .shop__comment__wrapper h3,
  .cast__profile__container .cast__profile .therapist__comment__wrapper h3 {
    font-size: 6.7796610169vw;
  }
}
.cast__profile__container .cast__profile .shop__comment__wrapper p,
.cast__profile__container .cast__profile .therapist__comment__wrapper p {
  font-size: 0.9027777778vw;
  color: var(--color-text);
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .shop__comment__wrapper p,
  .cast__profile__container .cast__profile .therapist__comment__wrapper p {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .shop__comment__wrapper p,
  .cast__profile__container .cast__profile .therapist__comment__wrapper p {
    font-size: 3.3898305085vw;
  }
}
.cast__profile__container .cast__profile .twitter__feed__container iframe {
  height: 400px !important;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .twitter__feed__container iframe {
    height: 80vh;
  }
}
.cast__profile__container .cast__profile .x__wrapper {
  margin-top: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper {
    margin-top: 10.4302477184vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__profile__container .cast__profile .x__wrapper .x__container a {
  transition: all 0.3s;
  width: 100%;
}
.cast__profile__container .cast__profile .x__wrapper .x__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a:hover {
    opacity: inherit;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button {
  height: 8.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-black);
  border-radius: 1em;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button {
    height: 22.1642764016vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
    height: 7.8226857888vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.cast__profile__container .cast__profile .bluesky__wrapper {
  margin-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper {
    margin-top: 5.2151238592vw;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a {
  transition: all 0.3s;
  width: 100%;
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a:hover {
    opacity: inherit;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button {
  height: 8.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2184fe;
  border-radius: 1em;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button {
    height: 22.1642764016vw;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
    height: 7.8226857888vw;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.cast__profile__container .cast__profile .instagram__wrapper {
  margin-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper {
    margin-top: 5.2151238592vw;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a {
  transition: all 0.3s;
  width: 100%;
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a:hover {
    opacity: inherit;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button {
  height: 8.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  border-radius: 1em;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button {
    height: 22.1642764016vw;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
    height: 7.8226857888vw;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

/* cast__profile__section */
.cast__profile__image {
  width: 40%;
}
@media not screen and (min-width: 768px) {
  .cast__profile__image {
    width: 100%;
  }
}
.cast__profile__image .main-swiper img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: center;
}
.cast__profile__image .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.cast__profile__image .swiper-container.thumb-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.cast__profile__image #therapist-image {
  width: 100%;
  overflow: hidden;
}
.cast__profile__image #therapist-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
}
.cast__profile__image #therapist-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  background-color: unset;
}
.cast__profile__image #therapist-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: center;
}
.cast__profile__image #therapist-thumbs .swiper-slide-active {
  opacity: 1;
}

/* profile__schedule__section */
.profile__schedule__section {
  margin: 0 auto;
  margin-top: 8.3333333333vw;
  width: 38.8888888889vw;
  display: block;
}
@media (min-width: 1920px) {
  .profile__schedule__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .profile__schedule__section {
    margin-top: 15.6453715776vw;
  }
}
@media (min-width: 1920px) {
  .profile__schedule__section {
    width: 746.6666666667px;
  }
}
@media (max-width: 767px) {
  .profile__schedule__section {
    width: 96.479791395vw;
  }
}
.profile__schedule__section .weekly__schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: var(--color-main);
  border-top: 1px solid var(--color-sub);
  border-bottom: 1px solid var(--color-sub);
  border-right: 1px solid var(--color-sub);
}
.profile__schedule__section .weekly__schedule li.schedule__date {
  background: var(--color-main);
  color: var(--color-white);
  width: 20%;
  padding: 8px;
  border-left: 1px solid var(--color-sub);
  border-right: 1px solid var(--color-sub);
  border-bottom: 1px solid var(--color-white);
}
@media not screen and (min-width: 768px) {
  .profile__schedule__section .weekly__schedule li.schedule__date {
    width: 35%;
  }
}
.profile__schedule__section .weekly__schedule li.schedule__time {
  width: calc(80% - 34px);
  padding: 8px;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-sub);
  color: var(--color-main);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media not screen and (min-width: 768px) {
  .profile__schedule__section .weekly__schedule li.schedule__time {
    width: calc(65% - 34px);
  }
}
.profile__schedule__section .weekly__schedule li.schedule__time .schedule__room {
  background: var(--gradient-main);
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  padding: 0.0694444444vw 0.3472222222vw;
}
.profile__schedule__section .weekly__schedule li.schedule__time .schedule__room span {
  color: var(--color-white);
}
.profile__schedule__section .weekly__schedule li:nth-last-child(1), .profile__schedule__section .weekly__schedule li:nth-last-child(2) {
  border-bottom: none;
}