body #header .logo {
  opacity: 0;
  display: block;
  transition: all 0.5s;
  pointer-events: none;
}
body #header .w_logo {
  opacity: 0;
  display: block;
  transition: all 0.5s;
  pointer-events: none;
}
body #header.visible .logo {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  body #header .inner {
    width: 100%;
  }
  body #header.header .logo {
    opacity: 1;
    pointer-events: all;
  }
  body #header.header .w_logo {
    opacity: 0;
    pointer-events: none;
  }
  body.wide #header.visible .logo {
    opacity: 0;
  }
  body.wide #header.visible .w_logo {
    opacity: 1;
    pointer-events: all;
  }
}

#mv {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 50px 0;
}
#mv img {
  position: relative;
  z-index: 2;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #mv {
    padding: 8vw 0 8vw;
  }
  #mv img {
    width: 80%;
    max-width: 420px;
  }
}

#animated-background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ffffff;
  color: #e2bbea;
  color: #f3e1f7;
}
#animated-background > div {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0));
}

.more_link {
  width: 100%;
  text-align: right;
  margin-bottom: 3em;
}
.more_link a {
  display: inline-block;
  background-color: #cca9d3;
  color: #fff;
  padding: 4px 1em;
  border-radius: 100vw;
  transform: translateX(-40%);
}
.more_link a:after {
  display: inline-block;
  content: "";
  top: 0px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .more_link {
    margin-bottom: 3em;
  }
  .more_link a {
    transition: all 0.3s;
    transform: translateX(-80%);
  }
  .more_link a:hover {
    background-color: #b671c4;
  }
}

#backmov {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  color: #e2bbea;
  color: #f3e1f7;
}

#home21 #header {
  background-color: transparent;
  transition: all 0.5s;
}
#home21 #header .menu {
  background-color: transparent;
}
#home21 #header .menu ul li a {
  color: #fff;
  transition: all 0.5s;
}
#home21 #header .menu ul li a:hover {
  color: #c27ebe;
}
#home21 #header.visible {
  background-color: rgba(255, 255, 255, 0.8);
}
#home21 #header.visible .menu {
  background-color: transparent;
}
#home21 #header.visible .menu ul li a {
  color: #727171;
}
#home21 #header.visible .menu ul li a:hover {
  color: #c27ebe;
}

#home22 #mv2 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  box-sizing: content-box;
}
#home22 #mv2 img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#home22 #mv2 h1 {
  position: relative;
  z-index: 2;
  box-sizing: content-box;
  padding: 80px 0 0px;
}
@media screen and (min-width: 768px) {
  #home22 #mv2 img {
    width: 80%;
    max-width: 420px;
  }
  #home22 #mv2 h1 {
    padding: 8vw 0 8vw;
  }
}
#home22 .content {
  position: relative;
  z-index: 2;
  padding: 10px 0 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  #home22 .content {
    padding: 10px 0;
  }
}
#home22 #backmov2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  background-image: linear-gradient(180deg, rgb(10, 22, 57) 6%, rgb(55, 43, 127) 35%, rgb(104, 55, 148) 82%, rgba(255, 255, 255, 0));
  color: #e2bbea;
  color: #f3e1f7;
}
#home22 #mv2 {
  position: relative;
  width: auto;
  height: auto;
}
#home22 #backmov2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86%;
  overflow: hidden;
}
#home22 #backmov2 canvas.particles-js-canvas-el {
  display: block;
}

#home31 #header {
  background-color: transparent;
  transition: all 0.5s;
}
#home31 #header .menu {
  background-color: transparent;
}
#home31 #header .menu ul li a {
  color: #fff;
  transition: all 0.5s;
}
#home31 #header .menu ul li a:hover {
  color: #c27ebe;
}
#home31 #header.visible {
  background-color: rgba(255, 255, 255, 0.8);
}
#home31 #header.visible .menu {
  background-color: transparent;
}
#home31 #header.visible .menu ul li a {
  color: #727171;
}
#home31 #header.visible .menu ul li a:hover {
  color: #c27ebe;
}

#home32 #mv3 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  box-sizing: content-box;
}
#home32 #mv3 img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#home32 #mv3 h1 {
  position: relative;
  z-index: 2;
  box-sizing: content-box;
  padding: 80px 0 0px;
}
@media screen and (min-width: 768px) {
  #home32 #mv3 img {
    width: 80%;
    max-width: 420px;
  }
  #home32 #mv3 h1 {
    padding: 8vw 0 8vw;
  }
}
#home32 .content {
  position: relative;
  z-index: 2;
  padding: 10px 0 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  #home32 .content {
    padding: 10px 0;
  }
}
#home32 #backmov2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  background-image: linear-gradient(180deg, rgb(10, 22, 57) 2%, rgba(55, 43, 127, 0.7) 24%, rgba(104, 55, 148, 0.6) 40%, rgba(255, 255, 255, 0));
  color: #e2bbea;
  color: #f3e1f7;
}
#home32 #mv3 {
  position: relative;
  width: auto;
  height: auto;
}
#home32 #backmov2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
  overflow: hidden;
}
#home32 #backmov2 canvas.particles-js-canvas-el {
  display: block;
}/*# sourceMappingURL=home.css.map */