._circle[data-v-15d78530] {
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: fixed;
  bottom: 10vh;
  right: 10vw;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
._circle[data-v-15d78530] {
    height: 110px;
    width: 110px;
    font-size: 12px;
}
}
@media screen and (max-width: 700px) {
._circle[data-v-15d78530] {
    height: 80px;
    width: 80px;
    top: var(--7391f4cb);
    right: 10px;
    z-index: 12;
    font-size: 10px;
}
}
._circle[data-v-15d78530]:hover {
  opacity: 0.7;
}
._haikei[data-v-15d78530] {
  z-index: 5;
  position: fixed;
  bottom: 10vh;
  right: 10vw;
  width: 149px;
  height: 149px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
._haikei[data-v-15d78530] {
    height: 109px;
    width: 109px;
}
}
@media screen and (max-width: 700px) {
._haikei[data-v-15d78530] {
    height: 79px;
    width: 79px;
    top: var(--7391f4cb);
    right: 10px;
    z-index: 5;
}
}
._purehaBackGround[data-v-15d78530] {
  background-color: #d6db38;
}
.fadein[data-v-15d78530] {
  opacity: 1;
  transition: 0.5s;
}
.fadeout[data-v-15d78530] {
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}