@charset "UTF-8";
/*!
Template: arkhe
Theme Name: Arkhe CHILD - Epsilon Bioanalytics
Theme URI: https://arkhe-theme.com/ja/
Description: Arkheの子テーマ
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*====================================================
*
*	Base
*
====================================================*/
/*-----------------------
Arkheのベース設定

■ html
font-size: min(16px,4vw)　※最大16px
letter-spacing: .025em

■ body
font-size: 1rem
line-height: 1.5

-----------------------*/
/*===================================================
*       html
===================================================*/
:focus {
  outline: none;
}

/*===================================================
*        body
===================================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

/*===================================================
*        Hyperlink
===================================================*/
a:hover {
  text-decoration: none;
}

/*===================================================
*        Media
===================================================*/
/*===================================================
*        Form parts
===================================================*/
@media screen and (max-width: 999px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/*====================================================
*
*	Header
*
====================================================*/
#header .l-header__body {
  max-width: none;
}
#header .l-header__drawerBtn .c-iconBtn {
  color: #106aaa;
}

#gnav .c-gnav {
  font-size: 1rem;
}
#gnav .c-gnav > li {
  margin-right: 1.2em;
}
#gnav .c-gnav > li:last-child {
  margin-right: 0;
}
#gnav .c-gnav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
#gnav .c-gnav > li > a:hover {
  color: #2e8ed1;
}
#gnav .c-gnav .sub-menu {
  background: #fff;
  color: #106aaa;
  top: calc(100% - 10px);
  white-space: nowrap;
  width: auto !important;
}
#gnav .c-gnav .sub-menu::before {
  background-color: #fff;
}
#gnav .c-gnav .sub-menu a {
  padding: 1.2em;
}
#gnav .c-gnav .sub-menu a::before {
  content: none;
}
#gnav .c-gnav .sub-menu a:hover {
  color: #2e8ed1;
}

#drawer_menu {
  background: #f5f8fa;
  color: #106aaa;
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  #drawer_menu {
    display: none !important;
  }
}
#drawer_menu .c-drawerNav {
  border: 0;
}
#drawer_menu .c-drawerNav a:hover {
  background-color: transparent;
}
#drawer_menu .c-drawerNav > li {
  border-bottom: 1px solid #ccc;
}
#drawer_menu .c-drawerNav > li.menu-item-has-children > a {
  padding-bottom: 0.1em;
}
#drawer_menu .c-drawerNav > li .c-submenuToggleBtn {
  display: none !important;
}
#drawer_menu .c-drawerNav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1.2em 10px;
}
#drawer_menu .c-drawerNav .sub-menu {
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#drawer_menu .c-drawerNav .sub-menu > li > a {
  padding: 1em 10px 1em 20px;
}
#drawer_menu .p-drawer__close {
  display: none !important;
}

/*====================================================
*
*	Footer
*
====================================================*/
#footer {
  background: -webkit-gradient(linear, left top, right top, from(#2c92b5), color-stop(#2676b8), to(#178cc1));
  background: linear-gradient(to right, #2c92b5, #2676b8, #178cc1);
  margin-top: 6em;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#footer::before {
  content: "";
  display: inline-block;
  width: 2300px;
  height: auto;
  aspect-ratio: 3370/1652;
  background: url(assets/image/footer-bg-ptn-w.png) center center/contain no-repeat;
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.23;
  -webkit-animation: footer-bg-ptn 10s ease infinite alternate;
          animation: footer-bg-ptn 10s ease infinite alternate;
}
@media screen and (min-width: 1000px) {
  #footer::before {
    width: 3370px;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
@media screen and (min-width: 1400px) {
  #footer::before {
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
}
#footer .l-footer__widgets {
  padding: 4em 0;
}
#footer .e-logo {
  width: 380px;
  max-width: 80%;
  margin: 0 auto 1em;
}
#footer .w-footer.-widget1 {
  text-align: center;
}
#footer .w-footer.-widget1 .c-widget + .c-widget {
  margin-top: 1.5em;
}
#footer .l-footer__foot {
  padding-bottom: 0;
}
#footer .l-footer__nav {
  margin-bottom: 4em;
}
#footer .l-footer__nav li {
  position: relative;
}
#footer .l-footer__nav li:last-child::before {
  content: none;
}
#footer .l-footer__nav li::before {
  content: "";
  display: inline-block;
  border-right: 1px solid #fff;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(17deg);
          transform: translateY(-50%) rotate(17deg);
}
#footer .l-footer__nav a {
  padding: 0 1em;
}
#footer .c-copyright {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  color: rgba(25, 25, 25, 0.8);
  font-size: 0.7rem;
  background: #f5f8fa;
  padding: 0.5em;
}

