@font-face {
  font-family: "PP Neue Montreal Variable";
  font-style: normal;
  font-weight: 45 990;
  src: url("../../../../layouts/main/temp/assets/css/PPNeueMontreal-Variable.woff2") format("woff2-variations");
}
* {
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
body {
  background-color: #EEE;
}
main {
  position: absolute;
  bottom: 120px;
  left: 120px;
  width: 400px;
  aspect-ratio: 1;
  overflow: hidden;
}
main section {
  position: relative;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: url("../../../../layouts/main/temp/assets/logo.png");
  background-size: cover;
  background-repeat: no-repeat;
}
main section video {
  position: absolute;
  bottom: 0;
  right: 6.485%;
  width: 47.5%;
}
button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 120px;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: 0 none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  user-select: none;
}
button span {
  transform: scaleY(95%);
  color: gainsboro;
  font-size: calc((100vw - 320px) / 15 * 1.8);
  font-family: "PP Neue Montreal Variable", sans-serif;
  font-weight: 100;
  line-height: 0.73;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 1.25s;
}
button span i {
  position: relative;
  font-style: normal;
}
button span i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.45vw;
  background-color: rgba(220, 220, 220, 0.875);
  opacity: 0;
}
body.sound i:before {
  opacity: 1;
}
footer {
  position: absolute;
  bottom: 120px;
  right: 120px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
footer img {
  width: 328px;
  max-width: calc(100vw - 800px);
  aspect-ratio: 1;
}
footer div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  width: 328px;
  max-width: calc(100vw - 800px);
}
footer div a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  padding-top: 4px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
footer div a svg {
  width: 22px;
  height: 22px;
  transform: translateY(-2px);
}
footer div a:first-child {
  background-color: #1B98EA;
}
footer div a:last-child {
  background-color: #36A853;
}
footer p {
  margin: 12px 0 0;
  padding: 0;
  line-height: 2;
  text-align: right;
}
footer p a {
  color: #AAA;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1600px) {
  main {
    bottom: 60px;
    left: 40px;
    width: 360px;
  }
  button {
    padding: 0;
  }
  button span {
    font-size: calc(100vw / 15 * 2.1);
    letter-spacing: -12px;
  }
  footer {
    bottom: 60px;
    right: 60px;
  }
  footer img {
    width: 284px;
  }
  footer div {
    width: 284px;
    max-width: calc(100vw - 520px);
  }
}
@media (max-width: 1180px) {
  footer div a {
    font-size: 14px;
  }
  footer p {
    margin-top: 36px;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -120px;
    width: calc(100% - 200px);
    max-width: 320px;
  }
  button {
    padding: 0;
  }
  button span {
    font-size: calc(100vw / 15 * 1.8);
    letter-spacing: 0;
  }
  footer {
    right: unset;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
  }
  footer img {
    display: none;
  }
  footer div {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }
  footer div a {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }
  footer p {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }
  footer p span {
    margin: 0 10px;
  }
}
/*# sourceMappingURL=da0a2151345f7d683f0e919d3edabc81938df440.style.scss.map */
