@charset "UTF-8";

#profile .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#profile .main .left {
    width: 46%;
}

#profile .main .right {
    width: 50%;
}

#profile .main .right h3 {
    font-size: clamp(32px, calc(32px + 8 * ((100vw - 320px) / 1120)), 40px);
    padding-bottom: 24px;
    margin-bottom: 32px;
}

#profile .main .right h3 span {
    font-family: var(--ja);
    display: block;
    font-size: clamp(18px, calc(18px + 6 * ((100vw - 320px) / 1120)), 24px);
}

#profile .main .right dl {
    display: flex;
    flex-wrap: wrap;
}

#profile .main .right dl dt {
    width: 28%;
    font-family: var(--en);
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 16px;
}

#profile .main .right dl dd {
    width: 72%;
    line-height: 1;
    margin-bottom: 16px;
}

#profile .works-list {
    padding-top: clamp(56px, calc(56px + 24 * ((100vw - 320px) / 1120)), 80px);
}

#profile .works-list .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 32px;
}

#profile .works-list h4 {
    font-family: var(--en);
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--color1);
}


#profile .works-list .ComMenu select {
    appearance: none;
    min-width: 300px;
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff;
    color: #333333;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0 0 10px 8px;
    position: relative;
}

#profile .works-list .ComMenu select::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

#profile .works-list .ComMenu select option[disabled] {
    color: #999;
}

#profile .works-list .ComMenu select:focus {
    outline: none;
}


#profile .works-list .works-detail h5 {
    font-family: var(--ja);
    color: var(--black);
    font-size: 1.6rem;
    padding: 14px;
    margin-bottom: 19px;
    line-height: 1.8;
    font-weight: bold;
    background: #eee;
}

#profile .works-list .works-detail h5.mt {
    margin-top: clamp(32px, calc(32px + 8 * ((100vw - 320px) / 1120)), 40px);
}


#profile .works-list .works-detail .inner .table_wrapper {
    display: flex;
}

#profile .works-list .works-detail .inner .table_wrapper .year {
    width: 80px;
    font-size: 1.4rem;
}

#profile .works-list .works-detail .inner .table_wrapper .work_title {
    width: calc(100% - 80px);
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    #profile .main {
        flex-wrap: wrap;
    }

    #profile .main .left,
    #profile .main .right {
        width: 100%;
    }

    #profile .main .left {
        margin-bottom: 24px;
    }

    #profile .works-list .works-detail h5 {
        padding: 8px 14px;
    }
}

@media screen and (max-width: 550px) {
    #profile .works-list .ComMenu select {
        min-width: initial;
    }
}

#drama,
#movie,
#stage,
#advertisement,
#promotion-video,
#streaming,
#book,
#radio,
#regular,
#event,
#other {
  scroll-margin-top: 120px;
}