@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../iconfont/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../iconfont/MaterialIcons-Regular.woff2) format("woff2"), url(../iconfont/MaterialIcons-Regular.woff) format("woff"), url(../iconfont/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons, .is-anker-icon[target="_blank"]:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  font-size: inherit;
  display: none\9; }
  @media all and (-ms-high-contrast: none) {
    .material-icons, .is-anker-icon[target="_blank"]:after {
      display: inline-block\0; } }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-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); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

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

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: 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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

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

@-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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

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

@-webkit-keyframes flipInX {
  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);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@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);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.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(100%, 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, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  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); } }

.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; }

/* @  base Reset
* ------------------------------------------------------------ */
html {
  background-color: #fff;
  box-sizing: border-box;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  min-width: 320px; }
  @media only screen and (min-width: 767px) {
    html {
      font-size: 18px;
      line-height: 1.8; } }
  @media (max-width: 320px) {
    html {
      font-size: 3.7333333333vmin; } }

html,
body {
  height: 100%; }

body {
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative; }

p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  word-wrap: break-word;
  word-break: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  color: inherit; }

/* @  Element Reset
* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
table,
pre,
figure,
img,
blockquote {
  margin: 0; }

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

img,
picture {
  max-width: 100%;
  vertical-align: middle; }

hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  width: 100%; }

th {
  text-align: left; }

/* @  Link Reset
* ------------------------------------------------------------ */
a {
  color: #666666;
  text-decoration-skip: ink;
  transition: color 150ms ease;
  text-decoration: none; }
  a.is-hover, a:hover {
    color: rgba(102, 102, 102, 0.5);
    text-decoration: underline; }
  a.is-active, a:active {
    color: rgba(102, 102, 102, 0.5); }
  a:focus {
    outline: 3px solid rgba(102, 102, 102, 0.6);
    outline-offset: 2px; }

/* @ Code Layout
 * ------------------------------------------------------------ */
code {
  padding: 6px;
  font-size: 90%;
  color: #000000;
  background-color: #EFEFEF;
  border: solid 1px #DDDDDD;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  white-space: pre-wrap;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  color: #aaa;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

/* @  Print Reset
* ------------------------------------------------------------ */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  header,
  footer {
    display: none; } }

.to-top a {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: block;
  z-index: 999; }

.foot_wrap {
  overflow: hidden; }

.footer {
  background: rgba(252, 221, 182, 0.5);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 130px;
  overflow: hidden-x; }
  .footer ._train {
    background: url(../img/common/foot_bg.svg) top left repeat-x;
    height: 130px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (min-width: 767px) {
      .footer ._train {
        background-position: top center; } }
  .footer .foot_train {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: left;
    animation: footTrainMove 6s ease-in-out alternate infinite; }
    .footer .foot_train img {
      vertical-align: bottom; }
    @media only screen and (min-width: 767px) {
      .footer .foot_train {
        animation: footTrainMove 14s ease-in-out alternate infinite; } }
    [data-browser="ie"] .footer .foot_train {
      animation: footTrainMoveIe 14s ease-in-out alternate infinite; }

@keyframes footTrainMove {
  0% {
    transform: translateX(-400px); }
  100% {
    transform: translateX(110vw); } }

@keyframes footTrainMoveIe {
  0% {
    transform: translateX(-400px); }
  100% {
    transform: translateX(110%); } }
  .footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C67218; }
  .footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #FCDF21; }
  .footer ._inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px; }
  .footer ._nav {
    margin-bottom: 16px; }
    .footer ._nav li {
      line-height: 1.6;
      display: inline-block;
      margin-right: 3px;
      margin-left: 3px; }
      .footer ._nav li:after {
        content: "｜";
        display: inline-block;
        width: 1em;
        height: 1em;
        color: #333333;
        padding-left: 8px; }
      .footer ._nav li:last-child:after {
        display: none; }
    .footer ._nav a {
      font-size: 16px;
      color: #333333; }
      @media (max-width: 414px) {
        .footer ._nav a {
          font-size: 3.8647342995vmin; } }
      .footer ._nav a:hover {
        text-decoration: underline; }
  .footer ._text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5; }
  .footer ._copy {
    font-size: 14px; }

.header {
  box-sizing: border-box;
  background: #FEEEDB url("../img/common/head_bg_sp.svg") top left repeat-x;
  height: 140px;
  z-index: 999;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 767px) {
    .header {
      background: url("../img/common/head_bg.svg") top center repeat-x;
      height: 152px;
      min-height: 152px; } }
  @media (max-width: 320px) {
    .header {
      height: 130px; } }
  .header .head_train {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%; }
    .header .head_train img {
      vertical-align: bottom; }
    @media (max-width: 320px) {
      .header .head_train {
        top: 58px; } }
    @media only screen and (min-width: 767px) {
      .header .head_train {
        top: auto;
        bottom: 7px;
        left: 0px; } }
  .header .head_train {
    animation: headTrainMove 6s ease-in-out alternate infinite; }
    @media only screen and (min-width: 767px) {
      .header .head_train {
        animation: headTrainMove 10s ease-in-out alternate infinite; } }
    [data-browser="ie"] .header .head_train {
      animation: headTrainMoveIe 10s ease-in-out alternate infinite; }

@keyframes headTrainMove {
  0% {
    transform: translateX(-400px); }
  100% {
    transform: translateX(110vw); } }

@keyframes headTrainMoveIe {
  0% {
    transform: translateX(-400px); }
  100% {
    transform: translateX(110%); } }

.h_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1200px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .h_inner {
      height: auto; } }

.h_left {
  padding-top: 13px; }
  @media only screen and (min-width: 767px) {
    .h_left {
      width: 40%;
      padding-top: 46px; } }

.h_right {
  margin-top: 8px; }
  @media only screen and (min-width: 767px) {
    .h_right {
      margin-top: 25px;
      width: 60%; } }
  @media only screen and (min-width: 1024px) {
    .h_right {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end; } }

.h_logo {
  width: 164px; }
  @media (max-width: 370px) {
    .h_logo {
      width: 140px; } }
  @media only screen and (min-width: 767px) {
    .h_logo {
      width: 329px; }
      .h_logo a {
        transition: opacity 150ms ease; }
        .h_logo a:hover {
          opacity: 0.5;
          transition: opacity 150ms ease; } }
  .h_logo a {
    display: block;
    text-decoration: none; }

@media only screen and (min-width: 1024px) {
  .h_nav {
    margin-top: 4px; } }

.h_nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  box-sizing: border-box;
  align-items: center; }

.h_nav li {
  margin-left: 12px; }
  @media (max-width: 370px) {
    .h_nav li {
      margin-left: 6px; } }
  @media only screen and (min-width: 767px) {
    .h_nav li {
      margin-left: 24px; } }

.h_nav a {
  text-align: center;
  font-family: "NUDモトヤアポロ Std W4", sans-serif;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  color: #333333;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: opacity 150ms ease; }
  .h_nav a img {
    width: 24px;
    display: block;
    margin: 0 auto; }
    @media only screen and (min-width: 767px) {
      .h_nav a img {
        display: inline-block;
        margin-right: 6px;
        width: 30px; } }
    [data-browser="ie"] .h_nav a img {
      position: relative;
      top: -2px; }
  @media (max-width: 414px) {
    .h_nav a {
      font-size: 3.3816425121vmin; } }
  @media only screen and (min-width: 767px) {
    .h_nav a {
      font-size: 18px; }
      .h_nav a:hover {
        opacity: 0.5;
        transition: opacity 150ms ease; } }
  @media only screen and (min-width: 1024px) {
    .h_nav a {
      font-size: 20px; } }
  .h_nav a:hover {
    text-decoration: none; }

.h_search-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: .8em;
  background-color: #FEEEDB;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .h_search-box {
      background-color: transparent;
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 5px;
      position: static; } }
  @media only screen and (min-width: 1024px) {
    .h_search-box {
      margin-left: 20px;
      margin-top: 0; } }

.h_search {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  position: relative;
  margin-left: 16px;
  margin-right: 16px; }
  @media only screen and (min-width: 767px) {
    .h_search {
      margin-left: 0;
      margin-right: 0; } }

