@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  background-color: rgba(233, 230, 218, 0.3);
}

.section__in {
  width: 87%;
  max-width: 850px;
  margin: 0 auto;
}

#headSP {
  width: 100%;
  height: 72px;
}
@media screen and (max-width:800px) {
  #headSP {
    height: 72px;
    background-color: #000;
    position: relative;
    z-index: 20;
  }
}

#section01 {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 120px 0 30px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    background: url(../images/limited/limi_plan_back_sp.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 22vw 0 0 0;
  }
}
#section01 .minisub {
  position: absolute;
  z-index: 10;
  color: #000;
  bottom: 8px;
  right: 14px;
}
@media screen and (max-width:800px) {
  #section01 .minisub {
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
    padding-top: 3vw;
    padding-right: 3vw;
  }
}
#section01 .text {
  width: 25%;
  position: absolute;
  z-index: 10;
  top: 18.4%;
  right: 14.6%;
}
@media screen and (max-width:800px) {
  #section01 .text {
    top: 2.5%;
    width: 70%;
    right: 5%;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 90%;
  }
}
#section01 h1 {
  width: 37.5%;
  max-width: 132px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    margin: 0 auto 3vw;
  }
}
#section01 .mv {
  position: relative;
  top: 0;
  left: 0;
}
#section01 .mv .mv_title {
  position: absolute;
  top: 203px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section01 .mv .mv_title {
    top: 26vw;
  }
}
#section01 .mv .mv_title img {
  width: 21px;
}
@media screen and (max-width:800px) {
  #section01 .mv .mv_title img {
    width: 4.4%;
  }
}

.bottom_attention {
  padding-bottom: 30px;
  max-width: 900px;
}
@media screen and (max-width:800px) {
  .bottom_attention {
    padding-bottom: 5vw;
  }
}

#intro {
  margin-top: 160px;
}
@media screen and (max-width:800px) {
  #intro {
    margin-top: 25vw;
  }
}
#intro .section__in {
  max-width: 800px;
}
#intro .intro_img .intro_caption {
  text-align: right;
  margin-top: 4px;
}
#intro .intro_block {
  margin-top: 120px;
}
@media screen and (max-width:800px) {
  #intro .intro_block {
    margin-top: 9vw;
  }
}
#intro .intro_block dt {
  text-align: center;
  letter-spacing: 0.15em;
}
#intro .intro_block dd {
  margin-top: 26px;
}
@media screen and (max-width:800px) {
  #intro .intro_block dd {
    margin-top: 5vw;
  }
}
#intro .intro_block dd p {
  margin: 0 auto;
  max-width: 550px;
  line-height: 2.2em;
}
#intro .intro_block dd .map {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #intro .intro_block dd .map {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    margin-top: 3vw;
  }
}

#section02 {
  margin-top: 150px;
}
@media screen and (max-width:800px) {
  #section02 {
    margin-top: 14vw;
  }
}
#section02 .section__in {
  max-width: 800px;
}
#section02 .mv {
  position: relative;
  top: 0;
  left: 0;
}
#section02 .mv .mv_title {
  position: absolute;
  top: 136px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .mv .mv_title {
    top: 6vw;
  }
}
#section02 .mv .mv_title img {
  max-width: 350px;
}
@media screen and (max-width:800px) {
  #section02 .mv .mv_title img {
    width: 59%;
  }
}
#section02 .minisub {
  text-align: right;
  padding-right: 11px;
  padding-top: 11px;
}
#section02 .block .title_wrap {
  text-align: center;
}
#section02 .block .title_wrap .title {
  margin: 0 auto;
  max-width: 102px;
  line-height: 1em;
}
#section02 .block .title_wrap .title-sub {
  margin-top: 52px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 .block .title_wrap .title-sub {
    margin-top: 7vw;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
}
#section02 .block .img_wrap {
  margin-top: 35px;
}
@media screen and (max-width:800px) {
  #section02 .block .img_wrap {
    margin-top: 4vw;
  }
}
#section02 .block .img_wrap figcaption {
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width:800px) {
  #section02 .block .img_wrap figcaption {
    margin-top: 1vw;
  }
}
#section02 .block .img_list {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:800px) {
  #section02 .block .img_list {
    margin-top: 4vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3%;
    row-gap: 6vw;
  }
}
#section02 .block .img_list .img_item {
  width: 29%;
  margin-right: 6.5%;
  margin-top: 18px;
}
@media screen and (max-width:800px) {
  #section02 .block .img_list .img_item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}
#section02 .block .img_list .img_item:nth-child(3n), #section02 .block .img_list .img_item:last-child {
  margin-right: 0;
}
#section02 .block .img_list .img_item:first-child, #section02 .block .img_list .img_item:nth-child(2), #section02 .block .img_list .img_item:nth-child(3) {
  margin-top: 0;
}
#section02 .block .text_list {
  width: 100%;
  margin-top: 14px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 12px 0;
}
@media screen and (max-width:800px) {
  #section02 .block .text_list {
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #000;
    border-bottom: none;
    display: grid;
  }
  #section02 .block .text_list li {
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#section02 .block.block01 {
  margin-top: 200px;
}
@media screen and (max-width:800px) {
  #section02 .block.block01 {
    margin-top: 22vw;
  }
}
#section02 .block.block02 {
  margin-top: 190px;
  background-color: #cfd0d0;
  padding: 154px 0;
}
@media screen and (max-width:800px) {
  #section02 .block.block02 {
    margin-top: 17vw;
    padding: 12vw 0;
  }
}
#section02 .block.block02 .section__in {
  max-width: 900px;
}
#section02 .block.block02 .img_list {
  margin-top: 37px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  column-gap: 13px;
}
@media screen and (max-width:800px) {
  #section02 .block.block02 .img_list {
    margin-top: 6vw;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2vw;
    column-gap: 13px;
  }
}
#section02 .block.block02 .img_list .img_item {
  width: 100%;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}
