/****************************/
/*      基 本 の 設 定      */
/****************************/

html{
  overflow-x: hidden;
  overflow-y: hidden;
}

 /* 左ページ移動 アイコン */

.l-move img {
  position: absolute;
  max-width: 2.5%;
  height: auto;
  top: 80%;
  left: 0%;
  z-index: 999;
}

 /* 右ページ移動 アイコン */

.r-move img {
  position: absolute;
  max-width: 2.5%;
  height: auto;
  top: 80%;
  left: 97.5%;
  z-index: 998;
}