/*! normalize.css v3.0.1 | 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 {
  -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,
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: 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;
    vertical-align: bottom;
}

/**
 * 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 {
  -moz-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-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"], /* 1 */
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"] {
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-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;
}

/* -----------------Clearfix--------------- */
.cf {
    zoom: 1;
}
.cf:before,
.cf:after {
    display: table;
    content: "";
    line-height: 0;
}
.cf:after {
    visibility: hidden;
    clear: both;
}


/* -----蛻･繝代ち繝ｼ繝ｳ 

.cf:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
-----*/

/* IE6 */
* html .cf { zoom: 1;}
 /* IE7 */
*:first-child+html .cf { zoom: 1;}


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;padding: 0;border: 0;}
body {margin:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
h1, h2, h3, h4, h5, h6, p {margin: 0;padding: 0;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select {vertical-align:middle;}
img,img a,a img{ margin: 0; padding: 0; border: 0; border-style: none; text-decoration: none;}
a:focus { outline: none;}


/* = Selected Text
----------------------------------------------- */
::selection {
    background:#2c90d2; /* Safari */
}

::-moz-selection {
    background:#2c90d2; /* Firefox */
}



/* = format css
----------------------------------------------- */


/* position 設定 */

.abc{/* 常に中央表示 */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* background 設定 */
.bgc{
    background-position: center center;
    background-size: cover;
}

.bgf{
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

/* animate time */
.t01{transition: all 0.1s;}
.t02{transition: all 0.2s;}
.t03{transition: all 0.3s;}
.t04{transition: all 0.4s;}
.t05{transition: all 0.5s;}
.t06{transition: all 0.6s;}
.t07{transition: all 0.7s;}
.t08{transition: all 0.8s;}
.t09{transition: all 0.9s;}
.t10{transition: all 1s;}

/* box-shadow */
.bs{
box-shadow:0px 0px 18px -3px #525252;
-moz-box-shadow:0px 0px 18px -3px #525252;
-webkit-box-shadow:0px 0px 18px -3px #525252;
}

/* text format tf[両端揃え] tc[中央寄せ] */
.tf{
    text-align: justify;
    letter-spacing: 1px;
}
.tc{
    text-align: center;
    letter-spacing: 1px;
}

/*:beforeにぼかし効果を設定する*/
.blur:before{
  content: '';
  background: inherit;/*.blurで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


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

Copyright (c) 2013 Daniel Eden

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

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

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

body{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings : "palt" 1;
  color: #333;
  background: #fff;
}

.pc_disp{
  display: block;
}

.sp_disp{
  display: none;
}

.sp-close{
  display: none;
}

.sp-borad{
  display: none;
}

.opacity{
  opacity: 0 !important;
}

.opa-img{
  opacity: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.color{
  color: #00cdae;
}

.imp{
  text-decoration:underline;
}

.min{
  font-family: "Sawarabi Mincho" !important;
}

.en{
  font-family: 'Crimson Text', serif !important;
}



/* idou01っていうアニメーションはこんなふうだよ！ */

@keyframes key1{
  0% {
      margin-left: 0px;
  }
  5% {
      margin-left: 10px;
  }
  50% {
      margin-left: 700px;
  }
  80% {
      margin-left: 0px;
  }
  90% {
      margin-left: 0px;
  }
  100% {
      margin-left: 0px;
  }
}


@keyframes key2{
  0% {
      transform:rotateY(180deg);
  }
  50% {
      transform:rotateY(180deg);
  }
  60% {
      transform:rotateY(0deg);
  }
  80% {
      transform:rotateY(0deg);
  }
  100% {
      transform:rotateY(0deg);
  }
}



/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa1 {
  0% {transform:translateY(0);}
  50% {transform:translateY(-10px);}
  100% {transform:translateY(0);}
}
@-moz-keyframes fuwafuwa1 {
  0% {transform:translateY(0);}
  50% {transform:translateY(-10px);}
  100% {transform:translateY(0);}
}
@-ms-keyframes fuwafuwa1 {
  0% {transform:translateY(0);}
  50% {transform:translateY(-10px);}
  100% {transform:translateY(0);}
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa2 {
  0% {transform:translateY(-10px);}
  50% {transform:translateY(0px);}
  100% {transform:translateY(-10px);}
}
@-moz-keyframes fuwafuwa2 {
  0% {transform:translateY(-10px);}
  50% {transform:translateY(0);}
  100% {transform:translateY(-10px);}
}
@-ms-keyframes fuwafuwa2 {
  0% {transform:translateY(-10px);}
  50% {transform:translateY(0);}
  100% {transform:translateY(-10px);}
}


/* before擬似要素を左から右にスライドイン */
@-webkit-keyframes hideFromLeft {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(0%);
  }
}
@keyframes hideFromLeft {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(0%);
  }
}

/* before擬似要素を左から右にスライドアウト */
@-webkit-keyframes showFromLeft {
  0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }
  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}

@keyframes showFromLeft {
  0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }
  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}



/* before擬似要素を左から右にスライドイン */
@-webkit-keyframes hideFromLeft02 {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(0%);
  }
}
@keyframes hideFromLeft02 {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(0%);
  }
}

/* before擬似要素を左から右にスライドアウト */
@-webkit-keyframes showFromLeft02 {
  0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }
  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}

@keyframes showFromLeft02 {
  0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }
  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}

/* =====================================================

基本設定

===================================================== */

.main-content {
  width: 100%;
  background: #040404d6;
}

.mwrap-area {
  margin: auto;
}

.mw-header{
  width: 90%;
  margin: auto;
  position: relative;
}

.mw-logo{
  width: 142px;
  height: 65px;
  padding-top: 5px;
}