#section02 .block.block02 .img_list .img_item figcaption {
  margin-top: 18px;
}
@media screen and (max-width:800px) {
  #section02 .block.block02 .img_list .img_item figcaption {
    margin-top: 2vw;
  }
}
#section02 .block.block03 {
  margin-top: 140px;
}
@media screen and (max-width:800px) {
  #section02 .block.block03 {
    margin-top: 13vw;
  }
  #section02 .block.block03 .text_list {
    width: 100%;
    display: block;
    margin-top: 5vw;
  }
  #section02 .block.block03 .text_list li {
    width: 100%;
    padding: 2vw 0;
  }
}
#section02 .block.block04 {
  margin-top: 130px;
}
@media screen and (max-width:800px) {
  #section02 .block.block04 {
    margin-top: 22vw;
  }
}
#section02 .block.block05 {
  margin-top: 130px;
}
@media screen and (max-width:800px) {
  #section02 .block.block05 {
    margin-top: 20vw;
  }
  #section02 .block.block05 .text_list {
    width: 100%;
    display: block;
    margin-top: 5vw;
  }
  #section02 .block.block05 .text_list li {
    width: 100%;
    padding: 2vw 0;
  }
}

#section03 {
  margin-top: 170px;
  padding: 110px 0 470px;
  background: url(../images/limited/location/sec03_bg.jpg) no-repeat center/cover;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section03 {
    margin-top: 12vw;
    padding: 16vw 0 70vw;
    background: url(../images/limited/location/sec03_bg_sp.jpg) no-repeat center/cover;
  }
}
#section03 h2 {
  max-width: 45px;
  margin: 0 auto;
  width: 8%;
}
#section03 .block {
  margin: 70px auto 0;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.8);
  padding: 72px 46px 20px;
}
@media screen and (max-width:800px) {
  #section03 .block {
    margin-top: 10vw;
    padding: 8vw 6vw 7vw;
  }
}
#section03 .map_box {
  display: flex;
  margin-top: 21px;
  justify-content: space-between;
}
#section03 .map_box dt {
  width: 57%;
  line-height: 2em;
}
#section03 .map_box dd {
  width: 47%;
  margin-right: -31px;
  margin-top: -20px;
  mix-blend-mode: darken;
}
@media screen and (max-width:800px) {
  #section03 .map_box dd {
    margin-right: -4%;
    margin-top: 0;
  }
}
#section03 .img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#section03 .img_list li {
  width: 24%;
  text-align: center;
}
#section03 .img_list li p {
  margin-top: 8px;
}
#section03 .map {
  margin-top: 7px;
}
#section03 .map .caption {
  text-align: center;
  margin-top: 20px;
  display: block;
}
#section03 .map .caption .font-red {
  color: #c60025;
}
#section03 .map .attenntion {
  text-align: right;
  margin-top: 16px;
}

.font_attention {
  background-color: #eee;
  text-align: right;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 30px;
}

.subtitle3 {
  text-align: center;
  padding: 0.5em 0;
  color: #000;
  border-top: 1px solid #999;
}

