
.performer .modal__cards{
    gap: 2rem 6px;
}

.zen-kurenaido-regular {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.performer__thum-img img{
    /* filter: grayscale(1); */
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
.performer__thum-img:hover img{
    filter: grayscale(0);
    opacity: .8;
}

.performer__thum-text{
    background-color: #212121;
    padding: 4px 4px 8px;
    min-height: 114px;
}
.performer__thum-text h2{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}
.performer__thum-text p{
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}
.performer .profile__group{
    align-items: flex-start;
}
.performer .modal__inner{
    padding: 0;
}

.performer .profile__content{
    padding: 0;
}
.performer .modal__card{
    width: calc((100% - (6px * 3)) / 4);
}
.performer .modal__card:hover{
    opacity: 1;
}
.performer .modal__card:hover .performer__thum-img img{
    filter: grayscale(0);
}
.performer__textarea{
    padding: 16px 40px;
}
.performer .flex{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.profile__content-bg{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #646464;
}
.profile__content-bgred{
    background-color: rgb(223, 57, 57);
}
.profile__content-bgblue{
    background-color: rgb(42, 50, 97);
}
.souloflanguage{
    font-size: 2.6rem;
    font-weight: 700;
}
.performer .performer__text{
    margin-top: 0;
    font-size: 1.2rem;
}
.performer .namearea{
    align-items: baseline;
    margin-bottom: 16px;
    margin-top: 8px;
}
.performer .namearea__name{
    margin-bottom: 0;
    font-size: 2rem;
}
.performer .namearea__furigana{
    font-size: 1.2rem;
}
.performer .profile__image img{
    height: 90vh;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}
video{
    width: 100%;
}

.commingsoon{
    background-color: #c1c1c1;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.comming__ttl{
    font-size: 1.8rem;
}
.comming__days{
    font-size: 1.6rem;
    font-style: italic;
    letter-spacing: 0.08em;
}
.list__ttl{
    font-size: 1.4rem;
    margin-bottom: 4px;
    border-bottom: 1px solid #8c8c8c;
    display: inline-block;
    padding: 0 2px 2px;
}
.u-mb-24{
    margin-bottom: 24px;
}
.f-12{
    font-size: 1.2rem;
    line-height: 1.5;
}
.u-mb-12{
    margin-bottom: 12px;
}
@media screen and (max-width: 768px){
    .performer .modal__card{
        width: 100%;
        height: auto;
    }
  }