.mw-cv{
  width: 80%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

.mwc-item01{
  width: 380px;
  height: 100%;
  background: #000;
  border-radius: 30px;
  margin-left: 15px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 22px;
  box-sizing: border-box;
  padding-top: 9px;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
}

.mwc-item01 small{
  font-size: 14px;
  padding-left: 10px;
}

.mwc-item02{
  width: 250px;
  height: 100%;
  background: #ffd200;
  border-radius: 30px;
  margin-left: 15px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
  transition: all .3s;
}

.mwc-item01 img{
  margin: auto;
}

.mwc-item02 img{
  margin: auto;
}

.mwc-item02:hover{
  opacity: 0.8;
}

.mwc-item01 a{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.mwc-item02 a{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}


/* float item */

.float-item{
  width: 170px;
  height: 170px;
  position: fixed;
  right: -200px;
  top: 17%;
  z-index: 20;
  overflow: hidden;
  transition: all 1s;
  cursor: pointer;
  opacity: 0;
}

.float-item--on{
  margin-right: -500px;
}

.float-item-fade{
  opacity: 1;
  right: 1%;
}

.fi-txt{
  width: 96px;
  height: 79px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.fi-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  margin: auto;
  animation: spin 4s linear infinite;
}

.fi-shadow{
  width: 90%;
  height: 90%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  margin: auto;
  z-index: 0;
}

@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

/* 出てくるやつ */

.bigger-man{
  width: 290px;
  height: 270px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 17%;
  z-index: 600;
  border-radius: 40px 0 0 40px;
  text-align: center;
  margin-right: -500px;
  transition: all 1s;
  /* box-shadow */
  box-shadow:0px 0px 18px -9px #2b2b2b;
}

.bigger-man-on{
  margin-right: 0px;
}

.bigger-man-img01{
  padding-bottom: 20px;
}

.bigger-man-img02{
  padding-bottom: 0px;
}

.bigger-close{
  width: 40px;
  height: 40px;
  background: #d0d5d8;
  border-radius: 40px;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 601;
  text-align: center;
  box-sizing: border-box;
  padding-top: 5px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

/* main */

.mmain {
  width: 100%;
  height: 740px;
  position: relative;
  background-color: white;
  background-image: url(../image/top-heade.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

.header_box .cv_link.top_link.mail1234 a {
	color: #ffdc3f;
	border: 0.3125vw solid #ffdc3f;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.header_box .cv_link a:hover {
	text-shadow: none;
}
.mminner-wrap {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  padding: 0 5%;
}

.mm-txtsbox {
  align-content: center;
}

.mm-txt {
  position: relative;
  margin-top: 20.5%;
  margin-left: 5%;
}

.mmlogo-inner{
  width: 100%;
}

.top-headerbox {
  display: flex;
  justify-content: center;
}

.mm-txts01{
  height: 65px;
  position: relative;
  margin-bottom: 5px;
}

.mm-txts02{
  height: 65px;
  position: relative;
  margin-bottom: 20px;
}

.mm-notebox {
  flex: 1;
  align-content: center;
}

.mm-note {
  position: relative;
  font-weight: bold;
}

.mm-note p {
  letter-spacing: 0.5px;
  font-size: 1.95em;
  line-height: 1.8;
  color: black;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.main-content .header_box .cv_link a {
  max-width: 500px;
  min-height: 100px;
  font-size: 2em;
  box-shadow: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #107b10;
  border-radius: 0.625vw;
  position: relative;
  margin-top: 1%;
  margin-left: 0;
  text-align: left;
  line-height: 1.3;
  margin-left: 5%;
}

.main-content .header_box .cv_link a::before {
  content: "";
  position: absolute;
  background-image: url(../image/line_img_ato2.png);
  background-color: #107b10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 85px;
  height: 95px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 0.325vw 0 0 0.325vw;
}

.dot-text {

}


@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

.text {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #000;
  font-family: "Roboto Mono", monospace;
  font-size: 3.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.text.is-active {
  --x: 0;
}

.text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "Roboto Mono", monospace;
  font-size: 2.3em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6%;
}

.text2.is-active {
  --x: 0;
}

.char {
    overflow: hidden;
}

.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.mm-note p .marker-yellow {
  background: linear-gradient(transparent 40%, #8b81ff 40%);
  font-weight: bold;
  padding: 0 0.5%;
}

.mm-round {
  width: 680px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 15px;
  display: flex;
}

.round1 {
  width: 35%;
  margin-right: 75px;
}

.round2 {
  width: 35%;
}

.header_box .cv_link a {
  max-width: 1000px;
  min-height: 100px;
  font-size: 34px;
  box-shadow: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #107b10;
  border: 0.3125vw solid #107b10;
  border-radius: 0.625vw;
  position: relative;
  margin-top: 6.5%;
}

.header_box .cv_link3 a {
  max-width: 1000px;
  min-height: 100px;
  font-size: 34px;
  box-shadow: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background-color: #107b10;
  color: #fff;
  border: 0.3125vw solid #fff;
  border-radius: 0.625vw;
  position: relative;
  margin-top: 1.5%;
}

.cv_link3 a {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  background-color: #FFDC3F;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  min-height: 50px;
  font-size: 18px;
  border: 1px solid #F1F1F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 4px;
  font-weight: bold;
}

.mm-man01{
  width: 200px;
  position: absolute;
  left: 15%;
  bottom: -80px;
}

.mm-man02{
  width: 105px;
  position: absolute;
  right: 20%;
  bottom: -80px;
}

.mm-ballon{
  width: 230px;
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  margin: auto;
}

.mm-scroll{
  width: 52px;
  height: 67px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  animation: img_box_9955 1.5s linear infinite;
}



/*  main => sub content  */

.sub-area{
  width: 100%;
  background: #000000;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sub-wrap{
  width: 1300px;
  margin: auto;
}




/* SECOND CONTENT */

.times {
  background-image: url(../image/background.png);
  background-position: 0 0;
  -webkit-animation: bgroop 30s linear infinite;
  animation: bgroop 30s linear infinite;
}



.second-content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #000;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
}

@-webkit-keyframes bgroop {
  from {
      background-position: 0  0;
  }
  to {
      background-position: -1956px 0;
  }
}
@keyframes bgroop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -1956px 0;
  }
}

.second-inner {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  margin-top: 5%;
  padding: 5%;
  margin-bottom: 5%;
}

.sec-title {
  font-size: 3.5em;
  font-weight: bold;
  text-align: left;
}

.time_box_date {
  font-size: 2em;
}

.time_box_num.pc_only {
  display: flex;
  margin: 2% 0;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
}

.display.d3 {
  font-size: 9em;
  color: #FC5130;
}

.time_text1 {
  font-size: 3.2em;
}

.time_text2 {
  font-size: 3em;
  align-self: center;
}

.mm-round2 {
  width: 400px;
  height: 400px;
  border-radius: 350px;
  box-sizing: border-box;
  border: 5px solid #000;
  align-content: center;
  text-align: center;
}

.time_box {
  display: flex;
  justify-content: center;
}

.time_box_inner {
  align-content: center;
  padding-right: 5%;
}

.design_sample2 {
  text-align:center;
  font-weight:bold;
  color: transparent;
  background : rgba(0,0,0,1);
  text-shadow : 
      0 0 0.1em rgba(255,255,255,0.05),
      0.01em 0.04em 0.03em rgba(255,255,255,0.4);
  -webkit-background-clip : text;
}

.real_time_etc {
  font-size: 1.3em;
}


.header_box .cv_link2 a::before {
  content: "";
  position: absolute;
  background-image: url(../image/line_img_ato2.png);
  background-color: #107b10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 123px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 0.5vw 0 0 0.5vw;
}

.header_box .cv_link2 a {
  max-width: 1000px;
  min-height: 100px;
  font-size: 34px;
  box-shadow: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #107b10;
  border: 0.3125vw solid #107b10;
  border-radius: 0.625vw;
  position: relative;
  margin-top: 6.5%;
}

.header_box .cv_link2 a {
  font-size: 34px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #107b10;
}

.cv_link2 a {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  background-color: yellow;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  min-height: 50px;
  font-size: 18px;
  border: 1px solid #F1F1F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 4px;
  font-weight: bold;
}

.cv_link2 a i {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* THIRD CONTENT */

.homeMessageFeelTitle {
  display: grid;
  text-align: center;
  color: var(--color-white);
  font-size: 4rem;
  letter-spacing: -0.09em;
  line-height: 1.4;
  margin: 0 0 8rem
}

.homeMessageFeelTitle .large {
  font-size: 5rem
}

.homeMessageFeelTitle .parentheses {
  font-weight: 500
}

.homeMessageFeelList {
  padding: 10% 4rem;
}

.homeMessageFeelList.is-active .homeMessageFeelListItem {
  opacity: 1
}

.homeMessageFeelList.is-active .homeMessageFeelListItem::before,.homeMessageFeelList.is-active .homeMessageFeelListItem::after {
  opacity: 1
}

.homeMessageFeelList.is-active .homeMessageFeelListItem1::before {
  transition-delay: .1s
}

.homeMessageFeelList.is-active .homeMessageFeelListItem1::after {
  transition-delay: .2s
}

.homeMessageFeelList.is-active .homeMessageFeelListItem2 {
  transition-delay: .1s
}

.homeMessageFeelList.is-active .homeMessageFeelListItem2::before {
  transition-delay: .2s
}

.homeMessageFeelList.is-active .homeMessageFeelListItem2::after {
  transition-delay: .3s
}

.homeMessageFeelList.is-active .homeMessageFeelListItem3 {
  transition-delay: .2s
}

.homeMessageFeelList.is-active .homeMessageFeelListItem3::before {
  transition-delay: .3s
}

.homeMessageFeelList.is-active .homeMessageFeelListItem3::after {
  transition-delay: .4s
}

.homeMessageFeelListBody {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7rem;
}

.homeMessageFeelListItem {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  position: relative;
  display: grid;
  place-items: center;
  place-content: center;
  text-align: center;
  background: white;
  border-radius: 50%;
  aspect-ratio: 1/1;
  min-inline-size: 0
}

.homeMessageFeelListItem::before,.homeMessageFeelListItem::after {
  transition: opacity .5s ease-in-out;
  opacity: 1;
  content: "";
  position: absolute;
  background: white;
  border-radius: 50%;
}

.homeMessageFeelListItem::before {
  height: 10rem;
  width: 10rem
}

.homeMessageFeelListItem::after {
  height: 3.2rem;
  width: 3.2rem
}

.homeMessageFeelListItem1::before {
  top: -2.5rem;
  margin: 0 -18rem 0 0
}

.homeMessageFeelListItem1::after {
  top: -5rem;
  margin: 0 -27rem 0 0
}

.homeMessageFeelListItem1 .homeMessageFeelListItemWords2 {
  color: var(--color-green2)
}

.homeMessageFeelListItem1 .homeMessageFeelListItemCharacter {
  margin: 4.5rem 0 -12.5rem
}

.homeMessageFeelListItem2 {
  margin: 8.5rem 0 0
}

.homeMessageFeelListItem2::before {
  top: -4.5rem;
  margin: 0 -5rem 0 0;
}

.homeMessageFeelListItem2::after {
  top: -8.5rem;
  margin: 0 -8rem 0 0;
}

.homeMessageFeelListItem2 .homeMessageFeelListItemWords2 {
  color: var(--color-green1)
}

.homeMessageFeelListItem2 .homeMessageFeelListItemCharacter {
  margin: 2.6rem 0 -12.4rem
}

.homeMessageFeelListItem2-2 {
  margin: 8.5rem 0 0
}

.homeMessageFeelListItem2-2::before {
  top: -4.5rem;
  margin: 0 0 0 -5rem;
}

.homeMessageFeelListItem2-2::after {
  top: -8.5rem;
  margin: 0 0 0 -8rem;
}

.homeMessageFeelListItem2-2 .homeMessageFeelListItemWords2 {
  color: var(--color-green1)
}

.homeMessageFeelListItem2-2 .homeMessageFeelListItemCharacter {
  margin: 2.6rem 0 -12.4rem
}

.homeMessageFeelListItem3::before {
  top: -2.5rem;
  margin: 0 0 0 -18rem
}

.homeMessageFeelListItem3::after {
  top: -5rem;
  margin: 0 0 0 -27rem
}

.homeMessageFeelListItem3 .homeMessageFeelListItemWords2 {
  color: var(--color-green3)
}

.homeMessageFeelListItem3 .homeMessageFeelListItemCharacter {
  margin: .9rem 0 -12.1rem
}

.homeMessageFeelListItemWords1 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.29;
  margin: 0 0 1.5rem
}

.homeMessageFeelListItemWords2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25
}

.yajirushi {
  position: relative;
}

.dli-caret-down1 {
  display: block;
  color: #000;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
    border-bottom-style: solid;
  border-bottom-style: solid;
  border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 4.65em 3.375em;
    border-bottom-width: 4.65em;
  border-bottom-width: 4.65em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  top: -155px;
  left: 625px;
}

.dli-caret-down2 {
  display: block;
  color: #000;;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
    border-bottom-style: solid;
  border-bottom-style: solid;
  border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 4.65em 3.375em;
    border-bottom-width: 4.65em;
  border-bottom-width: 4.65em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  top: -70px;
  left: 625px;
}


.dli-caret-down3 {
  display: block;
  color: #000;;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
    border-bottom-style: solid;
  border-bottom-style: solid;
  border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 4.65em 3.375em;
    border-bottom-width: 4.65em;
  border-bottom-width: 4.65em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  top: 15px;
  left: 625px;
}

.third-content{
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.third-inner {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding-bottom: 50px;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
}

.thc-title {
  text-align: left;
  margin: auto;
  font-weight: bold;
}

.thc-title img{
  margin: auto;
}

.thc-box {
  width: 1340px;
  margin: 40px auto;
  position: relative;
  background: #595959;
  border-radius: 20px;
}

.thc-text {
  font-size: 3.5em;
  font-weight: bold;
}

.thc-center {
  text-align: center;
  width: 1060px;
  margin: auto;
    margin-top: auto;
  margin-top: auto;
  padding-bottom: 30px;
  margin-top: 11%;
}

.thc-center img{
  margin: auto;
  width: 380px;
}

.thc-under{
  width: 1160px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.thcu-item01 {
  width: 380px;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding-top: 25px;
  box-sizing: border-box;
  border: 6px black double;
}

.thc-text2 {
  font-size: 1.8em;
  font-weight: bold;
}

.thcu-item02{
  width: 380px;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  border: 6px black double;
}

.thcu01-img01 img{
  margin: auto;
}

.thcu-item03{
  width: 380px;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  border: 6px black double;
}


.thcu01-round {
  width: 190px;
  height: 190px;
  background: #fff;
  border-radius: 170px;
  margin: 30px auto;
  box-sizing: border-box;
  border: 3px solid #000;
  overflow: hidden;
  text-align: center;
  padding-top: 5%;
}

.thcu01-round img{
  margin: auto;
  width: 90%;
}

.thcu01-img02 {
  padding: 0% 10% 5%;
  font-size: 1.3em;
  text-align: left;
}

.thc-arr{
  width: 804px;
  margin: auto;
  text-align: center;
}

.thc-fin{
  position: relative;
  padding-top: 30px;
}

.thcfin-img01{
  width: 300px;
  margin: auto;
  text-align: center;
}

.thcfin-flex{
  width: 732px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  box-sizing: border-box;
}

.thcfin-item01{
  width: 353px;
  position: relative;
}

.thcfin-over{
  width: 252px;
  position: absolute;
  left: -19px;
  top: -4px;;
}

.thc-box2 {
  margin-top: 5%;
}

.thc-box2-text {
  font-size: 2.2em;
  font-weight: bold;
}

/* FOUR CONTENT */


.four-content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.four-inner {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding-bottom: 30px;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
}

.foc-title {
  text-align: left;
}

.foc-title img{
  margin: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

.text3 {
  overflow: hidden;
  position: relative;
}

.text3.is-active {
  --skewX: 0deg;
  --cover-x: 101%;
  --x: 0;
}

.text3::before,
.text3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(var(--cover-x, -101%));
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.text3::before {
  background-color: #fff;
}

.text3::after {
  background-color: #000000;
  transition-delay: 0.16s;
}

.word {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateX(var(--x, -110%)) skewX(var(--skewX, 8deg));
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.3s;
}



/* FOUR CONTENT */


.five-content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #000000;
}

.five-inner {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  margin-top: 10%;
  padding: 5%;
  margin-bottom: 5%;
}

.fivc-title {
  text-align: left;
  margin-bottom: 5%;
}

.step1 {
  font-size: 1.6em;
  font-weight: bold;
  height: 75px;
  align-content: center;
}

.step2 {
  font-size: 1.6em;
  font-weight: bold;
  height: 75px;
  align-content: center;
}

.step3 {
  font-size: 1.6em;
  font-weight: bold;
  height: 75px;
  align-content: center;
}

.fivc-flex{
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.fivcf01-item01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:flex-start;
  align-self:flex-start;
  width: 100%;
}

.fivcf-i1-inner01 {
  width: 325px;
  height: 100%;
  background: #ffd200;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.fivcf-i1-inner02 {
  width: 550px;
  height: 210px;
  background: #107b10;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.fivcf-i2-inner02-img01{
  position: absolute;
  right: 35px;
  top: 78px;
  margin: auto;
  z-index: 2;
}

.fivcf-i2-inner02-img02{
  position: absolute;
  left: -15px;
  top: 30px;
  margin: auto;
}



.fivc-hall01{
  width: 197px;
  position: absolute;
  left: -20px;
  top: 30px;
}

.fivc-hall02{
  width: 132px;
  position: absolute;
  right: 30px;
  top: 70px;
}

.step-text {
  padding: 0 7%;
}

.step-text {
  padding: 0 7%;
  font-size: 1.25em;
}

.fivcf-i1-inner01 {
  width: 325px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border: 2px black solid;
}

.step-formbtn .cv_link a {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  background-color: #FFDC3F;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625vw;
  min-height: 100px;
  font-size: 2em;
  border: 1px solid #F1F1F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 4px;
  font-weight: bold;
  margin-top: 5%;
}

.step-formbtn .cv_link a:hover {
  background-color: #fff;
  color: #ffdc3f;
  border: 5px solid #ffdc3f;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.step-cvbox {
  display: flex;
  flex-wrap: nowrap;
}

.step-cvbox .header_box {
  width: 100%;
  flex: 1;
  padding-right: 0.5%;
}

.step-formbtn {
  flex: 1;
  padding-left: 0.5%;
}

.step-cvbox .header_box .cv_link2 a::before {
  width: 85px;
  height: 100px;
}

.step-cvbox .header_box .cv_link2 a {
  font-size: 34px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #107b10;
  line-height: 1;
  margin-top: 5%;
}

/*  SIX CONTENT  */

.reviews {
  margin-bottom: 3%;
}

.six-content{
  width: 100%;
  background: #ffffff;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 70px;
}

.six-title {
  margin-left: 15%;
  font-size: 3.5em;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-bottom: 2%;
  margin-top: 2%;
}

.six-inner {
  width: 1220px;
  margin: auto;
  padding: 2%;
  background: white;
  border-radius: 15px;
  border: 5px black solid;
}

#carousel3d {
  position: relative;
  max-width: 100%;
  margin: 40px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.carousel-3d-slide {
  flex: 0 0 400px;
  margin: 0 3px;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-align: left;
  opacity: 0.4;
  transform: scale(0.9);
  transition: all 0.4s ease;
  font-size: 1.3em;
}

.carousel-3d-slide.current {
  opacity: 1;
  transform: scale(1);
  font-weight: bold;
  z-index: 2;
  font-size: 1.3em;
}

#prev,
#next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

#prev { left: 10px; }
#next { right: 10px; }


.review {
  display: flex;
  font-size: 0.9em;
}

.review-img {
  width: 45%;
  align-content: center;
}

.review-titletext {
  font-weight: bold;
}

.review-box {
  align-content: center;
}

.review-type {
  padding-top: 2%;
}

.review-text {
  padding: 3%;
}



/* SEVEN CONTENT */

.seven-content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #000;
}

.seven-inner {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  padding-bottom: 30px;
}

.sevc-title{
  text-align: center;
  padding-bottom: 30px;
  padding-top: 5%;
}

.sevc-title img{
  margin: auto;
}

.sevc-acc{
  width: 960px;
  position: relative;
  margin: auto;
}

.sevc-acc-item01{
  width: 100%;
  background: #000000;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.sevc-q {
  width: 100%;
  height: 90px;
  position: relative;
  padding-left: 110px;
  padding-top: 28px;
  box-sizing: border-box;
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
}

.sevc-q-icon {
  width: 90px;
  height: 90px;
  position: absolute;
  background: #fff url(../image/q.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center center;
  background-size: 56px;
  left: 0;
  top: 0;
  z-index: 2;
  border: 2px black solid;
}

.sevc-a a{
  color: #ffd200;
}

.sevc-a span{
  padding-left: 10px;
  padding-right: 10px;
  background: url(../img/new-window-y.png) no-repeat;
  background-position: center right;
  background-size: 12px;
}

.sevc-arr{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 25px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  transition: all .3s;
}

.sevc-arr-on{
  transform: rotate(180deg);
}

.sevc-arr img{
  vertical-align: top;
}

.acd-content .sevc-q {
  width: 100%;
  height: 90px;
  position: relative;
  padding-left: 110px;
  padding-top: 28px;
  box-sizing: border-box;
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
}

.sevc-a {
  width: 100%;
  border-left: 5px solid #7d7d7d;
  border-right: 5px solid #7d7d7d;
  border-bottom: 5px solid #7d7d7d;
  box-sizing: border-box;
  background: #fff url(../image/a.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: 17px 0px;
  background-size: 50px;
  padding-left: 103px;
  font-size: 1.4em;
  font-weight: bold;
  padding-right: 50px;
  padding-top: 25px;
  color: #000000;
  padding-bottom: 30px;
  display: none;
  text-align: justify;
}


/* FOOTER */

.footer{
  width: 100%;
  background: #ffd200;
  text-align: center;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}

.page-top{
  width: 120px;
  position: absolute;
  right: 5%;
  top: -80px;
  z-index: 2;
}

.page-top a{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}





/* エフェクト関係 */

/* revealContentを最初は消しておく */
.revealContent {
  opacity: 0;
}

/* revealActiveクラスが追加されて.3s後に表示する */
.revealActive .revealContent {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}

.revealItem {
  display: block;
  position: absolute;
  overflow: hidden;
}

/* before擬似要素の黒いblockにanimationをつけておく */
.revealItem.revealActive::before {
  -webkit-animation: hideFromLeft .4s forwards, showFromLeft .4s forwards .5s;
  animation: hideFromLeft .4s forwards, showFromLeft .4s forwards .4s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  margin: 1px;
}


/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

/* revealContentを最初は消しておく */
.revealContent02 {
  opacity: 0;
}

/* revealActiveクラスが追加されて.3s後に表示する */
.revealActive02 .revealContent02 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}

.revealItem02 {
  display: block;
  position: absolute;
  overflow: hidden;
}

/* before擬似要素の黒いblockにanimationをつけておく */
.revealItem02.revealActive02::before {
  -webkit-animation: hideFromLeft .4s forwards, showFromLeft .4s forwards .5s;
  animation: hideFromLeft .4s forwards, showFromLeft .4s forwards .4s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  margin: 1px;
}


/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg02 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}


#footer_cv {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0000005e;
  padding:35px;
  visibility: hidden;
  z-index: 9999;
  text-align: center;
}

.cv_btn_flex .mminner-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding:0 20%;
}

