#box-sono7{
  position: relative;
  height: 300px;
  margin: 0;
  padding: 0;
  background: linear-gradient(rgb(54, 56, 153),rgb(73, 117, 167),mediumturquoise,white);
  overflow: hidden;
}

.buffalo-toppic{
    width: 80%;
    position: relative;
    left: 60px;
    box-shadow: 5px 5px 5px 5px #4d4d4d;   /* 「上下」、「左右」、「ぼかし」、「広がり」、「色」*/
}

