#datt-logo {
  float: left;
  width: 136px;
  height: 38px;
  background-size: auto 38px; /* 縦横比を維持しつつ、高さを38pxに固定 */
}

#datt-logo img{
  width: 100%;
}

#footer-banner {
  width: 960px;
  height: 180px;
  overflow: hidden;
}
.banner-slides {
  display: flex; /* 画像を横並びにする */
  transition: transform 2s ease; /* スライドの移動にアニメーションを適用 */
}
#footer-banner .banner-slides img {
  width: 960px;
  height: 180px;
}
#unity-footer {
  position: relative;
  margin-bottom: 43px; /* 38px差し引いたのがcanvasとのマージンになる */
}
#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: "Mochiy Pop One", arial;
  font-size: 18px;
}

/*.airhockey-contents{
  display: flex;
}
*/

.side-slide{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -100;
}

.side-slide.left{
  left: 3%;
}

.side-slide.right{
  right: 3%;
}