.h_search-field {
  width: 100%;
  -webkit-appearance: none !important;
  padding: 4px 2em 4px 15px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 1px solid #cccccc; }
  @media only screen and (min-width: 767px) {
    .h_search-field {
      width: 323px; } }
  @media only screen and (min-width: 1024px) {
    .h_search-field {
      width: 200px; } }

.h_search-submit {
  box-sizing: border-box;
  user-select: none;
  margin: 0;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  color: #333333;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: transparent;
  border: 0; }
  .h_search-submit img {
    width: 18px; }

.l-wrap {
  max-width: 896px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 16px 0px; }
  @media only screen and (min-width: 767px) {
    .l-wrap {
      display: flex;
      flex-flow: row nowrap;
      box-sizing: border-box;
      justify-content: center;
      padding: 36px 16px 0px; } }

.l-wrap.is-top-width {
  max-width: 1002px; }

.l-primary {
  padding: 0;
  width: 100%;
  margin-bottom: 50px; }
  @media only screen and (min-width: 1200px) {
    .l-primary {
      width: 100%; } }

@media only screen and (min-width: 767px) {
  .l-secondary {
    width: 260px;
    min-width: 260px;
    padding-left: 20px;
    box-sizing: border-box; } }

@media only screen and (min-width: 1024px) {
  .l-secondary {
    width: 336px;
    min-width: 336px;
    padding-left: 36px; } }

.l-block,
.l-block-bg {
  margin-right: -100%;
  margin-left: -100%;
  padding-left: 100%;
  padding-right: 100%;
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (min-width: 1200px) {
    .l-block,
    .l-block-bg {
      padding-top: 100px;
      padding-bottom: 100px; } }

.l-block-bg {
  background-color: rgba(252, 223, 33, 0.3); }

.l-unit {
  min-height: 1px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .l-unit {
      margin-bottom: 30px; } }

.l-unit-lg {
  min-height: 1px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 767px) {
    .l-unit-lg {
      margin-bottom: 60px; } }

.l-widget {
  margin-bottom: 40px; }
  @media only screen and (min-width: 767px) {
    .l-widget {
      margin-bottom: 30px; } }

.acms-entry .divider {
  margin-right: 10px;
  margin-left: 10px; }

.acms-entry .divider,
.divider {
  margin-top: 25px;
  margin-bottom: 25px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16); }

.btn,
.btn-gray {
  margin-bottom: 15px; }

.widget-btn a,
.btn a,
.btn button,
.btn-gray a,
.btn-gray button {
  appearance: none;
  cursor: pointer;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-decoration: none;
  transition: all 150ms ease;
  user-select: none;
  vertical-align: middle;
  line-height: 1;
  box-sizing: border-box;
  background-color: #FCDF21;
  border: 2px solid #FCDF21;
  color: #333333;
  border-radius: 100px;
  font-size: 22px;
  padding: 0.4em 3em;
  box-sizing: border-box;
  font-family: "NUDモトヤアポロ Std W4", sans-serif;
  padding-bottom: 0.6em;
  letter-spacing: -2px; }
  .widget-btn a img,
  .btn a img,
  .btn button img,
  .btn-gray a img,
  .btn-gray button img {
    margin-right: 0.5em;
    margin-top: -0.2em; }
  @media only screen and (min-width: 767px) {
    .widget-btn a,
    .btn a,
    .btn button,
    .btn-gray a,
    .btn-gray button {
      font-size: 24px; }
      .widget-btn a.is-hover, .widget-btn a:hover,
      .btn a.is-hover,
      .btn a:hover,
      .btn button.is-hover,
      .btn button:hover,
      .btn-gray a.is-hover,
      .btn-gray a:hover,
      .btn-gray button.is-hover,
      .btn-gray button:hover {
        opacity: 0.5; } }
  .widget-btn a.is-hover, .widget-btn a:hover,
  .btn a.is-hover,
  .btn a:hover,
  .btn button.is-hover,
  .btn button:hover,
  .btn-gray a.is-hover,
  .btn-gray a:hover,
  .btn-gray button.is-hover,
  .btn-gray button:hover {
    text-decoration: none; }
  .widget-btn a:focus,
  .btn a:focus,
  .btn button:focus,
  .btn-gray a:focus,
  .btn-gray button:focus {
    outline: 3px solid rgba(102, 102, 102, 0.6);
    outline-offset: 2px; }
  .widget-btn a.is-disabled, .widget-btn a:disabled,
  .btn a.is-disabled,
  .btn a:disabled,
  .btn button.is-disabled,
  .btn button:disabled,
  .btn-gray a.is-disabled,
  .btn-gray a:disabled,
  .btn-gray button.is-disabled,
  .btn-gray button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.16) !important;
    color: white !important;
    border-color: rgba(0, 0, 0, 0.16) !important; }

.is-btn-sm a,
.is-btn-sm button {
  font-size: 14px; }
  .is-btn-sm a img,
  .is-btn-sm button img {
    width: 6px; }
  @media only screen and (min-width: 767px) {
    .is-btn-sm a,
    .is-btn-sm button {
      font-size: 16px; } }

.is-btn-lg a,
.is-btn-lg button {
  width: 100%;
  font-size: 24px; }
  @media only screen and (min-width: 767px) {
    .is-btn-lg a,
    .is-btn-lg button {
      width: auto;
      font-size: 28px; } }

.is-btn-sp-full a {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .is-btn-sp-full a {
    width: auto; } }

.is-btn-left {
  text-align: left; }

.is-btn-right {
  text-align: right; }

.is-btn-center {
  text-align: center; }

.widget-btn {
  text-align: center; }
  .widget-btn img {
    width: 6px; }
  .widget-btn a {
    font-size: 22px; }
    @media only screen and (min-width: 767px) {
      .widget-btn a {
        margin-bottom: 15px;
        font-size: 16px; } }

.btn-gray a,
.btn-gray button {
  background-color: #cccccc;
  border-color: #cccccc; }

[class*="acms-col-sm-"] .btn a,
[class*="acms-col-sm-"] .btn button,
[class*="acms-col-sm-"] .btn-gray a,
[class*="acms-col-sm-"] .btn-gray button {
  width: 100%; }

.btn-row {
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  box-sizing: border-box; }
  .btn-row .btn-col {
    margin: 6px 12px;
    width: calc(50% - 12px); }
    @media only screen and (min-width: 767px) {
      .btn-row .btn-col {
        width: auto; } }
    .btn-row .btn-col .btn a,
    .btn-row .btn-col .btn button,
    .btn-row .btn-col .btn-gray a,
    .btn-row .btn-col .btn-gray button {
      width: 100%;
      display: inline-block;
      margin-right: auto;
      margin-left: auto; }

.is-btn-row-wide .btn-col {
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .is-btn-row-wide .btn-col {
      width: 50%; } }

.acms-entry .list-disc,
.acms-entry .list-decimal {
  margin-right: 10px;
  margin-left: 10px; }

.acms-entry .list-disc,
.acms-entry .list-decimal,
.list-disc,
.list-decimal {
  margin-bottom: 25px; }
  .acms-entry .list-disc li,
  .acms-entry .list-decimal li,
  .list-disc li,
  .list-decimal li {
    margin-bottom: 2px; }
  .acms-entry .list-disc ul,
  .acms-entry .list-disc ol,
  .acms-entry .list-decimal ul,
  .acms-entry .list-decimal ol,
  .list-disc ul,
  .list-disc ol,
  .list-decimal ul,
  .list-decimal ol {
    margin-bottom: 0; }

.acms-entry .list-decimal {
  margin-left: 34px; }

.list-decimal {
  margin-left: 24px;
  list-style-type: decimal; }

.acms-entry .list-disc {
  margin-left: 12px; }

.list-disc li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 10px; }

.list-disc li:before {
  content: "";
  display: block;
  position: absolute;
  top: .6em;
  left: .3em;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #FCDF21; }

.acms-entry .dl {
  margin-right: 10px;
  margin-left: 10px; }

.acms-entry .dl,
.dl {
  margin-bottom: 25px; }
  .acms-entry .dl dt,
  .dl dt {
    font-weight: bold;
    margin-top: .7em;
    margin-bottom: .1em; }
    .acms-entry .dl dt:first-child,
    .dl dt:first-child {
      margin-top: 0; }
  .acms-entry .dl dd,
  .dl dd {
    margin-left: 1em; }

.acms-entry .list-img {
  margin-right: 10px;
  margin-left: 10px; }

.acms-entry .list-img,
.list-img {
  box-sizing: border-box;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .acms-entry .list-img,
    .list-img {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center; } }
  .acms-entry .list-img li,
  .list-img li {
    max-width: 336px;
    margin: 0 auto;
    margin-bottom: 16px; }
    @media only screen and (min-width: 767px) {
      .acms-entry .list-img li,
      .list-img li {
        width: calc(50% - 40px);
        margin-right: 20px;
        margin-left: 20px; } }
    .acms-entry .list-img li a,
    .list-img li a {
      display: block; }
      @media only screen and (min-width: 767px) {
        .acms-entry .list-img li a:hover,
        .list-img li a:hover {
          transition: opacity 150ms ease;
          opacity: .5; } }

.styleguide-heading {
  font-size: 24px;
  line-height: 1.71;
  background-color: rgba(0, 0, 0, 0.16);
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 25px;
  color: #757575; }
  [data-browser="ie"] .styleguide-heading {
    padding-bottom: 5px; }

.styleguide-sub-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-bottom: 6px;
  margin-bottom: 19px; }

.heading1 {
  margin-bottom: 37px;
  font-size: 36px;
  line-height: 1.25;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }
  @media (max-width: 414px) {
    .heading1 {
      font-size: 8.6956521739vmin; } }
  @media only screen and (min-width: 767px) {
    .heading1 {
      margin-bottom: 40px; } }

.heading2 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.25;
  border-bottom: 4px solid #FCDF21;
  padding-bottom: 0.8em;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }
  @media (max-width: 414px) {
    .heading2 {
      font-size: 5.3140096618vmin; } }
  @media only screen and (min-width: 767px) {
    .heading2 {
      font-size: 30px; } }

.heading3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.25;
  background-color: rgba(252, 223, 33, 0.3);
  padding: 0.45em 0.8em;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }
  @media (max-width: 414px) {
    .heading3 {
      font-size: 4.8309178744vmin; } }
  @media only screen and (min-width: 767px) {
    .heading3 {
      font-size: 24px; } }

.heading3-type2,
.heading3-type3 {
  margin-bottom: 20px;
  line-height: 1.25;
  background-color: #fcddb6;
  padding: 0.4em 18px;
  font-family: "NUDモトヤアポロ Std W4", sans-serif;
  padding-right: 110px;
  background: #f5f5e5 url(../img/common/title_train.svg) 98% bottom no-repeat;
  border-bottom: 3px solid #C67218;
  font-size: 30px; }
  @media (max-width: 414px) {
    .heading3-type2,
    .heading3-type3 {
      font-size: 7.2463768116vmin; } }
  @media (max-width: 320px) {
    .heading3-type2,
    .heading3-type3 {
      font-size: 6.25vmin;
      letter-spacing: 0; } }
  @media only screen and (min-width: 767px) {
    .heading3-type2,
    .heading3-type3 {
      font-size: 26px;
      background-position: 96% bottom;
      background-size: 70px;
      padding-right: 90px; } }

