@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.monserrat {
  font-family: "Montserrat", sans-serif;
}

.fadein00 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein01 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein02 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein03 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein04 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.bg__repeatWrapper {
  position: fixed;
  top: 0;
  right: 0;
}
.bg__repeatInner {
  position: relative;
}
.bg__repeatBlc {
  width: 100vw;
}

.bgw1 {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.bgw1 .maskbg1 {
  -webkit-mask-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg1_mask.png");
  mask-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg1_mask.png");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center top;
          mask-position: center top;
}
@media screen and (max-width: 768px) {
  .bgw1 .maskbg1 {
    -webkit-mask-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg1_mask.png");
    mask-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg1_mask.png");
    -webkit-mask-position: center top -24vw;
            mask-position: center top -24vw;
    -webkit-mask-size: 200% auto;
            mask-size: 200% auto;
  }
}
.bgw1 img {
  height: auto;
  width: 2290px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .bgw1 img {
    width: 205%;
  }
}

.bgw2 {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.bgw2 .maskbg2 {
  -webkit-mask-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg2_mask.png");
  mask-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg2_mask.png");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center top;
          mask-position: center top;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .bgw2 .maskbg2 {
    -webkit-mask-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg2_mask.png");
    mask-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg2_mask.png");
    -webkit-mask-position: center top -24vw;
            mask-position: center top -24vw;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}
.bgw2 img {
  height: auto;
  width: 2100px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .bgw2 img {
    width: 205%;
  }
}

.bgImg01 .imgFirst {
  animation: loop 600s -300s linear infinite;
}

.bgImg01 img:last-child {
  animation: loop2 600s linear infinite;
}

.bgw1 .imgFirst {
  animation: loop 600s -300s linear infinite;
}

.bgw1 img:last-child {
  animation: loop2 600s linear infinite;
}

.bgw2 .imgFirst {
  animation: loop 300s -150s linear infinite;
}

.bgw2 img:last-child {
  animation: loop2 300s linear infinite;
}

.bgw2 .imgFirst {
  animation: loop 300s -150s linear infinite;
}

.bgw2 img:last-child {
  animation: loop2 300s linear infinite;
}

@media screen and (max-width: 768px) {
  .bgImg01 .imgFirst {
    animation: loop 1400s -700s linear infinite;
  }
  .bgImg01 img:last-child {
    animation: loop2 1400s linear infinite;
  }
  .bgw2 img:first-child {
    animation: loop 700s -350s linear infinite;
  }
  .bgw2 img:last-child {
    animation: loop2 700s linear infinite;
  }
}
@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}