#newindex_page .company-logo {
  opacity: 1;
  overflow: hidden;
  background: #fff;
}
#newindex_page .company-logo img {
  position: relative;
  z-index: 10;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
アニメーション
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.animation-wrapper {
  position: absolute;
  width: 100%;
}

.stagger-visualizer {
  position: absolute;
  width: 1375px;
  height: 550px;
  transform-origin: left top;
}

.stagger-visualizer .dots-wrapper {
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.stagger-visualizer .dot {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  margin: 16px;
  background-color: currentColor;
  border-radius: 50%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 8%, #d3cdc6 100%);
}

.stagger-visualizer .cursor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 37px;
  height: 37px;
  margin: 9px;
  /* background-color: rgba(2, 167, 190, 1); */
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 50%;
}
