@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------
	アニメーション
--------------------*/
/*--------------------
	cubic-bezier
--------------------*/
/* ============================================
// RESET
// ==========================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

::-moz-selection {
  background: #00a73c;
  color: #ffffff;
}

::selection {
  background: #00a73c;
  color: #ffffff;
}

@media (min-device-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1180px;
}
@media (max-width: 767px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #161616;
  line-height: 2;
  letter-spacing: 0.12em;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  height: 100 body;
  width: 100%;
  background-image: url(../img/common/backgroundimage_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    background-image: url(../img/common/backgroundimage_sp.jpg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#container {
  width: 100%;
  contain: paint;
}
@media (max-width: 767px) {
  #container {
    overflow: hidden;
  }
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
}

a {
  color: #161616;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 1201px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.spCont {
  display: block;
}

.pcCont {
  display: none;
}

/* fonts */
.eng {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 767px) {
  #ot-sdk-btn-floating.ot-floating-button {
    left: 112px !important;
  }
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 767px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
    left: 8px !important;
  }
}

/* ============================================
// loading
// ==========================================*/
#loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  pointer-events: none;
}
#loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #00a73c;
  background: rgba(0, 167, 60, 0.98);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
}
#loading_text {
  width: 50%;
  text-align: center;
  color: #ffffff;
  margin: auto;
  -webkit-transition: opacity 0.24s;
  transition: opacity 0.24s;
}
#loading_text .text {
  font-weight: 400;
  margin-bottom: 10px;
}
#loading .progressbar-text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 10px !important;
}

.once #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.once.js-loaded #loading::before {
  bottom: 100%;
}
.once.js-loaded #loading_text {
  opacity: 0;
}