.heading3-type3 {
  font-size: 20px; }
  @media only screen and (min-width: 767px) {
    .heading3-type3 {
      font-size: 26px; } }

.heading4 {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 20px;
  border-left: 4px solid #FCDF21;
  padding-left: 0.6em;
  font-family: "NUDモトヤアポロ Std W4", sans-serif;
  padding-bottom: 0.2em; }
  @media only screen and (min-width: 767px) {
    .heading4 {
      font-size: 24px; } }

.heading5 {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }

.heading6 {
  margin-bottom: 8px;
  font-size: 16px;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }

.acms-entry h1 {
  margin-left: 10px;
  margin-right: 10px; }

.is-heading-left {
  text-align: left; }

.is-heading-right {
  text-align: right; }

.is-heading-center {
  text-align: center; }

.acms-entry .heading-group,
.heading-group {
  margin-bottom: 23px; }
  .acms-entry .heading-group .heading-title,
  .heading-group .heading-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "NUDモトヤアポロ Std W4", sans-serif; }
    @media only screen and (min-width: 767px) {
      .acms-entry .heading-group .heading-title,
      .heading-group .heading-title {
        font-size: 36px;
        line-height: 1.25; } }
  .acms-entry .heading-group .heading-lead,
  .heading-group .heading-lead {
    font-size: 18px;
    line-height: 1.5;
    background: url(../img/common/title_crossing.svg) left top no-repeat;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 30px;
    font-family: "NUDモトヤアポロ Std W4", sans-serif; }
    @media only screen and (min-width: 767px) {
      .acms-entry .heading-group .heading-lead,
      .heading-group .heading-lead {
        font-size: 24px;
        background-size: 24px 48px;
        padding-left: 38px; } }
  .acms-entry .heading-group .heading-tag,
  .heading-group .heading-tag {
    margin-bottom: 12px; }
    @media only screen and (min-width: 767px) {
      .acms-entry .heading-group .heading-tag,
      .heading-group .heading-tag {
        margin-bottom: 16px; } }
    .acms-entry .heading-group .heading-tag li,
    .heading-group .heading-tag li {
      display: inline-block; }
      .acms-entry .heading-group .heading-tag li a,
      .heading-group .heading-tag li a {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        background-color: #fcddb6;
        display: block;
        padding: 0.1em 0.4em; }
        .acms-entry .heading-group .heading-tag li a:hover,
        .heading-group .heading-tag li a:hover {
          text-decoration: none; }
        @media only screen and (min-width: 767px) {
          .acms-entry .heading-group .heading-tag li a,
          .heading-group .heading-tag li a {
            font-size: 16px; }
            .acms-entry .heading-group .heading-tag li a:hover,
            .heading-group .heading-tag li a:hover {
              transition: 150ms ease;
              opacity: 0.5; } }
  .acms-entry .heading-group .heading-description,
  .heading-group .heading-description {
    margin-bottom: 13px; }
    .acms-entry .heading-group .heading-description li,
    .heading-group .heading-description li {
      display: inline-block;
      font-size: 14px;
      margin-bottom: 5px;
      color: #333333;
      position: relative;
      padding-right: 10px;
      margin-right: 3px; }
      @media (max-width: 414px) {
        .acms-entry .heading-group .heading-description li,
        .heading-group .heading-description li {
          font-size: 3.3816425121vmin; } }
      .acms-entry .heading-group .heading-description li::before,
      .heading-group .heading-description li::before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 26px; }
      .acms-entry .heading-group .heading-description li:nth-child(odd)::before,
      .heading-group .heading-description li:nth-child(odd)::before {
        background-color: rgba(0, 0, 0, 0.16); }
      @media only screen and (min-width: 767px) {
        .acms-entry .heading-group .heading-description li::before,
        .heading-group .heading-description li::before {
          background-color: rgba(0, 0, 0, 0.16); }
        .acms-entry .heading-group .heading-description li:last-child::before,
        .heading-group .heading-description li:last-child::before {
          background-color: transparent; } }
      .acms-entry .heading-group .heading-description li .heading-label,
      .heading-group .heading-description li .heading-label {
        margin-right: 7px;
        background-color: rgba(204, 204, 204, 0.5);
        display: inline-block;
        padding: 0.1em 0.5em; }
  @media only screen and (min-width: 767px) {
    .acms-entry .heading-group .heading-2col,
    .heading-group .heading-2col {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center; } }

[class^=column-table] .entry-container table,
.acms-entry .table,
.table {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  border-spacing: 0; }
  [class^=column-table] .entry-container table caption, .acms-entry .table caption, .table caption {
    margin-bottom: 20px; }
  [class^=column-table] .entry-container table tr, .acms-entry .table tr, .table tr,
  [class^=column-table] .entry-container table td,
  .acms-entry .table td,
  .table td,
  [class^=column-table] .entry-container table th,
  .acms-entry .table th,
  .table th {
    vertical-align: middle;
    word-break: break-all;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px; }
    @media only screen and (min-width: 767px) {
      [class^=column-table] .entry-container table tr, .acms-entry .table tr, .table tr,
      [class^=column-table] .entry-container table td,
      .acms-entry .table td,
      .table td,
      [class^=column-table] .entry-container table th,
      .acms-entry .table th,
      .table th {
        font-size: 18px; } }
  
  [class^=column-table] .entry-container table th,
  .acms-entry .table th,
  .table th {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    background-color: rgba(252, 223, 33, 0.3);
    padding: 8px 8px;
    text-align: left; }
    @media only screen and (min-width: 767px) {
      
      [class^=column-table] .entry-container table th,
      .acms-entry .table th,
      .table th {
        padding: 10px 20px;
        width: 30%; } }
  
  [class^=column-table] .entry-container table td,
  .acms-entry .table td,
  .table td {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 10px 8px; }
    @media only screen and (min-width: 767px) {
      
      [class^=column-table] .entry-container table td,
      .acms-entry .table td,
      .table td {
        padding: 10px 20px; } }

[class^=column-table] .entry-container table {
  margin-left: 0;
  margin-right: 0; }

[class^=column-table] .entry-container table,
.acms-entry .table,
.table {
  margin-bottom: 25px; }

.acms-entry .table.is-table-form,
.table.is-table-form {
  border-left: 0; }
  .acms-entry .table.is-table-form th,
  .table.is-table-form th {
    display: block;
    width: 100%;
    border-right-width: 0;
    padding: 11px 8px; }
    @media only screen and (min-width: 767px) {
      .acms-entry .table.is-table-form th,
      .table.is-table-form th {
        display: table-cell;
        width: 33%;
        padding: 10px 20px; } }
  .acms-entry .table.is-table-form td,
  .table.is-table-form td {
    display: block;
    width: 100%;
    border-right-width: 0;
    padding: 11px 8px; }
    @media only screen and (min-width: 767px) {
      .acms-entry .table.is-table-form td,
      .table.is-table-form td {
        display: table-cell;
        width: auto;
        padding: 10px 10px; }
        .acms-entry .table.is-table-form td input, .acms-entry .table.is-table-form td textarea,
        .table.is-table-form td input,
        .table.is-table-form td textarea {
          margin-left: 0;
          margin-right: 0; } }

.acms-entry .table.is-table-borderless,
.table.is-table-borderless {
  border-left: 0; }
  .acms-entry .table.is-table-borderless th,
  .table.is-table-borderless th {
    border-right-width: 0; }
  .acms-entry .table.is-table-borderless td,
  .table.is-table-borderless td {
    border-right-width: 0; }

.acms-entry .table.is-table-sp-block th,
.table.is-table-sp-block th {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .acms-entry .table.is-table-sp-block th,
    .table.is-table-sp-block th {
      display: table-cell;
      width: 30%; } }

.acms-entry .table.is-table-sp-block td,
.table.is-table-sp-block td {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .acms-entry .table.is-table-sp-block td,
    .table.is-table-sp-block td {
      display: table-cell;
      width: auto; } }