@-webkit-keyframes footer-bg-ptn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  25% {
    opacity: 0.18;
  }
  50% {
    -webkit-filter: drop-shadow(16px 16px 20px #002afa);
            filter: drop-shadow(16px 16px 20px #002afa);
  }
  75% {
    opacity: 0.15;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
            transform: translate(-50%, -50%) scale(1.02);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@keyframes footer-bg-ptn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  25% {
    opacity: 0.18;
  }
  50% {
    -webkit-filter: drop-shadow(16px 16px 20px #002afa);
            filter: drop-shadow(16px 16px 20px #002afa);
  }
  75% {
    opacity: 0.15;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
            transform: translate(-50%, -50%) scale(1.02);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
/*====================================================
*
*	Wrapper
*
====================================================*/
#wrapper {
  overflow: clip;
}

/*====================================================
*
*	Content
*
====================================================*/
/*====================================================
*
*	Block
*
====================================================*/
.c-margin-block {
  margin: 6em auto;
  position: relative;
}
.c-margin-block:first-child {
  margin-top: 0;
}
.c-margin-block:last-child {
  margin-bottom: 0;
}

/*====================================================
*
*	Title
*
====================================================*/
/*====================================================
*
*	Button
*
====================================================*/
.c-btn {
  display: inline-block;
  text-align: center;
  background: #106aaa;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.7em 1em;
  font-size: 1.1em;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn:hover {
  background-color: #2e8ed1;
}

.p-fixBtnWrap .c-fixBtn {
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-fixBtnWrap .c-fixBtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*====================================================
*
*	List
*
====================================================*/
/*====================================================
*
*	Form
*
====================================================*/
.c-form {
  max-width: 800px;
  margin: 0 auto;
}
.c-form .e-form-item + .e-form-item {
  margin-top: 2em;
}
.c-form .e-head {
  font-size: 1.05em;
  margin-bottom: 0.5em;
}
.c-form .e-must {
  display: inline-block;
  font-size: 10px;
  color: #ed0000;
  line-height: 1;
  margin-left: 1em;
  position: relative;
  top: -3px;
}
.c-form .e-must::before {
  content: "＊";
  display: inline-block;
}
.c-form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]),
.c-form textarea {
  width: 100%;
  background: #f5f8fa;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 12px 12px;
}
.c-form .e-acceptance {
  text-align: center;
  margin: 1em 0;
}
.c-form .e-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.c-form .e-acceptance .wpcf7-list-item > label {
  display: inline-block;
  cursor: pointer;
}
.c-form .e-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.c-form .e-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #f5f8fa url(assets/image/icon-check.svg) no-repeat 50% 50%/90%;
}
.c-form .e-acceptance .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 40px;
}
.c-form .e-acceptance .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  background-color: #f5f8fa;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.c-form .e-btn-set {
  margin-top: 3em;
  text-align: center;
}
.c-form .e-btn-set .c-btn {
  width: 400px;
  max-width: 80%;
  font-size: 1.2em;
}
.c-form .e-btn-set .c-btn:disabled {
  background-color: #999;
}
.c-form .wpcf7-spinner {
  display: block;
  margin: 1em auto;
}
.c-form:not(.sent) .wpcf7-response-output {
  background-color: #ffe1e1 !important;
  border: 0 !important;
  color: red !important;
  padding: 1em !important;
  margin: 2em 0 !important;
}
@media screen and (min-width: 1000px) {
  .c-form:not(.sent) .wpcf7-response-output {
    text-align: center;
  }
}
.c-form.sent .wpcf7-response-output {
  font-size: clamp(16px, 3.5vw, 24px);
  font-weight: bold;
  color: #106aaa;
  text-align: center;
  border: 0 !important;
  padding: 1.5em;
  margin: 0;
  background: rgba(231, 240, 247, 0.9);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 80px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 98;
}
.c-form.sent .wpcf7-response-output::before {
  content: "THANK YOU";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: min(11vw, 84px);
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.e-form-recaptcha-policy {
  text-align: center;
  font-size: 10px;
  color: #777;
}

/*====================================================
*
*	Top Title Area
*
*   下層ページ タイトルエリア
*   Arkhe タイトル設定：コンテンツ上部
*
====================================================*/
#top_title_area.-noimg {
  background: transparent;
  min-height: 200px;
}
@media screen and (min-width: 600px) {
  #top_title_area.-noimg {
    min-height: 300px;
  }
}
#top_title_area.-noimg .p-topArea__body {
  color: #191919;
  text-shadow: none;
}
#top_title_area.-noimg + .l-content__body {
  margin-top: 0;
}
#top_title_area .c-pageTitle__main {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(28px, 6vw, 60px);
}
#top_title_area .c-pageTitle__main .e-subttl {
  display: block;
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: clamp(14px, 0.5em, 16px);
}

