@charset "UTF-8";


/* アニメーション */
.visible.opacityAnime,
.invisible.opacityAnime {
    transition: all 3s ease;
}


/* VOICE */

.voice {
    max-width: none;
    width: 100%;
}



.voice_page_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    width: 90%;
    margin: 30px auto 0;
}

.voice {
    margin-top: 3vw;
}




.new_voice::before {
    content: 'NEW';
    color: #fff;
    font-size: clamp(10px, 1.2vw, 18px);
    background-color: #E4A607;
    padding: 0 3px 2px 3px;
    margin-left: -10px;
    margin-right: 10px;
    border-radius: 6px;
}

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

    .voice_wrapper {
        display: block;
    }

    .sheet {
        width: 30%;
        max-width: 200px;
    }
}

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

    .voice_img {
        height: 70%;
        top: 62%;
        left: 50%;
        padding: 0;
    }

}

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

    .voice_img {
        height: auto;
        width: 80%;
    }

}