.firstbg__arrbox {
  width: 12%;
  padding-bottom: 12%;
  position: absolute;
  background: rgba(135, 210, 209, 0.8);
  top: 60%;
  left: 87%;
  z-index: 5;
  background-size: 100% 100%;
  opacity: 0;
}
.firstbg__arrbox-box {
  position: absolute;
  width: 100%;
  height: 25%;
  color: #000;
  font-size: 1.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.firstbg__arrbox-box .firstbg__arrbox-box--pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #27a47e;
  color: #fff;
  opacity: 0;
}
.firstbg__arrbox-box .firstbg__arrbox-box--pop span {
  text-align: center;
  width: 50%;
  font-size: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.firstbg__arrbox-box .firstbg__arrbox-box--pop span:hover {
  background: #0f6148;
  width: 50%;
  height: 100%;
}
.firstbg__arrbox-box:hover {
  background: #27a47e;
  color: #fff;
}
.firstbg__arrbox-box:hover img {
  display: block;
}
.firstbg__arrbox-box img {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5%;
  display: none;
}
.firstbg__arrbox-box:nth-child(2) {
  top: 25%;
}
.firstbg__arrbox-box:nth-child(3) {
  top: 50%;
}
.firstbg__arrbox-box:nth-child(3):hover .firstbg__arrbox-box--pop {
  opacity: 1;
}
.firstbg__arrbox-box:nth-child(4) {
  top: 75%;
}
.firstbg__arrbox-box:nth-child(4):hover .firstbg__arrbox-box--pop {
  opacity: 1;
}

.mainarea .firstbg__arrowl {
  width: 3%;
  left: 45%;
}

.mainarea .firstbg__backtostart {
  width: 3%;
}
.mainarea .firstbg__backtostart p {
  font-size: 1vw;
}

.mainarea .firstbg__arrowr {
  width: 3%;
  left: 55%;
}

.choose__color {
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  width: 25%;
}
.choose__color-item {
  width: 45%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(https://storage-asset.msi.com/event/2024/NB/clawmex/images/btnsiob.png);
  background-size: 100% 100%;
  padding: 0.5vw 0;
  -webkit-filter: hue-rotate(15deg) brightness(0.8);
          filter: hue-rotate(15deg) brightness(0.8);
  color: #fff;
  font-size: 1vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.choose__color-item.active {
  -webkit-filter: hue-rotate(0deg) brightness(1);
          filter: hue-rotate(0deg) brightness(1);
}
.choose__color-item:hover {
  -webkit-filter: hue-rotate(0deg) brightness(1);
          filter: hue-rotate(0deg) brightness(1);
}

.firstbg__clickbox {
  position: absolute;
  width: 60%;
  top: 75%;
  left: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.firstbg__clickbox:hover .firstbg__arrbox {
  opacity: 1;
}
.firstbg__clickbox-item {
  position: relative;
  width: 24%;
}
.firstbg__clickbox-item.active .firstbg__clickbox-item--notive {
  opacity: 0;
}
.firstbg__clickbox-item span {
  z-index: 3;
}
.firstbg__clickbox-item--active {
  position: relative;
}
.firstbg__clickbox-item--notive {
  position: absolute;
  top: 0;
  left: 0;
}
.firstbg__clickbox-item span {
  position: absolute;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 0.2vw #000;
  font-size: 1vw;
  word-spacing: 0.1vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 39%;
  left: 50%;
  width: 100%;
  text-align: center;
}
.firstbg__clickbox-item img {
  width: 100%;
}

.firstbg__mainio {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.firstbg__mainiof {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.mainarea .firstbg__mainm {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-animation: moveduck 5s infinite;
  animation: moveduck 5s infinite;
  pointer-events: none;
  opacity: 0;
}

.thetextbox__now {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  pointer-events: none;
}

.thetextbox__now-2 .thetextbox-4 {
  top: 12%;
  left: 48%;
}
.thetextbox__now-2 .thetextbox-5 {
  top: 21%;
  left: 48.5%;
}
.thetextbox__now-2 .thetextbox-6 {
  top: 15%;
  left: 75%;
}
.thetextbox__now-2 .thetextbox-7 {
  top: 24%;
}
.thetextbox__now-2 .thetextboxf-7 {
  top: 17%;
}

.thetextbox__now-3 .thetextboxf-1 {
  top: 8%;
}

.thetextboxf-7-1 {
  display: none !important;
}

.thetextbox__now-2 .thetextbox__cc-item--2 {
  display: block;
}
.thetextbox__now-2 .thetextbox__cc-item {
  display: none;
}
.thetextbox__now-2 .thetextbox__cc-item--3 {
  display: none;
}
.thetextbox__now-2 .thetextbox__cc-itemnormal {
  display: none;
}

.thetextbox__now-3 .thetextboxf-7-1 {
  display: block !important;
  top: 9% !important;
  left: 72% !important;
}
.thetextbox__now-3 .thetextboxf-7 {
  top: 18% !important;
  left: 74% !important;
}
.thetextbox__now-3 .thetextboxf-8 {
  top: 31% !important;
}
.thetextbox__now-3 .thetextbox__cc-item {
  display: block;
}
.thetextbox__now-3 .thetextbox__cc-item--3 {
  display: none;
}

.thetextbox__cc-item {
  display: none;
}

.thetextbox__cc-item--3 {
  display: block;
}

.thetextbox__cc-item--2 {
  display: none;
}/*# sourceMappingURL=index.css.map */