@charset "UTF-8";
/*--- その他のscssファイルを読み込む------------------------------------*/
@import url("//fonts.googleapis.com/css?family=Hind+Guntur:400,500,600");
@import url("//fonts.googleapis.com/css?family=Lato");
/*--- ブレイクポイント　------------------------------------*/
/*--- 色関連　------------------------------------*/
/*--- フォント関連　------------------------------------*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  border: none; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

a,
a:link,
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

ul,
ol {
  list-style-type: none; }

/*--- アニメーション　------------------------------------*/
/*--- float設定　------------------------------------*/
/*--- flexbox設定　------------------------------------*/
/*--- フォントサイズ設定　------------------------------------*/
/*--- 余白設定　------------------------------------*/
/*--- baseのscssファイルを読み込む------------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  overflow: hidden; }

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* for IE 6/7 only */ }

br.pcEle {
  display: block; }

br.mdEle {
  display: none; }

br.spEle {
  display: none; }

br.miniEle {
  display: none; }

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

.left {
  text-align: left !important; }

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

.pcEle {
  display: block; }

.mdEle {
  display: none; }

.spEle {
  display: none; }

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

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

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

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

.btm40 {
  margin-bottom: 40px !important; }

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

.btm70 {
  margin-bottom: 70px !important; }

.btm100 {
  margin-bottom: 100px !important; }

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

.text-link {
  color: #9f0c13!important;
  text-decoration: underline!important;
}

.text-link:hover {
  text-decoration: none!important;
}

/*----------------------------------------------------
	☆spMeun
----------------------------------------------------*/
.spMenu {
  display: none !important; }

#spHeader {
  background-color: #448CBC;
  height: 60px;
  padding: 7px 3%;
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 980; }

#spHeader .logo img {
  height: 45px;
  width: auto; }

#spHeader ul {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  right: 55px;
  top: 16px; }

#spHeader li {
  float: left;
  margin: 0 5px;
  text-align: center; }

#spHeader li a {
  color: #FFF;
  font-size: 2.6rem;
  line-height: 1; }

.spMenu {
  cursor: pointer;
  display: block;
  height: 60px;
  width: 60px;
  position: fixed;
  right: 10px;
  top: 15px;
  z-index: 999; }

.spMenu span {
  background-color: #9f0c13;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  height: 2px;
  width: 30px;
  position: absolute;
  left: 18px;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }

.spMenu small {
  display: block;
  color: #FFF;
  font-family: 'Josefin Sans', sans-serif;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 5px; }

.spMenu span:nth-of-type(1) {
  top: 13px; }

.spMenu.active span:nth-of-type(1) {
  top: 17px; }

.spMenu span:nth-of-type(2) {
  top: 25px; }

.spMenu span:nth-of-type(3) {
  top: 37px; }

.spMenu.active {
  height: 60px;
  width: 60px;
  z-index: 999; }

.spMenu.active span {
  background-color: #9f0c13; }

.spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.spMenu.active span:nth-of-type(2) {
  opacity: 0; }

.spMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

.spMenu.active small {
  color: #000; }

/*---  spNav  ---*/
#spNav {
  height: 100%;
  display: block;
  -webkit-transition: all 550ms ease 0.25s;
  -o-transition: all 550ms ease 0.25s;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  width: 100%;
  position: fixed;
  right: -100%;
  bottom: 0;
  padding-top: 80px;
  z-index: 22; }

#spNav.active {
  visibility: visible;
  right: 0; }

#spNav #spBg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 500%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 550ms ease 0.25s;
  -o-transition: all 550ms ease 0.25s;
  transition: all 550ms ease 0.25s;
  pointer-events: none; }

#spNav.active #spBg {
  right: 0;
  opacity: 1;
  pointer-events: auto; }

#spNav::after {
  background: rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

#spNav::before,
#spNav::after {
  opacity: 0;
  -webkit-transition: all 550ms ease 0.25s;
  -o-transition: all 550ms ease 0.25s;
  transition: all 550ms ease 0.25s; }

#spNav.active::before,
#spNav.active::after {
  opacity: 1; }

#spNav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right; }

#spNav nav {
  border-top: 1px solid #FFF;
  height: 100%;
  overflow-y: scroll; }

#spNav nav ul li {
  border-bottom: 1px solid #FFF;
  float: left;
  width: 50%; }

#spNav nav ul li.even {
  border-left: 1px solid #FFF; }

#spNav nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 15px 10px; }

#spNav nav ul li a::before {
  color: #000;
  content: attr(data-text);
  display: block;
  font-size: 2.0rem;
  font-weight: normal;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 5px; }

#spNav nav ul li a:hover {
  background-color: #448CBC;
  color: #FFF;
  text-decoration: none; }

#spNav nav ul li a:hover::before {
  color: #FFF; }

.spMenu-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: 30px !important; }

/*---  breadChumbs  ---*/
#breadChumbs {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  margin-top: 75px; }
  #breadChumbs span {
    color: #b7050e;
    font-size: 12px;
    font-weight: normal; }
    #breadChumbs span a {
      color: #b7050e;
      text-decoration: underline; }

/*----------------------------------------------------
	☆top
----------------------------------------------------*/
.slick-slider {
  line-height: 0; }

.bx-wrapper {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  pointer-events: none; }

/*---  mv-area  ---*/
.mv-area {
  background: url("../../lib/cmn-img/top/mv.jpg") no-repeat top center;
  background-size: cover; }

.mv-slider-box {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 100vh; }
  .mv-slider-box .mv-txt {
    position: absolute;
    right: 0;
    top: 17vh;
    width: 5vw; }

.top-news-area {
  background-color: #000000;
  width: 100%; }

.basic-clm02.news-box {
  position: relative; }

.basic-clm02.news-box::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 13%;
  top: 0; }

.news-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 10px 15px;
  max-width: 1200px;
  width: 100%; }

.basic-clm02 {
  font-size: 0; }

.clm02-inr {
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.clm02-inr.news-title {
  width: 15%; }

.news-hd {
  color: #fff;
  font-family: "Hind Guntur", sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center; }

.clm02-inr.news-detail-title {
  width: 85%; }

.top-news-ul li a .newsBox {
  color: #fff;
  display: table;
  font-size: 15px;
  margin-bottom: 10px; }

.top-news-ul li a p {
  display: table-cell;
  letter-spacing: 1px; }

.top-news-ul li a {
  display: block; }

.top-news-ul li a:hover {
  opacity: 0.7; }

.top-news-ul li a p.top-news-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  position: relative; }

.top-news-ul li a p i {
  left: 10px;
  position: absolute;
  top: 5px; }

/*---  top-message-area  ---*/
.top-message-area {
  background: #f1f1f1;
  text-align: center;
  position: relative;
}
  .top-message-area .main-width {
    padding: 238px 20px 262px;
    z-index: 2;
    }

  .top-message-area .main-width .img-area {
    width: 452px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: -1;
  }
  .top-message-area .main-width .img-area img {
    vertical-align: bottom;
  }

  .top-message-area .main-width .img-area figure {
    width: 300px;
  }
  .top-message-area .main-width .message-name {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 38px;
  }
  .top-message-area .main-width .message-name strong {
    font-size: 2.8rem;
  }
  .top-message-area .title {
    font-family: "Hind Guntur", sans-serif;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: 4px; }
    .top-message-area .title span {
      color: #9f0c13; }
  .top-message-area .title-blow-txt {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px; }
  .top-message-area .company-name {
    color: #fff;
    font-size: 14px;
    font-weight: bold; }
  .top-message-area .president-name {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 35px; }
    .top-message-area .president-name span {
      font-size: 14px;
      font-weight: bold;
      margin-right: 5px; }

.btn {
  display: inline-block; }
  .btn.type01 {
    background-color: #1b1b1b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-family: "Hind Guntur", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 10px 10px;
    position: relative;
    max-width: 200px;
    text-align: center;
    width: 100%; }
    .btn.type01::before {
      bottom: 0;
      content: "";
      width: 20px;
      height: 5px;
      background-color: #9f0c13;
      position: absolute;
      left: 0;
      top: 0;
      margin: auto; }

.btn.type01:hover {
  letter-spacing: 4px; }

/*---  top-interview-area  ---*/
.top-interview-area {
  background-color: #9f0c13; }

.top-interview-area .basic-clm04-inr {
  margin-bottom: 80px; }

.top-interview-area .hd02 {
  color: #fff;
  margin-bottom: 50px; }

.top-interview-area .top-interview-main {
  position: relative;
  height: 45vw;
  max-height: 540px;
  margin-bottom: 70px;
}
.top-interview-area .top-interview-main img {
  position: absolute;
  width: 63.334vw;
  max-width: 760px;
}
.top-interview-area .top-interview-main img.top-interview-img01 {
  top: 0;
  left: 0;
  z-index: 1;
}
.top-interview-area .top-interview-main img.top-interview-img02 {
  right: 0;
  bottom: 0;
  z-index: 0;
}


.btn.type02 {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 340px;
  padding: 10px;
  width: 100%; }

.btn.type02:hover {
  opacity: 0.7; }

.mdBEle {
  display: none; }

/*---  top-talk-area  ---*/
.top-talk-area {
  background: url("../../lib/cmn-img/top/top_talkbg_img.png") no-repeat top center;
  background-size: cover; }

.top-talk-area .main-width {
  position: relative; }

.top-talk-area .main-width::after {
  bottom: 0;
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 114px;
  height: 112px;
  background-image: url("../../lib/cmn-img/top/talk_img03.png");
  background-size: contain;
  margin: auto;
  z-index: 0; }

.basic-hd02 {
  color: #000000;
  line-height: 1;
  font-family: "Hind Guntur", sans-serif;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-align: center; }

.basic-hd02 span.first-en {
  color: #9f0c13; }

.basic-hd02 span.txt-jp {
  display: block;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: normal; }

.clm02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .clm02 .clm02-inr {
    width: 50%; }

.top-talk-area .clm02 {
  margin-bottom: 70px; }

.talk-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 45px;
  position: relative; }
  .talk-box .talk-name-en {
    color: #9f0c13;
    font-family: "Hind Guntur", sans-serif;
    font-size: 50px;
    font-style: italic;
    line-height: 0.8;
    letter-spacing: 2px;
    font-weight: normal;
    position: absolute;
    text-align: left; }
  .talk-box .talk-name-en.uno {
    left: 0;
    top: 20px; }
  .talk-box .talk-name-en.ishibashi {
    bottom: 15px;
    right: 70px; }
  .talk-box img {
    width: 100%; }
  .talk-box .name-area {
    position: absolute; }
  .talk-box .name-area.uno {
    bottom: 20px;
    left: 25px; }
  .talk-box .name-area.ishibashi {
    top: 30px;
    right: 55px; }
  .talk-box .talk-name-jp {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle; }
  .talk-box .talk-position {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    vertical-align: middle; }

.link-clm02 .clm02-inr {
  position: relative;
  width: 48%; }

.link-clm02 .clm02-inr.jobs a,
.link-clm02 .clm02-inr.support a {
  display: block; }

.link-clm02 .clm02-inr.jobs a:hover,
.link-clm02 .clm02-inr.support a:hover {
  opacity: 0.7; }

.link-clm02 .clm02-inr.jobs a:hover .arrow-free,
.link-clm02 .clm02-inr.support a:hover .arrow-free {
  left: 15px; }

.link-clm02 .clm02-inr.jobs {
  background: url("../../lib/cmn-img/top/link_img01.jpg") no-repeat top center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2%; }

.link-clm02 .clm02-inr.support {
  background: url("../../lib/cmn-img/top/link_img02.jpg") no-repeat top center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  background-position: center;
  box-sizing: border-box;
  margin-left: 2%; }

.link-free-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23% 20% 17%; }
  .link-free-box .link-en {
    color: #fff;
    font-family: "Hind Guntur", sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center; }
  .link-free-box .link-jp {
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center; }

.arrow-free {
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 87%; }

/*---  top-company-area  ---*/
.top-company-area {
  background: url("../../lib/cmn-img/top/company_bg_img.jpg") no-repeat top center;
  background-size: cover; }

.company-sub-tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center; }

.txt01 {
  line-height: 2;
  margin-bottom: 35px;
  text-align: center; }

.recruit-sub-tit {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center; }


/*---  top-event-area  ---*/

.top-event-area {
  background: #efefef;
}

.top-event-area .top-event-contents {
  display: flex;
  justify-content: center;
}

.top-event-area .top-event-contents .top-event-contents-box {
  width: 48.33%;
  padding-bottom: 92px;
  position: relative;
}

.top-event-area .top-event-contents .top-event-contents-box + .top-event-contents-box {
  margin-left: 3.34%;
}

.top-event-area .top-event-contents .top-event-contents-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.top-event-area .event-list > a {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}

.top-event-area .event-list > a:first-of-type {
  border-top: 1px solid #ccc;
}

.top-event-area .event-list > a time {
  width: 90px;
}

.top-event-area .event-list > a .event-title {
  width: calc(100% - 98px);
}

.top-event-area .top-event-contents .event-read-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/*---  top-longlive-area  ---*/

.top-longlive-area .basic-hd02 {
  margin-bottom: 60px!important;
}

.top-longlive-area #top-longlive-wrapper {
  margin-bottom: 34px;
}

.top-longlive-area #longlive-list {
    display: flex;
}

.top-longlive-area #longlive-list .longlive-list-contents {
  width: 22.5025%;
}

.top-longlive-area #longlive-list .longlive-list-contents + .longlive-list-contents {
  margin-left: 3.33%;
}

.top-longlive-area #longlive-list .longlive-list-contents figure {
  text-align: center;
  height: 202px;
}

.top-longlive-area #longlive-list .longlive-list-contents > figure img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.top-longlive-area #longlive-list .longlive-list-contents .text-area {
  margin-top: 15px;
}

.top-longlive-area #longlive-list .longlive-list-contents .text-area .cate {
  display: inline-block;
  padding: 2px 20px;
  background: #9f0c13;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.top-longlive-area #longlive-list .longlive-list-contents .text-area time {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}





/*----------------------------------------------------
	☆interview
----------------------------------------------------*/
.main-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 70px 0 90px;
  position: relative;
  width: 100%; }

.hd02 {
  color: #9f0c13;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 115px;
  text-align: center; }
  .hd02 span {
    display: block;
    font-family: "Hind Guntur", sans-serif;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 4px; }

.basic-clm04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -12.5px;
}

.basic-clm04-inr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  padding: 0 12.5px;
  width: 25%;
}

.staff-index .main-width {
  max-width: 814px;
}

.staff-index .basic-clm04-inr {
  width: 33.33%;
  max-width: 280px;
}

  .basic-clm04-inr a {
    display: block; }
  .basic-clm04-inr:hover {
    opacity: 0.7 !important; }

