<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
z-index: 0;
}
.cp_h1title::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: linear-gradient(transparent 60%, #F8BBD0 60%);
z-index: -1;
transform: skew(20deg, 0deg);/*ラインの傾斜角度*/
}