// 長い文字列を…で省略 @mixin ellipsis($line) { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: $line; }