test-background{
  background-image : url(IS2026eng.jpg); /* 背景画像のURL */
  background-repeat: no-repeat; /* 画像をリピートさせない */
  background-size: 100% 100%; /* 画像を要素のサイズに合わせる */  
  width : 100%; /* 幅を画面幅に合わせる */
  max-width : 1200px;
  margin: 0 auto;
  height: 100vh; /* 高さを画面高さに合わせる */

  top : 0px;
  left : 0px;
  background-attachment : fixed;
  background-position : 1px 1px;
  z-index : 1;
}
body{
  background-image : url(IS2026eng.jpg);
  background-repeat : no-repeat;
}