.acms-entry .is-table-container-scrollable,
.is-table-container-scrollable {
  margin-bottom: 25px; }
  .acms-entry .is-table-container-scrollable:after,
  .is-table-container-scrollable:after {
    display: block;
    padding: .5em 0;
    text-align: center;
    white-space: nowrap;
    content: " <　この表は左右にスライドできます　>";
    position: relative;
    left: 0;
    right: 0;
    color: #ccc;
    font-weight: bold;
    font-size: 14px; }
  .acms-entry .is-table-container-scrollable > div,
  .acms-entry .is-table-container-scrollable .entry-container,
  .is-table-container-scrollable > div,
  .is-table-container-scrollable .entry-container {
    position: relative;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: scroll;
    overflow-y: hidden;
    background-color: #fff; }
  .acms-entry .is-table-container-scrollable .table,
  .is-table-container-scrollable .table {
    margin-bottom: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    width: auto;
    min-width: 100%; }
    .acms-entry .is-table-container-scrollable .table th,
    .is-table-container-scrollable .table th {
      white-space: nowrap; }
    .acms-entry .is-table-container-scrollable .table td,
    .is-table-container-scrollable .table td {
      background-color: transparent;
      white-space: nowrap; }
  @media only screen and (min-width: 1200px) {
    .acms-entry .is-table-container-scrollable .table-scrollable-container,
    .acms-entry .is-table-container-scrollable .entry-container,
    .is-table-container-scrollable .table-scrollable-container,
    .is-table-container-scrollable .entry-container {
      background: none;
      overflow: auto; }
    .acms-entry .is-table-container-scrollable .table,
    .is-table-container-scrollable .table {
      background: none; }
      .acms-entry .is-table-container-scrollable .table th,
      .is-table-container-scrollable .table th {
        white-space: normal; }
      .acms-entry .is-table-container-scrollable .table td,
      .is-table-container-scrollable .table td {
        background-color: #fff;
        white-space: normal; }
    .acms-entry .is-table-container-scrollable:after,
    .is-table-container-scrollable:after {
      display: none; } }

[class^=column-table] .entry-container {
  overflow-x: auto; }

[class^=column-table] .entry-container .acms-table-scrollable th,
[class^=column-table] .entry-container .acms-table-scrollable td {
  display: table-cell;
  white-space: nowrap; }

th.is-cell-10p,
td.is-cell-10p {
  width: 10% !important; }

.acms-entry .box-inquiry,
.acms-entry .box-sns-s,
.acms-entry .box-sns,
.acms-entry .box,
.acms-entry .box-pickup {
  margin-right: 10px;
  margin-left: 10px; }

.box {
  border-radius: 10px;
  margin-bottom: 25px;
  border: 4px solid #FCDF21;
  padding: 10px 12px; }
  @media only screen and (min-width: 767px) {
    .box {
      padding: 22px 30px; } }
  .box .box_title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .box .box_text {
    margin-right: 0 !important;
    margin-left: 0 !important;
    line-height: 1.555555556; }
  .box .box_text-line {
    padding-bottom: 0.4em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: inline;
    line-height: 2; }
  .box > *:last-child {
    margin-bottom: 0 !important; }

.is-box-bg {
  border-radius: 0;
  border-width: 0;
  border-bottom: 2px solid #C67218;
  padding-bottom: 40px;
  background: rgba(252, 223, 33, 0.3) url(../img/common/box_train.svg) 95% bottom no-repeat; }

.is-box-pickup {
  border-radius: 10px;
  margin-bottom: 25px;
  border: 4px solid #53c5f8;
  position: relative;
  margin-top: 50px;
  padding: 10px 12px; }
  @media only screen and (min-width: 767px) {
    .is-box-pickup {
      padding: 20px 20px 0;
      margin-top: 50px; } }
  .is-box-pickup::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/common/box_pickup.png) no-repeat;
    width: 133px;
    height: 50px;
    background-size: 133px 50px; }
    @media only screen and (min-width: 767px) {
      .is-box-pickup::before {
        top: -30px;
        width: 200px;
        height: 75px;
        background-size: 200px 75px; } }
  .is-box-pickup .media_img {
    max-width: 173px; }
  .is-box-pickup .box_title {
    font-weight: normal;
    margin-top: 20px;
    color: #53c5f8;
    text-align: center;
    font-family: "NUDモトヤアポロ Std W4", sans-serif;
    font-size: 17px;
    letter-spacing: -2px; }
    @media (max-width: 414px) {
      .is-box-pickup .box_title {
        font-size: 4.1062801932vmin; } }
    @media (max-width: 320px) {
      .is-box-pickup .box_title {
        font-size: 5vmin; } }
    @media only screen and (min-width: 767px) {
      .is-box-pickup .box_title {
        font-size: 39px;
        margin-top: 12px; } }

.box-sns {
  margin-bottom: 25px; }
  .box-sns ul {
    margin-right: -6px;
    margin-left: -6px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center; }
  .box-sns li {
    margin-right: 6px;
    margin-left: 6px; }
  .box-sns a {
    display: block; }
    .box-sns a img {
      width: 100%; }
  .box-sns a:hover {
    text-decoration: none; }
  @media only screen and (min-width: 767px) {
    .box-sns a:hover {
      transition: 150ms ease;
      opacity: 0.5; } }

.box-sns-s {
  margin-bottom: 10px; }
  .box-sns-s ul {
    margin-right: -6px;
    margin-left: -6px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .box-sns-s li {
    margin-right: 6px;
    margin-left: 6px; }

.box-inquiry {
  margin-bottom: 10px;
  background-color: rgba(252, 223, 33, 0.3);
  padding: 14px; }
  @media only screen and (min-width: 767px) {
    .box-inquiry {
      padding: 20px; } }

.box-inquiry_text {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .box-inquiry_text {
      font-size: 20px; } }

.box-inquiry_btn-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .box-inquiry_btn-group li {
    width: calc(50% - 5px); }
  .box-inquiry_btn-group a {
    display: block;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .box-inquiry_btn-group a {
        font-size: 23px;
        padding: 14px; } }
  .box-inquiry_btn-group .box-inquiry_btn1 {
    background-color: #FCDF21;
    transition: background-color 150ms ease; }
    @media only screen and (min-width: 767px) {
      .box-inquiry_btn-group .box-inquiry_btn1:hover {
        opacity: 0.5; } }
  .box-inquiry_btn-group .box-inquiry_btn2 {
    background-color: #C67218;
    transition: background-color 150ms ease; }
    @media only screen and (min-width: 767px) {
      .box-inquiry_btn-group .box-inquiry_btn2:hover {
        opacity: 0.5; } }

.acms-entry .faq {
  margin-right: 10px;
  margin-left: 10px; }

.faq {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16); }
  .faq_title {
    margin-top: 16px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 3px;
    padding-left: 26px; }
    @media only screen and (min-width: 767px) {
      .faq_title {
        padding-left: 38px;
        margin-bottom: 13px; } }
    .faq_title:before {
      content: 'Q';
      display: inline-block;
      position: absolute;
      color: #FCDF21;
      top: 0;
      left: 0;
      font-family: 'Noto Sans', sans-serif;
      font-size: 24px;
      line-height: 1.3; }
      @media only screen and (min-width: 767px) {
        .faq_title:before {
          line-height: 1;
          font-size: 32px; } }
  .faq_body {
    margin-bottom: 16px;
    position: relative;
    padding-left: 26px; }
    @media only screen and (min-width: 767px) {
      .faq_body {
        padding-left: 38px; } }
    .faq_body p {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .faq_body:before {
      color: #666666;
      font-weight: bold;
      content: 'A';
      display: inline-block;
      position: absolute;
      line-height: 1;
      top: 0;
      left: 0;
      font-family: 'Noto Sans', sans-serif;
      font-size: 24px; }
      @media only screen and (min-width: 767px) {
        .faq_body:before {
          font-size: 32px; } }

/* ==========================================================================
   #pagination
   ========================================================================== */
.pagenavi {
  text-align: center; }
  .pagenavi_body {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .pagenavi .cur,
  .pagenavi .is-current,
  .pagenavi .extend,
  .pagenavi a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    min-width: 30px;
    background-color: #ffffff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 100px;
    margin-right: 6px;
    margin-left: 6px;
    background-color: #FCDF21;
    color: #333333;
    padding-right: .5em;
    padding-left: .5em;
    font-family: "NUDモトヤアポロ Std W4", sans-serif; }
    @media only screen and (min-width: 767px) {
      .pagenavi .cur,
      .pagenavi .is-current,
      .pagenavi .extend,
      .pagenavi a {
        min-width: 30px; } }
  .pagenavi .extend {
    background-color: #fff; }
  .pagenavi .previouspostslink {
    line-height: 27px; }
  .pagenavi .nextpostslink {
    line-height: 27px; }
  .pagenavi .cur,
  .pagenavi .is-current,
  .pagenavi a:hover {
    background-color: #fff; }
    .pagenavi .cur:before,
    .pagenavi .is-current:before,
    .pagenavi a:hover:before {
      border-color: #FCDF21; }

.pager {
  margin-bottom: 25px; }
  .pager_inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    @media only screen and (min-width: 767px) {
      .pager_inner {
        justify-content: center; } }
  .pager_to-list a,
  .pager_prev a,
  .pager_next a {
    margin-right: 4px;
    margin-left: 4px;
    display: block;
    border: 2px solid #FCDF21;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    color: #FCDF21;
    background-color: #fff;
    padding: 1px 20px;
    text-decoration: none;
    box-sizing: border-box; }
    @media only screen and (min-width: 767px) {
      .pager_to-list a,
      .pager_prev a,
      .pager_next a {
        padding: 7px 30px;
        margin-right: 12px;
        margin-left: 12px; } }
    .pager_to-list a:hover,
    .pager_prev a:hover,
    .pager_next a:hover {
      color: #fff;
      background-color: #FCDF21; }
    @media only screen and (min-width: 767px) {
      .pager_to-list a,
      .pager_prev a,
      .pager_next a {
        font-size: 24px;
        border-radius: 10px; } }
    .pager_to-list a.is-disabled,
    .pager_prev a.is-disabled,
    .pager_next a.is-disabled {
      cursor: not-allowed;
      opacity: 0.5;
      background-color: #767676 !important;
      color: #fff !important;
      border-color: #767676 !important; }

.main-visual {
  background: #FCDF21;
  padding-top: 22px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .main-visual {
      padding-top: 37px;
      padding-bottom: 32px; } }

.mv_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
  text-align: center; }
  .mv_inner::after {
    clear: both;
    content: "";
    display: block; }

.mv_title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold; }
  @media only screen and (min-width: 767px) {
    .mv_title {
      font-size: 40px; } }

.mv_sub-title {
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: bold; }
  @media only screen and (min-width: 767px) {
    .mv_sub-title {
      font-size: 20px; } }

.breadcrumb_inner {
  max-width: 1200px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  margin: 12px auto 0px;
  color: #333333; }
  @media only screen and (min-width: 767px) {
    .breadcrumb_inner {
      margin: 7px auto 0px; } }
  .breadcrumb_inner a {
    color: #333333; }
    .breadcrumb_inner a:hover {
      text-decoration: underline; }
  .breadcrumb_inner span:before {
    margin-right: 10px;
    margin-left: 5px;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-style: solid;
    border-color: #333333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    content: "";
    vertical-align: middle; }
  .breadcrumb_inner span:first-child:before {
    display: none; }

/* ==========================================================================
   #keyword
   ========================================================================== */
.acms-entry .search,
.search {
  margin-bottom: 25px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative; }
  .acms-entry .search_field,
  .search_field {
    width: 90%;
    padding: 10px 1.5em 10px 15px;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    border: 2px solid #FCDF21;
    -webkit-appearance: none !important; }
  .acms-entry .search_submit,
  .search_submit {
    width: 20%;
    white-space: nowrap;
    box-sizing: border-box;
    user-select: none;
    margin: 0;
    border: 2px solid #FCDF21;
    position: relative;
    right: 0;
    left: -1%;
    top: 0;
    bottom: 0;
    padding: 10px 15px 10px 15px;
    border-radius: 0 4px 4px 0;
    color: #333333;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    -webkit-appearance: none;
    background-color: #FCDF21; }
    @media only screen and (min-width: 767px) {
      .acms-entry .search_submit,
      .search_submit {
        width: 10%; } }

.acms-entry .search-result,
.search-result {
  margin-bottom: 25px; }
  .acms-entry .search-result_item,
  .search-result_item {
    margin-bottom: 25px; }
    .acms-entry .search-result_item a,
    .search-result_item a {
      text-decoration: underline; }
      .acms-entry .search-result_item a:hover,
      .search-result_item a:hover {
        text-decoration: none; }
  .acms-entry .search-result_title,
  .search-result_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 6px;
    margin-right: 0;
    margin-left: 0; }
    .acms-entry .search-result_title a,
    .search-result_title a {
      color: inherit; }
  .acms-entry .search-result_url,
  .search-result_url {
    font-size: 14px;
    color: #426200;
    line-height: 1;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 6px; }
  .acms-entry .search-result_text,
  .search-result_text {
    display: inline;
    margin-right: 0.5em;
    margin-left: 0; }
  .acms-entry .search-result_sub-text,
  .search-result_sub-text {
    font-size: 12px;
    color: #333333;
    display: inline-block;
    margin-right: 0;
    margin-left: 0; }

.acms-entry .search-box {
  margin-right: 10px;
  margin-left: 10px; }

.search-box {
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 25px;
  background-color: rgba(252, 223, 33, 0.3);
  padding: 16px; }
  @media only screen and (min-width: 767px) {
    .search-box {
      padding: 30px 30px;
      margin-right: 0;
      margin-left: 0; } }
  .search-box .search-box_head {
    position: relative;
    padding-right: 4em;
    margin-bottom: 25px; }
    @media only screen and (min-width: 767px) {
      .search-box .search-box_head {
        margin-bottom: 45px; } }
  .search-box .search-box_title {
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 1; }
    @media only screen and (min-width: 767px) {
      .search-box .search-box_title {
        font-size: 32px; } }
  .search-box .search-box_btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (min-width: 767px) {
      .search-box .search-box_btn {
        top: 6px; } }
    .search-box .search-box_btn a {
      background-color: #FCDF21;
      font-size: 14px;
      font-weight: bold;
      padding: 9px 20px;
      text-decoration: none; }
      @media only screen and (min-width: 767px) {
        .search-box .search-box_btn a {
          font-size: 16px;
          padding: 12px 50px; } }
    @media only screen and (min-width: 767px) {
      .search-box .search-box_btn a:hover {
        opacity: 0.5;
        transition: all 150ms ease; } }
  .search-box .search-box_list {
    margin-left: -6px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    .search-box .search-box_list li {
      width: calc(50% - 6px);
      margin-left: 6px;
      margin-bottom: 6px; }
      @media only screen and (min-width: 767px) {
        .search-box .search-box_list li {
          width: auto; } }
    .search-box .search-box_list a {
      border: 3px solid #fff;
      background-color: #fff;
      padding: 5px 12px;
      display: block;
      color: #333333;
      font-weight: bold;
      font-size: 14px;
      text-decoration: none;
      box-sizing: border-box;
      text-align: center; }
      @media (max-width: 320px) {
        .search-box .search-box_list a {
          font-size: 12px;
          padding: 5px 6px; } }
      @media only screen and (min-width: 767px) {
        .search-box .search-box_list a {
          padding: 11px 18px;
          font-size: 18px;
          min-width: 154px;
          letter-spacing: 1px; } }
    .search-box .search-box_list a.is-active,
    .search-box .search-box_list a:hover {
      border-color: #FCDF21;
      transition: all 150ms ease; }
  .search-box > *:last-child {
    margin-bottom: 0; }

.headline {
  margin-top: -17px; }
  .headline a {
    color: #333333;
    text-decoration: none; }
    .headline a:hover {
      text-decoration: underline; }

.headline_item {
  padding: 17px 0px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box; }
  @media only screen and (min-width: 767px) {
    .headline_item {
      padding: 17px 0px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start; } }
  .headline_item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .headline_item a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .headline_item a:hover {
        transition: 150ms ease;
        opacity: 0.5; } }

.headline_img {
  text-align: center;
  margin-right: 13px;
  min-width: 160px;
  width: 160px; }
  @media only screen and (min-width: 767px) {
    .headline_img {
      margin-right: 18px; } }
  .headline_img img {
    width: 100%; }
  @media only screen and (min-width: 767px) {
    .headline_img {
      margin-right: 20px;
      min-width: 144px;
      width: 144px; } }

.headline_body {
  margin-top: -.3em; }
  @media only screen and (min-width: 767px) {
    .headline_body {
      margin-top: -.5em; } }

.headline_date {
  color: #333333;
  margin-right: 50px;
  font-size: 14px; }

.headline_text {
  font-size: 16px;
  color: #666666;
  display: block; }
  @media only screen and (min-width: 767px) {
    .headline_text {
      font-size: 20px;
      font-weight: bold; } }

.acms-form input[type="file"],
.acms-form input[type="date"],
.acms-form input[type="datetime-local"],
.acms-form input[type="datetime"],
.acms-form input[type="email"],
.acms-form input[type="month"],
.acms-form input[type="number"],
.acms-form input[type="password"],
.acms-form input[type="search"],
.acms-form input[type="tel"],
.acms-form input[type="text"],
.acms-form input[type="time"],
.acms-form input[type="url"],
.acms-form input[type="week"],
.acms-form textarea {
  padding: 5px 8px;
  font-size: 16px;
  background: white;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  box-shadow: none; }

.acms-form input[type="file"] {
  width: 100%; }

.acms-form input::placeholder,
.acms-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.16) !important; }

.acms-form input:-ms-input-placeholder,
.acms-form textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.16) !important; }

.acms-form input::-ms-input-placeholder,
.acms-form textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.16) !important; }

.acms-form .form-width-short {
  width: 100px !important; }
  @media only screen and (min-width: 767px) {
    .acms-form .form-width-short {
      width: 100px; } }

.acms-form .form-width-small {
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .acms-form .form-width-small {
      width: 50%; } }

.acms-form .form-width-large {
  width: 100%; }

.invalid {
  background-color: #f8eaeb !important;
  border: 1px solid #D61247 !important; }

.error-text {
  color: #D61247;
  font-weight: bold; }

.form-req {
  display: inline-block;
  font-size: 16px;
  color: #D61247;
  line-height: 1;
  margin-left: 10px; }

.table-form .form-req {
  padding-left: 10px; }

.inline-frame {
  font-size: 0.8em;
  width: 100%;
  max-height: 250px;
  margin: 15px auto;
  padding: 1em 2em 1em 1em;
  border-radius: 5px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.16); }
  .inline-frame h1,
  .inline-frame h2,
  .inline-frame h3,
  .inline-frame h4,
  .inline-frame h5,
  .inline-frame h6 {
    font-size: 1em; }
  .inline-frame p {
    margin-bottom: 0.4em; }

.form-title {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #4496d3;
  margin-top: 14px;
  margin-bottom: 6px; }
  @media only screen and (min-width: 767px) {
    .form-title {
      text-align: left;
      font-size: 20px; } }

.form-box .form-box_inner {
  display: inline-block;
  margin-top: 16px;
  border: 2px solid #FCDF21;
  padding: 6px 10px; }

.form-box .form-box_text {
  color: #FCDF21;
  font-weight: bold;
  font-size: 12px; }
  @media only screen and (min-width: 767px) {
    .form-box .form-box_text {
      font-size: 14px; } }

.acms-entry .form-tel-box {
  margin-right: 10px;
  margin-left: 10px; }