.formarea {
  width: 100%;
  background-color: #000;
  padding: 5px;
  margin: 0 auto 0px auto;
}
@media screen and (max-width:800px) {
  .formarea {
    width: 100%;
  }
}

form {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#pw_box {
  width: 285px;
  border: 0;
  margin: 0px auto;
  padding: 10px 10px 11px 10px;
  line-height: 100%;
  font-size: 16px;
  letter-spacing: 0px;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #pw_box {
    width: calc(100% - 36vw);
    padding: 5px 10px 5px 10px;
  }
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  background-color: #fff;
  padding-bottom: 8px;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  height: 44px;
}
@media screen and (max-width:800px) {
  input[type=text] {
    height: 36px;
  }
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.hhspece {
  width: 100%;
  height: 40px;
}

.bbspan {
  display: inline-block;
  position: relative;
}
.bbspan::after {
  content: "";
  background: url(../images/limited/icon_yaji.svg) no-repeat center;
  background-size: contain;
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -50%);
  pointer-events: none;
}

.login_botan {
  padding: 10px 0;
  letter-spacing: 0.1em;
  margin: 0px auto 0 auto;
  position: relative;
  background-color: #000;
  border: 0px solid #fff;
  width: 228px;
  height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width:800px) {
  .login_botan {
    padding: 5px 0;
    font-size: 2.4vw;
    width: 36vw;
    height: 36px;
  }
}
.login_botan:hover {
  cursor: pointer;
  opacity: 0.7;
}

/******************************************************************/
.photobox_animes {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.photobox_animes .imgbox {
  width: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  transition: all 3s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.photobox_animes .imgbox .movie_contena {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.photobox_animes .imgbox .movie_contena #movie001 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photobox_animes .imgbox .base {
  position: relative;
  z-index: 5;
}
.photobox_animes .imgbox .base .lastcolor {
  filter: grayscale(100%);
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 0.75s;
}
.photobox_animes .imgbox .base .lastcolor.active {
  filter: grayscale(0%);
}
.photobox_animes .imgbox .base_off {
  position: relative;
  z-index: 5;
  opacity: 0;
}
.photobox_animes .imgbox .base_on {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.photobox_animes .imgbox .base_sky01 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0;
  z-index: 4;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky01.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.35);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes .imgbox .base_sky02 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0%;
  z-index: 3;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky02.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.25);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes.active .imgbox {
  transform: scale(1);
}
.photobox_animes.active .mask01 {
  height: 0;
}
.photobox_animes.active .mask02 {
  width: 0;
}
.photobox_animes.active .mask03 {
  height: 0;
}
.photobox_animes.active .mask04 {
  width: 0;
}
.photobox_animes .mask01 {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask01 {
    height: 25%;
  }
}
.photobox_animes .mask02 {
  position: absolute;
  top: 0;
  right: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask02 {
    width: 15%;
  }
}
.photobox_animes .mask03 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask03 {
    height: 25%;
  }
}
.photobox_animes .mask04 {
  position: absolute;
  top: 0;
  left: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask04 {
    width: 15%;
  }
}

/**********************************************************************/
.photobox_animes01 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes01 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes01 {
    margin-bottom: 16%;
  }
}

.photobox_animes02 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes02 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes02 {
    margin-bottom: 16%;
  }
}

.photobox_animes03 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes03 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes03 {
    margin-bottom: 16%;
  }
}

.comingbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox01 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox01 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox01 .text {
  width: 100%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
.comingbox01 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox01 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox01 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox01 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox01 .text .botanleft {
  text-align: left;
}
.comingbox01 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox01 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}

.comingbox02 {
  width: 100%;
  text-align: right;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox02 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox02 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox02 .text {
  display: inline-block;
  font-weight: 300;
  position: relative;
  z-index: 15;
  text-align: left;
}
.comingbox02 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox02 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox02 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox02 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox02 .text .botanleft {
  text-align: left;
}
.comingbox02 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox02 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}

/*********************************************************/
.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
  display: inline-block;
  transform: translate(-15px, 0px) scale(1.5);
  filter: blur(6px);
}

.movetext span.active {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.movetext2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.8);
}

.movetext2.active {
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2 span {
  opacity: 0;
  display: inline-block;
  transform: translate(0px, -15px) scale(1.5);
  filter: blur(6px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active span {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}/*# sourceMappingURL=limited_location.css.map */