@charset "UTF-8";

html {
/*  scroll-behavior: smooth;			/* スムーススクロール(ページ内ジャンプ) */
}

body {
  background-color: #000000;

  touch-action: manipulation;		/* iPhone対策 */
  -webkit-touch-callout: none;		/* iPhone対策 */
}
/*
a:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity:0.8;
}
*/
.buttons {
/*  position: absolute; */
}

.buttons:focus, 
.buttons:active {
  outline: none !important;
  box-shadow: none;
  transform: translate(4px, 4px);

}
.buttons:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity:0.8;
}

