.liverpool-cp {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    font-family:游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif ;
}
.liverpool-cp .liverpool-fv{
    margin-bottom: 1rem;
}
.liverpool-cp .cp-detail{
    padding: 0 20px;
}

.liverpool-cp .cp-detail h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 1rem;
}
.liverpool-cp .cp-detail h2 span{
    font-size: 1rem;
    font-weight: 400;
}
.liverpool-cp .cp-detail h3{
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    background: #eeeeee;
    padding:2px 10px;
    border-radius: 10px;
    color: #333;
}
.liverpool-cp .cp-detail p{
    margin-bottom:1rem;
    font-size: 1rem;

}

.cp-btn{
    width: 90%;
    text-decoration: none;
    margin: 1rem auto 2rem;
    font-size: 1.2rem;
    border: 7px solid #ffb050;
    padding: .5rem 0;
    min-height: 74px;
    display: flex;
    justify-content: center;
    position: relative;
    background: #ff9f29;
    place-items: stretch;
    align-items: center;
    border-radius: 300px;
    max-width: 600px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.cp-btn p{
    margin-left: 2.5rem;
    color: #fff;
    font-weight: 600;

}
.cp-btn:before{
    left: 30px;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    z-index: 1;
}
.cp-btn:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #ff9f29;
    z-index: 2;
    left: 30px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #ff9f29;
}

.cp-cta{
    background: #198fcf;
    width: 100%;
    padding: 30px 0 10px;
}
.cp-float{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: rgba(255,255, 255, 0.6);
}
.cp-float a{margin-bottom: 1rem;

}

@media screen and (min-width: 751px){
    .liverpool-cp {
        .liverpool-fv{
            width: 100%;
        }

    .liverpool-flex{
        display: flex;
        flex-direction: row;
        max-width: 960px;
        margin: 1rem auto 0;

    }
    .liverpool-flex picture{
        width: 40vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;

    }
    .liverpool-flex .cp-detail{
        width: 60vW;
    }



    }
}