@charset "UTF-8";
/* //////////////////////////////////////////////////
[Base]
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block; }

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html, body {
  width: 100%; }

/* for mozilla: always display scrollbar */
body {
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background: none; }

a {
  color: #2e394b; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:active {
  text-decoration: none; }

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li {
  list-style: none; }

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  resize: vertical; }

legend {
  display: none; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: top; }

object {
  vertical-align: middle;
  outline: none; }

em, strong {
  font-weight: bold;
  font-style: normal; }

small {
  font-size: 100%; }

abbr, acronym {
  border: none;
  font-variant: normal; }

.clr {
  zoom: 1; }

.clr:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-width: 1160px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #252525;
  line-height: 1.93;
  font-size: 15px;
  overflow-y: scroll;
  letter-spacing: 0.08em;
  font-feature-settings: "palt"; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px !important; } }
  @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    body {
      font-size: 12px !important; } }
  body .wrapper {
    position: relative;
    overflow: hidden; }
    body .wrapper.contacts-wrapper, body .wrapper.press-room-wrapper, body .wrapper.jobs-wrapper, body .wrapper.error-wrapper {
      min-height: 100vh;
      overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      overflow-x: hidden; }
      body .wrapper {
        width: 100%;
        overflow-x: hidden; }
      body .sp {
        display: block; }
      body .pc {
        display: none; } }
  body .inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0; }
    @media only screen and (min-width: 1160px) and (max-width: 1279px) {
      body .inner {
        padding: 0 60px;
        max-width: 1280px;
        margin: auto; } }
    @media only screen and (min-width: 1100px) {
      body .inner {
        padding: 0 60px;
        max-width: 1280px;
        margin: auto; } }
    @media only screen and (max-width: 767px) {
      body .inner {
        width: auto;
        max-width: 100%;
        padding: 0 25px; } }
  body .container {
    z-index: 5;
    position: relative;
    width: 100%;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      body .container {
        padding-left: 0; } }
    body .container ::selection {
      background: #CCC;
      color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 1159px) {
      body .container {
        font-size: 92%; } }
    @media only screen and (min-width: 1160px) and (max-width: 1279px) {
      body .container {
        font-size: 92%; } }
  body .section {
    padding: 60px 0; }
    @media only screen and (max-width: 767px) {
      body .section {
        padding: 40px 0; } }

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  letter-spacing: 0.08em;
  box-sizing: border-box; }
  *:lang(en) {
    letter-spacing: 0em; }

.no-scroll {
  height: 100vh;
  overflow: hidden; }

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  font-size: 100%;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all; }
  a, a img {
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: all;
    -webkit-backface-visibility: hidden; }
  a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.8; }

hr {
  border: none;
  height: 1px;
  background-color: #e8132a; }

ul {
  list-style-type: none;
  padding: 0; }

sup {
  font-size: 11px; }

small {
  font-size: 11px; }

.row {
  box-sizing: content-box; }
  .row:after {
    clear: both;
    content: "";
    display: block; }

.grid-w-1 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 8.33333%; }

.grid-w-2 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 16.66667%; }

.grid-w-3 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 25%; }

.grid-w-4 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 33.33333%; }

.grid-w-5 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 41.66667%; }

.grid-w-6 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 50%; }

.grid-w-7 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 58.33333%; }

.grid-w-8 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 66.66667%; }

.grid-w-9 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 75%; }

.grid-w-10 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 83.33333%; }

.grid-w-11 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 91.66667%; }

.grid-w-12 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%; }

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

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

.grid-ml-10 {
  margin-left: 10px !important; }

.grid-mr-10 {
  margin-right: 10px !important; }

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

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

.grid-ml-20 {
  margin-left: 20px !important; }

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

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

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

.grid-ml-30 {
  margin-left: 30px !important; }

.grid-mr-30 {
  margin-right: 30px !important; }

.grid-mt-40 {
  margin-top: 40px !important; }

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

.grid-ml-40 {
  margin-left: 40px !important; }

.grid-mr-40 {
  margin-right: 40px !important; }

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

.grid-mb-50 {
  margin-bottom: 50px !important; }

.grid-ml-50 {
  margin-left: 50px !important; }

.grid-mr-50 {
  margin-right: 50px !important; }

.grid-mt-60 {
  margin-top: 60px !important; }

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

.grid-ml-60 {
  margin-left: 60px !important; }

.grid-mr-60 {
  margin-right: 60px !important; }

.grid-mt-70 {
  margin-top: 70px !important; }

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

.grid-ml-70 {
  margin-left: 70px !important; }

.grid-mr-70 {
  margin-right: 70px !important; }

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

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

.grid-ml-80 {
  margin-left: 80px !important; }

.grid-mr-80 {
  margin-right: 80px !important; }

.grid-mt-90 {
  margin-top: 90px !important; }

.grid-mb-90 {
  margin-bottom: 90px !important; }

.grid-ml-90 {
  margin-left: 90px !important; }

.grid-mr-90 {
  margin-right: 90px !important; }

.grid-mt-100 {
  margin-top: 100px !important; }

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

.grid-ml-100 {
  margin-left: 100px !important; }

.grid-mr-100 {
  margin-right: 100px !important; }

.sp {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  img {
    max-width: 100%;
    height: auto; }
    img.sp {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; } }
.hide {
  display: none !important; }

.align-center,
.aligncenter {
  text-align: center; }

.align-right,
.alignright {
  text-align: right; }

.align-left,
.alignleft {
  text-align: left; }

.share-button {
  text-align: center; }
  .share-button ul {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1; }
    .share-button ul:after {
      clear: both;
      content: "";
      display: block; }
    .share-button ul li {
      float: left;
      height: 20px;
      line-height: 20px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; }
      @media only screen and (max-width: 767px) {
        .share-button ul li {
          margin: 0 5px; } }