body.page-id-11 #top_title_area {
  --top-title-min-width: 100%;
  --top-title-min-height: auto; /* aspect-ratioで制御するのでここは自動 */
  width: var(--top-title-min-width);
  aspect-ratio: 2/1; /* 横:縦 = 2:1 → 半円になる */
  min-height: 0;
  border-bottom-left-radius: 50% 100%; /* 初期は下半分の半円形 */
  border-bottom-right-radius: 50% 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  body.page-id-11 #top_title_area {
    --top-title-min-width: 90%;
    aspect-ratio: 3/1;
  }
}
body.page-id-11 #top_title_area .c-pageTitle__main {
  text-align: left;
  padding-left: 1.5em;
  position: relative;
  top: -1em;
}
body.page-id-11 #top_title_area .c-pageTitle__main .e-subttl::before {
  content: "";
  display: inline-block;
  border-top: 1px solid;
  width: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}
body.page-id-11 #top_title_area .p-topArea__img {
  display: block;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/*====================================================
*
*	Various
*
====================================================*/
#breadcrumb {
  display: none !important;
}

/*====================================================
*
*	Pyramid Map
*
*   ピラミッド画像　イメージマップ
*
====================================================*/
.p-pyramid-map {
  position: relative;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}
.p-pyramid-map .e-tooltip {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(80%), to(transparent));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), 80%, transparent);
  padding: 10px 20px;
  font-size: 0.95em;
  line-height: 1.3;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-pyramid-map .e-tooltip.is-active {
  opacity: 1;
  visibility: visible;
}
.p-pyramid-map .e-tooltip.m-1 {
  top: 25%;
  left: 15%;
}
.p-pyramid-map .e-tooltip.m-2 {
  top: 45%;
  left: 5%;
}
.p-pyramid-map .e-tooltip.m-3 {
  top: 65%;
  left: -5%;
}
.p-pyramid-map .e-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-pyramid-map .e-overlay polygon {
  fill: rgba(255, 255, 255, 0.2);
  -webkit-filter: blur(35px);
          filter: blur(35px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-pyramid-map .e-overlay polygon.is-active {
  opacity: 1;
  visibility: visible;
}

/*====================================================
*
*	Pyramid Page
*
*   ピラミッド画像の説明ページ
*
====================================================*/
body.page-id-215 #top_title_area,
body.page-id-213 #top_title_area {
  display: none !important;
}
body.page-id-215 .l-content__body,
body.page-id-213 .l-content__body {
  margin-top: 0 !important;
}

/*---------------------------------------
*    pyramid-mv
---------------------------------------*/
.p-pyramid-mv {
  background-color: #dfeef8;
  padding: 2em min(48px, 4vw) 6em;
  position: relative;
  z-index: 0;
}
.p-pyramid-mv > .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .p-pyramid-mv .e-mv-cols {
    gap: 4em !important;
  }
}
.p-pyramid-mv .e-mv-cols .e-col-ttl {
  font-size: clamp(20px, 4vw, 36px);
  padding-bottom: 1em;
  position: relative;
}
.p-pyramid-mv .e-mv-cols .e-col-ttl::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 6px;
  background-color: #106aaa;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*---------------------------------------
