/*.mainTitle{ 
    z-index: 5;
    float: right;
    position: absolute;
    top: 70%;
    left: 64%;
        left: 100%
    transform: translate(-70%, -65%);
    width: auto;
    height: 10em;
    background-color: pink;
}
.mainTitle h1{
    margin: -.3em;
    font-size: 7.6em;
    color: #313131;
    text-spacing: 5px; 
}
.mainTitle h1:first-child{
    margin-bottom: -.2em;
    margin-left: 1em;
}
start main slider 
.otherTitle{
    position: relative;
    top: 50%;
    left: 40%;
    transform: translate(-25%, -65%); 
}
.otherTitle h1{
    font-size: 8em;
}
#wrap_ctext  .show{ display:none; }
#wrap_ctext .is-showing { display: inline; }
endmain slider */
