.h1_cp {
    height: 40vh;
    width: 40vw;
    color: #c91f1f;
    font-size: 2.8vw;
    font-family: serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 40vh;
}

.p_cp {
    width: 45vw;
    /*    margin-top: 5vh;*/
    font-size: 1.4vw;
    display: inline-block;
    vertical-align: middle;
}

.cp_bottom {
/*    background-color: red;*/
    width: 100vw;
    margin-left: 14vw;
    margin-bottom: 10vh;
}

.avex_bg {
    background-image: url(../img/left_img/avex_07.jpg);
}


.all_op {
    opacity: 0.7;
    background-origin: #000;
}









@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);

figure.snip1212 {
    font-family: serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 22vw;
    max-width: 22vw;
    max-height: 25vh;
    color: #000000;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #000000 70%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);
    display: inline-block;
/*    margin: 1vh 2vw;*/
}

figure.snip1212 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

figure.snip1212 img {
    max-width: 100%;
}

figure.snip1212 figcaption {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

figure.snip1212 h2,
figure.snip1212 p {
    margin: 0;
    width: 100%;
    padding: 10px 20px;
}

figure.snip1212 h2 {
    color: #fff;
    position: absolute;
    bottom: 100%;
    display: inline-block;
    font-weight: 900;
}

figure.snip1212 p {
    background: rgba(255, 255, 255, 0.8);
    text-align: right;
    bottom: 0;
    font-size: 0.85em;
    font-weight: 500;
}

figure.snip1212 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip1212:hover img,
figure.snip1212.hover img {
    opacity: 0.3;
}

figure.snip1212:hover figcaption,
figure.snip1212.hover figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
