button[data-v-29ffc61c] {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.button-base[data-v-29ffc61c] {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s ease, width 0.5s linear, height 0.5s linear;
}
.button-pc[data-v-29ffc61c] {
  border-radius: 0.4166666667vw;
  position: relative;
  padding: 0.8333333333vw 1.25vw;
  font-size: 0.8333333333vw;
}
.button-pc .button-content[data-v-29ffc61c] {
  width: fit-content;
  height: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-mob[data-v-29ffc61c] {
  padding: 2.6666666667vw 2.1333333333vw;
  border-radius: 2.1333333333vw;
  position: relative;
  font-size: 3.7333333333vw;
}
.button-mob .button-content[data-v-29ffc61c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.button-base[data-v-29ffc61c]::before {
  content: "";
  position: absolute;
  width: 1.0416666667vw;
  aspect-ratio: 1/1;
  opacity: 0;
  border-radius: 50%;
  background-color: rgb(88, 73, 167);
  transition: all 3s ease;
  z-index: 0;
}
.button-hover-effect-facial[data-v-29ffc61c]:hover {
  animation: changeBg-29ffc61c 0s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  animation-delay: 0.5s;
}
.button-hover-effect-facial:hover .button-content[data-v-29ffc61c] {
  color: rgb(255, 255, 255);
}
.button-hover-effect-linear[data-v-29ffc61c] {
  transition: border-color 0.5s cubic-bezier(0.7, 0, 0.84, 0);
}
.button-hover-effect-linear[data-v-29ffc61c]:hover::before {
  animation: growWidth-29ffc61c 0.6s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.button-hover-effect-facial[data-v-29ffc61c]:hover::before {
  animation: growWidth-29ffc61c 0.6s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
@keyframes growWidth-29ffc61c {
0% {
    transform: scale(1);
    opacity: 0.3;
}
30% {
    opacity: 1;
}
100% {
    transform: var(--5db50108);
    opacity: 0.5;
    opacity: 1;
}
}
@keyframes changeBg-29ffc61c {
100% {
    background-color: rgb(88, 73, 167);
}
}
@keyframes changeBorder-29ffc61c {
100% {
    border: 1px solid rgb(88, 73, 167);
}
}
.button-hover-effect-linear[data-v-29ffc61c]:hover {
  animation: changeBg-29ffc61c 0s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.5s,changeBorder-29ffc61c 0.6s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.button-hover-effect-linear:hover .button-content[data-v-29ffc61c] {
  color: rgb(255, 255, 255);
}
.button-linear-dark[data-v-29ffc61c] {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  background-color: transparent;
}
.button-linear-light[data-v-29ffc61c] {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
}
.button-facial-dark[data-v-29ffc61c] {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.button-facial-light[data-v-29ffc61c] {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.button-simple-dark[data-v-29ffc61c] {
  color: rgb(0, 0, 0);
  padding: 0;
}
.button-simple-light[data-v-29ffc61c] {
  color: rgb(255, 255, 255);
  padding: 0;
}
.button-disabled[data-v-29ffc61c] {
  cursor: not-allowed;
}
.button-disabled.button-linear-dark[data-v-29ffc61c] {
  color: rgb(185, 188, 194);
  border: 1px solid rgb(185, 188, 194);
}
.button-disabled.button-facial-dark[data-v-29ffc61c] {
  color: rgb(255, 255, 255);
  background-color: rgb(185, 188, 194);
}
.button-disabled.button-simple-dark[data-v-29ffc61c] {
  color: rgb(185, 188, 194);
}
.button-disabled.button-linear-light[data-v-29ffc61c] {
  color: rgb(86, 87, 90);
  border: 1px solid rgb(86, 87, 90);
}
.button-disabled.button-facial-light[data-v-29ffc61c] {
  color: rgb(0, 0, 0);
  background-color: rgb(86, 87, 90);
}
.button-disabled.button-simple-light[data-v-29ffc61c] {
  color: rgb(159, 161, 164);
}
.button-click-effect-linear-dark[data-v-29ffc61c]:hover {
  border: 1px solid rgb(74, 79, 89);
}
.button-click-effect-linear-dark:hover .button-content[data-v-29ffc61c] {
  color: rgb(74, 79, 89);
}
.button-click-effect-facial-dark[data-v-29ffc61c]:hover {
  background-color: rgb(74, 79, 89);
}
.button-click-effect-facial-dark:hover .button-content[data-v-29ffc61c] {
  color: rgb(255, 255, 255);
}
.button-click-effect-linear-light[data-v-29ffc61c]:hover {
  border: 1px solid rgb(159, 161, 164);
}
.button-click-effect-linear-light:hover .button-content[data-v-29ffc61c] {
  color: rgb(159, 161, 164);
}
.button-click-effect-facial-light[data-v-29ffc61c]:hover {
  background-color: rgb(159, 161, 164);
}
.button-click-effect-facial-light:hover .button-content[data-v-29ffc61c] {
  color: rgb(0, 0, 0);
}