<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
text-align: center;
background: #FFEE58;
transform: rotate(-1deg) skew(-1deg);/*傾斜*/
box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 10px 0 0 0 #FFEE58, -10px 0 0 0 #FFEE58;/*はみ出る分*/
}