/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 167, 60, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.hamburger__menu__logo {
  margin-bottom: 32px;
}
.hamburger__menu__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hamburger__menu__logo a {
    gap: 16px;
  }
}
.hamburger__menu__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .hamburger__menu__logo img {
    width: 150px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__nav__list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hamburger__menu__nav__list__item a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 16px 24px;
}
.hamburger__menu__close {
  position: fixed;
  right: 56px;
  top: 40px;
  z-index: 100;
  width: 125px;
  height: 70px;
  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;
  color: #ffffff;
  background: transparent;
  border: 1px solid;
  border-radius: 500px;
  pointer-events: auto;
  -webkit-transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, filter 0.24s;
  transition: background 0.24s, filter 0.24s, -webkit-filter 0.24s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger__menu__close {
    right: 20px;
    top: 20px;
    width: 88px;
    height: 48px;
  }
}
@media (hover: hover) {
  .hamburger__menu__close:hover {
    background: #00a73c;
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.hamburger__menu__close__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .hamburger__menu__close__txt {
    font-size: 1.2rem;
  }
}

/*========================================
\\ Animation
//======================================*/
/*--------------------
	anime
--------------------*/
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-opacity 600ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-t-40 {
  opacity: 0;
}
.anime.-slideIn-t-40.js-active {
  -webkit-animation: fadein-t-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-t-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-b-20 {
  opacity: 0;
}
.anime.-slideIn-b-20.js-active {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 100ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-b-40 {
  opacity: 0;
}
.anime.-slideIn-b-40.js-active {
  -webkit-animation: fadein-b-40 400ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-b-40 400ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-b-character {
  opacity: 0;
}
.anime.-slideIn-b-character.js-active {
  -webkit-animation: fadein-b-character 800ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-b-character 800ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-b-60 {
  opacity: 0;
}
.anime.-slideIn-b-60.js-active {
  -webkit-animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-boundOut-b-40 {
  opacity: 0;
}
.anime.-boundOut-b-40.js-active {
  -webkit-animation: fadein-b-40 800ms cubic-bezier(0.34, 1.88, 0.64, 1) 100ms;
  animation: fadein-b-40 800ms cubic-bezier(0.34, 1.88, 0.64, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-r-40 {
  opacity: 0;
}
.anime.-slideIn-r-40.js-active {
  -webkit-animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-r-40.-delay.js-active {
  -webkit-animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 250ms;
  animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-l-40 {
  opacity: 0;
}
.anime.-slideIn-l-40.js-active {
  -webkit-animation: fadein-l-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-l-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-tr-20 {
  opacity: 0;
}
.anime.-slideIn-tr-20.js-active {
  -webkit-animation: fadein-tr-20 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-tr-20 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-scale {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.anime.-scale.js-active {
  -webkit-animation: scale-0-1 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: scale-0-1 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-halfscale {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.anime.-halfscale.js-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.anime.-for-fadeIn span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-fadeIn.js-active span:nth-child(1) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(2) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(3) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(4) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(5) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(6) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(7) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(8) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(9) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(10) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(11) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(12) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(13) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(14) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(15) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(16) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(17) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(18) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(19) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(20) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(21) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(22) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(23) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(24) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(25) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(26) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(27) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(28) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(29) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(30) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-scaleIn.js-active span:nth-child(1) {
  -webkit-animation: fadein-scale 600ms ease-in-out 35ms;
  animation: fadein-scale 600ms ease-in-out 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(2) {
  -webkit-animation: fadein-scale 600ms ease-in-out 70ms;
  animation: fadein-scale 600ms ease-in-out 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(3) {
  -webkit-animation: fadein-scale 600ms ease-in-out 105ms;
  animation: fadein-scale 600ms ease-in-out 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(4) {
  -webkit-animation: fadein-scale 600ms ease-in-out 140ms;
  animation: fadein-scale 600ms ease-in-out 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(5) {
  -webkit-animation: fadein-scale 600ms ease-in-out 175ms;
  animation: fadein-scale 600ms ease-in-out 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(6) {
  -webkit-animation: fadein-scale 600ms ease-in-out 210ms;
  animation: fadein-scale 600ms ease-in-out 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(7) {
  -webkit-animation: fadein-scale 600ms ease-in-out 245ms;
  animation: fadein-scale 600ms ease-in-out 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(8) {
  -webkit-animation: fadein-scale 600ms ease-in-out 280ms;
  animation: fadein-scale 600ms ease-in-out 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(9) {
  -webkit-animation: fadein-scale 600ms ease-in-out 315ms;
  animation: fadein-scale 600ms ease-in-out 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(10) {
  -webkit-animation: fadein-scale 600ms ease-in-out 350ms;
  animation: fadein-scale 600ms ease-in-out 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(11) {
  -webkit-animation: fadein-scale 600ms ease-in-out 385ms;
  animation: fadein-scale 600ms ease-in-out 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(12) {
  -webkit-animation: fadein-scale 600ms ease-in-out 420ms;
  animation: fadein-scale 600ms ease-in-out 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(13) {
  -webkit-animation: fadein-scale 600ms ease-in-out 455ms;
  animation: fadein-scale 600ms ease-in-out 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(14) {
  -webkit-animation: fadein-scale 600ms ease-in-out 490ms;
  animation: fadein-scale 600ms ease-in-out 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(15) {
  -webkit-animation: fadein-scale 600ms ease-in-out 525ms;
  animation: fadein-scale 600ms ease-in-out 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(16) {
  -webkit-animation: fadein-scale 600ms ease-in-out 560ms;
  animation: fadein-scale 600ms ease-in-out 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(17) {
  -webkit-animation: fadein-scale 600ms ease-in-out 595ms;
  animation: fadein-scale 600ms ease-in-out 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(18) {
  -webkit-animation: fadein-scale 600ms ease-in-out 630ms;
  animation: fadein-scale 600ms ease-in-out 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(19) {
  -webkit-animation: fadein-scale 600ms ease-in-out 665ms;
  animation: fadein-scale 600ms ease-in-out 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(20) {
  -webkit-animation: fadein-scale 600ms ease-in-out 700ms;
  animation: fadein-scale 600ms ease-in-out 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(21) {
  -webkit-animation: fadein-scale 600ms ease-in-out 735ms;
  animation: fadein-scale 600ms ease-in-out 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(22) {
  -webkit-animation: fadein-scale 600ms ease-in-out 770ms;
  animation: fadein-scale 600ms ease-in-out 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(23) {
  -webkit-animation: fadein-scale 600ms ease-in-out 805ms;
  animation: fadein-scale 600ms ease-in-out 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(24) {
  -webkit-animation: fadein-scale 600ms ease-in-out 840ms;
  animation: fadein-scale 600ms ease-in-out 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(25) {
  -webkit-animation: fadein-scale 600ms ease-in-out 875ms;
  animation: fadein-scale 600ms ease-in-out 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(26) {
  -webkit-animation: fadein-scale 600ms ease-in-out 910ms;
  animation: fadein-scale 600ms ease-in-out 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(27) {
  -webkit-animation: fadein-scale 600ms ease-in-out 945ms;
  animation: fadein-scale 600ms ease-in-out 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(28) {
  -webkit-animation: fadein-scale 600ms ease-in-out 980ms;
  animation: fadein-scale 600ms ease-in-out 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(29) {
  -webkit-animation: fadein-scale 600ms ease-in-out 1015ms;
  animation: fadein-scale 600ms ease-in-out 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(30) {
  -webkit-animation: fadein-scale 600ms ease-in-out 1050ms;
  animation: fadein-scale 600ms ease-in-out 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(1) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(2) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(3) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(4) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(5) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(6) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(7) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(8) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(9) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(10) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(11) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(12) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(13) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(14) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(15) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(16) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(17) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(18) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(19) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(20) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(21) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(22) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(23) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(24) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(25) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(26) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(27) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(28) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(29) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(30) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 950ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 950ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1000ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1100ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1150ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1200ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1250ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1300ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1400ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 950ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 950ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1000ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1100ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1150ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1200ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1250ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1300ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1400ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(1) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 35ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(2) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 70ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(3) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 105ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(4) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 140ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(5) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 175ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(6) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 210ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(7) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 245ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(8) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 280ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(9) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 315ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(10) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 350ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(11) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 385ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(12) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 420ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(13) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 455ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(14) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 490ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(15) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 525ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(16) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 560ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(17) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 595ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(18) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 630ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(19) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 665ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(20) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(21) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 735ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(22) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 770ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(23) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 805ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(24) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 840ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(25) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 875ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(26) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 910ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(27) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 945ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(28) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 980ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(29) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1015ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(30) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(1) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 450ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(2) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 500ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(3) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 550ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(4) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 600ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(5) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 650ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(6) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(7) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 750ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(8) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 800ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(9) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 850ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(10) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 900ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(11) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 950ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 950ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(12) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1000ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(13) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(14) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1100ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(15) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1150ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(16) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1200ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(17) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1250ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(18) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1300ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(19) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1350ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(20) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1400ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(21) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1450ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(22) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1500ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(23) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1550ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(24) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1600ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(25) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1650ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(26) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(27) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1750ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(28) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1800ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(29) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1850ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(30) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1900ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*--------------------
	汎用アニメーション
--------------------*/
@-webkit-keyframes fadein-r-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein-r-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadein-l-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein-l-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadein-t-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-t-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-character {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-character {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-60 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-60 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-tr-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-tr-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-rb-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-rb-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-rb-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(40px, 40px);
            transform: translate(40px, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-rb-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(40px, 40px);
            transform: translate(40px, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadein-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadein-b-scale {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.2);
            transform: translateY(20px) scale(0.2);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.115);
            transform: translateY(-10px) scale(1.115);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadein-b-scale {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.2);
            transform: translateY(20px) scale(0.2);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.115);
            transform: translateY(-10px) scale(1.115);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadein-b-rotateX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%) rotateX(90deg);
            transform: translateY(10%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
  }
}
@keyframes fadein-b-rotateX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%) rotateX(90deg);
            transform: translateY(10%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
  }
}
@-webkit-keyframes fadein-l-rotateY {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%) rotateY(90deg);
            transform: translateX(-10%) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
  }
}
@keyframes fadein-l-rotateY {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%) rotateY(90deg);
            transform: translateX(-10%) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
  }
}
@-webkit-keyframes scale-0-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-0-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-h-1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-h-1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-1-0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scale-1-0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaleX-0-1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scaleX-0-1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes scaleX-1-0 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes scaleX-1-0 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes scaleX-0-1-0 {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  45% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  65% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes scaleX-0-1-0 {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  45% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  65% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes scaleY-0-1 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes scaleY-0-1 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes scaleY-1-0 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes scaleY-1-0 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*--------------------
	ホバー アニメーション
--------------------*/
/*--------------------
	ページ固有アニメーション
--------------------*/
@-webkit-keyframes icon-l-r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes icon-l-r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes iconarrow-l-r {
  0% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(8px) rotate(-45deg);
            transform: translateX(8px) rotate(-45deg);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(-8px) rotate(-45deg);
            transform: translateX(-8px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
}
@keyframes iconarrow-l-r {
  0% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(8px) rotate(-45deg);
            transform: translateX(8px) rotate(-45deg);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(-8px) rotate(-45deg);
            transform: translateX(-8px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
}
@-webkit-keyframes iconarrow-r-l {
  0% {
    -webkit-transform: translateX(0) rotate(-225deg);
            transform: translateX(0) rotate(-225deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-8px) rotate(-225deg);
            transform: translateX(-8px) rotate(-225deg);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(8px) rotate(-225deg);
            transform: translateX(8px) rotate(-225deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-225deg);
            transform: translateX(0) rotate(-225deg);
    opacity: 1;
  }
}
@keyframes iconarrow-r-l {
  0% {
    -webkit-transform: translateX(0) rotate(-225deg);
            transform: translateX(0) rotate(-225deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-8px) rotate(-225deg);
            transform: translateX(-8px) rotate(-225deg);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(8px) rotate(-225deg);
            transform: translateX(8px) rotate(-225deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-225deg);
            transform: translateX(0) rotate(-225deg);
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes clothes {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes clothes {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes clothesSP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes clothesSP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes copy {
  0%, 60%, 75%, 90%, 100% {
    -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes copy {
  0%, 60%, 75%, 90%, 100% {
    -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes badge {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes badge {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes hanger {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50% {
    opacity: 0.5;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@keyframes hanger {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50% {
    opacity: 0.5;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
/*--------------------
	FV アニメーション
--------------------*/
/*------------------------------
form base setting
------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 767px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 767px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #fff;
}
@media (min-width: 1201px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::before {
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 3px;
  height: 6px;
  color: #7f7f7f;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------
	form custom setting
------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #00a73c;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #00a73c transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #00a73c;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .custom-form .custom-form_parts {
    margin-top: 8px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: 500;
  margin-bottom: 5px;
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #00a73c;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #00a73c;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #d7d2d2;
}
@media (max-width: 767px) {
  .custom-form .category_list {
    gap: 0.5em 1em;
    padding: 16px 20px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #d7d2d2;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 4px);
  border: 1px solid #00a73c;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #00a73c;
  }
}
.custom-form .selCity-box {
  margin-top: 4px;
}
.custom-form .selCity_alert {
  color: #00a73c;
  display: block;
}
@media (max-width: 767px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: none;
}
.custom-form input[type=checkbox] + label::before {
  top: 5px;
  border-color: #00a73c;
}
.custom-form input[type=checkbox] + label::after {
  top: 8px;
  left: 6px;
  color: #ffffff;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #00a73c;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 360px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .custom-form .btn_cover {
    width: 300px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/22;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 128px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .custom-form .btn_cover::before {
    left: 110px;
    width: 16px;
  }
}
.custom-form .btn_cover::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #00a73c;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 24px 24px 24px 48px !important;
}
@media (max-width: 767px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 18px 24px 18px 48px !important;
  }
}
@media (min-width: 1201px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	pageHeader
--------------------*/
/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  padding: 10px 20px 12px;
  border-top: 1px solid #e5e4e1;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb__list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb__list__item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(22, 22, 22, 0.6);
  line-height: 1;
  margin: 0 2px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumb__list__item {
    font-size: 1rem;
  }
}
.breadcrumb__list__item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb__list__item:last-child::after {
  display: none;
}
.breadcrumb__list__item a {
  color: rgba(22, 22, 22, 0.6);
}
.breadcrumb__list__item a:hover {
  opacity: 0.7;
}

/*--------------------
	commonTitle
--------------------*/
/*--------------------
	commonBtn
--------------------*/
/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .job_count_pager .pagination {
  padding-top: 30px;
}
@media (max-width: 767px) {
  body .job_count_pager .pagination {
    padding-top: 16px;
  }
}
body .job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .job_count_pager .pagination ul li {
  text-align: center;
  font-size: 1.4rem;
}
body .job_count_pager .pagination ul li a, body .job_count_pager .pagination ul li em {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .job_count_pager .pagination ul li a:hover,
body .job_count_pager .pagination ul li em {
  color: #ffffff;
  background: #00a73c;
}
body .job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 1201px) {
  body .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager .pagination ul .number.current {
  display: inline-block;
}
body .job_count_pager.contents_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .job_count_pager.contents_top {
    margin-bottom: 20px;
  }
}
body .job_count_pager.contents_top .pagination {
  padding-top: 0;
}
body .job_count_pager.contents_top .pagination a, body .job_count_pager.contents_top .pagination em {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
}
body .job_count_pager.contents_bottom {
  display: block;
  padding: 72px 0 0;
}
@media (max-width: 767px) {
  body .job_count_pager.contents_bottom {
    padding: 32px 0 0;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .header {
  background-color: #fff;
}
.front-page .header__inner {
  padding: 30px 40px 36px;
}
@media (max-width: 767px) {
  .front-page .header__inner {
    padding: 15px 20px 15px;
  }
}
.front-page .header__contents {
  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;
}
@media (max-width: 767px) {
  .front-page .header__contents {
    display: block;
    text-align: center;
  }
}
.front-page .header__contents .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 455.69px;
          flex: 0 0 455.69px;
}
@media (max-width: 767px) {
  .front-page .header__contents .image img {
    max-width: 301.5px;
    height: auto;
  }
}
.front-page .header__text {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 50px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.front-page .header__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  background: #b5b5b5;
  -webkit-transform: translate(-50%, -50%) skewX(-24deg);
          transform: translate(-50%, -50%) skewX(-24deg);
  width: 1px;
  height: 32px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .front-page .header__text::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .front-page .header__text {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 0;
    margin-top: 12px;
    line-height: 1;
  }
}
.front-page .main {
  position: relative;
  height: 100%;
  padding: 82px 0 124px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  min-height: calc(100vh - 100px - 100px);
}
@media (max-width: 767px) {
  .front-page .main {
    padding: 40px 0 56px;
  }
}
.front-page .main .grandTop {
  text-align: center;
  width: 100%;
}
.front-page .main .grandTop__inner {
  padding: 0 3.7%;
}
.front-page .main .grandTop__copy {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.front-page .main .grandTop__copy .copytext {
  display: inline;
  font-weight: 600;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.15em;
  text-shadow: rgba(51, 103, 128, 0.7) 0 0 30px;
  border-bottom: #fff solid 2px;
  padding: 0 10px 8px;
  line-height: 2;
}
@media (max-width: 767px) {
  .front-page .main .grandTop__copy .copytext {
    font-size: 2rem;
    padding: 0 8px 2.8px;
    line-height: 2;
  }
}
.front-page .main .grandTop__list {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 3.2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list {
    display: block;
    margin-top: 36px;
  }
}
.front-page .main .grandTop__list__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.4%;
          flex: 0 0 48.4%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item {
    margin-bottom: 18px;
  }
}
.front-page .main .grandTop__list__item:last-child {
  margin-bottom: 0;
}
.front-page .main .grandTop__list__item a {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.front-page .main .grandTop__list__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #00a73c;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .front-page .main .grandTop__list__item a:hover::after {
    opacity: 1;
  }
  .front-page .main .grandTop__list__item a:hover .textArea__title {
    color: #00a73c;
  }
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item a {
    padding: 28px 12px 32px;
  }
}
.front-page .main .grandTop__list__item .imageArea {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.4%;
          flex: 0 0 48.4%;
  max-width: 210px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item .imageArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
            flex: 0 0 112px;
    max-width: 112px;
    margin-right: 16px;
  }
}
.front-page .main .grandTop__list__item .imageArea img {
  aspect-ratio: 211/151;
  border: #e5e4e1 1px solid;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.front-page .main .grandTop__list__item .imageArea::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  display: inline-block;
  background-image: url(../img/index/imgdeco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item .imageArea::before {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
.front-page .main .grandTop__list__item .textArea {
  position: relative;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item .textArea {
    margin-top: -2px;
  }
}
.front-page .main .grandTop__list__item .textArea__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.06em;
  position: relative;
}
.front-page .main .grandTop__list__item .textArea__title::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 100%;
  right: 0;
  margin-right: -40px;
  display: inline-block;
  width: calc(100% + 80px + 30px + 210px);
  height: 1px;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item .textArea__title {
    font-size: 1.7rem;
    padding-bottom: 10px;
    padding-right: 18px;
    margin-right: -18px;
  }
}
.front-page .main .grandTop__list__item .textArea__text {
  width: 100%;
  color: #666666;
  font-size: 1.7rem;
  margin-top: 18px;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item .textArea__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px;
    padding-right: 1em;
  }
}
.front-page .main .grandTop__list__item .button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #00a73c;
  width: 40px;
  height: 40px;
  border-radius: 5px 0 5px 0;
}
.front-page .main .grandTop__list__item .button::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item .button::before {
    width: 5px;
    height: 5px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
  }
}
@media (max-width: 767px) {
  .front-page .main .grandTop__list__item .button {
    width: 32px;
    height: 32px;
  }
}
.front-page .footer {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.front-page .footer__inner {
  padding: 32px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .front-page .footer__inner {
    display: block;
    padding: 20px 6.25% 24px;
  }
}
.front-page .footer_corporate {
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .front-page .footer_corporate {
    font-size: 1.3rem;
    text-align: center;
  }
}
.front-page .footer_corporate a {
  padding-bottom: 4px;
  border-bottom: 1px #161616 solid;
  color: #161616;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.front-page .footer_corporate a::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  display: inline-block;
  background-image: url(../img/common/ico-external.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .front-page .footer_corporate a::after {
    -webkit-transform: translate(0, -50%) scale(0.8);
            transform: translate(0, -50%) scale(0.8);
  }
}
.front-page .footer_cr {
  font-size: 1.4rem;
  margin-right: -8%;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .front-page .footer_cr {
    margin: 40px 0 6px;
    text-align: center;
    font-size: 1rem;
    margin-right: 0;
    line-height: 1;
  }
}
.front-page .footer_ga {
  display: block;
  font-size: 1.2rem;
}
.front-page .footer_ga a {
  color: #999999;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: #999999 solid 1px;
}
@media (max-width: 767px) {
  .front-page .footer_ga {
    font-size: 1rem;
    text-align: center;
  }
}
.front-page .footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .front-page .footer a:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */