/* line 13, ../sass/animation.scss */
html body div.contents article.current {
  height: 100%;
  transform: translateY(0) translate3d(0, 0, 0);
}
/* line 26, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg {
  width: 330px;
  height: 330px;
}
@media screen and (max-width: 768px) {
  /* line 26, ../sass/animation.scss */
  html body div.contents .page-top h1 .symbol svg {
    width: 72.95vw;
    height: 72.95vw;
  }
}
/* line 33, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg path, html body div.contents .page-top h1 .symbol svg line {
  stroke-width: 1px !important;
}
/* line 37, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg path.st0 {
  stroke-DASHarray: 1550;
  stroke-DASHoffset: 1550;
}
/* line 42, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg path.st1 {
  stroke-DASHarray: 1200;
  stroke-DASHoffset: 1200;
}
/* line 47, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg line.st1 {
  stroke-DASHarray: 100;
  stroke-DASHoffset: 100;
}
/* line 52, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 3.1627;
}
/* line 56, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 3.1627;
  stroke-linecap: round;
}
/* line 61, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg.queue path, html body div.contents .page-top h1 .symbol svg.queue line {
  transition: all 1.4s ease-out;
  stroke-DASHoffset: 0;
}
/* line 67, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg.out path.st0 {
  transition: all 1.3s ease-in-out .5s;
  stroke-DASHoffset: -1550;
}
/* line 71, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg.out path.st1 {
  transition: all 1.3s ease-in-out .5s;
  stroke-DASHoffset: -1200;
}
/* line 75, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol svg.out line.st1 {
  transition: all 1.3s ease-in-out .5s;
  stroke-DASHoffset: -100;
}
/* line 82, ../sass/animation.scss */
html body div.contents .page-top h1 .symbol.queue {
  transition: all 1.5s ease-out;
  opacity: 0;
}
/* line 87, ../sass/animation.scss */
html body div.contents .page-top h1 .logo {
  width: 330px;
  height: 330px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 87, ../sass/animation.scss */
  html body div.contents .page-top h1 .logo {
    width: 72.95vw;
    height: 72.95vw;
  }
}
/* line 98, ../sass/animation.scss */
html body div.contents .page-top h1 .logo li {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 12.42%;
}
/* line 104, ../sass/animation.scss */
html body div.contents .page-top h1 .logo li svg {
  fill: #fff;
  transition: all 3s ease-out;
}
/* line 110, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .upper {
  transform: translateY(-50%);
  top: 15.76%;
  height: 14.68%;
  width: 74.14%;
}
/* line 115, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .upper svg {
  width: 100%;
  height: 100%;
}
/* line 121, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .upper.queue {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease-out;
}
/* line 127, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .middle {
  top: 43.03%;
  height: 14.41%;
  width: 75.82%;
}
/* line 131, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .middle svg {
  width: 100%;
  height: 100%;
}
/* line 137, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .middle.queue {
  opacity: 1;
  transition: all 1.5s ease-out;
}
/* line 143, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .lower {
  transform: translateY(50%);
  top: 69.39%;
  height: 15.97%;
  width: 76.61%;
}
/* line 148, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .lower svg {
  width: 100%;
  height: 100%;
}
/* line 154, ../sass/animation.scss */
html body div.contents .page-top h1 .logo .lower.queue {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.5s ease-out;
}

@media screen and (min-width: 769px) {
  /* line 200, ../sass/animation.scss */
  .force {
    animation-duration: .001s !important;
  }

  /* line 204, ../sass/animation.scss */
  .center-to-top {
    animation-name: center-to-top;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 213, ../sass/animation.scss */
  .top-to-center {
    animation-name: top-to-center;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 222, ../sass/animation.scss */
  .center-to-bottom {
    animation-name: center-to-bottom;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 231, ../sass/animation.scss */
  .standby {
    animation-name: standby;
    animation-duration: .1s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 238, ../sass/animation.scss */
  .bottom-to-center {
    animation-name: bottom-to-center;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 247, ../sass/animation.scss */
  .center-to-left {
    animation-name: center-to-left;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 256, ../sass/animation.scss */
  .left-to-center {
    animation-name: left-to-center;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 265, ../sass/animation.scss */
  .center-to-right {
    animation-name: center-to-right;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 274, ../sass/animation.scss */
  .right-to-center {
    animation-name: right-to-center;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 284, ../sass/animation.scss */
  .elm-center-to-top {
    animation-name: elm-center-to-top;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 293, ../sass/animation.scss */
  .elm-top-to-center {
    animation-name: elm-top-to-center;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 302, ../sass/animation.scss */
  .elm-center-to-bottom {
    animation-name: elm-center-to-bottom;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 311, ../sass/animation.scss */
  .elm-standby {
    animation-name: elm-center-to-bottom;
    animation-duration: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }

  /* line 318, ../sass/animation.scss */
  .elm-bottom-to-center {
    animation-name: elm-bottom-to-center;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: both;
  }
}
@keyframes center-to-top {
  0% {
    height: 100%;
    transform: translateY(0) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(-100%) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes top-to-center {
  0% {
    height: 100%;
    transform: translateY(-99%) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(0) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes center-to-bottom {
  0% {
    height: 100%;
    transform: translateY(0) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(100%) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes standby {
  0% {
    height: 100%;
    transform: translateY(100vh) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(100vh) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes bottom-to-center {
  0% {
    height: 100%;
    transform: translateY(99%) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(0) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes center-to-left {
  0% {
    height: 100%;
    transform: translateY(0) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(0) translateX(-100%) translate3d(0, 0, 0);
  }
}
@keyframes left-to-center {
  0% {
    height: 100%;
    transform: translateY(0) translateX(-99%) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(0) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes center-to-right {
  0% {
    height: 100%;
    transform: translateY(0) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(0) translateX(100%) translate3d(0, 0, 0);
  }
}
@keyframes right-to-center {
  0% {
    height: 100%;
    transform: translateY(0) translateX(99%) translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translateY(0) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes elm-center-to-top {
  0% {
    transform: translateY(-50%) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateY(-200%) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes elm-top-to-center {
  0% {
    transform: translateY(-200%) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateY(-50%) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes elm-center-to-bottom {
  0% {
    transform: translateY(-50%) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateY(200%) translateX(0) translate3d(0, 0, 0);
  }
}
@keyframes elm-bottom-to-center {
  0% {
    transform: translateY(200%) translateX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateY(-50%) translateX(0) translate3d(0, 0, 0);
  }
}