.basic-clm04-inr figure {
  line-height: 0; }

.black-box {
  background-color: #1b1b1b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 25px;
  position: relative; }
  .black-box::after {
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 20px solid #a8a8a8;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0; }
  .black-box .title-name {
    color: #fff;
    margin-bottom: 10px; }
  .black-box .name-ja {
    color: #fff;
    margin-bottom: 5px; }
    .black-box .name-ja span {
      font-size: 18px;
      font-weight: bold;
      margin-right: 5px; }
  .black-box .name-en {
    color: #b7050e;
    font-family: "Hind Guntur", sans-serif;
    font-size: 18px;
    font-style: italic; }

/*----------------------------------------------------
	☆interview-detail
----------------------------------------------------*/
.staff-detail .tit-area {
  padding-bottom: 50px; }

.staff-detail .hd02 {
  margin-bottom: 0; }

.interview-mv-area.yamada {
  background: url("../../lib/cmn-img/interview/01/mv.png") no-repeat top center;
  background-size: cover; }

.interview-mv-area .main-width {
  padding: 12.2% 0; }

.interview-mv-area img {
  width: 100%; }

.interview-mv-area .mv-txt-box {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  padding: 55px 60px;
  width: 41.7%; }

.interview-mv-area .catchphrase-txt {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 30px; }

.interview-mv-area .position-txt {
  color: #fff;
  font-size: 15px;
  line-height: 1.5; }

.interview-mv-area .staff-name-ja {
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 5px; }
  .interview-mv-area .staff-name-ja span {
    font-size: 14px;
    margin-left: 5px; }

.interview-mv-area .staff-name-en {
  color: #fff;
  font-family: "Hind Guntur", sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.5; }

.interview-mv-area.ejima {
  background: url("../../lib/cmn-img/interview/02/mv.png") no-repeat top center;
  background-size: cover; }

.interview-mv-area.tomita {
  background: url("../../lib/cmn-img/interview/03/mv.png") no-repeat top center;
  background-size: cover; }

.interview-mv-area.nishimura {
  background: url("../../lib/cmn-img/interview/04/mv.png") no-repeat top center;
  background-size: cover; }

.interview-mv-area.ishii {
  background: url("../../lib/cmn-img/interview/05/mv.png") no-repeat top center;
  background-size: cover; }

.interview-mv-area.masuda {
  background: url("../../lib/cmn-img/interview/06/mv.png") no-repeat top center;
  background-size: cover; }

.interview-mv-area.morishita {
  background: url("../../lib/cmn-img/interview/07/mv.png") no-repeat top center;
  background-size: cover; }

.interview-mv-area.ishibashi {
  background: url("../../lib/cmn-img/interview/08/mv.png") no-repeat top center;
  background-size: cover; }

.basic-box {
  padding: 50px 0; }

.bggrey {
  background-color: #eeeeee; }

.interview-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative; }
  .interview-box figure {
    line-height: 0; }

.bgblack {
  background-color: #010101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: -30px;
  min-height: 580px;
  padding: 50px 40px;
  position: absolute;
  width: 48%; }

.hd03 {
  border-left: 5px solid #bc2b32;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 30px; }

.p01 {
  color: #fff;
  font-size: 18px;
  line-height: 2.2; }

.bgimg {
  background: url("../../lib/cmn-img/interview/bg01.jpg") no-repeat top center;
  background-size: cover; }

.clm02-inr.txt-box-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px; }

.hd03.border-white {
  border-left: 5px solid #fff; }

.bgColor-black {
  background-color: #000000 !important;
  color: #fff !important;
  font-weight: 500 !important; }

.interview-box figure img {
  width: 60%; }

/*----------------------------------------------------
	☆support
----------------------------------------------------*/
.support-index .hd02 {
  margin-bottom: 0; }

.support-index .tit-area {
  padding-bottom: 50px; }

/*--- step-contents-area  ---*/
.step-contents-area {
  background-color: #f4f4f4; }

.basic-hd03 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 85px;
  position: relative;
  text-align: center; }

.basic-hd03::before {
  content: "";
  width: 90px;
  height: 4px;
  left: 0;
  background-color: #bc2b32;
  position: absolute;
  right: 0;
  bottom: -15px;
  margin: auto; }

.txt02 {
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 35px;
  text-align: center; }
  .txt02 span {
    display: block;
    font-size: 20px; }

.txt03 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px; }

.basic-hd04 {
  border-left: 5px solid #bc2b32;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
  padding-left: 20px; }

.example-ul li {
  border-bottom: 1px solid #c9c9c9;
  display: table;
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 100%; }

.example-ul .example-tit {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  width: 144px; }

.example-ul .example-txt {
  display: table-cell;
  font-size: 16px;
  width: calc(100% - 144px); }

.clm03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 60px; }

.clm03 .clm03-inr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 33.33%; }

