@charset "utf-8"; /* UTF-8に指定するよ */
* { cursor: url("071-1.png") 13 22, auto; }
img { cursor: url("071-1.png") 32 0, auto; } 

#ms {position: absolute;top: var(--my);left: var(--mx);width: 1rem;height: 1rem;background-color: red;border-radius: 100%;}
.img-text:hover::before { content: attr(data-text); position: absolute; background-color: white; }
* { scroll-behavior: smooth; }
img#Aoi{
    position: fixed;
    margin-left: 400px;
    top: 1550px;
}
body {
   line-height: 1.2;   /* 1行の高さを1.2文字分にする（Hで管理してる分は1以下にしても重ならない） */
     }
h1 {
   line-height: 1.1;   /* 1行の高さを1.1文字分にする */
   }
h2 {
   line-height: 1.1;   /* 1行の高さを1.1文字分にする */
   }
h3 {
   line-height: 1.1;   /* 1行の高さを1.1文字分にする */
   }
h4 {
   line-height: 1.1;   /* 1行の高さを1.1文字分にする */
   }
h5 {
   line-height: 1.1;   /* 1行の高さを1.1文字分にする */
   }
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '↑';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}