html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

#lp {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

#lp .lpHeader {
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 102;
}

@media only screen and (max-width: 767px) {
  #lp .lpHeader {
    display: none;
  }
}

#lp .lpHeader .headerLogo img {
  max-width: 30vw;
}

#lp .lpFooter {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  #lp .lpFooter {
    display: none;
  }
}

#lp .firstView {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  z-index: 10000;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  will-change: opacity;
}

@media only screen and (max-width: 767px) {
  #lp .firstView {
    position: absolute;
  }
}

#lp .firstView.-none {
  display: none;
}

#lp .firstView__logo {
  position: absolute;
  top: calc(50% + 30px);
  left: 25px;
  right: 25px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  will-change: opacity;
  text-align: center;
}

#lp .firstView__logo img {
  width: 100%;
  max-width: 865px;
  opacity: 0;
}

#lp .firstView.-show .firstView__logo {
  top: calc(50%);
  opacity: 1;
}

#lp .firstView.-show .firstView__logo img {
  opacity: 1;
}

#lp .firstView.-hide {
  opacity: 0;
}

#lp .afterFirstView {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  will-change: opacity;
}

@media (min-width: 768px) {
  #lp .afterFirstView {
    display: none;
  }
}

#lp .afterFirstView.-none {
  display: none;
}

#lp .afterFirstView__inner {
  position: absolute;
  top: calc(50% + 30px);
  left: 25px;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

#lp .afterFirstView__inner > div {
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: opacity, transform;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

#lp .afterFirstView__inner > div + div {
  margin-top: 20px;
}

#lp .afterFirstView__inner > div:nth-child(1) img {
  width: 86px;
}

#lp .afterFirstView__inner > div:nth-child(2) img {
  width: 216px;
}

#lp .afterFirstView__inner img {
  width: 100%;
}

#lp .afterFirstView.-show .afterFirstView__inner > div:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

#lp .afterFirstView.-show .afterFirstView__inner > div:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#lp .afterFirstView.-show.-hide {
  opacity: 0;
}

#lp .lpMap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 24%;
  max-width: 281px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  will-change: opacity;
}

@media only screen and (max-width: 767px) {
  #lp .lpMap {
    display: none;
  }
}

#lp .lpMap.-show {
  opacity: 1;
}

#lp .lpMap__image {
  position: relative;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  will-change: opacity;
}

#lp .lpMap__image:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

#lp .lpMap__image.-active {
  opacity: 1;
}

#lp .lpMenuBtn {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 104;
}

@media only screen and (max-width: 767px) {
  #lp .lpMenuBtn {
    position: absolute;
    top: 0;
  }
}

#lp .lpMenuBtn a {
  position: relative;
  width: 62px;
  height: 62px;
  margin: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: 32px 0 0 32px;
  background: #E8380D;
}

#lp .lpMenuBtn a span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  left: 24px;
  background: #fff;
  border-radius: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: 1;
}

#lp .lpMenuBtn a span:nth-child(1) {
  top: 21px;
  will-change: top, left, width;
}

#lp .lpMenuBtn a span:nth-child(2), #lp .lpMenuBtn a span:nth-child(3) {
  top: 30px;
  will-change: transform;
}

#lp .lpMenuBtn a span:nth-child(4) {
  top: 39px;
  will-change: top, left, width;
}

#lp .lpMenuBtn.-open a span:nth-child(1) {
  top: 21px;
  width: 0%;
  left: 35px;
}

#lp .lpMenuBtn.-open a span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#lp .lpMenuBtn.-open a span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#lp .lpMenuBtn.-open a span:nth-child(4) {
  top: 39px;
  width: 0%;
  left: 35px;
}

#lp .lpMenuBtn__pageClose {
  position: absolute;
  right: 15px;
  bottom: -35px;
  width: 24px;
  height: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  will-change: opacity;
  pointer-events: none;
}

#lp .lpMenuBtn__pageClose:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#lp .lpMenuBtn__pageClose:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  width: 22px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

body.is-pageOpen #lp .lpMenuBtn__pageClose {
  opacity: 1;
  pointer-events: auto;
}

body.is-pageOpen.is-menuOpen #lp .lpMenuBtn__pageClose {
  opacity: 0;
  pointer-events: none;
}

#lp .lpMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 103;
  display: none;
}

@media only screen and (max-width: 767px) {
  #lp .lpMenu {
    position: absolute;
  }
}

#lp .lpMenu.-show {
  display: block;
}

#lp .lpMenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E8380D;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: opacity, transform;
  z-index: -1;
}

#lp .lpMenu.-open:before {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

#lp .lpMenu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

#lp .lpMenu__inner {
  padding: 30px 0;
  text-align: center;
}

#lp .lpMenu__logo {
  margin: 0 0 40px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: opacity, transform;
}

#lp .lpMenu.-open .lpMenu__logo {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#lp .lpMenu__list li {
  position: relative;
  margin: 26px 0 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: opacity, transform;
}

#lp .lpMenu__list li:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 36px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#lp .lpMenu__list li:first-child {
  margin-top: 0;
}

#lp .lpMenu__list li:first-child:before {
  display: none;
}

#lp .lpMenu__list a {
  display: block;
  line-height: 1;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  will-change: opacity;
}

body.other #lp .lpMenu__list a:hover {
  opacity: .8;
}

#lp .lpMenu.-open .lpMenu__list li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#lp .lpMenu.-open .lpMenu__list li:nth-child(1) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#lp .lpMenu.-open .lpMenu__list li:nth-child(2) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#lp .lpMenu.-open .lpMenu__list li:nth-child(3) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

#lp .lpMenu.-open .lpMenu__list li:nth-child(4) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

#lp .lpMenu.-open .lpMenu__list li:nth-child(5) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#lp .lpMenu.-open .lpMenu__list li:nth-child(6) {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

#lp .lpMenu.-open .lpMenu__list li:nth-child(7) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

#lp .lpMenu.-open .lpMenu__list li:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

#lp .cardList {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

#lp .cardList__inner {
  position: relative;
  width: 2921px;
  height: 2100px;
}

@media only screen and (max-width: 767px) {
  #lp .cardList__inner {
    width: calc(2921px * 0.5);
    height: calc(2100px * 0.5);
  }
}

#lp .cardList__image, #lp .cardList__text {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  will-change: opacity;
  z-index: 10;
}

#lp .cardList__image.-show, #lp .cardList__text.-show {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #lp .cardList__image, #lp .cardList__text {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    will-change: opacity, transform;
  }
}

#lp .cardList__image img {
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  will-change: opacity;
}

#lp .cardList__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

#lp .cardList__image.-active img:nth-child(2) {
  opacity: 1;
}

#lp .cardList .cat1-1 {
  top: 4.1%;
  left: 42.1%;
}

#lp .cardList .cat1-2 {
  top: 21.2%;
  left: 19.2%;
}

#lp .cardList .cat1-3 {
  top: 16.5%;
  left: 64.1%;
}

#lp .cardList .cat1-4 {
  top: 25.7%;
  left: 86.8%;
}

#lp .cardList .cat1-5 {
  top: 33.5%;
  left: 60.4%;
}

#lp .cardList .cat1-6 {
  top: 42.6%;
  left: 47.3%;
}

#lp .cardList .cat1-7 {
  top: 79.1%;
  left: 11.2%;
}

#lp .cardList .cat2-1 {
  top: 9.1%;
  left: 64.1%;
}

#lp .cardList .cat2-2 {
  top: 51.3%;
  left: 34.0%;
}

#lp .cardList .cat2-3 {
  top: 68.9%;
  left: 5.1%;
}

#lp .cardList .cat2-4 {
  top: 42.8%;
  left: 26.4%;
}

#lp .cardList .cat3-1 {
  top: 21.9%;
  left: 37.2%;
}

#lp .cardList .cat3-2 {
  top: 34.1%;
  left: 70.1%;
}

#lp .cardList .cat3-3 {
  top: 77.6%;
  left: 21.8%;
}

#lp .cardList .cat3-4 {
  top: 83.9%;
  left: 81.4%;
}

#lp .cardList .cat3-5 {
  top: 28.8%;
  left: 45.7%;
}

#lp .cardList .cat4-1 {
  top: 11.5%;
  left: 17.6%;
}

#lp .cardList .cat4-2 {
  top: 14.6%;
  left: 43.6%;
}

#lp .cardList .cat4-3 {
  top: 35.8%;
  left: 79.9%;
}

#lp .cardList .cat4-4 {
  top: 44.5%;
  left: 3.1%;
}

#lp .cardList .cat4-5 {
  top: 60.1%;
  left: 1.3%;
}

#lp .cardList .cat4-6 {
  top: 60.6%;
  left: 45.7%;
}

#lp .cardList .cat4-7 {
  top: 65.8%;
  left: 86.4%;
}

#lp .cardList .cat4-8 {
  top: 49.2%;
  left: 91.0%;
}

#lp .cardList .cat4-9 {
  top: 71.5%;
  left: 61.2%;
}

#lp .cardList .cat5-1 {
  top: 50.3%;
  left: 25.6%;
}

#lp .cardList .cat5-2 {
  top: 79.2%;
  left: 1.3%;
}

#lp .cardList .cat5-3 {
  top: 79.7%;
  left: 30.8%;
}

#lp .cardList .cat5-4 {
  top: 86.4%;
  left: 60.2%;
}

#lp .cardList .cat5-5 {
  top: 71.2%;
  left: 32.9%;
}

#lp .cardList .cat6-1 {
  top: 8.4%;
  left: 73.4%;
}

#lp .cardList .cat6-2 {
  top: 48.2%;
  left: 59.2%;
}

#lp .cardList .cat6-3 {
  top: 66.4%;
  left: 78.8%;
}

#lp .cardList .cat6-4 {
  top: 85.5%;
  left: 68.6%;
}

#lp .cardList .cat6-5 {
  top: 50.3%;
  left: 69.6%;
}

#lp .cardList .cat7-1 {
  top: 7.2%;
  left: 2.3%;
}

#lp .cardList .cat7-2 {
  top: 6.8%;
  left: 27.2%;
}

#lp .cardList .cat7-3 {
  top: 13.5%;
  left: 53.6%;
}

#lp .cardList .cat7-4 {
  top: 13.3%;
  left: 83.4%;
}

#lp .cardList .cat7-5 {
  top: 28.8%;
  left: 2.2%;
}

#lp .cardList .cat7-6 {
  top: 1.4%;
  left: 84.7%;
}

#lp .cardList .cat7-7 {
  top: 25.4%;
  left: 62.0%;
}