.txt04 {
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.pink-box {
  background-color: #f8e9ea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 850px;
  padding: 35px 30px;
  width: 100%; }
  .pink-box p {
    font-size: 16px; }

.welfare-example-ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
  .welfare-example-ul li {
    list-style-type: disc;
    padding-bottom: 15px;
  }
  .welfare-example-ul .welfare-example-tit {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .welfare-example-ul .welfare-example-txt {
    display: inline-block;
    font-size: 16px;
  }

  .support-index .welfare-example-ul .welfare-example-txt {
    display: inline;
  }

/*----------------------------------------------------
	☆news
----------------------------------------------------*/
.news .hd02 {
  margin-bottom: 50px; }

.news-contents-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news-zone {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  width: 80%; }

.side-area {
  width: 20%; }

.news-year {
  color: #9f0c13;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 20px; }

.news-list-ul {
  margin-bottom: 50px; }

.news-list-ul li {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 25px;
  padding-bottom: 13px; }

.news-list-ul li a {
  display: block; }

.news-list-ul li a:hover {
  opacity: 0.7 !important; }

.new-area .news-day,
.new-area .news-category,
.new-area .news-title {
  display: inline-block; }

.new-area .news-day {
  font-size: 16px;
  font-weight: bold;
  width: 88px; }

.new-area .news-category {
  border: 1px solid #7d7d7d;
  display: inline-block;
  font-size: 13px;
  margin: 0 15px 0 25px;
  text-align: center;
  width: 95px; }

.new-area .news-title {
  font-size: 16px;
  width: 70%; }

.page-box {
  text-align: center; }

.page_ul {
  margin: 0 -5px 80px; }

.page_ul li {
  display: inline-block;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  margin: 0 5px 5px;
  background-color: #fff;
  text-align: center;
  font-weight: normal;
  width: 40px; }

.page_ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 8px 0; }

.page_ul li.current a {
  background-color: #eeeeee; }

.page_ul li:hover {
  background-color: #eeeeee; }

.entry-link {
  background-color: #19bc03;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 580px;
  padding: 15px 0;
  text-align: center;
  width: 100%; }

.entry-link a {
  display: block; }

.entry-link a span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 70px;
  position: relative; }

.entry-link a span::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 53px;
  background-image: url(../../lib/cmn-img/line_icon.png);
  background-size: contain; }

.entry-link a:hover {
  opacity: 0.7; }

.side-area .title03 {
  background-color: #bc2b32;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px; }

.side-area .main-bg {
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }

.side-area .year a,
.side-area .category a {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px; }
  .side-area .year a i,
  .side-area .category a i {
    color: #bc2b32;
    margin-right: 5px; }
  .side-area .year a:hover,
  .side-area .category a:hover {
    opacity: 0.7; }

.side-area .title04 {
  color: #bc2b32;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 20px; }

/*----------------------------------------------------
	☆news-detail
----------------------------------------------------*/
.news-detail .news-contents-zone {
  margin-bottom: 50px; }

.news-detail .new-area {
  margin-bottom: 10px; }

.news-detail .news-zone p {
  font-size: 16px;
  margin-bottom: 20px; }

.news-detail .new-area .news-category {
  font-size: 13px; }

.news-contents-area {
  margin-bottom: 60px; }

.btn-ul {
  margin-bottom: 80px; }

.btn-ul li {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 260px;
  width: 100%; }

.btn-ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  margin: 0 20px;
  padding: 10px 0;
  position: relative; }

.btn-ul li a:hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7; }

.btn-ul li:nth-child(1) a {
  background-color: #999999;
  color: #fff; }

.btn-ul li:nth-child(2) a {
  border: 1px solid #999999; }

.btn-ul li a i {
  height: 18px;
  position: absolute; }

.btn-ul li:nth-child(1) a i {
  bottom: 0;
  left: 15px;
  margin: auto;
  top: 0; }

.btn-ul li:nth-child(2) a i {
  bottom: 0;
  right: 15px;
  margin: auto;
  top: 0; }

/*----------------------------------------------------
	☆department
----------------------------------------------------*/
.common-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 85px 0 0; }

.department-index .tit-area {
  padding-bottom: 50px !important; }

.btm15 {
  margin-bottom: 15px; }

.department-index .main-width {
  padding-bottom: 20px; }

.box-width380 {
  margin: 0 auto;
  max-width: 380px;
  width: 100%; }

.department-index .txt03 {
  margin-bottom: 0; }

.common-box .clm03-inr figure img{
	width: 100%;
}
/*----------------------------------------------------
	☆company
----------------------------------------------------*/
.company-ul {
  margin-bottom: 80px; }

.company-ul > li {
  border-bottom: 1px solid #c9c9c9;
  font-size: 0;
  padding: 20px 0;
  width: 100%; }

.company-ul li p {
  display: inline-block;
  vertical-align: top; }

.company-ul li div {
  display: inline-block;
  width: 980px; 
  /*width: calc(100% - 180px);*/ }

.company-ul li p:nth-child(odd) {
  font-size: 16px;
  font-weight: bold;
  width: 180px; }

.company-ul li p:nth-child(even) {
  font-size: 16px;
  width: calc(100% - 180px); }

.company-ul li p span {
  display: block;
  font-size: 15px; }

.company-ul li p span a:hover {
  opacity: 0.7; }

.company-ul li p span i {
  color: #bc2b32;
  font-size: 14px;
  margin-right: 5px; }

.director-ul li p {
  display: inline-block; }

.director-ul li p:nth-child(1) {
  font-weight: 500;
  width: 190px; }

.director-ul li p:nth-child(2) {
  width: calc(100% - 190px); }

.company-list {
  font-size: 16px; }

.company-list i {
  color: #bc2b32;
  margin-right: 5px; }

.company-list a:hover {
  opacity: 0.7; }

.company-index .basic-clm02 {
  margin: 0 -1.5%; }

.company-index .clm02-inr {
  display: block;
  margin: 0 auto;
  width: 47%; }

/*----------------------------------------------------
	☆recruit
----------------------------------------------------*/
.sayou-box {
  border-bottom: 1px solid #f4f4f4;
  display: block !important;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .sayou-box .title {
    color: #9f0c13;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    width: auto !important; }
  .sayou-box .p02 {
    width: auto !important; }
  .sayou-box .sub-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 100% !important; }

.notice-txt {
  font-weight: normal !important;
  margin-bottom: 25px;
  width: 100% !important; }

.sayou-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.sayou-detail-ul li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative; }

.service-staff .sayou-detail-ul li:first-of-type {
  margin-bottom: 1em;
}

.sayou-detail-ul li::before {
  content: "◆";
  left: 0;
  position: absolute; }

.surport-ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px; }

.surport-ul li {
  font-size: 16px;
  list-style-type: disc; }

.btn.type03 {
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 78px; }

.btn.type03:hover {
  opacity: 0.7; }

.btm50 {
  margin-bottom: 50px; }

/*----------------------------------------------------
	☆faq
----------------------------------------------------*/
.basic-box-type01 {
  margin-bottom: 90px; }

.faq-box {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.question-txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative; }

.question-txt::before {
  background-color: #035aa2;
  border-radius: 15px;
  content: "Q";
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  font-family: "Hind Guntur", sans-serif;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 8px 3px; }

.answer-txt {
  font-size: 16px;
  padding-left: 50px;
  position: relative; }

.answer-txt::before {
  background-color: #af0b13;
  border-radius: 15px;
  content: "A";
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  font-family: "Hind Guntur", sans-serif;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 8px 3px; }

/*----------------------------------------------------
	☆message
----------------------------------------------------*/
.message-index .tit-area {
  padding-bottom: 50px !important; }

.message-index .common-box {
  padding-top: 0; }

.main-width.message-tit-zone {
  padding-bottom: 0;
  padding-top: 30px; }

.message-zone {
  font-size: 0;
  letter-spacing: 0;
  display: table;
  width: 100%; }

.message-img-area,
.message-tit-area {
  display: table-cell;
  vertical-align: top; }

.message-img-area {
  background: url("../../lib/cmn-img/message/top_img.png") no-repeat top center;
  background-size: auto 100%;
  background-position-x: right;
  width: 25%; }

.message-tit-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 45px;
  width: 75%; }

.message-tit {
  font-size: 28px;
  margin-bottom: 20px; }

.message-company-name {
  font-size: 18px;
  margin-bottom: 10px; }

.message-top-name {
  font-size: 20px;
  font-weight: bold; }

.message-txt p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px; }

/*----------------------------------------------------
	☆crosstalk
----------------------------------------------------*/
.width1400 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
  width: 100%; }

.crosstalk-index .common-box {
  margin-top: 400px;
  padding-top: 0; }

.crosstalk-index .common-box.bggrey {
  padding-bottom: 50px; }

.crosstalk-mv-box {
  background: url("../../lib/cmn-img/crosstalk/crosstalk_img01.png") no-repeat top center;
  background-size: contain;
  padding: 8% 0;
  position: relative;
  top: -320px; }

.crosstalk-hd02 {
  color: #9f0c13;
  font-family: "Lato", sans-serif;
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 60px;
  text-align: center; }

.crosstalk-mv-box-inr {
  background-color: #1b1b1b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.9;
  padding: 40px;
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  width: 100%; }

.crosstalk-clm02L {
  float: left; }

.crosstalk-clm02R {
  float: right; }

.croostalk-name {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px; }

.croostalk--company-name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px; }

.croostalk-name-en {
  color: #9f0c13;
  font-style: italic;
  font-size: 40px;
  line-height: 1; }

.img-free {
  bottom: 0;
  left: 0;
  height: 112px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 112px; }

.crosstalk-box {
  margin-top: -230px; }

.crosstalk-clm02 {
  display: table;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 65px;
  width: 100%; }

.crosstalk-clm02-inr {
  display: table-cell;
  vertical-align: top; }

.crosstalk-clm02-inr.imgBoxR {
  background-size: cover;
  background-position: top center;
  width: 40%; }

