@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* 変数設定 */
p {
  font-size: 1rem;
}

/* mixin設定 */
/* 小PC～タブレットサイズ */
/* タブレット～スマートフォンサイズ */
/* スマートフォンサイズ */
/* 1441px以上のPC */
/* 1280px以下のPC */
/* デバイスが横向き、画面の横幅が 950px 以下の場合の記述*/
/*==============================================
LUMOVISION LUMO LP
================================================
0.0 - 基本設定（base）
1.0 - ヘッダー（header）
2.0 - CTAボタン
3.0 - フッター（footer）
4.0 - ハンバーガーメニュー（hamburger-menu）
5.0 - fv ファーストビュー（fv_area）
5.5 - ブラーアニメーション設定(blur)
6.0 - お悩み（trouble）
7.0 - LUMOの特徴（feature）
8.0 - 料金プラン（plan）
9.0 - ステップ（flow）
10.0 - よくある質問（faq）
11.0 - お問い合わせ（contact）
12.0 - 共通調整用

==============================================*/
/*  ----------------------------------------------------------
# 0.0 - 基本設定（base）
----------------------------------------------------------  */
/* 基本設定 */
p {
  font-size: 1rem;
}

html,
body {
  overflow-x: hidden; /* 横方向のスクロールを無効に */
}

html {
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  height: -webkit-fill-available;
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-style: none;
  vertical-align: top;
}

ul {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body {
  color: #221f1f;
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  font-size: 1rem;
  position: relative;
  width: 100%;
  letter-spacing: 0;
}

.main {
  position: relative;
  background: #f1f3f3;
}

.br_txt_pc {
  display: block;
}
@media screen and (max-width: 860px) {
  .br_txt_pc {
    display: none;
  }
}

.br_txt_sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .br_txt_sp {
    display: block;
  }
}

.br_txt_sp-s {
  display: none;
}
@media screen and (max-width: 680px) {
  .br_txt_sp-s {
    display: block;
  }
}

/*  ----------------------------------------------------------
# 0.0 - 基本設定（base） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 1.0 - ヘッダー（header）
----------------------------------------------------------  */
/* 既存のヘッダーのスタイルはそのまま */
.header {
  margin: 0 auto;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #000000;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 215, 182, 0.2);
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
  }
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  box-sizing: content-box;
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 45px;
}
@media screen and (max-width: 1280px) {
  .header_container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}

/*---ヘッダーナビ---*/
.header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1275px;
}

.header_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
}
@media (orientation: landscape) and (max-width: 950px) {
  .header_menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu {
    display: none;
  }
}

.header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .header_btn {
    display: none;
  }
}

.h_menu_list a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.h_menu_list a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #00d7b6;
  bottom: -1px;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.h_menu_list a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.h_menu_contact a:hover {
  opacity: 0.7;
}

.mypage_icon {
  width: 20px;
  margin-left: 10px;
}

.header_logo {
  height: 45px;
}
@media screen and (max-width: 1024px) {
  .header_logo {
    height: 35px;
  }
}

/*  ----------------------------------------------------------
# 1.0 - ヘッダー（header） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 2.0 - CTAボタン
----------------------------------------------------------  */
.list_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 230px;
  height: 51px;
  color: #fff;
  transition: 0.3s all;
  opacity: 1;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 500;
  background-color: #fb2a1e;
}

.list_contact a:hover {
  background-color: #fff;
  color: #fb2a1e;
  border: 1px solid #fb2a1e;
}

.btn_arrow {
  width: 11px;
  height: auto;
  margin-left: 10px;
  display: block;
}

.feature_btn_arrow {
  width: 18.6px;
  height: auto;
  margin-left: 15px;
  display: block;
}

.contact_btn_s_arrow {
  width: 14px;
  height: auto;
  margin-left: 10px;
  display: block;
}

.fv_cta_wrap {
  position: relative;
  text-align: center;
  display: flex;
  gap: 1.875rem;
  margin-top: 1.875rem;
  margin-bottom: 3.5625rem;
  margin-left: 5.1875rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .fv_cta_wrap {
    margin: 40px 30px;
  }
}
@media screen and (max-width: 680px) {
  .fv_cta_wrap {
    flex-wrap: wrap;
    margin: 25px 10px;
    gap: 0.9375rem;
    width: 100%;
  }
}

.fv_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s all;
  border-radius: 999px;
  border: 2px solid #fb2a1e;
  background: #000;
  box-shadow: 3px 3px 0px 0px #fb2a1e;
  width: 229px;
  height: 70px;
}
@media screen and (max-width: 860px) {
  .fv_btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .fv_btn {
    margin: 0 auto;
    width: 270px;
    height: 60px;
  }
}

.btn_green {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s all;
  border-radius: 999px;
  border: 2px solid #fb2a1e;
  background: #000;
  box-shadow: 3px 3px 0px 0px #fb2a1e;
  border: 2px solid #00d7b6;
  background: #000;
  box-shadow: 3px 3px 0px 0px #00d7b6;
}
@media screen and (max-width: 860px) {
  .btn_green {
    font-size: 16px;
  }
}

.fv_btn:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}

.contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s all;
  border-radius: 999px;
  border: 2px solid #fb2a1e;
  background: #000;
  box-shadow: 3px 3px 0px 0px #fb2a1e;
  font-size: 30px;
  width: 450px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .contact_btn {
    width: 337px;
    height: 80px;
    font-size: 24px;
  }
}
@media screen and (max-width: 860px) {
  .contact_btn {
    width: 280px;
    height: 60px;
    font-size: 18px;
  }
}

.contact_btn_s {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s all;
  border-radius: 999px;
  border: 2px solid #fb2a1e;
  background: #000;
  box-shadow: 3px 3px 0px 0px #fb2a1e;
  width: 337px;
  height: 80px;
  font-size: 24px;
}
.contact_btn_s.white {
  background: #fff;
  color: #fb2a1e;
}
@media screen and (max-width: 1024px) {
  .contact_btn_s {
    width: 280px;
    height: 60px;
    font-size: 18px;
  }
}

.contact_btn:hover,
.contact_btn_s:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}

.feature_cta_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.faq_cta_wrap {
  display: flex;
  position: relative;
  z-index: 5;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .faq_cta_wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 680px) {
  .faq_cta_wrap {
    margin-top: 30px;
  }
}

.contact_cta_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}

/*  ----------------------------------------------------------
# 2.0 - CTAボタン -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 3.0 - フッター（footer）
----------------------------------------------------------  */
.footer {
  z-index: 2;
  position: relative;
  background-color: #00d7b6;
  color: #fff;
  padding: 1.25rem 0.9375rem;
}

.footer_wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  padding-left: 115px;
  padding-right: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .footer_wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.footer_wrap a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.arrow_bk {
  width: 7.5px;
  margin-right: 7px;
}

.copyright {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

/*  ----------------------------------------------------------
# 3.0 - フッター（footer） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 4.0 - ハンバーガーメニュー（hamburger-menu）
----------------------------------------------------------  */
.c-header-menu {
  display: none;
}
@media (orientation: landscape) and (max-width: 950px) {
  .c-header-menu {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 15px;
    top: 15px;
    border-radius: 40px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-header-menu {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 15px;
    top: 15px;
    border-radius: 40px;
    width: 30px;
    height: 30px;
  }
}

.c-header-menu a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-header-menu .is-line {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-header-menu a .is-line span {
  width: 30px;
  height: 2px;
  background: #000;
  /* 中央の線の色 */
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
  /* クリック時に透明度を変更 */
}

/* 1本目の線 (最上部) */
.c-header-menu a span::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: -8px;
  /* 中央の線の上に配置 */
  left: 0;
  transition: transform 0.3s ease, top 0.3s ease;
  /* 回転と位置変更のアニメーション */
}

/* 3本目の線 (最下部) */
.c-header-menu a span::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 8px;
  /* 中央の線の下に配置 */
  left: 0;
  transition: transform 0.3s ease, top 0.3s ease;
  /* 回転と位置変更のアニメーション */
}

/* メニューが開いたとき（is-showクラス追加時）の状態 */
/* 1本目と3本目を回転して「×」を作る */
.c-header-menu a span.is-show::before {
  transform: rotate(-45deg);
  /* 左下から右上に回転 */
  top: 0;
  /* 位置を中央に移動 */
}

.c-header-menu a span.is-show::after {
  transform: rotate(45deg);
  /* 左上から右下に回転 */
  top: 0;
  /* 位置を中央に移動 */
}

/* 中央の線（2本目）を隠す */
.c-header-menu a span.is-show {
  background: transparent;
  /* 透明にして中央の線を非表示 */
}

/*---メニュー内---*/
.l-hamburger-navwrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-hamburger-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  left: -150%;
  transition: left 0.5s ease-in-out;
}

.sp_header_logo {
  width: auto;
  height: 30px;
  top: 25px;
  left: 15px;
  position: absolute;
  z-index: 90;
}

.c-hamburger-nav_wrap {
  background: #00d7b6;
  position: fixed;
  width: 100%;
  position: relative;
  overflow: auto;
  z-index: 999;
  padding: 60px 25px 75px;
  height: 100dvh;
}

.c-hamburger-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2.5rem;
  z-index: 1000;
  max-height: 100vh; /* ビューポートの高さに制限 */
  overflow-y: auto; /* 縦スクロールを有効化 */
  -webkit-overflow-scrolling: touch; /* スムーズスクロール対応（iOS用） */
}
@media (orientation: landscape) and (max-width: 950px) {
  .c-hamburger-nav {
    gap: 1.5625rem;
    padding-bottom: 120px;
  }
}

.sp_h_menu_list {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1000;
}

.sp_h_menu_list a {
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 90;
}

.sp_h_menu_list.list_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 230px;
  height: 51px;
  color: #fff;
  transition: 0.3s all;
  opacity: 1;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  background-color: #fb2a1e;
}

.sp_h_menu_list_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5625rem;
  margin-bottom: 40px;
}

.l-hamburger-nav.is-show {
  top: 0;
  left: 0;
}

.l-hamburger-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 400;
  display: none;
}

.l-hamburger-background.is-show {
  display: block;
}

/*  ----------------------------------------------------------
# 4.0 - ハンバーガーメニュー（hamburger-menu）
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 5.0 - fv（fv_area）
----------------------------------------------------------  */
.top_main {
  width: 100%;
  position: relative;
  overflow: clip;
}

.fv_area {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .fv_area {
    margin-top: 60px;
  }
}

.fv_area_inner {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1440px;
  height: 100%;
  z-index: 10;
  padding-top: 2.6875rem;
  padding-bottom: 5.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .fv_area_inner {
    max-width: 2000px;
  }
}
@media screen and (max-width: 1024px) {
  .fv_area_inner {
    padding: 2.5rem 1.25rem 5.625rem;
  }
}
@media screen and (max-width: 680px) {
  .fv_area_inner {
    padding: 1.25rem 0.9375rem 5rem;
  }
}

.fv_content {
  width: 1200px;
  height: 670px;
  border-radius: 8px;
  background: #2b2a2a;
  padding: 12px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1441px) {
  .fv_content {
    margin: 0 auto;
    width: 1400px;
  }
}
@media screen and (max-width: 1024px) {
  .fv_content {
    width: 90%;
    height: 500px;
    padding: 8px;
  }
}
@media screen and (max-width: 680px) {
  .fv_content {
    height: 85vh;
    min-height: 500px;
    width: 100%;
  }
}

.fv_content_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media screen and (max-width: 680px) {
  .fv_content_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.fv_ttl_box {
  padding-top: 40px;
  padding-left: 83px;
  padding-right: 83px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .fv_ttl_box {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 680px) {
  .fv_ttl_box {
    width: 100%;
    padding: 20px 15px 0;
  }
}

.fv_logo {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 29%;
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .fv_logo {
    animation: inherit;
    top: 15px;
    right: 20px;
    width: 15%;
  }
}
@media screen and (max-width: 680px) {
  .fv_logo {
    display: none;
  }
}

.fv_subttl {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .fv_subttl {
    font-size: 1.75rem;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 680px) {
  .fv_subttl {
    font-size: 1.25rem;
    padding-bottom: 0px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.fv_ttl {
  width: 80%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .fv_ttl {
    width: 100%;
    font-size: 2.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 680px) {
  .fv_ttl {
    font-size: 1.75rem;
  }
}

.fv_ttl img {
  width: 35%;
  display: block;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .fv_ttl img {
    width: 40%;
  }
}
@media screen and (max-width: 860px) {
  .fv_ttl img {
    width: 50%;
  }
}

.fv_txt {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .fv_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 860px) {
  .fv_txt {
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.deco_square1 {
  width: 523px;
  height: 429px;
  background: #fb2a1e;
  position: absolute;
  top: -30px;
  left: -23px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .deco_square1 {
    width: 294px;
    height: 240px;
    top: 0;
    left: -20px;
  }
}
@media screen and (max-width: 680px) {
  .deco_square1 {
    width: 196px;
    height: 160px;
  }
}

.deco_square2 {
  width: 523px;
  height: 207px;
  background: #00d7b6;
  position: absolute;
  top: 325px;
  left: 47px;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .deco_square2 {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .deco_square2 {
    width: 294px;
    height: 116px;
    top: 220px;
  }
}
@media screen and (max-width: 680px) {
  .deco_square2 {
    top: 220px;
    left: -30px;
  }
}

.deco_square3 {
  width: 157px;
  height: 75px;
  background: #fb2a1e;
  position: absolute;
  top: 0;
  left: 844px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .deco_square3 {
    left: 400px;
  }
}
@media screen and (max-width: 680px) {
  .deco_square3 {
    left: 210px;
  }
}

.deco_square4 {
  width: 157px;
  height: 75px;
  background: #00d7b6;
  position: absolute;
  top: 17px;
  left: 766px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .deco_square4 {
    left: 350px;
  }
}
@media screen and (max-width: 680px) {
  .deco_square4 {
    left: 140px;
  }
}

.deco_square5 {
  width: 523px;
  height: 156px;
  background: #fb2a1e;
  position: absolute;
  top: 406px;
  right: 52px;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .deco_square5 {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .deco_square5 {
    width: 294px;
    height: 87px;
  }
}
@media screen and (max-width: 680px) {
  .deco_square5 {
    right: 0;
    top: 70vh;
  }
}

.deco_square6 {
  width: 523px;
  height: 207px;
  background: #00d7b6;
  position: absolute;
  top: 508px;
  right: 21px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .deco_square6 {
    right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .deco_square6 {
    width: 294px;
    height: 116px;
    top: 450px;
  }
}
@media screen and (max-width: 680px) {
  .deco_square6 {
    top: 74vh;
    right: 10px;
    width: 210px;
  }
}

/* # 5.5 ブラーアニメーション設定 */
@keyframes blur {
  0% {
    filter: blur(130px);
  }
  100% {
    filter: blur(175px);
  }
}
@keyframes blur2 {
  0% {
    filter: blur(100px);
  }
  100% {
    filter: blur(198px);
  }
}
@media screen and (max-width: 1024px) {
  @keyframes blur {
    0% {
      filter: blur(50px);
    }
    100% {
      filter: blur(100px);
    }
  }
  @keyframes blur2 {
    0% {
      filter: blur(80px);
    }
    100% {
      filter: blur(150px);
    }
  }
}
/* ブラーアニメーション設定 ここまで */
.deco_circle1 {
  width: 426px;
  height: 426px;
  border-radius: 100%;
  background: #00d7b6;
  position: absolute;
  top: -265px;
  right: -220px;
  z-index: 0;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
}
@media screen and (max-width: 1024px) {
  .deco_circle1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -220px;
    filter: blur(100px);
  }
}

.fv_content_deco_circle1 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: #00d7b6;
  position: absolute;
  top: -492px;
  left: -179px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
}
@media screen and (max-width: 1024px) {
  .fv_content_deco_circle1 {
    width: 400px;
    height: 400px;
    top: -300px;
    left: -100px;
    filter: blur(100px);
  }
}

.fv_content_deco_circle2 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: #fb2a1e;
  position: absolute;
  bottom: -318px;
  right: -232px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .fv_content_deco_circle2 {
    width: 400px;
    height: 400px;
    bottom: -200px;
    right: -50px;
    filter: blur(100px);
  }
}
@media screen and (max-width: 680px) {
  .fv_content_deco_circle2 {
    bottom: 100px;
    right: -300px;
  }
}

.fv_content_deco_circle3 {
  width: 749px;
  height: 708px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  bottom: -698px;
  left: -49px;
  filter: blur(198px);
  animation-name: blur2;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .fv_content_deco_circle3 {
    width: 300px;
    height: 300px;
    bottom: -250px;
  }
}

/*  ----------------------------------------------------------
# 5.0 - fv（fv_area）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 6.0 - お悩み（trouble）
----------------------------------------------------------  */
.trouble {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .trouble {
    padding: 0 15px;
  }
}

.trouble_container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .trouble_container {
    padding-bottom: 3.75rem;
  }
}
.trouble_ttl_area {
  padding-bottom: 6.75rem;
}
.trouble_ttl_area.bottom {
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 1024px) {
  .trouble_ttl_area {
    padding-bottom: 5rem;
  }
  .trouble_ttl_area.bottom {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 860px) {
  .trouble_ttl_area {
    padding-bottom: 3rem;
  }
  .trouble_ttl_area.bottom {
    padding-bottom: 3rem;
  }
}

.trouble_ttl {
  color: #000;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 113%;
}
.trouble_ttl .small {
  color: #000;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 151%;
  padding-bottom: 0.8125rem;
  display: inline-block;
}
.trouble_ttl .red {
  color: #fb2a1e;
  position: relative;
  z-index: 5;
  text-shadow: 3px 3px 0 #00d7b6;
}
.trouble_ttl .underline {
  position: relative;
}
.trouble_ttl .underline::after {
  content: "";
  background: #00d7b6;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 0;
}
.trouble_ttl .underline::before {
  content: "";
  background: #fb2a1e;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .trouble_ttl {
    font-size: 2.375rem;
  }
  .trouble_ttl .small {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 680px) {
  .trouble_ttl {
    font-size: 1.75rem;
    line-height: 150%;
  }
  .trouble_ttl .small {
    font-size: 1.375rem;
    padding-bottom: 0.3125rem;
  }
  .trouble_ttl .underline {
    white-space: nowrap;
    font-size: 1.5625rem;
  }
  .trouble_ttl .underline::after,
  .trouble_ttl .underline::before {
    min-width: 345px;
  }
}

.trouble_box_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .trouble_box_wrap {
    gap: 3.125rem 1.25rem;
    padding-bottom: 3.75rem;
    flex-wrap: wrap;
  }
}

.trouble_box {
  width: 380px;
  height: 364px;
  border-radius: 8px;
  border: 2px solid #fb2a1e;
  background: #fff;
  box-shadow: 4px 4px 0px 0px #fb2a1e;
  padding: 2.5rem 1.875rem 2.5rem 1.375rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .trouble_box {
    padding: 1.25rem;
    width: 270px;
    height: 340px;
  }
}
@media screen and (max-width: 680px) {
  .trouble_box {
    width: 90%;
    min-width: 270px;
    height: auto;
  }
}

.trouble_box::before {
  content: "";
  background-image: url(../img/nayami_deco.svg);
  background-size: contain;
  width: 63.84px;
  height: 45px;
  position: absolute;
  top: -26px;
  left: 30px;
}
@media screen and (max-width: 860px) {
  .trouble_box::before {
    left: 20px;
  }
}
@media screen and (max-width: 680px) {
  .trouble_box::before {
    width: 45px;
    height: 45px;
    top: -22px;
    left: 20px;
  }
}

.trouble_box_ttl {
  color: #333;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 1.5625rem;
}
.trouble_box_ttl .box_ttl_red {
  color: #fb2a1e;
}
@media screen and (max-width: 1024px) {
  .trouble_box_ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 680px) {
  .trouble_box_ttl {
    font-size: 1.25rem;
  }
}

.trouble_box_txt {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 200%;
}
.trouble_box_txt.ls {
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .trouble_box_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 680px) {
  .trouble_box_txt {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.trouble_deco_circle1 {
  width: 426px;
  height: 426px;
  border-radius: 100%;
  background: #fb2a1e;
  position: absolute;
  top: 334px;
  left: -384px;
  z-index: 0;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .trouble_deco_circle1 {
    width: 300px;
    height: 300px;
    top: 250px;
    left: -200px;
    filter: blur(100px);
  }
}

/*  ----------------------------------------------------------
# 6.0 - お悩み（trouble）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 7.0 - LUMOの特徴（feature）料金プラン（plan）
----------------------------------------------------------  */
.feature-plan {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.feature_top_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .feature_top_wrap {
    padding: 0 20px;
  }
}

.feature_content {
  width: 1135px;
  height: 638px;
  border-radius: 8px;
  background: #000;
  padding: 12px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .feature_content {
    width: 100%;
    height: 450px;
    padding: 6px;
  }
}

.feature_content_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #2b2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature_content_deco_circle1 {
  width: 708px;
  height: 708px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  bottom: -694px;
  left: 183px;
  filter: blur(198px);
  animation-name: blur2;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .feature_content_deco_circle1 {
    width: 400px;
    height: 400px;
    bottom: -480px;
    left: 130px;
  }
}
@media screen and (max-width: 680px) {
  .feature_content_deco_circle1 {
    left: 0;
  }
}

.feature_content_logo {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .feature_content_logo {
    width: 80%;
  }
}

.feature_main_wrap {
  background: #000;
  position: relative;
  margin: -400px auto 0;
  text-align: center;
  padding-top: 672px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .feature_main_wrap {
    padding-top: 550px;
  }
}

.feature_ttl_deco {
  height: 146px;
  width: 2920px;
  position: absolute;
  top: 453px;
  right: -20.5%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 2920px;
}
@media screen and (min-width: 1441px) {
  .feature_ttl_deco {
    right: 0%;
  }
}
@media screen and (max-width: 1024px) {
  .feature_ttl_deco {
    max-width: 1400px;
    height: auto;
    width: 1400px;
    right: -20%;
  }
}

.feature_ttl {
  color: #fff0f0;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 123%;
  position: relative;
  text-align: center;
  width: 527px;
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .feature_ttl {
    font-size: 2.5rem;
    width: 290px;
    height: 80px;
  }
}
@media screen and (max-width: 680px) {
  .feature_ttl {
    font-size: 1.75rem;
    width: 250px;
  }
}

.feature_ttl::before {
  content: "";
  width: 54px;
  height: 54px;
  border-left: solid 2px #00d7b6;
  border-top: solid 2px #00d7b6;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .feature_ttl::before {
    width: 40px;
    height: 40px;
  }
}

.feature_ttl::after {
  content: "";
  width: 54px;
  height: 54px;
  border-right: solid 2px #fb2a1e;
  border-bottom: solid 2px #fb2a1e;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .feature_ttl::after {
    width: 40px;
    height: 40px;
  }
}

.feature_box_wrap {
  padding-top: 9.875rem;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  flex-wrap: wrap;
  gap: 126px 58px;
  margin: 0 auto;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .feature_box_wrap {
    max-width: 100%;
    gap: 120px 20px;
    flex-wrap: wrap;
    padding-top: 5rem;
    padding-bottom: 3.75rem;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 680px) {
  .feature_box_wrap {
    gap: 70px 0;
  }
}

.feature_box_outer {
  position: relative;
  width: calc(50% - 29px);
}
.feature_box_outer.even {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .feature_box_outer {
    width: 100%;
    max-width: 600px;
  }
  .feature_box_outer.even {
    margin-top: 0;
  }
}

.feature_box {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #00d7b6;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 0px 0px #00d7b6;
  position: relative;
  z-index: 5;
  text-align: left;
  padding: 30px 25px;
}
@media screen and (max-width: 1024px) {
  .feature_box {
    padding: 20px;
  }
}

.feature_box_number {
  color: #222;
  font-family: "Quicksand", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -136px;
  left: -8px;
  z-index: 0;
  mix-blend-mode: screen;
}
@media screen and (max-width: 1024px) {
  .feature_box_number {
    font-size: 6.25rem;
    top: -90px;
    left: -10px;
  }
}
@media screen and (max-width: 680px) {
  .feature_box_number {
    font-size: 4.25rem;
    top: -60px;
    left: 0px;
  }
}

.feature_box_ttl {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 105%;
  padding-bottom: 20px;
}
.feature_box_ttl .txt_green {
  color: #00d7b6;
}
@media screen and (max-width: 1024px) {
  .feature_box_ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 680px) {
  .feature_box_ttl {
    font-size: 1.375rem;
  }
}

.feature_box_txt {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .feature_box_txt {
    font-size: 1rem;
  }
}

.feature_deco_circle1 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: #fb2a1e;
  position: absolute;
  top: 137px;
  left: -198px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
}
@media screen and (max-width: 1024px) {
  .feature_deco_circle1 {
    width: 400px;
    height: 400px;
    filter: blur(100px);
  }
}

.feature_deco_circle2 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: #00d7b6;
  position: absolute;
  top: -125px;
  right: -278px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .feature_deco_circle2 {
    width: 400px;
    height: 400px;
    filter: blur(100px);
  }
}

.feature_box_deco_circle1 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: #00d7b6;
  position: absolute;
  top: -59px;
  left: -658px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .feature_box_deco_circle1 {
    width: 400px;
    height: 400px;
    filter: blur(100px);
    left: -350px;
  }
}

.feature_box_deco_circle2 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: #fb2a1e;
  position: absolute;
  bottom: -46px;
  right: -573px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
}
@media screen and (max-width: 1024px) {
  .feature_box_deco_circle2 {
    width: 400px;
    height: 400px;
    filter: blur(100px);
    right: -250px;
  }
}

/*  ----------------------------------------------------------
# 7.0 - LUMOの特徴（feature）‐ここまで‐
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 8.0 - 料金プラン（plan）
----------------------------------------------------------  */
.plan {
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .plan {
    padding-top: 90px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.plan_wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.plan_ttl {
  color: #fff0f0;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 196.8%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .plan_ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 680px) {
  .plan_ttl {
    font-size: 1.75rem;
  }
}

.plan_ttl::before {
  content: "";
  background-image: url(../img/pricelist_ttl.svg);
  background-size: contain;
  background-position: center;
  width: 409px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 43px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .plan_ttl::before {
    width: 350px;
    height: 50px;
    bottom: 35px;
  }
}
@media screen and (max-width: 680px) {
  .plan_ttl::before {
    bottom: 24px;
  }
}

.plan_container {
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .plan_container {
    padding-bottom: 30px;
  }
}

.plan_price {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 105%;
  padding-bottom: 2.25rem;
}
.plan_price span {
  color: #00d7b6;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: normal;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .plan_price {
    font-size: 2.5rem;
  }
  .plan_price span {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 680px) {
  .plan_price {
    font-size: 1.75rem;
    padding-bottom: 1.25rem;
  }
  .plan_price span {
    font-size: 3.125rem;
  }
}

.plan_txt {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .plan_txt {
    font-size: 1rem;
  }
}

.plan_movie {
  margin-top: 120px;
  position: relative;
  z-index: 5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .plan_movie {
    margin-top: 90px;
  }
}
@media screen and (max-width: 680px) {
  .plan_movie {
    margin-top: 40px;
  }
}

.plan_ttl_movie_area {
  padding-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .plan_ttl_movie_area {
    padding-bottom: 30px;
  }
}

.plan_ttl_movie {
  font-size: 3.125rem;
  font-weight: 700;
  position: relative;
  z-index: 5;
  color: #fff;
  line-height: 105%;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .plan_ttl_movie {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 680px) {
  .plan_ttl_movie {
    font-size: 1.75rem;
  }
}

.plan_movie_price_box_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  gap: 30px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .plan_movie_price_box_wrap {
    gap: 15px;
    max-width: 100%;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 860px) {
  .plan_movie_price_box_wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 680px) {
  .plan_movie_price_box_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.plan_movie_price_box {
  width: 380px;
  height: 237px;
  border-radius: 8px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .plan_movie_price_box {
    width: 230px;
    height: 230px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 680px) {
  .plan_movie_price_box {
    height: auto;
  }
}

.movie_price {
  color: #00d7b6;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 90%;
  padding-bottom: 30px;
}
.movie_price span {
  color: #00d7b6;
  font-family: "Quicksand", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 70%;
}
@media screen and (max-width: 1024px) {
  .movie_price {
    font-size: 1.875rem;
  }
  .movie_price span {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 680px) {
  .movie_price {
    font-size: 1.75rem;
  }
  .movie_price span {
    font-size: 2.5rem;
  }
}

.plan_deco_circle1 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: #00d7b6;
  position: absolute;
  top: -229px;
  left: -537px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
}
@media screen and (max-width: 1024px) {
  .plan_deco_circle1 {
    width: 400px;
    height: 400px;
    filter: blur(100px);
    left: -350px;
  }
}

.plan_deco_circle2 {
  width: 344px;
  height: 344px;
  border-radius: 100%;
  border-radius: 344px;
  background: #6c6c6c;
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .plan_deco_circle2 {
    width: 200px;
    height: 200px;
    filter: blur(100px);
  }
}

.plan_deco_circle3 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: rgba(251, 42, 30, 0.4);
  position: absolute;
  bottom: 281px;
  left: 149px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .plan_deco_circle3 {
    width: 400px;
    height: 400px;
    filter: blur(80px);
    left: 50px;
    bottom: 240px;
  }
}
@media screen and (max-width: 680px) {
  .plan_deco_circle3 {
    width: 300px;
    height: 300px;
    filter: blur(80px);
    left: 200px;
    bottom: 340px;
  }
}

.plan_deco_circle4 {
  width: 603px;
  height: 603px;
  border-radius: 100%;
  background: rgba(0, 215, 182, 0.4);
  position: absolute;
  bottom: 129px;
  right: 159px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
}
@media screen and (max-width: 1024px) {
  .plan_deco_circle4 {
    width: 400px;
    height: 400px;
    filter: blur(80px);
    right: 50px;
    bottom: 60px;
  }
}

/*  ----------------------------------------------------------
# 8.0 - 料金料金プラン（plan）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 9.0 - ステップ（flow）
----------------------------------------------------------  */
.flow {
  text-align: center;
}

.flow_wrap {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow_wrap {
    padding: 0 15px;
  }
}

.flow_ttl_area {
  max-width: 1200px;
  padding-bottom: 70px;
  padding-top: 140px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .flow_ttl_area {
    padding: 60px 0;
    text-align: center;
  }
}

.flow_ttl {
  color: #fb2a1e;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 113%;
  text-shadow: 3px 3px 0 #00d7b6;
}
.flow_ttl .small {
  color: #000;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 151%;
  padding-bottom: 0.8125rem;
  display: inline-block;
  text-shadow: none;
}
@media screen and (max-width: 1024px) {
  .flow_ttl {
    font-size: 2.5rem;
  }
  .flow_ttl .small {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 680px) {
  .flow_ttl {
    font-size: 1.75rem;
    line-height: 150%;
  }
  .flow_ttl .small {
    font-size: 1.375rem;
    padding-bottom: 0.3125rem;
  }
}

.flow_ttl_deco {
  width: 150px;
  position: absolute;
  top: -17px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .flow_ttl_deco {
    width: 70px;
  }
}
@media screen and (max-width: 680px) {
  .flow_ttl_deco {
    transform: rotate(-90deg);
    left: 80px;
    top: -270px;
    z-index: 0;
  }
}

.flow_chart_box_wrap {
  padding-left: 282px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .flow_chart_box_wrap {
    padding-left: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .flow_chart_box_wrap {
    padding-left: 100px;
    max-width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .flow_chart_box_wrap {
    padding-left: 0;
  }
}

.flow_chart_box {
  display: flex;
  margin-bottom: 66px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .flow_chart_box {
    margin-bottom: 30px;
  }
}

.flow_chart_box::after {
  content: "";
  border-left: 2px solid #00d7b6;
  position: absolute;
  top: 100px;
  left: 49px;
  height: 100px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .flow_chart_box::after {
    left: 25px;
    top: 50px;
  }
}
@media screen and (max-width: 680px) {
  .flow_chart_box::after {
    height: 100%;
  }
}

.flow_chart_box:last-child::after {
  display: none;
}

.flow_chart_txt_area {
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .flow_chart_txt_area {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 680px) {
  .flow_chart_txt_area {
    padding-left: 10px;
  }
}

.flow_number_circle {
  border-radius: 50%;
  border: solid 2px #00d7b6;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  position: relative;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .flow_number_circle {
    margin-right: 0;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 860px) {
  .flow_number_circle {
    width: 50px;
    height: 50px;
  }
}

.flow_number {
  font-size: 2.625rem;
  color: #00d7b6;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .flow_number {
    font-size: 1.5rem;
  }
}

.flow_chart_subttl {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  line-height: 120%;
  padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .flow_chart_subttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_subttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 680px) {
  .flow_chart_subttl {
    font-size: 1.125rem;
  }
}

.flow_chart_txt {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 200%;
}
@media screen and (max-width: 860px) {
  .flow_chart_txt {
    font-size: 1rem;
  }
}

.flow_deco_circle1 {
  width: 426px;
  height: 426px;
  border-radius: 100%;
  background: #00d7b6;
  position: absolute;
  top: 110px;
  left: -270px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
}
@media screen and (max-width: 1024px) {
  .flow_deco_circle1 {
    width: 300px;
    height: 300px;
    left: -150px;
    filter: blur(100px);
    top: 0px;
  }
}
@media screen and (max-width: 680px) {
  .flow_deco_circle1 {
    top: -250px;
    left: -20px;
    width: 200px;
    height: 200px;
  }
}

.flow_deco_circle2 {
  width: 426px;
  height: 426px;
  border-radius: 100%;
  background: #00d7b6;
  position: absolute;
  bottom: -400px;
  right: -280px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .flow_deco_circle2 {
    width: 300px;
    height: 300px;
    right: -200px;
    bottom: -300px;
    filter: blur(100px);
  }
}

/*  ----------------------------------------------------------
# 9.0 - ステップ（flow）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 10.0 - よくある質問（faq）
----------------------------------------------------------  */
.faq {
  margin-top: 180px;
  margin-bottom: 260px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .faq {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 680px) {
  .faq {
    margin-top: 40px;
  }
}

.faq_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq_wrapper {
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 15px;
  }
}

.faq_deco_circle1 {
  width: 426px;
  height: 426px;
  border-radius: 100%;
  background: #fb2a1e;
  position: absolute;
  bottom: 49px;
  left: -342px;
  filter: blur(175px);
  animation-name: blur;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* ループ */
  animation-direction: alternate; /* 行ったり来たり */
  animation-timing-function: ease-in-out; /* スムーズな動き */
}
@media screen and (max-width: 1024px) {
  .faq_deco_circle1 {
    width: 300px;
    height: 300px;
    left: -150px;
    filter: blur(100px);
    bottom: 150px;
  }
}

.faq_ttl_area {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .faq_ttl_area {
    width: 100%;
    text-align: center;
  }
}

.faq_ttl {
  color: #fb2a1e;
  font-family: "Quicksand", sans-serif;
  font-size: 8.125rem;
  font-weight: 700;
  line-height: 118%;
  text-shadow: 3px 3px 0 #00d7b6;
  padding-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .faq_ttl {
    font-size: 4.375rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .faq_ttl {
    font-size: 2.5rem;
  }
}

.faq_ttl_small {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .faq_ttl_small {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 680px) {
  .faq_ttl_small {
    font-size: 1.375rem;
  }
}

.faq_txt {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .faq_txt {
    font-size: 1rem;
  }
}

.faq_contents {
  position: relative;
  z-index: 5;
  width: 100%;
}

.accordion {
  width: 737px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .accordion {
    width: 100%;
    max-width: 600px;
  }
}

.accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 2px solid #000;
  background: #fff;
  box-shadow: 4px 4px 0px 0px #00d7b6;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .accordion-item {
    padding: 10px 10px;
  }
}

.question,
.answer {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .question,
  .answer {
    gap: 5px;
  }
}

.question {
  cursor: pointer;
  transition: all 0.3s;
  color: #3e3e3e;
  position: relative;
  border-radius: 6px;
  padding: 15px 25px;
}
@media screen and (max-width: 680px) {
  .question {
    padding: 15px 0;
  }
}

.question_innner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 680px) {
  .question_innner {
    gap: 5px;
  }
}

.question::before,
.question::after {
  content: "";
  position: absolute;
  background: #000;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .question::before,
  .question::after {
    display: none;
  }
}

/* 横線 */
.question::before {
  width: 20px;
  height: 2px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

/* 縦線 */
.question::after {
  width: 2px;
  height: 20px;
  top: 50%;
  right: 39px;
  transform: translateY(-50%);
}

.question.active::after {
  transform: translateY(-50%) rotate(90deg); /* 横線が回転して縦になる */
}

.question.active::before {
  opacity: 0; /* 縦線を非表示にする */
}

.question.active {
  border-radius: 8px 8px 0px 0px;
  background: rgba(0, 215, 182, 0.3);
}

.answer {
  display: none;
  padding: 15px 28px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 31.5px;
}
@media screen and (max-width: 680px) {
  .answer {
    padding: 15px 0;
  }
}

.question_deco,
.answer_deco {
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  height: 40px;
}
@media screen and (max-width: 860px) {
  .question_deco,
  .answer_deco {
    font-size: 18px;
    height: auto;
  }
}
@media screen and (max-width: 680px) {
  .question_deco,
  .answer_deco {
    font-size: 16px;
  }
}

.question_deco {
  color: #000;
}

.answer_deco {
  color: #fb2a1e;
}

.accordion-item .question_txt {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding-top: 10px;
}
@media screen and (max-width: 860px) {
  .accordion-item .question_txt {
    padding-top: 0;
    font-size: 16px;
  }
}

.accordion-item .answer_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 860px) {
  .accordion-item .answer_txt {
    font-size: 15px;
  }
}

/*  ----------------------------------------------------------
# 10.0 - よくある質問（faq）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 11.0 - お問い合わせ（contact）
----------------------------------------------------------  */
.contact {
  margin-top: 260px;
}
@media screen and (max-width: 1024px) {
  .contact {
    margin-top: 180px;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    margin-top: 80px;
  }
}

.contact_wrap {
  background: #000;
  padding-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .contact_wrap {
    padding: 0 15px 60px;
  }
}

.contact_container {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact_container {
    max-width: 100%;
  }
}

.contact_ttl_img {
  max-width: 1185px;
  width: 100%;
  position: absolute;
  top: -96px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .contact_ttl_img {
    max-width: 100%;
    top: -65px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .contact_ttl_img {
    top: -25px;
  }
}

.contact_ttl_area {
  padding-top: 156px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact_ttl_area {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 680px) {
  .contact_ttl_area {
    padding-top: 60px;
  }
}

.contact_ttl {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 5;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .contact_ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 680px) {
  .contact_ttl {
    font-size: 1.75rem;
  }
}

.contact_txt {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .contact_txt {
    font-size: 1rem;
  }
}

/*  ----------------------------------------------------------
# 11.0 - お問い合わせ（contact）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 12.0 - 共通調整用
----------------------------------------------------------  */
/*---電話用---*/
.tel_link {
  text-decoration: underline;
}

@media screen and (min-width: 861px) {
  .tel_link {
    text-decoration: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .tel_link {
    text-decoration: underline;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/*---アンカーリンク位置調整用---*/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  position: relative;
  z-index: -1;
}

/*  ----------------------------------------------------------
# 12.0 - 共通調整用-ここまで-
----------------------------------------------------------  */
.plan_txt_im1 {
  font-size: 60px;
  color: #fb2a1e;
  font-weight: 700;
  filter: drop-shadow(0px 0px 12px #000);
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  .plan_txt_im1 {
    font-size: 32px;
  }
}

.plan_txt_im2 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  .plan_txt_im2 {
    font-size: 20px;
  }
}

.small {
  font-size: 40px;
  display: block;
}

.fv_subttl span {
  display: block;
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .fv_subttl span {
    font-size: 42px;
  }
}
@media screen and (max-width: 860px) {
  .fv_subttl span {
    font-size: 30px;
  }
}

.blue {
  color: #00d7b6;
}

.red {
  color: #fb2a1e;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

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

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

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}