#lp .cardList .cat7-8 {
  top: 27.1%;
  left: 79.1%;
}

#lp .cardList .cat7-9 {
  top: 40.7%;
  left: 11.2%;
}

#lp .cardList .cat7-10 {
  top: 91.0%;
  left: 26.4%;
}

#lp .cardList .cat7-11 {
  top: 89.0%;
  left: 11.2%;
}

#lp .cardList .cat7-12 {
  top: 56.6%;
  left: 79.8%;
}

#lp .cardList .cat7-13 {
  top: 71.8%;
  left: 51.0%;
}

#lp .cardList .cat7-14 {
  top: 75.3%;
  left: 77.7%;
}

#lp .cardList .cat7-15 {
  top: 80.7%;
  left: 40.3%;
}

#lp .cardList .text1st {
  top: 30.1%;
  left: 26.9%;
}

#lp .cardList .text2nd {
  top: 58.8%;
  left: 61.0%;
}

#lp .cardList .text3rd {
  top: 64.8%;
  left: 15.8%;
}

#lp .cardList .text1 {
  top: 22.2%;
  left: 4.2%;
}

#lp .cardList .text2 {
  top: 21.2%;
  left: 28.6%;
}

#lp .cardList .text3 {
  top: 23.4%;
  left: 53.3%;
}

#lp .cardList .text4 {
  top: 27.4%;
  left: 69.3%;
}

#lp .cardList .text5 {
  top: 33.4%;
  left: 16.5%;
}

#lp .cardList .text6 {
  top: 43.4%;
  left: 35.6%;
}

#lp .cardList .text7 {
  top: 41.5%;
  left: 58.2%;
}

#lp .cardList .text8 {
  top: 43.2%;
  left: 70.7%;
}

#lp .cardList .text9 {
  top: 53.4%;
  left: 4.1%;
}

#lp .cardList .text10 {
  top: 58.3%;
  left: 24.8%;
}

#lp .cardList .text11 {
  top: 53.1%;
  left: 47.1%;
}

#lp .cardList .text12 {
  top: 49.6%;
  left: 80.8%;
}

#lp .cardList .text13 {
  top: 72.4%;
  left: 41.7%;
}

@media only screen and (max-width: 767px) {
  #lp .cardList .cat1-4 {
    width: 240px;
  }
  #lp .cardList .cat4-3 {
    width: 360px;
  }
  #lp .cardList .cat4-7 {
    width: 231px;
  }
  #lp .cardList .cat4-8 {
    width: 195px;
  }
  #lp .cardList .cat7-4 {
    width: 339px;
  }
  #lp .cardList .cat7-6 {
    width: 388px;
  }
}

#lp .pages {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: none;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #lp .pages {
    position: absolute;
  }
}

#lp .pages.-show {
  display: block;
}

#lp .pages__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: opacity, transform;
}

#lp .pages__inner.-open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#lp .page {
  position: relative;
  background: #fff;
  display: none;
}

#lp .page.-active {
  display: block;
}

#lp .pageKvSection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #lp .pageKvSection__inner {
    display: block;
  }
}

#lp .pageKvSection__image {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #lp .pageKvSection__image {
    width: auto;
  }
  #lp .pageKvSection__image img {
    width: 100%;
    max-width: inherit;
  }
}

#lp .pageKvSection__text {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #lp .pageKvSection__text {
    width: auto;
  }
}

#lp .pageKvSection__animation {
  position: absolute;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  #lp .pageKvSection__animation {
    position: relative;
  }
}

#lp .pageKvSection__heading {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 1300px) {
  #lp .pageKvSection__heading {
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp .pageKvSection__heading {
    position: relative;
    font-size: 30px;
    text-align: center;
  }
}

#lp .pageKvSection__heading span {
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
}

@media only screen and (max-width: 1300px) {
  #lp .pageKvSection__heading span {
    font-size: 1.1vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp .pageKvSection__heading span {
    font-size: 14px;
  }
}

#lp .pageKvSection__heading2 {
  line-height: 1.6;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 1300px) {
  #lp .pageKvSection__heading2 {
    font-size: 3.8vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp .pageKvSection__heading2 {
    font-size: 24px;
  }
}

#lp .pageSection {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection {
    font-size: 14px;
  }
}

#lp .pageSection__inner {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection__inner {
    display: block;
  }
}

#lp .pageSection__inner > div {
  position: relative;
}

#lp .pageSection__borderText {
  line-height: 1.6;
}

#lp .pageSection__borderText span {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection__borderText span {
    margin-top: 5px;
    padding-bottom: 3px;
  }
}

#lp .pageSection__borderText span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection__borderText span:before {
    height: 2px;
  }
}

#lp .pageSection__imageView {
  background-size: cover;
  background-position: center;
}

#lp .pageSection__image {
  position: relative;
}

#lp .pageSection__image img {
  max-width: 100%;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection__image img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #lp .pageSection__image--left {
    width: calc(100% - 25px);
    margin-right: auto;
  }
}

#lp .pageSection__image--left img:nth-child(2) {
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection__image--right {
    width: calc(100% - 25px);
    margin-left: auto;
  }
}

#lp .pageSection__image--right img:nth-child(2) {
  left: 0;
  top: 0;
}

#lp .pageSection__heading {
  line-height: 1.6;
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection__heading {
    margin-top: -10px;
    font-size: 30px;
  }
}

#lp .pageSection__heading span {
  display: inline-block;
}

#lp .pageSection__textInner {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection__textInner {
    padding: 25px;
  }
}

#lp .pageSection--movie {
  position: relative;
  padding-bottom: 6%;
  font-size: 20px;
  color: #fff;
}

#lp .pageSection--movie:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--movie {
    padding: 50px 25px;
    font-size: 14px;
  }
}

#lp .pageSection--movie .pageSection__movieAnimation {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
  position: absolute;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--movie .pageSection__movieAnimation {
    position: relative;
  }
}

#lp .pageSection--movie .pageSection__movieText {
  width: 42%;
  padding: 0 9% 0 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--movie .pageSection__movieText {
    width: auto;
    padding: 0;
    text-align: left;
  }
}

#lp .pageSection--movie .pageSection__movieImage {
  width: 58%;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--movie .pageSection__movieImage {
    width: auto;
  }
}

#lp .pageSection--movie .pageSection__borderText {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
  position: absolute;
  margin-bottom: -18%;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--movie .pageSection__borderText {
    position: relative;
    margin: 0 25px 20px 0;
  }
}

#lp .pageSection--movie a {
  margin: -6% 10% 0 -10%;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--movie a {
    margin: 0;
  }
}

#lp .pageSection--movie.-view:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform-origin: left;
          transform-origin: left;
  will-change: transform;
}

#lp .pageSection--movieRight .pageSection__movieText {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 9%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--movieRight .pageSection__movieText {
    width: auto;
    padding: 0;
    text-align: left;
  }
}

#lp .pageSection--movieRight .pageSection__movieImage {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#lp .pageSection--movieRight a {
  margin: -6% -10% 0 10%;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--movieRight a {
    margin: 0;
  }
}

#lp .pageSection--pickup {
  position: relative;
  margin-top: 80px;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #fff;
}

#lp .pageSection--pickup:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #308F2A;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--pickup {
    margin: 0;
    padding: 25px;
  }
}

#lp .pageSection--pickup .pageSection__inner {
  max-width: 1560px;
}

#lp .pageSection--pickup .pageSection__image {
  width: 57%;
  margin-top: -9%;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 1280px) {
  #lp .pageSection--pickup .pageSection__image {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--pickup .pageSection__image {
    margin: 0;
    width: auto;
  }
}

#lp .pageSection--pickup .pageSection__text {
  width: 43%;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  #lp .pageSection--pickup .pageSection__text {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--pickup .pageSection__text {
    width: auto;
    margin: 20px 0 0;
    padding: 0;
    font-size: 14px;
  }
}

#lp .pageSection--pickup .pageSection__textInner {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--pickup .pageSection__textInner {
    padding: 0;
  }
}

#lp .pageSection--pickup .pageSection__textInner img {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--pickup .pageSection__textInner img {
    max-width: 140px;
  }
}

#lp .pageSection--pickup .pageSection__textInner .pageSection__heading {
  margin: 30px 0;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp .pageSection--pickup .pageSection__textInner .pageSection__heading {
    margin: 15px 0;
  }
}

#lp .pageSection--pickup .pageSection__textInner p {
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp .pageSection--pickup.-view:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform-origin: left;
          transform-origin: left;
  will-change: transform;
}

#lp .pageSection--pickupRight .pageSection__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#lp .pageSection--pickupRight .pageSection__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#lp .pageBorder {
  position: absolute !important;
  overflow: hidden;
  height: 0;
  z-index: 22;
  pointer-events: none;
}

#lp .pageBorder.-view {
  height: 100%;
  -webkit-transition: height 1.8s 0.4s ease-in-out;
  transition: height 1.8s 0.4s ease-in-out;
  will-change: height;
}

#lp .pageFooterSection {
  position: relative;
  margin: 120px 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection {
    margin: 30px 0 0;
  }
}

#lp .pageFooterSection__pageTop {
  position: absolute;
  top: -30px;
  right: 40px;
  z-index: 11;
}

@media only screen and (max-width: 860px) {
  #lp .pageFooterSection__pageTop {
    top: -56px;
  }
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__pageTop {
    top: auto;
    width: 27px;
    bottom: 50px;
    right: 25px;
  }
  #lp .pageFooterSection__pageTop img {
    max-width: 100%;
  }
}

#lp .pageFooterSection__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#lp .pageFooterSection__text {
  width: 48%;
  padding: 0 25px;
  text-align: right;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__text {
    width: auto;
    margin: 0 0 30px;
    padding: 0 15px;
    text-align: center;
  }
  #lp .pageFooterSection__text img {
    max-width: 200px;
  }
}

#lp .pageFooterSection__link {
  width: 52%;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__link {
    width: 100%;
  }
}

#lp .pageFooterSection__link a {
  position: relative;
  display: block;
  width: 326px;
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
  background: #E8380D;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__link a {
    width: 100%;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
  }
}

#lp .pageFooterSection__link a:before, #lp .pageFooterSection__link a:after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  height: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__link a:before, #lp .pageFooterSection__link a:after {
    top: 32px;
  }
}

#lp .pageFooterSection__link a:before {
  width: 64px;
  background: #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__link a:before {
    top: 32px;
    width: 54px;
  }
}