.crosstalk-clm02-inr.txtBoxL {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4%;
  padding-top: 40px;
  width: 60%; }

.info-box {
  display: table;
  margin-bottom: 40px;
  width: 100%; }
  .info-box .info-name {
    display: table-cell;
    font-size: 18px;
    font-weight: bold;
    width: 65px; }
  .info-box .info-detail {
    display: table-cell;
    font-size: 18px;
    width: calc(100% - 65px); }

.top30 {
  margin-top: 30px; }

.crosstalk-clm02-inr.imgBoxL {
  background-size: cover;
  background-position: top center;
  width: 40%; }

.crosstalk-clm02-inr.txtBoxR {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 4%;
  padding-top: 40px;
  width: 60%; }

.tbEle {
  display: none; }

#header {
  border-top: 5px solid #9f0c13;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99; }
  #header .logo-area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 0;
    padding: 20px 0 10px 25px;
    width: 35%; }
    #header .logo-area .hd01,
    #header .logo-area .recruit-btn {
      display: inline-block;
      vertical-align: middle;
      width: 51%; }
    #header .logo-area .hd01 {
      width: 49%; }
      #header .logo-area .hd01 a:hover {
        opacity: 0.7; }
    #header .logo-area .recruit-btn a {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 11px;
      font-weight: bold;
      line-height: 1.3;
      margin-left: 10px;
      max-width: 240px;
      padding-left: 10px;
      position: relative;
      width: 100%; }
      #header .logo-area .recruit-btn a::before {
        background-color: #f4f4f4;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px; }
      #header .logo-area .recruit-btn a:hover {
        opacity: 0.7 !important;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7; }
      #header .logo-area .recruit-btn a span {
        display: block;
        font-size: 18px; }
  #header nav {
    float: right;
    font-size: 0;
    width: 65%; }
  #header .nav-area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    letter-spacing: 0;
    line-height: 2;
    padding-right: 30px;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 170px); }
  #header .corporate-website-link a {
    color: #010101;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative; }
  #header .corporate-website-link a::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url("../../lib/cmn-img/site_icon.png");
    background-size: contain; }
  #header .corporate-website-link a:hover {
    opacity: 0.7; }
  #header .nav-ul > li {
    display: inline-block;
    margin: 0 1%;
    position: relative;
  }
    #header .nav-ul > li a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #010101;
      display: block;
      font-size: 15px;
      letter-spacing: 1px; }
      #header .nav-ul > li a:hover {
        opacity: 0.7 !important;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7; }
  #header .nav-ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #010101;
    font-size: 15px;
    letter-spacing: 1px; }
  #header .nav-ul > li:last-child {
    margin-right: 0; }

  #header .nav-ul > li.nav-parent {
    cursor: pointer;
  }
  #header .nav-ul > li.nav-parent > div:after {
    font-family: FontAwesome;
    content: '\f107';
    display: inline-block;
    color: #9f0c13;
    margin-left: 0.2em;
    font-weight: 700;
  }
  #header .nav-ul > li > ul {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    transform: translate(-50%, 90%);
    opacity: 0;
    pointer-events: none;
    transition: all .5s cubic-bezier(.5,0,0,1);
    z-index: 10;
  }
  #header .nav-ul > li.nav-parent:hover > div + ul,
  #header .nav-ul > li.nav-parent ul:hover {
    transform: translate(-50%, 100%);
    opacity: 1;
    pointer-events: auto;
  }
  #header .nav-ul > li > ul li {
    background: #fff;
  }
  #header .nav-ul > li > ul li + li {
    margin-top: 3px;
  }
  #header .nav-ul > li > ul a {
    background: #9f0c13;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  #header .entry-btn {
    display: inline-block;
    font-family: "Hind Guntur", sans-serif;
    vertical-align: middle;
    max-width: 170px;
    width: 100%; }
  #header .entry-btn a {
    background-color: #19bc03;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 17px 0px 10px 50px;
    position: relative;
    text-align: center; }
  #header .entry-btn a::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    width: 39px;
    height: 37px;
    background-image: url("../../lib/cmn-img/line_icon.png");
    background-size: contain; }
  #header .entry-btn a:hover {
    opacity: 0.7 !important;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7; }

.footer-box-top {
  background-color: #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }
  .footer-box-top .footer-link-ul {
    text-align: center; }
    .footer-box-top .footer-link-ul li {
      display: inline-block;
      line-height: 2;
      margin: 0 15px; }
      .footer-box-top .footer-link-ul li a {
        color: #010101;
        font-size: 15px; }
        .footer-box-top .footer-link-ul li a:hover {
          opacity: 0.7; }

.footer-box-top .footer-link-ul li {
  color: #010101;
  font-size: 15px; }

.footer03 {
  background: #c00000;
  overflow: hidden; }

.footer02 {
  line-height: 0; }

.footer02 .footerLogo {
  float: left;
  width: 30%;
  padding: 20px 0 20px 20px; }

.footerLogo a:hover {
  opacity: 0.7; }

.footer02 .footerLogo img {
  width: 58%;
  max-width: 293px;
  margin-right: 15px; }

.footer02 .footerLogo span {
  font-weight: bold;
  font-size: 15px; }

.footer02 .footerLogo a:nth-child(1) span {
  display: inherit; }

.footer02 .footerLogo a:nth-child(2) span {
  display: inline-block;
  vertical-align: super; }

.footer02 .companyInfo {
  float: left;
  overflow: hidden;
  width: 51%; }

.footer02 .companyInfo li {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
  padding-top: 13px; }

.footer02 .companyInfo li p {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3; }

.footer02 .companyInfo li .tx01 {
  font-weight: bold; }

.footerBtns {
  float: right;
  width: 19%; }

.footerBtns .contactBtn {
  width: 45%;
  float: left;
  background-color: #1b1b1b; }

.footerBtns .contactBtn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15%;
  position: relative; }

.footerBtns .contactBtn a::before {
  bottom: 0;
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 16px;
  background-image: url("../../lib/cmn-img/mail_icon.png");
  background-size: contain;
  margin: auto; }

.footerBtns p {
  text-align: center; }

.footerBtns p a {
  display: block;
  line-height: 1.5;
  padding: 26px 0; }

.footerBtns .entryBtn {
  width: 100%;
  float: right; }

.footerBtns .contactBtn a,
.footerBtns .entryBtn a {
  background: #19bc03;
  display: inline-block;
  width: 100%; }

.footerBtns .entryBtn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-family: "Hind Guntur", sans-serif;
  font-size: 28px;
  font-weight: normal;
  padding: 25px 0 12px 15%;
  position: relative; }

.footerBtns .entryBtn a span {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px; }

.footerBtns .entryBtn a::before {
  bottom: 0;
  display: inline-block;
  content: '';
  position: absolute;
  left: 2vw;
  top: 0;
  width: 17%;
  height: 37px;
  background-image: url("../../lib/cmn-img/line_icon.png");
  background-size: contain;
  margin: auto; }

.footer03 .footerUtility {
  float: left;
  width: 47%;
  margin-left: 3%;
  overflow: hidden; }

.footer03 .footerUtility li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 10px 0 0 0;
  font-size: 11px; }

.footer03 .footerUtility li a {
  display: block;
  color: #FFF;
  background: url(../../lib/cmn-img/arrow_02_white_right.png) left 4px no-repeat;
  line-height: 1.3;
  padding-left: 10px;
  background-size: 4px 6px; }

