
/* copy_e */
.copy_e{
    position: relative;
    white-space: nowrap;
    display: inline-block;    
    line-height: 1.3em;
}
.copy_e .copy{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    font-size: 1em;
    font-weight: inherit;
    line-height: 1.3em;
    /* color: #000; */
    opacity: 0.2;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s ease-in-out ;
}
.copy_e.active .copy{width: 100%;opacity: 1;margin-top:0;}
/*  */
.copy_e{color:rgba(0, 0, 0, 0.1);}
.copy_e .copy{color:rgba(0, 0, 0, 1);}
.sec1 .copy_e{color:rgba(255, 255, 255, 0.1);}
.sec1 .copy_e .copy{color:rgba(255, 255, 255, 1);}