a{
    transition: .5s ease;
}
a:hover{
    transition: .5s ease;
    opacity: .7;
}
.c-mv{
    width: 100%;
}
.c-mv img{
    width: 100%;
}
.review__h3{
    text-align: center;
    color: #532D6B;
    font-weight: bold;
    font-size: 24px;
    margin: 80px auto 40px;
}
.review{
    display: block;
    width: 85%;
    margin: 0 auto;
}
.review__wrap{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
    margin-bottom: 60px;
}
.review__imgwrap{
    display: flex;
    flex-direction: row;
    max-width: 480px;
    max-height: 480px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.review__imgwrap img{
    width: 100%;
}
.review__content{
    display: flex;
    flex-direction: column;
}
.review__content__staff{
    display: flex;
    flex-direction: row;
    padding: 0 0 20px;
    border-bottom: 1.5px solid #E0E0E0;
    margin: 0 0 20px;
}
.review__content__staff a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    color: inherit;
    text-decoration: underline;
    font-size: 20px;
}
.review__content__staff a img{
    max-width: 60px;
    border-radius: 100%;
}
.review__content__staff a span{

}
.review__content__txt{

}
.review__content__txt__date{
    letter-spacing: .03em;
    color: #B1B3B4;
    margin-bottom: 20px;
}
.review__content__txt__lead p{
    letter-spacing: 0.03em;
    padding: 0 0 20px;
    border-bottom: 1.5px solid #E0E0E0;
    margin: 0 0 20px;
}
@media screen and (max-width:759px){
    .product .p-product__header--title{
        text-align: center;
    }
    .u-padding0{
        padding: 0;
    }
    .review{
        display: block;
        width: 95%;
        margin: 0 auto 60px;
    }
    
    .review__h3{
        font-size: 5vw;
        margin: 2em auto 1.5em;
    }
    .review__wrap{
        display: flex;
        flex-direction: column;
    }
    .review__imgwrap{
    }
    .review__imgwrap img{
        width: 100%;
    }
    .review__content{
        display: flex;
        flex-direction: column;
    }
    .review__content__staff{
        display: flex;
        flex-direction: row;
    }
    .review__content__staff a{
        gap: 1.5em;
        font-size: 4vw;
    }
    .review__content__staff a img{
        max-width: 45px;
    }
    .review__content__staff a span{
    
    }
    .review__content__txt{
    
    }
    .review__content__txt__date{
        font-size: 3.8vw;
    }
    .review__content__txt__lead p{
        font-size: 3.8vw;
    }
}

