@charset "UTF-8";
body {
  font-family: "Roboto Slab", serif;
  overflow: hidden; /* 隐藏超出部分 */
  cursor: url("../img/icon/icons8-カーソル-64.png"), pointer;
}

.cursor-text {
  position: absolute;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.topPage {
  width: 100%;
  height: 100%;
  background-color: rgb(24, 32, 54);
  overflow: hidden; /* 隐藏超出部分 */
}
.topPage img {
  width: 100%;
}
.topPage .topPage-text {
  position: absolute;
  z-index: 1000;
  bottom: 7%;
  right: 0;
  font-size: 8rem;
  line-height: 0.6;
  margin-right: -2%;
}
.topPage .topPage-text h1 {
  margin-right: 2rem;
  color: rgba(255, 255, 255, 0.664);
}
.topPage .topPage-text span {
  color: rgb(255, 255, 255);
  margin-left: 15rem;
  font-size: 12rem;
}
.topPage .topPage-text2 {
  position: absolute;
  z-index: 1000;
  color: rgb(255, 255, 255);
  top: 13%;
  left: 10%;
  font-size: 1.6rem;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.topPage .topPage-text2 h2 {
  margin-right: 5rem;
}
.topPage .topPage-text2 span {
  display: inline-block; /* 让 span 变成块级元素，但仍在行内 */
  padding-top: 18%; /* 只对内部内容生效，不影响外部排版 */
  height: 70vh;
}
.topPage .topPage-box1 {
  position: absolute;
  z-index: 1000;
  background-color: #3b72a6;
  width: 50vh;
  top: 2%;
  height: 10vh;
}
.topPage #container {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.topPage #background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topPage #bubble {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.topPage svg {
  width: 100%;
  height: 100%;
}
.topPage #container-right {
  position: fixed;
  height: 50%;
  overflow: hidden; /* 隐藏超出部分 */
  z-index: 1000;
}
.topPage #svg-right {
  position: fixed;
  top: -63%; /* 距离顶部 */
  right: -5%; /* 距离右侧 */
  transform: translate(50%, 0); /* 平移，超出右侧部分 */
  z-index: 1000;
}/*# sourceMappingURL=index.css.map */