*    p-pyramid-desc
---------------------------------------*/
.p-pyramid-desc {
  counter-reset: pyramid-desc-num;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  padding: 2.6em 1.6em;
  margin-top: -4em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .p-pyramid-desc {
    padding: 2.6em 4.6em 4.6em;
  }
}

.p-pyramid-desc-sec {
  counter-increment: pyramid-desc-num;
  padding-left: min(8vw, 100px);
  margin: 4em 0 !important;
}
.p-pyramid-desc-sec:first-child {
  margin-top: 0 !important;
}
.p-pyramid-desc-sec:last-child {
  margin-bottom: 0 !important;
}
.p-pyramid-desc-sec .e-sec-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(28px, 5vw, 50px);
  margin-bottom: 1em;
  color: #106aaa;
  position: relative;
}
.p-pyramid-desc-sec .e-sec-ttl::before {
  content: counter(pyramid-desc-num, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(28px, 5vw, 70px);
  padding-right: min(2vw, 50px);
  color: #34b1d0;
}
@media screen and (min-width: 1000px) {
  .p-pyramid-desc-sec .e-sec-ttl::before {
    top: -0.25em;
  }
}
.p-pyramid-desc-sec .e-sec-ttl .e-ja {
  display: block;
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 3vw, 30px);
  color: #191919;
}
.p-pyramid-desc-sec .e-sec-ttl + .e-sec-summary {
  margin-top: -1em;
}
.p-pyramid-desc-sec .e-sec-summary {
  color: #777;
  font-size: 0.93em;
}
.p-pyramid-desc-sec .e-inner-sec {
  margin: 3em 0;
}
.p-pyramid-desc-sec .e-inner-sec:first-child {
  margin-top: 0;
}
.p-pyramid-desc-sec .e-inner-sec:last-child {
  margin-bottom: 0;
}
.p-pyramid-desc-sec .e-inner-sec .e-inner-sec-ttl {
  font-weight: bold;
  font-size: clamp(20px, 3vw, 24px);
  position: relative;
  margin-bottom: 0.5em;
}
.p-pyramid-desc-sec .e-inner-sec .e-inner-sec-ttl::before {
  content: "";
  display: inline-block;
  width: 18px;
  border-top: 1px solid;
  position: absolute;
  top: 0.75em;
  right: 100%;
  margin-right: 0.5em;
}
@media screen and (min-width: 1000px) {
  .p-pyramid-desc-sec .e-inner-sec .e-inner-sec-ttl::before {
    width: 28px;
  }
}
.p-pyramid-desc-sec .e-inner-sec .e-text-box {
  margin: 0;
}
.p-pyramid-desc-sec .e-inner-sec .e-text-box strong {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(52, 177, 208, 0.3)));
  background-image: linear-gradient(transparent 70%, rgba(52, 177, 208, 0.3) 70%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.p-pyramid-desc-sec .e-inner-sec .e-text-box strong.is-visible {
  background-size: 100% 100%;
}

/*---------------------------------------
*    経営戦略（page-id-215）
---------------------------------------*/
/*---------------------------------------
*    事業内容（page-id-213）
---------------------------------------*/
body.page-id-213 .p-pyramid-mv {
  background-color: #dff8f5;
}
body.page-id-213 .p-pyramid-mv .e-mv-cols .e-col-ttl::before {
  background-color: #018886;
}
body.page-id-213 .p-pyramid-desc-sec .e-sec-ttl {
  color: #018886;
}
body.page-id-213 .p-pyramid-desc-sec .e-sec-ttl::before {
  color: #38c5b9;
}
body.page-id-213 .p-pyramid-desc-sec .e-inner-sec .e-text-box strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(56, 197, 185, 0.3)));
  background-image: linear-gradient(transparent 70%, rgba(56, 197, 185, 0.3) 70%);
}

