@charset "UTF-8";

body {
    background-color: #fff;
}

.container-wrapper {
    margin: 0 auto;
    padding: 6vw 0;
}

.-staff03 .container-wrapper {
    padding: 56px 0 36px;
}

.container-img {
    width: 55.464%;
    margin: 0 auto 3.605vw;
}

.container-txt {
}

.container-txt-name {
    margin-bottom: 2.403vw;
}

.container-txt-name-real {
    color: #231815;
    font-size: 27px;
    font-weight: 600;
    display: inline-block;
    margin-right: 0.25em;
}

.container-txt-name-role {
    color: #7C502D;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

.container-txt-scroll {
    height: 154px;
    overflow-y: scroll;
    padding-right: 1.201vw;
}

.container-txt-scroll-history {
    font-weight: 600;
    line-height: 1.875;
}

@media screen and (min-width: 769px) {

    .container-wrapper {
        max-width: 732px;
        width: 90%;
    }

    .-staff .container-txt-name-real {
        margin-right: 1em;
    }
}


@media screen and (max-width: 768px) {

    .container-wrapper {
        width: 87.761%;
        padding: 18.4vw 0;
    }

    .-staff03 .container-wrapper {
        padding: 19.701vw 0 7.014vw;
    }

    .container-img {
        width: 100%;
        margin: 0 auto 2.985vw;
    }
    
    .container-txt {
    }
    
    .container-txt-name {
        margin-bottom: 2.985vw;
    }
    
    .container-txt-name-real {
        font-size: min(25px, 7.462vw);
        font-weight: 500;
    }
    
    .container-txt-name-role {
        font-size: min(20px, 5.97vw);        
    }
    
    .-cast .container-txt-scroll {
        height: 50vh;
        /* height: 388px; */
        padding-right: 2.089vw;
    }

    .-staff .container-txt-scroll {
        overflow: visible;
        height: auto;
        padding-right: 0;
    }
    
    .container-txt-scroll-history {
        font-size: min(15px, 4.477vw);
        font-weight: 500;
        line-height: 1.866;
    }

}


/* interview */

.interview {
}

.interview-wrapper {
    border-top: 1px solid #231815;
    margin: 0 auto;
    padding: 38px 0 64px;
}

.interview-headline {
    font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Yu Mincho",serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.interview-detail {
    margin-bottom: 23px;
}

.interview-detail-question {
    border: 1px solid #231815;
    cursor: pointer;
    padding: 18px 19.5px 18px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.interview-detail-question-txt {
    font-weight: 500;
    line-height: 1.875;
    width: 89.344%;
}

.interview-detail-question-open {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #231815;
    color: #231815;
    line-height: 1;
    margin-top: 14px;
    vertical-align: middle;
}

.interview-detail-question-open::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #231815;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.interview-detail-answer {
    display: none;
    padding-top: 12px;
}

.interview-detail-answer-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.857;
}

@media screen and (min-width: 769px) {

    .interview-wrapper {
        max-width: 732px;
        width: 90%;
    }

    .interview-detail-question {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .interview-detail-question:hover {
        background-color: rgba(246, 223, 213, 0.4);
    }
}


@media screen and (max-width: 768px) {

    .interview-wrapper {
        width: 87.761%;
        padding: 7.313vw 0 23.88vw;
    }

    .interview-headline {
        font-size: min(18px, 5.373vw);
        margin-bottom: 4.477vw;
    }
    
    .interview-detail {
        margin-bottom: 5.074vw;
    }
    
    .interview-detail-question {
        padding: 4.179vw 3.88vw 4.179vw 4.179vw;
    }
    
    .interview-detail-question-txt {
        font-size: min(14px, 4.179vw);
        line-height: 1.642;
        width: 83.673%;
    }
    
    .interview-detail-question-open {
        width: 4.776vw;
        margin-top: 3vw;
    }
    
    .interview-detail-answer {
        padding-top: 4.477vw;
    }
    
    .interview-detail-answer-txt {
        font-size: min(14px, 4.179vw);
        line-height: 1.642;
    }

}