@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: rgba(233, 230, 218, 0.3);
}

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

#section01 {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 120px 0 30px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    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: 2vw;
    padding-right: 3vw;
    font-size: 2.7vw;
  }
}
#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: 24.5%;
  max-width: 101px;
  margin: 0 auto 80px;
}
@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: 253px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section01 .mv .mv_title {
    top: 29vw;
  }
}
#section01 .mv .mv_title img {
  width: 21px;
}
@media screen and (max-width:800px) {
  #section01 .mv .mv_title img {
    width: 4.4vw;
  }
}

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

.f14res {
  font-size: 14px;
}

.f20sp {
  font-size: 20px;
}
@media screen and (max-width:800px) {
  .f20sp {
    font-size: 4vw;
  }
}

#intro {
  margin-top: 136px;
}
@media screen and (max-width:800px) {
  #intro {
    margin-top: 15vw;
    padding-bottom: 15vw;
  }
}
#intro .section__in {
  max-width: 600px;
}
#intro .head_block {
  padding-bottom: 80px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:800px) {
  #intro .head_block {
    padding-bottom: 9vw;
  }
}
#intro .head_block .intro_top_text {
  text-align: center;
}
#intro .head_block .intro_mid_text {
  margin: 44px auto 0;
  max-width: 430px;
}
@media screen and (max-width:800px) {
  #intro .head_block .intro_mid_text {
    margin-top: 6.2vw;
    width: 91%;
  }
}
#intro .head_block .intro_bottom_text {
  text-align: center;
  margin-top: 24px;
  line-height: 2em;
}
@media screen and (max-width:800px) {
  #intro .head_block .intro_bottom_text {
    margin-top: 4vw;
  }
}
#intro .intro_block {
  margin-top: 60px;
  padding-bottom: 43px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:800px) {
  #intro .intro_block {
    padding-bottom: 5vw;
    margin-top: 8vw;
  }
}
#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: 3vw;
  }
}
#intro .intro_block dd p {
  margin: 0 auto;
  max-width: 550px;
  line-height: 2.2em;
}
#intro .intro_block dd .map {
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #intro .intro_block dd .map {
    margin-top: 1vw;
  }
}
#intro .intro_block.intro_block--bottom {
  margin-top: 134px;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width:800px) {
  #intro .intro_block.intro_block--bottom {
    margin-top: 18vw;
  }
}
#intro .intro_block.intro_block--bottom dd {
  margin: 20px calc(50% - 50vw) 0;
}
#intro .intro_block.intro_block--bottom dd .map {
  margin: 88px auto 0;
  display: block;
  max-width: 700px;
}
@media screen and (max-width:800px) {
  #intro .intro_block.intro_block--bottom dd .map {
    margin-top: 12vw;
    width: 89%;
  }
}
#intro .access_list_wrap {
  margin: 20px calc(50% - 50vw) 0;
}
#intro .access_list_wrap .access_list {
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  width: 85%;
}
@media screen and (max-width:800px) {
  #intro .access_list_wrap .access_list {
    display: block;
    margin-top: 8vw;
  }
}
#intro .access_list_wrap .access_list li {
  width: 32%;
}
@media screen and (max-width:800px) {
  #intro .access_list_wrap .access_list li {
    width: 100%;
    margin-top: 10vw;
  }
  #intro .access_list_wrap .access_list li:first-child {
    margin-top: 0;
  }
  #intro .access_list_wrap .access_list li:first-child ß .item_text_img img {
    height: auto;
    width: 59%;
    margin: 0 auto;
    display: block;
  }
  #intro .access_list_wrap .access_list li:nth-child(2) .item_text_img img {
    height: auto;
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  #intro .access_list_wrap .access_list li:nth-child(3) .item_text_img img {
    height: auto;
    width: 75%;
    margin: 0 auto;
    display: block;
  }
}
#intro .access_list_wrap .access_list .item_img figcaption {
  text-align: right;
  margin-top: 10px;
}
#intro .access_list_wrap .access_list .item_text {
  text-align: center;
  margin-top: 20px;
}
#intro .access_list_wrap .access_list .item_text_img {
  margin-top: 22px;
}
@media screen and (max-width:800px) {
  #intro .access_list_wrap .access_list .item_text_img {
    margin-top: 1vw;
  }
}
#intro .access_list_wrap .access_list .item_text_img img {
  height: 64px;
}
#intro .access_list_wrap .access_list .item_text_attention {
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width:800px) {
  #intro .access_list_wrap .access_list .item_text_attention {
    margin-top: 3vw;
  }
}