/*====================================================
*
*	Home
*
====================================================*/
.p-home-sec-ttl {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(28px, 6vw, 52px);
  margin-bottom: 1em;
}
.p-home-sec-ttl .e-ja {
  display: block;
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.5em, 20px);
}

@media screen and (min-width: 1000px) {
  .p-home-sec-intro .e-text-box {
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .p-home-sec-intro .e-text-box {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .p-home-sec-intro .e-text-box br {
    display: none;
  }
}

.p-home-inner-sec.m-bg {
  padding: 6em min(48px, 4vw);
}
.p-home-inner-sec.m-bg + .m-bg {
  margin-top: 0;
}
.p-home-inner-sec.m-bg > .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  .p-home-inner-sec .e-desc-cols {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .p-home-inner-sec .e-desc-cols {
    gap: 4em !important;
  }
}
.p-home-inner-sec .e-desc-cols .e-text-col .e-col-ttl {
  font-size: 1.5em;
  font-size: clamp(20px, 3vw, 28px);
  position: relative;
  padding-left: 50px;
  margin-bottom: 1em;
}
.p-home-inner-sec .e-desc-cols .e-text-col .e-col-ttl::before {
  content: "";
  display: inline-block;
  width: 40px;
  border-top: 1px solid;
  position: absolute;
  top: 0.75em;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .p-home-inner-sec .e-desc-cols .e-text-col .e-col-ttl {
    font-size: 28px;
    margin-left: -70px;
    padding-left: 70px;
  }
  .p-home-inner-sec .e-desc-cols .e-text-col .e-col-ttl::before {
    width: 60px;
    top: 22px;
  }
}
.p-home-inner-sec .e-desc-cols .e-text-col .e-col-ttl + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 781px) {
  .p-home-inner-sec .e-desc-cols .e-image-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 781px) {
  .p-home-inner-sec .e-pyramid-cols {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .p-home-inner-sec .e-pyramid-cols {
    gap: 4em !important;
  }
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: pyramid-link-num;
  font-size: 1.05em;
  line-height: 1.5;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li {
  counter-increment: pyramid-link-num;
  margin: 0;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li:first-child {
  border-top: 1px solid #515151;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li > a {
  display: block;
  padding: 1.4em 20px 1.4em 63px;
  border-bottom: 1px solid #515151;
  position: relative;
  color: #191919;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li > a::before {
  content: counter(pyramid-link-num, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #34b1d0;
  line-height: 1;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #191919;
  border-left: 0;
  border-top: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 1000px) {
  .p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li > a {
    padding-left: 100px;
  }
  .p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li > a::before {
    font-size: 50px;
  }
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li > a strong {
  display: inline-block;
  line-height: 1.05;
  margin-bottom: 0.2em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 6vw, 28px);
  color: #106aaa;
}
@media screen and (min-width: 782px) {
  .p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li > a strong {
    font-size: clamp(20px, 2.8vw, 30px);
  }
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-btns {
  margin-top: 3em;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-btns .e-btn {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  width: 240px;
  max-width: 45%;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-btns .e-btn a {
  width: 100%;
}

/*---------------------------------------
*    home-mv
---------------------------------------*/
#home-mv {
  position: relative;
}
#home-mv .e-mv-catch {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 7vw;
  line-height: 1.2;
  margin: 0;
  z-index: 10;
  -webkit-animation: home-mv-catch 1.2s 0.2s ease-in-out both;
          animation: home-mv-catch 1.2s 0.2s ease-in-out both;
}
@media screen and (min-width: 600px) {
  #home-mv .e-mv-catch {
    font-size: min(5vw, 80px);
    line-height: 1.1;
  }
}

@-webkit-keyframes home-mv-catch {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes home-mv-catch {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
.p-home-mv-slide {
  overflow: hidden;
}
.p-home-mv-slide .slick-slide img {
  width: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-mv-slide .slick-slide img.m-1 {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}
.p-home-mv-slide .slick-slide img.m-2 {
  -o-object-position: 40% 50%;
     object-position: 40% 50%;
}
.p-home-mv-slide .slick-slide.add-animation {
  -webkit-animation: home-mv-slide 10s linear both;
          animation: home-mv-slide 10s linear both;
}

@-webkit-keyframes home-mv-slide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes home-mv-slide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
/*---------------------------------------
*    home-company
---------------------------------------*/
#home-company .p-home-logomark-video {
  margin: 1em 0;
}
@media screen and (min-width: 600px) {
  #home-company .p-home-logomark-video {
    margin: 2em 0;
  }
}
#home-company .p-home-logomark-video video {
  max-width: 800px;
  margin: 0 auto;
}
#home-company .p-home-sec-intro {
  margin-bottom: 6em;
}
#home-company .p-home-inner-sec.m-techno {
  background: -webkit-gradient(linear, right bottom, left top, from(#2c92b5), color-stop(#2676b8), to(#178cc1));
  background: linear-gradient(to left top, #2c92b5, #2676b8, #178cc1);
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#home-company .p-home-inner-sec.m-techno::before {
  content: "";
  display: inline-block;
  width: 800px;
  height: auto;
  aspect-ratio: 1629/1367;
  background: url(assets/image/home-bg-ptn-w.png) center center/contain no-repeat;
  position: absolute;
  top: -100px;
  right: -500px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
@media screen and (min-width: 600px) {
  #home-company .p-home-inner-sec.m-techno::before {
    width: 1000px;
  }
}
@media screen and (min-width: 1000px) {
  #home-company .p-home-inner-sec.m-techno::before {
    width: 1600px;
    top: -700px;
    right: -300px;
  }
}
#home-company .p-home-inner-sec.m-techno.is-visible::before {
  top: -30px;
  right: -280px;
  opacity: 0.5;
  -webkit-animation: home-company-bg-ptn 10s 5s ease infinite alternate;
          animation: home-company-bg-ptn 10s 5s ease infinite alternate;
}
@media screen and (min-width: 1000px) {
  #home-company .p-home-inner-sec.m-techno.is-visible::before {
    top: -650px;
    right: -150px;
  }
}
#home-company .p-home-inner-sec.m-strategy {
  background-color: #dfeef8;
}
#home-company .p-home-inner-sec.m-strategy .e-pyramid-cols {
  margin-top: 5em;
}

@-webkit-keyframes home-company-bg-ptn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.55;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 0.4;
  }
}

@keyframes home-company-bg-ptn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.55;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 0.4;
  }
}
/*---------------------------------------
*    home-service
---------------------------------------*/
#home-service .p-home-sec-intro {
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  padding: 2.6em 1.6em;
  position: relative;
  z-index: 1;
}
#home-service .p-home-sec-intro .e-icon-cols .e-icon-col .e-icon img {
  width: 230px;
}
#home-service .p-home-sec-intro .e-icon-cols .e-icon-col .e-icon figcaption {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: bold;
  opacity: 1;
  color: #106aaa;
}
#home-service .p-home-inner-sec.m-service {
  background-color: #dff8f5;
  margin-top: -8em;
  padding-top: 14em;
  position: relative;
  z-index: 0;
}
#home-service .p-home-inner-sec.m-service .e-pyramid-cols .e-list-col .e-link-list > li > a::before {
  color: #38c5b9;
}
#home-service .p-home-inner-sec.m-service .e-pyramid-cols .e-list-col .e-link-list > li > a strong {
  color: #018886;
}
#home-service .p-home-inner-sec.m-service .e-pyramid-cols .e-list-col .e-link-btns .e-btn a {
  background-color: #018886;
}

/*====================================================
*
*	Contact
*
====================================================*/
body.page-id-11 .l-content {
  z-index: auto !important;
}
body.page-id-11 .l-content__body {
  margin-bottom: 0 !important;
}
body.page-id-11 #footer {
  margin-top: 0 !important;
}