.cv_btn_flex .mminner-wrap .header_box .cv_link.top_link.mail1234 a {
  color: #ffdc3f;
  border: 0.3125vw solid #ffdc3f;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  margin: auto;
  max-height: 100px;
}

.cv_btn_flex .mminner-wrap .header_box .cv_link a {
  max-width: 540px;
  min-height: 100px;
  font-size: 30px;
  box-shadow: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #107b10;
  border: 0.3125vw solid #107b10;
  border-radius: 0.625vw;
  position: relative;
  margin: auto;
  max-height: 100px;
  line-height: 1.2em;
}



/* =====================================================

modal content01

===================================================== */

.modal-bg01{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999;
  margin: auto;
  display: none;
}

.modal-area01{
  width: 35%;
  max-width: 1200px;
  min-width: 793px;
  height: 84vh;
  min-height: 617px;
  background: #ffd200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999999999999999999;
  border-radius: 5px;
  display: none;
}

.close_btn01{
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: -400px;
  right: -20px;
  border-radius: 70px;
  cursor: pointer;
}

span.cb-1{
  width: 60%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 18px;
  left: 8px;
  transform: rotate(45deg);
  border-radius: 10px;
}

span.cb-2{
  width: 60%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 18px;
  right: 8px;
  transform: rotate(-45deg);
  border-radius: 10px;
}