#section02 {
  margin-top: 230px;
}
@media screen and (max-width:800px) {
  #section02 {
    margin-top: 0;
    padding-top: 10vw;
    background-color: #fff;
  }
}
#section02 .section__in {
  max-width: 840px;
}
#section02 .sec_title {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width:800px) {
  #section02 .sec_title {
    line-height: 2em;
    margin-bottom: 2vw;
  }
}
#section02 .block {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 162px 0 152px;
}
@media screen and (max-width:800px) {
  #section02 .block {
    padding: 0;
  }
}
#section02 .block .title_wrap {
  text-align: center;
}
#section02 .block .title_wrap .title {
  margin: 0 auto;
  max-width: 42px;
  line-height: 1em;
  width: 11vw;
}
#section02 .block .title_wrap .title-sub {
  margin-top: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 .block .title_wrap .title-sub {
    margin-top: 5vw;
    line-height: 2em;
  }
}
#section02 .block .car_list {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
@media screen and (max-width:800px) {
  #section02 .block .car_list {
    margin-top: 1vw;
    display: block;
  }
}
#section02 .block .car_list li {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #000;
}
@media screen and (max-width:800px) {
  #section02 .block .car_list li {
    width: 100%;
    border: none;
    border-top: 1px solid #000;
    padding: 0;
  }
}
#section02 .block .car_list li:last-child {
  border-right: 1px solid #000;
}
@media screen and (max-width:800px) {
  #section02 .block .car_list li:last-child {
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#section02 .block .car_list li img {
  width: 125px;
}
@media screen and (max-width:800px) {
  #section02 .block .car_list li img {
    width: 100%;
  }
}
#section02 .block .content_wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 66px 42px;
}
@media screen and (max-width:800px) {
  #section02 .block .content_wrap {
    padding: 0;
    padding-top: 4vw;
  }
}
#section02 .block.block01 {
  background: url(../images/limited/access/car_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width:800px) {
  #section02 .block.block01 {
    background: none;
  }
}
#section02 .block.block02 {
  background: url(../images/limited/access/bus_bg.jpg) no-repeat center/cover;
  padding: 92px 0 62px;
}
@media screen and (max-width:800px) {
  #section02 .block.block02 {
    background: none;
    padding: 0;
    margin-top: 14vw;
    padding-bottom: 10vw;
  }
}
#section02 .block.block02 .content_wrap {
  padding: 35px 66px 32px;
}
@media screen and (max-width:800px) {
  #section02 .block.block02 .content_wrap {
    padding: 0;
    margin-top: 5vw;
  }
}
#section02 .block.block02 .block_text {
  margin-top: 11px;
  line-height: 2em;
}
#section02 .block.block02 .text_mid {
  margin: 23px auto 0;
  padding: 3px 0 16px;
  max-width: 420px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width:800px) {
  #section02 .block.block02 .text_mid {
    margin-top: 1vw;
    padding: 0;
    max-width: 100%;
    width: 100%;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#section02 .block.block02 .text_mid img {
  display: block;
  margin: 0 auto;
  max-width: 282px;
}
@media screen and (max-width:800px) {
  #section02 .block.block02 .text_mid img {
    max-width: 100%;
  }
}
#section02 .block.block02 .map {
  margin: 25px auto 0;
  max-width: 584px;
}
#section02 .block .block_attention {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02 .block .block_attention {
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
    padding-top: 2vw;
    padding-right: 2vw;
    color: #000;
  }
}

.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_access.css.map */