/*---------------------------------------
*    contact-intro
---------------------------------------*/
@media screen and (min-width: 600px) {
  #contact-intro .e-text-box {
    text-align: center;
  }
}

/*---------------------------------------
*    contact-form
---------------------------------------*/
/*---------------------------------------
*    contact-office
---------------------------------------*/
#contact-office {
  padding: 6em 0 8em;
  position: relative;
  z-index: auto;
}
#contact-office::before {
  content: "";
  display: inline-block;
  width: 1600px;
  height: auto;
  aspect-ratio: 2420/1328;
  background: url(assets/image/contact-bg-ptn.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 2s 0.5s;
  transition: 2s 0.5s;
}
@media screen and (min-width: 1000px) {
  #contact-office::before {
    width: 2420px;
  }
}
#contact-office.is-visible::before {
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-filter: none;
          filter: none;
}
#contact-office .e-office {
  width: 580px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #contact-office .e-office {
    width: 800px;
  }
}

/*---------------------------------------
*    contact-map
---------------------------------------*/
#contact-map .e-gmap {
  width: 100%;
  height: 500px;
}

/*====================================================
*
*	Privacy
*
====================================================*/
/*---------------------------------------
*    privacy-intro
---------------------------------------*/
@media screen and (min-width: 600px) {
  #privacy-intro .e-text-box {
    text-align: center;
  }
}

/*---------------------------------------
*    privacy-doc
---------------------------------------*/
#privacy-doc {
  counter-reset: privacy-doc-num;
  max-width: 800px;
  margin: 0 auto;
}

.p-privacy-doc-sec {
  counter-increment: privacy-doc-num;
  margin: 4em 0 !important;
}
.p-privacy-doc-sec:first-child {
  margin-top: 0 !important;
}
.p-privacy-doc-sec:last-child {
  margin-bottom: 0 !important;
}
.p-privacy-doc-sec .e-sec-ttl {
  font-weight: bold;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 1em;
  position: relative;
}
.p-privacy-doc-sec .e-sec-ttl::before {
  content: counter(privacy-doc-num);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #106aaa;
  line-height: 1;
  width: 30px;
  position: absolute;
  top: auto;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .p-privacy-doc-sec .e-sec-ttl {
    font-size: 20px;
    padding-left: 38px;
  }
  .p-privacy-doc-sec .e-sec-ttl::before {
    font-size: 38px;
    top: -3px;
  }
}
.p-privacy-doc-sec .e-contact-cols {
  background-color: #f5f8fa;
  padding: 1.5em;
  margin-top: 1.5em;
  gap: 0 !important;
}
.p-privacy-doc-sec .e-contact-cols .e-text-col {
  border-left: 1px solid #ccc;
  padding-left: 2em;
}
@media screen and (max-width: 781px) {
  .p-privacy-doc-sec .e-contact-cols .e-text-col {
    border-left: 0;
    border-top: 1px solid #ccc;
    padding-left: 0;
    padding-top: 1em;
    margin-top: 1em !important;
  }
}

/*====================================================
*
*	General
*
====================================================*/
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-clr {
  clear: both;
}

.u-inline-block {
  display: inline-block;
}

.u-ta-center {
  text-align: center;
}

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}