.form-tel-box {
  margin-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .form-tel-box {
      margin-bottom: 30px; } }
  .form-tel-box_title {
    font-size: 18px;
    font-weight: bold;
    background: #FCDF21;
    text-align: center;
    padding: 12px 5px;
    line-height: 1.4;
    color: #fff;
    margin-right: 0 !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 767px) {
      .form-tel-box_title {
        font-size: 20px; } }
  .form-tel-box_body {
    border: 2px solid #FCDF21;
    font-size: 24px;
    font-weight: bold;
    padding: 10px; }
    @media only screen and (min-width: 767px) {
      .form-tel-box_body {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        text-align: center;
        align-items: center;
        padding: 14px;
        font-size: 30px; } }
    .form-tel-box_body li {
      text-align: center;
      width: 100%;
      position: relative; }
      .form-tel-box_body li::after {
        height: 1px;
        background-color: #ccc;
        width: 100%;
        display: block;
        content: "";
        margin-top: 10px;
        margin-bottom: 10px; }
        @media only screen and (min-width: 767px) {
          .form-tel-box_body li::after {
            height: 1.3em;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute; } }
    .form-tel-box_body li:last-child:after {
      display: none; }

.media {
  margin-bottom: 20px; }
  .media a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .media a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .media a:hover {
        transition: 150ms ease;
        opacity: 0.5; } }

.media_img {
  text-align: center;
  margin-right: 12px;
  min-width: 173px;
  width: 173px; }
  .media_img img {
    width: 100%; }
  @media only screen and (min-width: 767px) {
    .media_img {
      margin-right: 20px; } }

.media_sub-title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #53c5f8;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 0.1em 0.5em;
  margin-bottom: 12px; }
  @media only screen and (min-width: 767px) {
    .media_sub-title {
      font-size: 16px;
      display: inline-block; } }

.media_title {
  color: #333333;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.5; }
  @media only screen and (min-width: 767px) {
    .media_title {
      font-size: 24px; } }

.media_text {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.dummy-box {
  background-color: rgba(0, 0, 0, 0.16);
  margin-bottom: 16px; }

.cols {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  .cols::after {
    clear: both;
    content: "";
    display: block; }

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
  margin-left: 20px;
  width: calc(100% - 40px); }
  .col1 *:last-child,
  .col2 *:last-child,
  .col3 *:last-child,
  .col4 *:last-child,
  .col5 *:last-child,
  .col6 *:last-child,
  .col7 *:last-child,
  .col8 *:last-child,
  .col9 *:last-child,
  .col10 *:last-child,
  .col11 *:last-child,
  .col12 *:last-child {
    margin-bottom: 0; }

.col1-sm *:last-child,
.col2-sm *:last-child,
.col3-sm *:last-child,
.col4-sm *:last-child,
.col5-sm *:last-child,
.col6-sm *:last-child,
.col7-sm *:last-child,
.col8-sm *:last-child,
.col9-sm *:last-child,
.col10-sm *:last-child,
.col11-sm *:last-child,
.col12-sm *:last-child {
  margin-bottom: 0; }

.col1-sm {
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px; }

.col2-sm {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px; }

.col3-sm {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }

.col4-sm {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }

.col5-sm {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px; }

.col6-sm {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }

.col7-sm {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px; }

.col8-sm {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }

.col9-sm {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px; }

.col10-sm {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px; }

.col11-sm {
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px; }

.col12-sm {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.offset1-sm {
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px); }

.offset2-sm {
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px); }

.offset3-sm {
  margin-left: calc(25% - 25px + 40px); }

.offset4-sm {
  margin-left: calc(33.3333333333% - 26.6666666667px + 40px); }

.offset5-sm {
  margin-left: calc(41.6666666667% - 28.3333333333px + 40px); }

.offset6-sm {
  margin-left: calc(50% - 30px + 40px); }

.offset7-sm {
  margin-left: calc(58.3333333333% - 31.6666666667px + 40px); }

.offset8-sm {
  margin-left: calc(66.6666666667% - 33.3333333333px + 40px); }

.offset9-sm {
  margin-left: calc(75% - 35px + 40px); }

.offset10-sm {
  margin-left: calc(83.3333333333% - 36.6666666667px + 40px); }

.offset11-sm {
  margin-left: calc(91.6666666667% - 38.3333333333px + 40px); }

.offset12-sm {
  margin-left: calc(100% - 40px + 40px); }

@media only screen and (min-width: 767px) {
  .col1 {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }
  .col2 {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }
  .col3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }
  .col4 {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }
  .col5 {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }
  .col6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
  .col7 {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }
  .col8 {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }
  .col9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
  .col10 {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }
  .col11 {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }
  .col12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .offset1 {
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px); }
  .offset2 {
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px); }
  .offset3 {
    margin-left: calc(25% - 25px + 40px); }
  .offset4 {
    margin-left: calc(33.3333333333% - 26.6666666667px + 40px); }
  .offset5 {
    margin-left: calc(41.6666666667% - 28.3333333333px + 40px); }
  .offset6 {
    margin-left: calc(50% - 30px + 40px); }
  .offset7 {
    margin-left: calc(58.3333333333% - 31.6666666667px + 40px); }
  .offset8 {
    margin-left: calc(66.6666666667% - 33.3333333333px + 40px); }
  .offset9 {
    margin-left: calc(75% - 35px + 40px); }
  .offset10 {
    margin-left: calc(83.3333333333% - 36.6666666667px + 40px); }
  .offset11 {
    margin-left: calc(91.6666666667% - 38.3333333333px + 40px); }
  .offset12 {
    margin-left: calc(100% - 40px + 40px); } }

.grid-acms-gap {
  margin-right: 10px;
  margin-left: 10px; }

@media only screen and (min-width: 767px) {
  .grid-3to1 {
    margin-left: -1.3888888889%;
    margin-right: -1.3888888889%;
    align-items: stretch;
    clear: both;
    display: flex;
    flex-wrap: wrap; }
    .grid-3to1 .grid {
      flex: 0 0 30.5555555556%;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      width: 100%;
      box-sizing: border-box; }
      [data-browser="ie"] .grid-3to1 .grid {
        display: block; } }

.card {
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100%;
  margin-bottom: 30px; }
  .card::after {
    padding-top: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    margin-right: -16px;
    margin-left: -16px;
    content: "";
    display: block; }
  @media only screen and (min-width: 767px) {
    .card {
      margin-bottom: 25px; }
      .card::after {
        display: none; } }
  .card a {
    display: block;
    color: #333333; }
    .card a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .card a:hover {
        transition: 150ms ease;
        opacity: 0.5; } }

.card_img {
  margin-bottom: 8px;
  text-align: center;
  position: relative; }

.l-wrap .card_img {
  margin-right: -16px;
  margin-left: -16px; }
  .l-wrap .card_img img {
    width: 100%; }
  @media only screen and (min-width: 767px) {
    .l-wrap .card_img {
      margin-right: auto;
      margin-left: auto; }
      .l-wrap .card_img img {
        width: auto; } }

.card_body {
  width: 100%;
  box-sizing: border-box; }

.card_sub-title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  background: url(../img/common/title_crossing.svg) left top no-repeat;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 25px;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }
  @media only screen and (min-width: 767px) {
    .card_sub-title {
      font-size: 14px; } }

.card_title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.5;
  font-size: 20px;
  padding: 1px;
  margin-bottom: 8px;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }
  @media only screen and (min-width: 767px) {
    .card_title {
      font-size: 16px; } }

.card_text {
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.75;
  font-size: 14px; }

.card2 + .card2 a {
  border-top: 1px solid rgba(0, 0, 0, 0.16); }
  @media only screen and (min-width: 767px) {
    .card2 + .card2 a {
      border-top-width: 0; } }

.card2 {
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100%; }
  @media only screen and (min-width: 767px) {
    .card2 {
      margin-bottom: 25px; } }
  .card2 a {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    color: #333333; }
    @media only screen and (min-width: 767px) {
      .card2 a {
        display: block;
        padding-top: 0;
        padding-bottom: 0; }
        .card2 a:hover {
          transition: 150ms ease;
          opacity: 0.5; } }
    .card2 a:hover {
      text-decoration: none; }

.card2_img {
  text-align: center;
  position: relative;
  margin-right: 13px;
  min-width: 44.9275362319%;
  max-width: 186px; }
  .card2_img img {
    width: 100%; }
  @media only screen and (min-width: 767px) {
    .card2_img {
      min-width: 0;
      margin-right: 0;
      margin-bottom: 8px;
      max-width: inherit; } }

.card2_body {
  width: 100%;
  box-sizing: border-box; }

.card2_title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.75;
  font-size: 16px;
  font-weight: bold;
  margin-top: -0.3em; }
  @media only screen and (min-width: 767px) {
    .card2_title {
      margin-top: 0; } }

.acms-entry .nav {
  margin-right: 10px;
  margin-left: 10px; }

.acms-entry .nav-2col,
.nav-2col {
  margin-bottom: 25px; }
  .acms-entry .nav-2col > .nav,
  .nav-2col > .nav {
    margin-bottom: -1px; }
  @media only screen and (min-width: 767px) {
    .acms-entry .nav-2col,
    .nav-2col {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center; }
      .acms-entry .nav-2col > .nav,
      .nav-2col > .nav {
        width: 50%;
        margin-right: 10px;
        margin-left: 10px; } }