/*------------*/
address {
  float: right;
  width: 47%;
  text-align: right;
  padding: 10px 0;
  margin-right: 3%;
  color: #FFF;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

@media only screen and (max-width: 1650px) {

  #header .nav-ul > li a,
  #header .nav-ul > li div {
    font-size: 0.89vw;
  }
}

@media only screen and (max-width: 1500px) {
  .footerBtns .entryBtn a {
    font-size: 22px; }
  .footerBtns .entryBtn a::before {
    height: 24px;
    width: 14%; } }

@media only screen and (max-width: 1400px) {
  /*---  header  ---*/
  #header .nav-area {
    width: calc(100% - 150px);
    padding-right: 13px; }
  #header .nav-ul > li {
    font-size: 13px;
    margin: 0 0.8%; }
  #header .logo-area .recruit-btn a {
    font-size: 10px; }
  #header .logo-area .recruit-btn a span {
    font-size: 16px; }
  #header .entry-btn {
    width: 150px; }
  #header .entry-btn a {
    font-size: 24px;
    padding: 19px 0px 11px 50px; }
  #header .entry-btn a::before {
    left: 22px;
    width: 30px; }
  /*---  footer  ---*/
  .footerBtns p a {
    padding: 30px 0 25px; }
  .footerBtns .contactBtn a {
    font-size: 16px;
    padding-left: 10%; }
  .footerBtns .contactBtn a::before {
    height: 13px; }
  .footerBtns .entryBtn a {
    font-size: 22px;
    padding: 30px 0 16px 12%; }
  .footerBtns .entryBtn a span {
    font-size: 16px; } }

@media only screen and (max-width: 1200px) {
  #header .nav-area {
    display: none; }
  /*---  spMeun  ---*/
  #spNav #spBg {
    height: 100%;
    width: 500%;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 550ms ease 0.25s;
    -o-transition: all 550ms ease 0.25s;
    transition: all 550ms ease 0.25s;
    pointer-events: none; }
  #spNav.active #spBg {
    right: 0;
    opacity: 1;
    pointer-events: auto; }
  #spNav::after {
    background: rgba(255, 255, 255, 0.8);
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  #spNav::before,
  #spNav::after {
    opacity: 0;
    -webkit-transition: all 550ms ease 0.25s;
    -o-transition: all 550ms ease 0.25s;
    transition: all 550ms ease 0.25s; }
  #spNav.active::before,
  #spNav.active::after {
    opacity: 1; }
  #spNav .closeBtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 3%;
    text-align: right; }
  .spmenTxt {
    margin: 0 auto;
    max-width: 300px;
    width: 100%; }
  .spmeun-titile {
    background-color: #c92448;
    border-left: 4px solid #9f0c13;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-weight: normal !important;
    padding: 1.5rem 1rem;
    position: relative; }
  .spmeun-titile a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-weight: normal;
    letter-spacing: 2px; }
  .splogo {
    margin: 40px auto 20px;
    width: 65%; }
  .sp-recruit-btn a {
    border: 1px solid #000000;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 5px;
    text-align: center;
    margin: 0 auto;
    width: 80%; }
  .spMenu {
    display: block !important; }
  #header .logo-area {
    width: 55vw; }
  #header nav {
    margin-right: 80px;
    width: auto; }
  #header li a {
    font-size: 14px; }
  /*--- footer   ---*/
  .footer02 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px; }
  .footer02 .footerLogo {
    float: none;
    margin-bottom: 10px;
    text-align: center;
    width: 100%; }
  .footer02 .companyInfo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: 72%; }
  .footerBtns {
    width: 25%; }
  /*----------------------------------------------------
  	☆crosstalk
  ----------------------------------------------------*/
  .tbEle {
    display: block !important; }
  .width1400.crosstalk-tit-zone {
    padding: 0; }
  .crosstalk-index .common-box {
    margin-top: 60px; }
  .crosstalk-mv-box {
    background-image: none;
    top: 0; }
  .crosstalk-box {
    margin-top: 0; }
  .crosstalk-mv-box-inr {
    opacity: 1; } }

@media only screen and (max-width: 1080px) {
  br.mdEle {
    display: block; }
  .mdEle {
    display: block; }
  /*---  main-width  ---*/
  .main-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 20px 90px; }
  .basic-clm04-inr {
    width: 50%; }
  /*---  footer  ---*/
  .footer02 {
    padding: 30px 20px; }
  .footer02 .companyInfo {
    float: none;
    padding-left: 0;
    margin: 0 auto;
    width: 100%; }
  .footer02 .companyInfo li {
    float: none;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: center;
    width: 100%; }
  .footer02 .companyInfo li p {
    font-size: 14px;
    line-height: 1.7; }
  .footerBtns {
    float: none;
    margin: 0 auto;
    max-width: 500px;
    width: 100%; }
  .footerBtns .contactBtn {
    float: none;
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
  .footerBtns .entryBtn {
    float: none;
    margin-bottom: 20px;
    width: 100%; }
  /*----------------------------------------------------
  	☆ top
  ----------------------------------------------------*/
  .top-message-area .main-width {
    padding: 19.833vw 1.667vw 21.833vw;
  }

  .top-message-area .title {
    font-size: 4.5833vw;
  }

  .top-message-area .main-width .img-area {
    width: 37.66vw;
  }

  .top-message-area .main-width .img-area figure {
    width: 25vw;
  }

  .top-message-area .main-width .message-name {
    font-size: 1.5vw;
  }

  .top-message-area .main-width .message-name strong {
    font-size: 2.33vw;
  }
  .talk-box .name-area.ishibashi {
    right: 20px; }
  .talk-box .talk-name-jp {
    font-size: 20px; }
  .talk-box .talk-position {
    font-size: 14px; }
  /*----------------------------------------------------
  	☆interview-detail
  ----------------------------------------------------*/
  .interview-mv-area .mv-txt-box {
    padding: 60px 30px; }
  .bgblack {
    position: static;
    min-height: inherit;
    width: 100%; }
  .basic-box {
    padding-bottom: 0; }
  .basic-box .clm02-inr {
    display: block;
    margin-bottom: 30px;
    width: 100%; }
  .basic-box .clm02-inr.txt-box-right {
    padding-left: 0; }
  .interview-box figure img {
    width: 100%; }
  .interview-box {
    padding: 0; }
  .footerBtns .entryBtn a {
    margin: 0 auto;
    max-width: 325px;
    padding: 22px 0 16px 20px; }
  .footerBtns .entryBtn a::before {
    left: 15%; }
  /*----------------------------------------------------
	☆news-detail
----------------------------------------------------*/
  .new-area .news-day {
    margin-bottom: 15px; }
  .new-area .news-title {
    display: block;
    width: 100%; }
  /*----------------------------------------------------
  	☆crosstalk
  ----------------------------------------------------*/
  .sp-pB50 {
    padding-bottom: 50px; } }

@media only screen and (max-width: 980px) {
  .mdBEle {
    display: block !important; }
  .md-Ele {
    display: none !important; }
  br.spEle {
    display: block; }
  .top-talk-area .clm02 {
    display: block; }
  .top-talk-area .clm02 .clm02-inr {
    margin-bottom: 40px;
    width: 100%; }
  .top-talk-area .main-width::after {
    content: none; }

    .top-message-area::before {
      right: 15px;
      left: auto;
    }


  /*----------------------------------------------------
	☆message
----------------------------------------------------*/
  .message-img-area,
  .message-tit-area {
    display: block; }
  .message-img-area {
    background-position-x: center;
    padding-top: 200px;
    width: 100%; }
  .message-tit-area {
    margin: 0 auto;
    max-width: 500px;
    padding-left: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%; }
  .message-tit {
    font-size: 18px;
    margin-bottom: 10px; }
  .message-company-name {
    font-size: 16px;
    margin-bottom: 5px; }
  .message-top-name {
    font-size: 16px; }
  .message-txt p {
    font-size: 16px;
    margin-bottom: 25px; }
  /*----------------------------------------------------
  	☆crosstalk
  ----------------------------------------------------*/
  .crosstalk-clm02-inr {
    display: block; }
  .crosstalk-clm02-inr.imgBoxR {
    padding-top: 60%;
    width: 100%; }
  .crosstalk-clm02-inr.txtBoxL {
    padding-left: 0;
    width: 100%; }
  .crosstalk-clm02-inr.txtBoxR {
    padding-right: 0;
    width: 100%; }
  .crosstalk-clm02-inr.imgBoxL {
    padding-top: 60%;
    width: 100%; }
  .crosstalk-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 0; }
  .crosstalk-clm02 {
    margin-bottom: 35px; }
  .sp-btm0 {
    margin-bottom: 0 !important; }
  .sp-btm40 {
    margin-bottom: 40px !important; }
  .crosstalk-index .basic-box {
    padding: 50px 0; } }

@media only screen and (max-width: 768px) {
  #breadChumbs {
    padding-left: 10px;
    margin-top: 85px; }
  br.pcEle {
    display: none; }
  .spMenu {
    right: 0;
    top: 17px; }
  .pcEle {
    display: none; }
  .spEle {
    display: block; }
  .top {
    margin-top: 85px; }
  .mv-slider-box {
    background: url("../../lib/cmn-img/top/sp_mv01.png") no-repeat top center;
    background-size: cover;
    height: auto; }
  .spSlider {
    padding-top: 128%; }
  /*---  header  ---*/
  #header .entry-btn {
    display: none; }
  #header .logo-area {
    width: 100%; }
  #header .logo-area {
    padding: 10px; }
  #header .logo-area .hd01 {
    display: block;
    margin-bottom: 10px;
    max-width: 250px;
    width: 100%; }
  #header .logo-area .recruit-btn {
    width: inherit; }
  #header .logo-area .recruit-btn a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    margin-left: 0;
    max-width: 300px;
    padding: 2px 0;
    width: 100%; }
  #header .logo-area .recruit-btn a span {
    display: inline-block;
    font-size: 12px; }
  #header .logo-area .recruit-btn a::before {
    content: none; }
  .footer03 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 0; }
  .footer03 .footerUtility {
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%; }
  .footer03 .footerUtility li {
    font-size: 13px;
    padding-top: 0; }
  .footer-box-top .footer-link-ul li {
    margin: 0 9px; }
  address {
    float: none;
    padding-bottom: 5px;
    text-align: center;
    width: 100%; }
  /*----------------------------------------------------
  	☆ top
  ----------------------------------------------------*/
  .spMv {
    line-height: 0;
    margin-top: 84px; }
  /*---  mv-slider-box  ---*/
  .mv-slider-box .mv-txt {
    top: 20vh;
    right: 5%;
    width: 17%; }
    
  /*---  top-news-area  ---*/
  .clm02-inr {
    display: block;
    width: 100%; }
  .clm02-inr.news-title {
    margin-bottom: 20px;
    width: 100%; }
  .news-hd {
    text-align: center; }
  .clm02-inr.news-detail-title {
    width: 100%; }
  .basic-clm02.news-box::before {
    content: none; }
  /*---  top-message-area  ---*/
  .top-message-area::before {
    width: 148px;
    height: 210px;
  }
  .top-message-area .main-width {
    padding: 30px 20px 0;
  }
  .top-message-area .title {
    font-size: 25px; }
  .top-message-area .title-blow-txt {
    font-size: 20px;
    margin-bottom: 20px; }
  .top-message-area .president-name {
    font-size: 20px; }
  .top-interview-area .basic-clm04-inr {
    margin-bottom: 60px; }
  .top-interview-area .top-interview-main {
    margin-bottom: 35px;
  }
  .top-message-area .main-width .img-area {
    width: 280px;
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    z-index: -1;
    margin: 32px auto 0;
    padding-left: 30px;
  }
  .top-message-area .main-width .img-area figure {
    width: 150px;
  }
  .top-message-area .main-width .message-name {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.6;
    margin: 0 0 14px 6px;
  }
  .top-message-area .main-width .message-name strong {
    font-size: 1.8rem;
  }



  .basic-hd02 {
    font-size: 25px; }
  .basic-hd02 span.txt-jp {
    font-size: 18px; }
  .talk-box {
    margin: 0; }
  .talk-box .talk-name-en {
    font-size: 30px; }
  .talk-box .talk-name-en.ishibashi {
    right: 0; }
  .talk-box .talk-name-jp {
    font-size: 18px; }
  .talk-box .talk-position {
    font-size: 13px; }
  .talk-box .name-area.ishibashi {
    top: 15px;
    right: 10px; }
  .talk-box .name-area.uno {
    left: 10px; }
  .top-talk-area .clm02 {
    margin-bottom: 35px; }
  .clm02 {
    display: block; }
  .clm02 .clm02-inr {
    width: 100%; }
  .link-clm02 .clm02-inr.jobs {
    margin-bottom: 30px;
    margin-right: 0; }
  .link-clm02 .clm02-inr.support {
    margin-left: 0; }
  .company-sub-tit {
    font-size: 18px; }
  .recruit-sub-tit {
    font-size: 20px; }



  /*---  top-event-area  ---*/

  .top-event-area .top-event-contents {
    display: block;
  }

  .top-event-area .top-event-contents .top-event-contents-box {
    width: 100%;
  }

  .top-event-area .top-event-contents .top-event-contents-box h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .top-event-area .event-list > a time {
    width: 86px;
  }

  .top-event-area .event-list > a .event-title {
    width: calc(100% - 90px);
  }

  .top-event-area .top-event-contents .top-event-contents-box + .top-event-contents-box {
    margin-left: 0;
    margin-top: 60px;
  }


  /*---  top-longlive-area  ---*/

  .top-longlive-area .basic-hd02 {
    margin-bottom: 30px!important;
  }

  .top-longlive-area #longlive-list {
    display: block;
  }

  .top-longlive-area #longlive-list .longlive-list-contents {
    width: 100%;
    display: block;
  }

  .top-longlive-area #longlive-list .longlive-list-contents + .longlive-list-contents {
    margin: 40px 0 0;
  }

  .top-longlive-area #longlive-list .longlive-list-contents .text-area .cate {
    padding: 2px 15px;
  }

  .top-longlive-area #longlive-list .longlive-list-contents .text-area time {
    font-size: 1.4rem;
    margin-top: 4px;
  }
  
  



  /*----------------------------------------------------
  	☆ interview
  ----------------------------------------------------*/
  .main-width {
    padding: 35px 20px 45px; }
  .hd02 {
    font-size: 20px;
    margin-bottom: 35px; }
  .hd02 span {
    font-size: 25px; }
  .basic-clm04-inr {
    width: 100%; }
  /*----------------------------------------------------
  	☆ interview-detail
  ----------------------------------------------------*/
  .staff-detail .tit-area {
    padding-bottom: 25px; }
  .interview-mv-area {
    background-size: contain; }
  .interview-mv-area .main-width {
    padding-bottom: 0;
    padding-top: 40.6%; }
  .interview-mv-area figure {
    line-height: 0; }
  .interview-mv-area .mv-txt-box {
    padding: 10px;
    width: 100%; }
  .interview-mv-area .catchphrase-txt {
    font-size: 18px;
    margin-bottom: 10px; }
  .interview-mv-area .position-txt {
    font-size: 13px; }
  .interview-mv-area .staff-name-ja {
    font-size: 16px; }
  .interview-mv-area .staff-name-ja span {
    font-size: 13px; }
  .interview-mv-area .staff-name-en {
    font-size: 15px; }
  .basic-box {
    padding: 0; }
  .bgblack {
    padding: 20px; }
  .basic-box .clm02-inr.txt-box-right {
    margin-bottom: 0; }
  .hd03 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 15px; }
  .p01 {
    font-size: 15px;
    line-height: 1.7; }
  .btm100 {
    margin-bottom: 30px !important; }
  .btn.type02 {
    font-size: 18px; }
  /*----------------------------------------------------
  	☆welfare
  ----------------------------------------------------*/
  .support-index .tit-area {
    padding-bottom: 30px; }
  .basic-hd03 {
    font-size: 20px;
    margin-bottom: 50px; }
  .basic-hd03::before {
    bottom: -10px;
    height: 2px; }
  .txt02 {
    font-size: 16px; }
    .txt02 span {
      font-size: 14px; }
  .btm60 {
    margin-bottom: 30px !important; }
  .txt03 {
    font-size: 14px;
    margin-bottom: 40px; }
  .basic-hd04 {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px; }
  .example-ul li {
    display: block; }
  .example-ul .example-tit {
    display: block;
    font-size: 14px;
    margin-bottom: 10px; }
  .example-ul .example-txt {
    display: block;
    font-size: 14px;
    width: 100%; }
  .clm03 {
    display: block; }
  .clm03 .clm03-inr {
    margin-bottom: 20px;
    width: 100%; }
  .pink-box {
    padding: 25px 10px; }
  .txt04 {
    font-size: 16px; }
  .welfare-example-ul .welfare-example-tit,
  .welfare-example-ul .welfare-example-txt {
    font-size: 14px; }
  .sp-w50 {
    width: 50%; }
  /*----------------------------------------------------
  	☆news
  ----------------------------------------------------*/
  .news-contents-zone {
    display: block; }
  .news-zone {
    padding-right: 0;
    width: 100%; }
  .page_ul {
    margin-bottom: 40px; }
  .side-area {
    width: 100%; }
  .entry-link {
    margin-top: 30px; }
  /*----------------------------------------------------
  	☆department
  ----------------------------------------------------*/
  .common-box {
    padding: 3.5rem 0 0; }
  .department-index .tit-area {
    padding-bottom: 30px !important; }
  .department-index .clm03 {
    margin-bottom: 30px; }
  .department-index .txt03 {
    margin-bottom: 40px; }
  /*----------------------------------------------------
  	☆company
  ----------------------------------------------------*/
  .company-index .basic-clm02 {
    margin: 0; }
  .company-index .clm02-inr {
    margin: 0 0 10px;
    width: 100%; }
  .company-ul {
    margin-bottom: 40px; }
  .company-ul li p:nth-child(odd),
  .company-ul li p:nth-child(even) {
    display: block;
    font-size: 14px;
    width: auto; }
  .company-ul li p:nth-child(odd) {
    margin-bottom: 10px; }
  .director-ul li p {
    display: inline-block !important; }
  .director-ul li p:nth-child(1) {
    width: 160px; }
  .director-ul li p:nth-child(2) {
    width: calc(100% - 160px); }
  .company-list li {
    font-size: 14px; }
  /*----------------------------------------------------
  	☆recruit
  ----------------------------------------------------*/
  .company-ul li div {
    display: block;
    width: 100%; }
  .sayou-detail-ul li {
    font-size: 14px; }
  .sayou-detail-ul li::before {
    font-size: 12px;
    top: 3px; }
  .surport-ul li {
    font-size: 14px; }
  .entry-link a span {
    font-size: 20px;
    padding-left: 50px; }
  .entry-link a span::before {
    width: 36px;
    height: 33px; }
  .btm50 {
    margin-bottom: 30px; }
  /*----------------------------------------------------
	☆faq
----------------------------------------------------*/
  .basic-box-type01 {
    margin-bottom: 45px; }
  .faq-box:last-child {
    margin-bottom: 0; }
  .question-txt {
    font-size: 14px;
    margin-bottom: 20px; }
  .question-txt::before {
    font-size: 16px; }
  .answer-txt {
    font-size: 14px; }
  .answer-txt::before {
    font-size: 16px; }
  /*----------------------------------------------------
  	☆crosstalk
  ----------------------------------------------------*/
  .crosstalk-hd02 {
    font-size: 30px; }
  .crosstalk-mv-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4% 20px; }
  .croostalk-name {
    font-size: 18px; }
  .croostalk--company-name {
    font-size: 14px; }
  .croostalk-name-en {
    font-size: 22px; }
  .img-free {
    height: 50px;
    width: 50px; }
  .info-box .info-detail {
    font-size: 15px;
    width: calc(100% - 45px); }
  .info-box .info-name {
    font-size: 15px;
    width: 45px; }
  .sp-btm20 {
    margin-bottom: 20px; }
  .crosstalk-mv-box-inr {
    max-width: 300px; }
  .crosstalk-clm02L {
    float: none;
    margin: 0 auto 20px;
    width: 100%; }
  .crosstalk-clm02R {
    float: none;
    margin: 0 auto;
    width: 100%; }
  .img-free {
    margin-bottom: 20px;
    position: static; }
  .box-width380 {
    max-width: inherit; } }

