@charset "UTF-8";
@media screen and (orientation: portrait) {
  .top {
    padding: 0;
    margin: 0;
  }
  .top #game-navigation {
    border-radius: 0;
    border: none;
  }
}
@media screen and (orientation: portrait) {
  .top .logo .game-logo {
    width: 20vw;
  }
}
.top .collab-logo {
  display: flex;
}
.top .collab-logo picture {
  width: 120px;
}
@media screen and (orientation: portrait) {
  .top .collab-logo picture {
    width: 25vw;
  }
}

#index .kv {
  background-image: url("/jp/pewpewslime/assets/images/index/collab/lanlancat/kv-bg.webp");
}
#index .kv .inner {
  justify-content: end;
  align-items: center;
  padding-bottom: 12em;
}
#index .kv .inner .slogan {
  position: absolute;
  margin-top: 0;
  top: 12em;
  background-image: url("/jp/pewpewslime/assets/images/index/collab/lanlancat/kv-title.webp");
}
@media screen and (orientation: portrait) {
  #index .kv .inner .slogan {
    top: 75vw;
  }
}

.copyright::before {
  content: "©MOCHI DAD/THAT FISH CORP.";
}
/*# sourceMappingURL=index_lanlancat.css.map */
