@charset "UTF-8";
/* フッターオーバーレイを表示するときのCSS */
.ktvglobal-footer {
  background-color: #fff;
  padding-bottom: 90px;
}

.ktvglobal-footer .pagetop {
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .ktvglobal-footer {
    padding-bottom: 105px;
  }
  .ktvglobal-footer .l-footer-body {
    margin-top: 65px;
  }
  .ktvglobal-footer .pagetop {
    margin-bottom: 120px;
  }
}