#lp .pageFooterSection__link a:after {
  width: 30px;
  background: #E8380D;
  -webkit-transform: scale(0, 1) translateX(100%);
          transform: scale(0, 1) translateX(100%);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__link a:after {
    width: 25px;
  }
}

#lp .pageFooterSection.-view .pageFooterSection__link a:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#lp .pageFooterSection.-view .pageFooterSection__link a:after {
  -webkit-transform: scale(1, 1) translateX(100%);
          transform: scale(1, 1) translateX(100%);
}

#lp .pageFooterSection__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0 10px;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__bottom {
    display: block;
    width: calc(100% + 50px);
    margin: 50px -25px 0;
    text-align: left;
  }
}

#lp .pageFooterSection__bottom p {
  font-size: 10px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  #lp .pageFooterSection__bottom p {
    padding: 10px 0;
  }
}

#lp #page1 {
  color: #308F2A;
}

#lp #page1 .pageKvSection {
  margin: 0 0 140px;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageKvSection {
    margin: 0 0 75px;
  }
}

#lp #page1 .pageKvSection__image {
  width: 55%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  will-change: opacity, filter;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageKvSection__image {
    width: auto;
  }
}

#lp #page1 .pageKvSection__text {
  width: 45%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageKvSection__text {
    width: auto;
  }
}

#lp #page1 .pageKvSection__animation {
  top: 0;
  right: -21%;
  width: 82%;
  max-width: 700px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageKvSection__animation {
    margin-top: -33vw;
    top: auto;
    right: auto;
    width: 130vw;
    margin-left: -15%;
    margin-right: -15%;
  }
}

#lp #page1 .pageKvSection__heading {
  right: 22%;
  bottom: 22%;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageKvSection__heading {
    right: auto;
    bottom: auto;
    margin-top: -20vw;
  }
}

#lp #page1 .pageKvSection__heading2 {
  margin: 60px 0 0;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageKvSection__heading2 {
    margin: 30px 0 0;
  }
}

#lp #page1 .pageKvSection .pageBorder1 {
  top: 29%;
  right: -10%;
  width: 60%;
  max-width: 532px;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageKvSection .pageBorder1 {
    width: 71%;
    top: 39%;
    left: 15%;
  }
}

#lp #page1 .pageKvSection .pageBorder1.-view {
  height: 28vw;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageKvSection .pageBorder1.-view {
    height: 72vw;
  }
}

#lp #page1 .pageKvSection.-view .pageKvSection__animation {
  opacity: 1;
}

#lp #page1 .pageSection--movie:before {
  background: #308F2A;
}

#lp #page1 .pageSection--movie .pageSection__inner {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

#lp #page1 .pageSection--movie .pageSection__movieText {
  z-index: 11;
}

#lp #page1 .pageSection--movie .pageSection__movieAnimation {
  position: relative;
  top: 6%;
  right: -14%;
  width: 100%;
  max-width: 510px;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--movie .pageSection__movieAnimation {
    top: auto;
    right: auto;
    width: 100%;
  }
}

#lp #page1 .pageSection--movie .pageSection__borderText {
  width: 82%;
  max-width: 510px;
  right: 18%;
  bottom: 50%;
  padding: 0 25px;
  text-align: right;
}

@media only screen and (max-width: 1180px) {
  #lp #page1 .pageSection--movie .pageSection__borderText {
    bottom: 30%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--movie .pageSection__borderText {
    width: 100%;
    max-width: inherit;
    right: auto;
    bottom: auto;
    text-align: left;
    margin-top: -15%;
    padding: 0;
  }
}

#lp #page1 .pageSection--1 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--1 {
    margin-top: 50px;
  }
}

#lp #page1 .pageSection--1 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--1 .pageSection__image {
    width: 48%;
    margin-left: 2%;
  }
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--1 .pageSection__text {
    width: 45%;
  }
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--1 .pageSection__textInner {
    max-width: 300px;
  }
}

#lp #page1 .pageSection--1 .pageSection__textInner .pageSection__heading,
#lp #page1 .pageSection--1 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page1 .pageSection--2 {
  margin-top: -3%;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--2 {
    margin-top: 7vw;
  }
}

#lp #page1 .pageSection--2 .pageSection__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--2 .pageSection__image {
    width: 55%;
    margin-right: -1%;
  }
}

#lp #page1 .pageSection--2 .pageSection__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--2 .pageSection__text {
    margin-top: 8%;
    width: 46%;
  }
}

#lp #page1 .pageSection--2 .pageSection__textInner {
  margin: 0 0 0 auto;
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--2 .pageSection__textInner {
    max-width: 360px;
  }
}

#lp #page1 .pageSection--2 .pageSection__textInner .pageSection__heading,
#lp #page1 .pageSection--2 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page1 .pageSection--2 .pageBorder2 {
  top: -24%;
  right: 10%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--2 .pageBorder2 {
    width: 90%;
    top: -16vw;
    right: 4%;
  }
}

#lp #page1 .pageSection--2 .pageBorder2.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--2 .pageBorder2.-view {
    height: 30vw;
  }
}

#lp #page1 .pageSection--3 {
  margin-top: 3%;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--3 {
    margin-top: 15vw;
  }
}

#lp #page1 .pageSection--3 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--3 .pageSection__image {
    width: 49.5%;
    margin-left: -2%;
  }
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--3 .pageSection__text {
    width: 52.5%;
    margin-top: 7%;
  }
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--3 .pageSection__textInner {
    max-width: 420px;
  }
}

#lp #page1 .pageSection--3 .pageSection__textInner .pageSection__heading,
#lp #page1 .pageSection--3 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page1 .pageSection--3 .pageBorder3 {
  top: -33%;
  left: 3%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--3 .pageBorder3 {
    width: 89%;
    top: -14vw;
    left: 6%;
  }
}

#lp #page1 .pageSection--3 .pageBorder3.-view {
  height: 20vw;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--3 .pageBorder3.-view {
    height: 30vw;
  }
}

#lp #page1 .pageSection--4 {
  margin-top: 7%;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--4 {
    margin-top: 14vw;
  }
}

#lp #page1 .pageSection--4 .pageSection__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--4 .pageSection__image {
    width: 45%;
    margin-right: 10%;
  }
}

@media only screen and (max-width: 1080px) {
  #lp #page1 .pageSection--4 .pageSection__image {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--4 .pageSection__image {
    width: calc(100% - 25px);
  }
}

#lp #page1 .pageSection--4 .pageSection__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--4 .pageSection__text {
    width: 45%;
    margin-top: 7%;
  }
}

@media only screen and (max-width: 1080px) {
  #lp #page1 .pageSection--4 .pageSection__text {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--4 .pageSection__text {
    width: calc(100% - 25px);
  }
}

@media (min-width: 768px) {
  #lp #page1 .pageSection--4 .pageSection__textInner {
    max-width: 350px;
    margin: 0 0 0 auto;
  }
}

#lp #page1 .pageSection--4 .pageSection__textInner .pageSection__heading,
#lp #page1 .pageSection--4 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page1 .pageSection--4 .pageBorder4 {
  top: -58%;
  right: 10%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 1300px) {
  #lp #page1 .pageSection--4 .pageBorder4 {
    top: -14vw;
  }
}

@media only screen and (max-width: 1000px) {
  #lp #page1 .pageSection--4 .pageBorder4 {
    top: -12vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--4 .pageBorder4 {
    width: 90%;
    top: -14vw;
    left: 5%;
  }
}

#lp #page1 .pageSection--4 .pageBorder4.-view {
  height: 20vw;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--4 .pageBorder4.-view {
    height: 30vw;
  }
}

#lp #page1 .pageSection--4 .pageBorder5 {
  top: 100%;
  left: 11%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--4 .pageBorder5 {
    width: 90%;
    top: auto;
    bottom: 3vw;
    left: 4%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#lp #page1 .pageSection--4 .pageBorder5.-view {
  height: 20vw;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--4 .pageBorder5.-view {
    height: 30vw;
  }
}

#lp #page1 .pageSection--pickup {
  margin-top: 12%;
}

@media only screen and (max-width: 767px) {
  #lp #page1 .pageSection--pickup {
    margin-top: 20vw;
  }
}

#lp #page2 {
  color: #28A0A3;
}

#lp #page2 .pageKvSection {
  margin: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageKvSection {
    margin: 0 0 60px;
  }
}

#lp #page2 .pageKvSection__image {
  width: 48%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  will-change: opacity, filter;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageKvSection__image {
    width: auto;
  }
}

#lp #page2 .pageKvSection__text {
  width: 52%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageKvSection__text {
    width: auto;
  }
}

#lp #page2 .pageKvSection__animation {
  top: -5%;
  right: -7%;
  width: 80%;
  max-width: 700px;
  padding: 0;
  text-align: left;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageKvSection__animation {
    margin-top: -33%;
    top: auto;
    right: auto;
    width: 100%;
  }
}

#lp #page2 .pageKvSection__animationInner {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageKvSection__animationInner {
    max-width: 100%;
  }
}

#lp #page2 .pageKvSection__heading {
  right: 0;
  bottom: 45%;
  width: 100%;
  max-width: 680px;
  padding: 0 25px 0 50px;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageKvSection__heading {
    right: auto;
    bottom: auto;
    margin: -22% 0 25px;
    padding: 0 25px;
    font-size: 30px;
    text-align: center;
  }
  #lp #page2 .pageKvSection__heading span {
    font-size: 14px;
  }
}

#lp #page2 .pageKvSection__heading2 {
  position: absolute;
  bottom: 6%;
  right: 0;
  width: 100%;
  max-width: 720px;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageKvSection__heading2 {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: inherit;
    text-align: center;
  }
}

#lp #page2 .pageKvSection.-view .pageKvSection__animation {
  opacity: 1;
}

@media (min-width: 768px) {
  #lp #page2 .pageSection--movie {
    margin: 15% 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageSection--movie {
    margin: 30% 0 0;
  }
}

#lp #page2 .pageSection--movie:before {
  background: #28A0A3;
}

#lp #page2 .pageSection--movie .pageSection__inner {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

#lp #page2 .pageSection--movie .pageSection__movieText {
  position: relative;
  z-index: 11;
}

#lp #page2 .pageSection--movie .pageSection__movieAnimation {
  top: 20%;
  right: 9%;
  width: 82%;
  max-width: 510px;
}

@media only screen and (max-width: 1460px) {
  #lp #page2 .pageSection--movie .pageSection__movieAnimation {
    top: 8%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageSection--movie .pageSection__movieAnimation {
    top: auto;
    right: auto;
    width: 100%;
  }
}

#lp #page2 .pageSection--movie .pageSection__borderText {
  width: 80%;
  max-width: 510px;
  right: 8%;
  bottom: 40%;
  padding: 0 50px;
  text-align: left;
}

@media only screen and (max-width: 1120px) {
  #lp #page2 .pageSection--movie .pageSection__borderText {
    bottom: 20%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageSection--movie .pageSection__borderText {
    width: 100%;
    max-width: inherit;
    right: auto;
    bottom: auto;
    margin-top: -15%;
    padding: 0;
  }
}

#lp #page2 .pageSection--movie .pageBorder1 {
  top: -37vw;
  right: 29.5%;
  width: 34%;
  max-width: 525px;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageSection--movie .pageBorder1 {
    width: 34vw;
    top: -60vw;
    right: auto;
    left: -26px;
  }
}

#lp #page2 .pageSection--movie .pageBorder1.-view {
  height: 36vw;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageSection--movie .pageBorder1.-view {
    height: 46vw;
  }
}

@media (min-width: 768px) {
  #lp #page2 .pageSection--1 {
    margin-top: 4%;
  }
}

@media (min-width: 768px) {
  #lp #page2 .pageSection--1 .pageSection__inner {
    max-width: 1300px;
  }
}

#lp #page2 .pageSection--1 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page2 .pageSection--1 .pageSection__textInner {
    max-width: 480px;
  }
}

#lp #page2 .pageSection--1 .pageSection__textInner .pageSection__heading,
#lp #page2 .pageSection--1 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page2 .pageSection--pickup {
  color: #fff;
  margin-top: 12%;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageSection--pickup {
    margin-top: 25%;
  }
}

#lp #page2 .pageSection--pickup:before {
  background: #28A0A3;
}

#lp #page2 .pageSection--pickup .pageBorder2 {
  top: -20vw;
  right: 10%;
  width: 62%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page2 .pageSection--pickup .pageBorder2 {
    width: 100%;
    top: -32vw;
    right: auto;
    left: 0;
  }
}

#lp #page2 .pageSection--pickup .pageBorder2.-view {
  height: 32vw;
}

#lp #page3 {
  color: #66337D;
}

#lp #page3 .pageKvSection {
  margin: 0 0 80px;
}

#lp #page3 .pageKvSection__image {
  width: 45%;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  will-change: opacity, filter;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageKvSection__image {
    width: auto;
  }
}

#lp #page3 .pageKvSection__text {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageKvSection__text {
    width: auto;
  }
}

#lp #page3 .pageKvSection__animation {
  top: 7%;
  left: -23%;
  width: 92%;
  max-width: 945px;
  padding: 0;
  text-align: left;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageKvSection__animation {
    margin-top: -13%;
    top: auto;
    left: auto;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}

#lp #page3 .pageKvSection__animationInner {
  max-width: 110%;
  display: block;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageKvSection__animationInner {
    max-width: 100%;
  }
}

#lp #page3 .pageKvSection__heading {
  left: 0;
  bottom: 36%;
  width: 100%;
  max-width: 740px;
  padding: 0 2% 0 7%;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageKvSection__heading {
    left: auto;
    bottom: auto;
    margin: -3% 0 25px 0;
    padding: 0 25px;
    font-size: 30px;
    text-align: center;
  }
  #lp #page3 .pageKvSection__heading span {
    font-size: 14px;
  }
}

#lp #page3 .pageKvSection__heading2 {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
  max-width: 740px;
  padding: 0 25px;
  text-align: right;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageKvSection__heading2 {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: inherit;
    text-align: center;
  }
}

#lp #page3 .pageKvSection .pageBorder1 {
  top: 58%;
  right: 96%;
  width: 60%;
  max-width: 532px;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageKvSection .pageBorder1 {
    width: 71%;
    top: auto;
    bottom: 22vw;
    right: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#lp #page3 .pageKvSection .pageBorder1.-view {
  height: 80%;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageKvSection .pageBorder1.-view {
    height: 83vw;
  }
}

#lp #page3 .pageKvSection.-view .pageKvSection__animation {
  opacity: 1;
}

#lp #page3 .pageSection--movie {
  z-index: 30;
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--movie {
    margin: 7% 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--movie {
    margin: 30% 0 0;
  }
}

#lp #page3 .pageSection--movie:before {
  background: #66337D;
}

#lp #page3 .pageSection--movie .pageSection__inner {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

#lp #page3 .pageSection--movie .pageSection__movieText {
  position: relative;
  z-index: 11;
}

#lp #page3 .pageSection--movie .pageSection__movieAnimation {
  top: 20%;
  right: 9%;
  width: 82%;
  max-width: 510px;
}

@media only screen and (max-width: 1460px) {
  #lp #page3 .pageSection--movie .pageSection__movieAnimation {
    top: 8%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--movie .pageSection__movieAnimation {
    top: auto;
    right: auto;
    width: 100%;
  }
}

#lp #page3 .pageSection--movie .pageSection__borderText {
  width: 80%;
  max-width: 510px;
  right: 8%;
  bottom: 40%;
  padding: 0 50px;
  text-align: left;
}

@media only screen and (max-width: 1120px) {
  #lp #page3 .pageSection--movie .pageSection__borderText {
    bottom: 20%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--movie .pageSection__borderText {
    width: 100%;
    max-width: inherit;
    right: auto;
    bottom: auto;
    margin-top: -15%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--1 {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--1 {
    position: relative;
    z-index: 22;
  }
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--1 .pageSection__inner {
    max-width: 1600px;
  }
}

#lp #page3 .pageSection--1 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--1 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 53%;
  }
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--1 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47%;
  }
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--1 .pageSection__textInner {
    max-width: 500px;
    margin: 0 0 0 auto;
  }
}

#lp #page3 .pageSection--1 .pageSection__textInner .pageSection__heading,
#lp #page3 .pageSection--1 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page3 .pageSection--2 {
  margin-top: -2%;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--2 {
    margin-top: 16%;
  }
}

#lp #page3 .pageSection--2 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--2 .pageSection__image {
    width: 52%;
  }
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--2 .pageSection__text {
    width: 48%;
  }
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--2 .pageSection__textInner {
    max-width: 500px;
  }
}

#lp #page3 .pageSection--2 .pageSection__textInner .pageSection__heading,
#lp #page3 .pageSection--2 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page3 .pageSection--2 .pageBorder2 {
  top: -21%;
  right: 20%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 1200px) {
  #lp #page3 .pageSection--2 .pageBorder2 {
    top: -18%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--2 .pageBorder2 {
    width: 90%;
    top: -16vw;
    right: 4%;
  }
}

#lp #page3 .pageSection--2 .pageBorder2.-view {
  height: 17vw;
}

@media only screen and (max-width: 1000px) {
  #lp #page3 .pageSection--2 .pageBorder2.-view {
    height: 14vw;
  }
}

@media only screen and (max-width: 860px) {
  #lp #page3 .pageSection--2 .pageBorder2.-view {
    height: 10vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--2 .pageBorder2.-view {
    height: 30vw;
  }
}

#lp #page3 .pageSection--pickup {
  color: #fff;
  margin-top: 18%;
}

@media (min-width: 768px) {
  #lp #page3 .pageSection--pickup {
    margin-top: 15%;
  }
}

#lp #page3 .pageSection--pickup:before {
  background: #66337D;
}

#lp #page3 .pageSection--pickup .pageBorder3 {
  top: -97%;
  left: 13%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 1920px) {
  #lp #page3 .pageSection--pickup .pageBorder3 {
    top: -21vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--pickup .pageBorder3 {
    width: 100%;
    top: -31vw;
    left: auto;
    right: 0;
  }
}

#lp #page3 .pageSection--pickup .pageBorder3.-view {
  height: 20vw;
}

@media only screen and (max-width: 767px) {
  #lp #page3 .pageSection--pickup .pageBorder3.-view {
    height: 30vw;
  }
}

#lp #page4 {
  color: #00ADEC;
}

#lp #page4 .pageKvSection {
  margin: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageKvSection {
    margin: 0 0 60px;
  }
}

#lp #page4 .pageKvSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  will-change: opacity, filter;
}

@media (min-width: 768px) {
  #lp #page4 .pageKvSection__image {
    width: 67%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageKvSection__text {
    width: 33%;
  }
}

#lp #page4 .pageKvSection__animation {
  top: 8%;
  left: -82%;
  width: 130%;
  max-width: 800px;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageKvSection__animation {
    margin-top: -17%;
    top: auto;
    left: auto;
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }
}

#lp #page4 .pageKvSection__animationInner {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageKvSection__animationInner {
    max-width: 100%;
  }
}

#lp #page4 .pageKvSection__heading {
  left: 0;
  bottom: 30%;
  width: 100%;
  max-width: 740px;
  padding: 0 25px 0 10%;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageKvSection__heading {
    left: auto;
    bottom: auto;
    margin: -10% 0 25px;
    padding: 0 25px;
    font-size: 30px;
    text-align: center;
  }
  #lp #page4 .pageKvSection__heading span {
    font-size: 14px;
  }
}

#lp #page4 .pageKvSection__heading2 {
  width: 50%;
  margin: 2% 0 0 auto;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 1420px) {
  #lp #page4 .pageKvSection__heading2 {
    font-size: 3.4vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageKvSection__heading2 {
    width: auto;
    padding: 0 25px;
    font-size: 24px;
    text-align: center;
  }
}

#lp #page4 .pageKvSection .pageBorder1 {
  top: 44%;
  left: -72%;
  width: 85%;
  max-width: 525px;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageKvSection .pageBorder1 {
    width: 100%;
    top: 24%;
    left: auto;
    right: 10%;
  }
}

#lp #page4 .pageKvSection .pageBorder1.-view {
  height: 33vw;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageKvSection .pageBorder1.-view {
    height: 78vw;
  }
}

#lp #page4 .pageKvSection.-view .pageKvSection__animation {
  opacity: 1;
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--movie {
    margin: 10% 0 0;
  }
}

#lp #page4 .pageSection--movie:before {
  background: #00ADEC;
}

#lp #page4 .pageSection--movie .pageSection__inner {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

#lp #page4 .pageSection--movie .pageSection__movieText {
  position: relative;
  z-index: 11;
}

#lp #page4 .pageSection--movie .pageSection__movieAnimation {
  top: 20%;
  right: 9%;
  width: 82%;
  max-width: 510px;
}

@media only screen and (max-width: 1460px) {
  #lp #page4 .pageSection--movie .pageSection__movieAnimation {
    top: 8%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--movie .pageSection__movieAnimation {
    top: auto;
    right: auto;
    width: 100%;
  }
}

#lp #page4 .pageSection--movie .pageSection__borderText {
  width: 80%;
  max-width: 510px;
  right: 8%;
  bottom: 40%;
  padding: 0 25px;
  text-align: left;
}

@media only screen and (max-width: 1120px) {
  #lp #page4 .pageSection--movie .pageSection__borderText {
    bottom: 20%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--movie .pageSection__borderText {
    width: 100%;
    max-width: inherit;
    right: auto;
    bottom: auto;
    margin-top: -15%;
    padding: 0;
  }
}

#lp #page4 .pageSection--1 {
  margin-top: 5%;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--1 {
    margin-top: 15%;
  }
}

#lp #page4 .pageSection--1 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--1 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--1 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--1 .pageSection__textInner {
    max-width: 360px;
    margin: 0 0 0 auto;
  }
}

#lp #page4 .pageSection--1 .pageSection__textInner .pageSection__heading,
#lp #page4 .pageSection--1 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page4 .pageSection--2 {
  margin-top: 2%;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--2 {
    margin-top: 15%;
  }
}

#lp #page4 .pageSection--2 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--2 .pageSection__image {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--2 .pageSection__text {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--2 .pageSection__textInner {
    max-width: 360px;
  }
}

#lp #page4 .pageSection--2 .pageSection__textInner .pageSection__heading,
#lp #page4 .pageSection--2 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page4 .pageSection--2 .pageBorder2 {
  top: -53%;
  right: 29%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 1330px) {
  #lp #page4 .pageSection--2 .pageBorder2 {
    top: -36%;
  }
}

@media only screen and (max-width: 1330px) {
  #lp #page4 .pageSection--2 .pageBorder2 {
    top: -20%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--2 .pageBorder2 {
    width: 90%;
    top: -16vw;
    right: 4%;
  }
}

#lp #page4 .pageSection--2 .pageBorder2.-view {
  height: 17vw;
}

@media only screen and (max-width: 1330px) {
  #lp #page4 .pageSection--2 .pageBorder2.-view {
    height: 12vw;
  }
}

@media only screen and (max-width: 1330px) {
  #lp #page4 .pageSection--2 .pageBorder2.-view {
    height: 13vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--2 .pageBorder2.-view {
    height: 30vw;
  }
}

#lp #page4 .pageSection--3 {
  margin-top: -2%;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--3 {
    margin-top: 15%;
  }
}

#lp #page4 .pageSection--3 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--3 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 52%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--3 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 48%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--3 .pageSection__textInner {
    max-width: 420px;
    margin: 0 0 0 auto;
  }
}

#lp #page4 .pageSection--3 .pageSection__textInner .pageSection__heading,
#lp #page4 .pageSection--3 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page4 .pageSection--3 .pageBorder3 {
  top: -32%;
  left: 34%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--3 .pageBorder3 {
    width: 88%;
    top: -19vw;
    left: 6%;
  }
}

#lp #page4 .pageSection--3 .pageBorder3.-view {
  height: 20vw;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--3 .pageBorder3.-view {
    height: 30vw;
  }
}

#lp #page4 .pageSection--4 {
  margin-top: 6%;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--4 {
    margin-top: 15%;
  }
}

#lp #page4 .pageSection--4 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--4 .pageSection__image {
    width: 52%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--4 .pageSection__text {
    width: 48%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--4 .pageSection__textInner {
    max-width: 460px;
  }
}

#lp #page4 .pageSection--4 .pageSection__textInner .pageSection__heading,
#lp #page4 .pageSection--4 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page4 .pageSection--4 .pageBorder4 {
  top: -50%;
  right: 30%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--4 .pageBorder4 {
    width: 90%;
    top: -18vw;
    right: 4%;
  }
}

#lp #page4 .pageSection--4 .pageBorder4.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--4 .pageBorder4.-view {
    height: 30vw;
  }
}

#lp #page4 .pageSection--5 {
  margin-top: 7%;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--5 {
    margin-top: 15%;
  }
}

#lp #page4 .pageSection--5 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--5 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--5 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--5 .pageSection__textInner {
    max-width: 460px;
    margin: 0 0 0 auto;
  }
}

#lp #page4 .pageSection--5 .pageSection__textInner .pageSection__heading,
#lp #page4 .pageSection--5 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page4 .pageSection--5 .pageBorder5 {
  top: -42%;
  left: 32%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 1200px) {
  #lp #page4 .pageSection--5 .pageBorder5 {
    top: -50%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--5 .pageBorder5 {
    width: 89%;
    top: -21vw;
    left: 6%;
  }
}

#lp #page4 .pageSection--5 .pageBorder5.-view {
  height: 20vw;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--5 .pageBorder5.-view {
    height: 30vw;
  }
}

#lp #page4 .pageSection--6 {
  margin-top: -1.6%;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--6 {
    margin-top: 15%;
  }
}

#lp #page4 .pageSection--6 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--6 .pageSection__image {
    width: 46%;
    margin-left: 12%;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--6 .pageSection__text {
    width: 42%;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  #lp #page4 .pageSection--6 .pageSection__textInner {
    max-width: 360px;
  }
}

#lp #page4 .pageSection--6 .pageSection__textInner .pageSection__heading,
#lp #page4 .pageSection--6 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page4 .pageSection--6 .pageBorder6 {
  top: -42%;
  right: 32%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 1400px) {
  #lp #page4 .pageSection--6 .pageBorder6 {
    top: -6vw;
    width: 45vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--6 .pageBorder6 {
    width: 90%;
    top: -18vw;
    right: 4%;
  }
}

#lp #page4 .pageSection--6 .pageBorder6.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--6 .pageBorder6.-view {
    height: 30vw;
  }
}

#lp #page4 .pageSection--pickup {
  color: #fff;
  margin-top: 12%;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--pickup {
    margin-top: 15%;
  }
}

#lp #page4 .pageSection--pickup:before {
  background: #00ADEC;
}

#lp #page4 .pageSection--pickup .pageBorder7 {
  top: -73%;
  left: 30%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 1300px) {
  #lp #page4 .pageSection--pickup .pageBorder7 {
    top: -21vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--pickup .pageBorder7 {
    width: 100%;
    top: -28vw;
    left: 0;
  }
}

#lp #page4 .pageSection--pickup .pageBorder7.-view {
  height: 20vw;
}

@media only screen and (max-width: 767px) {
  #lp #page4 .pageSection--pickup .pageBorder7.-view {
    height: 30vw;
  }
}

#lp #page5 {
  color: #85AD15;
}

#lp #page5 .pageKvSection {
  margin: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection {
    margin: 0 0 60px;
  }
}

#lp #page5 .pageKvSection__image {
  width: 49%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  will-change: opacity, filter;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection__image {
    width: auto;
    margin-left: 20%;
  }
}

#lp #page5 .pageKvSection__text {
  width: 51%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection__text {
    width: auto;
  }
}

#lp #page5 .pageKvSection__animation {
  top: 17%;
  right: 0;
  width: 94%;
  max-width: 915px;
  padding: 0 25px;
  text-align: center;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection__animation {
    margin-top: -6%;
    top: auto;
    right: auto;
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }
}

#lp #page5 .pageKvSection__animationInner {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection__animationInner {
    max-width: 100%;
  }
}

#lp #page5 .pageKvSection__heading {
  display: block;
  right: 18%;
  top: 22%;
  max-width: 715px;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection__heading {
    right: auto;
    top: auto;
    margin: 0 0 25px;
    padding: 0 25px;
    font-size: 30px;
    text-align: center;
  }
  #lp #page5 .pageKvSection__heading span {
    font-size: 14px;
  }
}

#lp #page5 .pageKvSection__heading2 {
  position: absolute;
  bottom: 12%;
  right: 0;
  width: 100%;
  max-width: 715px;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 1300px) {
  #lp #page5 .pageKvSection__heading2 {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection__heading2 {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: inherit;
    font-size: 24px;
    text-align: center;
  }
}

#lp #page5 .pageKvSection .pageBorder1 {
  top: 66%;
  left: 41vw;
  width: 64%;
  max-width: 525px;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection .pageBorder1 {
    width: 71%;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#lp #page5 .pageKvSection .pageBorder1.-view {
  height: 32vw;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageKvSection .pageBorder1.-view {
    height: 72vw;
  }
}

#lp #page5 .pageKvSection.-view .pageKvSection__animation {
  opacity: 1;
}

#lp #page5 .pageSection--movie {
  z-index: 30;
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--movie {
    margin: 7% 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--movie {
    margin: 30% 0 0;
  }
}

#lp #page5 .pageSection--movie:before {
  background: #85AD15;
}

#lp #page5 .pageSection--movie .pageSection__inner {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

#lp #page5 .pageSection--movie .pageSection__movieText {
  position: relative;
  z-index: 11;
}

#lp #page5 .pageSection--movie .pageSection__movieAnimation {
  top: 20%;
  right: 9%;
  width: 82%;
  max-width: 510px;
}

@media only screen and (max-width: 1460px) {
  #lp #page5 .pageSection--movie .pageSection__movieAnimation {
    top: 8%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--movie .pageSection__movieAnimation {
    top: auto;
    right: auto;
    width: 100%;
  }
}

#lp #page5 .pageSection--movie .pageSection__borderText {
  width: 80%;
  max-width: 510px;
  right: 8%;
  bottom: 40%;
  padding: 0 50px;
  text-align: left;
}

@media only screen and (max-width: 1120px) {
  #lp #page5 .pageSection--movie .pageSection__borderText {
    bottom: 20%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--movie .pageSection__borderText {
    width: 100%;
    max-width: inherit;
    right: auto;
    bottom: auto;
    margin-top: -15%;
    padding: 0;
  }
}

#lp #page5 .pageSection--1 {
  margin-top: 5%;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--1 {
    position: relative;
    margin-top: 30%;
    z-index: 22;
  }
}

#lp #page5 .pageSection--1 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--1 .pageSection__image {
    width: 53%;
    margin-left: 3%;
  }
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--1 .pageSection__text {
    width: 44%;
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--1 .pageSection__textInner {
    max-width: 400px;
  }
}

#lp #page5 .pageSection--1 .pageSection__textInner .pageSection__heading,
#lp #page5 .pageSection--1 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page5 .pageSection--2 {
  margin-top: -2%;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--2 {
    margin-top: 15%;
  }
}

#lp #page5 .pageSection--2 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--2 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30%;
    margin-right: 20%;
  }
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--2 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin-top: 8%;
  }
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--2 .pageSection__textInner {
    max-width: 400px;
    margin: 0 0 0 auto;
  }
}

#lp #page5 .pageSection--2 .pageSection__textInner .pageSection__heading,
#lp #page5 .pageSection--2 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page5 .pageSection--2 .pageBorder2 {
  top: -39%;
  right: 14%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--2 .pageBorder2 {
    width: 90%;
    top: -16vw;
    right: 4%;
  }
}

#lp #page5 .pageSection--2 .pageBorder2.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--2 .pageBorder2.-view {
    height: 30vw;
  }
}

#lp #page5 .pageSection--pickup {
  color: #fff;
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--pickup {
    margin-top: 12%;
    padding-bottom: 3%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--pickup {
    margin-top: 15%;
  }
}

#lp #page5 .pageSection--pickup:before {
  background: #85AD15;
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--pickup .pageSection__image {
    width: 59%;
    margin-top: -14%;
    padding-bottom: 9%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--pickup .pageSection__image {
    z-index: 11;
  }
}

@media (min-width: 768px) {
  #lp #page5 .pageSection--pickup .pageSection__text {
    width: 41%;
  }
}

#lp #page5 .pageSection--pickup .pageBorder3 {
  top: -15vw;
  right: 22%;
  width: 62%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--pickup .pageBorder3 {
    width: calc(100% + 50px);
    top: -110px;
    right: auto;
    left: -25px;
    z-index: 10;
  }
}

#lp #page5 .pageSection--pickup .pageBorder3.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page5 .pageSection--pickup .pageBorder3.-view {
    height: 36vw;
  }
}

#lp #page6 {
  color: #D25269;
}

#lp #page6 .pageKvSection {
  margin: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection {
    margin: 0 0 60px;
  }
}

#lp #page6 .pageKvSection__image {
  width: 44%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  will-change: opacity, filter;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection__image {
    width: auto;
    margin-left: 22%;
  }
}

#lp #page6 .pageKvSection__text {
  width: 56%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection__text {
    width: auto;
  }
}

#lp #page6 .pageKvSection__animation {
  top: 20%;
  right: 0;
  width: 105%;
  max-width: 1114px;
  padding: 0;
  text-align: center;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection__animation {
    margin-top: -20%;
    top: auto;
    right: auto;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}

#lp #page6 .pageKvSection__animationInner {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection__animationInner {
    max-width: 100%;
  }
}

#lp #page6 .pageKvSection__heading {
  right: 0;
  top: 22%;
  width: 100%;
  max-width: 970px;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection__heading {
    right: auto;
    top: auto;
    margin: -7% 0 25px;
    padding: 0 25px;
    font-size: 30px;
    text-align: center;
  }
  #lp #page6 .pageKvSection__heading span {
    font-size: 14px;
  }
}

#lp #page6 .pageKvSection__heading2 {
  position: absolute;
  bottom: 18%;
  right: 0;
  width: 100%;
  max-width: 900px;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 1300px) {
  #lp #page6 .pageKvSection__heading2 {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection__heading2 {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: inherit;
    font-size: 24px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}

#lp #page6 .pageKvSection .pageBorder1 {
  top: 85%;
  left: 43vw;
  width: 35%;
  max-width: 450px;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection .pageBorder1 {
    width: 71%;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#lp #page6 .pageKvSection .pageBorder1.-view {
  height: 20vw;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageKvSection .pageBorder1.-view {
    height: 42vw;
  }
}

#lp #page6 .pageKvSection.-view .pageKvSection__animation {
  opacity: 1;
}

@media (min-width: 768px) {
  #lp #page6 .pageSection--movie {
    margin: 12% 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--movie {
    margin: 30% 0 0;
  }
}

#lp #page6 .pageSection--movie:before {
  background: #D25269;
}

#lp #page6 .pageSection--movie .pageSection__inner {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

#lp #page6 .pageSection--movie .pageSection__movieText {
  position: relative;
  z-index: 11;
}

#lp #page6 .pageSection--movie .pageSection__movieAnimation {
  top: 20%;
  right: 9%;
  width: 82%;
  max-width: 510px;
}

@media only screen and (max-width: 1460px) {
  #lp #page6 .pageSection--movie .pageSection__movieAnimation {
    top: 8%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--movie .pageSection__movieAnimation {
    top: auto;
    right: auto;
    width: 100%;
  }
}

#lp #page6 .pageSection--movie .pageSection__borderText {
  width: 80%;
  max-width: 510px;
  right: 8%;
  bottom: 40%;
  padding: 0 50px;
  text-align: left;
}

@media only screen and (max-width: 1120px) {
  #lp #page6 .pageSection--movie .pageSection__borderText {
    bottom: 20%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--movie .pageSection__borderText {
    width: 100%;
    max-width: inherit;
    right: auto;
    bottom: auto;
    margin-top: -15%;
    padding: 0;
  }
}

#lp #page6 .pageSection--1 {
  margin-top: 4%;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--1 {
    position: relative;
    margin-top: 15%;
    z-index: 22;
  }
}

#lp #page6 .pageSection--1 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page6 .pageSection--1 .pageSection__image {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #lp #page6 .pageSection--1 .pageSection__text {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #lp #page6 .pageSection--1 .pageSection__textInner {
    max-width: 420px;
  }
}

#lp #page6 .pageSection--1 .pageSection__textInner .pageSection__heading,
#lp #page6 .pageSection--1 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page6 .pageSection--2 {
  margin-top: -3%;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--2 {
    margin-top: 15%;
  }
}

#lp #page6 .pageSection--2 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page6 .pageSection--2 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 58%;
  }
}

@media (min-width: 768px) {
  #lp #page6 .pageSection--2 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 42%;
  }
}

@media (min-width: 768px) {
  #lp #page6 .pageSection--2 .pageSection__textInner {
    max-width: 400px;
    margin: 0 0 0 auto;
  }
}

#lp #page6 .pageSection--2 .pageSection__textInner .pageSection__heading,
#lp #page6 .pageSection--2 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page6 .pageSection--2 .pageBorder2 {
  top: -16%;
  right: 14%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--2 .pageBorder2 {
    width: 90%;
    top: -16vw;
    right: 4%;
  }
}

#lp #page6 .pageSection--2 .pageBorder2.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--2 .pageBorder2.-view {
    height: 30vw;
  }
}

#lp #page6 .pageSection--pickup {
  color: #fff;
}

@media (min-width: 768px) {
  #lp #page6 .pageSection--pickup {
    margin-top: 12%;
    padding-bottom: 3%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--pickup {
    margin-top: 15%;
  }
}

#lp #page6 .pageSection--pickup:before {
  background: #D25269;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--pickup .pageSection__image {
    z-index: 22;
  }
}

#lp #page6 .pageSection--pickup .pageBorder3 {
  top: -15vw;
  right: 36%;
  width: 62%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--pickup .pageBorder3 {
    width: calc(100% + 50px);
    top: -110px;
    right: auto;
    left: -25px;
    z-index: 10;
  }
}

#lp #page6 .pageSection--pickup .pageBorder3.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page6 .pageSection--pickup .pageBorder3.-view {
    height: 34vw;
  }
}

#lp #page7 {
  color: #EB7A17;
}

#lp #page7 .pageKvSection {
  margin: 0 0 24%;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection {
    margin: 0 0 18%;
  }
}

#lp #page7 .pageKvSection__image {
  width: 54%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  will-change: opacity, filter;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection__image {
    width: auto;
  }
}

#lp #page7 .pageKvSection__text {
  width: 46%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection__text {
    width: auto;
  }
}

#lp #page7 .pageKvSection__animation {
  top: 9%;
  right: -130px;
  width: 1040%;
  max-width: 915px;
  padding: 0 25px;
  text-align: center;
  opacity: 0;
}

@media only screen and (max-width: 1800px) {
  #lp #page7 .pageKvSection__animation {
    width: 100%;
    right: -8%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection__animation {
    top: auto;
    right: auto;
    width: calc(100% + 50px);
    margin: -26% -25px 0 -25px;
  }
}

#lp #page7 .pageKvSection__animationInner {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection__animationInner {
    max-width: 100%;
  }
}

#lp #page7 .pageKvSection__text2 {
  position: absolute;
  right: 0;
  bottom: 34%;
  width: 100%;
  line-height: 1.6;
  max-width: 664px;
  padding: 0 25px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 1300px) {
  #lp #page7 .pageKvSection__text2 {
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection__text2 {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -10px 0 20px;
    padding: 0 25px;
    font-size: 24px;
    text-align: center;
  }
  #lp #page7 .pageKvSection__text2 span {
    font-size: 14px;
  }
}

#lp #page7 .pageKvSection__image2 {
  position: absolute;
  bottom: -32%;
  right: -24%;
  width: 130%;
  max-width: 896px;
  padding: 0 0 0 25px;
  text-align: left;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection__image2 {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    max-width: 100%;
    margin-top: 10%;
    text-align: left;
    z-index: 23;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection__image2 img {
    max-width: inherit;
  }
}

#lp #page7 .pageKvSection .pageBorder1 {
  top: 65%;
  left: 41vw;
  width: 60%;
  max-width: 498px;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageKvSection .pageBorder1 {
    width: 71%;
    top: auto;
    bottom: 67vw;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#lp #page7 .pageKvSection .pageBorder1.-view {
  height: 28vw;
}

#lp #page7 .pageKvSection.-view .pageKvSection__animation {
  opacity: 1;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--1 {
    margin-top: 4%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--1 .pageSection__inner {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--1 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 58%;
    margin-right: -5%;
  }
}

#lp #page7 .pageSection--1 .pageSection__image--right {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--1 .pageSection__image--right {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--1 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--1 .pageSection__text {
    z-index: 1;
  }
}

#lp #page7 .pageSection--1 .pageSection__animation {
  position: absolute;
  top: 22%;
  right: -2%;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 1300px) {
  #lp #page7 .pageSection--1 .pageSection__animation {
    max-width: 68%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--1 .pageSection__animation {
    position: relative;
    top: auto;
    right: auto;
    max-width: 208px;
    margin: -3% 25px 0;
  }
}

#lp #page7 .pageSection--1 .pageBorder2 {
  top: -39%;
  right: 14%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--1 .pageBorder2 {
    width: 90%;
    top: -19vw;
    right: 4%;
  }
}

#lp #page7 .pageSection--1 .pageBorder2.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--1 .pageBorder2.-view {
    height: 30vw;
  }
}

#lp #page7 .pageSection--2 {
  margin-top: -2%;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--2 {
    margin-top: 22%;
  }
}

#lp #page7 .pageSection--2 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--2 .pageSection__image {
    width: 34%;
    margin-left: 15%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--2 .pageSection__image {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--2 .pageSection__text {
    width: 51%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--2 .pageSection__textInner {
    max-width: 440px;
  }
}

#lp #page7 .pageSection--2 .pageSection__textInner .pageSection__heading,
#lp #page7 .pageSection--2 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--2 .pageSection__heading {
    margin-bottom: 0;
  }
}

#lp #page7 .pageSection--2 .pageBorder3 {
  top: -13vw;
  right: 36%;
  width: 64%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--2 .pageBorder3 {
    width: 88%;
    top: -21vw;
    right: 6%;
    left: 6%;
    z-index: 10;
  }
}

#lp #page7 .pageSection--2 .pageBorder3.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--2 .pageBorder3.-view {
    height: 34vw;
  }
}

#lp #page7 .pageSection--3 {
  margin-top: 1%;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--3 {
    margin-top: 15%;
  }
}

#lp #page7 .pageSection--3 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--3 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--3 .pageSection__image {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--3 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--3 .pageSection__textInner {
    max-width: 400px;
    margin: 0 0 0 auto;
  }
}

#lp #page7 .pageSection--3 .pageSection__textInner .pageSection__heading,
#lp #page7 .pageSection--3 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page7 .pageSection--3 .pageBorder4 {
  top: -41%;
  right: -5%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--3 .pageBorder4 {
    width: 90%;
    top: -16vw;
    right: 4%;
  }
}

#lp #page7 .pageSection--3 .pageBorder4.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--3 .pageBorder4.-view {
    height: 30vw;
  }
}

#lp #page7 .pageSection--4 {
  margin-top: -2%;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--4 {
    margin-top: 15%;
  }
}

#lp #page7 .pageSection--4 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--4 .pageSection__image {
    width: 52%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--4 .pageSection__image {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--4 .pageSection__text {
    width: 48%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--4 .pageSection__textInner {
    max-width: 400px;
  }
}

#lp #page7 .pageSection--4 .pageSection__textInner .pageSection__heading,
#lp #page7 .pageSection--4 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page7 .pageSection--4 .pageBorder5 {
  top: -9vw;
  right: 41%;
  width: 62%;
  max-width: 942px;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--4 .pageBorder5 {
    width: 88%;
    top: -19vw;
    right: 6%;
    left: 6%;
    z-index: 10;
  }
}

#lp #page7 .pageSection--4 .pageBorder5.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--4 .pageBorder5.-view {
    height: 34vw;
  }
}

#lp #page7 .pageSection--5 {
  position: relative;
  margin-top: 5%;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--5 {
    margin-top: 10%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--5 .pageSection__inner {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

#lp #page7 .pageSection--5 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--5 .pageSection__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    margin-right: 3%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--5 .pageSection__image {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--5 .pageSection__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 37%;
  }
}

#lp #page7 .pageSection--5 .pageSection__animation {
  position: absolute;
  top: 39%;
  left: 10%;
}

#lp #page7 .pageSection--5 .pageSection__animation img {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 1300px) {
  #lp #page7 .pageSection--5 .pageSection__animation {
    max-width: 66%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--5 .pageSection__animation {
    max-width: inherit;
    top: auto;
    left: 25px;
    bottom: 0;
    -webkit-transform: translateY(90%);
            transform: translateY(90%);
  }
  #lp #page7 .pageSection--5 .pageSection__animation img {
    max-width: 169px;
  }
}

#lp #page7 .pageSection--6 {
  margin-top: -4%;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--6 {
    margin-top: 15%;
  }
}

#lp #page7 .pageSection--6 .pageSection__image {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--6 .pageSection__image {
    width: 33%;
    margin-left: 8%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--6 .pageSection__image {
    width: 70%;
    margin: 22% 0 0 auto;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--6 .pageSection__text {
    width: 59%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--6 .pageSection__textInner {
    max-width: 460px;
    padding: 86px 60px 20px;
  }
}

#lp #page7 .pageSection--6 .pageSection__textInner .pageSection__heading,
#lp #page7 .pageSection--6 .pageSection__textInner p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--7 {
    position: relative;
    height: 250px;
    margin-top: 10%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--7 {
    margin-top: 30%;
  }
}

#lp #page7 .pageSection--7 .pageSection__inner {
  position: relative;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--7 .pageSection__inner {
    display: block;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    margin: 0 auto;
    padding-left: 15%;
  }
}

#lp #page7 .pageSection--7 .pageSection__animation {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--7 .pageSection__animation {
    position: absolute;
    top: 11%;
    left: 10%;
    width: 20%;
    z-index: 12;
  }
}

@media only screen and (max-width: 1500px) {
  #lp #page7 .pageSection--7 .pageSection__animation {
    left: 6%;
    max-width: 12%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--7 .pageSection__animation {
    position: absolute;
    top: -8%;
    left: 6%;
    max-width: 28%;
    z-index: 12;
  }
}

#lp #page7 .pageSection--7 .pageSection__image0 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page7 .pageSection--7 .pageSection__image1 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--7 .pageSection__image1 {
    position: relative;
    max-width: 70%;
    margin: 0 0 0 auto;
    z-index: 11;
  }
}

#lp #page7 .pageSection--7 .pageSection__image2 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--7 .pageSection__image2 {
    position: relative;
    max-width: 50%;
    margin: -4% auto 0 0;
  }
}

#lp #page7 .pageSection--7 p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--7 p {
    position: absolute;
    bottom: 4%;
    left: 2%;
    max-width: 376px;
    z-index: 14;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--7 p {
    margin: 10px 25px;
  }
}

#lp #page7 .pageSection--7 .pageBorder6 {
  top: -88%;
  right: 2%;
  width: 63%;
  max-width: 942px;
}

@media only screen and (max-width: 1400px) {
  #lp #page7 .pageSection--7 .pageBorder6 {
    top: -72%;
  }
}

@media only screen and (max-width: 1180px) {
  #lp #page7 .pageSection--7 .pageBorder6 {
    top: -62%;
  }
}

@media only screen and (max-width: 1000px) {
  #lp #page7 .pageSection--7 .pageBorder6 {
    top: -52%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--7 .pageBorder6 {
    width: 90%;
    top: -36vw;
    right: 4%;
  }
}

#lp #page7 .pageSection--7 .pageBorder6.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--7 .pageBorder6.-view {
    height: 30vw;
  }
}

#lp #page7 .pageSection--8 {
  margin-top: 13%;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 {
    margin-top: 15%;
  }
}

@media only screen and (max-width: 1600px) {
  #lp #page7 .pageSection--8 {
    margin-top: 18%;
  }
}

@media only screen and (max-width: 1200px) {
  #lp #page7 .pageSection--8 {
    margin-top: 22%;
  }
}

@media only screen and (max-width: 1020px) {
  #lp #page7 .pageSection--8 {
    margin-top: 32%;
  }
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--8 .pageSection__inner {
    padding: 0 40px 0 25px;
  }
}

#lp #page7 .pageSection--8 .pageSection__innerLeft {
  position: relative;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--8 .pageSection__innerLeft {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -10%;
    width: 45%;
    padding-left: 3%;
  }
}

#lp #page7 .pageSection--8 .pageSection__innerLeft .pageSection__animation {
  position: absolute;
  z-index: 11;
}

#lp #page7 .pageSection--8 .pageSection__innerLeft .pageSection__animation img {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--8 .pageSection__innerLeft .pageSection__animation {
    top: -37%;
    right: 7%;
  }
}

@media only screen and (max-width: 1300px) {
  #lp #page7 .pageSection--8 .pageSection__innerLeft .pageSection__animation {
    top: -30%;
    max-width: 32%;
  }
}

@media only screen and (max-width: 1020px) {
  #lp #page7 .pageSection--8 .pageSection__innerLeft .pageSection__animation {
    top: -26%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageSection__innerLeft .pageSection__animation {
    top: 0;
    right: 20px;
    -webkit-transform: translateY(-27%);
            transform: translateY(-27%);
  }
}

#lp #page7 .pageSection--8 .pageSection__innerLeft .pageSection__image1 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageSection__innerLeft .pageSection__image1 {
    max-width: 70%;
    margin-right: auto;
    margin-left: 0;
  }
}

#lp #page7 .pageSection--8 .pageSection__innerLeft p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--8 .pageSection__innerLeft p {
    margin-top: 10px;
    max-width: 360px;
    margin: 10px 17% 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageSection__innerLeft p {
    margin: 10px 25px;
  }
}

#lp #page7 .pageSection--8 .pageSection__innerRight {
  position: relative;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--8 .pageSection__innerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 55%;
    padding-left: 11%;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageSection__innerRight {
    margin-top: 20%;
  }
}

#lp #page7 .pageSection--8 .pageSection__innerRight .pageSection__animation {
  position: absolute;
  z-index: 11;
}

#lp #page7 .pageSection--8 .pageSection__innerRight .pageSection__animation img {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--8 .pageSection__innerRight .pageSection__animation {
    top: -12%;
    left: 6%;
    width: 30%;
  }
}

@media only screen and (max-width: 1300px) {
  #lp #page7 .pageSection--8 .pageSection__innerRight .pageSection__animation {
    max-width: 28%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageSection__innerRight .pageSection__animation {
    top: 0;
    left: 20px;
    max-width: 24%;
    -webkit-transform: translateY(-19%);
            transform: translateY(-19%);
  }
}

#lp #page7 .pageSection--8 .pageSection__innerRight .pageSection__image2 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageSection__innerRight .pageSection__image2 {
    max-width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
}

#lp #page7 .pageSection--8 .pageSection__innerRight p {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--8 .pageSection__innerRight p {
    margin: 10px 0 0 -20%;
    max-width: 420px;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageSection__innerRight p {
    margin: 10px 25px;
  }
}

#lp #page7 .pageSection--8 .pageBorder7 {
  top: -8vw;
  right: 44%;
  width: 62%;
  max-width: 623px;
}

@media only screen and (max-width: 1000px) {
  #lp #page7 .pageSection--8 .pageBorder7 {
    right: 33%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageBorder7 {
    width: 88%;
    top: -32vw;
    right: 6%;
    left: 6%;
    z-index: 10;
  }
}

#lp #page7 .pageSection--8 .pageBorder7.-view {
  height: 10vw;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--8 .pageBorder7.-view {
    height: 34vw;
  }
}

#lp #page7 .pageSection--9 {
  margin-top: 3vw;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--9 {
    margin-top: 15%;
  }
}

#lp #page7 .pageSection--9 .pageSection__inner {
  position: relative;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--9 .pageSection__inner {
    display: block;
    padding: 0 140px 0 100px;
  }
}

#lp #page7 .pageSection--9 .pageSection__animation {
  position: absolute;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media (min-width: 768px) {
  #lp #page7 .pageSection--9 .pageSection__animation {
    right: 12%;
    top: 15%;
    z-index: 11;
  }
}

@media only screen and (max-width: 1300px) {
  #lp #page7 .pageSection--9 .pageSection__animation {
    max-width: 18%;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--9 .pageSection__animation {
    top: 13%;
    right: 25px;
    max-width: 50%;
    z-index: 11;
  }
}

#lp #page7 .pageSection--9 .pageSection__image0 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

#lp #page7 .pageSection--9 .pageSection__image1 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--9 .pageSection__image1 {
    position: relative;
    margin: 25% 25px 0 0;
  }
}

#lp #page7 .pageSection--9 .pageSection__image2 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--9 .pageSection__image2 {
    position: relative;
    margin: 30% 60px 0 0;
  }
}

#lp #page7 .pageSection--9 .pageSection__image3 {
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--9 .pageSection__image3 {
    position: relative;
    margin: -6% 0 0 20%;
    text-align: right;
    z-index: 11;
  }
}

#lp #page7 .pageSection--9 .pageSection__inner p {
  margin: 7% 0 0 auto;
  max-width: 644px;
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, filter, transform;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--9 .pageSection__inner p {
    margin: 10px 25px;
  }
}

#lp #page7 .pageSection--9 .pageBorder8 {
  top: -18%;
  right: 26%;
  width: 63%;
  max-width: 715px;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--9 .pageBorder8 {
    width: 90%;
    top: -26vw;
    right: 4%;
  }
}

#lp #page7 .pageSection--9 .pageBorder8.-view {
  height: 17vw;
}

@media only screen and (max-width: 767px) {
  #lp #page7 .pageSection--9 .pageBorder8.-view {
    height: 36vw;
  }
}

#lp #page8 {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  #lp #page8 {
    padding-top: 30px;
  }
}

#lp #page8 .page__heading {
  margin: 0 0 60px;
  font-size: 40px;
  font-weight: bold;
  color: #E8380D;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .page__heading {
    margin: 0 0 30px;
    font-size: 30px;
  }
}

#lp #page8 .pageRecordSection + .pageRecordSection {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection + .pageRecordSection {
    margin-top: 0;
  }
}

#lp #page8 .pageRecordSection__heading {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  width: 80%;
  height: 80%;
  margin: 40px 0 0;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__heading {
    display: block;
    width: auto;
    height: 77px;
    line-height: 77px;
    margin: 0;
    font-size: 20px;
    text-align: center;
  }
}

#lp #page8 .pageRecordSection__heading span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__heading span {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

#lp #page8 .pageRecordSection__inner {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__inner {
    padding: 0;
  }
}

#lp #page8 .pageRecordSection__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__map {
    display: block;
    margin: 30px auto 0;
    text-align: center;
  }
}

#lp #page8 .pageRecordSection__map > div:nth-child(1) {
  width: 45%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__map > div:nth-child(1) {
    width: auto;
  }
}

#lp #page8 .pageRecordSection__map > div:nth-child(2) {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__map > div:nth-child(2) {
    width: auto;
  }
}

#lp #page8 .pageRecordSection__mapInner {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__mapInner {
    display: inline-block;
    margin: 20px auto 0;
    padding: 0 20px;
    text-align: center;
  }
}

#lp #page8 .pageRecordSection__mapInner > p {
  position: relative;
  margin: 0 0 60px 6px;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__mapInner > p {
    display: block;
    text-align: left;
  }
}

#lp #page8 .pageRecordSection__mapInner > p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#lp #page8 .pageRecordSection__mapListWrap {
  position: relative;
  display: inline-block;
}

#lp #page8 .pageRecordSection__mapListWrap ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#lp #page8 .pageRecordSection__mapList {
  position: absolute;
  line-height: 1;
}

#lp #page8 .pageRecordSection__mapList span {
  position: absolute;
  bottom: 0;
  font-weight: bold;
}

#lp #page8 .pageRecordSection__mapList span:nth-child(1) {
  left: 0;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: -.025em;
}

#lp #page8 .pageRecordSection__mapList span:nth-child(2) {
  right: 0;
  font-family: Oswald;
  font-size: 46px;
  font-weight: normal;
  letter-spacing: .025em;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__mapList span:nth-child(2) {
    font-size: 32px;
  }
}

#lp #page8 .pageRecordSection__mapList--sapporo {
  top: -2%;
  left: 1%;
  width: 33%;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__mapList--sapporo {
    width: 35%;
  }
}

#lp #page8 .pageRecordSection__mapList--douoh {
  top: 21%;
  left: 1%;
  width: 29%;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__mapList--douoh {
    width: 35%;
  }
}

#lp #page8 .pageRecordSection__mapList--dounan {
  top: 61%;
  left: 1%;
  width: 24%;
}

#lp #page8 .pageRecordSection__mapList--dohuoku {
  top: 1%;
  right: 1%;
  width: 22%;
}

#lp #page8 .pageRecordSection__mapList--doutou {
  top: 25%;
  right: 1%;
  width: 22%;
}

#lp #page8 .pageRecordSection__mapList--touhoku {
  top: 70%;
  right: 1%;
  width: 22%;
}

#lp #page8 .pageRecordSection__mapList--others {
  top: 97%;
  right: 1%;
  width: 22%;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__list {
    margin: 20px 0 0;
    padding: 20px;
  }
}

#lp #page8 .pageRecordSection__list > p {
  position: relative;
  margin: 0 0 60px 6px;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__list > p {
    margin: 0;
  }
}

#lp #page8 .pageRecordSection__list > p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#lp #page8 .pageRecordSection__listInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__listInner {
    display: block;
    margin: 0;
  }
}

#lp #page8 .pageRecordSection__listItem {
  width: calc(100% / 3 - 30px);
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__listItem {
    width: auto;
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #lp #page8 .pageRecordSection__listItem:first-of-type {
    margin-top: 10px;
  }
}

#lp #page8 .pageRecordSection__listItem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#lp #page8 .pageRecordSection__listItem li {
  width: 50%;
  margin: 0;
  padding: 3px 14px;
  font-size: 14px;
  font-weight: bold;
}

#lp #page8 .pageRecordSection__listItemYear {
  font-family: Oswald;
  font-size: 30px;
}

#lp #page8 .pageRecordSection--pharmaceutical-sciences .pageRecordSection__heading {
  background: #00ADEC;
}

#lp #page8 .pageRecordSection--pharmaceutical-sciences .pageRecordSection__mapInner > p:before {
  background: #00ADEC;
}

#lp #page8 .pageRecordSection--pharmaceutical-sciences .pageRecordSection__list > p:before {
  background: #00ADEC;
}

#lp #page8 .pageRecordSection--pharmaceutical-sciences .pageRecordSection__listItemYear {
  color: #00ADEC;
}

#lp #page8 .pageRecordSection--pharmaceutical-sciences .pageRecordSection__listItem li:nth-child(4n + 1), #lp #page8 .pageRecordSection--pharmaceutical-sciences .pageRecordSection__listItem li:nth-child(4n + 2) {
  background: #C1E6FA;
}

#lp #page8 .pageRecordSection--med-c .pageRecordSection__heading {
  background: #ED9300;
}

#lp #page8 .pageRecordSection--med-c .pageRecordSection__mapInner > p:before {
  background: #ED9300;
}

#lp #page8 .pageRecordSection--med-c .pageRecordSection__list > p:before {
  background: #ED9300;
}

#lp #page8 .pageRecordSection--med-c .pageRecordSection__listItemYear {
  color: #ED9300;
}

#lp #page8 .pageRecordSection--med-c .pageRecordSection__listItem li:nth-child(4n + 1), #lp #page8 .pageRecordSection--med-c .pageRecordSection__listItem li:nth-child(4n + 2) {
  background: #FEE7C5;
}

#lp #page8 .pageFooterSection {
  margin-top: 0;
}

@media (min-width: 768px) {
  #lp .spBottomFixedLink {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #lp .spBottomFixedLink {
    height: 68px;
  }
}

#lp .spBottomFixedLink__inner {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: opacity, transform;
  pointer-events: none;
  z-index: 102;
}

#lp .spBottomFixedLink__inner a {
  display: block;
  height: 68px;
  line-height: 68px;
  background: #E8380D;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#lp .spBottomFixedLink__inner span {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  will-change: opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

#lp .spBottomFixedLink__inner span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 54px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%) scale(0, 1);
          transform: translateY(-50%) scale(0, 1);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform-origin: left;
          transform-origin: left;
  will-change: transform;
}

#lp .spBottomFixedLink.is-fixed .spBottomFixedLink__inner {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

#lp .spBottomFixedLink.is-fixed .spBottomFixedLink__inner span {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  opacity: 1;
}

#lp .spBottomFixedLink.is-fixed .spBottomFixedLink__inner span:before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}

#lp .pageModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.9);
  opacity: 0;
  z-index: 1003;
  -webkit-transition: opacity .6s ease .2s;
  transition: opacity .6s ease .2s;
  will-change: opacity;
}

@media only screen and (max-width: 767px) {
  #lp .pageModal {
    position: absolute;
  }
}

#lp .pageModal.-visible {
  display: block;
}

#lp .pageModal.-show {
  opacity: 1;
  -webkit-transition: opacity .6s ease 0s;
  transition: opacity .6s ease 0s;
  will-change: opacity;
}

#lp .pageModal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#lp .pageModal__inner {
  display: none;
  position: absolute;
  overflow: auto;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 860px;
  height: auto;
  padding-top: 28px;
  background: rgba(80, 80, 80, 0.95);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  background: none;
  border-radius: 0;
}

#lp .pageModal__inner video {
  width: 100%;
}

#lp .pageModal__inner.-show {
  display: block;
}

#lp .pageModal__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#lp .pageModal__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#lp .pageModal__closeBtnWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#lp .pageModal__closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 1;
  pointer-events: none;
}

#lp .pageModal__closeBtn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#lp .pageModal__closeBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