.modal--inner01 {
  width: 70%;
  margin: 5% auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.modal--inner01-img01{
  padding-bottom: 40px;
}

.modal--inner01-img01 img{
  margin: auto;
}


.modal--inner01-line{
  width: 80%;
  height: 1px;
  background: #000;
  margin: 50px auto;
}


/* =====================================================

modal content

===================================================== */

.modal-bg02{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999;
  margin: auto;
  display: none;
}

.modal-area02{
  width: 50%;
  max-width: 1200px;
  min-width: 960px;
  height:55vh;
  min-height: 555px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999999999999999999;
  border-radius: 5px;
  display: none;
}

.close_btn02{
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: -400px;
  right: -20px;
  border-radius: 70px;
  cursor: pointer;
}

.modal--inner02{
  width: 90%;
  margin: 5% auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.modal--inner02-img01{
  padding-bottom: 40px;
}

.modal--inner02-line{
  width: 80%;
  height: 1px;
  background: #000;
  margin: 50px auto;
}

.modal--cv-btn{
  width: 220px;
  height: 40px;
  margin: 30px auto;
  background: #ffd200;
  border-radius: 30px;
  box-sizing: border-box;
  padding-top: 3px;
  position: relative;
  transition: all .5s;
}

.modal--cv-btn a{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.modal--cv-btn:hover{
  opacity: 0.5;
}



/* =====================================================

modal content

===================================================== */

.modal-bg03{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999;
  margin: auto;
  display: none;
}

.modal-area03{
  width: 50%;
  max-width: 1200px;
  min-width: 960px;
  height:55vh;
  min-height: 555px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999999999999999999;
  border-radius: 5px;
  display: none;
}

.close_btn03{
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: -400px;
  right: -20px;
  border-radius: 70px;
  cursor: pointer;
}

.modal--inner03{
  width: 90%;
  margin: 5% auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}

/* =====================================================

modal content

===================================================== */

.modal-bg04{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999;
  margin: auto;
  display: none;
}

.modal-area04{
  width: 50%;
  max-width: 1200px;
  min-width: 960px;
  height:55vh;
  min-height: 555px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999999999999999999;
  border-radius: 5px;
  display: none;
}

.close_btn04{
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: -400px;
  right: -20px;
  border-radius: 70px;
  cursor: pointer;
}

.modal--inner04{
  width: 90%;
  margin: 5% auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}


/* =====================================================

modal content

===================================================== */

.modal-bg05{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999;
  margin: auto;
  display: none;
}

.modal-area05{
  width: 50%;
  max-width: 1200px;
  min-width: 960px;
  height:55vh;
  min-height: 555px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999999999999999999;
  border-radius: 5px;
  display: none;
}

.close_btn05{
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: -400px;
  right: -20px;
  border-radius: 70px;
  cursor: pointer;
}

.modal--inner05{
  width: 90%;
  margin: 5% auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}


/* =====================================================

modal content

===================================================== */

.modal-bg06{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999;
  margin: auto;
  display: none;
}

.modal-area06{
  width: 50%;
  max-width: 1200px;
  min-width: 960px;
  height:55vh;
  min-height: 555px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999999999999999999;
  border-radius: 5px;
  display: none;
}

.close_btn06{
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: -400px;
  right: -20px;
  border-radius: 70px;
  cursor: pointer;
}

.modal--inner06{
  width: 90%;
  margin: 5% auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}


/* =====================================================

modal content01

===================================================== */

.modal-bg07{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999;
  margin: auto;
  display: none;
}

.modal-area07{
  width: 35%;
  max-width: 1200px;
  min-width: 793px;
  height: 69vh;
  min-height: 671px;
  background: #ffd200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999999999999999999;
  border-radius: 5px;
  display: none;
}

.close_btn07{
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: -400px;
  right: -20px;
  border-radius: 70px;
  cursor: pointer;
}

.modal--inner07{
  width: 90%;
  margin: 5% auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.modal--inner01-img01{
  padding-bottom: 40px;
}

.modal--inner01-img01 img{
  margin: auto;
}

.modal--inner01-img02 img{
  margin: auto;
}

.modal--inner01-line{
  width: 80%;
  height: 1px;
  background: #000;
  margin: 50px auto;
}

.modal--inner02-img01 img{
  margin: auto;
}

.modal--inner02-img02 img{
  margin: auto;
}

.hissu {
  color: white;
  border: 1px solid red;
  background: red;
  padding: 1% 2%;
  margin-right: 2%;
  border-radius: 5px;
}
/* =====================================================


大画面のメディアクエリ

===================================================== */

@media screen and (min-width:1500px) {
  .mmain {
    height: 745px;
  }
  .text1234tt {
    font-size: 4.5em;
    color: #FC5130;
  }
}/* 1500px以上 */


/* =====================================================


スマホのメディアクエリ

===================================================== */

@media screen and (max-width:768px) {
  
  .pc_disp{
      display: none;
  }

  .sp_disp{
      display: block;
  }
  
  .pc_phone{
      display: none;
  }
  
  
  /* ===================
  
  ここからスマホのCSS
  
  ==================== */
  
  /* head */
  
  .mwrap-area {
      width: 100%;
  }
  
  .mw-header{
      width: 90%;
  }
  
  .mw-logo{
      width: 87.5px;
      height: 42.5px;
  }
  
  .mwc-item01{
      width: 122px;
      height: 44.5px;
      border-radius: 15px;
      border: none;
      padding-top: 10px;
      position: relative;
  }
  
  
  
  .mwc-item01 img {
      margin: auto;
  }
  
  .mw-cv {
      width: 80%;
      height:auto;
      padding-top: 3px;
  }
  
  .mwc-item02 {
      width: 92px;
      height: 44.5px;
      border-radius: 15px;
      padding-top: 13px;
      position: relative;
      transition: all .3s;
  }
  
  .mwc-item02 img {
      margin: auto;
  }
  
  
  .mm-logo{
      width: 204px;
      margin: auto;
  }
  
  .mm-round {
    width: 215px;
    height: 215px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 0.4;
  }
  
  .mm-txt-sp{
      text-align: center;
      padding-bottom: 30px;
      font-size: 18px;
  }
  
  .mminner-wrap {
    width: 90%;
    height: 95%;
    padding: 0;
    top: 115%;
    bottom: 0;
  }
  
  .mmain {

    background-image: url(../image/top-header-sp.gif);
  }
  
  .mm-txts01 {
    height: 37px;
    margin-bottom: 0;
  }

  .text {
    font-size: 5.6vw;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

  .mm-scroll {
      bottom: -38px;
      width: 43px;
  }
  
  .mm-note {
    z-index: 1;
  }

  .mm-note p {
    font-size: 4.8vw;
    line-height: 1.5;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}


  .mm-note-sp{
      text-align: center;
      font-size: 16px;
      font-weight: bold;
  }
  
  .header_text_title {
    font-size: 1.3em;
  }

  .header_box .cv_link a {
    margin-top: 20px;
    font-size: 4.5vw;
    text-align: left;
    min-height: 70px;
    padding-left: 25%;
  }

  .header_box .cv_link a::before {
    width: 70px;
    height: 70px;
  }

      .cv_link {
      padding-top: 0px;
    }

    .main-content .header_box .cv_link a {
      min-height: 65px;
      font-size: 5vw;
      margin-left: 0;
    }

    .main-content .header_box .cv_link a::before {
      width: 70px;
      height: 65px;
    }
  
  .mm-note-sp{
      width: 100%;
      position: absolute;
      bottom: 60px;
  }
  
  .mm-ballon {
      width: 135px;
      top: 30px;
  }
  
  .sub-wrap {
    width: 90%;
    height: auto;
    margin-bottom: 5%;
  }

.suba-cv {
    height: auto;
}

.suba-note {
  color: #fff;
  font-weight: bold;
  font-size: 4.5vw;
}

.main-content{
    padding-bottom: 2px;
}

.sub-area{
    padding-top: 30px;
    padding-bottom: 0;
}

.sub-wrap .header_box .cv_link3 a {
  font-size: 4.5vw;
  text-align: left;
  min-height: 70px;
  padding-left: 25%;
}

.sub-wrap .header_box .cv_link3 a::before {
  width: 70px;
  height: 70px;
}

.header_box .cv_link3 a::before {
  background-size: 65px;
}

  /* セカンドガール */
  
  .second-inner {
    width: 95%;
    margin: 10% auto 0;
    padding: 4%;
  }

  .second-inner h2 {
    font-size: 9vw;
  }
  
  .reco-bloc__boxwrap.boxwrap01.real_time_speed {
    margin-top: 5%;
  }

  .time_box_inner {
    padding-right: 3%;
  }

  .time_box_date {
    font-size: 5vw;
  }

  .time_text1 {
    font-size: 5vw;
  }

  .time_text2 {
    font-size: 5vw;
  }

  .mm-round2 {
    width: 330px;
    height: 140px;
    border-radius: 10px;
    border: 3px solid #000;
    margin-top: 7%;
    text-align: center;
  }

  .time_box_num.ip_only.wow.fadeInDown {
    padding: 0 2%;
  }

  .time_box_num_ff {
    font-size: 10vw;
    color: #FC5130;
  }

  .real_time_etc {
    font-size: 4.2vw;
  }

  /* our service */
  
  .third-inner {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15%;
  }

  .third-inner h2 {
    font-size: 9vw;
  }

  .thc-box {
    width: 325px;
    margin: auto;
    margin-top: auto;
    margin-top: 35px;
  }
  
  .thcb-item01{
      width: 325px;
      margin: auto;
  }
  
  .thcb-item02{
      width: 325px;
      margin: auto;
      padding-top: 40px;
  }
  
  .thcb-item03 {
      width: 295px;
      top: 25px;
      left: 0;
      right: 0;
      margin: auto;
  }
  
  .thcb-item04 {
      width: 295px;
      top: 95px;
      left: 0;
      right: 0;
      margin: auto;
  }
  
  .thcb-item05{
      
      width: 295px;
      top: 235px;
      left: 0;
      right: 0;
      margin: auto;
  }
  
  .thcb-item06{
      width: 295px;
      top: 165px;
      left: 0;
      right: 0;
      margin: auto;
  }
  
  .thc-center{
      width: 100%;
  }
  
  .thc-under{
      width: 100%;
      margin: auto;
      flex-wrap: wrap;
  }

  .thc-center img {
    width: 210px;
  }
  
  .thc-text {
    font-size: 9vw;
  }

  .thc-text2 {
    font-size: 5vw;
  }

  .thcu01-img02 {
    font-size: 4vw;
    padding: 0% 37% 5% 4%;
  }

  .reviews {
    margin-top: 10%;
  }

  /* modal */

  .modal-area {
      width: 92%;
      height: 80vh;
  }

  .close_btn {
      right: 0;
      left: 0;
      margin: auto;
  }

  .modal--inner {
      margin: 12% auto 0 auto;
  }
  
  .thcu-item01{
      width: 344px;
      margin: auto;
      padding-top: 25px;
      margin-bottom: 3%;
  }
  
  .thcu-item02{
      width: 344px;
      margin: auto;
      padding-top: 25px;
      margin-bottom: 3%;
  }
  
  .thcu-item03{
      width: 344px;
      margin: auto;
      padding-top: 25px;
  }
  
  .thcu-item01 img{
      margin: 0;
  }
  
  .thcu-item02 img{
      margin: 0;
  }
  
  .thcu-item03 img{
      margin: 0;
  }
  
  .thcu01-round {
    width: 89px;
    height: 89px;
    position: absolute;
    top: 55px;
    bottom: 0;
    right: 4%;
    margin: auto;
  }
  
  .thcu01-img01{
      padding-bottom: 10px;
  }
  
  .thcu01-round img{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
  }
  
  .thcfin-flex{
      width: 100%;
      display: block;
  }
  
  .thcfin-img01{
      width: 199px;
  }
  
  .thcfin-img01 img{
      width: 100%;
  }
  
  .thcfin-item01{
      width: 213px;
      margin: auto;
      padding-bottom: 15px;
  }
  
  .thcfin-item01 img{
      width: 100%;
  }
  
  .thcfin-item02{
      width: 233px;
      margin: auto;
  }
  
  .thcfin-item02 img{
      width: 100%;
  }
  
  .thcfin-over {
      width: 130px;
      left: 2px;
      top: 0px;
  }
  
  /* About us */
  

  .four-inner {
    width: 100%;
    border-radius: 30px;
    background: #fff;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
  }

  .foc-title {
    margin-top: 5%;
  }

  .foc-title .sp_disp h2 {
    font-size: 9vw;
  }

  .foc-5s{
      width: 325px;
      text-align: center;
      margin: 30px auto 20px auto;
  }
  
  .foc-item{
      width: 90%;
      margin: auto;
      flex-wrap: wrap;
  }
  
  .foci-items01{
      width: 100%;
      height: auto;
  }
  
  .foci-items02{
      width: 100%;
      height: auto;
      padding-bottom: 20px;;
  }
  
  .foci01-img01-sp01{
      width: 291px;
      margin: auto;
      text-align: center;
  }
  
  .foci01-img01-sp02{
      width: 290px;
      margin: auto;
      text-align: center;
  }
  
  .foci01-img01-sp03{
      width: 290px;
      margin: auto;
      text-align: center;
  }
  
  .foci-inners{
      width: 100%;
      background: none;
      margin-bottom: 0;
  }
  
  .foci01-img01-sp04{
      width: 285px;
      margin: auto;
      text-align: center;
  }
  
  .foci01-img01-sp05{
      width: 288px;
      margin: auto;
      text-align: center;
      padding-bottom: 30px;
  }
  
  .foci-boxs{
      width: 90%;
      position: relative;
      margin: auto;
      background-size: 100% 100%;
      right: 0;
      left: 0;
  }
  
  .foci-bs-inner{
      width: 223px;
      margin: auto;
      padding-bottom: 30px;
  }
  
  .foci-btn{
      width: 237px;
      margin: auto;
      padding-left: 7px;
      padding-top: 18px;
  }
  
  .foci-btn img{
      margin: auto;
  }
  
  .foci-btn-ver02{
      margin-top: 15px;
  }
  
  
  /* FIVE CONTENT */
  
  .fivc-title {
    margin-bottom: 10%;
  }

  .fivc-ballon{
      margin: 25px auto;
  }
  
  .fivc-flex {
    width: 100%;
    margin: auto;
    display: block;
  }
  
  .fivcf01-item01 {
    width: 100%;
    display: block;
  }
  
  .fivcf-i1-inner01 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .fivcf-i1-inner01 img{
      width: 100%;
  }
  
  .fivcf-i1-inner01-img01 {
    width: 260px;
    margin: auto;
  }
  
  .fivcf-i1-inner02-img01{
      width: 200px;
      margin: auto;
  }
  
  .fivcf-i1-inner01-img02 {
    width: 55%;
    margin: auto;
  }
  
  .fivcf-i1-inner01-img03{
      width: 100px;
      margin: auto;
      padding-bottom: 10px;
  }
  
  .fivcf-i1-inner02-img02{
      width: 55%;
      margin: auto;
  }
  
  .step-cvbox {
    display: block;
    flex-wrap: nowrap;
  }
  
  .step-cvbox .header_box .cv_link2 a {
    margin-top: 20px;
    font-size: 4.5vw;
    text-align: left;
    min-height: 70px;
    padding-left: 5%;
  }
  
  .step-cvbox .header_box .cv_link2 a::before {
    width: 70px;
    height: 70px;
  }
  
  .step-formbtn {
    padding-left: 0;
  }

  .step-formbtn .cv_link {
    padding-top: 0px;
  }
  
  .step-formbtn .cv_link a {
    min-height: 70px;
    font-size: 5vw;
    margin-top: 5px;
    padding-left: 0;
    box-shadow: none;
  }

  .step-cvbox .header_box {
    width: 100%;
    flex: 1;
    padding: 0;
    padding-right: 0.5%;
  }

  .fivc-hall02 img{
      width: 100%;
  }
  
  .five-inner{
      padding-bottom: 30px;
  }

  .item3::after {
    bottom: 0px;
  }
  
  /* SIX CONTENT */
  
  .six-title {
    margin-left: 5%;
    font-size: 8vw;
  }

  .six-content{
      padding-bottom: 30px;
  }
  
  .six-inner {
    width: 90%;
    margin: auto;
    border: 3px black solid;
  }
  
  .carousel-3d-slide {
    flex: 0 0 325px;
    font-size: 4.5vw;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .carousel-3d-slide.current {
    font-size: 4.5vw;
  }

  .carousel-3d-slide.current {
    transform: scale(1);
    z-index: 2;
  }

  #prev, #next {
    top: 43%;
    width: 35px;
    height: 35px;
  }

  /* SEVEN CONTENT */
  
  .sevc-title h2 {
    font-size: 9vw;
  }

  .sevc-acc {
      width: 90%;
  }
  
  .sevc-q-icon {
    width: 55px;
    height: 65px;
    font-size: 16px;
    background: #ffffff url(../image/q.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center center;
    background-size: 35px;
  }
  
  .sevc-q {
    height: 65px;
    font-size: 4vw;
    padding-left: 62px;
    padding-top: 0px;
    padding-right: 30px;
    align-content: center;
  }
  
  .acd-content .sevc-q {
    width: 100%;
    height: 65px;
    font-size: 4vw;
    padding-left: 62px;
    padding-top: 0px;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    color: #ffffff;
  }

  .sevc-q-sp{
      height: 50px;
      padding-left: 62px;
      padding-top: 7px;
      padding-right: 30px;
      line-height: 1.3;
  }
  
  .sevc-arr {
      width: 10px;
      height: 10px;
      top: 19px;
      right: 10px;
      padding: 0;
  }
  
  .sevc-arr img{
      width: 100%;
  }

  .sevc-a {
    font-size: 4vw;
    padding-left: 55px;
    padding-top: 0px;
    padding-right: 30px;
    align-content: center;
    padding-bottom: 0px;
    background-position: 10px 0px;
    background-size: 30px;
  }
  
  .sevc-a-icon {
      width: 100%;
      background-position: 15px 15px;
      background-size: 15px;
      padding-left: 55px;
      font-size: .9rem;
      padding-right: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  
  /* FLOATING MENU */
  
  .timebox {
    font-size: 5vw;
  }

  .fi-bg{
      animation: none;
  }
  
  .float-item{
      display: none;
  }
  
  /* FOOTER */

  .menu-cvbox {
    display: block;
    padding: 3%;
    background: white;
    margin-top: 10%;
  }
  
  .menu-cvbox .header_box {
    width: 100%;
    flex: 1;
    padding: 0;
    padding-right: 0px;
    padding-right: 0.5%;
  }

  .menu-cvbox .header_box .cv_link2 a {
    margin-top: 0;
    font-size: 4vw;
    text-align: left;
    min-height: 60px;
    padding-left: 20%;
    line-height: 1.1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #107b10;
  }

  .menu-cvbox .header_box .cv_link2 a::before {
    width: 60px;
    height: 60px;
  }

  .menu-cvbox .header_box .cv_link2 a i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .menu-formbtn {
    padding-left: 0;
  }

  .menu-formbtn .cv_link {
    padding-top: 0px;
  }

  .menu-formbtn .cv_link a {
    min-height: 60px;
    font-size: 4.5vw;
    margin-top: 5px;
    padding-left: 0;
    box-shadow: none;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 4px;
    font-weight: bold;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    background-color: #FFDC3F;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.625vw;
  }

  .footer {
      width: 100%;
      padding-top: 75px;
  }
  
  .page-top{
      left: 0;
      right: 0;
      margin: auto;
      top: 20px;
  }

  .sevc-title {
    padding-top: 10%;
  }
  
  /* add css */
  
  
  .modal-area01 {
      min-width: 90%;
      height: 62vh;
      min-height: 460px;
  }
  
  .modal-area07 {
      min-width: 90%;
      height: 62vh;
      min-height: 460px;
  }
  
  .modal-area02 {
      width: 50%;
      min-width: 90%;
      height: 62vh;
      min-height: 460px;
  }
  
  .modal-area03 {
      width: 50%;
      min-width: 90%;
      height: 62vh;
      min-height: 460px;
  }
  
  .modal-area04 {
      width: 50%;
      min-width: 90%;
      height: 62vh;
      min-height: 460px;
  }
  
  .modal-area05 {
      width: 50%;
      min-width: 90%;
      height: 62vh;
      min-height: 460px;
  }
  
  .modal-area06 {
      width: 50%;
      min-width: 90%;
      height: 62vh;
      min-height: 460px;
  }
  
  .modal--inner01-img01{
      width: 100%;
      margin: auto;
  }
  
  .modal--inner01-img01 img{
      width: 100%;
      margin: auto;
  }
  
  .modal--inner02-img02 img{
      margin: auto;
      width: 100%;
  }
  
  .modal--inner02-img03 img{
      margin: auto;
      width: 100%;
  }
  
  .modal--inner02-img04 img{
      margin: auto;
      width: 100%;
  }
  
  .modal--inner02-img05 img{
      margin: auto;
      width: 100%;
  }
  
  .modal--inner02-img06 img{
      margin: auto;
      width: 100%;
  }
  
  .sevc-a {
    width: 100%;
    border-left: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
  }
  
  /* flowting */
  
  .sp-flow{
      width: 361px;
      position: fixed;
      left: 0;
      right: 0;
      bottom: -77.5px;
      margin: auto;
      transition: all 1s;
      z-index: 2220;
  }
  
  .sp-flow a{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 10;
      left: 0;
      top: 0;
  }
  
  .sp-flow-open{
      bottom: 0px;
  }
  
  
  /* add title */
  
  .sp-fivc-title01{
      width: 345px;
      margin: auto;
      margin-bottom: 20px;
  }
  
  .sp-fivc-title02{
      width: 345px;
      margin: auto;
      padding-bottom: 20px;
  }
  
  .mm-txt {
    margin-top: 93.5%;
    margin-left: 0%;
  }
  
  .dli-caret-down1 {
    border-width: 7vw 6vw;
    left: 145px;
    top: -45px;
  }

  .dli-caret-down2 {
    border-width: 7vw 6vw;
    left: 145px;
    top: -15px;
  }

  .dli-caret-down3 {
    border-width: 7vw 6vw;
    left: 145px;
  }

  .op {
    background-color: #000;
  }
  
  .homeMessageFeelListBody {
    gap: 3vw;
    grid-template-columns: repeat(2, 1fr);
  }

  .homeMessageFeelListItemWords2 {
    font-size: 4.5vw;
    padding: 1% 6%;
  }

  .homeMessageFeelListItem1::before {
    top: -9vw;
    margin: 0 -5vw 0 0;
  }

  .homeMessageFeelListItem2::before {
    top: -9vw;
    margin: 0 5vw 0 0px;
  }

  .homeMessageFeelListItem::before {
    height: 7vw;
    width: 7vw;
  }

  .homeMessageFeelListItem2-2::before {
    top: -9vw;
    margin: 0 -5vw 0 0;
  }

  .homeMessageFeelListItem3::before {
    top: -9vw;
    margin: 0 5vw 0 0px;
  }

  .homeMessageFeelListItem::after {
    height: 4vw;
    width: 4vw;
  }

  .homeMessageFeelListItem1::after {
    top: -14vw;
    margin: 0px -11vw 0 0;
  }

  .homeMessageFeelListItem2::after {
    top: -14vw;
    margin: 0 11vw 0 0;
  }

  .homeMessageFeelListItem2-2::after {
    top: -14vw;
    margin: 0px -11vw 0 0;
  }

  .homeMessageFeelListItem3::after {
    top: -14vw;
    margin: 0 11vw 0 0;
  }

  .homeMessageFeelListItem {
    margin-top: 13vw;
  }


 .homeMessageFeelList {
   padding: 10% 1rem;
  }

 .homeMessageFeelListItem2 {
   margin: 13vw 0 0;
 }

 .form-horizontal label {
  border: 1px black solid;
}

  @keyframes bus-root01 {
      
      0% {
          opacity: 1;
          margin: 0;
          margin-top: 10px;
          transform: rotateY(0deg);
      }
      
      14%{
          transform: rotateY(0deg);
      }
      
      15% {
          margin-left: -150px;
          margin-top: 10px;
          transform: rotateY(180deg);
      }
      
      29% {
          transform: rotateY(180deg);
      }
      30% {
          margin-top: 170px;
          margin-left: -150px;
          transform: rotateY(180deg);
      }
      
      50% {
          margin-top: 170px;
          margin-left: 140px;
          opacity: 1;
          transform: rotateY(180deg);
      }
      
      53% {
          margin-top: 170px;
          margin-left: 140px;
          opacity: 1;
          transform: rotateY(0deg);
      }
      
      
      68%{
          transform: rotateY(0deg);
      }
      
      72%{
          margin-left: 140px;
          margin-top: 10px;
          transform: rotateY(0deg);
      }
      
      78% {
          margin-left: 140px;
          margin-top: 10px;
          transform: rotateY(0deg);
      }
      
      93%{
          margin-left: -30px;
          margin-top: 10px;
          transform: rotateY(0deg);
      }
      
      100% {
          margin-left: -30px;
          margin-top: 10px;
          transform: rotateY(0deg);
      }
  }

  .cv_btn_flex .mminner-wrap {
    display: block;
    position: relative;
    padding:0;
  }

  #footer_cv {
    padding:12px 0;
  }

  .cv_btn_flex .mminner-wrap .header_box .cv_link a {
    min-height: 70px;
    font-size: 5.5vw;
  }

  .cv_btn_flex .mminner-wrap .header_box {
    margin-bottom: 2%;
  }
  
}/* 768px以上 */


/* =====================================================


極小スマホのメディアクエリ

===================================================== */

@media screen and (max-width:320px) {
  
  
} /* end */