@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500");
@font-face {
  font-family: "Yu Gothic";
  font-weight: 100; 

  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 200; 

  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 300; 

  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 400; 

  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: bold; 

  src: local("Yu Gothic Bold");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 100; 

  src: local("Helvetica Neue Regular");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 200; 

  src: local("Helvetica Neue Regular");
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal; 

  src: url("../fonts/icomoon.ttf?5nqmn5") format("truetype"), url("../fonts/icomoon.woff?5nqmn5") format("woff"), url("../fonts/icomoon.svg?5nqmn5#icomoon") format("svg");
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*, ::before, ::after {
  /* 1 */
  box-sizing: inherit;
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before, ::after {
  /* 1 */
  vertical-align: inherit;
  text-decoration: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 3 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
      -ms-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000; 
  background-color: #ff0;
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

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

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

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

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button, input, select, textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  padding: 0; 
  border-style: none;
}

/**
 * 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;
}

/**
 * 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 {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [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 {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
      touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute; 
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

*, ::before, ::after {
  box-sizing: inherit;
  margin: 0;
  background-repeat: no-repeat;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
}

html {
  overflow-y: scroll;

  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

i, address {
  font-style: normal;
}

a {
  text-decoration: none; 
  color: inherit;
}
a[href^="tel:"] {
  color: inherit;
}
a img {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

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

.m0 {
  margin: 0rem;
}

.my0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mx0 {
  margin-right: 0rem; 
  margin-left: 0rem;
}

.mxn0 {
  margin-right: 0rem; 
  margin-left: 0rem;
}

.mt0 {
  margin-top: 0rem;
}

.mtn0 {
  margin-top: 0rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.mbn0 {
  margin-bottom: 0rem;
}

.ml0 {
  margin-left: 0rem;
}

.mr0 {
  margin-right: 0rem;
}

.p0 {
  padding: 0rem;
}

.py0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.px0 {
  padding-right: 0rem; 
  padding-left: 0rem;
}

.pt0 {
  padding-top: 0rem;
}

.pb0 {
  padding-bottom: 0rem;
}

.pl0 {
  padding-left: 0rem;
}

.pr0 {
  padding-right: 0rem;
}

.m1 {
  margin: 0.5rem;
}

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx1 {
  margin-right: 0.5rem; 
  margin-left: 0.5rem;
}

.mxn1 {
  margin-right: -0.5rem; 
  margin-left: -0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mtn1 {
  margin-top: -0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.mbn1 {
  margin-bottom: -0.5rem;
}

.ml1 {
  margin-left: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.p1 {
  padding: 0.5rem;
}

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px1 {
  padding-right: 0.5rem; 
  padding-left: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx2 {
  margin-right: 1rem; 
  margin-left: 1rem;
}

.mxn2 {
  margin-right: -1rem; 
  margin-left: -1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mtn2 {
  margin-top: -1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.mbn2 {
  margin-bottom: -1rem;
}

.ml2 {
  margin-left: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.p2 {
  padding: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2 {
  padding-right: 1rem; 
  padding-left: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.m3 {
  margin: 1.5rem;
}

.my3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx3 {
  margin-right: 1.5rem; 
  margin-left: 1.5rem;
}

.mxn3 {
  margin-right: -1.5rem; 
  margin-left: -1.5rem;
}

.mt3 {
  margin-top: 1.5rem;
}

.mtn3 {
  margin-top: -1.5rem;
}

.mb3 {
  margin-bottom: 1.5rem;
}

.mbn3 {
  margin-bottom: -1.5rem;
}

.ml3 {
  margin-left: 1.5rem;
}

.mr3 {
  margin-right: 1.5rem;
}

.p3 {
  padding: 1.5rem;
}

.py3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px3 {
  padding-right: 1.5rem; 
  padding-left: 1.5rem;
}

.pt3 {
  padding-top: 1.5rem;
}

.pb3 {
  padding-bottom: 1.5rem;
}

.pl3 {
  padding-left: 1.5rem;
}

.pr3 {
  padding-right: 1.5rem;
}

.m4 {
  margin: 2rem;
}

.my4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx4 {
  margin-right: 2rem; 
  margin-left: 2rem;
}

.mxn4 {
  margin-right: -2rem; 
  margin-left: -2rem;
}

.mt4 {
  margin-top: 2rem;
}

.mtn4 {
  margin-top: -2rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mbn4 {
  margin-bottom: -2rem;
}

.ml4 {
  margin-left: 2rem;
}

.mr4 {
  margin-right: 2rem;
}

.p4 {
  padding: 2rem;
}

.py4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px4 {
  padding-right: 2rem; 
  padding-left: 2rem;
}

.pt4 {
  padding-top: 2rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pl4 {
  padding-left: 2rem;
}

.pr4 {
  padding-right: 2rem;
}

.m5 {
  margin: 2.5rem;
}

.my5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx5 {
  margin-right: 2.5rem; 
  margin-left: 2.5rem;
}

.mxn5 {
  margin-right: -2.5rem; 
  margin-left: -2.5rem;
}

.mt5 {
  margin-top: 2.5rem;
}

.mtn5 {
  margin-top: -2.5rem;
}

.mb5 {
  margin-bottom: 2.5rem;
}

.mbn5 {
  margin-bottom: -2.5rem;
}

.ml5 {
  margin-left: 2.5rem;
}

.mr5 {
  margin-right: 2.5rem;
}

.p5 {
  padding: 2.5rem;
}

.py5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px5 {
  padding-right: 2.5rem; 
  padding-left: 2.5rem;
}

.pt5 {
  padding-top: 2.5rem;
}

.pb5 {
  padding-bottom: 2.5rem;
}

.pl5 {
  padding-left: 2.5rem;
}

.pr5 {
  padding-right: 2.5rem;
}

.m6 {
  margin: 3rem;
}

.my6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx6 {
  margin-right: 3rem; 
  margin-left: 3rem;
}

.mxn6 {
  margin-right: -3rem; 
  margin-left: -3rem;
}

.mt6 {
  margin-top: 3rem;
}

.mtn6 {
  margin-top: -3rem;
}

.mb6 {
  margin-bottom: 3rem;
}

.mbn6 {
  margin-bottom: -3rem;
}

.ml6 {
  margin-left: 3rem;
}

.mr6 {
  margin-right: 3rem;
}

.p6 {
  padding: 3rem;
}

.py6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px6 {
  padding-right: 3rem; 
  padding-left: 3rem;
}

.pt6 {
  padding-top: 3rem;
}

.pb6 {
  padding-bottom: 3rem;
}

.pl6 {
  padding-left: 3rem;
}

.pr6 {
  padding-right: 3rem;
}

.m7 {
  margin: 3.5rem;
}

.my7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx7 {
  margin-right: 3.5rem; 
  margin-left: 3.5rem;
}

.mxn7 {
  margin-right: -3.5rem; 
  margin-left: -3.5rem;
}

.mt7 {
  margin-top: 3.5rem;
}

.mtn7 {
  margin-top: -3.5rem;
}

.mb7 {
  margin-bottom: 3.5rem;
}

.mbn7 {
  margin-bottom: -3.5rem;
}

.ml7 {
  margin-left: 3.5rem;
}

.mr7 {
  margin-right: 3.5rem;
}

.p7 {
  padding: 3.5rem;
}

.py7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px7 {
  padding-right: 3.5rem; 
  padding-left: 3.5rem;
}

.pt7 {
  padding-top: 3.5rem;
}

.pb7 {
  padding-bottom: 3.5rem;
}

.pl7 {
  padding-left: 3.5rem;
}

.pr7 {
  padding-right: 3.5rem;
}

.m8 {
  margin: 4rem;
}

.my8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx8 {
  margin-right: 4rem; 
  margin-left: 4rem;
}

.mxn8 {
  margin-right: -4rem; 
  margin-left: -4rem;
}

.mt8 {
  margin-top: 4rem;
}

.mtn8 {
  margin-top: -4rem;
}

.mb8 {
  margin-bottom: 4rem;
}

.mbn8 {
  margin-bottom: -4rem;
}

.ml8 {
  margin-left: 4rem;
}

.mr8 {
  margin-right: 4rem;
}

.p8 {
  padding: 4rem;
}

.py8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px8 {
  padding-right: 4rem; 
  padding-left: 4rem;
}

.pt8 {
  padding-top: 4rem;
}

.pb8 {
  padding-bottom: 4rem;
}

.pl8 {
  padding-left: 4rem;
}

.pr8 {
  padding-right: 4rem;
}

.m9 {
  margin: 4.5rem;
}

.my9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx9 {
  margin-right: 4.5rem; 
  margin-left: 4.5rem;
}

.mxn9 {
  margin-right: -4.5rem; 
  margin-left: -4.5rem;
}

.mt9 {
  margin-top: 4.5rem;
}

.mtn9 {
  margin-top: -4.5rem;
}

.mb9 {
  margin-bottom: 4.5rem;
}

.mbn9 {
  margin-bottom: -4.5rem;
}

.ml9 {
  margin-left: 4.5rem;
}

.mr9 {
  margin-right: 4.5rem;
}

.p9 {
  padding: 4.5rem;
}

.py9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px9 {
  padding-right: 4.5rem; 
  padding-left: 4.5rem;
}

.pt9 {
  padding-top: 4.5rem;
}

.pb9 {
  padding-bottom: 4.5rem;
}

.pl9 {
  padding-left: 4.5rem;
}

.pr9 {
  padding-right: 4.5rem;
}

.m10 {
  margin: 5rem;
}

.my10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx10 {
  margin-right: 5rem; 
  margin-left: 5rem;
}

.mxn10 {
  margin-right: -5rem; 
  margin-left: -5rem;
}

.mt10 {
  margin-top: 5rem;
}

.mtn10 {
  margin-top: -5rem;
}

.mb10 {
  margin-bottom: 5rem;
}

.mbn10 {
  margin-bottom: -5rem;
}

.ml10 {
  margin-left: 5rem;
}

.mr10 {
  margin-right: 5rem;
}

.p10 {
  padding: 5rem;
}

.py10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px10 {
  padding-right: 5rem; 
  padding-left: 5rem;
}

.pt10 {
  padding-top: 5rem;
}

.pb10 {
  padding-bottom: 5rem;
}

.pl10 {
  padding-left: 5rem;
}

.pr10 {
  padding-right: 5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto, .mx-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.inline, .di {
  display: inline;
}

.inline-block, .dib {
  display: inline-block;
}

.caps {
  letter-spacing: 0.2em; 
  text-transform: uppercase;
}

.h1 {
  font-size: 2.25rem;
}

.h2 {
  font-size: 1.75rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

.relative {
  position: relative;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.2em;
}

.ex-large {
  font-size: 17px;
  font-size: 5.3125vmin;
}

.list-style-none {
  list-style-type: none;
}

.list-reset {
  padding-left: 0; 
  list-style-type: none;
}

.disc {
  list-style-type: disc;
}

.decimal {
  list-style-type: decimal;
}

.rounded {
  border-radius: 10px;
}

.tdu {
  text-decoration: underline;
}

.hide, .hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.color-primary {
  color: #08a198;
}

.color-text {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-key {
  color: #fbe316;
}

/* clearfix */
.clearfix:after, .cf:after {
  display: block;
  clear: both; 
  content: " ";
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
}

.no-gutter > .col, .no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.flex-cols > [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-xs-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
          order: -1;
}

.flex-xs-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}

.flex-xs-unordered {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
          order: 0;
}

.flex-items-xs-top {
  -webkit-align-items: flex-start;
          align-items: flex-start; 
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.flex-items-xs-middle {
  -webkit-align-items: center;
          align-items: center; 
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.flex-items-xs-bottom {
  -webkit-align-items: flex-end;
          align-items: flex-end; 
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.flex-xs-top {
  -webkit-align-self: flex-start;
          align-self: flex-start; 
  -ms-flex-item-align: start;
}

.flex-xs-middle {
  -webkit-align-self: center;
          align-self: center; 
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

.flex-xs-bottom {
  -webkit-align-self: flex-end;
          align-self: flex-end; 
  -ms-flex-item-align: end;
}

.flex-items-xs-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.flex-items-xs-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.flex-items-xs-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.flex-items-xs-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.flex-items-xs-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs, .col {
  max-width: 100%; 

  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.col-xs-1-5, .col-xs-1-5 {
  max-width: 20%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.col-xs-2-5, .col-xs-2-5 {
  max-width: 40%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.col-xs-3-5, .col-xs-3-5 {
  max-width: 60%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.col-xs-4-5, .col-xs-4-5 {
  max-width: 80%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-right: -15px;
  margin-left: -15px; 

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  max-width: 100%; 

  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.col-auto {
  width: auto; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col-1 {
  max-width: 8.33333%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
}

.col-2 {
  max-width: 16.66667%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
}

.col-3 {
  max-width: 25%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.col-4 {
  max-width: 33.33333%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.col-5 {
  max-width: 41.66667%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
}

.col-6 {
  max-width: 50%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-7 {
  max-width: 58.33333%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
}

.col-8 {
  max-width: 66.66667%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.col-9 {
  max-width: 75%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.col-10 {
  max-width: 83.33333%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
}

.col-11 {
  max-width: 91.66667%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
}

.col-12 {
  max-width: 100%; 

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.l-outer {
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem; 
  padding-left: 1rem;
}

.l-main {
  width: 100%;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem; 
  padding-left: 1rem;
}
.l-outer .l-main {
  padding-right: 0; 
  padding-left: 0;
}
.l-main > .container {
  padding-right: 0; 
  padding-left: 0;
}

.l-content {
  width: 100%;
  max-width: 944px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem; 
  padding-left: 1rem;
}
.l-outer .l-content, .l-main .l-content {
  padding-right: 0; 
  padding-left: 0;
}
.l-content > .container {
  padding-right: 0; 
  padding-left: 0;
}

.l-inner {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem; 
  padding-left: 1rem;
}
.l-outer .l-inner, .l-main .l-inner, .l-content .l-inner {
  padding-right: 0; 
  padding-left: 0;
}
.l-inner > .container {
  padding-right: 0; 
  padding-left: 0;
}

.l-detail {
  width: 100%;
  max-width: 576px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem; 
  padding-left: 1rem;
}
.l-outer .l-detail, .l-main .l-detail, .l-content .l-detail, .l-inner .l-detail {
  padding-right: 0; 
  padding-left: 0;
}
.l-detail > .container {
  padding-right: 0; 
  padding-left: 0;
}

.bg, .bg1, .bg01 {
  color: #fff; 
  background-color: #00ada3;
}

.bg2 {
  color: #000; 
  background-color: #fff;
}

.bg3 {
  color: #fff; 
  background-color: #06847d;
}

.bg4 {
  color: #fff; 
  background-color: #08a198;
}

.bg5 {
  color: #000; 
  background-color: #fbe316;
}

.title {
  font-family: Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 100;
  line-height: 1.15;
}

.t {
  margin-bottom: 1rem;
  word-break: break-all;
  font-size: 20px;
  font-size: 6.25vmin;
}
.t ._inline {
  display: inline;
}
.t span {
  display: block;
}
.t ._en {
  letter-spacing: 1px; 
  font-family: "Quicksand", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 0.8;
}
.t ._ttu {
  text-transform: uppercase;
}
.t ._sm {
  margin-top: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}

.t2 {
  margin-bottom: 1rem;
  word-break: break-all; 
  font-size: 16px;
  font-size: 5vmin;
}

.t3 {
  display: block;
  word-break: break-all;
}
.t3 > * {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  border-radius: 3rem; 
  background: #08a198;
  line-height: 1.2;
}

.dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  color: #000; 
  border-radius: 3rem;
  background: #f6f6f6;
}
.dl dt {
  padding: 0 10px; 
  color: #fff;
  background: #000;
}
.dl dd {
  padding: 0 10px;
}
.dl._hl {
  background: #fbe316;
}
.dl._hl dt {
  padding: 0 10px; 
  color: #fff;
  background: #08a198;
}

.note {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8em;
}
.note::before {
  display: inline-block;
  width: 1em;
  content: "※";
  text-indent: 0;
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 140px;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-align: center;
  color: #000;
  border-color: transparent;
  border-radius: 4rem;
  outline: none;
  background: #fbe316;
  box-shadow: inset 0 0 0 1px transparent, 2px 2px 0 rgba(0, 0, 0, 0.15);
  font-size: 13px;
  font-size: 0.8125rem; 
  line-height: 1.125;
}
.btn._lg {
  min-width: 240px;
}
.btn._color-primary {
  color: #fff; 
  background: #08a198;
}
.btn._color-primary:hover {
  color: #08a198; 
  background: #fff;
  box-shadow: inset 0 0 0 2px #08a198, 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.btn._color-white {
  background: #fff;
}
.btn._color-white:hover {
  color: #fff; 
  background: #08a198;
  box-shadow: inset 0 0 0 2px #fff, 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.btn::before {
  content: "";
}
.btn._arrow-right::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  margin-top: -1px;
  content: "\f105";
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale; 
  speak: none;
}
.btn[target="_blank"]::after {
  display: inline-block;
  margin-left: 10px; 
  content: "\f08e";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn[href$=".pdf"]::after {
  display: inline-block;
  margin-left: 10px; 
  content: "\e908";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn:hover {
  background: #fff; 
  box-shadow: inset 0 0 0 2px #fbe316, 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.btn2, .btn02 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 130px;
  padding: 1.5rem 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  color: currentColor;
  border-radius: 3rem; 
  outline: none;
  background: #fff;
  box-shadow: inset 0 0 0 1px currentColor;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.125;
}
.btn2::before, .btn02::before {
  content: "";
}
.btn2._color-primary, .btn02._color-primary {
  color: #08a198;
}
.btn2._arrow-right, .btn02._arrow-right {
  padding: 1.5rem;
}
.btn2._arrow-right::after, .btn02._arrow-right::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  margin-top: -1px;
  content: "\f105";
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale; 
  speak: none;
}
.btn2 ._ic, .btn02 ._ic {
  margin-left: 10px;
}
.btn2 ._ic::after, .btn02 ._ic::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  margin-top: -0.5em; 
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn2 ._ic._arrowdown::after, .btn02 ._ic._arrowdown::after {
  content: "\f107";
}
.btn2[target="_blank"]::after, .btn02[target="_blank"]::after {
  display: inline-block;
  margin-left: 10px; 
  content: "\f08e";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn2[href$=".pdf"]::after, .btn02[href$=".pdf"]::after {
  display: inline-block;
  margin-left: 10px;
  content: "\e908";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-size: 20px;
  font-size: 1.25rem; 
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn2:hover, .btn02:hover {
  box-shadow: inset 0 0 0 2px currentColor;
}

.btn-big {
  position: relative;
  display: block;
  padding: 50px 20px;
  padding-left: 30px;
  text-align: center;
  color: #000;
  border-radius: 30px;
  background: #fbe316;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); 
  font-size: 17px;
  font-size: 5.3125vmin;
}
.btn-big span {
  position: relative;
}
.btn-big span::after {
  position: absolute;
  bottom: 0;
  left: -2.5%;
  display: inline-block;
  width: 105%;
  height: 1px;
  content: "";
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px); 
  opacity: 0;
  background: currentColor;
}
.btn-big:hover span::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; 
  opacity: 1;
}
.btn-big::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  margin-top: -1px;
  content: "\f105";
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale; 
  speak: none;
}

.btn-img-anim:hover img {
  -webkit-animation: pulse 0.4s;
          animation: pulse 0.4s;
}

.hr {
  border-width: 0;
  border-top: 1px solid;
}
.hr._color-gray {
  border-top-color: #f6f6f6;
}
.hr._color-white {
  border-top-color: #fff;
}
.hr._color-primary {
  border-top-color: #08a198;
}

.panel-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%; 
  max-width: 480px;
}

.panel {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  color: #000;
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.panel-t {
  display: block;
  padding: 1rem;
  color: #000; 
  background: #fbe316;
}
.panel-t a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-decoration: underline;
}
.panel-t a:hover {
  color: #08a198;
}
.panel-t._sm {
  font-size: 0.85em;
}

.panel-t-line-one {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.1;
}

.panel-cnt {
  display: block;
  padding: 1rem;
}

.tbl {
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
}
.tbl.color-primary tr, .tbl.color-primary th, .tbl.color-primary td {
  border-color: #08a198;
}
.tbl tr {
  border: 1px solid #f6f6f6;
}
.tbl th, .tbl td {
  min-width: 5em;
  padding: 10px;
  border: 1px solid #f6f6f6;
}
.tbl .desc {
  width: 100%;
  border-top: 1px solid #f6f6f6;
}

.hl {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  padding: 5px 1rem;
  color: #fff;
  border-radius: 4rem;
  background: #08a198;
  font-weight: 600; 
  line-height: 1;
}
.hl._bg-dark {
  background: #283231;
}

.lst {
  font-size: 14px;
  font-size: 0.875rem;
}
.lst li {
  border-bottom: 1px solid #f6f6f6;
}
.lst li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lst li dt {
  width: 110px;
  padding: 10px;
}
.lst li dd {
  width: calc(100% - 120px);
  padding: 10px;
}

.lst2 > li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.25rem;
  padding-right: 1rem; 
  color: #000;
  border-left: solid 8px #08a198;
  border-radius: 2px 15px 15px 2px;
  background: whitesmoke;
  font-size: 14px;
  font-size: 0.875rem;
}
.lst2 > li::before {
  content: "";
}

.lst-inline li {
  display: inline-block;
}
.lst-inline li:not(:last-of-type)::after {
  margin-right: 8px; 
  content: ",";
}

.box {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0 1px;
}

.box-rounded {
  padding: 3rem 1rem;
}

.marker {
  display: inline;
  background: -webkit-linear-gradient(transparent 70%, #fbe316 70%);
  background:         linear-gradient(transparent 70%, #fbe316 70%);
}

.gmap {
  position: relative;
  width: 100%;
}
.gmap::before {
  display: block;
  padding-top: 75%; 
  content: "";
}
.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); 
    -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);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); 
    -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);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); 
    -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);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); 
    -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);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); 
    -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);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); 
    -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);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

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

@-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-name: headShake;
          animation-name: headShake; 
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-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;
      -ms-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: none;
            transform: none;
  }
  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: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  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: none;
            transform: none;
  }
}

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

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

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

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