.u-no-link {
  pointer-events: none;
}

/*====================================================
*
*	Font
*
====================================================*/
.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fs-normal {
  font-style: normal;
}

.u-fs-italic {
  font-style: italic;
}

.u-fz-smaller {
  font-size: smaller;
}

.u-fz-larger {
  font-size: larger;
}

.u-ff-en {
  font-family: "Roboto", sans-serif;
}

/*====================================================
*
*	Display
*
====================================================*/
.u-display-none {
  display: none !important;
}

.u-sp-none {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-sp-none {
    display: block;
  }
}

.u-sp-tb-none {
  display: none;
}
@media screen and (min-width: 1000px) {
  .u-sp-tb-none {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .u-tb-pc-none {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-pc-none {
    display: none;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.fast {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.animated.faster {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/*====================================================
*
*	Waypoints Custom
*
*	Used with customized Animate.css.
====================================================*/
/* Waypoints Setting */
.way-zoomIn,
.way-flash,
.way-bounce,
.way-bounceIn,
.way-bounceInUp,
.way-bounceInDown,
.way-bounceInLeft,
.way-bounceInRight,
.way-fadeIn,
.way-fadeInUp,
.way-fadeInDown,
.way-fadeInLeft,
.way-fadeInRight,
.way-flip,
.way-flipInX,
.way-flipInY,
.way-rotateIn,
.way-rotateInDownLeft,
.way-rotateInDownRight,
.way-rotateInUpLeft,
.way-rotateInUpRight,
.way-slideInUp,
.way-slideInDown,
.way-slideInLeft,
.way-slideInRight {
  visibility: hidden;
}

.zoomIn,
.flash,
.bounce,
.bounceIn,
.bounceInUp,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.fadeIn,
.fadeInUp,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.flip,
.flipInX,
.flipInY,
.rotateIn,
.rotateInDownLeft,
.rotateInDownRight,
.rotateInUpLeft,
.rotateInUpRight,
.slideInUp,
.slideInDown,
.slideInLeft,
.slideInRight {
  visibility: visible !important;
}

.delay-300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.delay-600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.delay-900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.delay-1200 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.delay-1500 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.delay-1800 {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.delay-2100 {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.delay-2400 {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.delay-2700 {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.delay-3000 {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

/*---------------------------------------
		Site Original
---------------------------------------*/
#top_title_area .c-pageTitle__main {
  visibility: hidden;
}

#top_title_area .c-pageTitle__main .e-subttl {
  visibility: hidden;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

body.page-id-11 #top_title_area .p-topArea__img {
  visibility: hidden;
}

.p-home-sec-intro {
  visibility: hidden;
}

.p-home-inner-sec .e-desc-cols .e-text-col .e-col-ttl {
  visibility: hidden;
}

.p-home-inner-sec .e-desc-cols .e-image-col .e-col-image {
  visibility: hidden;
}

.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li {
  visibility: hidden;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li:nth-child(2) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li:nth-child(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li:nth-child(4) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.p-home-inner-sec .e-pyramid-cols .e-list-col .e-link-list > li:nth-child(5) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

#home-service .p-home-sec-intro .e-icon-cols .e-icon {
  visibility: hidden;
}

#home-service .p-home-sec-intro .e-icon-col:nth-child(1) .e-icon {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
#home-service .p-home-sec-intro .e-icon-col:nth-child(2) .e-icon {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
#home-service .p-home-sec-intro .e-icon-col:nth-child(3) .e-icon {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
#home-service .p-home-sec-intro .e-icon-col:nth-child(4) .e-icon {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
#home-service .p-home-sec-intro .e-icon-col:nth-child(5) .e-icon {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.p-pyramid-mv .e-mv-cols .e-col-ttl {
  visibility: hidden;
}

.p-pyramid-mv .e-mv-cols .e-col-text {
  visibility: hidden;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.p-pyramid-desc-sec {
  visibility: hidden;
}

.p-pyramid-desc-sec .e-inner-sec {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */