@charset "UTF-8";
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  margin: 0;
  font-size: 1.6rem; }

body, html {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #505050;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

a:visited {
  color: #505050; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0;
  color: #d4d4d4; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*    Base
\*!------------------------------------*/
@media screen and (max-width: 980px) {
  .drawer-open {
    overflow: hidden !important; }
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #fff; }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222; }
  .drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222; }
  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent; }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .drawer-open .drawer-overlay {
    display: block; }
  /*!------------------------------------*	    Top
	\*!------------------------------------*/
  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .drawer--top.drawer-open .drawer-nav {
    top: 0; }
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0; }
  /*!------------------------------------*	    Left
	\*!------------------------------------*/
  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0; }
  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem; }
  /*!------------------------------------*	    Right
	\*!------------------------------------*/
  .drawer--right .drawer-nav {
    background: #fff;
    right: -16.25rem;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .drawer--right .drawer-nav ul {
    padding: 70px 0 0 0;
    margin: 0;
    list-style: none; }
    .drawer--right .drawer-nav ul li a {
      text-decoration: none;
      padding: 10px 10px;
      display: block; }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0; }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem; }
  /*!------------------------------------*	    Hamburger
	\*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 999;
    top: 10px;
    display: block;
    box-sizing: content-box;
    width: 3rem;
    padding: 0;
    padding-top: 8px;
    padding-right: .75rem;
    padding-bottom: 15px;
    padding-left: .75rem;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0; }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent; }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px; }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #333; }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' '; }
  .drawer-hamburger-icon:after {
    top: 10px; }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent; }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0; }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /*!------------------------------------*	    accessibility
	\*!------------------------------------*/
  /*!
	 * Only display content to screen readers
	 * See: http://a11yproject.com/posts/how-to-hide-content
	 */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  /*!
	 * Use in conjunction with .sr-only to only display content when it's focused.
	 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	 * Credit: HTML5 Boilerplate
	 */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }
  /*!------------------------------------*	    Sidebar
	\*!------------------------------------*/
  .drawer--sidebar {
    background-color: #fff; }
  .drawer--sidebar .drawer-contents {
    background-color: #fff; } }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }

/*!------------------------------------*    Navbar
\*!------------------------------------*/
@media screen and (max-width: 980px) {
  .drawer--navbarTopGutter {
    padding-top: 3.75rem; }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%; }
  /*! .drawer-navbar modifier */
  .drawer-navbar--fixed {
    position: fixed; }
  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center; }
  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none; }
  .drawer-navbar .drawer-brand:hover {
    background-color: transparent; }
  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem; }
  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem; } }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }
  .drawer-navbar .drawer-menu--right {
    float: right; }
  .drawer-navbar .drawer-menu li {
    float: left; }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }
  .drawer-navbar .drawer-hamburger {
    display: none; }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .drawer-navbar .drawer-menu {
    padding: 0; }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; } }

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
@media screen and (max-width: 980px) {
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff; }
  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none; }
  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222; }
  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent; }
  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block; }
  /*! drawer-caret */
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  /*! open */
  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  /*!------------------------------------*	    Container
	\*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

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

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

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

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

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.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 {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.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-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out; }

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

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

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  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);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

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

.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);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

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

/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
@media all and (max-width: 980px) {
  body.common header#masthead {
    box-shadow: 0 2px 3px 0px rgba(51, 51, 51, 0.8);
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 999; }
    body.common header#masthead #header-wrap {
      width: 1000px;
      margin: 0 auto;
      padding: 0;
      position: relative; }
      body.common header#masthead #header-wrap #logo {
        line-height: 0;
        margin: 0;
        padding: 0 0 0 5px; }
        body.common header#masthead #header-wrap #logo svg {
          width: 70px;
          height: auto; }
      body.common header#masthead #header-wrap .drawer-hamburger {
        top: 2px;
        right: 3px; }
      body.common header#masthead #header-wrap ul.drawer-nav {
        padding: 40px 0 0 0;
        margin: 0;
        list-style: none;
        background-color: #990000; }
        body.common header#masthead #header-wrap ul.drawer-nav li {
          float: none; }
          body.common header#masthead #header-wrap ul.drawer-nav li a,
          body.common header#masthead #header-wrap ul.drawer-nav li a:link,
          body.common header#masthead #header-wrap ul.drawer-nav li a:visited,
          body.common header#masthead #header-wrap ul.drawer-nav li a:active {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 400;
            color: #fff;
            display: block;
            padding: 10px;
            text-decoration: none;
            border-bottom: 1px solid #fff; }
        body.common header#masthead #header-wrap ul.drawer-nav li:first-child a {
          border-top: 1px solid #fff; }
  body.common.drawer-open header#masthead #header-wrap .drawer-hamburger .drawer-hamburger-icon:before,
  body.common.drawer-open header#masthead #header-wrap .drawer-hamburger .drawer-hamburger-icon:after {
    background-color: #fff; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body.common header#masthead #header-wrap #logo a svg {
    height: 40px !important; } }

@media all and (min-width: 980px) {
  body.common header#masthead {
    box-shadow: 0 2px 3px 0px rgba(51, 51, 51, 0.8);
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999; }
    body.common header#masthead #header-wrap {
      width: 1000px;
      height: 40px;
      margin: 0 auto;
      padding: 0;
      position: relative; }
      body.common header#masthead #header-wrap #logo {
        line-height: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999; }
        body.common header#masthead #header-wrap #logo a svg,
        body.common header#masthead #header-wrap #logo a:link svg,
        body.common header#masthead #header-wrap #logo a:visited svg,
        body.common header#masthead #header-wrap #logo a:active svg {
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          opacity: 1;
          filter: alpha(opacity=100);
          width: 100px;
          height: auto; }
        body.common header#masthead #header-wrap #logo a:hover svg {
          opacity: 0.8;
          filter: alpha(opacity=80);
          fill: #990000; }
      body.common header#masthead #header-wrap ul.drawer-nav {
        display: none;
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end; }
        body.common header#masthead #header-wrap ul.drawer-nav li a,
        body.common header#masthead #header-wrap ul.drawer-nav li a:link,
        body.common header#masthead #header-wrap ul.drawer-nav li a:visited,
        body.common header#masthead #header-wrap ul.drawer-nav li a:active {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          display: block;
          padding: 0 10px;
          text-decoration: none;
          text-transform: uppercase;
          line-height: 2;
          color: #131313; }
        body.common header#masthead #header-wrap ul.drawer-nav li a:hover {
          color: #990000;
          opacity: 1;
          filter: alpha(opacity=100); }
        body.common header#masthead #header-wrap ul.drawer-nav li a:after {
          content: "";
          display: block;
          height: 2px;
          width: 100%;
          margin: 0 auto;
          background-color: #990000;
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          opacity: 0;
          transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
        body.common header#masthead #header-wrap ul.drawer-nav li a:hover:after {
          opacity: 1;
          -ms-transform: scaleX(0.7);
          transform: scaleX(0.7); } }

/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
footer {
  padding: 10px 0;
  background: #333;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-size: 13px;
  color: #ffffff; }
  footer p {
    margin-top: 0;
    margin-bottom: 5px; }

#back {
  position: fixed;
  z-index: 500;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  #back a,
  #back a:link,
  #back a:visited,
  #back a:active {
    display: block;
    background: #000;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    position: relative;
    border: 3px solid #fff; }
    #back a .fas,
    #back a:link .fas,
    #back a:visited .fas,
    #back a:active .fas {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 80px;
      height: auto; }
  #back a:hover {
    border: 3px solid #fd0d05; }
    #back a:hover svg {
      top: 40%;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      width: 75px;
      height: auto; }

#back.active {
  bottom: 120px; }

@media all and (max-width: 980px) {
  #back {
    position: fixed;
    right: 10px;
    bottom: 10px; }
    #back a,
    #back a:link,
    #back a:visited,
    #back a:active {
      width: 50px;
      height: 50px;
      border-radius: 25px; }
      #back a .fas,
      #back a:link .fas,
      #back a:visited .fas,
      #back a:active .fas {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 50px;
        height: auto; }
  #back.active {
    bottom: 80px; }
  footer {
    padding: 10px 0; } }

body.common {
  margin-bottom: 0; }
  body.common #content {
    padding-top: 60px; }
    body.common #content .tribe-events-button.tribe-events-ical {
      display: block;
      width: 250px;
      padding: 10px 0;
      margin: 0 auto;
      float: none;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    body.common #content .tribe-events-button.tribe-events-ical:hover {
      display: block;
      width: 250px;
      padding: 10px 0;
      margin: 0 auto;
      float: none;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    body.common #content .tribe_events .tribe-events-cal-links {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      body.common #content .tribe_events .tribe-events-cal-links .tribe-events-gcal.tribe-events-button,
      body.common #content .tribe_events .tribe-events-cal-links .tribe-events-button.tribe-events-ical {
        display: block;
        width: 250px;
        padding: 10px 0;
        margin: 0 auto;
        float: none;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      body.common #content .tribe_events .tribe-events-cal-links .tribe-events-gcal.tribe-events-button:hover,
      body.common #content .tribe_events .tribe-events-cal-links .tribe-events-button.tribe-events-ical:hover {
        display: block;
        width: 250px;
        padding: 10px 0;
        margin: 0 auto;
        float: none;
        opacity: 0.8;
        filter: alpha(opacity=80); }
    body.common #content .tribe_events #event-contact form {
      width: 500px;
      margin: 0 auto; }
      body.common #content .tribe_events #event-contact form input {
        font-size: 1.4rem;
        margin: 5px 0 0 0; }
      body.common #content .tribe_events #event-contact form textarea {
        font-size: 1.4rem;
        margin: 5px 0 0 0; }
    body.common #content .tribe_events #event-contact input[type="submit"],
    body.common #content .tribe_events #event-contact button {
      -webkit-appearance: none;
      position: relative;
      display: block;
      width: 340px;
      max-width: 100%;
      height: 50px;
      margin: 0;
      padding: 0;
      background: #333;
      border: none;
      text-align: center;
      line-height: 50px;
      font-weight: normal;
      font-size: 1.6rem;
      color: #fff;
      overflow: hidden;
      cursor: pointer;
      z-index: 2;
      margin: 20px auto 0 auto; }
    body.common #content .tribe-events-single-event-description.tribe-events-content {
      padding: 20px 0;
      font-size: 14px;
      font-size: 1.4rem; }
      body.common #content .tribe-events-single-event-description.tribe-events-content .info {
        margin: 0 0 10px 0; }
      body.common #content .tribe-events-single-event-description.tribe-events-content p {
        word-break: break-all; }
    body.common #content .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
      margin-bottom: 0; }
    body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details,
    body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer {
      width: 100%;
      box-sizing: border-box;
      display: inline-block;
      float: left;
      margin: 0 0 20px;
      padding: 0 10px;
      text-align: left;
      vertical-align: top;
      zoom: 1; }
      body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-event-cost p,
      body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-event-cost p {
        margin: 0; }
      body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl,
      body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dt, body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd,
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dt,
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd {
          padding: 5px 0;
          margin: 0;
          font-size: 13px;
          font-size: 1.3rem; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dt,
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dt {
          width: 30%; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd,
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd {
          width: 70%;
          display: block; }
          body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd a,
          body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd a:link,
          body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd a:visited,
          body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd a:active,
          body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd a,
          body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd a:link,
          body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd a:visited,
          body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd a:active {
            display: block;
            color: #990000; }
            body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd a .fas,
            body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd a:link .fas,
            body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd a:visited .fas,
            body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd a:active .fas,
            body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd a .fas,
            body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd a:link .fas,
            body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd a:visited .fas,
            body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd a:active .fas {
              padding-left: 5px; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl .plgd,
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-organizer dl .plgd {
          display: block; }
    body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue {
      width: 100%;
      box-sizing: border-box;
      display: inline-block;
      float: left;
      margin: 0 0 20px;
      padding: 0 10px;
      text-align: left;
      vertical-align: top;
      zoom: 1; }
      body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl dt {
          width: 30%; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl dd {
          width: 70%; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl .tribe-venue {
          width: 30%; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl .tribe-venue-location {
          width: 70%; }
    body.common #content .tribe-events-single-section.tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue {
      width: 100%;
      box-sizing: border-box;
      display: inline-block;
      float: left;
      margin: 0 0 20px;
      padding: 0 10px;
      text-align: left;
      vertical-align: top;
      zoom: 1; }
      body.common #content .tribe-events-single-section.tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue dl dt {
          width: 30%; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue dl dd {
          width: 70%; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue dl .tribe-venue {
          width: 30%; }
        body.common #content .tribe-events-single-section.tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue dl .tribe-venue-location {
          width: 70%; }
    body.common #content .tribe-events-single-section.tribe-events-event-meta.secondary .tribe-events-venue-map {
      float: none;
      width: 100%; }
    body.common #content .tribe-events-single-section.tribe-events-event-meta.secondary .tribe-events-venue-map-wrap {
      padding: 0 4%; }
    body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop {
      width: 1000px;
      max-width: 1000px; }
      body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events,
      body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 0; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-image,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
          width: 35%;
          margin: 0 3% 0 0; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .event-txt-wrap,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .event-txt-wrap {
          width: 75%;
          position: relative; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-event-schedule-details .artist-name,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-event-schedule-details .artist-name {
          padding: 0;
          margin: 5px 0 0 0; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-venue-details,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-venue-details {
          display: none; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-cost,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
          position: absolute;
          right: 0;
          top: 0;
          margin-bottom: 5px; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-list-event-description,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-description {
          font-size: 13px;
          font-size: 1.3rem;
          margin-top: 0;
          float: none;
          padding: 0; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-read-more,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-read-more {
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-appearance: none;
          position: relative;
          display: block;
          width: 200px;
          max-width: 100%;
          height: 40px;
          margin: 0;
          padding: 0;
          background: #333;
          border: none;
          text-align: center;
          line-height: 40px;
          font-weight: 600;
          font-size: 1.3rem;
          color: #fff;
          overflow: hidden;
          cursor: pointer;
          z-index: 2;
          margin: 10px auto 0 auto; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-read-more:hover,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-read-more:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured {
        background: transparent;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.8);
        padding: 10px;
        border-radius: 5px; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:link,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:visited,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:active {
          color: #333; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-event-schedule-details,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-description {
          color: #333; }
    body.common #content .tribe-events-page-title {
      display: none; }
    body.common #content #tribe-bar-form {
      margin: 30px 0 0 0; }
  body.common #page-slide {
    background: url(../img/def.jpg) no-repeat center;
    min-height: 350px;
    position: relative;
    background-size: cover; }
    body.common #page-slide h1 {
      margin: 0;
      font-family: 'Vidaloka', serif;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 40px;
      font-size: 4rem;
      text-align: center; }
      body.common #page-slide h1 span {
        margin-top: -5px;
        display: block;
        font-size: 2px;
        font-size: 2rem;
        font-family: 'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
  body.common #page-slide h1.entry-title {
    margin: 0 0 20px 0;
    font-size: 55px;
    font-size: 5.5rem;
    font-family: 'Vidaloka', serif;
    text-align: center;
    text-shadow: 2px 3px 10px #0c0c0c, -2px 2px 10px #212121, 2px -2px 10px #212121, -2px -2px 10px #212121;
    -moz-text-shadow: 2px 3px 10px #0c0c0c, -2px 2px 10px #212121, 2px -2px 10px #212121, -2px -2px 10px #212121;
    -webkit-text-shadow: 2px 3px 10px #0c0c0c, -2px 2px 10px #212121, 2px -2px 10px #212121, -2px -2px 10px #212121; }
  body.common #page-slide #live-club {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    top: auto;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 500px;
    margin: 0 auto; }
    body.common #page-slide #live-club a,
    body.common #page-slide #live-club a:link,
    body.common #page-slide #live-club a:visited,
    body.common #page-slide #live-club a:active {
      display: block;
      width: 50%;
      padding: 10px;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      text-decoration: none;
      background: #333;
      color: #fff;
      text-align: center;
      margin: 0 5px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700; }
    body.common #page-slide #live-club a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  body.common #main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0 0; }
    body.common #main table tbody tr th, body.common #main table tbody tr td {
      border: 1px solid #ddd;
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: top; }
    body.common #main .gallery .gallery-item {
      padding: 5px; }
    body.common #main .sch-common {
      width: 100%; }
      body.common #main .sch-common .sec-wrap {
        padding: 0 10px; }
        body.common #main .sch-common .sec-wrap h2 {
          word-break: break-all;
          font-family: 'Vidaloka', serif;
          font-size: 40px;
          font-size: 4rem;
          margin: 0; }
        body.common #main .sch-common .sec-wrap a,
        body.common #main .sch-common .sec-wrap a:link,
        body.common #main .sch-common .sec-wrap a:visited,
        body.common #main .sch-common .sec-wrap a:active {
          display: block;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          text-decoration: none; }
        body.common #main .sch-common .sec-wrap a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        body.common #main .sch-common .sec-wrap .rec-cul .rec-box {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          border: 1px solid #dadada;
          margin-bottom: 20px; }
          body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-img {
            line-height: 0;
            width: 25%;
            padding: 0 15px 0 0; }
          body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt {
            width: 75%;
            padding: 5px; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt h3 {
              margin: 0 0 5px 0;
              font-size: 16px;
              font-size: 1.6rem; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt p {
              margin: 0;
              font-size: 15px;
              font-size: 1.5rem; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt .date {
              font-size: 30px;
              font-size: 3rem;
              font-weight: 800; }
              body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt .date span {
                padding-left: 5px;
                font-size: 20px;
                font-size: 2rem;
                font-weight: 500; }
    body.common #main article {
      width: 70%;
      padding: 0 10px; }
      body.common #main article h1.entry-title {
        margin: 0 0 20px 0;
        font-size: 35px;
        font-size: 3.5rem;
        font-family: 'Vidaloka', serif;
        text-align: center; }
      body.common #main article h1 {
        margin: 0 0 20px 0;
        font-size: 35px;
        font-size: 3.5rem;
        font-family: 'Vidaloka', serif; }
      body.common #main article h2 {
        margin: 0 0 20px 0;
        font-size: 28px;
        font-size: 2.8rem;
        font-family: 'Vidaloka', serif;
        border-bottom: 1px solid #2f2f2f; }
      body.common #main article h3 {
        margin: 0 0 15px 0;
        font-size: 25px;
        font-size: 2.5rem;
        font-family: 'Vidaloka', serif;
        border-bottom: 1px solid #2f2f2f; }
      body.common #main article h4 {
        margin: 0 0 10px 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-family: 'Vidaloka', serif; }
      body.common #main article h5 {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-size: 2.0rem;
        font-family: 'Vidaloka', serif; }
      body.common #main article p {
        font-size: 15px;
        font-size: 1.5rem; }
      body.common #main article form input {
        width: 50%; }
      body.common #main article form textarea {
        width: 90%; }
      body.common #main article form input[type=radio], body.common #main article form input[type=checkbox] {
        width: auto; }
      body.common #main article input[type="submit"],
      body.common #main article button {
        -webkit-appearance: none;
        position: relative;
        display: block;
        width: 340px;
        max-width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
        background: #333;
        border: none;
        text-align: center;
        line-height: 50px;
        font-weight: normal;
        font-size: 1.6rem;
        color: #fff;
        overflow: hidden;
        cursor: pointer;
        z-index: 2;
        margin: 20px auto 0 auto; }
      body.common #main article .entry-footer {
        display: none; }
        body.common #main article .entry-footer .edit-link a {
          color: #fff;
          font-weight: 700;
          text-decoration: none; }
    body.common #main .sub-cul {
      width: 30%;
      padding-left: 10px; }
      body.common #main .sub-cul h1,
      body.common #main .sub-cul h2,
      body.common #main .sub-cul h3,
      body.common #main .sub-cul h4 {
        font-family: 'Vidaloka', serif; }
      body.common #main .sub-cul #secondary h2 {
        margin: 0 0 10px 0; }
      body.common #main .sub-cul #secondary ol, body.common #main .sub-cul #secondary ul {
        padding: 0;
        margin: 0; }
        body.common #main .sub-cul #secondary ol li, body.common #main .sub-cul #secondary ul li {
          padding: 0 5px; }
          body.common #main .sub-cul #secondary ol li .tribe-event-title, body.common #main .sub-cul #secondary ul li .tribe-event-title {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-weight: 900;
            font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
            body.common #main .sub-cul #secondary ol li .tribe-event-title a, body.common #main .sub-cul #secondary ul li .tribe-event-title a {
              text-decoration: none;
              font-weight: 700; }
          body.common #main .sub-cul #secondary ol li .tribe-event-title:before, body.common #main .sub-cul #secondary ul li .tribe-event-title:before {
            content: "\f105";
            box-sizing: inherit; }
      body.common #main .sub-cul #secondary .tribe-list-widget {
        display: block; }
        body.common #main .sub-cul #secondary .tribe-list-widget li {
          height: auto;
          padding: 0 3px;
          margin: 0; }
          body.common #main .sub-cul #secondary .tribe-list-widget li a,
          body.common #main .sub-cul #secondary .tribe-list-widget li a:link,
          body.common #main .sub-cul #secondary .tribe-list-widget li a:visited,
          body.common #main .sub-cul #secondary .tribe-list-widget li a:active {
            margin: 3px 0; }
      body.common #main .sub-cul #secondary .tribe-list-widget li {
        padding: 0; }
        body.common #main .sub-cul #secondary .tribe-list-widget li a,
        body.common #main .sub-cul #secondary .tribe-list-widget li a:link,
        body.common #main .sub-cul #secondary .tribe-list-widget li a:visited,
        body.common #main .sub-cul #secondary .tribe-list-widget li a:active {
          position: relative;
          display: block;
          line-height: 0;
          margin: 10px 0;
          overflow: hidden;
          max-height: 150px; }
        body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-date-end,
        body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-time {
          display: none; }
        body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-title {
          z-index: 100;
          line-height: 1.5;
          padding: 2px 5px;
          margin: 0;
          left: 0;
          position: absolute;
          display: block;
          font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
          background: rgba(255, 255, 255, 0.8);
          color: #333;
          font-size: 15px;
          font-size: 1.5rem;
          top: 0; }
        body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-date-start {
          background: rgba(51, 51, 51, 0.8);
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem;
          bottom: 0;
          z-index: 100;
          line-height: 1.5;
          padding: 2px 5px;
          left: 0;
          position: absolute;
          display: block;
          font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
        body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-title:before {
          display: none; }
      body.common #main .sub-cul #secondary #new-slide-event a,
      body.common #main .sub-cul #secondary #new-slide-event a:link,
      body.common #main .sub-cul #secondary #new-slide-event a:visited,
      body.common #main .sub-cul #secondary #new-slide-event a:active {
        display: block;
        position: relative;
        line-height: 0;
        margin: 10px 0;
        overflow: hidden;
        height: 150px; }
        body.common #main .sub-cul #secondary #new-slide-event a h3,
        body.common #main .sub-cul #secondary #new-slide-event a:link h3,
        body.common #main .sub-cul #secondary #new-slide-event a:visited h3,
        body.common #main .sub-cul #secondary #new-slide-event a:active h3 {
          margin: 0; }
        body.common #main .sub-cul #secondary #new-slide-event a p,
        body.common #main .sub-cul #secondary #new-slide-event a:link p,
        body.common #main .sub-cul #secondary #new-slide-event a:visited p,
        body.common #main .sub-cul #secondary #new-slide-event a:active p {
          margin: 0; }
        body.common #main .sub-cul #secondary #new-slide-event a .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a .date,
        body.common #main .sub-cul #secondary #new-slide-event a:link .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:link .date,
        body.common #main .sub-cul #secondary #new-slide-event a:visited .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:visited .date,
        body.common #main .sub-cul #secondary #new-slide-event a:active .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:active .date {
          z-index: 100;
          line-height: 1.5;
          padding: 2px 5px;
          left: 0;
          position: absolute;
          display: block;
          font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
        body.common #main .sub-cul #secondary #new-slide-event a .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:link .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:visited .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:active .tribe-events-single-event-title {
          background: #fff;
          color: #333;
          font-size: 15px;
          font-size: 1.5rem;
          top: 0; }
        body.common #main .sub-cul #secondary #new-slide-event a .date,
        body.common #main .sub-cul #secondary #new-slide-event a:link .date,
        body.common #main .sub-cul #secondary #new-slide-event a:visited .date,
        body.common #main .sub-cul #secondary #new-slide-event a:active .date {
          background: #333;
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem;
          bottom: 0; }
        body.common #main .sub-cul #secondary #new-slide-event a img,
        body.common #main .sub-cul #secondary #new-slide-event a:link img,
        body.common #main .sub-cul #secondary #new-slide-event a:visited img,
        body.common #main .sub-cul #secondary #new-slide-event a:active img {
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          transform: scale(1); }
      body.common #main .sub-cul #secondary #new-slide-event a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
        body.common #main .sub-cul #secondary #new-slide-event a:hover img {
          transform: scale(1.12); }
      body.common #main .sub-cul #secondary .tw-wrap {
        height: 230px;
        overflow: scroll;
        border: 1px solid #dadada;
        border-radius: 3px; }
      body.common #main .sub-cul #secondary .tribe-events-widget-link a {
        text-decoration: none;
        -webkit-appearance: none;
        position: relative;
        display: block;
        width: 340px;
        max-width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
        background: #333;
        border: none;
        text-align: center;
        line-height: 50px;
        font-weight: 700;
        font-size: 1.6rem;
        color: #fff;
        overflow: hidden;
        cursor: pointer;
        z-index: 2;
        margin: 20px auto 0 auto; }
      body.common #main .sub-cul .party-plan h3 {
        font-size: 30px;
        font-size: 3rem; }

body.common.tribe_events-template-default .tribe-events-back {
  display: none; }

body.common.tribe_events-template-default #page-slide {
  display: none; }

body.common.tribe_events-template-default #event-ttl {
  position: relative; }
  body.common.tribe_events-template-default #event-ttl .event-data {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 80px;
    width: 45px; }
    body.common.tribe_events-template-default #event-ttl .event-data .number {
      font-weight: 700;
      line-height: 1; }
      body.common.tribe_events-template-default #event-ttl .event-data .number span {
        display: block;
        text-align: left; }
      body.common.tribe_events-template-default #event-ttl .event-data .number span:first-child {
        font-size: 20px;
        font-size: 2rem; }
      body.common.tribe_events-template-default #event-ttl .event-data .number span:last-child {
        font-size: 35px;
        font-size: 3.5rem; }
    body.common.tribe_events-template-default #event-ttl .event-data .week {
      margin-top: 3px;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      background: #333;
      color: #fff;
      padding: 2px 3px; }

body.common.tribe_events-template-default .event-ttl-inner {
  min-height: 80px;
  margin: 30px 0;
  padding: 0 0 0 60px; }
  body.common.tribe_events-template-default .event-ttl-inner .tribe-events-single-event-title {
    text-align: left;
    font-weight: 300;
    font-size: 35px;
    font-size: 3.5rem; }
  body.common.tribe_events-template-default .event-ttl-inner .artist-name {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem; }

body.common.tribe_events-template-default .tribe-events-schedule .tribe-events-cost {
  float: right; }

body.common.tribe_events-template-default #content article {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  body.common.tribe_events-template-default #content article main#tribe-events-pg-template {
    width: 70%;
    padding: 0 10px; }
    body.common.tribe_events-template-default #content article main#tribe-events-pg-template .tribe-events-schedule h2 {
      margin: 0; }
  body.common.tribe_events-template-default #content article .sub-cul {
    width: 30%;
    padding: 0 0 0 10px; }

body.common.tribe_events-template-default #tribe-events-pg-template {
  width: 70%; }

body.common.tribe_events-template-default #secondary {
  width: 30%;
  padding-left: 10px;
  margin-top: 30px; }
  body.common.tribe_events-template-default #secondary h2 {
    margin: 0 0 10px 0; }
  body.common.tribe_events-template-default #secondary ol, body.common.tribe_events-template-default #secondary ul {
    padding: 0;
    margin: 0; }
    body.common.tribe_events-template-default #secondary ol li, body.common.tribe_events-template-default #secondary ul li {
      padding: 0 5px; }
      body.common.tribe_events-template-default #secondary ol li .tribe-event-title, body.common.tribe_events-template-default #secondary ul li .tribe-event-title {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
        body.common.tribe_events-template-default #secondary ol li .tribe-event-title a, body.common.tribe_events-template-default #secondary ul li .tribe-event-title a {
          text-decoration: none;
          font-weight: 700; }
      body.common.tribe_events-template-default #secondary ol li .tribe-event-title:before, body.common.tribe_events-template-default #secondary ul li .tribe-event-title:before {
        content: "\f105";
        box-sizing: inherit; }
  body.common.tribe_events-template-default #secondary .tribe-list-widget li {
    padding: 0; }
    body.common.tribe_events-template-default #secondary .tribe-list-widget li a,
    body.common.tribe_events-template-default #secondary .tribe-list-widget li a:link,
    body.common.tribe_events-template-default #secondary .tribe-list-widget li a:visited,
    body.common.tribe_events-template-default #secondary .tribe-list-widget li a:active {
      position: relative;
      display: block;
      line-height: 0;
      margin: 10px 0;
      overflow: hidden;
      max-height: 150px; }
    body.common.tribe_events-template-default #secondary .tribe-list-widget li .tribe-event-date-end,
    body.common.tribe_events-template-default #secondary .tribe-list-widget li .tribe-event-time {
      display: none; }
    body.common.tribe_events-template-default #secondary .tribe-list-widget li .tribe-event-title {
      z-index: 100;
      line-height: 1.5;
      padding: 2px 5px;
      left: 0;
      position: absolute;
      display: block;
      font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
      background: rgba(255, 255, 255, 0.8);
      color: #333;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 400;
      top: 0; }
    body.common.tribe_events-template-default #secondary .tribe-list-widget li .tribe-event-date-start {
      background: rgba(51, 51, 51, 0.8);
      color: #fff;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 300;
      bottom: 0;
      z-index: 100;
      line-height: 1.5;
      padding: 2px 5px;
      left: 0;
      position: absolute;
      display: block;
      font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
    body.common.tribe_events-template-default #secondary .tribe-list-widget li .tribe-event-title:before {
      display: none; }
  body.common.tribe_events-template-default #secondary .tw-wrap {
    height: 300px;
    overflow: scroll;
    border: 1px solid #dadada;
    margin: 0 0 20px 0; }
  body.common.tribe_events-template-default #secondary .tribe-events-widget-link a {
    text-decoration: none;
    -webkit-appearance: none;
    position: relative;
    display: block;
    width: 340px;
    max-width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    background: #333;
    border: none;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    margin: 20px auto 0 auto; }

body.common.events-gridview.events-archive #page #content #page-slide {
  background: url(../img/def.jpg) no-repeat center !important;
  background-size: cover !important; }

body.common.events-gridview.events-archive #page #content .tribe-bar-views-inner {
  padding: 0; }

body.common.events-gridview.events-archive #page #content #tribe-bar-views-toggle,
body.common.events-gridview.events-archive #page #content .tribe-events-visuallyhidden,
body.common.events-gridview.events-archive #page #content .tribe-bar-views-label,
body.common.events-gridview.events-archive #page #content #tribe-bar-views-label,
body.common.events-gridview.events-archive #page #content #tribe-bar-views-option-month {
  display: none; }

body.common.events-gridview.events-archive #page #content #tribe-bar-views-option-list {
  height: 100%;
  padding: 30px 0; }

body.common.events-gridview.events-archive #page #content #tribe-bar-views .tribe-bar-views-list {
  display: block !important;
  position: static;
  text-align: center;
  font-weight: bold; }

body.common.events-list.events-archive #page #content #page-slide {
  background: url(../img/def.jpg) no-repeat center !important;
  background-size: cover !important; }

body.common.events-list.events-archive #page #content .tribe-bar-views-inner {
  padding: 0; }

body.common.events-list.events-archive #page #content #tribe-bar-views-toggle,
body.common.events-list.events-archive #page #content .tribe-events-visuallyhidden,
body.common.events-list.events-archive #page #content .tribe-bar-views-label,
body.common.events-list.events-archive #page #content #tribe-bar-views-label,
body.common.events-list.events-archive #page #content #tribe-bar-views-option-list {
  display: none; }

body.common.events-list.events-archive #page #content #tribe-bar-views-option-month {
  height: 100%;
  padding: 30px 0; }

body.common.events-list.events-archive #page #content #tribe-bar-views .tribe-bar-views-list {
  display: block !important;
  position: static;
  text-align: center;
  font-weight: bold; }

body.common.events-list.events-archive #secondary {
  display: none; }

body.common.events-gridview.events-archive #secondary {
  width: 1000px;
  margin: 0 auto; }
  body.common.events-gridview.events-archive #secondary h2 {
    font-family: 'Vidaloka', serif; }
  body.common.events-gridview.events-archive #secondary ol.tribe-list-widget {
    padding: 0; }
  body.common.events-gridview.events-archive #secondary .tribe-event-featured {
    background: initial; }
  body.common.events-gridview.events-archive #secondary .tribe-events-widget-link a {
    text-decoration: none;
    -webkit-appearance: none;
    position: relative;
    display: block;
    width: 340px;
    max-width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    background: #333;
    border: none;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    margin: 20px auto 0 auto; }
  body.common.events-gridview.events-archive #secondary .tribe-list-widget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.common.events-gridview.events-archive #secondary .tribe-list-widget li {
      width: 24%;
      margin: 0 0.5%; }
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li a,
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li a:link,
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li a:visited,
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li a:active {
        position: relative;
        display: block;
        line-height: 0;
        margin: 10px 0;
        overflow: hidden;
        max-height: 150px; }
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li .tribe-event-date-end,
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li .tribe-event-time {
        display: none; }
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li .tribe-event-title {
        z-index: 100;
        line-height: 1.5;
        padding: 2px 5px;
        margin: 0;
        left: 0;
        position: absolute;
        display: block;
        font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
        background: rgba(255, 255, 255, 0.8);
        color: #333;
        font-size: 15px;
        font-size: 1.5rem;
        top: 0; }
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li .tribe-event-date-start {
        background: rgba(51, 51, 51, 0.8);
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        bottom: 0;
        z-index: 100;
        line-height: 1.5;
        padding: 2px 5px;
        left: 0;
        position: absolute;
        display: block;
        font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
      body.common.events-gridview.events-archive #secondary .tribe-list-widget li .tribe-event-title:before {
        display: none; }
  body.common.events-gridview.events-archive #secondary #side-tw-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 700px;
    margin: 20px auto; }
    body.common.events-gridview.events-archive #secondary #side-tw-wrap .tw-wrap {
      padding: 0 10px;
      width: 50%;
      height: 230px;
      overflow: scroll;
      border: 1px solid #dadada;
      border-radius: 3px; }
    body.common.events-gridview.events-archive #secondary #side-tw-wrap img {
      padding: 0 10px;
      width: 50%;
      height: 50%; }
  body.common.events-gridview.events-archive #secondary #custom_html-2 {
    width: 700px;
    margin: 0 auto; }
    body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget .bnrs {
        width: 50%;
        padding: 5px; }

body.common.logged-in #main article .entry-footer {
  display: block; }

@media screen and (min-width: 980px) {
  .pc {
    display: block; }
  .sp {
    display: none; } }

@media screen and (max-width: 980px) {
  .pc {
    display: none; }
  .sp {
    display: block; }
  body.common #content {
    padding-top: 40px; }
    body.common #content #tribe-events-pg-template {
      padding: 40px 5px 20px 5px; }
    body.common #content .tribe_events .tribe-events-cal-links {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      body.common #content .tribe_events .tribe-events-cal-links .tribe-events-gcal.tribe-events-button,
      body.common #content .tribe_events .tribe-events-cal-links .tribe-events-button.tribe-events-ical {
        display: block;
        width: 50%;
        padding: 10px 0;
        margin: 0 5px;
        float: none;
        opacity: 1;
        filter: alpha(opacity=100); }
      body.common #content .tribe_events .tribe-events-cal-links .tribe-events-gcal.tribe-events-button:hover,
      body.common #content .tribe_events .tribe-events-cal-links .tribe-events-button.tribe-events-ical:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
    body.common #content .tribe_events #event-contact form {
      width: auto;
      padding: 0 10px; }
      body.common #content .tribe_events #event-contact form input {
        padding: 10px;
        width: 100%;
        font-size: 1.4rem;
        margin: 5px 0 0 0; }
      body.common #content .tribe_events #event-contact form textarea {
        padding: 10px;
        font-size: 1.4rem;
        margin: 5px 0 0 0; }
      body.common #content .tribe_events #event-contact form input[type=radio], body.common #content .tribe_events #event-contact form input[type=checkbox] {
        width: auto; }
    body.common #content .tribe_events #event-contact input[type="submit"],
    body.common #content .tribe_events #event-contact button {
      -webkit-appearance: none;
      position: relative;
      display: block;
      width: 340px;
      max-width: 100%;
      height: 50px;
      margin: 0;
      padding: 0;
      background: #333;
      border: none;
      text-align: center;
      line-height: 50px;
      font-weight: normal;
      font-size: 1.6rem;
      color: #fff;
      overflow: hidden;
      cursor: pointer;
      z-index: 2;
      margin: 20px auto 0 auto; }
    body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details {
      width: 100%;
      box-sizing: border-box;
      display: inline-block;
      float: left;
      margin: 0 0 20px;
      padding: 0 10px;
      text-align: left;
      vertical-align: top;
      zoom: 1; }
      body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dt, body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd {
          padding: 5px 0;
          margin: 0;
          font-size: 1.2rem; }
        body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dt {
          width: 40%; }
        body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details dl dd {
          width: 60%; }
    body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue {
      width: 100%;
      box-sizing: border-box;
      display: inline-block;
      float: left;
      margin: 0 0 20px;
      padding: 0 10px;
      text-align: left;
      vertical-align: top;
      zoom: 1; }
      body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl dt, body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl dd {
          font-size: 1.2rem; }
        body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl dt {
          width: 40%; }
        body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl dd {
          width: 60%; }
        body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl .tribe-venue {
          width: 40%; }
        body.common #content .tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-venue dl .tribe-venue-location {
          width: 60%; }
    body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop {
      width: auto;
      max-width: auto; }
      body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events,
      body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured {
        display: block;
        margin: 20px 0;
        position: relative;
        padding-top: 0; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-image,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
          width: 100%;
          margin: 0;
          padding: 0;
          line-height: 0; }
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-image img,
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-event-image img {
            width: 100%;
            height: auto; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .event-txt-wrap,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .event-txt-wrap {
          width: auto;
          position: static;
          padding: 0 10px 10px 10px;
          line-height: 0; }
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .event-txt-wrap h3,
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .event-txt-wrap h3 {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 500;
            position: absolute;
            top: 0;
            left: 0;
            color: #FFF; }
            body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .event-txt-wrap h3 a,
            body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .event-txt-wrap h3 a {
              padding: 0 10px;
              color: #FFF;
              background: rgba(0, 0, 0, 0.8); }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-meta,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
          background: transparent;
          border: none;
          margin-top: 0;
          padding: 2px 5px;
          color: #FFF;
          background: rgba(86, 86, 86, 0.8);
          line-height: 25px;
          font-weight: 300;
          margin: 0 -10px 10px -10px; }
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-meta .tribe-event-schedule-details,
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-event-meta .tribe-event-schedule-details {
            padding: 0; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-event-schedule-details .artist-name,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-event-schedule-details .artist-name {
          font-size: 10px;
          font-size: 1rem;
          padding-top: 0;
          margin: 0; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-venue-details,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-venue-details {
          display: none; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-cost,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
          position: static;
          right: 0;
          top: 0;
          margin-bottom: 5px;
          display: none; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-list-event-description,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-description {
          font-size: 13px;
          font-size: 1.3rem;
          margin-top: 0; }
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-list-event-description p,
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-description p {
            display: none; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-read-more,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-read-more {
          margin-top: 0; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-read-more:hover,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-read-more:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
      body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured {
        background: transparent;
        box-shadow: none;
        padding: 0;
        border-radius: 5px; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
          margin: 0; }
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a,
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:link,
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:visited,
          body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:active {
            color: #fff; }
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-event-schedule-details,
        body.common #content #tribe-events-pg-template #tribe-events-content .tribe-events-loop .tribe-event-featured .tribe-events-list-event-description {
          color: #fff; }
  body.common #page-slide {
    min-height: 350px; }
    body.common #page-slide h1 {
      margin: 0;
      font-family: 'Vidaloka', serif;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 40px;
      font-size: 4rem;
      text-align: center; }
      body.common #page-slide h1 span {
        margin-top: -5px;
        display: block;
        font-size: 2px;
        font-size: 2rem;
        font-family: 'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
    body.common #page-slide #live-club {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      position: absolute;
      bottom: 10px;
      left: 50%;
      top: auto;
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 100%;
      margin: 0 auto; }
      body.common #page-slide #live-club a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  body.common #main {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 20px 0 0 0; }
    body.common #main .sch-common {
      width: auto; }
      body.common #main .sch-common .sec-wrap {
        padding: 0 10px; }
        body.common #main .sch-common .sec-wrap h2 {
          word-break: break-all;
          font-family: 'Vidaloka', serif;
          font-size: 40px;
          font-size: 4rem;
          margin: 0; }
        body.common #main .sch-common .sec-wrap a,
        body.common #main .sch-common .sec-wrap a:link,
        body.common #main .sch-common .sec-wrap a:visited,
        body.common #main .sch-common .sec-wrap a:active {
          display: block;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          text-decoration: none; }
        body.common #main .sch-common .sec-wrap a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
        body.common #main .sch-common .sec-wrap .rec-cul .rec-box {
          display: block;
          border: none;
          position: relative;
          padding-top: 40px; }
          body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-img {
            width: auto;
            padding: 0; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-img img {
              width: 100%; }
          body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt {
            width: auto;
            padding: 0;
            background: #333; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt h3, body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt p {
              bottom: 0;
              left: 0;
              color: #fff;
              margin: 0; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt h3 {
              font-size: 20px;
              font-size: 2rem; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt p {
              font-size: 15px;
              font-size: 1.5rem; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt .date {
              position: absolute;
              top: 0;
              left: 0;
              font-size: 30px;
              font-size: 3rem; }
              body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt .date span {
                font-size: 20px;
                font-size: 2rem;
                font-weight: 500; }
            body.common #main .sch-common .sec-wrap .rec-cul .rec-box .rec-txt .openstart {
              display: none; }
    body.common #main article {
      width: auto;
      padding: 0 10px; }
      body.common #main article .entry-content {
        margin-top: 0; }
      body.common #main article h1.entry-title {
        margin: 0 0 20px 0;
        font-size: 35px;
        font-size: 3.5rem;
        font-family: 'Vidaloka', serif;
        text-align: center; }
      body.common #main article h1 {
        margin: 0 0 20px 0;
        font-size: 35px;
        font-size: 3.5rem;
        font-family: 'Vidaloka', serif; }
      body.common #main article h2 {
        margin: 0 0 20px 0;
        font-size: 28px;
        font-size: 2.8rem;
        font-family: 'Vidaloka', serif;
        border-bottom: 1px solid #2f2f2f; }
      body.common #main article h3 {
        margin: 0 0 15px 0;
        font-size: 25px;
        font-size: 2.5rem;
        font-family: 'Vidaloka', serif;
        border-bottom: 1px solid #2f2f2f; }
      body.common #main article h4 {
        margin: 0 0 10px 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-family: 'Vidaloka', serif; }
      body.common #main article h5 {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-size: 2.0rem;
        font-family: 'Vidaloka', serif; }
      body.common #main article form input {
        width: 100%;
        margin-top: 5px;
        padding: 10px; }
      body.common #main article form textarea {
        width: 100%;
        margin-top: 5px;
        padding: 10px; }
      body.common #main article form input[type=radio], body.common #main article form input[type=checkbox] {
        width: auto; }
    body.common #main .sub-cul {
      width: auto;
      padding: 0 10px; }
      body.common #main .sub-cul h1,
      body.common #main .sub-cul h2,
      body.common #main .sub-cul h3,
      body.common #main .sub-cul h4 {
        font-family: 'Vidaloka', serif; }
      body.common #main .sub-cul #secondary ol, body.common #main .sub-cul #secondary ul {
        padding: 0;
        margin: 0; }
      body.common #main .sub-cul #secondary .tribe-list-widget {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.common #main .sub-cul #secondary .tribe-list-widget li {
          width: 50%;
          height: auto;
          padding: 0 3px;
          margin: 0; }
          body.common #main .sub-cul #secondary .tribe-list-widget li a,
          body.common #main .sub-cul #secondary .tribe-list-widget li a:link,
          body.common #main .sub-cul #secondary .tribe-list-widget li a:visited,
          body.common #main .sub-cul #secondary .tribe-list-widget li a:active {
            position: relative;
            display: block;
            line-height: 0;
            margin: 10px 0;
            overflow: hidden;
            max-height: 150px;
            margin: 3px 0; }
          body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-date-end,
          body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-time {
            display: none; }
          body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-title {
            z-index: 100;
            line-height: 1.5;
            padding: 2px 5px;
            left: 0;
            position: absolute;
            display: block;
            font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
            background: rgba(255, 255, 255, 0.8);
            color: #333;
            font-size: 15px;
            font-size: 1.5rem;
            top: 0; }
          body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-date-start {
            background: rgba(51, 51, 51, 0.8);
            color: #fff;
            font-size: 12px;
            font-size: 1.2rem;
            bottom: 0;
            z-index: 100;
            line-height: 1.5;
            padding: 2px 5px;
            left: 0;
            position: absolute;
            display: block;
            font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
          body.common #main .sub-cul #secondary .tribe-list-widget li .tribe-event-title:before {
            display: none; }
      body.common #main .sub-cul #secondary #new-slide-event .rec-cul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      body.common #main .sub-cul #secondary #new-slide-event a,
      body.common #main .sub-cul #secondary #new-slide-event a:link,
      body.common #main .sub-cul #secondary #new-slide-event a:visited,
      body.common #main .sub-cul #secondary #new-slide-event a:active {
        width: 50%;
        height: auto;
        margin: 3px 0;
        padding: 0 3px; }
        body.common #main .sub-cul #secondary #new-slide-event a .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:link .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:visited .tribe-events-single-event-title,
        body.common #main .sub-cul #secondary #new-slide-event a:active .tribe-events-single-event-title {
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: 500;
          left: 3px; }
        body.common #main .sub-cul #secondary #new-slide-event a .date,
        body.common #main .sub-cul #secondary #new-slide-event a:link .date,
        body.common #main .sub-cul #secondary #new-slide-event a:visited .date,
        body.common #main .sub-cul #secondary #new-slide-event a:active .date {
          font-size: 10px;
          font-size: 1.0rem;
          left: 3px; }
      body.common #main .sub-cul #secondary .tribe-events-widget-link a {
        text-decoration: none;
        -webkit-appearance: none;
        position: relative;
        display: block;
        width: 340px;
        max-width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
        background: #333;
        border: none;
        text-align: center;
        line-height: 50px;
        font-weight: 700;
        font-size: 1.6rem;
        color: #fff;
        overflow: hidden;
        cursor: pointer;
        z-index: 2;
        margin: 20px auto 0 auto; }
      body.common #main .sub-cul .party-plan h3 {
        font-size: 30px;
        font-size: 3rem; }
  body.common html.drawer-open, body.common body.drawer-open {
    overflow: hidden;
    height: 100%; }
  body.common body.common.sidr-menu-open #slide-menu {
    right: 132px; }
  body.common.tribe_events-template-default .tribe-events-back {
    display: none; }
  body.common.tribe_events-template-default .tribe-events-single-event-title {
    margin: 20px 0;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    font-size: 3.5rem; }
  body.common.tribe_events-template-default .tribe-events-schedule .tribe-events-cost {
    float: none; }
  body.common.tribe_events-template-default #content article {
    width: auto;
    margin: 0 auto;
    display: block; }
    body.common.tribe_events-template-default #content article main#tribe-events-pg-template {
      width: auto;
      padding: 0 10px; }
    body.common.tribe_events-template-default #content article .sub-cul {
      width: auto;
      padding: 0 0 0 10px; }
  body.common.tribe_events-template-default #secondary {
    width: auto;
    margin-top: 20px;
    padding-left: 0; }
    body.common.tribe_events-template-default #secondary .widget {
      padding: 0 10px; }
    body.common.tribe_events-template-default #secondary ol, body.common.tribe_events-template-default #secondary ul {
      padding: 0;
      margin: 0; }
    body.common.tribe_events-template-default #secondary .tribe-list-widget {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.common.tribe_events-template-default #secondary .tribe-list-widget li {
        width: 50%;
        height: auto;
        padding: 0 3px;
        margin: 0; }
        body.common.tribe_events-template-default #secondary .tribe-list-widget li a,
        body.common.tribe_events-template-default #secondary .tribe-list-widget li a:link,
        body.common.tribe_events-template-default #secondary .tribe-list-widget li a:visited,
        body.common.tribe_events-template-default #secondary .tribe-list-widget li a:active {
          margin: 3px 0; }
    body.common.tribe_events-template-default #secondary #new-slide-event .rec-cul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
    body.common.tribe_events-template-default #secondary #new-slide-event a,
    body.common.tribe_events-template-default #secondary #new-slide-event a:link,
    body.common.tribe_events-template-default #secondary #new-slide-event a:visited,
    body.common.tribe_events-template-default #secondary #new-slide-event a:active {
      width: 50%;
      height: auto;
      margin: 3px 0;
      padding: 0 3px; }
      body.common.tribe_events-template-default #secondary #new-slide-event a .tribe-events-single-event-title,
      body.common.tribe_events-template-default #secondary #new-slide-event a:link .tribe-events-single-event-title,
      body.common.tribe_events-template-default #secondary #new-slide-event a:visited .tribe-events-single-event-title,
      body.common.tribe_events-template-default #secondary #new-slide-event a:active .tribe-events-single-event-title {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 500;
        left: 3px; }
      body.common.tribe_events-template-default #secondary #new-slide-event a .date,
      body.common.tribe_events-template-default #secondary #new-slide-event a:link .date,
      body.common.tribe_events-template-default #secondary #new-slide-event a:visited .date,
      body.common.tribe_events-template-default #secondary #new-slide-event a:active .date {
        font-size: 10px;
        font-size: 1.0rem;
        left: 3px; }
    body.common.tribe_events-template-default #secondary .tribe-events-widget-link a {
      text-decoration: none;
      -webkit-appearance: none;
      position: relative;
      display: block;
      width: 340px;
      max-width: 100%;
      height: 50px;
      margin: 0;
      padding: 0;
      background: #333;
      border: none;
      text-align: center;
      line-height: 50px;
      font-weight: 700;
      font-size: 1.6rem;
      color: #fff;
      overflow: hidden;
      cursor: pointer;
      z-index: 2;
      margin: 20px auto 0 auto; }
  body.common.events-gridview.events-archive #secondary {
    width: auto;
    padding: 0 10px; }
    body.common.events-gridview.events-archive #secondary section {
      margin: 5px 0; }
    body.common.events-gridview.events-archive #secondary .textwidget {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.common.events-gridview.events-archive #secondary .textwidget img {
        width: 50%;
        height: 50%;
        padding: 5px; }
      body.common.events-gridview.events-archive #secondary .textwidget img:first-child {
        width: 100%; }
  body.common.events-gridview.events-archive #secondary {
    margin: 20px 0; }
    body.common.events-gridview.events-archive #secondary .tribe-list-widget li {
      width: 50%;
      height: auto;
      margin: 3px 0;
      padding: 0 3px; }
    body.common.events-gridview.events-archive #secondary #side-tw-wrap {
      width: auto;
      display: block;
      margin: 20px auto; }
      body.common.events-gridview.events-archive #secondary #side-tw-wrap .tw-wrap {
        padding: 20px 0;
        width: auto; }
      body.common.events-gridview.events-archive #secondary #side-tw-wrap img {
        padding: 0;
        width: auto; }
    body.common.events-gridview.events-archive #secondary #custom_html-3 {
      display: block;
      width: auto;
      margin: 0 auto; }
      body.common.events-gridview.events-archive #secondary #custom_html-3 .textwidget {
        display: block; }
        body.common.events-gridview.events-archive #secondary #custom_html-3 .textwidget img {
          width: 100%;
          padding: 5px 0; }
    body.common.events-gridview.events-archive #secondary #custom_html-2 {
      display: block;
      width: auto;
      margin: 0 auto; }
      body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget {
        display: block; }
        body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget img {
          width: 100%;
          padding: 5px 0; }
        body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget .bnrs {
          padding: 0; }
        body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget a.bnrs,
        body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget a.bnrs:link,
        body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget a.bnrs:visited,
        body.common.events-gridview.events-archive #secondary #custom_html-2 .textwidget a.bnrs:active {
          padding: 0; } }
