@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap);
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  text-decoration: underline;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  position: relative;
  display: block;
  height: 0px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select, textarea {
  vertical-align: middle;
  /*font-size: $g_font_size;*/
  line-height: 1.7;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
  font-family: inherit;
}

input[type=radio] {
  vertical-align: -0.1em;
}

.wrap {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .wrap {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html {
  height: 100%;
  overflow-y: scroll;
  opacity: 1;
  scroll-padding-top: 140px;
}

html.wf-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 1;
}

a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a:active, a:focus {
  color: #333333;
}

*:focus {
  outline: none;
}

a[href^="tel:"] {
  cursor: default !important;
  pointer-events: none;
  color: #000 !important;
}

/*
a[href^="mailto:"] {
    cursor: pointer !important;
    color: $g_color_100!important;
    text-decoration: underline;
}
*/
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1.7;
  min-width: 1190px;
  font-weight: 400;
}
body.-admission {
  line-height: 1.3;
  overflow: hidden;
  font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.wrap {
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.sp-box {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp-box {
    display: block;
  }
  .pc-box {
    display: none !important;
  }
  body {
    font-size: 15px !important;
    min-width: 100%;
    line-height: 1.6;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body.-admission {
    font-size: 11px !important;
  }
  body.-admission .second {
    font-size: 14px;
  }
  input[type=button],
  input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
    color: #006eb2 !important;
    text-decoration: underline;
  }
}
header {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  min-width: 1200px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
}
header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
header .title-block {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .title-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .title-block a img {
  width: 20%;
}
header .title-block a .title {
  margin-left: 10px;
  font-size: 160%;
  font-weight: bold;
}
header .list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
header .list-block li {
  position: relative;
}
header .list-block a {
  font-weight: bold;
  font-size: 90%;
  position: relative;
}
header .list-block a .line {
  display: inline-block;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
  position: absolute;
  height: 3px;
  background-color: #059baf;
  top: 100%;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .list-block a:hover .line {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .list-block a:not(:hover) .line {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
header .inquiry-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
header .inquiry-block .box {
  background-color: #059baf;
  padding: 10px;
}
header .inquiry-block .box p {
  color: #fff;
}
header .inquiry-block .box img {
  width: 25%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
header .ham-block {
  display: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  z-index: 10000 !important;
  -ms-flex-item-align: center;
      align-self: center;
}
header .ham-block span {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: block;
  height: 3px;
  width: 100%;
  background: #059baf;
  border-radius: 1px;
}
header .ham-block.is-open span:first-child {
  -webkit-transform: translateY(8px) rotate(135deg);
          transform: translateY(8px) rotate(135deg);
}
header .ham-block.is-open span:nth-child(2) {
  opacity: 0;
}
header .ham-block.is-open span:last-child {
  -webkit-transform: translateY(-8px) rotate(-135deg);
          transform: translateY(-8px) rotate(-135deg);
}

.sp-nav {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  margin-top: 46px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999 !important;
}
.sp-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.95);
}
.sp-nav .sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sp-nav .sp-list li {
  width: 90%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background-color: #059baf;
  border: 1px solid #059baf;
}
.sp-nav .sp-list li:hover {
  background-color: #fff;
}
.sp-nav .sp-list li:hover a {
  color: #059baf;
}
.sp-nav .sp-list li a {
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 25px;
  font-size: 150%;
  color: #fff;
}
.sp-nav .inquiry-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-nav .inquiry-box .box {
  background-color: #059baf;
  padding: 20px;
}
.sp-nav .inquiry-box .box p {
  color: #fff;
  font-size: 150%;
  margin-top: 15px;
}
.sp-nav .inquiry-box .box img {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.sp-nav .tel-block {
  margin: 40px auto 0 auto;
  width: 90%;
  padding: 20px 0;
  border-top: 2px solid #059baf;
  border-bottom: 2px solid #059baf;
  text-align: center;
}
.sp-nav .tel-block .title {
  font-weight: bold;
  font-size: 18px;
}
.sp-nav .tel-block .tel-box {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-nav .tel-block .tel-box .sp-tel {
  width: 20px;
  height: 31px;
}
.sp-nav .tel-block .tel-box .tel {
  font-size: 24px;
  color: #059baf;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 10px 10px 10px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .right {
    display: none;
  }
  header .title-block {
    white-space: nowrap;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  header .title-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .title-block a img {
    width: 40px;
  }
  header .title-block a .title {
    margin-top: 3px;
    margin-left: 10px;
    font-size: 160%;
    font-weight: bold;
  }
  header .list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  header .list-block li {
    position: relative;
  }
  header .list-block a {
    font-weight: bold;
    font-size: 90%;
    position: relative;
  }
  header .list-block a .line {
    display: inline-block;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    width: 100%;
    position: absolute;
    height: 3px;
    background-color: #059baf;
    top: 100%;
    left: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  header .list-block a:hover .line {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  header .list-block a:not(:hover) .line {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  header .inquiry-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  header .inquiry-block .box {
    background-color: #059baf;
    padding: 10px;
  }
  header .inquiry-block .box p {
    color: #fff;
  }
  header .inquiry-block .box img {
    width: 25%;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  header .ham-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer {
  text-align: center;
}
footer .footer-inquiry {
  padding: 60px 0px 80px 0px;
  background-color: #c1eaf4;
}
footer .footer-inquiry .title {
  font-size: 150%;
  font-weight: bold;
}
footer .footer-inquiry .title.-time {
  font-size: 120%;
  margin-top: 20px;
}
footer .footer-inquiry .inquiry-block {
  max-width: 1500px;
  min-width: 1200px;
  padding: 30px;
  margin: 0 auto;
  border: 4px solid #059baf;
  border-radius: 40px;
  background-color: #fff;
}
footer .footer-inquiry .inquiry-block .btn-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
footer .footer-inquiry .inquiry-block .btn-block .btn {
  width: 40%;
  background-color: #059baf;
}
footer .footer-inquiry .inquiry-block .btn-block .btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  padding: 25px 0;
}
footer .footer-inquiry .inquiry-block .btn-block .btn a.inquiry::before {
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/2026/admission_icon3.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  aspect-ratio: 1;
}
footer .footer-inquiry .inquiry-block .btn-block .btn a.web::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/2026/admission_icon2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  aspect-ratio: 1;
}
footer .footer-inquiry .inquiry-block .tel-block {
  margin-top: 40px;
}
footer .footer-inquiry .inquiry-block .tel-block .title {
  font-size: 200%;
}
footer .footer-inquiry .inquiry-block .tel-block .title.-time {
  font-size: 150%;
}
footer .footer-inquiry .inquiry-block .tel-block .tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 10px;
}
footer .footer-inquiry .inquiry-block .tel-block .tel-box .tel {
  line-height: 1;
  font-size: 500%;
  color: #059baf;
  font-weight: bolder;
  position: relative;
}
footer .footer-inquiry .inquiry-block .tel-block .tel-box .tel::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 114%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/2026/admission_icon5.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  aspect-ratio: 1;
}
footer .footer-inquiry .inquiry-block .tel-block .tel-box .tel::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 103%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/2026/admission_icon4.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  aspect-ratio: 1;
}
footer .footer-inquiry .inquiry-block .tel-block .tel-box img {
  padding-top: 17px;
  width: 59px;
  height: auto;
}
footer .footer-copyright {
  padding: 20px 0;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  footer .footer-inquiry {
    padding: 30px 0px 40px 0px;
  }
  footer .footer-inquiry .title {
    font-size: 150%;
  }
  footer .footer-inquiry .inquiry-block {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  footer .footer-inquiry .inquiry-block .btn-block {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-inquiry .inquiry-block .btn-block .btn {
    width: 100%;
  }
  footer .footer-inquiry .inquiry-block .btn-block .btn a {
    font-size: 150%;
  }
  footer .footer-inquiry .inquiry-block .btn-block .btn a.inquiry::before {
    display: none;
  }
  footer .footer-inquiry .inquiry-block .btn-block .btn a.web::before {
    display: none;
  }
  footer .footer-inquiry .inquiry-block .tel-block .tel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  footer .footer-inquiry .inquiry-block .tel-block .tel-box .tel {
    font-size: 220%;
  }
  footer .footer-inquiry .inquiry-block .tel-block .tel-box .tel::before {
    display: none;
  }
  footer .footer-inquiry .inquiry-block .tel-block .tel-box .tel::after {
    display: none;
  }
  footer .footer-inquiry .inquiry-block .tel-block .tel-box img {
    padding-top: 0px;
    width: 20px;
  }
  footer .footer-copyright {
    font-size: 100%;
  }
}
table {
  text-align: center;
  border: 2px #666 solid;
  border-collapse: collapse;
}
table tr {
  border: 2px #666 solid;
}
table tr th {
  border: 2px #666 solid;
  padding: 10px;
  background-color: #059baf;
  color: #fff;
}
table tr td {
  background-color: #fff;
  padding: 10px 20px;
  border: 2px #666 solid;
}
table tr td:first-child {
  background-color: #eff9f8;
}

@media screen and (max-width: 480px) {
  table {
    font-size: 120%;
  }
}
.ad-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.ad-btn li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #059baf;
  -webkit-box-shadow: 0px 0px 10px 2px rgb(228, 227, 227);
          box-shadow: 0px 0px 10px 2px rgb(228, 227, 227);
}
.ad-btn li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 25px 40px;
  color: #fff;
}
.ad-btn li a:hover::after {
  left: 95%;
}
.ad-btn li a::after {
  content: "";
  background-image: url("../img/2026/ad_allow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 94%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.ad-btn.-single li {
  width: 100%;
}

.btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.btn-01 li {
  text-align: center;
  width: calc(33.3333333333% - 46px);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #059baf;
}
.btn-01 li:hover {
  background-color: #059baf;
}
.btn-01 li:hover a {
  color: #fff;
}
.btn-01 li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 100%;
  display: block;
}

.btn-02 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.btn-02 br {
  display: block;
}
.btn-02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  width: calc(33.3333333333% - 22px);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background-color: #059baf;
  border: 1px solid #059baf;
}
.btn-02 li:hover {
  border: 1px solid #059baf;
  background-color: #fff;
}
.btn-02 li:hover a {
  color: #059baf;
}
.btn-02 li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 30px;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .ad-btn {
    margin-top: 50px;
  }
  .ad-btn li a {
    font-size: 20px;
    padding: 15px 30px;
  }
  .ad-btn li a::after {
    top: 50%;
    left: 93%;
    width: 15px;
    height: 15px;
  }
  .btn-01 {
    gap: 20px;
  }
  .btn-01 li {
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  .btn-02 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .btn-02 li {
    width: 100%;
  }
}
.slide-block {
  min-width: 1200px;
  white-space: nowrap;
  position: relative;
  width: 100vw;
  height: 70vh;
}
.slide-block .title-wrap {
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 3s ease 0s !important;
  transition: all 3s ease 0s !important;
  opacity: 0;
}
.slide-block .title-wrap.is-visible {
  opacity: 1;
}
.slide-block .title-wrap .title {
  font-size: 350%;
  font-weight: bold;
}
.slide-block .title-wrap .sub {
  font-size: 150%;
  font-weight: bolder;
  margin-top: 10px;
}
.slide-block .img-wrap {
  position: absolute;
  top: 70%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.slide-block .img-wrap canvas#hokkaido-canvas {
  display: block;
  height: auto;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, black)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(12%, black)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(12%, black)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%), linear-gradient(to right, transparent 0%, black 12%), linear-gradient(to left, transparent 0%, black 12%), linear-gradient(to top, transparent 0%, black 10%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, black)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(12%, black)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(12%, black)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, black));
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%), linear-gradient(to right, transparent 0%, black 12%), linear-gradient(to left, transparent 0%, black 12%), linear-gradient(to top, transparent 0%, black 10%);
  /* 複数マスクはデフォルトaddだと最初しか効かないのでluminanceで合成 */
  -webkit-mask-composite: source-in, source-in, source-in;
  mask-composite: intersect;
}
.slide-block .img-wrap .circle {
  position: absolute;
  top: 64.2%;
  left: 34.2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #059baf;
  width: 37.7px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-animation: opacity 2.5s forwards;
          animation: opacity 2.5s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slide-block .img-wrap .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #059baf;
  border-radius: 50%;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.slide-block .img-wrap .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #059baf;
  border-radius: 50%;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}

main .content {
  padding: 100px 0;
  width: 1200px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 1s ease 0s !important;
  transition: all 1s ease 0s !important;
}
main .content.is-visible {
  opacity: 1;
}
main .content .title {
  text-align: center;
  font-size: 250%;
  font-weight: bold;
}
main .content .title.-fee {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 50px;
  font-size: 200%;
}
main .content .title span {
  color: #d31a1a;
  font-size: 120%;
}
main .content .sub {
  text-align: center;
  font-size: 120%;
  margin-top: 10px;
  font-weight: bold;
}
main .content .sub span {
  color: #059baf;
}
main .content .item-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
main .content .item-box br {
  display: block;
}
main .content .item-box li {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
  width: calc(33.3333333333% - 100px);
}
main .content .item-box li img {
  height: 185px;
  display: block;
  margin: 0 auto;
}
main .content .item-box li img.cost {
  padding-left: 28px;
}
main .content .item-box li p {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 180%;
  font-weight: bold;
}
main .content .item-box li p span {
  color: #d31a1a;
  font-size: 130%;
}
main .content .swiper-block {
  position: relative;
}
main .content .swiper-block .swiper-box {
  border-radius: 20px;
  margin-top: 60px;
  position: relative;
  overflow: visible;
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 2px rgb(228, 227, 227);
          box-shadow: 0px 0px 10px 2px rgb(228, 227, 227);
}
main .content .swiper-block .swiper-box .title {
  font-size: 200%;
}
main .content .swiper-block .swiper-box .swiper-button-prev {
  position: absolute;
  background-image: url("../img/2026/ad_pre.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 15.7%;
  left: 89%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 37px;
  height: 37px;
}
main .content .swiper-block .swiper-box .swiper-button-prev svg {
  display: none !important;
}
main .content .swiper-block .swiper-box .swiper-button-next {
  width: 37px;
  height: 37px;
  position: absolute;
  background-image: url("../img/2026/ad_next.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 15.7%;
  right: 3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
main .content .swiper-block .swiper-box .swiper-button-next svg {
  display: none !important;
}
main .content .swiper-block .swiper-box .swiper {
  min-width: 1200px;
  overflow: visible;
  padding: 50px 0px 100px 0px;
  width: 100vw;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(50% - 50vw);
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide {
  border-radius: 40px;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide:hover {
  opacity: 0.8;
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide.-s01 {
  background-image: url("../img/2026/ad_company1.png");
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide.-s02 {
  background-image: url("../img/2026/ad_company2.png");
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide.-s03 {
  background-image: url("../img/2026/ad_company3.png");
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide.-s04 {
  background-image: url("../img/2026/ad_company4.png");
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide.-s05 {
  background-image: url("../img/2026/ad_company5.png");
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide.-s06 {
  background-image: url("../img/2026/ad_company6.jpg");
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide.-s07 {
  background-image: url("../img/2026/ad_company7.jpg");
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide.-s08 {
  background-image: url("../img/2026/ad_company8.jpg");
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide .sub {
  font-size: 80%;
  text-align: left;
}
main .content .card-box {
  margin-top: 50px;
  width: 100%;
}
main .content .card-box li {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 2px rgb(228, 227, 227);
          box-shadow: 0px 0px 10px 2px rgb(228, 227, 227);
}
main .content .card-box li .left-block {
  width: 30%;
}
main .content .card-box li .left-block .num {
  font-size: 380%;
  color: #059baf;
  font-weight: bolder;
  margin-bottom: 10px;
}
main .content .card-box li .right-block {
  padding-left: 35px;
  text-align: left;
  width: 70%;
}
main .content .card-box li .right-block .sub {
  font-size: 130%;
  text-align: left;
  position: relative;
  margin-top: 30px;
  color: #000;
}
main .content .card-box li .right-block .sub::before {
  content: "";
  top: 49.6%;
  left: -4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background-image: url("../img/2026/admission_icon7.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  aspect-ratio: 1;
}
main .content .card-box li .right-block .sub:first-child {
  margin: 0px;
}
main .content .card-box li .right-block p {
  margin-top: 10px;
}
main .content .title-block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
}
main .content .title-block .title {
  color: #059baf;
}
main .content .title-block .sub {
  font-size: 150%;
}
main .content .summary-block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .content .summary-block .img {
  text-align: center;
}
main .content .summary-block .img img {
  width: 90%;
}
main .content .summary-block .img p {
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
}
main .content .summary-block .summary {
  line-height: 1.7;
  font-weight: bold;
  text-align: left;
  width: 73%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  font-size: 120%;
  letter-spacing: 1px;
  position: relative;
}
main .content .summary-block .summary.is-visible {
  opacity: 0;
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateX(-100px) scale(0.8);
            transform: translateX(-100px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    -webkit-transform: translateX(-100px) scale(0.8);
            transform: translateX(-100px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
main .content .summary-block .summary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.1%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) skew(-10deg, -10deg);
          transform: translate(-50%, -50%) rotate(45deg) skew(-10deg, -10deg);
  background-color: #fff;
  width: 35px;
  aspect-ratio: 1;
}
main .content .join-block {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
main .content .join-block br {
  display: block;
}
main .content .join-block li {
  border-radius: 30px;
  width: calc(33.3333333333% - 20px);
  padding: 30px 40px;
  text-align: center;
  background-color: #fff;
}
main .content .join-block li:nth-child(1) {
  position: relative;
  z-index: 1;
}
main .content .join-block li:nth-child(1)::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "1";
  font-weight: bold;
  font-size: 400%;
  color: #059baf;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
}
main .content .join-block li:nth-child(2) {
  position: relative;
  z-index: 1;
}
main .content .join-block li:nth-child(2)::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "2";
  font-weight: bold;
  font-size: 400%;
  color: #059baf;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
}
main .content .join-block li:nth-child(3) {
  position: relative;
  z-index: 1;
}
main .content .join-block li:nth-child(3)::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "3";
  font-weight: bold;
  font-size: 400%;
  color: #059baf;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
}
main .content .join-block li .title {
  margin-top: 30px;
}
main .content .join-block li img {
  margin-top: 20px;
}
main .content .join-block li img.acceptance {
  padding-left: 17px;
  width: 54px;
}
main .content .join-block li .sub {
  font-size: 140%;
  margin-top: 20px;
  text-align: left;
}
main .content .join-block li .sub span {
  color: #d31a1a;
}
main .content .join-block li p {
  margin-top: 15px;
  text-align: left;
  font-size: 90%;
}
main .content .join-block li p span {
  font-weight: bold;
}
main .content .fee-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .content .fee-block .fee-box {
  text-align: center;
}
main .content .fee-block .fee-box .fee-title {
  position: relative;
  font-size: 150%;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
main .content .fee-block .fee-box .fee-title.is-hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
main .content .fee-block .fee-box .fee-title::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6%;
  height: 3px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
main .content .fee-block .fee-box .fee-title::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 88%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6%;
  height: 3px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
main .content .fee-block .fee-box .fee-btn {
  font-size: 200%;
  font-weight: bold;
  background-color: #ffdc29;
  margin-top: 10px;
}
main .content .fee-block .fee-box .fee-btn a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
main .content .fee-block .fee-box .sub {
  font-size: 90%;
  margin-top: 15px;
}
main .content .web-block {
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .content .web-block .title {
  margin: 0;
  font-size: 150%;
}
main .content .web-block .ad-btn {
  width: 50%;
  margin: 0;
}
main .content .web-block .ad-btn li a {
  font-size: 200%;
}
main .content .graph-wrap {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
}
main .content .graph-wrap.is-visible text {
  opacity: 0;
  -webkit-animation: opacity 1s 1.4s forwards;
          animation: opacity 1s 1.4s forwards;
}
main .content .graph-wrap.is-visible image {
  opacity: 0;
  -webkit-animation: opacity 1s 1.4s forwards;
          animation: opacity 1s 1.4s forwards;
}
main .content .graph-wrap.is-visible .company-box .circle1 circle {
  stroke-dasharray: 0, 100;
}
main .content .graph-wrap.is-visible .company-box .circle1 circle:nth-child(1) {
  stroke: #77c5e0;
  stroke-dashoffset: 0;
  -webkit-animation: anime01 1.1s 0s linear forwards;
          animation: anime01 1.1s 0s linear forwards;
}
main .content .graph-wrap.is-visible .company-box .circle1 circle:nth-child(2) {
  stroke: #42a6c1;
  stroke-dashoffset: -80;
  -webkit-animation: anime02 0.28s 1.1s linear forwards;
          animation: anime02 0.28s 1.1s linear forwards;
}
main .content .graph-wrap.is-visible .company-box .circle1 circle:nth-child(3) {
  stroke: #518593;
  stroke-dashoffset: -95;
  -webkit-animation: anime03 0.12s 1.38s ease-out forwards;
          animation: anime03 0.12s 1.38s ease-out forwards;
}
@-webkit-keyframes anime01 {
  to {
    stroke-dasharray: 80, 100;
  }
}
@keyframes anime01 {
  to {
    stroke-dasharray: 80, 100;
  }
}
@-webkit-keyframes anime02 {
  to {
    stroke-dasharray: 15, 100;
  }
}
@keyframes anime02 {
  to {
    stroke-dasharray: 15, 100;
  }
}
@-webkit-keyframes anime03 {
  to {
    stroke-dasharray: 5, 100;
  }
}
@keyframes anime03 {
  to {
    stroke-dasharray: 5, 100;
  }
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle {
  stroke-dasharray: 0, 100;
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle:nth-child(1) {
  stroke: #4db1ef;
  stroke-dashoffset: 0;
  -webkit-animation: anime04 0.285s 0s linear forwards;
          animation: anime04 0.285s 0s linear forwards;
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle:nth-child(2) {
  stroke: #32b9d8;
  stroke-dashoffset: -19;
  -webkit-animation: anime05 0.24s 0.285s linear forwards;
          animation: anime05 0.24s 0.285s linear forwards;
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle:nth-child(3) {
  stroke: #7dbfd8;
  stroke-dashoffset: -35;
  -webkit-animation: anime06 0.195s 0.525s linear forwards;
          animation: anime06 0.195s 0.525s linear forwards;
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle:nth-child(4) {
  stroke: #8399a5;
  stroke-dashoffset: -48;
  -webkit-animation: anime07 0.165s 0.72s linear forwards;
          animation: anime07 0.165s 0.72s linear forwards;
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle:nth-child(5) {
  stroke: #b3b3b3;
  stroke-dashoffset: -59;
  -webkit-animation: anime08 0.18s 0.885s linear forwards;
          animation: anime08 0.18s 0.885s linear forwards;
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle:nth-child(6) {
  stroke: #cecece;
  stroke-dashoffset: -71;
  -webkit-animation: anime09 0.18s 1.065s linear forwards;
          animation: anime09 0.18s 1.065s linear forwards;
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle:nth-child(7) {
  stroke: #64afa3;
  stroke-dashoffset: -83;
  -webkit-animation: anime10 0.135s 1.245s linear forwards;
          animation: anime10 0.135s 1.245s linear forwards;
}
main .content .graph-wrap.is-visible .industry-box .circle2 circle:nth-child(8) {
  stroke: #51d6bf;
  stroke-dashoffset: -92;
  -webkit-animation: anime11 0.135s 1.38s ease-out forwards;
          animation: anime11 0.135s 1.38s ease-out forwards;
}
@-webkit-keyframes anime04 {
  to {
    stroke-dasharray: 19, 100;
  }
}
@keyframes anime04 {
  to {
    stroke-dasharray: 19, 100;
  }
}
@-webkit-keyframes anime05 {
  to {
    stroke-dasharray: 16, 100;
  }
}
@keyframes anime05 {
  to {
    stroke-dasharray: 16, 100;
  }
}
@-webkit-keyframes anime06 {
  to {
    stroke-dasharray: 13, 100;
  }
}
@keyframes anime06 {
  to {
    stroke-dasharray: 13, 100;
  }
}
@-webkit-keyframes anime07 {
  to {
    stroke-dasharray: 11, 100;
  }
}
@keyframes anime07 {
  to {
    stroke-dasharray: 11, 100;
  }
}
@-webkit-keyframes anime08 {
  to {
    stroke-dasharray: 12, 100;
  }
}
@keyframes anime08 {
  to {
    stroke-dasharray: 12, 100;
  }
}
@-webkit-keyframes anime09 {
  to {
    stroke-dasharray: 12, 100;
  }
}
@keyframes anime09 {
  to {
    stroke-dasharray: 12, 100;
  }
}
@-webkit-keyframes anime10 {
  to {
    stroke-dasharray: 9, 100;
  }
}
@keyframes anime10 {
  to {
    stroke-dasharray: 9, 100;
  }
}
@-webkit-keyframes anime11 {
  to {
    stroke-dasharray: 8, 100;
  }
}
@keyframes anime11 {
  to {
    stroke-dasharray: 8, 100;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main .content .graph-wrap svg {
  width: 450px;
  aspect-ratio: 1;
  overflow: visible;
}
main .content .graph-wrap svg text {
  opacity: 0;
  fill: #000;
  stroke: none;
  stroke-width: 0;
  font-size: 2px;
  font-weight: bold;
}
main .content .graph-wrap svg text.l {
  font-size: 2.5px;
}
main .content .graph-wrap svg.circle2 text {
  font-size: 1.7px;
}
main .content .graph-wrap svg image {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
main .content .graph-wrap .company-box {
  width: 450px;
  height: 450px;
  position: relative;
  z-index: 0;
}
main .content .graph-wrap .company-box .title {
  color: #047b84;
  font-size: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
main .content .graph-wrap .company-box .circle1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  fill: none;
  stroke-width: 10px;
}
main .content .graph-wrap .industry-box {
  position: relative;
  width: 450px;
  height: 450px;
}
main .content .graph-wrap .industry-box br {
  display: block;
}
main .content .graph-wrap .industry-box .title {
  color: #047b84;
  font-size: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
main .content .graph-wrap .industry-box .circle2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  fill: none;
  stroke-width: 10px;
}
main .content .question-box {
  width: 100%;
  margin-top: 50px;
}
main .content .question-box li {
  border-bottom: 2px solid #444;
  padding: 40px 40px 20px 0px;
  font-weight: bold;
  font-size: 120%;
  position: relative;
}
main .content .question-box li .a {
  margin-top: 20px;
  display: none;
}
main .content .question-box li .a P {
  position: relative;
}
main .content .question-box li .a P::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "A";
  color: red;
}
main .content .question-box li .q P {
  position: relative;
}
main .content .question-box li .q P::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "Q";
  color: #059baf !important;
}
main .content .question-box li.-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
main .content .question-box li::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  position: absolute;
  top: 57%;
  left: 98%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "+";
  margin: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
main .content .question-box li p {
  width: 95%;
  padding-left: 40px;
}
main .content .question-btn {
  margin-left: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
main .content .question-btn:hover a::after {
  left: 98.5%;
}
main .content .question-btn a {
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #999;
  padding: 10px 50px;
}
main .content .question-btn a::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  position: absolute;
  top: 47.5%;
  left: 98%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/2026/ad_allow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  aspect-ratio: 1;
}

section {
  min-width: 1200px;
}
section br {
  display: none;
}
section.strengths {
  position: relative;
  background: #eff9f8;
  min-height: 100vh;
  margin-top: 100px;
  overflow-y: visible;
  z-index: -2;
}
section.strengths::before {
  min-width: 1950px;
  content: "";
  position: absolute;
  left: 50%;
  top: -16vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160vw;
  height: 70vh;
  background: #eff9f8;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  z-index: -2;
}
section.strengths .content .title {
  text-align: left;
  position: relative;
}
section.strengths .content .title::before {
  content: "";
  position: absolute;
  top: -240%;
  left: 4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/2026/tower.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 82px;
  height: 202px;
}
section.strengths .content .sub {
  text-align: left;
}
section.voice {
  background-color: #ffffff;
  background-image: radial-gradient(#ccc 1%, transparent 10%); /* ドットの色とサイズ */
  background-size: 20px 20px;
}
section.voice .content.is-visible .title::after {
  top: 70%;
}
section.voice br {
  display: block;
}
section.voice .title {
  text-align: left;
}
section.voice .title.-icon {
  position: relative;
}
section.voice .title.-icon::after {
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  content: "";
  background-image: url("../img/2026/admission_icon6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 300%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  aspect-ratio: 1;
}
section.support {
  background-color: #f9f9f9;
  text-align: center;
}
section.support .sub {
  color: #059baf;
  font-size: 150%;
}
section.support .content {
  position: relative;
}
section.support .content .guide {
  content: "";
  position: absolute;
  top: 8%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  width: 240px;
  aspect-ratio: 1;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
section.support .content.is-visible .guide {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
section.support .content.is-visible .guide:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
section.service {
  background-color: #eff9f8;
  text-align: center;
}
section.join {
  background-color: #c1eaf4;
  position: relative;
}
section.join::before {
  position: absolute;
  top: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 80px solid rgb(255, 255, 255);
}
section.join .title {
  margin-top: 70px;
}
section.data {
  background-color: #ffffff; /* 背景色 */
  background-image: linear-gradient(rgba(90, 90, 90, 0.2) 0.5px, transparent 1px), linear-gradient(90deg, rgba(90, 90, 90, 0.2) 0.5px, transparent 1px);
  background-size: 20px 20px; /* グリッドのサイズ */
}
section.question {
  background-color: #eff9f8;
}

@media screen and (max-width: 480px) {
  .slide-block {
    min-width: 100%;
    height: 380px;
  }
  .slide-block .title-wrap {
    width: 85%;
    white-space: wrap;
    left: 40%;
  }
  .slide-block .title-wrap .title {
    font-size: 230%;
  }
  .slide-block .title-wrap .sub {
    padding-left: 3px;
    font-size: 130%;
  }
  .slide-block .img-wrap {
    opacity: 0.7;
    position: absolute;
    top: 57%;
    left: 50%;
  }
  .slide-block .img-wrap canvas#hokkaido-canvas {
    opacity: 0.8;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    margin-top: 330px;
    margin-left: 70px;
  }
  .slide-block .img-wrap .circle {
    left: 47.2%;
    width: 17px;
    top: 55%;
  }
  main .content {
    padding: 50px 0;
    width: 100%;
  }
  main .content .title.-fee {
    text-align: center;
  }
  main .content .sub {
    font-size: 130%;
  }
  main .content .item-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .content .item-box li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    width: 100%;
    gap: 10%;
    height: 122px;
  }
  main .content .item-box li img {
    width: 30%;
    margin: 0;
    height: auto;
    display: block;
  }
  main .content .item-box li img.cost {
    padding-left: 0px;
  }
  main .content .item-box li p {
    width: calc(50% - 10px);
  }
  main .content .swiper-block .swiper-box .swiper-button-prev {
    display: none;
  }
  main .content .swiper-block .swiper-box .swiper-button-next {
    display: none;
  }
  main .content .swiper-block .swiper-box .swiper {
    min-width: 0;
  }
  main .content .swiper-block .swiper-box .swiper .swiper-wrapper .swiper-slide .sub {
    text-align: center;
  }
  main .content .card-box {
    margin-top: 50px;
    width: 100%;
  }
  main .content .card-box li {
    -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;
    padding: 20px 10px;
  }
  main .content .card-box li .left-block {
    width: 100%;
  }
  main .content .card-box li .left-block .num {
    font-size: 200%;
  }
  main .content .card-box li .right-block {
    margin-top: 20px;
    width: 88%;
  }
  main .content .card-box li .right-block .sub {
    margin-top: 20px;
    font-size: 150%;
  }
  main .content .card-box li .right-block .sub::before {
    top: 49.6%;
    left: -6%;
  }
  main .content .card-box li .right-block p {
    font-size: 130%;
  }
  main .content .title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .content .summary-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .content .summary-block.is-visible {
    opacity: 0;
    -webkit-animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
            animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  @-webkit-keyframes popup {
    0% {
      -webkit-transform: translateY(-30px) scale(0.8);
              transform: translateY(-30px) scale(0.8);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
    }
    80%, 100% {
      opacity: 1;
    }
  }
  @keyframes popup {
    0% {
      -webkit-transform: translateY(-30px) scale(0.8);
              transform: translateY(-30px) scale(0.8);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
    }
    80%, 100% {
      opacity: 1;
    }
  }
  main .content .summary-block .summary {
    width: 80%;
    padding: 20px;
    margin-top: 30px;
    font-size: 130%;
    opacity: 0;
  }
  main .content .summary-block .summary::before {
    top: 0%;
    left: 50%;
    z-index: 0;
  }
  main .content .join-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
  main .content .join-block li {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .content .join-block li .sub {
    font-size: 180%;
    text-align: center;
  }
  main .content .join-block li p {
    text-align: center;
    font-size: 130%;
  }
  main .content .fee-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .content .fee-block .fee-box {
    text-align: center;
    margin-top: 30px;
  }
  main .content .fee-block .fee-box .fee-btn a {
    width: auto;
  }
  main .content .fee-block .fee-box .sub {
    font-size: 130%;
  }
  main .content .web-block {
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .content .web-block .title {
    margin-bottom: 10px;
  }
  main .content .web-block .ad-btn {
    width: 100%;
  }
  main .content .web-block .ad-btn li a {
    font-size: 18px;
    padding: 15px 30px;
  }
  main .content .graph-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 50px;
  }
  main .content .graph-wrap svg {
    width: 73% !important;
  }
  main .content .graph-wrap svg text {
    font-size: 2.2px;
  }
  main .content .graph-wrap .company-box {
    width: 100%;
    height: 400px;
  }
  main .content .graph-wrap .company-box .title {
    font-size: 6vw;
  }
  main .content .graph-wrap .industry-box {
    height: 400px;
    width: 100%;
  }
  main .content .graph-wrap .industry-box br {
    display: block;
  }
  main .content .graph-wrap .industry-box .title {
    font-size: 6vw;
  }
  main .content .question-box {
    margin-top: 30px;
  }
  main .content .question-box li {
    font-size: 130%;
  }
  main .content .question-box li .a P {
    padding-left: 20px;
  }
  main .content .question-box li .q P {
    padding-left: 20px;
  }
  main .question-btn {
    text-align: center;
  }
  main .question-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  main .question-btn a {
    padding: 10px 30px;
    width: 100%;
    font-size: 130%;
  }
  section {
    min-width: 0px;
  }
  section br {
    display: block;
  }
  section.strengths {
    margin-top: 80px;
  }
  section.strengths::before {
    top: -20vh;
  }
  section.strengths .content {
    padding: 0;
    padding-bottom: 50px;
  }
  section.strengths .content .title {
    text-align: center;
  }
  section.strengths .content .title::before {
    display: none;
  }
  section.strengths .content .sub {
    text-align: center;
  }
  section.voice .title {
    text-align: center;
  }
  section.voice .title.-icon::after {
    display: none;
  }
  section.support .guide {
    display: none;
  }
  section.join::before {
    top: 1%;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid rgb(255, 255, 255);
  }
}
.second {
  line-height: 1.6;
  background-color: #eff9f8;
}
.second .pan {
  font-size: 90%;
  padding-top: 100px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.second .pan li {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 40px;
  padding: 3px 15px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.second .pan li:hover {
  border-color: #059baf;
}
.second .pan li:last-child {
  border-color: #059baf;
}
.second .pan li a {
  position: absolute;
  padding: 3px 15px;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.second .pan li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
  height: 9px;
  background: #000000;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.second .content {
  padding-top: 150px;
}
.second .content .title {
  text-align: center;
  font-size: 250%;
  font-weight: bold;
}
.second .content .sub {
  color: #059baf;
  font-size: 150%;
  margin-top: 10px;
  font-weight: bold;
}
.second .content .block {
  margin-top: 80px;
  background-color: #fff;
  border-radius: 30px;
  padding: 80px;
  margin-top: 50px;
}
.second .content .block article {
  padding-top: 100px;
}
.second .content .block article:first-child {
  padding-top: 0 !important;
}
.second .content .block article > *:last-child {
  margin-bottom: 0 !important;
}
.second .content .block article .title-01 {
  padding-bottom: 5px;
  margin-bottom: 40px;
  text-align: left;
  font-size: 170%;
  border-bottom: 2px solid #059baf;
  font-weight: bold;
}
.second .content .block article .title-00 {
  margin-bottom: 40px;
  background-color: rgba(5, 155, 175, 0.2);
  font-size: 180%;
  font-weight: bold;
  padding: 10px 40px;
  position: relative;
}
.second .content .block article .title-00::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #059baf;
  height: 67px;
  width: 15px;
}
.second .content .block article .title-04 {
  font-size: 140%;
  font-weight: bold;
}
.second .content .block article .simulation-box {
  margin: 15px 0 40px 0;
}
.second .content .block article .simulation-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.second .content .block article .simulation-box dl:not(:first-child) {
  margin-top: 15px;
}
.second .content .block article .simulation-box dl dt {
  width: 25%;
  font-size: 20px;
  font-weight: bold;
}
.second .content .block article .simulation-box dl dt p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.second .content .block article .simulation-box dl dd {
  width: 50%;
}
.second .content .block article .simulation-box .select-box select {
  width: 90%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #bcbcbc;
  padding: 15px 30px 15px 10px;
  border-radius: 5px;
  background-size: 24px;
}
.second .content .block article .simulation-box .select-box select:disabled {
  background: #f7f7f7;
  background-size: 24px;
  text-indent: 1000%;
  white-space: nowrap;
}
.second .content .block article .simulation-box .text-box input {
  margin-right: 10px;
  width: 80%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #bcbcbc;
  padding: 15px 30px 15px 10px;
  border-radius: 5px;
}
.second .content .block article .simulation-box .result {
  position: relative;
  width: 100%;
}
.second .content .block article .simulation-box .result ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.second .content .block article .simulation-box .result ul::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 44px;
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #059baf;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}
.second .content .block article .simulation-box .result ul li {
  width: 35%;
  padding-left: 30px;
  font-weight: bold;
}
.second .content .block article .simulation-box .result ul span {
  width: 50%;
  display: inline-block;
  background: #f7fcd9;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #bcbcbc;
  padding: 15px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 3px;
}
.second .content .block article p.text {
  margin-bottom: 30px;
}
.second .content .block article p.text.legal {
  font-size: 90%;
  text-align: right;
}
.second .content .block article p.text br {
  display: block;
}
.second .content .block article p.text span {
  color: red;
}
.second .content .block article table {
  width: 100%;
}
.second .content .block article .list-area {
  border-radius: 20px;
  background-color: rgb(247, 247, 247);
  padding: 30px 60px;
  margin-bottom: 40px;
}
.second .content .block article .list-area > *:last-child {
  margin-bottom: 0 !important;
}
.second .content .block article .list-02 {
  padding-left: 1.5rem;
  margin-bottom: 30px;
}
.second .content .block article .list-02 li {
  padding-bottom: 10px;
}
.second .content .block article .list-02 li span {
  color: red;
}
.second .content .block article .list-02 li::marker {
  font-weight: bold;
}
.second .content .block article .list-02 li:last-child {
  padding: 0;
}
.second .content .block article .list-01 {
  padding-left: 1.5rem;
  margin-bottom: 30px;
}
.second .content .block article .list-01 li {
  position: relative;
  padding-bottom: 10px;
}
.second .content .block article .list-01 li::before {
  content: "";
  position: absolute;
  top: 37%;
  left: -1.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #059baf;
  content: "▶";
  font-size: 0.7em;
}
.second .content .block article .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  font-size: 90%;
  font-weight: bold;
  margin-top: 50px;
}
.second .content .block article .page-list li {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.second .content .block article .page-list li:not(.selected) {
  position: relative;
  z-index: 1;
}
.second .content .block article .page-list li:not(.selected):hover a {
  color: #fff;
  opacity: 1;
}
.second .content .block article .page-list li:not(.selected):hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.second .content .block article .page-list li:not(.selected)::before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 25px;
  aspect-ratio: 1;
  background-color: #059baf;
  opacity: 1;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.second .content .block article .page-list li.selected {
  position: relative;
  z-index: 1;
  color: #fff;
}
.second .content .block article .page-list li.selected::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 25px;
  aspect-ratio: 1;
  background-color: #059baf;
  opacity: 1;
  z-index: -1;
}
.second .content .block article .inquiry {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 30px;
}
.second .content .block article .inquiry .title {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}
.second .content .block article .inquiry p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 110%;
}
.second .content .block article > *:last-child {
  margin-bottom: 0 !important;
}
.second .question-box {
  margin-bottom: 60px;
  margin-top: 0 !important;
}

@media screen and (max-width: 480px) {
  .second {
    line-height: 1.4;
  }
  .second .pan {
    padding-top: 62px;
    padding-left: 18px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .second .pan li:not(:first-child)::before {
    left: -13px;
  }
  .second .content {
    padding-top: 80px;
  }
  .second .content .block {
    margin-top: 50px;
    padding: 50px 20px;
    margin-top: 50px;
  }
  .second .content .block article {
    padding-top: 80px;
  }
  .second .content .block article .title-01 {
    margin-bottom: 20px;
    text-align: center;
  }
  .second .content .block article p.text {
    margin-bottom: 20px;
  }
  .second .content .block article .list-area {
    border-radius: 20px;
    background-color: rgb(247, 247, 247);
    padding: 20px;
    margin-bottom: 20px;
  }
  .second .content .block article .list-02 {
    margin-bottom: 20px;
  }
  .second .content .block article .list-01 {
    margin-bottom: 20px;
  }
  .second .content .block article .list-01 li::before {
    left: -4.5%;
  }
  .second .content .block article .page-list li {
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
  }
  .second .content .block article .simulation-box dl {
    -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;
  }
  .second .content .block article .simulation-box dl dt {
    width: 100%;
    margin-top: 10px;
  }
  .second .content .block article .simulation-box dl dt p {
    margin-bottom: 10px;
  }
  .second .content .block article .simulation-box dl dd {
    width: 100%;
    margin-top: 50px;
  }
  .second .content .block article .simulation-box .select-box select {
    width: 100%;
    font-size: 14px;
    padding: 10px 25px 10px 5px;
  }
  .second .content .block article .simulation-box .text-box {
    font-size: 14px;
  }
  .second .content .block article .simulation-box .text-box input {
    line-height: 1.5;
    border: 1px solid #bcbcbc;
    padding: 10px 25px 10px 5px;
    border-radius: 5px;
  }
  .second .content .block article .simulation-box .result {
    position: relative;
    width: 100%;
  }
  .second .content .block article .simulation-box .result ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second .content .block article .simulation-box .result ul::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .second .content .block article .simulation-box .result ul li {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .second .content .block article .simulation-box .result ul span {
    width: 70%;
    display: inline-block;
    background: #f7fcd9;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #bcbcbc;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 3px;
  }
}
.-width-auto {
  width: auto !important;
}

.-flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.-fs-xs {
  font-size: 11px !important;
}

.-fs-sm {
  font-size: 12px !important;
}

.-fs-md {
  font-size: 18px !important;
}

.-fs-lg {
  font-size: 24px !important;
}

.-fs-xl {
  font-size: 30px !important;
}

.-mr-sm {
  margin-right: 20px !important;
}

.-mb0 {
  margin-bottom: 0 !important;
}

.-mb-xs {
  margin-bottom: 10px !important;
}

.-mb-sm {
  margin-bottom: 20px !important;
}

.-mb-md {
  margin-bottom: 30px !important;
}

.-mb-lg {
  margin-bottom: 60px !important;
}

.-mb-xl {
  margin-bottom: 80px !important;
}

.-mt0 {
  margin-top: 0px !important;
}

.-mt-xs {
  margin-top: 10px !important;
}

.-mt-sm {
  margin-top: 20px !important;
}

.-mt-md {
  margin-top: 30px !important;
}

.-mt-lg {
  margin-top: 50px !important;
}

.-mt-xl {
  margin-top: 80px !important;
}

.-pt0 {
  padding-top: 0 !important;
}

.-pt20 {
  padding-top: 20 !important;
}

.-pt40 {
  padding-top: 40 !important;
}

.-w5 {
  width: 5% !important;
}

.-w10 {
  width: 10% !important;
}

.-w15 {
  width: 15% !important;
}

.-w20 {
  width: 20% !important;
}

.-w25 {
  width: 25% !important;
}

.-w30 {
  width: 30% !important;
}

.-w35 {
  width: 35% !important;
}

.-w40 {
  width: 40% !important;
}

.-w45 {
  width: 45% !important;
}

.-w50 {
  width: 50% !important;
}

.-w55 {
  width: 55% !important;
}

.-w60 {
  width: 60% !important;
}

.-w65 {
  width: 65% !important;
}

.-w70 {
  width: 70% !important;
}

.-w75 {
  width: 75% !important;
}

.-w80 {
  width: 80% !important;
}

.-w85 {
  width: 85% !important;
}

.-w90 {
  width: 90% !important;
}

.-w95 {
  width: 95% !important;
}

.-w100 {
  width: 100% !important;
}

.-w5,
.-w10,
.-w15,
.-w20,
.-w25,
.-w30,
.-w35,
.-w40,
.-w45,
.-w50,
.-w55,
.-w60,
.-w65,
.-w70,
.-w75,
.-w80,
.-w85,
.-w90,
.-w95,
.-w100 {
  min-width: auto !important;
}

.-flex-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.-tx_C {
  text-align: center !important;
}

.-tx_R {
  text-align: right !important;
}

@media screen and (max-width: 480px) {
  .-sp-none {
    display: none;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.fade_in, .fade_right, .fade_left,
.slider-box,
.index-news,
.index-menu,
.index-qa,
.index-other,
.-second,
.footer-block {
  opacity: 0;
}

.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.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) 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 {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -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: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -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: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}