@media only screen and (max-width: 350px) {
  br.miniEle {
    display: block; }
  .talk-box .name-area.ishibashi {
    top: 7px; }
  .footer02 .footerLogo img {
    width: 85%; }
  .footer02 .footerLogo span {
    display: block;
    line-height: 2; } }

/*--- componentのscssファイルを読み込む------------------------------------*/
/*--- ページtopに戻るボタン ------------------------------------*/
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #9f0c13;
  opacity: 1;
  z-index: 9999; }
  @media (max-width: 768px) {
    #page-top #page_top {
      right: 0px;
      bottom: 70px; } }
  #page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
    #page-top a::before {
      font-family: FontAwesome;
      content: '\f106';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -15px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }

/*--- パンくず　------------------------------------*/
.breadcrumb {
  margin: 0;
  padding: 15px; }
  .breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold; }
    .breadcrumb li::after {
      content: '>';
      padding: 0 3px;
      color: black; }
    .breadcrumb li a {
      text-decoration: none;
      color: black; }
      .breadcrumb li a:hover {
        text-decoration: underline; }

.breadcrumb li:last-child:after {
  content: ''; }

.breadcrumb li:first-child a:before {
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: black; }

/*--- その他 ------------------------------------*/
.pc-show {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .pc-show {
      display: none !important; } }

.sp-show {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .sp-show {
      display: block !important; } }

/*--- uniqのscssファイルを読み込む------------------------------------*/
/*--- libs(jsファイル)のscssファイルを読み込む------------------------------------*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: 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); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-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: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * qswow
 */
.qswow {
  visibility: hidden; }

.animated {
  visibility: visible; }
