<div class="title-highlight-pink">
<h2 class="title">
ダミーテキストダミーテキストダミーテキストダミー<br/>
テキストダミーテキストダミーテキスト
</h2>
</div>
.title-highlight-pink {
.title {
@include box-shadow (-5px -2px 0 5px #d42a71, 5px -2px 0 5px #d42a71);
display: inline;
padding: 17px 9px 16px;
margin-top: 0;
margin-bottom: 0;
font-family: $font-family-serif;
font-size: 36px;
line-height: 2.66;
color: #fff;
background-color: #d42a71
}
}