.acms-entry .nav,
.nav {
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.16); }
  .acms-entry .nav li,
  .nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16); }
    .acms-entry .nav li > ul,
    .nav li > ul {
      margin: 7px 0 7px 32px; }
    .acms-entry .nav li > ul li,
    .nav li > ul li {
      border-top: 0;
      border-bottom: 0; }
      .acms-entry .nav li > ul li a,
      .nav li > ul li a {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 6px;
        color: inherit;
        padding: 0px;
        font-weight: normal;
        display: block;
        color: #333333; }
  .acms-entry .nav li a,
  .nav li a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: inherit;
    padding: 8px 16px;
    display: block;
    color: #333333; }

.top-pickup {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 19px; }
  @media only screen and (min-width: 767px) {
    .top-pickup {
      margin-bottom: 26px; } }

.top-pickup_body {
  margin-top: -0.4em;
  margin-left: 10px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 20px; }
  @media (max-width: 414px) {
    .top-pickup_body {
      font-size: 4.8309178744vmin; } }
  .top-pickup_body a {
    color: #333333; }
  @media only screen and (min-width: 767px) {
    .top-pickup_body {
      margin-top: -0.2em; } }

.top-pickup_label {
  white-space: nowrap;
  line-height: 1.3;
  padding: 0.4em 0.6em;
  font-weight: bold;
  font-size: 13px;
  background-color: #fa8585;
  color: #fff; }
  @media only screen and (min-width: 767px) {
    .top-pickup_label {
      padding: 0.2em 0.6em;
      font-size: 18px; } }
  [data-browser="ie"] .top-pickup_label {
    padding-bottom: 0em; }

.top-news {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 25px; }
  @media only screen and (min-width: 767px) {
    .top-news {
      margin-bottom: 16px; } }

.top-news_right {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  min-width: 120px;
  width: 120px; }
  @media (min-width: 320px) {
    .top-news_right {
      min-width: 90px;
      width: 90px; } }
  @media (min-width: 410px) {
    .top-news_right {
      min-width: 100px;
      width: 100px; } }
  @media (min-width: 440px) {
    .top-news_right {
      width: 140px;
      margin-top: 6px; } }
  @media (min-width: 520px) {
    .top-news_right {
      width: 210px;
      margin-top: 6px; } }
  @media only screen and (min-width: 1024px) {
    .top-news_right {
      width: 244px; } }

.top-news_list li {
  margin-bottom: 6px;
  font-size: 15px; }
  @media (max-width: 414px) {
    .top-news_list li {
      font-size: 3.6231884058vmin; } }
  @media only screen and (min-width: 767px) {
    .top-news_list li {
      margin-bottom: 10px;
      padding-left: 1em;
      position: relative; }
      .top-news_list li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0.6em;
        left: 0.3em;
        width: 4px;
        height: 4px;
        border-radius: 10px;
        background-color: #cccccc; } }
  @media only screen and (min-width: 1024px) {
    .top-news_list li {
      font-size: 19px; } }
  .top-news_list li a {
    margin-right: 4px; }
    @media (min-width: 320px) {
      .top-news_list li a {
        margin-right: 0;
        color: #000; } }
    @media only screen and (min-width: 1024px) {
      .top-news_list li a {
        color: #333; } }
  .top-news_list li span {
    margin-left: 3px;
    color: #fa8585;
    font-size: 14px;
    font-weight: bold; }
    @media (max-width: 414px) {
      .top-news_list li span {
        font-size: 2.4154589372vmin; } }
    @media (min-width: 320px) {
      .top-news_list li span {
        font-size: 10px; } }

.top-news_img {
  margin-top: .3em;
  margin-bottom: 6px; }
  @media only screen and (min-width: 767px) {
    .top-news_img {
      margin-bottom: 15px; } }
  .top-news_img img {
    width: 100%; }
  .top-news_img a {
    display: block; }
    .top-news_img a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .top-news_img a:hover {
        transition: 150ms ease;
        opacity: 0.5; } }

.top-news_btn {
  margin-top: auto;
  margin-bottom: .5em; }
  .top-news_btn a {
    width: 100%;
    padding-left: 0em;
    padding-right: 0.4em;
    font-size: 12px; }
    @media only screen and (min-width: 767px) {
      .top-news_btn a {
        font-size: 16px; } }

.top-bnr {
  margin-bottom: 40px; }
  @media only screen and (min-width: 767px) {
    .top-bnr {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 767px) {
    .top-bnr ul {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      margin-right: -8px;
      margin-left: -8px; } }
  .top-bnr li {
    margin-bottom: 15px;
    text-align: center; }
    .top-bnr li img {
      width: 100%; }
    @media only screen and (min-width: 767px) {
      .top-bnr li {
        margin-right: 8px;
        margin-left: 8px; } }
  .top-bnr a {
    display: block; }
    .top-bnr a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .top-bnr a:hover {
        transition: 150ms ease;
        opacity: 0.5; } }

.top-item {
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100%;
  margin-bottom: 30px; }
  .top-item::after {
    padding-top: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    margin-right: -16px;
    margin-left: -16px;
    content: "";
    display: block; }
  @media only screen and (min-width: 767px) {
    .top-item {
      margin-bottom: 40px; }
      .top-item::after {
        display: none; } }
  .top-item a {
    display: block;
    color: #333333; }
    .top-item a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .top-item a {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between; }
        .top-item a:hover {
          transition: 150ms ease;
          opacity: 0.5; } }

@media only screen and (min-width: 767px) {
  .top-item:nth-child(odd) .top-item_img {
    order: 2; }
  .top-item:nth-child(odd) .top-item_body {
    order: 1;
    margin-left: 0;
    margin-right: 16px; } }

.top-item_img {
  margin-bottom: 8px;
  text-align: center;
  position: relative;
  margin-right: -16px;
  margin-left: -16px; }
  .top-item_img img {
    width: 100%; }
  @media only screen and (min-width: 767px) {
    .top-item_img {
      margin-right: auto;
      margin-left: auto;
      width: calc(100% - 260px); } }
  @media only screen and (min-width: 1024px) {
    .top-item_img img {
      width: auto; } }

.top-item_body {
  margin-right: 0; }
  @media only screen and (min-width: 767px) {
    .top-item_body {
      width: 260px;
      margin-left: 16px; } }

.top-item_sub-title {
  font-size: 16px;
  line-height: 1.5;
  background: url(../img/common/title_crossing.svg) left top no-repeat;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 25px;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }
  @media only screen and (min-width: 767px) {
    .top-item_sub-title {
      background: url(../img/common/title_crossing2.svg) left bottom no-repeat;
      padding-bottom: 30px;
      padding-left: 30px; } }
  @media only screen and (min-width: 1024px) {
    .top-item_sub-title {
      font-size: 17px; } }

.top-item_title {
  line-height: 1.5;
  font-size: 20px;
  padding: 1px;
  margin-bottom: 8px;
  font-family: "NUDモトヤアポロ Std W4", sans-serif; }
  @media only screen and (min-width: 767px) {
    .top-item_title {
      font-size: 20px; } }
  @media only screen and (min-width: 1024px) {
    .top-item_title {
      font-size: 27px; } }

.top-item_date {
  font-size: 14px; }

/* ==========================================================================
   #widget
   ========================================================================== */
.widget-sns {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media only screen and (min-width: 767px) {
    .widget-sns {
      margin-bottom: 12px; } }

.widget-sns_title {
  width: 190px; }
  @media only screen and (min-width: 767px) {
    .widget-sns_title {
      width: 150px; } }
  @media only screen and (min-width: 1024px) {
    .widget-sns_title {
      min-width: 150px; } }

.widget-sns_body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .widget-sns_body li {
    margin-left: 15px; }
    @media only screen and (min-width: 767px) {
      .widget-sns_body li {
        margin-left: 9px; } }
  @media only screen and (min-width: 767px) {
    .widget-sns_body img {
      width: 40px;
      width: 100%; } }
  .widget-sns_body a {
    display: block; }
    .widget-sns_body a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .widget-sns_body a:hover {
        transition: 150ms ease;
        opacity: 0.5; } }

.widget-bnr li {
  margin-bottom: 15px;
  text-align: center; }
  .widget-bnr li img {
    width: 100%; }

.widget-bnr a {
  display: block; }
  .widget-bnr a:hover {
    text-decoration: none; }
  @media only screen and (min-width: 767px) {
    .widget-bnr a:hover {
      transition: 150ms ease;
      opacity: 0.5; } }

@media only screen and (min-width: 767px) {
  .widget-imglist {
    margin-bottom: 16px; } }

.widget-imglist_item:first-child {
  border-top-width: 0;
  padding-top: 0px; }

.widget-imglist_item {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .widget-imglist_item {
      padding-top: 17px;
      padding-bottom: 17px; } }
  .widget-imglist_item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .widget-imglist_item a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .widget-imglist_item a:hover {
        transition: 150ms ease;
        opacity: 0.5; } }

.widget-imglist_img {
  text-align: center;
  margin-right: 12px;
  min-width: 44.9275362319%;
  max-width: 186px; }
  .widget-imglist_img img {
    width: 100%; }
  @media only screen and (min-width: 767px) {
    .widget-imglist_img {
      max-width: 143px;
      min-width: 143px; } }

.widget-imglist_title {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5; }

.widget-list a {
  color: #333333;
  text-decoration: none; }
  .widget-list a:hover {
    text-decoration: underline; }

.widget-list_item {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box; }

.widget-list_item:first-child {
  border-top-width: 0; }
  .widget-list_item:first-child .widget-list_item-text {
    padding-top: 0; }

.widget-list_item-text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 0px 17px;
  line-height: 1.6875; }
  @media only screen and (min-width: 767px) {
    .widget-list_item-text {
      padding-top: 20px; } }

.widget-list_item-date {
  margin-top: 12px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #333333; }

.widget-tag {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: center;
  align-items: center; }
  .widget-tag li {
    margin-bottom: 12px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(252, 221, 182, 0.5);
    display: block;
    line-height: 1; }
    @media only screen and (min-width: 767px) {
      .widget-tag li {
        font-size: 14px;
        margin-bottom: 8px;
        margin-right: 4px;
        margin-left: 4px; } }
    .widget-tag li a {
      padding: 10px 20px;
      display: block;
      color: inherit; }
      .widget-tag li a:hover {
        text-decoration: none; }
      @media only screen and (min-width: 767px) {
        .widget-tag li a:hover {
          opacity: 0.5; } }

.widget-title {
  margin-bottom: 20px;
  line-height: 1.25;
  padding: 0.3em 10px 0.4em;
  font-family: "NUDモトヤアポロ Std W4", sans-serif;
  padding-right: 110px;
  border-bottom: 3px solid #C67218;
  font-size: 30px;
  letter-spacing: -2px;
  background: #f5f5e5 url(../img/common/title_train.svg) 98% bottom no-repeat;
  font-size: 30px; }
  @media (max-width: 414px) {
    .widget-title {
      font-size: 7.2463768116vmin; } }
  @media (max-width: 320px) {
    .widget-title {
      font-size: 6.25vmin;
      letter-spacing: 0; } }
  @media only screen and (min-width: 767px) {
    .widget-title {
      padding: 0.4em 12px;
      padding-right: 90px;
      font-size: 18px;
      background-position: 96% bottom;
      background-size: 70px;
      border-bottom-width: 2px; } }
  @media only screen and (min-width: 1024px) {
    .widget-title {
      font-size: 26px; } }
  .widget-title.wt-train1 {
    background-color: rgba(252, 171, 42, 0.5);
    background-image: url(../img/common/title_train1.svg); }
  .widget-title.wt-train2 {
    background-color: rgba(181, 214, 44, 0.5);
    background-image: url(../img/common/title_train2.svg); }
  .widget-title.wt-train3 {
    background-color: rgba(96, 184, 239, 0.5);
    background-image: url(../img/common/title_train3.svg); }
  .widget-title.wt-train4 {
    background-color: rgba(250, 133, 133, 0.5);
    background-image: url(../img/common/title_train4.svg); }

.tag-list {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: flex-start;
  margin-right: -4px;
  margin-left: -4px; }
  .tag-list li {
    margin-bottom: 8px;
    margin-right: 4px;
    margin-left: 4px; }

.tag {
  display: inline-block; }
  .tag a {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    background-color: #fcddb6;
    display: block;
    padding: 0.1em 0.4em; }
    .tag a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .tag a {
        font-size: 16px; }
        .tag a:hover {
          transition: 150ms ease;
          opacity: 0.5; } }

.lazyload {
  width: 100%; }

img {
  -webkit-touch-callout: none; }

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
  outline: none !important; }

.acms-entry .js-open-street-map .leaflet-bottom,
.acms-entry .js-open-street-map .leaflet-top {
  z-index: 900; }

.acms-entry .instagram-media,
.acms-entry .twitter-tweet-rendered {
  margin: 0 auto; }

.acms-entry [class*="column-file-"] a,
.acms-entry [class*="column-eximage-"] a,
.acms-entry [class*="column-image-"] a,
.acms-entry [class*="column-media-"] a {
  display: block; }

@media (max-width: 479px) {
  .acms-entry [class*="column-media-"] a {
    margin-right: -16px;
    margin-left: -16px; } }

.acms-entry .columnImage {
  width: 100%; }

.acms-entry [class*="column-file-"] .caption,
.acms-entry [class*="column-eximage-"] .caption,
.acms-entry [class*="column-image-"] .caption,
.acms-entry [class*="column-media-"] .caption {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  margin-top: 7px; }

.acms-entry .column-eximage-right,
.acms-entry .column-image-right,
.acms-entry .column-file-right,
.acms-entry .column-media-right {
  text-align: right; }

.acms-entry .column-eximage-center,
.acms-entry .column-image-center,
.acms-entry .column-file-center,
.acms-entry .column-media-center {
  text-align: center; }

.acms-entry [class*="column-eximage-"],
.acms-entry [class*="column-file-"],
.acms-entry [class*="column-image-"],
.acms-entry [class*="column-media-"] {
  margin-bottom: 25px; }

.acms-entry .column-map-left > div,
.acms-entry .column-map-left > img {
  float: left;
  margin-right: auto; }

.acms-entry .column-map-center > div,
.acms-entry .column-map-center > img {
  margin-left: auto;
  margin-right: auto; }

.acms-entry .column-map-right > div,
.acms-entry .column-map-right > img {
  float: right;
  margin-left: auto; }

/* @  画像
 * ------------------------------------------------------------ */
.eyecatchi-img {
  text-align: center;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 25px; }
  .eyecatchi-img img {
    width: 100%; }
  @media only screen and (min-width: 767px) {
    .eyecatchi-img {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 25px; }
      .eyecatchi-img img {
        width: auto; } }

.focused-image {
  width: 345px;
  height: 241px;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .focused-image {
      width: 384px;
      height: 268px; } }

.img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px; }
  .img a {
    display: block;
    transition: opacity 150ms ease; }
  @media only screen and (min-width: 767px) {
    .img a:hover {
      opacity: 0.5; } }
  .img figcaption {
    margin-top: 0.5em;
    font-size: 0.9rem;
    line-height: 1.5; }
  @media only screen and (min-width: 767px) {
    .img.is-img-left {
      margin-right: 1rem;
      float: left; } }
  @media only screen and (min-width: 767px) {
    .img.is-img-right {
      margin-left: 1rem;
      float: right; } }
  .img.is-img-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 767px) {
    .img.is-img-25p {
      width: 25%; }
    .img.is-img-33p {
      width: 33.33%; }
    .img.is-img-50p {
      width: 50%; }
    .img.is-img-100p {
      width: 100%; }
    .img.is-img-clear {
      clear: both; } }

/* @   Text
 * ------------------------------------------------------------ */
.text {
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .text {
      font-size: 4.347826087vmin; } }
  @media only screen and (min-width: 767px) {
    .text {
      font-size: 1.125em; } }
  @media only screen and (min-width: 767px) {
    .text {
      font-size: inherit; } }
  .text a {
    text-decoration: underline; }
    .text a:hover {
      text-decoration: none; }

.caption {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  color: #333333; }

.is-text-small {
  font-size: 0.8em; }

.is-text-large {
  font-size: 1.2em; }

.is-text-bold {
  font-weight: bold !important; }

.is-text-point {
  font-weight: bold;
  color: #D61247; }

.is-text-highlight {
  padding: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, #FCDF21 70%, #FCDF21 100%);
  padding-bottom: 0.1em;
  padding-right: 0.5em; }

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

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

.is-mb-sm {
  margin-bottom: 10px !important;
  min-height: 1px; }

.is-mb {
  min-height: 1px;
  margin-bottom: 30px !important; }

.is-mb-md {
  min-height: 1px;
  margin-bottom: 30px !important; }

.is-mb-lg {
  min-height: 1px;
  margin-bottom: 80px !important; }

.is-mb-0 {
  margin-bottom: 0 !important; }

.is-pb-0 {
  padding-bottom: 0 !important; }

.is-gapless {
  margin-right: -16px;
  margin-left: -16px; }

.is-landscape {
  display: none !important; }

@media only screen and (min-width: 767px) {
  .is-portrait {
    display: none !important; }
  .is-landscape {
    display: block !important; } }

/* @   幅
 * ------------------------------------------------------------ */
.is-hidden {
  display: none !important; }

.is-hidden-portrait {
  display: none !important; }

.is-hidden-landscape {
  display: block !important; }

.is-hidden-desktop {
  display: block !important; }

.is-portrait {
  display: block !important; }

.is-landscape {
  display: none !important; }

.is-desktop {
  display: none !important; }

@media only screen and (min-width: 767px) {
  .is-hidden-portrait {
    display: block !important; }
  .is-hidden-landscape {
    display: none !important; }
  .is-hidden-desktop {
    display: block !important; }
  .is-portrait {
    display: none !important; }
  .is-landscape {
    display: block !important; }
  .is-desktop {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .is-hidden-portrait {
    display: block !important; }
  .is-hidden-landscape {
    display: block !important; }
  .is-hidden-desktop {
    display: none !important; }
  .is-portrait {
    display: none !important; }
  .is-landscape {
    display: none !important; }
  .is-desktop {
    display: block !important; } }

/* @   その他
 * ------------------------------------------------------------ */
.is-anker-icon:after {
  background-size: 15.5px 15.5px;
  width: 15.5px;
  height: 15.5px;
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  margin-left: 0.3em;
  text-align: right; }

.is-anker-icon[target="_blank"]:after {
  vertical-align: baseline;
  content: "open_in_new";
  min-width: 1em;
  margin-left: 0.3em;
  text-align: right; }

.is-anker-icon[href$=".pdf"]:after {
  background-image: url("../img/common/icon_pdf.png"); }

.is-anker-icon[href$=".doc"]:after,
.is-anker-icon[href$=".docx"]:after {
  background-image: url("../img/common/icon_doc.png"); }

.is-anker-icon[href$=".ppt"]:after,
.is-anker-icon[href$=".pptx"]:after {
  background-image: url("../img/common/icon_ppt.png"); }

.is-anker-icon[href$=".xls"]:after,
.is-anker-icon[href$=".xlsx"]:after {
  background-image: url("../img/common/icon_xls.png"); }

/* @   その他
 * ------------------------------------------------------------ */
.is-prompt {
  padding: 0.5em;
  text-align: center;
  background-color: #ccc;
  border-bottom: 1px solid #4b4b4b; }

.is-primary-light-color {
  color: rgba(252, 223, 33, 0.3); }

.is-primary-color {
  color: #FCDF21; }

.is-primary-dark-color {
  color: #FCDF21; }

.is-primary-text {
  color: #333333; }

.is-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.is-sr-only-focusable:active,
.is-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }
