@charset "UTF-8";



/*////////////////////////////////////////


#face-change-layer


//////////////////////////////////////// */
#face-change-layer{
    position: fixed;
    width: 750px;
    height: 100vh;
    background: #000;
    opacity: 0.8;
    z-index: 1000;
    top: 0;
    display: none;
}
#face-change-layer .choice{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
#face-change-layer a.you{
    position: absolute;
    display: block;
    width: 510px;
    height: 310px;
}
#face-change-layer a.model{
    position: absolute;
    display: block;
    width: 510px;
    height: 310px;
    bottom: 0;
}
#face-change-layer .choice img{
    width: 510px;
    height: 668px;
}



