body {
  background: repeating-linear-gradient(
    -45deg,
  /*  #edfff3, #edfff3 5px, */ /* 薄緑 */
    #fcfcfc, #fcfcfc 5px, /* 灰色 */
    #ffffff 5px, #ffffff 10px);
}