strong {
  padding: 6px;
  font-weight: bold;
  font-size: 100%;
  letter-spacing: 0.1em; }
  strong.strong-black {
    color: #FFF;
    background: #000; }
  strong.strong-yellow {
    background: #ebc400; }

p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

.clear {
  clear: both; }

.font-large {
  font-size: 150%; }

.font-medium {
  font-size: 120%; }

.font-small {
  font-size: 70%; }

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

.font-dash {
  letter-spacing: -4px;
  padding: 0 6px;
  font-weight: normal; }

.font-din {
  font-family: "URWDINCond-Medium", sans-serif; }

.font-axis {
  font-family: "AXIS Std", "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.left {
  float: left; }

.right {
  float: right; }

.vertical-middle-parent {
  display: table;
  height: 100%;
  min-width: 100%; }

.vertical-middle-child {
  display: table-cell;
  min-width: 100%;
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px 20px;
  background: #FFF;
  box-sizing: border-box;
  border: 2px solid #FFF;
  -webkit-appearance: none; }
  @media only screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    textarea {
      padding: 5px 6px;
      font-size: 100%; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border: 2px solid #0b77b8; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }

.warn {
  color: #e8132a; }

.imgResize img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/assets/img/ajax-loader.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }
.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }
.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

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

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  2%,
  6%,
  10% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  4%,
  8%,
  12% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  14% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-duration: 10s !important; }

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

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

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

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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 {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms; }
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms; }
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
.font-color-red {
  color: #e8132a; }

.font-color-green {
  color: #51b1a3; }

.font-color-yellow {
  color: #ebc400; }

.font-color-lightgreen {
  color: #71bf79; }

.font-color-black {
  color: #2d2d2d !important; }

.font-color-darkorange {
  color: #ea9b22 !important; }

.font-color-darkblue {
  color: #081441 !important; }

.section {
  position: relative;
  padding: 90px 0 50px; }

.invisible {
  transition: opacity 1s ease;
  opacity: 0; }

.visible {
  transition: opacity 1s ease;
  opacity: 1; }

.modaal-inner-wrapper {
  padding: 80px 25px; }
  @media only screen and (max-width: 767px) {
    .modaal-inner-wrapper {
      padding: 250px 25px; } }
  .modaal-inner-wrapper .modaal-container {
    height: 100%;
    background: transparent;
    text-align: center; }
    .modaal-inner-wrapper .modaal-container .modaal-content-container {
      padding: 0; }
    .modaal-inner-wrapper .modaal-container .modaal-close:hover::before, .modaal-inner-wrapper .modaal-container .modaal-close:hover::after {
      background: #0b77b8; }

header.header {
  position: relative;
  z-index: 100;
  padding: 19px 0;
  background: #fff;
  box-shadow: 0 1px 5px rgba(89, 86, 86, 0.1); }
  @media only screen and (min-width: 1160px) and (max-width: 1279px) {
    header.header {
      padding: 19px 20px; } }
  @media only screen and (max-width: 767px) {
    header.header {
      padding: 13px 12px; } }
  header.header .header-inner {
    max-width: 1280px;
    margin: auto; }
    header.header .header-inner .header-container .header-menu-main .header-left .header-logo a {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; }
      @media only screen and (max-width: 767px) {
        header.header .header-inner .header-container .header-menu-main .header-left .header-logo a h1 img {
          height: 33px;
          width: auto; } }

.footer-top-btn {
  padding: 50px 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .footer-top-btn {
      padding: 45px 0; } }
  .footer-top-btn a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding: 26px 96px;
    border: 2px solid #ffc528;
    border-radius: 4px;
    line-height: 1;
    font-size: 174%;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .footer-top-btn a {
        padding: 19px 69px;
        font-size: 136%; } }
    .footer-top-btn a:hover {
      opacity: 0.5; }
    .footer-top-btn a::before {
      position: absolute;
      top: 50%;
      left: 28px;
      width: 25px;
      height: 22px;
      background: url(../img/home-icon@2x.png) no-repeat 50% 50%;
      background-size: cover;
      transform: translate(0, -50%);
      content: ""; }

footer.footer {
  position: relative;
  padding: 40px 0 35px;
  background: #f6f6f6;
  opacity: 0.5;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    footer.footer {
      padding: 16px 0; } }
  footer.footer .inner .footer-container {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap; }
    @media only screen and (max-width: 767px) {
      footer.footer .inner .footer-container {
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      footer.footer .inner .footer-container .footer-left {
        margin-bottom: 15px; } }
    footer.footer .inner .footer-container .footer-left .page-top-btn {
      position: relative; }
      footer.footer .inner .footer-container .footer-left .page-top-btn a.btn {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        position: relative; }
        footer.footer .inner .footer-container .footer-left .page-top-btn a.btn::after {
          position: absolute;
          top: 50%;
          right: -38px;
          width: 1px;
          height: 37px;
          background: url(../img/dotted@2x.png) no-repeat 50% 50%;
          background-size: cover;
          transform: translate(0, -50%);
          content: ""; }
          @media only screen and (max-width: 767px) {
            footer.footer .inner .footer-container .footer-left .page-top-btn a.btn::after {
              content: none; } }
    @media only screen and (max-width: 767px) {
      footer.footer .inner .footer-container .footer-right {
        text-align: center; } }
    footer.footer .inner .footer-container .footer-right .footer-copy-right {
      position: relative;
      z-index: 10; }
      footer.footer .inner .footer-container .footer-right .footer-copy-right p {
        font-size: 80%; }
        @media only screen and (max-width: 767px) {
          footer.footer .inner .footer-container .footer-right .footer-copy-right p {
            font-size: 60%; } }

section.section-mainvisual {
  overflow: hidden; }
  section.section-mainvisual .inner .section-cont {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin: 0 -140px; }
    @media only screen and (max-width: 767px) {
      section.section-mainvisual .inner .section-cont {
        display: block;
        margin: 0 -25px; } }
    section.section-mainvisual .inner .section-cont .cont-mainvisual-slide,
    section.section-mainvisual .inner .section-cont .cont-mainvisual-txt {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide,
        section.section-mainvisual .inner .section-cont .cont-mainvisual-txt {
          width: 100%; } }
    section.section-mainvisual .inner .section-cont .cont-mainvisual-slide {
      position: relative;
      position: relative;
      background: #f3f3f3;
      padding: 90px 0px; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide {
          overflow: hidden; } }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .series-version {
        position: absolute;
        top: 50%;
        left: -27px;
        transform: translate(0, -50%); }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .series-version {
            position: absolute;
            top: 50%;
            left: -38px; } }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .series-version p {
          transform: rotate(-90deg);
          font-size: 87%;
          color: #ffc528; }
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .series-version p span {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            position: relative;
            width: 95px;
            color: #000;
            letter-spacing: 3px;
            margin-right: 10px;
            font-weight: 500; }
            section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .series-version p span::before {
              position: absolute;
              top: 50%;
              right: 0;
              width: 13px;
              height: 1px;
              background: url(../img/dotted-small@2x.png) no-repeat 50% 50%;
              background-size: cover;
              transform: rotate(-90deg);
              content: ""; }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-images {
        text-align: center; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-images ul li {
            padding: 0 50px; } }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-images ul li .img img {
          margin: auto;
          filter: drop-shadow(3px 7px 10px rgba(27, 27, 27, 0.3)); }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-images ul li .img .txt {
          margin-top: 14px; }
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-images ul li .img .txt p {
            font-size: 80%;
            opacity: 0.4; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .draggable {
          padding: 0 !important; } }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-slider {
        position: static; }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-next,
      section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-prev {
        top: auto;
        bottom: -35px;
        right: 0;
        width: 70px;
        height: 70px; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-next,
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-prev {
            bottom: -25px;
            width: 50px;
            height: 50px; } }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-next:hover,
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-prev:hover {
          opacity: 0.8; }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-next::before,
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-prev::before {
          content: none; }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-next {
        background: url(../img/cont-mainvisual-slide-arrow-next@2x.png) no-repeat 50% 50%;
        background-size: cover; }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-prev {
        left: auto;
        right: 70px;
        background: url(../img/cont-mainvisual-slide-arrow-prev@2x.png) no-repeat 50% 50%;
        background-size: cover; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slick-prev {
            right: 50px; } }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-image-thumbnails {
        position: absolute;
        right: 140px;
        bottom: 0;
        margin-bottom: -2px;
        width: 210px; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-image-thumbnails {
            position: absolute;
            right: 100px;
            bottom: 0;
            width: 150px; } }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-image-thumbnails ul {
          display: flex;
          flex-direction: row;
          webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          align-content: stretch;
          -ms-flex-line-pack: stretch; }
          @media only screen and (max-width: 767px) {
            section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-image-thumbnails ul li .img img {
              width: 50px;
              height: 50px; } }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-image-thumbnails .slick-slide {
          border-top: 2px solid #fff; }
          section.section-mainvisual .inner .section-cont .cont-mainvisual-slide .slide-image-thumbnails .slick-slide.slick-current {
            border-top: 2px solid #ffc528; }
    section.section-mainvisual .inner .section-cont .cont-mainvisual-txt {
      padding: 76px 80px 74px;
      background: #ffc528; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual .inner .section-cont .cont-mainvisual-txt {
          padding: 35px 25px 50px; } }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-title {
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-title {
            margin-bottom: 10px; } }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-title h2 {
          position: relative;
          margin-bottom: 12px;
          margin-left: 30px; }
          @media only screen and (max-width: 767px) {
            section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-title h2 {
              margin-bottom: 2px; } }
          @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-title h2 {
              letter-spacing: 0; } }
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-title h2::before {
            position: absolute;
            top: 50%;
            left: -26px;
            width: 15px;
            height: 15px;
            background: url(../img/book-icon@2x.png) no-repeat 50% 50%;
            background-size: cover;
            transform: translate(0, -50%);
            content: ""; }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-title h1 {
          font-size: 187%;
          font-weight: 900; }
          @media only screen and (max-width: 767px) {
            section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-title h1 {
              font-size: 158%; } }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-cont {
        margin-bottom: 60px; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-cont {
            margin-bottom: 53px; } }
        @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-cont {
            margin-bottom: 30px; } }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-cont p {
          font-weight: 500; }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left {
        margin-right: 73px; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left {
            margin-right: 20px; } }
        @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left {
            margin-bottom: 20px; } }
      section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left,
      section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1; }
        section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li,
        section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li {
          margin-bottom: 3px; }
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li:last-child,
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li:last-child {
            margin-bottom: 0; }
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p,
          section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p {
            font-weight: 500;
            letter-spacing: 0;
            font-size: 80%;
            vertical-align: middle;
            font-size: 80%; }
            @media only screen and (max-width: 767px) {
              section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p,
              section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p {
                font-size: 79%; } }
            section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p.big,
            section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p.big {
              margin-top: -7px;
              font-size: 120%; }
              @media only screen and (max-width: 767px) {
                section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p.big,
                section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p.big {
                  font-size: 108%; } }
              section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p.big span,
              section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p.big span {
                font-size: 12px; }
            section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p span,
            section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p span {
              display: inline-block;
              vertical-align: top;
              *display: inline;
              *zoom: 1;
              position: relative;
              width: 50px;
              margin-right: 11px;
              letter-spacing: 0;
              vertical-align: middle; }
              @media only screen and (max-width: 767px) {
                section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p span,
                section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p span {
                  width: 42px; } }
              section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p span::before,
              section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p span::before {
                position: absolute;
                top: 50%;
                left: -10px;
                width: 3px;
                height: 9px;
                background: #fff;
                transform: translate(0, -50%);
                content: ""; }
              section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-left ul li .info p span::after,
              section.section-mainvisual .inner .section-cont .cont-mainvisual-txt .txt-info .info-right ul li .info p span::after {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translate(0, -50%);
                content: "："; }

section.section-book-buy {
  position: relative;
  padding: 93px 0 90px; }
  @media only screen and (max-width: 767px) {
    section.section-book-buy {
      padding: 55px 0; } }
  section.section-book-buy .bg-character {
    position: absolute;
    top: -126px;
    right: 0; }
    @media only screen and (max-width: 767px) {
      section.section-book-buy .bg-character {
        position: absolute;
        top: -80px;
        right: 0; } }
    @media only screen and (max-width: 767px) {
      section.section-book-buy .bg-character figure img {
        width: auto;
        height: 170px; } }
  section.section-book-buy .inner .section-title {
    text-align: center;
    margin-bottom: 34px; }
    @media only screen and (max-width: 767px) {
      section.section-book-buy .inner .section-title {
        margin-bottom: 28px; } }
    section.section-book-buy .inner .section-title figure {
      margin-bottom: 12px; }
    section.section-book-buy .inner .section-title h1 {
      font-size: 134%; }
      @media only screen and (max-width: 767px) {
        section.section-book-buy .inner .section-title h1 {
          font-size: 136%; } }
  section.section-book-buy .inner .section-cont .cont-book-buy ul {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 767px) {
      section.section-book-buy .inner .section-cont .cont-book-buy ul {
        display: block; } }
    section.section-book-buy .inner .section-cont .cont-book-buy ul::after {
      display: block;
      width: 31%;
      content: ""; }
    section.section-book-buy .inner .section-cont .cont-book-buy ul li {
      position: relative;
      width: 31%;
      margin: 1.72414% 0; }
      @media only screen and (max-width: 767px) {
        section.section-book-buy .inner .section-cont .cont-book-buy ul li {
          width: 100%;
          margin: 0 0 20px; } }
      section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn {
        text-align: center; }
        section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          position: relative;
          width: 100%;
          height: 80px;
          line-height: 1;
          background: #f3f3f3;
          font-weight: bold;
          border-radius: 3px;
          letter-spacing: 0; }
          @media only screen and (max-width: 767px) {
            section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a {
              height: 72px; } }
          section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a:hover {
            opacity: 1;
            background: #ffc528; }
            @media only screen and (max-width: 767px) {
              section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a:hover {
                background: #f3f3f3; } }
          section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a p {
            font-size: 160%; }
            @media only screen and (max-width: 767px) {
              section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a p {
                font-size: 158%; } }
            @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
              section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a p {
                font-size: 130%; } }
          section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a.rakuten-books p, section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a.ehonnavi p {
            font-size: 136%; }
            @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
              section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a.rakuten-books p, section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a.ehonnavi p {
                font-size: 120%; } }
          section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a.sevennet p {
            margin-left: -35px;
            font-size: 120%; }
            @media only screen and (max-width: 767px) {
              section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a.sevennet p {
                font-size: 120%; } }
            @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
              section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a.sevennet p {
                font-size: 110%; } }
          section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a::after {
            position: absolute;
            top: 50%;
            right: 70px;
            width: 1px;
            height: 37px;
            background: url(../img/dotted@2x.png) no-repeat 50% 50%;
            background-size: cover;
            transform: translate(0, -50%);
            content: ""; }
            @media only screen and (max-width: 767px) {
              section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a::after {
                position: absolute;
                top: 50%;
                right: 63px; } }
          section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a p {
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            transform: translate(0, -50%);
            margin: auto; }
          section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a span {
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translate(0, -50%); }
            @media only screen and (max-width: 767px) {
              section.section-book-buy .inner .section-cont .cont-book-buy ul li .buy-btn a span {
                position: absolute;
                top: 50%;
                right: 25px; } }

section.section-point-top {
  padding: 170px 0;
  background: url(../img/point-top-bg@2x.png) no-repeat 50% 50%;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    section.section-point-top {
      padding: 75px 0;
      background: url(../img/point-top-bg@2x.png) repeat 50% 50%;
      background-size: contain; } }
  section.section-point-top .inner .section-cont .cont-point ul li {
    margin-bottom: 53px; }
    section.section-point-top .inner .section-cont .cont-point ul li:last-child {
      margin-bottom: 0; }
    section.section-point-top .inner .section-cont .cont-point ul li .point-list {
      position: relative; }
      section.section-point-top .inner .section-cont .cont-point ul li .point-list span {
        position: absolute;
        top: -23px;
        left: 20px;
        z-index: 10; }
        @media only screen and (max-width: 767px) {
          section.section-point-top .inner .section-cont .cont-point ul li .point-list span {
            position: absolute;
            top: -20px;
            left: 17px; } }
        @media only screen and (max-width: 767px) {
          section.section-point-top .inner .section-cont .cont-point ul li .point-list span img {
            height: 40px;
            width: auto; } }
      section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch;
        position: relative;
        height: 270px;
        background: #fff;
        border-right: 43px solid #f3f3f3;
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        transition-property: all; }
        @media only screen and (max-width: 767px) {
          section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr {
            display: block;
            height: 435px;
            border-right: none; } }
        section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr:hover {
          opacity: 1;
          border-right: 43px solid #ffc528; }
          @media only screen and (max-width: 767px) {
            section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr:hover {
              border-right: none; } }
          section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr:hover::after {
            position: absolute;
            top: 50%;
            right: -30px; }
            @media only screen and (max-width: 767px) {
              section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr:hover::after {
                content: none; } }
        section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr::after {
          position: absolute;
          top: 50%;
          right: -23px;
          width: 34px;
          height: 14px;
          background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
          background-size: cover;
          transform: translate(0, -50%);
          transition-duration: 250ms;
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-property: all;
          content: ""; }
          @media only screen and (max-width: 767px) {
            section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr::after {
              content: none; } }
        section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .banner-img {
          width: 34%;
          height: 100%;
          background: url(../img/point-top-list-bg-stance@2x.png) no-repeat 50% 50%;
          background-size: cover; }
          @media only screen and (max-width: 767px) {
            section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .banner-img {
              width: 100%;
              height: 220px; } }
        section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .benner-txt {
          width: 66%;
          padding: 66px 55px; }
          @media only screen and (max-width: 767px) {
            section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .benner-txt {
              width: 100%;
              padding: 31px 34px; } }
          section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .benner-txt .txt h2 {
            font-size: 120%; }
            @media only screen and (max-width: 767px) {
              section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .benner-txt .txt h2 {
                margin-bottom: 5px;
                font-size: 108%;
                letter-spacing: 0;
                font-weight: 900; } }
            @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
              section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .benner-txt .txt h2 {
                font-size: 100%; } }
          section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .benner-txt .txt h1 {
            font-size: 187%; }
            @media only screen and (max-width: 767px) {
              section.section-point-top .inner .section-cont .cont-point ul li .point-list a.banenr .benner-txt .txt h1 {
                font-size: 158%;
                letter-spacing: 0;
                line-height: 1.545;
                font-weight: 900; } }

section.section-book-info-top {
  position: relative;
  padding: 130px 0 14px; }
  @media only screen and (max-width: 767px) {
    section.section-book-info-top {
      padding: 55px 0 10px; } }
  section.section-book-info-top .bg-x {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 1190px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      section.section-book-info-top .bg-x {
        display: none; } }
    section.section-book-info-top .bg-x::before {
      position: absolute;
      top: -146px;
      right: 0;
      width: 600px;
      height: 1336px;
      background: url(../img/book-info-top-bg@2x.png) no-repeat 50% 50%;
      background-size: cover;
      content: ""; }
  section.section-book-info-top .inner .section-cont .cont-book-info ul li {
    position: relative;
    border-top: 1px solid #efefef;
    padding: 75px 0 120px; }
    @media only screen and (max-width: 767px) {
      section.section-book-info-top .inner .section-cont .cont-book-info ul li {
        padding: 36px 0 55px; } }
    section.section-book-info-top .inner .section-cont .cont-book-info ul li::before {
      position: absolute;
      top: -1px;
      left: 0;
      width: 20px;
      height: 1px;
      content: "";
      background: #ffc528; }
    section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch; }
      @media only screen and (max-width: 767px) {
        section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info {
          display: block; } }
      section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-title {
        width: 25%; }
        @media only screen and (max-width: 767px) {
          section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-title {
            width: 100%;
            margin-bottom: 22px; } }
        section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-title h1 {
          font-size: 160%;
          line-height: 1.58;
          letter-spacing: 0; }
          @media only screen and (max-width: 767px) {
            section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-title h1 {
              font-size: 143%; } }
      section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt {
        width: 44%;
        padding-right: 3.44%; }
        @media only screen and (max-width: 767px) {
          section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt {
            width: 100%;
            margin-bottom: 30px; } }
        section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt .txt-title {
          margin-bottom: 24px; }
          @media only screen and (max-width: 767px) {
            section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt .txt-title {
              margin-bottom: 18px; } }
          section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt .txt-title h2 {
            font-size: 160%;
            line-height: 1.58;
            letter-spacing: 0; }
            @media only screen and (max-width: 767px) {
              section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt .txt-title h2 {
                font-size: 143%;
                letter-spacing: 0; } }
            section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt .txt-title h2 span {
              margin-left: 17px;
              font-size: 15px;
              font-style: italic;
              color: #ffc528; }
              @media only screen and (max-width: 767px) {
                section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt .txt-title h2 span {
                  font-size: 14px; } }
        section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-txt .txt p {
          font-weight: 500; }
      section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-img {
        width: 31%; }
        @media only screen and (max-width: 767px) {
          section.section-book-info-top .inner .section-cont .cont-book-info ul li .book-info .info-img {
            width: 100%; } }

section.section-stance-page {
  padding: 90px 0 130px;
  background: url(../img/point-top-bg@2x.png) repeat 50% 50%;
  background-size: contain; }
  @media only screen and (max-width: 767px) {
    section.section-stance-page {
      padding: 90px 0 55px; } }
  section.section-stance-page .inner .section-title {
    margin-bottom: 97px; }
    @media only screen and (max-width: 767px) {
      section.section-stance-page .inner .section-title {
        background: #fff;
        margin: -90px -25px;
        padding: 17px 25px 41px; } }
    section.section-stance-page .inner .section-title h2 {
      font-size: 120%;
      font-weight: 900;
      letter-spacing: 0;
      margin-bottom: 10px; }
    section.section-stance-page .inner .section-title h1 {
      font-size: 187%;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    section.section-stance-page .inner .section-cont {
      margin-top: 145px; } }
  section.section-stance-page .inner .section-cont .cont-stance .stance-basic {
    margin-bottom: 95px; }
  section.section-stance-page .inner .section-cont .cont-stance .stance-basic,
  section.section-stance-page .inner .section-cont .cont-stance .stance-advance {
    position: relative;
    padding: 24px 0 0px 25px;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      section.section-stance-page .inner .section-cont .cont-stance .stance-basic,
      section.section-stance-page .inner .section-cont .cont-stance .stance-advance {
        padding: 60px 0 30px 25px; } }
    section.section-stance-page .inner .section-cont .cont-stance .stance-basic::before,
    section.section-stance-page .inner .section-cont .cont-stance .stance-advance::before {
      position: absolute;
      top: 0;
      right: -100vw;
      width: 100vw;
      height: 100%;
      background: #fff;
      content: ""; }
    section.section-stance-page .inner .section-cont .cont-stance .stance-basic .title,
    section.section-stance-page .inner .section-cont .cont-stance .stance-advance .title {
      position: absolute;
      top: -20px;
      left: 58px; }
      @media only screen and (max-width: 767px) {
        section.section-stance-page .inner .section-cont .cont-stance .stance-basic .title,
        section.section-stance-page .inner .section-cont .cont-stance .stance-advance .title {
          position: absolute;
          top: -20px;
          left: 17px; } }
    section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li,
    section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li {
      position: relative;
      padding: 48px 0 84px;
      border-bottom: 1px solid #efefef;
      min-height: 351px; }
      @media only screen and (max-width: 767px) {
        section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li,
        section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li {
          padding: 31px 0 44px; } }
      section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li::before,
      section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li::before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 20px;
        height: 1px;
        background: #ffc528;
        content: ""; }
      section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li:last-child,
      section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li:last-child {
        border-bottom: none; }
        section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li:last-child::before,
        section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li:last-child::before {
          content: none; }
      section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance,
      section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch; }
        @media only screen and (max-width: 767px) {
          section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance,
          section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance {
            display: block; } }
        section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-title,
        section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-title {
          width: 29.3%;
          padding-right: 43px; }
          @media only screen and (max-width: 767px) {
            section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-title,
            section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-title {
              width: 100%;
              margin-bottom: 30px; } }
          section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-title h3,
          section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-title h3 {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            padding-bottom: 13px;
            border-bottom: 8px solid #ffc528; }
            @media only screen and (max-width: 767px) {
              section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-title h3,
              section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-title h3 {
                border-top: 7px solid #ffc528;
                border-bottom: none;
                padding-bottom: 0;
                padding-top: 15px; } }
            section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-title h3 img,
            section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-title h3 img {
              max-width: 100%;
              height: auto; }
        section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-txt,
        section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-txt {
          width: 70.7%;
          margin-top: -9px; }
          @media only screen and (max-width: 767px) {
            section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-txt,
            section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-txt {
              width: 100%; } }
          section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-txt h4,
          section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-txt h4 {
            font-size: 187%;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 1.5;
            margin-bottom: 30px; }
            @media only screen and (max-width: 767px) {
              section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-txt h4,
              section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-txt h4 {
                font-size: 158%;
                margin-bottom: 10px; } }
          section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-txt p,
          section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-txt p {
            padding-right: 192px;
            font-weight: 500;
            letter-spacing: 1px; }
            @media only screen and (max-width: 767px) {
              section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance .stance-txt p,
              section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance .stance-txt p {
                padding-right: 0; } }
      section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance-num,
      section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance-num {
        position: absolute;
        right: 0;
        bottom: 93px; }
        @media only screen and (max-width: 767px) {
          section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance-num,
          section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance-num {
            position: absolute;
            top: 35px;
            right: 0;
            bottom: auto; } }
        @media only screen and (max-width: 767px) {
          section.section-stance-page .inner .section-cont .cont-stance .stance-basic ul li .stance-num figure img,
          section.section-stance-page .inner .section-cont .cont-stance .stance-advance ul li .stance-num figure img {
            height: 95px;
            width: auto; } }

section.section-hint-page {
  padding-top: 90px; }
  @media only screen and (max-width: 767px) {
    section.section-hint-page {
      padding-top: 30px; } }
  section.section-hint-page .inner .section-title {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      section.section-hint-page .inner .section-title {
        margin-bottom: 62px; } }
    section.section-hint-page .inner .section-title h1 {
      font-size: 187%;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.5;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        section.section-hint-page .inner .section-title h1 {
          font-size: 158%;
          margin-bottom: 20px; } }
    section.section-hint-page .inner .section-title p {
      font-size: 107%;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        section.section-hint-page .inner .section-title p {
          font-size: 100%; } }
  section.section-hint-page .inner .section-cont {
    position: relative;
    padding: 100px 140px 110px;
    background: #f3f3f3;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      section.section-hint-page .inner .section-cont {
        margin: 0 -25px;
        padding: 60px 0 66px; } }
    section.section-hint-page .inner .section-cont::before {
      position: absolute;
      top: 0;
      right: -100vw;
      height: 100%;
      width: 100vw;
      background: #f3f3f3;
      content: ""; }
    section.section-hint-page .inner .section-cont::after {
      position: absolute;
      top: 0;
      left: -100vw;
      height: 100%;
      width: 100vw;
      background: #f3f3f3;
      content: ""; }
    section.section-hint-page .inner .section-cont .cont-hint-pages-btn {
      position: absolute;
      top: -80px;
      right: 140px;
      width: 41.72%; }
      @media only screen and (max-width: 767px) {
        section.section-hint-page .inner .section-cont .cont-hint-pages-btn {
          position: absolute;
          top: -39px;
          right: 0;
          left: 0;
          padding: 0 25px;
          width: 100%; } }
      section.section-hint-page .inner .section-cont .cont-hint-pages-btn ul {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch; }
        section.section-hint-page .inner .section-cont .cont-hint-pages-btn ul li {
          width: 24.66%;
          margin: 0 0.17%; }
          section.section-hint-page .inner .section-cont .cont-hint-pages-btn ul li .page-btn a.btn {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            position: relative;
            width: 100%;
            padding: 36px 0 35px;
            background: #ffc528;
            color: #fff;
            font-weight: 900;
            font-size: 115%;
            border-bottom: 3px solid #ffc528; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint-pages-btn ul li .page-btn a.btn {
                font-size: 80%;
                padding: 19px 0 20px; } }
            section.section-hint-page .inner .section-cont .cont-hint-pages-btn ul li .page-btn a.btn::after {
              position: absolute;
              right: 0;
              bottom: 19px;
              left: 0;
              width: 9px;
              height: 7px;
              margin: auto;
              background: url(../img/bottom-arrow@2x.png) repeat 50% 50%;
              background-size: cover;
              content: ""; }
              @media only screen and (max-width: 767px) {
                section.section-hint-page .inner .section-cont .cont-hint-pages-btn ul li .page-btn a.btn::after {
                  position: absolute;
                  right: 0;
                  bottom: 8px;
                  left: 0; } }
            section.section-hint-page .inner .section-cont .cont-hint-pages-btn ul li .page-btn a.btn.active {
              color: #ffc528;
              background: #fff; }
            section.section-hint-page .inner .section-cont .cont-hint-pages-btn ul li .page-btn a.btn:hover {
              opacity: 1;
              color: #ffc528;
              background: #fff; }
    section.section-hint-page .inner .section-cont .cont-hint .hint-book {
      position: relative;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; }
      @media only screen and (max-width: 767px) {
        section.section-hint-page .inner .section-cont .cont-hint .hint-book {
          max-width: 325px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag a.tag {
        position: relative;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1; }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag a.tag:hover {
          opacity: 1; }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag a.tag:hover::before {
            width: 110px;
            height: 44px;
            background: url(../img/click-on-icon@2x.png) repeat 50% 50%;
            background-size: cover; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag a.tag:hover::before {
                width: 69px;
                height: 27px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag a.tag::before {
          width: 28px;
          height: 23px;
          background: url(../img/click-icon@2x.png) repeat 50% 50%;
          background-size: cover;
          transition-duration: 250ms;
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-property: all;
          content: ""; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag a.tag::before {
              width: 69px;
              height: 27px;
              background: url(../img/click-on-icon@2x.png) repeat 50% 50%;
              background-size: cover; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.komedokoro {
        position: absolute;
        top: 0;
        left: 0; }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.komedokoro a.tag {
          width: 290px;
          height: 165px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.komedokoro a.tag {
              width: 120px;
              height: 68px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.komedokoro a.tag::before {
            position: absolute;
            top: 20px;
            left: 50px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.komedokoro a.tag::before {
                position: absolute;
                top: 2px;
                left: 2px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.combine {
        position: absolute;
        top: 170px;
        left: 110px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.combine {
            position: absolute;
            top: 69px;
            left: 47px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.combine a.tag {
          width: 230px;
          height: 215px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.combine a.tag {
              width: 90px;
              height: 84px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.combine a.tag::before {
            position: absolute;
            top: -20px;
            right: 30px; }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.inekari {
        position: absolute;
        top: 260px;
        right: 110px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.inekari {
            position: absolute;
            top: 100px;
            right: 40px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.inekari a.tag {
          width: 230px;
          height: 285px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.inekari a.tag {
              width: 100px;
              height: 125px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.inekari a.tag::before {
            position: absolute;
            top: -20px;
            right: 30px; }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.seimai {
        position: absolute;
        top: 400px;
        left: 18px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.seimai {
            position: absolute;
            top: 160px;
            left: 0; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.seimai a.tag {
          width: 340px;
          height: 335px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.seimai a.tag {
              width: 150px;
              height: 125px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.seimai a.tag::before {
            position: absolute;
            top: 40px;
            left: 80px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.seimai a.tag::before {
                position: absolute;
                top: 0;
                left: 20px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck {
        position: absolute;
        bottom: 30px;
        left: 18px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck {
            position: absolute;
            bottom: 30px;
            left: -2px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck a.tag {
          width: 340px;
          height: 335px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck a.tag {
              width: 180px;
              height: 125px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck a.tag::before {
            position: absolute;
            top: 40px;
            left: 80px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck a.tag::before {
                position: absolute;
                top: 10px;
                left: 10px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakedokoro {
        position: absolute;
        top: 0;
        right: 0; }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakedokoro a.tag {
          width: 290px;
          height: 165px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakedokoro a.tag {
              width: 114px;
              height: 65px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakedokoro a.tag::before {
            position: absolute;
            top: 20px;
            right: 60px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakedokoro a.tag::before {
                position: absolute;
                top: 2px;
                right: 2px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakemure {
        position: absolute;
        top: 0;
        left: 0; }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakemure a.tag {
          width: 380px;
          height: 255px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakemure a.tag {
              width: 150px;
              height: 105px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakemure a.tag::before {
            position: absolute;
            top: 10px;
            left: 50px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shakemure a.tag::before {
                position: absolute;
                top: 30px;
                left: 50px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mizuage {
        position: absolute;
        top: 140px;
        right: 130px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mizuage {
            position: absolute;
            top: 47px;
            right: 60px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mizuage a.tag {
          width: 290px;
          height: 165px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mizuage a.tag {
              width: 110px;
              height: 85px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mizuage a.tag::before {
            position: absolute;
            top: 60px;
            right: 200px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mizuage a.tag::before {
                position: absolute;
                top: 20px;
                right: 30px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.factory {
        position: absolute;
        top: 390px;
        left: 18px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.factory {
            position: absolute;
            top: 150px;
            left: 0; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.factory a.tag {
          width: 340px;
          height: 265px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.factory a.tag {
              width: 120px;
              height: 110px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.factory a.tag::before {
            position: absolute;
            top: -20px;
            left: 40px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.factory a.tag::before {
                position: absolute;
                top: -20px;
                left: 0; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shake {
        position: absolute;
        bottom: 30px;
        left: 18px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shake {
            position: absolute;
            bottom: 0;
            left: 0; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shake a.tag {
          width: 340px;
          height: 265px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shake a.tag {
              width: 122px;
              height: 115px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shake a.tag::before {
            position: absolute;
            top: 40px;
            left: 80px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shake a.tag::before {
                position: absolute;
                top: -20px;
                left: 5px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.kaigi {
        position: absolute;
        right: 0;
        bottom: 310px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.kaigi {
            position: absolute;
            right: 0;
            bottom: 117px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.kaigi a.tag {
          width: 290px;
          height: 165px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.kaigi a.tag {
              width: 114px;
              height: 65px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.kaigi a.tag::before {
            position: absolute;
            top: 20px;
            right: 60px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.kaigi a.tag::before {
                position: absolute;
                top: -20px;
                right: 2px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.fishing {
        position: absolute;
        right: 0;
        bottom: 60px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.fishing {
            position: absolute;
            right: 0;
            bottom: 0; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.fishing a.tag {
          width: 320px;
          height: 245px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.fishing a.tag {
              width: 140px;
              height: 117px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.fishing a.tag::before {
            position: absolute;
            top: 10px;
            right: 200px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.fishing a.tag::before {
                position: absolute;
                top: -21px;
                right: 70px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shiodokoro {
        position: absolute;
        top: 0;
        left: 0; }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shiodokoro a.tag {
          width: 290px;
          height: 165px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shiodokoro a.tag {
              width: 118px;
              height: 70px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shiodokoro a.tag::before {
            position: absolute;
            top: 20px;
            left: 50px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.shiodokoro a.tag::before {
                position: absolute;
                top: 2px;
                left: 2px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mining {
        position: absolute;
        top: 170px;
        right: 0; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mining {
            position: absolute;
            top: 58px;
            right: 0; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mining a.tag {
          width: 340px;
          height: 295px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mining a.tag {
              width: 147px;
              height: 135px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mining a.tag::before {
            position: absolute;
            top: 190px;
            right: 90px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.mining a.tag::before {
                position: absolute;
                top: 70px;
                right: 10px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.export {
        position: absolute;
        bottom: 220px;
        left: 18px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.export {
            position: absolute;
            bottom: 94px;
            left: 0; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.export a.tag {
          width: 380px;
          height: 255px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.export a.tag {
              width: 164px;
              height: 100px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.export a.tag::before {
            position: absolute;
            top: -10px;
            left: 80px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.export a.tag::before {
                position: absolute;
                top: -20px;
                left: 10px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shiodokoro {
        position: absolute;
        bottom: 0;
        left: 0; }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shiodokoro a.tag {
          width: 380px;
          height: 225px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shiodokoro a.tag {
              width: 138px;
              height: 90px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shiodokoro a.tag::before {
            position: absolute;
            top: 30px;
            left: 80px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.truck-shiodokoro a.tag::before {
                position: absolute;
                top: -10px;
                left: 10px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.airplane {
        position: absolute;
        right: 0;
        bottom: 130px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.airplane {
            position: absolute;
            right: 0;
            bottom: 38px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.airplane a.tag {
          width: 340px;
          height: 385px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.airplane a.tag {
              width: 144px;
              height: 175px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.airplane a.tag::before {
            position: absolute;
            top: -20px;
            right: 90px; }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.noridokoro {
        position: absolute;
        top: 0;
        right: 0; }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.noridokoro a.tag {
          width: 200px;
          height: 165px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.noridokoro a.tag {
              width: 82px;
              height: 57px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.noridokoro a.tag::before {
            position: absolute;
            top: 20px;
            right: 60px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.noridokoro a.tag::before {
                position: absolute;
                top: 2px;
                right: 2px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.farm {
        position: absolute;
        top: 80px;
        right: 200px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.farm {
            position: absolute;
            top: 30px;
            right: 80px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.farm a.tag {
          width: 270px;
          height: 165px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.farm a.tag {
              width: 110px;
              height: 60px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.farm a.tag::before {
            position: absolute;
            top: -30px;
            right: 120px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.farm a.tag::before {
                position: absolute;
                top: -22px;
                right: 40px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.picking {
        position: absolute;
        top: 370px;
        right: 40px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.picking {
            position: absolute;
            top: 150px;
            right: 16px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.picking a.tag {
          width: 420px;
          height: 225px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.picking a.tag {
              width: 170px;
              height: 89px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.picking a.tag::before {
            position: absolute;
            top: -20px;
            right: 170px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.picking a.tag::before {
                position: absolute;
                top: -30px;
                right: 70px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.packing {
        position: absolute;
        top: 620px;
        right: 0; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.packing {
            position: absolute;
            top: 250px;
            right: 0; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.packing a.tag {
          width: 330px;
          height: 165px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.packing a.tag {
              width: 140px;
              height: 69px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.packing a.tag::before {
            position: absolute;
            top: -20px;
            right: 170px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.packing a.tag::before {
                position: absolute;
                top: -25px;
                right: 10px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.dry {
        position: absolute;
        top: 550px;
        left: 18px; }
        @media only screen and (max-width: 767px) {
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.dry {
            position: absolute;
            top: 226px;
            left: 8px; } }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.dry a.tag {
          width: 340px;
          height: 215px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.dry a.tag {
              width: 125px;
              height: 85px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.dry a.tag::before {
            position: absolute;
            top: 10px;
            left: 100px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.dry a.tag::before {
                position: absolute;
                top: -23px;
                left: 20px; } }
      section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.tender {
        position: absolute;
        bottom: 30px;
        left: 18px; }
        section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.tender a.tag {
          width: 710px;
          height: 315px; }
          @media only screen and (max-width: 767px) {
            section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.tender a.tag {
              width: 280px;
              height: 115px; } }
          section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.tender a.tag::before {
            position: absolute;
            top: 0;
            left: 260px; }
            @media only screen and (max-width: 767px) {
              section.section-hint-page .inner .section-cont .cont-hint .hint-book .hint-tags .hint-tag.tender a.tag::before {
                position: absolute;
                top: -21px;
                left: 100px; } }

.modal-hint {
  display: none; }

.hint {
  display: flex;
  flex-direction: row;
  webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  background: #f3f3f3; }
  @media only screen and (max-width: 767px) {
    .hint {
      display: block; } }
  .hint .hint-img,
  .hint .hint-txt {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .hint .hint-img,
      .hint .hint-txt {
        width: 100%; } }
  .hint .hint-txt {
    padding: 90px 80px 83px;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .hint .hint-txt {
        padding: 20px 25px 33px; } }
    .hint .hint-txt .title {
      position: relative;
      margin-bottom: 31px;
      padding-bottom: 27px;
      border-bottom: 1px solid #efefef;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .hint .hint-txt .title {
          margin-bottom: 22px;
          padding-bottom: 19px; } }
      .hint .hint-txt .title::before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 20px;
        height: 1px;
        background: #ffc528;
        content: ""; }
      .hint .hint-txt .title h2 {
        font-size: 187%;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          .hint .hint-txt .title h2 {
            font-size: 143%; } }
    .hint .hint-txt .txt p {
      font-weight: 500;
      text-align: justify; }

.modaal-container {
  max-width: 100%; }

.modaal-overlay {
  background: #ffc528 !important; }

.modaal-inner-wrapper {
  padding: 0 140px; }
  @media only screen and (max-width: 767px) {
    .modaal-inner-wrapper {
      padding: 90px 25px; } }

.modaal-inner-wrapper .modaal-container {
  height: auto;
  max-width: 1160px;
  margin: auto; }

.modaal-close {
  position: absolute;
  right: 0px;
  top: -85px;
  width: 85px;
  height: 85px;
  border-radius: 0; }
  @media only screen and (max-width: 767px) {
    .modaal-close {
      top: -45px;
      width: 45px;
      height: 45px; } }

.modaal-wrapper .modaal-close {
  background: #efb61c; }

.modaal-close:before, .modaal-close:after {
  top: 14px;
  left: 0;
  right: 0;
  width: 1px;
  height: 60px;
  margin: auto;
  border-radius: 0;
  background: #372a06; }
  @media only screen and (max-width: 767px) {
    .modaal-close:before, .modaal-close:after {
      height: 20px; } }

.modaal-inner-wrapper .modaal-container .modaal-close:hover::before, .modaal-inner-wrapper .modaal-container .modaal-close:hover::after {
  background: #fff; }
