html {
  background-color: #e6f0fa;
}
img {
  width: 100%;
}
body#main {
  max-width: 800px;
  margin: 0 auto;
}
.slider_item {
  padding: 1% 3%;
}
.hidden,
.visible {
  display: block;
}
#player {
  width: 100%;
  height: 250px;
}
div#timerex_calendar {
  margin-top: -190px;
  margin-bottom: -90px;
}
.floating-banner,
.floating-banner_sp {
  display: block;
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  text-align: center;
}
.floating-banner_sp {
  left: 0px;
}
.floating-banner:hover {
  opacity: 0.8;
}
.fade_off {
  opacity: 0;
  transition: all 0.2s;
}
.fade_on {
  opacity: 1;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.yureru-j {
  animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
  0%,
  10%,
  20% {
    transform: translate(0px, 2px);
  }
  5%,
  15%,
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
footer.l-footer {
  margin-bottom: 30%;
  background: #3f6bb2;
  color: #fff;
  padding: 1%;
}
.l-footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1%;
  color: #fff;
}
a {
  color: #fff;
  text-decoration: unset !important;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.img-margin {
  margin-top: -10px;
}

.floating-banner-limit {
  max-width: 800px;
}
