@charset "UTF-8";
@font-face {
  font-family: "OneMobilePop";
  font-style: 400;
  font-display: swap;
  src: url("../font/OneMobilePop.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::after, *:before {
  box-sizing: border-box;
}

q {
  quotes: "‘" "’";
}

html {
  font-size: 10px;
}

body {
  font: 1.4rem/1.4 "OneMobilePop", sans-serif;
}

ol,
ul,
menu {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}

button {
  font-family: inherit;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 1px auto;
}

@property --deg {
  syntax: "<angle>";
  inherits: true;
  initial-value: -3deg;
}
:root {
  --left: 0;
  --top: 0;
}

#wrap {
  position: absolute;
  width: 1280px;
  height: 720px;
  background: url("../images/bg.svg") no-repeat center/contain;
}
#wrap:after {
  content: "";
  position: absolute;
  inset: auto 16px 0 auto;
  width: 251px;
  height: 230px;
  background: url("../images/bg_character.png") no-repeat center 4px/contain;
  z-index: -1;
}

nav li {
  position: absolute;
  inset: var(--top) auto auto var(--left);
  row-gap: 7px;
  display: flex;
  flex-direction: column;
  outline: 2px solid transparent;
  border-radius: 5px;
  outline-offset: 15px;
  transition: outline-color 0.3s, outline-offset 0.3s;
  cursor: pointer;
}
nav li :where(button, a) {
  rotate: var(--deg);
}
@supports not (rotate: 1deg) {
  nav li :where(button, a) {
    transform: rotate(var(--deg));
  }
}
nav li:focus-within:has(:where(button, a):focus-visible) {
  outline-color: #686868;
  outline-offset: 9px;
}
nav li :where(button, a):focus-visible, nav li:hover :where(button, a) {
  background-color: #2abdea;
  color: #fff;
  transition-delay: 0;
}
nav .el_lottieArea {
  --steps: 0;
  --scale: 1;
  margin-inline: auto;
  height: auto;
  flex-shrink: 0;
  animation: aniImg_R 1.2s steps(var(--steps)) infinite;
  animation-name: none;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left;
  transform-origin: center bottom;
  scale: var(--scale);
}
@supports not (scale: 1) {
  nav .el_lottieArea {
    transform: scale(var(--scale));
  }
}
:is(li:focus-within, li:hover) .el_lottieArea {
  animation-name: aniImg_R;
}

@keyframes aniImg_R {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: right 0px;
  }
}
.el_lottieArea#lottie1 {
  background-image: url(../images/animation/ani_1.png);
}

.el_lottieArea#lottie2 {
  background-image: url(../images/animation/ani_2.png);
}

.el_lottieArea#lottie3 {
  background-image: url(../images/animation/ani_3.png);
}

.el_lottieArea#lottie4 {
  background-image: url(../images/animation/ani_4.png);
}

.el_lottieArea#lottie5 {
  background-image: url(../images/animation/ani_5.png);
}

.el_lottieArea#lottie6 {
  background-image: url(../images/animation/ani_6.png);
}

.el_lottieArea#lottie7 {
  background-image: url(../images/animation/ani_7.png);
}

.el_lottieArea#lottie8 {
  background-image: url(../images/animation/ani_8.png);
}

.el_lottieArea#lottie9 {
  background-image: url(../images/animation/ani_9.png);
}

.el_lottieArea#lottie10 {
  background-image: url(../images/animation/ani_10.png);
}

.el_lottieArea#lottie11 {
  background-image: url(../images/animation/ani_11.png);
}

nav .el_lottieArea#lottie1 {
  width: 63px;
  flex-basis: 83px;
  --steps: 29;
}
nav .el_lottieArea#lottie2 {
  width: 91px;
  flex-basis: 76px;
  --steps: 38;
}
nav .el_lottieArea#lottie2 ~ :where(button, a) {
  --deg: -358deg;
}
nav .el_lottieArea#lottie3 {
  width: 52px;
  flex-basis: 75px;
  --steps: 66;
}
nav .el_lottieArea#lottie4 {
  width: 92px;
  flex-basis: 71px;
  --steps: 58;
}
nav .el_lottieArea#lottie4 ~ :where(button, a) {
  --deg: -353deg;
}
nav .el_lottieArea#lottie5 {
  width: 93px;
  flex-basis: 72px;
  --steps: 84;
}
nav .el_lottieArea#lottie5 ~ :where(button, a) {
  --deg: 0deg;
}
nav .el_lottieArea#lottie6 {
  width: 112px;
  flex-basis: 74px;
  --steps: 44;
}
nav .el_lottieArea#lottie7 {
  width: 101px;
  flex-basis: 59px;
  --steps: 70;
}
nav .el_lottieArea#lottie7 ~ :where(button, a) {
  --deg: -358deg;
}
nav .el_lottieArea#lottie8 {
  width: 97px;
  flex-basis: 97px;
  --steps: 84;
}
nav .el_lottieArea#lottie8 ~ :where(button, a) {
  --deg: -358deg;
}
nav .el_lottieArea#lottie9 {
  width: 95px;
  flex-basis: 107px;
  --steps: 30;
}
nav .el_lottieArea#lottie9 ~ :where(button, a) {
  --deg: 0deg;
}
nav .el_lottieArea#lottie10 {
  width: 145px;
  flex-basis: 69px;
  --steps: 72;
}
nav .el_lottieArea#lottie10 ~ :where(button, a) {
  --deg: -358deg;
}
nav .el_lottieArea#lottie11 {
  width: 158px;
  flex-basis: 75px;
  --steps: 59;
}
nav .el_lottieArea#lottie11 ~ :where(button, a) {
  --deg: 0deg;
}
nav :where(button, a) {
  font-size: 2.2rem;
  height: 39px;
  line-height: 39px;
  border-radius: 39px;
  background-color: #fff;
  color: #686868;
  padding-inline: 22px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  transition: 0.3s, color 0.3s 0.15s;
}

.el_btn__34 {
  --alpha: 40%;
  position: absolute;
  right: 15px;
  top: 9px;
  padding-inline: 13px 9px;
  color: #fff;
  background-color: rgb(15 156 211/var(--alpha));
  border-radius: 7px;
  height: 33px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.el_btn__34::after {
  content: "";
  margin-left: 7px;
  width: 20px;
  height: 11px;
  flex-shrink: 0;
  background: url("../images/icon_arrow.svg") no-repeat center/100% 11px;
}
.el_btn__34:focus-visible, .el_btn__34:hover {
  --alpha: 100%;
}
.el_btn__34:focus-visible:after, .el_btn__34:hover:after {
  animation: arrow 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite forwards;
}

@keyframes arrow {
  from {
    background-position-x: -20px;
    opacity: 0;
  }
  to {
    background-position-x: 0;
    opacity: 1;
  }
}
@keyframes aniImg_R {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: right 0px;
  }
}
