.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  width: 1200px;
  margin: auto;
}

.title_wrap {
  padding: 90px 0;
  text-align: center;
}

.title_wrap h2 {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

.title_wrap p {
  font-size: 16px;
  line-height: 24px;
}

.img_ani {
  position: relative;
  overflow: hidden;
}

.img_ani::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e6dbd3;
  transition: 1s ease;
}

.img_ani.on::after {
  bottom: -100%;
}

.t_vis {
  display: none;
}

#cursor {
  width: 80px;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  border-radius: 50%;
  mix-blend-mode: difference;
  will-change: transform;
}