@-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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); 
    opacity: 0;
  }
  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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); 
    opacity: 1;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); 
    opacity: 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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); 
    opacity: 0;
  }
  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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); 
    opacity: 1;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); 
    opacity: 1;
  }
}

.bounceIn {
  -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% {
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); 
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); 
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  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% {
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); 
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); 
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); 
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); 
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); 
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); 
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  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 {
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); 
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); 
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  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 {
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); 
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); 
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  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 {
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); 
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); 
    opacity: 1;
  }
  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 {
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); 
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); 
    opacity: 1;
  }
  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% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); 
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); 
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); 
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); 
    opacity: 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 {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); 
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none; 
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); 
    opacity: 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-animation-name: flip;
          animation-name: flip; 

  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

@-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-animation-name: flipInX;
          animation-name: flipInX; 

  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-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-animation-name: flipInY;
          animation-name: flipInY; 

  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-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-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-name: flipOutY;
          animation-name: flipOutY; 

  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-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: none;
            transform: none;
    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: none;
            transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  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: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    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: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    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: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    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: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    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: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    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: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    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-name: hinge;
          animation-name: hinge;
}

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

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

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

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

.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 {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); 
    opacity: 0;
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); 
    opacity: 0;
  }
}

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

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

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

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

@-webkit-keyframes zoomInDown {
  from {
    -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); 
    opacity: 0;
  }
  60% {
    -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); 
    opacity: 1;
  }
}

@keyframes zoomInDown {
  from {
    -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); 
    opacity: 0;
  }
  60% {
    -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); 
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    -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); 
    opacity: 0;
  }
  60% {
    -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); 
    opacity: 1;
  }
}

@keyframes zoomInLeft {
  from {
    -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); 
    opacity: 0;
  }
  60% {
    -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); 
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    -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); 
    opacity: 0;
  }
  60% {
    -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); 
    opacity: 1;
  }
}

@keyframes zoomInRight {
  from {
    -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); 
    opacity: 0;
  }
  60% {
    -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); 
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    -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); 
    opacity: 0;
  }
  60% {
    -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); 
    opacity: 1;
  }
}

@keyframes zoomInUp {
  from {
    -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); 
    opacity: 0;
  }
  60% {
    -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); 
    opacity: 1;
  }
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
  40% {
    -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); 
    opacity: 1;
  }
  to {
    -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); 
    opacity: 0;
  }
}

@keyframes zoomOutDown {
  40% {
    -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); 
    opacity: 1;
  }
  to {
    -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); 
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    -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); 
    opacity: 1;
  }
  to {
    -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; 
    opacity: 0;
  }
}

@keyframes zoomOutLeft {
  40% {
    -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); 
    opacity: 1;
  }
  to {
    -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; 
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    -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); 
    opacity: 1;
  }
  to {
    -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; 
    opacity: 0;
  }
}

@keyframes zoomOutRight {
  40% {
    -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); 
    opacity: 1;
  }
  to {
    -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; 
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    -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); 
    opacity: 1;
  }
  to {
    -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); 
    opacity: 0;
  }
}

@keyframes zoomOutUp {
  40% {
    -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); 
    opacity: 1;
  }
  to {
    -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); 
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideInUp {
  from {
    visibility: visible; 
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  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;
}

/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.8; 
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box; 
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045; 
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044; 
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;

  -webkit-appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: 0.65;
  color: #fff;
  font-family: Arial, Baskerville, monospace; 
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%; 
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; 
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 0.65;

  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: "";
  border: medium inset transparent;
}

.mfp-arrow:after {
  top: 8px; 
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: 0.7; 
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px; 
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px; 
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px; 
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000; 
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto; 
  padding: 40px 0 40px;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: "";
  background: #444; 
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px; 
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

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

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

.swiper-container-vertical > .swiper-wrapper {
          flex-direction: column; 

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}

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

.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 {
  margin: 0 auto; 
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

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

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-transition-property: height, -webkit-transform;
          transition-property: height, -webkit-transform;
          transition-property: transform, height;
          transition-property: transform, height, -webkit-transform; 

  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

/* 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;
  z-index: 10; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

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

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

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

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

/* 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;
  z-index: 10;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  background-repeat: no-repeat; 
  background-position: center;
  background-size: 27px 44px;
}

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto; 
  left: 10px;
  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");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; 
  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");
}

.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;
  z-index: 10; 
  -webkit-transition: 300ms opacity;
          transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
}

.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 {
  position: relative; 
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.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 {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.2; 
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: 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 {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

.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;
          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;
          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;
          transition: 200ms transform, 200ms right;
          transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 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; 
  background: #007aff;
}

.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 {
  top: 0; 
  left: 0;
  width: 100%;
  height: 4px;
}

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

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

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

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

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

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

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

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

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

  -ms-touch-action: none;
}

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

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

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

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

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

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

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
}

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

/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -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;
  width: 100%;
  height: 100%;
  content: "";
  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-repeat: no-repeat; 
  background-position: 50%;
  background-size: 100%;
}

.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;
  z-index: -1000; 
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

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

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

.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 {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%; 
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  pointer-events: none;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.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 {
  visibility: visible; 
  pointer-events: auto;
}

.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;
  z-index: 0; 
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;

  -webkit-filter: blur(50px);
          filter: blur(50px);
}

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

.swiper-container-flip .swiper-slide {
  z-index: 1; 
  pointer-events: none;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

.delighter {
  -webkit-transition: all 0.75s ease-out;
          transition: all 0.75s ease-out;
  opacity: 0;
}
.delighter.anim-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.delighter.anim-right.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter.anim-left {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.delighter.anim-left.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter.anim-bottom {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.delighter.anim-bottom.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter > li, .delighter > .news-lst, .delighter > .panel-lst-col {
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out; 
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}
.delighter.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter.started > li, .delighter.started > .news-lst, .delighter.started > .panel-lst-col {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter.started > li:nth-child(1), .delighter.started > .news-lst:nth-child(1), .delighter.started > .panel-lst-col:nth-child(1) {
  -webkit-transition: all 0.7s ease-out 0.1s;
          transition: all 0.7s ease-out 0.1s;
}
.delighter.started > li:nth-child(2), .delighter.started > .news-lst:nth-child(2), .delighter.started > .panel-lst-col:nth-child(2) {
  -webkit-transition: all 0.7s ease-out 0.3s;
          transition: all 0.7s ease-out 0.3s;
}
.delighter.started > li:nth-child(3), .delighter.started > .news-lst:nth-child(3), .delighter.started > .panel-lst-col:nth-child(3) {
  -webkit-transition: all 0.7s ease-out 0.5s;
          transition: all 0.7s ease-out 0.5s;
}
.delighter.started > li:nth-child(4), .delighter.started > .news-lst:nth-child(4), .delighter.started > .panel-lst-col:nth-child(4) {
  -webkit-transition: all 0.7s ease-out 0.7s;
          transition: all 0.7s ease-out 0.7s;
}
.delighter.started > li:nth-child(5), .delighter.started > .news-lst:nth-child(5), .delighter.started > .panel-lst-col:nth-child(5) {
  -webkit-transition: all 0.7s ease-out 0.9s;
          transition: all 0.7s ease-out 0.9s;
}
.delighter.started > li:nth-child(6), .delighter.started > .news-lst:nth-child(6), .delighter.started > .panel-lst-col:nth-child(6) {
  -webkit-transition: all 0.7s ease-out 1.1s;
          transition: all 0.7s ease-out 1.1s;
}
.delighter.started > li:nth-child(7), .delighter.started > .news-lst:nth-child(7), .delighter.started > .panel-lst-col:nth-child(7) {
  -webkit-transition: all 0.7s ease-out 1.3s;
          transition: all 0.7s ease-out 1.3s;
}
.delighter.started > li:nth-child(8), .delighter.started > .news-lst:nth-child(8), .delighter.started > .panel-lst-col:nth-child(8) {
  -webkit-transition: all 0.7s ease-out 1.5s;
          transition: all 0.7s ease-out 1.5s;
}
.delighter.started > li:nth-child(9), .delighter.started > .news-lst:nth-child(9), .delighter.started > .panel-lst-col:nth-child(9) {
  -webkit-transition: all 0.7s ease-out 1.7s;
          transition: all 0.7s ease-out 1.7s;
}
.delighter.started > li:nth-child(10), .delighter.started > .news-lst:nth-child(10), .delighter.started > .panel-lst-col:nth-child(10) {
  -webkit-transition: all 0.7s ease-out 1.9s;
          transition: all 0.7s ease-out 1.9s;
}
.delighter.started > li:nth-child(11), .delighter.started > .news-lst:nth-child(11), .delighter.started > .panel-lst-col:nth-child(11) {
  -webkit-transition: all 0.7s ease-out 2.1s;
          transition: all 0.7s ease-out 2.1s;
}
.delighter.started > li:nth-child(12), .delighter.started > .news-lst:nth-child(12), .delighter.started > .panel-lst-col:nth-child(12) {
  -webkit-transition: all 0.7s ease-out 2.3s;
          transition: all 0.7s ease-out 2.3s;
}
.delighter.started > li:nth-child(13), .delighter.started > .news-lst:nth-child(13), .delighter.started > .panel-lst-col:nth-child(13) {
  -webkit-transition: all 0.7s ease-out 2.5s;
          transition: all 0.7s ease-out 2.5s;
}
.delighter.started > li:nth-child(14), .delighter.started > .news-lst:nth-child(14), .delighter.started > .panel-lst-col:nth-child(14) {
  -webkit-transition: all 0.7s ease-out 2.7s;
          transition: all 0.7s ease-out 2.7s;
}
.delighter.started > li:nth-child(15), .delighter.started > .news-lst:nth-child(15), .delighter.started > .panel-lst-col:nth-child(15) {
  -webkit-transition: all 0.7s ease-out 2.9s;
          transition: all 0.7s ease-out 2.9s;
}
.delighter.started > li:nth-child(16), .delighter.started > .news-lst:nth-child(16), .delighter.started > .panel-lst-col:nth-child(16) {
  -webkit-transition: all 0.7s ease-out 3.1s;
          transition: all 0.7s ease-out 3.1s;
}
.delighter.started > li:nth-child(17), .delighter.started > .news-lst:nth-child(17), .delighter.started > .panel-lst-col:nth-child(17) {
  -webkit-transition: all 0.7s ease-out 3.3s;
          transition: all 0.7s ease-out 3.3s;
}
.delighter.started > li:nth-child(18), .delighter.started > .news-lst:nth-child(18), .delighter.started > .panel-lst-col:nth-child(18) {
  -webkit-transition: all 0.7s ease-out 3.5s;
          transition: all 0.7s ease-out 3.5s;
}
.delighter.started > li:nth-child(19), .delighter.started > .news-lst:nth-child(19), .delighter.started > .panel-lst-col:nth-child(19) {
  -webkit-transition: all 0.7s ease-out 3.7s;
          transition: all 0.7s ease-out 3.7s;
}
.delighter.started > li:nth-child(20), .delighter.started > .news-lst:nth-child(20), .delighter.started > .panel-lst-col:nth-child(20) {
  -webkit-transition: all 0.7s ease-out 3.9s;
          transition: all 0.7s ease-out 3.9s;
}

html {
  font-size: 16px;
  font-size: 1rem;
}

body {
  overflow-x: hidden;
  min-width: 315px;
  min-height: 100vh;
  color: #000;
  font-family: Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-smooth: always;
  line-height: 1.75;

  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.h {
  position: relative;
  z-index: 1000;
}

.h-bg {
  padding-bottom: 10px;
}

.h-i {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.3s;
          transition: 0.3s; 
  color: #000;
  border-radius: 0 0 40px 40px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.h-tel-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 40px; 
  background: #fbe316;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.h-tel-sp-ic::before {
  display: inline-block;
  margin-bottom: 2px; 
  margin-left: 2px;
  content: "\f095";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  color: #08a198;
  font-family: "FontAweSome" !important;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.h-tel-sp-i {
  display: none;
}

.h-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: calc(100% - 190px);
  padding: 10px;
  padding-left: 30px;
  border-radius: 0 0 0 40px; 
  background: #fff;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.h-logo {
  max-width: 160px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.h-logo img {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.h-info {
  padding-right: 10px;
  padding-left: 20px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.h-info-lead {
  -webkit-transition: 0.3s;
          transition: 0.3s; 
  font-size: 10px;
  font-size: 0.625rem;
}

.h-contact-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-align-items: center;
          align-items: center; 
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.h-contact-tel-ic {
  width: 30px;
  height: 100%;
  text-align: center; 
  color: #fff;
  border-radius: 3rem 0 0 3rem;
  background: #08a198;
}
.h-contact-tel-ic::before {
  display: inline-block;
  content: "\f095";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale; 
  speak: none;
}

.h-contact-tel-i {
  padding: 8px 10px;
  font-family: "Quicksand", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.8;
}

.h-contact-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 2px 10px; 
  font-size: 10px;
  font-size: 0.625rem;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.h-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 120px;
  margin-left: auto;
  text-align: center;
}

.h-request-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #000;
  background: #fbe316;
  font-size: 13px;
  font-size: 0.8125rem; 

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.h-request-tx {
  line-height: 1.3;
}

.h-nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 70px;
  border-radius: 0 0 40px 0;
  background: #08a198; 

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.h-slider-w {
  position: relative;
  overflow: hidden; 
  padding-top: 50px;
  padding-bottom: 50px;
}
.h-slider-w .swiper-button-next, .h-slider-w .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: none;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.h-slider-w .swiper-button-next:hover, .h-slider-w .swiper-button-prev:hover {
  background: #fbe316;
}
.h-slider-w .swiper-button-next::before, .h-slider-w .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  color: #000; 
  font-family: "FontAweSome" !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.h-slider-w .swiper-button-next::before {
  margin-left: 2px; 
  content: "\f105";
}
.h-slider-w .swiper-button-prev::before {
  margin-right: 2px; 
  content: "\f104";
}

.h-slider {
  position: relative;
  overflow: visible !important;
}

.h-slider-i {
  max-width: 580px; 
  text-align: center;
}

.gnav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 0; 
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.is-gnavOpen .gnav {
  visibility: visible; 
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.gnav-lr {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  cursor: pointer; 
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.is-gnavOpen .gnav-lr, .is-megaOpen .gnav-lr, .toggled ~ .gnav-lr {
  visibility: visible;
  opacity: 1;
}

.gnav-tgl, .menu-toggle {
  position: relative;
  z-index: 2000;
  display: block;
  width: 70px;
  height: 67px;
  cursor: pointer;
  border: none;
  background: none;
  box-shadow: none;
  font-size: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sp_fixed_h .gnav-tgl, .sp_fixed_h .menu-toggle {
  top: 10px;
}
.gnav-tgl:focus, .gnav-tgl:active, .menu-toggle:focus, .menu-toggle:active {
  outline: none;
}

.hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 21px;
  height: 2px;
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s; 
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-gnavOpen .hamburger, .toggled .hamburger {
  background: transparent;
}
.hamburger:before, .hamburger:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition-delay: 0.3s, 0s, 0s;
          transition-delay: 0.3s, 0s, 0s; 
  -webkit-transition-duration: 0.3s, 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s, 0.3s;
  background: #fff;
}
.hamburger:before {
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, -webkit-transform;
          transition-property: top, transform;
          transition-property: top, transform, -webkit-transform;
}
.is-gnavOpen .hamburger:before, .toggled .hamburger:before {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s, 0.3s;
          transition-delay: 0s, 0.3s, 0.3s; 
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger:after {
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
          transition-property: bottom, transform, -webkit-transform;
}
.is-gnavOpen .hamburger:after, .toggled .hamburger:after {
  bottom: 0;
  -webkit-transition-delay: 0s, 0.3s, 0.3s;
          transition-delay: 0s, 0.3s, 0.3s; 
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gnav-line {
  display: none;
}

.gnav-inner {
  overflow-y: auto;
  width: 100%;
  max-width: 1128px;
  height: 100%;
  margin: auto;
  padding-top: 80px;
  padding-right: 1rem; 
  padding-bottom: 80px;
  padding-left: 1rem;
}

.gnav-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 1rem; 

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gnav-i-h ._i {
  display: block;
}

.gnav-i-h ._en {
  display: block;
  text-transform: uppercase;
  color: #08a198;
  font-size: 12px;
  font-size: 0.75rem;
}

.gnav-i-h-a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.gnav-i-h-a:hover {
  color: #fbe316;
}

.gnav-i-lsts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  font-size: 13px;
  font-size: 0.8125rem; 

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.gnav-i-lsts._bdn {
  border-left: none;
}

.gnav-i-lst {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.gnav-i-lst a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.gnav-i-lst a:hover {
  color: #fbe316;
}

.totop {
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: 10px;
}
.totop a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #08a198; 
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px 1px #08a198;
  line-height: 40px;
}
.totop a > span {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  font-size: 0;
  font-size: 0rem;
}
.totop a::before {
  display: inline-block;
  content: "\f106";
  vertical-align: middle;
  vertical-align: -1px; 
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.f {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff; 
  background: #06847d;
}

.f-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-right: -0.5rem; 
  margin-left: -0.5rem;
  padding-top: 1rem;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f-stores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f-store {
  padding: 10px 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.f-store-t {
  margin-bottom: 5px;
  text-align: center; 
  color: #fff;
  border-radius: 3rem;
  background: #08a198;
}

.f-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 1rem; 

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f-nav-h ._i {
  display: block;
}

.f-nav-h ._en {
  display: block;
  text-transform: uppercase;
  color: #08a198;
  font-size: 12px;
  font-size: 0.75rem;
}

.f-nav-h-a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.f-nav-h-a:hover {
  color: #fbe316;
}

.f-nav-lsts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  font-size: 13px;
  font-size: 0.8125rem; 

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f-nav-lst {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.f-nav-lst a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.f-nav-lst a:hover {
  color: #fbe316;
}

.f-copy {
  text-align: center; 
  font-size: 10px;
  font-size: 0.625rem;
}

.breadcrumbs-w {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff; 
  background: #00ada3;
}

.breadcrumbs-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 1128px;
  margin: auto;
  white-space: nowrap;
  font-size: 12px;
  font-size: 0.75rem; 

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.breadcrumbs-i > span {
  display: inline-block;
  text-align: center; 
  vertical-align: middle;
}
.breadcrumbs-i > span > a, .breadcrumbs-i > span > span {
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
}
.breadcrumbs-i > span:not(:last-child)::after {
  display: inline-block;
  margin-right: 0.5em; 
  margin-left: 0.5em;
  content: "\f105";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.breadcrumbs-i > span:last-child {
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
}
.breadcrumbs-i > span:first-child a:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-top: 5px; 
  content: "\e900";
  text-align: center;
  vertical-align: middle;
  vertical-align: -1px;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  color: #08a198;
  border-radius: 3rem;
  background: #fff;
  font-family: "icomoon" !important;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.breadcrumbs-i > span:first-child a span {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.byline, .updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.single .author.vcard {
  display: none;
}

.post-author {
  display: none;
}

.page-links {
  clear: both;
}

.entry-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 1rem; 
  color: rgba(0, 0, 0, 0.7);

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.entry-footer .byline {
  display: none;
}
.entry-footer > span {
  display: inline-block; 
  margin-right: 1rem;
}

.screen-reader-text {
  display: none;
}

.entry-meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  color: rgba(0, 0, 0, 0.7); 

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.entry-meta .byline {
  display: none;
}
.entry-meta > span {
  display: inline-block;
  margin-right: 1rem;
}

.posted-on::before {
  display: inline-block;
  margin-right: 1px; 
  content: "\f017";
  vertical-align: middle;
  vertical-align: 1px;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.cat-links::before {
  display: inline-block;
  margin-right: 4px; 
  content: "\f07b";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.cat-links a:hover {
  text-decoration: underline;
}

.cat-links ._comma a:not(:last-of-type)::after {
  margin-right: 8px; 
  content: ",";
}

.tags-links::before {
  display: inline-block;
  margin-right: 4px; 
  content: "\f02b";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.tags-links a:hover {
  text-decoration: underline;
}

.tags-links ._comma a:not(:last-of-type)::after {
  margin-right: 8px; 
  content: ",";
}

.entry-content, .page-content {
  word-break: break-all;
  
  overflow-wrap: break-word;
}

.entry-content > h2 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8em;
  border-bottom: 2px solid #00ada3;
}

.entry-content > h3 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6em;
  border-bottom: 1px solid #00ada3;
}

.entry-content > p {
  margin-bottom: 20px;  
}

.entry-content > p > img {
  border-radius: 10px;
  overflow: hidden;
}

.entry-content > p a {
  text-decoration: underline;
  color: #00ada3;
}

.entry-content > blockquote {
  padding: 20px;
  background-color: #00ada224;
  border-radius: 10px;
  margin-bottom: 20px;
}
.entry-content > blockquote a {
  color: #00ada3;
  text-align: right;
  text-decoration: underline;
}

.entry-content > ul {
  margin-bottom: 20px;
}
.entry-content > ul > li {
  padding-left: 10px;
  position: relative;
}

.entry-content > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00ada3;
  left: 0px;
  top: 50%;
  margin-top: -5px;
}

.entry-content > ol {
  margin-bottom: 20px;
  counter-reset: num-list;
}

.entry-content > ol > li {
  padding-left: 20px;
  position: relative;
}

.entry-content > ol > li:before {
  counter-increment: num-list;
  content: counter(num-list);
  position: absolute;
  left: 0;
  color: #00ada3;
}

.entry-content-i, .page-content-i {
  overflow: hidden; 
  width: 100%;
}
.entry-content-i:after, .page-content-i:after {
  display: block;
  clear: both; 
  content: " ";
}
.entry-content-i a, .page-content-i a {
  box-shadow: 0 1px 0 0 currentColor;
}
.entry-content-i h1:after, .entry-content-i h2:after, .entry-content-i h3:after, .entry-content-i h4:after, .entry-content-i h5:after, .entry-content-i h6:after, .entry-content-i p:after, .page-content-i h1:after, .page-content-i h2:after, .page-content-i h3:after, .page-content-i h4:after, .page-content-i h5:after, .page-content-i h6:after, .page-content-i p:after {
  display: block;
  clear: both; 
  content: " ";
}
.entry-content-i h1, .entry-content-i h2, .entry-content-i h3, .entry-content-i h4, .entry-content-i h5, .entry-content-i h6, .page-content-i h1, .page-content-i h2, .page-content-i h3, .page-content-i h4, .page-content-i h5, .page-content-i h6 {
  margin-top: 2rem;
  margin-bottom: 1rem; 
  font-weight: 600;
}
.entry-content-i h1:after, .entry-content-i h2:after, .entry-content-i h3:after, .entry-content-i h4:after, .entry-content-i h5:after, .entry-content-i h6:after, .page-content-i h1:after, .page-content-i h2:after, .page-content-i h3:after, .page-content-i h4:after, .page-content-i h5:after, .page-content-i h6:after {
  display: block;
  clear: both; 
  content: " ";
}
.entry-content-i h1:first-child, .entry-content-i h2:first-child, .entry-content-i h3:first-child, .entry-content-i h4:first-child, .entry-content-i h5:first-child, .entry-content-i h6:first-child, .page-content-i h1:first-child, .page-content-i h2:first-child, .page-content-i h3:first-child, .page-content-i h4:first-child, .page-content-i h5:first-child, .page-content-i h6:first-child {
  margin-top: 0;
}
.entry-content-i h1, .page-content-i h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
}
.entry-content-i h2, .page-content-i h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.entry-content-i h3, .page-content-i h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.entry-content-i h4, .entry-content-i h5, .entry-content-i h6, .page-content-i h4, .page-content-i h5, .page-content-i h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.entry-content-i ul, .page-content-i ul {
  margin-left: 0;
}
.entry-content-i li > ul, .page-content-i li > ul {
  margin-left: 1.25em;
}
.entry-content-i blockquote, .page-content-i blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; 
  padding: 2em;
  background: #f6f6f6;
}
.entry-content-i blockquote:before, .page-content-i blockquote:before {
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  display: inline-block;
  content: "\f10d";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  color: white; 
  font-family: "FontAweSome" !important;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.entry-content-i img, .page-content-i img {
  display: block;
  margin-right: auto; 
  margin-left: auto;
}
.entry-content-i img.alignright, .page-content-i img.alignright {
  margin-left: 0;
}
.entry-content-i img.alignleft, .page-content-i img.alignleft {
  margin-right: 0;
}

.entry-eyecatch {
  margin-bottom: 1rem;
  text-align: center;
}
.entry-eyecatch ._i {
  display: inline-block;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 3rem;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.entry-eyecatch img {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.single .entry-eyecatch img {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.no-touchevents .entry-eyecatch a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.post-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 1rem; 
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post-dl ._key {
  color: #000; 
  background: #fbe316;
}
.post-dl dt {
  width: 100%;
  padding: 5px 15px;
  color: #fff; 
  background: #283231;
}
.post-dl dd {
  width: 100%;
  padding: 5px 15px;
  color: #08a198;
  background: #fff;
  font-weight: 600;
}

.pagenavi-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.pagenavi-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: calc(50% - 5px);
  -webkit-transition: 0.3s;
          transition: 0.3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.pagenavi-i._next {
  margin-left: auto;
}
.pagenavi-i:hover {
  color: #08a198;
}
.pagenavi-i:hover._prev .pagenavi-ic ._i::before {
  right: 4px;
}
.pagenavi-i:hover._next .pagenavi-ic ._i::after {
  left: 4px;
}
.pagenavi-i._prev .pagenavi-ic ._i::before {
  position: relative;
  right: 0;
  display: inline-block;
  margin-right: 4px; 
  content: "\f104";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.pagenavi-i._next .pagenavi-ic {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}
.pagenavi-i._next .pagenavi-ic ._i::after {
  position: relative;
  left: 0;
  display: inline-block;
  margin-left: 4px; 
  content: "\f105";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.pagenavi-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: 60px; 

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.pagenavi-ic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 60px;
  height: 60px;
  text-align: center; 
  color: #fff;
  background: #08a198;
  font-size: 12px;
  font-size: 0.75rem;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.pagenavi-ic ._i::before, .pagenavi-ic ._i::after {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.pagenavi-t {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 60px);
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-size: 0.75rem;
}

.recent-post:not(:last-of-type), .wpp-list li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.recent-post-a, .recent-post-i {
  display: block;
  padding: 0.5rem;
  -webkit-transition: color 0.3s;
          transition: color 0.3s; 
  color: #000;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.recent-post-a:hover, .recent-post-i:hover {
  color: #08a198;
}

.recent-post-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-top: 50%;
  -webkit-transition: 1s;
          transition: 1s;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.recent-post-cnt {
  font-size: 14px;
  font-size: 0.875rem;
}

.recent-post-time {
  font-size: 12px;
  font-size: 0.75rem;
}

.recent-post-t {
  display: block;
  overflow: hidden;
  max-height: 60px;
  line-height: 1.4;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi span.current {
  border-color: currentColor; 
  font-weight: 600;
}

.wp-pagenavi a, .wp-pagenavi span {
  margin: 2px 4px;
  padding: 3px 8px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3rem;
}

.pagination {
  padding: 2rem 0.5rem;
  text-align: center;
  color: #000; 
  font-size: 14px;
  font-size: 0.875rem;
}
.pagination li {
  position: absolute;
  display: inline-block;
  clip: rect(0, 0, 0, 0); 
  margin: 0.15rem;
  vertical-align: middle;
}
.pagination li a {
  display: block;
  width: 30px;
  color: #000; 
  border-radius: 15px;
  background: #eee;
  line-height: 30px;
}
.pagination .current {
  position: initial;
  clip: initial;
}
.pagination .current span {
  display: block;
  width: 30px;
  color: #000; 
  border-radius: 15px;
  background: #fbe316;
  line-height: 30px;
}
.pagination .previous a, .pagination .previous span {
  color: #000; 
  background: #fbe316;
}
.pagination .previous a:before, .pagination .previous span:before {
  display: inline-block;
  content: "\f104";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-size: 16px;
  font-size: 1rem; 
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.pagination .next a, .pagination .next span {
  color: #000;
  background: #fbe316;
}
.pagination .next a:before, .pagination .next span:before {
  content: "\f105";
}
.pagination .first a:before, .pagination .first span:before {
  content: "\f100";
}
.pagination .last a:before, .pagination .last span:before {
  content: "\f101";
}
.pagination .previous, .pagination .next, .pagination .first, .pagination .last {
  position: initial;
  clip: initial;
  font-size: 0;
}
.pagination .previous a:before, .pagination .previous span:before, .pagination .next a:before, .pagination .next span:before, .pagination .first a:before, .pagination .first span:before, .pagination .last a:before, .pagination .last span:before {
  display: inline-block;
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 1rem; 

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.nav-previous, .nav-next {
  border: 2px solid #f6f6f6;
}
.nav-previous a, .nav-next a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 1em;
  -webkit-transition: 0.3s;
          transition: 0.3s; 
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-previous a:hover, .nav-next a:hover {
  color: white; 
  background: #08a198;
}
.nav-previous a::before, .nav-next a::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.nav-previous {
  width: 100%;
  margin: 5px;
}
.nav-previous a {
  padding-left: 2em;
}
.nav-previous a::before {
  left: 8px; 
  content: "\e909";
}

.nav-next {
  width: 100%;
  margin: 5px;
}
.nav-next a {
  padding-right: 2em;
}
.nav-next a::before {
  right: 8px; 
  content: "\e908";
}

.kit-panel-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.kit-panel-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%; 
  padding-right: 8px;
  padding-bottom: 1rem;
  padding-left: 8px;
}

.kit-panel {
  position: relative;
  width: 100%;
  padding: 1rem;
  color: #000;
  border: 3px solid #f6f6f6;
  border-radius: 30px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.kit-panel._bg {
  color: #fff; 
  background: #0ec0b6;
}

.kit-panel-step {
  position: absolute;
  top: -30px;
  left: 50%;
  padding: 0 10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  border-radius: 3rem;
  background: #08a198;
  box-shadow: 0 0 0 1px #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}

.kit-panel-hr {
  margin-bottom: 1rem; 
  border: none;
  border-top: 1px solid #08a198;
}

.kit-panel-img {
  position: relative;
  height: 200px; 
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}
.kit-panel-img._pt0 {
  padding-top: 0;
}
.kit-panel-img._p0 {
  padding-top: 0;
  padding-bottom: 0;
}
.kit-panel-img ._ic {
  position: absolute;
  z-index: 1;
  top: 0; 
  left: 0;
}
.kit-panel-img ._img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-height: 135px; 

  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  -ms-flex-align: end;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.kit-panel-dl {
  font-size: 13px;
  font-size: 0.8125rem;
}
.kit-panel-dl dl {
  display: inline-block;
}
.kit-panel-dl dl:not(:last-child) {
  margin-right: 4px;
}
.kit-panel-dl dt {
  display: inline;
}
.kit-panel-dl dd {
  display: inline;
  color: #08a198;
}

.key {
  display: inline-block;
  padding: 10px 1rem;
  color: #000; 
  border-radius: 4rem;
  background: #fbe316;
}
.key._sm {
  padding-top: 0;
  padding-bottom: 0;
}
.key._bg-white {
  color: #000; 
  background: #fff;
}
.key strong {
  display: inline-block;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: 0 10px;
  color: #fff;
  border-radius: 3rem;
  background: #08a198;
  font-size: 0.9em;
}

.media-side-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  padding: 1rem;
  color: #000;
  border-radius: 30px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); 

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.media-side-i._bg-none {
  color: inherit;
  background: none;
  box-shadow: none;
}
._bg-gray .media-side-i {
  background: #f1f1f1;
}
.media-side-i:not(:last-of-type) {
  margin-bottom: 2rem;
}

.media-side-img {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 200px; 
  border-radius: 30px;
  background-position: 50%;
  background-size: cover;
}
.media-side-img._square {
  height: 100%;
}
.media-side-img._square::before {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%; 
  content: "";
}

.media-side-img-ic {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.media-side-cnt {
  width: 100%;
}

.page-title-w {
  color: #000; 
  background: #00ada3;
}

.page-title-bg {
  background: -webkit-linear-gradient(right, transparent 50%, #fbe316 51%);
  background:         linear-gradient(to left, transparent 50%, #fbe316 51%);
}

.page-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 50px 1rem;
  border-radius: 0 30px 30px 0; 
  background: #fbe316;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.page-title-h1 {
  margin-bottom: 10px;
}
.page-title-h1 ._pagename {
  display: block;
  font-size: 16px;
  font-size: 5vmin;
}
.page-title-h1 ._sub {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.page-title-en {
  padding: 4px 16px;
  text-transform: uppercase;
  border-radius: 3rem;
  background: #fff;
  font-family: "Quicksand", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem; 
  line-height: 0.8;
}

.article-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-right: -8px; 
  margin-left: -8px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.article-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 50%;
  padding-right: 8px;
  padding-bottom: 16px; 
  padding-left: 8px;
}

.article-panel {
  overflow: hidden;
  width: 100%;
  color: #000;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.article-panel-a:hover .article-panel-t {
  color: #08a198;
}

.article-panel-a:hover .article-panel-img-i {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.article-panel-img {
  position: relative;
  display: block;
  overflow: hidden; 
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-position: 50%;
  background-size: cover;
}

.article-panel-img-i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: 1s;
          transition: 1s; 
  background-position: 50%;
  background-size: cover;
}

.article-panel-cnt {
  position: relative;
  display: block;
  min-height: 4.9em; 
  padding: 1rem;
  padding-top: 1.5rem;
}

.article-panel-cat {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1rem; 
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-panel-cat ._i {
  display: inline-block;
  padding: 0 8px; 
  white-space: nowrap;
  color: #000;
  border-radius: 3rem;
  background: #fbe316;
  font-size: 11px;
  font-size: 0.6875rem;
}

.article-panel-t {
  display: -webkit-box;
  overflow: hidden;
  max-height: 2.4em; 
  -webkit-transition: 0.3s;
          transition: 0.3s;
  line-height: 1.2;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-panel-t._no-excerpt {
  display: inline-block;
  max-height: none;
}

.article-lst li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sec-rounded {
  padding-top: 4rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
}

.tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  color: #000;
  border-radius: 3rem; 
  background: #fbe316;
}

.tel-ic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 60px;
  text-align: center;
  color: #fff;
  background: #00ada3;
  font-size: 14px;
  font-size: 0.875rem; 

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.bg .tel-ic {
  background: #0ec0b6;
}

.tel-i {
  padding: 8px 16px;
  font-family: "Quicksand", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.8;
}
._large .tel-i {
  padding: 11px 16px;
  font-size: 26px;
  font-size: 1.625rem;
}

.common-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  padding: 8px 16px; 
  color: #000;
  border-radius: 3rem;
  background: #f6f6f6;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.common-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  color: #000;
  border-radius: 3rem; 
  background: #f6f6f6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.common-info-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-align-items: center;
          align-items: center; 
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.common-info-tel-ic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 40px;
  height: 100%;
  text-align: center; 
  color: #fff;
  border-radius: 3rem 0 0 3rem;
  background: #0ec0b6;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.common-info-tel-ic::before {
  display: inline-block;
  content: "\f095";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale; 
  speak: none;
}

.common-info-tel-i {
  padding: 8px 10px;
  font-family: "Quicksand", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 0.8;
}

.common-info-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 2px 10px; 
  font-size: 10px;
  font-size: 0.625rem;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.masonry-panels {
  -webkit-column-count: 2;
          column-count: 2; 
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.masonry-panel {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.masonry-panel-t {
  padding: 1rem;
  color: #000; 
  background: #fbe316;
}
.masonry-panel-t a:hover {
  text-decoration: underline;
}

.masonry-panel-cnt {
  padding: 1rem;
}
.masonry-panel-cnt a:hover {
  text-decoration: underline;
}

.list-rounded li {
  padding: 0 10px; 
  border-radius: 3rem;
  background: #f6f6f6;
}
.list-rounded li:not(:last-of-type) {
  margin-bottom: 10px;
}

.tags li {
  display: inline-block;
  margin: 4px 2px;
  padding: 1px 10px;
  border-radius: 3rem;
  background: #fbe316;
  font-size: 13px;
  font-size: 0.8125rem;
}

.request-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  max-width: 600px;
  margin: auto; 
  text-align: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.request-flex-col {
  padding: 1rem 8px;
}

.request-flex-t {
  display: block;
  margin-bottom: 1rem;
}
.request-flex-t span {
  display: inline-block;
  padding: 2px 1rem;
  text-align: center;
  color: #fff;
  border-radius: 3rem;
  background: #000;
  font-size: 14px;
  font-size: 0.875rem; 
  font-weight: 600;
}

.request-flex-tel {
  margin-bottom: 10px;
  font-family: "Quicksand", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem; 
  line-height: 0.8;
}
.request-flex-tel span::before {
  display: inline-block;
  content: "\f095";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale; 
  speak: none;
}

.request-flex-time {
  font-size: 12px;
  font-size: 0.75rem;
}

.page-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  max-width: 300px;
  margin-right: auto; 
  margin-left: auto;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.page-btns-col {
  width: 50%; 
  padding: 5px;
}

.page-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 130px;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-align: center; 
  color: #000;
  border-radius: 3rem;
  outline: none;
  background: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.125;
}
.page-btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  margin-top: -1px; 
  content: "\f105";
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.page-btn:hover {
  box-shadow: inset 0 0 0 2px #fbe316;
}

.map-container {
  overflow: hidden;
  border-radius: 1rem;
}

.map iframe {
  width: 100%;
}

.movie-container {
  max-width: 480px;
  margin: auto;
}

.movie-i {
  position: relative;
  display: block;
  width: 100%;
  max-width: 480px;
  height: 0;
  margin: auto;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0 4px #fff;
}
.movie-i:hover ._ic {
  opacity: 1;
}
.movie-i ._ic {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.7; 
  color: #fff;
  border-radius: 50%;
  background: #08a198;
}
.movie-i ._ic::before {
  display: inline-block;
  margin-left: 5px; 
  content: "\f04b";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 60px;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.searchForm-w {
  max-width: 300px;
  margin-right: auto; 
  margin-left: auto;
}

.searchForm-dl {
  padding-bottom: 50px;
}
.searchForm-dl dt {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}

.searchForm, .search-form {
  position: relative;
  max-width: 280px;
}
.searchForm [type=text], .searchForm [type=search], .search-form [type=text], .search-form [type=search] {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  padding-right: 50px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  color: #000;
  border: 0; 
  border-radius: 3rem;
  outline: 0;
  background: #eee;
}
.searchForm [type=text]:focus, .searchForm [type=search]:focus, .search-form [type=text]:focus, .search-form [type=search]:focus {
  padding-left: 20px;
}
.searchForm [type=submit], .search-form [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer; 
  color: white;
  border: none;
  border-radius: 0 3rem 3rem 0;
  outline: none;
  background: #08a198;
}
.searchForm [type=submit] ._ic::before, .search-form [type=submit] ._ic::before {
  display: inline-block;
  content: "\f002";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 50px; 

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.search-submit {
  padding: 0;
}

.search-result {
  margin-top: 10px;
  opacity: 0.9; 
  font-size: 14px;
  font-size: 0.875rem;
}
.search-result strong {
  font-size: 1.1em;
}

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

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.aic {
  -webkit-align-items: center;
          align-items: center; 
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.faq-lst > li:not(:last-of-type) {
  margin-bottom: 2rem;
}

.faq-dl {
  overflow: hidden;
  color: #000;
  border-radius: 30px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.faq-dl dt {
  position: relative;
  padding: 15px;
  color: #fff; 
  border-bottom: 1px solid #06847d;
  background: #08a198;
}
.faq-dl dt::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "Q";
  text-align: center;
  color: #08a198;
  border-radius: 50%; 
  background: #fff;
  font-family: "Quicksand", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.8;
  line-height: 1;
}
.faq-dl dd {
  position: relative;
  padding: 15px;
}
.faq-dl dd::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "A";
  text-align: center;
  color: #fff;
  border-radius: 50%; 
  background: #08a198;
  font-family: "Quicksand", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.8;
  line-height: 1;
}

.fixed-side {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 0;
  visibility: hidden; 
  width: 80px;
  margin-top: -50px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translate(-110%, 0);
      -ms-transform: translate(-110%, 0);
          transform: translate(-110%, 0);
  opacity: 0;
}
.is-scrolled .fixed-side {
  visibility: visible; 
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.is-gnavOpen .fixed-side {
  visibility: hidden; 
  opacity: 0;
}

.form {
  padding: 50px 10px;
  color: #000;
  border-radius: 40px; 
  background: #f6f6f6;
}

.form-lst li {
  margin-bottom: 2rem;
}
.form-lst li dl dd [type=text], .form-lst li dl dd [type=tel], .form-lst li dl dd [type=email], .form-lst li dl dd textarea {
  width: 100%;
  padding: 10px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  border: none;
  border: 1px solid #f6f6f6; 
  border-radius: 1rem;
  outline: none;
  background: #fff;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.form-lst li dl dd [type=text]:focus, .form-lst li dl dd [type=text]:active, .form-lst li dl dd [type=tel]:focus, .form-lst li dl dd [type=tel]:active, .form-lst li dl dd [type=email]:focus, .form-lst li dl dd [type=email]:active, .form-lst li dl dd textarea:focus, .form-lst li dl dd textarea:active {
  border-color: #08a198;
}
.form-lst li dl dd [type=text]._sm, .form-lst li dl dd [type=tel]._sm, .form-lst li dl dd [type=email]._sm, .form-lst li dl dd textarea._sm {
  max-width: 200px;
}
.form-lst li dl dd [type=text] {
  width: 100%;
}

.is-required {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px;
  color: #000;
  border-radius: 3rem;
  background: #fbe316;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}

.form-size-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form-size-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%; 
  padding-right: 8px;
  padding-bottom: 1rem;
  padding-left: 8px;
}

.form-size {
  position: relative;
  width: 100%;
  padding: 1rem;
  color: #000;
  border: 3px solid #f6f6f6;
  border-radius: 30px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.form-size .wpcf7-form-control-wrap {
  position: static;
}
.form-size .wpcf7-list-item [type=radio] {
  display: none;
}
.form-size .wpcf7-list-item [type=radio]:checked ~ .wpcf7-list-item-label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border: 4px solid #08a198;
  border-radius: 30px;
}
.form-size .wpcf7-list-item label {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.form-size .wpcf7-list-item-label {
  overflow: hidden;
  white-space: nowrap; 
  text-indent: 100%;
  font-size: 0;
}

.form-size-ic {
  display: block;
  width: 60px;
  height: 60px;
  background-position: 50%; 
  background-size: contain;
}
.form-size-ic._s {
  background-image: url(../img/common/ic_size_s01.png);
}
.form-size-ic._m {
  background-image: url(../img/common/ic_size_m01.png);
}
.form-size-ic._l {
  background-image: url(../img/common/ic_size_l01.png);
}
.form-size-ic._xl {
  background-image: url(../img/common/ic_size_xl01.png);
}

.form-size-img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 135px;
  background-position: 50% 100%; 
  background-size: auto;
}
.form-size-img._s {
  background-image: url(../img/common/img_size_s01.png);
}
.form-size-img._m {
  background-image: url(../img/common/img_size_m01.png);
}
.form-size-img._l {
  background-image: url(../img/common/img_size_l01.png);
}
.form-size-img._xl {
  background-image: url(../img/common/img_size_xl01.png);
}

.form-file label {
  padding: 6px 1rem;
  color: #fff;
  border-radius: 3rem;
  background: #08a198;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}

.store-info {
  max-width: 600px;
  margin: auto; 
  padding: 50px 1rem;
  color: #000;
  border-radius: 40px;
  background: #fff;
}

.store-info-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.store-info-dl dt {
  width: 100%;
  font-weight: 600;
}
.store-info-dl dd {
  width: 100%;
  margin-bottom: 1.5rem; 
  padding: 5px 10px;
}

.diff-cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  margin-bottom: 3rem; 
  border-radius: 30px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.diff-cnt-i {
  width: 100%;
  padding: 2rem 1rem;
}
.diff-cnt-i._l {
  color: #000; 
  background: #fbe316;
}
.diff-cnt-i._r {
  color: #000; 
  background: #fff;
}

.diff-cnt-t {
  margin-bottom: 1rem; 
  text-align: center;
}

.about-lst > li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f6f6f6;
}
.about-lst > li:last-of-type {
  border-bottom: 1px solid #f6f6f6;
}

.about-lst dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about-lst dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  padding: 10px;
  background: #fbe316;
  font-weight: 600; 

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.about-lst dd {
  width: 100%; 
  padding: 10px;
}

@media (min-width: 36em) {
  .ex-large {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .flex-items-sm-top {
    -webkit-align-items: flex-start;
            align-items: flex-start; 
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .flex-items-sm-middle {
    -webkit-align-items: center;
            align-items: center; 
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .flex-items-sm-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end; 
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .flex-sm-top {
    -webkit-align-self: flex-start;
            align-self: flex-start; 
    -ms-flex-item-align: start;
  }
  .flex-sm-middle {
    -webkit-align-self: center;
            align-self: center; 
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
  .flex-sm-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end; 
    -ms-flex-item-align: end;
  }
  .flex-items-sm-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .flex-items-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .flex-items-sm-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .flex-items-sm-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .flex-items-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-sm {
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-sm-1-5 {
    max-width: 20%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .col-sm-2-5 {
    max-width: 40%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .col-sm-3-5 {
    max-width: 60%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .col-sm-4-5 {
    max-width: 80%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    width: 540px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm {
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-sm-auto {
    width: auto; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-1 {
    max-width: 8.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }
  .col-sm-2 {
    max-width: 16.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .col-sm-3 {
    max-width: 25%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .col-sm-5 {
    max-width: 41.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }
  .col-sm-6 {
    max-width: 50%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }
  .col-sm-8 {
    max-width: 66.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }
  .col-sm-9 {
    max-width: 75%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }
  .col-sm-11 {
    max-width: 91.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
  .col-sm-12 {
    max-width: 100%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .t {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .t2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .btn-big {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .tbl th {
    width: 180px;
  }
  .is-sp {
    display: none;
  }
  .h-tel-sp {
    display: none;
  }
  .h-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    color: #000;
    border-radius: 3rem; 
    background: #f6f6f6;
  }
  .h-contact-tel {
    color: #000;
    border-radius: 3rem 0 0 3rem; 
    background: #fbe316;
  }
  .h-contact-time {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .gnav-tgl, .menu-toggle {
    top: 0;
  }
  .entry-content-i blockquote, .page-content-i blockquote {
    padding: 3em;
  }
  .pagination li {
    position: initial;
    clip: initial;
  }
  .kit-panel-col {
    width: 50%;
  }
  .media-side-img {
    height: 250px;
  }
  .page-title-h1 ._pagename {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .common-info-tel {
    color: #000;
    border-radius: 3rem 0 0 3rem; 
    background: #fbe316;
  }
  .common-info-time {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .masonry-panels {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .faq-dl dt {
    padding-left: 50px;
  }
  .faq-dl dt::before {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .faq-dl dd {
    padding-left: 50px;
  }
  .faq-dl dd::before {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .form-size-col {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .flex-items-md-top {
    -webkit-align-items: flex-start;
            align-items: flex-start; 
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .flex-items-md-middle {
    -webkit-align-items: center;
            align-items: center; 
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .flex-items-md-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end; 
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .flex-md-top {
    -webkit-align-self: flex-start;
            align-self: flex-start; 
    -ms-flex-item-align: start;
  }
  .flex-md-middle {
    -webkit-align-self: center;
            align-self: center; 
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
  .flex-md-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end; 
    -ms-flex-item-align: end;
  }
  .flex-items-md-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .flex-items-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .flex-items-md-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .flex-items-md-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .flex-items-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-md {
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-md-1-5 {
    max-width: 20%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .col-md-2-5 {
    max-width: 40%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .col-md-3-5 {
    max-width: 60%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .col-md-4-5 {
    max-width: 80%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    width: 720px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md {
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-md-auto {
    width: auto; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-1 {
    max-width: 8.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }
  .col-md-2 {
    max-width: 16.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .col-md-3 {
    max-width: 25%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .col-md-5 {
    max-width: 41.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }
  .col-md-6 {
    max-width: 50%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }
  .col-md-8 {
    max-width: 66.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }
  .col-md-9 {
    max-width: 75%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }
  .col-md-11 {
    max-width: 91.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
  .col-md-12 {
    max-width: 100%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .panel {
    border-radius: 30px;
  }
  .box-rounded {
    padding: 3rem 1rem; 
    border: 2px solid #fff;
    border-radius: 60px;
  }
  .h-bg {
    padding-top: 70px;
  }
  .h-slider-w .swiper-button-next {
    right: calc(50% - 580px / 2 - 30px);
  }
  .h-slider-w .swiper-button-prev {
    left: calc(50% - 580px / 2 - 30px);
  }
  .gnav-i-h {
    width: 200px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .gnav-i-lsts {
    width: calc(100% - 200px);
    margin-right: -10px; 
    margin-left: -10px;
    padding: 1rem;
    border-left: 1px solid #08a198;
  }
  .f-nav-h {
    width: 200px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .f-nav-lsts {
    width: calc(100% - 200px);
    margin-right: -10px; 
    margin-left: -10px;
    padding: 1rem;
    border-left: 1px solid #08a198;
  }
  .post-dl {
    border-radius: 3rem;
  }
  .post-dl dt {
    width: 140px;
  }
  .post-dl dd {
    width: calc(100% - 140px);
  }
  .nav-previous, .nav-next {
    width: calc(50% - 10px);
  }
  .nav-previous {
    margin-right: auto;
  }
  .nav-next {
    margin-left: auto;
  }
  .kit-panel-col {
    width: 25%;
  }
  ._3cols .kit-panel-col {
    width: 33.33333%;
  }
  .media-side-img {
    width: 300px;
    height: 200px;
  }
  .media-side-cnt {
    width: 100%;
    width: calc(100% - 300px); 
    padding: 0 2rem;
  }
  .article-col {
    width: 33.33333%;
  }
  .sec-rounded {
    padding-right: 2rem; 
    padding-left: 2rem;
    border-radius: 80px;
  }
  .masonry-panels {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .masonry-panel {
    border-radius: 30px;
  }
  .request-flex-col {
    width: 50%;
  }
  .request-flex-col:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .page-btns {
    max-width: 600px;
  }
  .page-btns-col {
    width: 25%;
  }
  .form {
    padding: 50px 1rem;
  }
  .form-size-col {
    width: 25%;
  }
  ._3cols .form-size-col {
    width: 33.33333%;
  }
  .store-info-dl dt {
    width: 100px;
    padding: 10px;
  }
  .store-info-dl dd {
    width: calc(100% - 100px);
    margin-bottom: 10px; 
    padding: 10px;
    border-left: 1px solid;
  }
  .diff-cnt-i {
    width: 50%;
  }
  .about-lst dt {
    width: 180px;
  }
  .about-lst dd {
    width: calc(100% - 180px);
  }
}

@media (min-width: 62em) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .flex-items-lg-top {
    -webkit-align-items: flex-start;
            align-items: flex-start; 
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .flex-items-lg-middle {
    -webkit-align-items: center;
            align-items: center; 
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .flex-items-lg-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end; 
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .flex-lg-top {
    -webkit-align-self: flex-start;
            align-self: flex-start; 
    -ms-flex-item-align: start;
  }
  .flex-lg-middle {
    -webkit-align-self: center;
            align-self: center; 
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
  .flex-lg-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end; 
    -ms-flex-item-align: end;
  }
  .flex-items-lg-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .flex-items-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .flex-items-lg-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .flex-items-lg-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .flex-items-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-lg {
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-lg-1-5 {
    max-width: 20%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .col-lg-2-5 {
    max-width: 40%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .col-lg-3-5 {
    max-width: 60%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .col-lg-4-5 {
    max-width: 80%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    width: 960px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg {
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-lg-auto {
    width: auto; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-1 {
    max-width: 8.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }
  .col-lg-2 {
    max-width: 16.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .col-lg-3 {
    max-width: 25%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .col-lg-5 {
    max-width: 41.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }
  .col-lg-6 {
    max-width: 50%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }
  .col-lg-8 {
    max-width: 66.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }
  .col-lg-9 {
    max-width: 75%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }
  .col-lg-11 {
    max-width: 91.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
  .col-lg-12 {
    max-width: 100%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .h-bg {
    padding-top: 90px;
  }
  .h-i {
    height: 90px;
  }
  .is-scrolled .h-i {
    height: 60px;
  }
  .h-logo {
    max-width: 180px;
  }
  .is-scrolled .h-logo {
    max-width: 120px;
  }
  .h-info-lead {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .is-scrolled .h-info-lead {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .h-contact-tel-i {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .h-contact-time {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .h-request {
    width: 180px;
  }
  .h-request br {
    display: none;
  }
  .h-nav-btn {
    width: 90px;
  }
  .gnav-line {
    position: absolute;
    bottom: 12px;
    display: block;
    height: 2px;
    -webkit-transition: 0.3s ease;
            transition: 0.3s ease; 
    background: #fff;
  }
  .kit-panel-col {
    width: 25%;
  }
  ._3cols .kit-panel-col {
    width: 33.33333%;
  }
  .media-side-img {
    width: 400px;
    height: 250px;
  }
  .media-side-cnt {
    width: calc(100% - 400px);
  }
  ._3cols .article-col {
    width: 33.33333%;
  }
  .article-col {
    width: 25%;
  }
  .tel-i {
    font-size: 18px;
    font-size: 1.125rem;
  }
  ._large .tel-i {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .common-info-tel-i {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .common-info-time {
    font-size: 16px;
    font-size: 1rem;
  }
  .form-size-col {
    width: 25%;
  }
  ._3cols .form-size-col {
    width: 33.33333%;
  }
}

@media (min-width: 1128px) {
  .h-i {
    left: calc(50% - 1128px / 2);
  }
}

@media (min-width: 75em) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .flex-items-xl-top {
    -webkit-align-items: flex-start;
            align-items: flex-start; 
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .flex-items-xl-middle {
    -webkit-align-items: center;
            align-items: center; 
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .flex-items-xl-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end; 
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .flex-xl-top {
    -webkit-align-self: flex-start;
            align-self: flex-start; 
    -ms-flex-item-align: start;
  }
  .flex-xl-middle {
    -webkit-align-self: center;
            align-self: center; 
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
  .flex-xl-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end; 
    -ms-flex-item-align: end;
  }
  .flex-items-xl-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .flex-items-xl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .flex-items-xl-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .flex-items-xl-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .flex-items-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-xl {
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-xl-1-5 {
    max-width: 20%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .col-xl-2-5 {
    max-width: 40%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .col-xl-3-5 {
    max-width: 60%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .col-xl-4-5 {
    max-width: 80%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    width: 1140px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl {
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-xl-auto {
    width: auto; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xl-1 {
    max-width: 8.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }
  .col-xl-2 {
    max-width: 16.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .col-xl-3 {
    max-width: 25%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .col-xl-5 {
    max-width: 41.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }
  .col-xl-6 {
    max-width: 50%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }
  .col-xl-8 {
    max-width: 66.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }
  .col-xl-9 {
    max-width: 75%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }
  .col-xl-11 {
    max-width: 91.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
  .col-xl-12 {
    max-width: 100%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 47.9375em) {
  .panel-t {
    font-size: 0.8em;
  }
  .panel-cnt {
    font-size: 0.8em;
  }
  .h-bg {
    padding-top: 60px;
  }
  .h-i {
    height: 60px;
  }
  .h-left {
    width: calc(100% - 60px);
  }
  .h-logo {
    max-width: 100px;
  }
  .h-info-lead {
    display: none;
  }
  .h-request {
    display: none;
  }
  .h-nav-btn {
    width: 60px; 
    margin-left: auto;
  }
  .gnav-i:not(:last-of-type) {
    border-bottom: 1px solid #08a198;
  }
  .gnav-i-h {
    width: 100%;
  }
  .gnav-i-lsts {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .f-nav:not(:last-of-type) {
    border-bottom: 1px solid #08a198;
  }
  .f-nav-h {
    width: 100%;
  }
  .f-nav-lsts {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .media-side-img {
    margin-right: auto;
    margin-bottom: 1rem; 
    margin-left: auto;
  }
  .sec-rounded {
    margin-right: -1rem; 
    margin-left: -1rem;
  }
  .masonry-panel-t {
    font-size: 0.8em;
  }
  .masonry-panel-cnt {
    font-size: 0.8em;
  }
  .store-info-dl dt {
    padding: 5px 10px;
    color: #fff; 
    border-radius: 3rem;
    background: #08a198;
  }
}

@media (max-width: 35.9375em) {
  .tbl tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 1rem; 

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tbl th, .tbl td {
    width: 100%;
    border: none;
  }
  .tbl th {
    border-bottom: 1px solid #f6f6f6;
  }
  .is-pc {
    display: none;
  }
  .h-left {
    border-radius: 0;
  }
  .h-logo {
    margin: auto;
  }
  .h-contact {
    display: none;
  }
  .h-contact-tel-i {
    display: none;
  }
  .h-contact-time {
    display: none;
  }
  .pagenavi-ic {
    width: 100%;
  }
  .pagenavi-t {
    display: none;
  }
  .article-panel-cnt {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .faq-dl dt::before {
    margin-right: 4px;
  }
  .faq-dl dd::before {
    margin-right: 4px;
  }
  .fixed-side {
    display: none;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0; 
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    box-sizing: border-box; 
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px; 
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0; 
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px; 
    padding-left: 6px;
  }
}