@charset "UTF-8";
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: calc(10* (100vw / 1280));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

#FU210409comingsoon img,
#FU210409comingsoon video,
#FU210409comingsoon svg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #FU210409comingsoon .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #FU210409comingsoon .pc_only {
    display: none;
  }
  #FU210409comingsoon .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #FU210409comingsoon .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* ===============================
              button
=============================== */
.lp-sec__btn {
  max-width: 20.2rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp-sec__btn {
    max-width: calc(322* (100vw / 750));
  }
}

.lp-sec__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 20.2rem;
  width: 100%;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  color: #272727;
  border: 1px solid #8b8b8b;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .lp-sec__btn a {
    max-width: calc(322* (100vw / 750));
    height: calc(70* (100vw / 750));
    font-size: calc(26* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : layout.css
For   : "issue 105" styles of the site

Created       : 2021-04-02
Last Modified : 2021-04-02

==========================================

Content

    1. common
    2. first view
    3. section

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            1. common
============================================================================================== */
.main-container {
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 6.8rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  background-repeat: no-repeat;
}

/* ==============================================================================================
                                            2. first view
============================================================================================== */
.lp-fv {
  padding-bottom: 14.5rem;
}

.lp-fv__ttl {
  width: 110rem;
  margin: 0 auto;
  padding-bottom: 14.2rem;
}

.lp-fv__lead {
  text-align: center;
}

/* ==============================================================================================
                                            3. section
============================================================================================== */
.lp-sec {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lp-sec.__sec01 {
    padding-bottom: 15rem;
  }
  .lp-sec.__sec03 {
    margin-top: -31.5rem;
    padding-bottom: 18rem;
  }
  .lp-sec.__sec04 {
    padding-bottom: 18rem;
  }
  .lp-sec.__sec05 {
    padding-bottom: 15rem;
  }
  .lp-sec.__sec06 {
    padding-bottom: 18rem;
  }
  .lp-sec.__sec07 {
    padding-bottom: 15rem;
  }
}

.lp-sec.__secList {
  padding: 2rem 0;
  background: #f26975;
}

.lp-sec__container {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lp-sec__container--sec01 {
    width: 128rem;
    padding-bottom: 8rem;
  }
  .lp-sec__container--sec01 .lp-sec__txt {
    padding-top: 27.7rem;
  }
  .lp-sec__container--sec01 .lp-sec__img {
    width: 48rem;
    padding-left: 6rem;
  }
  .lp-sec__container--sec01 .lp-sec__bg {
    top: 8rem;
    left: 26rem;
    width: 100vw;
    height: 60rem;
    background: #f2cf69;
  }
  .lp-sec__container--sec02 {
    width: 104rem;
  }
  .lp-sec__container--sec02 .lp-sec__img--sec0201 {
    width: 56rem;
    margin: 0 auto;
    padding-bottom: 12rem;
  }
  .lp-sec__container--sec02 .lp-sec__img--sec0202 {
    width: 44rem;
  }
  .lp-sec__container--sec02 .lp-sec__bg {
    top: 18rem;
    left: -9rem;
    width: 45rem;
    height: 113.5rem;
    background: #f26975;
  }
  .lp-sec__container--sec03 {
    width: 104rem;
  }
  .lp-sec__container--sec03 .lp-sec__img--sec0301 {
    width: 48rem;
    padding-left: 56rem;
    padding-bottom: 9rem;
  }
  .lp-sec__container--sec03 .lp-sec__img--sec0302, .lp-sec__container--sec03 .lp-sec__img--sec0303 {
    width: 40rem;
  }
  .lp-sec__container--sec03 .lp-sec__img--sec0303 {
    padding-left: 3rem;
  }
  .lp-sec__container--sec03 .lp-sec__bg {
    top: 57rem;
    left: 33.4rem;
    width: 100vw;
    height: 50rem;
    background: #276678;
  }
  .lp-sec__container--sec04 {
    width: 128rem;
  }
  .lp-sec__container--sec04 .lp-sec__img--sec0401 {
    width: 40rem;
  }
  .lp-sec__container--sec04 .lp-sec__img--sec0402 {
    width: 52rem;
    padding-left: 3rem;
  }
  .lp-sec__container--sec04 .lp-sec__bg {
    top: 16.5rem;
    right: 64rem;
    width: 100vw;
    height: 32.2rem;
    background: #f2cf69;
  }
  .lp-sec__container--sec05 {
    width: 83rem;
  }
  .lp-sec__container--sec05 .lp-sec__img--sec0501 {
    width: 56rem;
    margin: 0 auto;
    padding-bottom: 3rem;
  }
  .lp-sec__container--sec05 .lp-sec__img--sec0502, .lp-sec__container--sec05 .lp-sec__img--sec0503 {
    width: 40rem;
  }
  .lp-sec__container--sec05 .lp-sec__img--sec0503 {
    padding-left: 3rem;
  }
  .lp-sec__container--sec05 .lp-sec__bg {
    top: 52rem;
    left: 9rem;
    width: 83.2rem;
    height: 65.5rem;
    background: #f26975;
  }
  .lp-sec__container--sec06 {
    width: 96rem;
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0601, .lp-sec__container--sec06 .lp-sec__img--sec0602 {
    width: 44rem;
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0602 {
    padding-top: 25.6rem;
    padding-bottom: 18rem;
    padding-left: 8rem;
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0603 {
    width: 52rem;
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0604 {
    width: 40rem;
    padding-top: 7.5rem;
    padding-left: 3rem;
  }
  .lp-sec__container--sec06 .lp-sec__bg {
    top: 68.5rem;
    left: -11.6rem;
    width: 69.7rem;
    height: 43.7rem;
    background: #276678;
  }
  .lp-sec__container--sec07 {
    width: 128rem;
  }
  .lp-sec__container--sec07 .lp-sec__img--sec0701 {
    width: 56rem;
    padding-left: 42rem;
  }
  .lp-sec__container--sec07 .lp-sec__bg {
    top: 24rem;
    left: 36rem;
    width: 100vw;
    height: 37.2rem;
    background: #f2cf69;
  }
}

.lp-sec__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .lp-sec__inner--sec01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp-sec__inner--sec02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-sec__inner--sec03 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp-sec__inner--sec04 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-sec__inner--sec05 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp-sec__inner--sec06 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (-ms-high-contrast: none) {
  .lp-sec__inner--sec02 {
    display: block;
  }
}

.lp-sec__list {
  position: relative;
  padding: 7.4rem 0 8rem;
}

.lp-sec__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 128rem;
  height: 100%;
  margin: auto;
  background: #fff;
}

.lp-sec__list:nth-of-type(1) {
  background: #f26975;
}

@media screen and (min-width: 768px) {
  .lp-sec__list:nth-of-type(1) {
    padding-top: 4rem;
  }
}

.lp-sec__list:nth-of-type(1) .lp-sec__list--ttl {
  color: #f26975;
}

.lp-sec__list:nth-of-type(2) {
  background: #276678;
}

.lp-sec__list:nth-of-type(2) .lp-sec__list--ttl {
  color: #276678;
}

.lp-sec__list:nth-of-type(3) {
  background: #f2cf69;
}

.lp-sec__list:nth-of-type(3) .lp-sec__list--ttl {
  color: #f2cf69;
}

.lp-sec__list:nth-of-type(4) {
  background: #f26975;
}

.lp-sec__list:nth-of-type(4) .lp-sec__list--ttl {
  color: #f26975;
}

.lp-sec__list:nth-of-type(4) ul li {
  width: 26rem;
}

.lp-sec__list--ttl {
  position: relative;
  padding-bottom: 2.5rem;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}

.lp-sec__list--lead {
  position: relative;
  padding-bottom: 2.7rem;
  text-align: center;
}

.lp-sec__list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-sec__list ul li {
  width: 28rem;
}

.lp-sec__list ul li:not(:first-child) {
  padding-left: 4rem;
}

.lp-sec__img {
  position: relative;
}

.lp-sec__img--txt {
  position: absolute;
  bottom: -1.8rem;
  right: -3.6rem;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lp-sec__ttl {
  width: 22.6rem;
  padding-bottom: 3rem;
  margin-left: 0.6rem;
}

@media all and (-ms-high-contrast: none) {
  .lp-sec__ttl svg {
    height: 7rem;
  }
}

.lp-sec__bg {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  overflow: hidden;
}

.lp-sec__bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.lp-sec__bg.active::before {
  width: 100%;
}

.lp-sec__credit {
  position: relative;
  margin-top: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  z-index: 100;
}

.lp-sec__credit span {
  display: inline-block;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #333;
}

.lp-sec__credit--list {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 1.4rem;
  text-align: center;
}

.lp-sec__credit--tar {
  text-align: right;
}

.lp-sec__credit--wh {
  color: #fff;
}

.lp-sec__credit--wh span {
  border-bottom: 1px solid #fff;
}

.lp-sec__btn {
  position: relative;
  padding: 12rem 0 4rem;
  font-family: pragmatica, sans-serif;
}

.lp-sec__btn a {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  /* ==============================================================================================
                                              1. common
  ============================================================================================== */
  .main-container {
    width: calc(750* (100vw / 750));
    padding: calc(250* (100vw / 750)) 0 calc(180* (100vw / 750));
    font-size: calc(28* (100vw / 750));
    line-height: 2;
  }
  /* ==============================================================================================
                                              2. first view
  ============================================================================================== */
  .lp-fv {
    padding-bottom: calc(170* (100vw / 750));
  }
  .lp-fv__ttl {
    width: 100%;
    padding-bottom: calc(166* (100vw / 750));
  }
  /* ==============================================================================================
                                              3. section
  ============================================================================================== */
  .lp-sec {
    padding-bottom: calc(240* (100vw / 750));
  }
  .lp-sec.__sec01 {
    padding-bottom: calc(170* (100vw / 750));
  }
  .lp-sec.__secList {
    padding: calc(20* (100vw / 750)) 0;
  }
  .lp-sec__container {
    width: 100%;
  }
  .lp-sec__container--sec01 {
    padding: 0 calc(45* (100vw / 750)) calc(83* (100vw / 750));
  }
  .lp-sec__container--sec01 .lp-sec__txt {
    padding-top: calc(96* (100vw / 750));
  }
  .lp-sec__container--sec01 .lp-sec__img {
    width: calc(660* (100vw / 750));
  }
  .lp-sec__container--sec01 .lp-sec__bg {
    top: calc(360* (100vw / 750));
    left: 0;
    width: 100%;
    height: calc(1480* (100vw / 750));
    background: #f2cf69;
  }
  .lp-sec__container--sec02 .lp-sec__img--sec0201 {
    width: calc(680* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(120* (100vw / 750));
  }
  .lp-sec__container--sec02 .lp-sec__img--sec0202 {
    width: calc(580* (100vw / 750));
  }
  .lp-sec__container--sec02 .lp-sec__bg {
    top: calc(480* (100vw / 750));
    left: 0;
    width: calc(460* (100vw / 750));
    height: calc(650* (100vw / 750));
    background: #f26975;
  }
  .lp-sec__container--sec03 .lp-sec__img--sec0301 {
    width: calc(620* (100vw / 750));
    margin-left: calc(130* (100vw / 750));
    padding-bottom: calc(90* (100vw / 750));
  }
  .lp-sec__container--sec03 .lp-sec__img--sec0302, .lp-sec__container--sec03 .lp-sec__img--sec0303 {
    width: calc(500* (100vw / 750));
  }
  .lp-sec__container--sec03 .lp-sec__img--sec0302 {
    margin-left: calc(250* (100vw / 750));
  }
  .lp-sec__container--sec03 .lp-sec__img--sec0303 {
    padding-bottom: calc(30* (100vw / 750));
  }
  .lp-sec__container--sec03 .lp-sec__bg {
    top: calc(480* (100vw / 750));
    left: 0;
    right: 0;
    margin: auto;
    width: calc(680* (100vw / 750));
    height: calc(1280* (100vw / 750));
    background: #276678;
  }
  .lp-sec__container--sec04 .lp-sec__img {
    margin: 0 auto;
  }
  .lp-sec__container--sec04 .lp-sec__img--sec0401 {
    width: calc(500* (100vw / 750));
  }
  .lp-sec__container--sec04 .lp-sec__img--sec0402 {
    width: calc(680* (100vw / 750));
    padding-bottom: calc(30* (100vw / 750));
  }
  .lp-sec__container--sec04 .lp-sec__bg {
    top: calc(1000* (100vw / 750));
    left: 0;
    width: 100%;
    height: calc(385* (100vw / 750));
    background: #f2cf69;
  }
  .lp-sec__container--sec05 .lp-sec__img--sec0501 {
    width: 100%;
    padding-bottom: calc(90* (100vw / 750));
  }
  .lp-sec__container--sec05 .lp-sec__img--sec0502, .lp-sec__container--sec05 .lp-sec__img--sec0503 {
    width: calc(500* (100vw / 750));
  }
  .lp-sec__container--sec05 .lp-sec__img--sec0502 {
    margin-left: calc(35* (100vw / 750));
    padding-bottom: calc(30* (100vw / 750));
  }
  .lp-sec__container--sec05 .lp-sec__img--sec0503 {
    margin-left: calc(215* (100vw / 750));
  }
  .lp-sec__container--sec05 .lp-sec__bg {
    top: calc(936* (100vw / 750));
    left: 0;
    width: 100%;
    height: calc(968* (100vw / 750));
    background: #f26975;
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0601, .lp-sec__container--sec06 .lp-sec__img--sec0602 {
    width: calc(580* (100vw / 750));
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0601 {
    padding-bottom: calc(240* (100vw / 750));
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0602 {
    margin-left: calc(170* (100vw / 750));
    padding-bottom: calc(90* (100vw / 750));
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0603 {
    width: 100%;
    padding-bottom: calc(90* (100vw / 750));
  }
  .lp-sec__container--sec06 .lp-sec__img--sec0604 {
    width: calc(500* (100vw / 750));
    margin: 0 auto;
  }
  .lp-sec__container--sec06 .lp-sec__bg {
    top: calc(1570* (100vw / 750));
    left: 0;
    right: 0;
    margin: auto;
    width: calc(680* (100vw / 750));
    height: calc(1546* (100vw / 750));
    background: #276678;
  }
  .lp-sec__container--sec07 .lp-sec__img--sec0701 {
    width: calc(680* (100vw / 750));
    margin: 0 auto;
  }
  .lp-sec__container--sec07 .lp-sec__bg {
    top: calc(120* (100vw / 750));
    left: 0;
    width: 100%;
    height: calc(610* (100vw / 750));
    background: #f2cf69;
  }
  .lp-sec__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-sec__inner--sec01, .lp-sec__inner--sec04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lp-sec__list {
    padding: calc(90* (100vw / 750)) 0;
  }
  .lp-sec__list::before {
    width: calc(710* (100vw / 750));
  }
  .lp-sec__list:nth-of-type(4) ul li {
    width: calc(312* (100vw / 750));
  }
  .lp-sec__list--ttl {
    padding-bottom: calc(40* (100vw / 750));
    font-size: calc(58* (100vw / 750));
  }
  .lp-sec__list--lead {
    padding-bottom: calc(56* (100vw / 750));
  }
  .lp-sec__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-sec__list ul li {
    width: calc(336* (100vw / 750));
  }
  .lp-sec__list ul li:not(:first-child) {
    padding-left: calc(20* (100vw / 750));
  }
  .lp-sec__list ul li:nth-child(3) {
    padding: calc(40* (100vw / 750)) 0 0;
  }
  .lp-sec__img {
    position: relative;
  }
  .lp-sec__img--txt {
    position: absolute;
    bottom: calc(-22* (100vw / 750));
    right: calc(-30* (100vw / 750));
    font-size: calc(80* (100vw / 750));
    white-space: nowrap;
  }
  .lp-sec__ttl {
    width: calc(370* (100vw / 750));
    margin-left: calc(16* (100vw / 750));
    padding-bottom: calc(60* (100vw / 750));
  }
  .lp-sec__credit {
    margin-top: calc(33* (100vw / 750));
    font-size: calc(24* (100vw / 750));
  }
  .lp-sec__credit--list {
    margin-top: 0;
    margin-bottom: calc(92* (100vw / 750));
    font-size: calc(28* (100vw / 750));
    text-align: center;
  }
  .lp-sec__credit--tar {
    text-align: left;
  }
  .lp-sec__credit--tac {
    text-align: center;
  }
  .lp-sec__credit--ml35 {
    margin-left: calc(35* (100vw / 750));
  }
  .lp-sec__credit--ml65 {
    margin-left: calc(65* (100vw / 750));
  }
  .lp-sec__credit--whsp {
    color: #fff;
  }
  .lp-sec__credit--whsp span {
    border-bottom: 1px solid #fff;
  }
  .lp-sec__btn {
    padding: calc(180* (100vw / 750)) 0 calc(90* (100vw / 750));
  }
}

.js-fade-Vr {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.js-fade-Vr .lp-sec__img::before {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

.js-fade-Vr.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade-Vr.active .lp-sec__img::before {
  visibility: visible;
  opacity: 1;
}

.js-animation .animation-fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.js-animation .animation-bg-LtoR::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.js-animation .animation-bg-LtoR.animation-delay--01::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.js-animation .animation-bg-LtoR.animation-delay--02::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-animation .animation-bg-LtoR.animation-delay--03::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-animation .animation-bg-LtoR.animation-delay--04::before {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.js-animation .animation-bg-RtoL::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.js-animation .animation-bg-RtoL.animation-delay--01::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.js-animation .animation-bg-RtoL.animation-delay--02::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-animation .animation-bg-RtoL.animation-delay--03::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-animation .animation-bg-RtoL.animation-delay--04::before {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.js-animation .animation-bg-Vr::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.js-animation .animation-bg-Vr.animation-delay--01::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.js-animation .animation-bg-Vr.animation-delay--02::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-animation .animation-bg-Vr.animation-delay--03::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-animation .animation-bg-Vr.animation-delay--04::before {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.js-animation.active .animation-fade {
  visibility: visible;
  opacity: 1;
}

.js-animation.active .animation-bg-LtoR::before,
.js-animation.active .animation-bg-RtoL::before {
  width: 0%;
}

.js-animation.active .animation-bg-Vr::before {
  height: 0%;
}
/*# sourceMappingURL=layout.css.map */