@charset "UTF-8";
/**
* Foundation
* ========================== */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500&display=swap");
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
body {
  word-wrap: break-word;
  overflow-wrap: break-word; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

p {
  margin: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin: 0;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin: 0;
  padding: 0; }

dt {
  margin: 0;
  font-weight: normal; }

dd {
  margin: 0; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  margin: 0;
  padding: 0;
  text-align: left;
  caption-side: bottom; }

th {
  font-weight: normal;
  text-align: left; }

label {
  display: inline-block; }

button:focus {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/********************************
	base color
*********************************/
/********************************
	color pager
*********************************/
/********************************
	color pallet
*********************************/
/********************************
	web font
*********************************/
/********************************
	font icon
*********************************/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?3649921");
  src: url("../font/fontello.eot?3649921#iefix") format("embedded-opentype"), url("../font/fontello.woff2?3649921") format("woff2"), url("../font/fontello.woff?3649921") format("woff"), url("../font/fontello.ttf?3649921") format("truetype"), url("../font/fontello.svg?3649921#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?3649921#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-phone:before {
  content: '\e801'; }

/* '' */
.icon-line_logo:before {
  content: '\e802'; }

/* '' */
.icon-tag-1:before {
  content: '\e803'; }

/* '' */
.icon-hatenabookmark:before {
  content: '\e804'; }

/* '' */
.icon-link-ext:before {
  content: '\f08e'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\f0d2'; }

/* '' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-folder-empty:before {
  content: '\f114'; }

/* '' */
.icon-calendar-empty:before {
  content: '\f133'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-get-pocket:before {
  content: '\f265'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
/********************************
	base font
*********************************/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
  color: #ffffff;
  background-color: #333333;
  -webkit-overflow-scrolling: touch;
  overflow-x: visible; }
  body.menu-opened {
    overflow: hidden;
    height: 100vh; }

@media screen and (min-width: 48em) {
  body {
    font-size: 15px;
    font-size: 1.5rem; } }
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; } }
a {
  text-decoration: none;
  color: #AAAAAA; }
  a:hover {
    color: #DD1C1C; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*******************************
*03
*wow.js animate.css
*******************************/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-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); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/**
* Layout
* ========================== */
/* ----------------------------------------
 l-footer-contact
-----------------------------------------*/
.l-footer-contact {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  background-color: #666666; }
  .l-footer-contact::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }
  .l-footer-contact__img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .l-footer-contact__img img {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%;"; }
  .l-footer-contact .c-container {
    position: relative;
    z-index: 2; }
  .l-footer-contact__txt {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
  .l-footer-contact__btn {
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 24px; }
    .l-footer-contact__btn li {
      margin: 16px 8px 0px 8px;
      width: 100%;
      max-width: 280px; }
      .l-footer-contact__btn li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        background-color: #333333;
        border: 1px solid #ffffff;
        font-size: 2rem;
        line-height: 1;
        padding: 16px;
        transition: background-color, .3s; }
        .l-footer-contact__btn li a.hover {
          background-color: #9A3F3F; }
  @media screen and (min-width: 48em) {
    .l-footer-contact {
      padding: 64px 0px; }
      .l-footer-contact__btn li {
        margin: 16px 16px 0px 16px;
        max-width: 400px; }
        .l-footer-contact__btn li a {
          font-size: 2.4rem;
          padding: 24px 16px; } }

/* ----------------------------------------
 l-footer
-----------------------------------------*/
.l-footer {
  background-color: #333333;
  padding-top: 40px; }
  .l-footer__logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto; }
    .l-footer__logo a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      transition: opacity .3s; }
      .l-footer__logo a.hover {
        opacity: .8; }
      .l-footer__logo a img, .l-footer__logo a svg {
        max-width: 200px;
        max-height: 50px; }
      .l-footer__logo a svg {
        width: 100%; }
  .l-footer__nav {
    margin-top: 40px; }
  .l-footer__copy {
    font-size: 1.2rem;
    text-align: center;
    padding: 16px; }
  @media screen and (min-width: 48em) {
    .l-footer {
      padding-top: 64px; }
      .l-footer__logo {
        width: 350px; }
        .l-footer__logo a img, .l-footer__logo a svg {
          max-width: 350px;
          max-height: 90px; }
      .l-footer__nav {
        margin-top: 64px; } }

.l-footer__nav > nav > ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #000000;
  border-bottom: 1px solid #AAAAAA; }
  .l-footer__nav > nav > ul > li {
    width: 50%;
    border-top: 1px solid #AAAAAA; }
    .l-footer__nav > nav > ul > li:nth-child(2n) {
      border-left: 1px solid #AAAAAA; }
    .l-footer__nav > nav > ul > li a {
      display: block;
      font-size: 1.4rem;
      line-height: 1;
      padding: 16px;
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      transition: background-color, .3s; }
      .l-footer__nav > nav > ul > li a.hover {
        background-color: rgba(154, 63, 63, 0.8); }
      .l-footer__nav > nav > ul > li a .en {
        display: none; }
@media screen and (min-width: 48em) {
  .l-footer__nav > nav > ul {
    justify-content: center;
    border-bottom: 0;
    padding: 8px 0px; }
    .l-footer__nav > nav > ul > li {
      width: auto;
      border-top: 0;
      border-left: 1px solid #AAAAAA; }
      .l-footer__nav > nav > ul > li:first-child {
        border-left: 0; }
      .l-footer__nav > nav > ul > li a {
        padding: 4px 20px; } }

/* ----------------------------------------
 l-header
-----------------------------------------*/
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #AAAAAA; }
  .l-header__body {
    width: 100%;
    height: 60px;
    align-items: center; }
  .l-header__logo {
    width: 216px;
    padding-left: 16px; }
    .l-header__logo a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      transition: opacity .3s; }
      .l-header__logo a.hover {
        opacity: .8; }
      .l-header__logo a img, .l-header__logo a svg {
        max-width: 200px;
        max-height: 50px; }
      .l-header__logo a svg {
        width: 100%; }
  .l-header__nav {
    display: none; }
  @media screen and (min-width: 48em) {
    .l-header__body {
      max-width: calc(1280px + 64px);
      margin-left: auto;
      margin-right: auto;
      padding: 0px 32px;
      height: 80px; }
    .l-header__logo {
      padding-left: 0;
      width: 310px; }
      .l-header__logo a img, .l-header__logo a svg {
        max-width: 310px;
        max-height: 70px; } }
  @media screen and (min-width: 64em) {
    .l-header__nav {
      display: block;
      width: auto;
      height: 80px;
      margin-left: auto; }
      .l-header__nav > nav {
        height: 80px; }
        .l-header__nav > nav > ul {
          list-style: none;
          display: flex;
          height: 80px;
          margin-right: -16px; }
          .l-header__nav > nav > ul > li {
            display: flex;
            height: 80px;
            align-items: center;
            margin: 0px 16px; }
            .l-header__nav > nav > ul > li a {
              display: block;
              line-height: 1.5;
              text-decoration: none;
              transition: color .3s;
              color: #ffffff; }
              .l-header__nav > nav > ul > li a.hover {
                color: #DD1C1C; }
              .l-header__nav > nav > ul > li a .jp {
                font-size: 1.6rem;
                display: block;
                text-align: center; }
              .l-header__nav > nav > ul > li a .en {
                font-size: 1.2rem;
                display: block;
                text-align: center; } }

/* ----------------------------------------
 l-side-menu
-----------------------------------------*/
.l-side-btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: fixed;
  z-index: 102;
  top: 8px;
  right: 8px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.8); }
  .l-side-btn span {
    display: block;
    height: 2px;
    width: 22px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 23px; }
    .l-side-btn span::before, .l-side-btn span::after {
      content: "";
      display: block;
      height: 2px;
      width: 22px;
      background-color: #ffffff;
      position: absolute;
      left: 50%;
      margin-left: -11px;
      transition: all 0.2s; }
    .l-side-btn span::before {
      top: -6px; }
    .l-side-btn span::after {
      top: 6px; }
    .menu-opened .l-side-btn span {
      transform: rotate(45deg); }
      .menu-opened .l-side-btn span::after {
        display: none; }
      .menu-opened .l-side-btn span::before {
        top: 0;
        transform: rotate(85deg); }
  @media screen and (min-width: 48em) {
    .l-side-btn {
      width: 56px;
      height: 56px;
      top: 12px;
      right: 16px;
      font-size: 1.2rem; }
      .l-side-btn span {
        width: 32px;
        margin-left: -16px;
        top: 27px; }
        .l-side-btn span::before, .l-side-btn span::after {
          width: 32px;
          margin-left: -16px; }
        .l-side-btn span::before {
          top: -8px; }
        .l-side-btn span::after {
          top: 8px; } }
  @media screen and (min-width: 64em) {
    .l-side-btn {
      right: -56px;
      opacity: 0;
      transition: position,opacity, .5s; }
      .l-side-btn.scrollin {
        right: 16px;
        opacity: 1; } }

/* =======================================
サイドメニュー
======================================== */
.l-sidemenu {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 101;
  transition: right .3s;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .l-sidemenu.is-opened {
    right: 0; }
  .l-sidemenu__body {
    width: 100%;
    height: 100%;
    min-height: 468px;
    padding-bottom: 60px; }
  .l-sidemenu__logo {
    width: 216px;
    height: 60px;
    padding-left: 16px; }
    .l-sidemenu__logo a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      transition: opacity .3s; }
      .l-sidemenu__logo a.hover {
        opacity: .8; }
      .l-sidemenu__logo a img {
        max-width: 200px;
        max-height: 50px; }
  .l-sidemenu__nav {
    width: 100%;
    list-style: none;
    border-top: 1px solid #AAAAAA; }
    .l-sidemenu__nav > nav > ul {
      list-style: none; }
      .l-sidemenu__nav > nav > ul > li a {
        display: block;
        line-height: 1;
        position: relative;
        padding: 16px;
        color: #ffffff;
        text-decoration: none;
        transition: color .3s; }
        .l-sidemenu__nav > nav > ul > li a .jp {
          font-size: 1.8rem; }
        .l-sidemenu__nav > nav > ul > li a .en {
          font-size: 1.2rem;
          margin-left: 16px; }
        .l-sidemenu__nav > nav > ul > li a::after {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-style: solid;
          border-color: #ffffff;
          border-top-width: 1px;
          border-right-width: 1px;
          border-bottom-width: 0;
          border-left-width: 0;
          transform: rotate(45deg);
          position: absolute;
          right: 16px;
          top: 50%;
          margin-top: -6px;
          transition: border-color .3s; }
        .l-sidemenu__nav > nav > ul > li a.hover {
          color: #DD1C1C; }
          .l-sidemenu__nav > nav > ul > li a.hover::after {
            border-color: #DD1C1C; }
  @media screen and (min-width: 48em) {
    .l-sidemenu {
      width: 480px;
      right: -480px;
      box-shadow: 0px 0px 6px -2px #AAAAAA; }
      .l-sidemenu__logo {
        width: 342px;
        height: 80px;
        padding-left: 32px; }
        .l-sidemenu__logo a img {
          max-width: 310px;
          max-height: 70px; }
      .l-sidemenu__nav > nav > ul > li a {
        padding: 24px 32px; }
        .l-sidemenu__nav > nav > ul > li a::after {
          right: 32px; } }

.l-main__under-page {
  padding: 48px 0; }
  @media screen and (min-width: 48em) {
    .l-main__under-page {
      padding: 96px 0; } }

/**
* Layout
* ========================== */
/* Component ------------ */
/*===========================
  Component
===========================*/
/*
  container
---------------------------*/
.c-container {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .c-container {
      padding-left: 32px;
      padding-right: 32px;
      max-width: calc(1280px + 64px); } }

/*
  c-content-box
--------------------------*/
.c-content-box {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

/*
  c-flex
---------------------------*/
.c-flexbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

/*
  c-img-cover
---------------------------*/
.c-img-cover {
  display: block;
  position: relative;
  overflow: hidden; }
  .c-img-cover img, .c-img-cover video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  .c-img-cover--gold:before {
    content: '';
    display: block;
    padding-top: 61.8%; }
  .c-img-cover--silver:before {
    content: '';
    display: block;
    padding-top: 70.7%; }
  .c-img-cover--square:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .c-img-cover--16-9:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .c-img-cover--4-3:before {
    content: '';
    display: block;
    padding-top: 75%; }
  .c-img-cover--2-1:before {
    content: '';
    display: block;
    padding-top: 50%; }

/* Project ------------ */
/*===========================
  project
===========================*/
/*
  p-main-title
---------------------------*/
.p-main-title {
  margin-bottom: 24px;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .p-main-title .en {
    width: 100%;
    text-align: center;
    display: block;
    font-family: "Noto Serif JP", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 3rem; }
  .p-main-title .jp {
    display: block;
    margin-top: 16px;
    font-size: 1.4rem; }
  @media screen and (min-width: 48em) {
    .p-main-title {
      margin-bottom: 40px; }
      .p-main-title .en {
        font-size: 4rem; } }

/*
  p-sub-title
---------------------------*/
.p-sub-title {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 2rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
  .p-sub-title--center {
    text-align: center; }
  @media screen and (min-width: 48em) {
    .p-sub-title {
      margin-bottom: 24px;
      font-size: 2.4rem; } }

@media all and (-ms-high-contrast: none) {
  .p-sub-title {
    font-family: Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, serif; } }
/*
  p-common__btn
---------------------------*/
.p-common__btn {
  margin-top: 24px;
  display: flex;
  justify-content: center; }
  .p-common__btn a {
    display: block;
    width: 220px;
    padding: 16px 16px;
    font-size: 1.8rem;
    line-height: 1;
    background-color: #333333;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: background-color .3s; }
    .p-common__btn a svg {
      width: 66px;
      height: 6px;
      position: absolute;
      top: 50%;
      right: 16px;
      margin-top: -5px;
      fill: #ffffff;
      transition: right .3s; }
    .p-common__btn a.hover {
      background-color: #9A3F3F; }
      .p-common__btn a.hover svg {
        right: 8px; }
  @media screen and (min-width: 48em) {
    .p-common__btn {
      margin-top: 40px; } }

/*
  p-page-title
---------------------------*/
.p-page-title {
  width: 100%;
  height: 140px;
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center; }
  .p-page-title .title {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    color: #ffffff; }
    .p-page-title .title .en {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 3.2rem;
      line-height: 1;
      font-family: "Noto Serif JP", "Times New Roman", Times, serif;
      font-weight: 500; }
    .p-page-title .title .jp {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 1.4rem;
      line-height: 1;
      margin-top: 16px; }
  .p-page-title .img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0; }
    .p-page-title .img::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(51, 51, 51, 0.85); }
    .p-page-title .img img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  @media screen and (min-width: 48em) {
    .p-page-title {
      height: 220px;
      margin-top: 80px; }
      .p-page-title .title {
        padding-left: 32px;
        padding-right: 32px;
        max-width: calc(1280px + 64px); }
        .p-page-title .title .en {
          font-size: 5rem; } }

/*
  p-breadcrumbs
---------------------------*/
.p-breadcrumbs {
  font-size: 1.2rem;
  background: #000000;
  line-height: 1.2;
  padding: 8px 0px; }
  .p-breadcrumbs ul {
    list-style: none; }
    .p-breadcrumbs ul li {
      display: inline-block; }
      .p-breadcrumbs ul li::after {
        content: ">";
        margin: 0px 8px; }
      .p-breadcrumbs ul li:last-child::after {
        display: none; }

/*
  p-pagination
---------------------------*/
.p-pagination {
  margin-top: 50px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .p-pagination__item {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 6px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1;
    border: 1px solid #DD1C1C; }
    .p-pagination__item a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background-color: #DD1C1C;
      color: #ffffff;
      transition: color,background-color, .3s; }
      .p-pagination__item a:hover {
        background-color: #ffffff;
        color: #DD1C1C; }
  .p-pagination__item--current {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(221, 28, 28, 0.7);
    color: #ffffff; }
  .p-pagination__item--first-page, .p-pagination__item--last-page {
    width: 20px;
    border: 0; }
    .p-pagination__item--first-page a, .p-pagination__item--last-page a {
      background-color: transparent;
      color: #AAAAAA; }
      .p-pagination__item--first-page a:hover, .p-pagination__item--last-page a:hover {
        background-color: transparent;
        color: #DD1C1C; }
  .p-pagination__item--prev, .p-pagination__item--next {
    display: none; }
  @media screen and (min-width: 48em) {
    .p-pagination {
      margin-top: 80px; }
      .p-pagination__item {
        width: 36px;
        height: 36px;
        margin: 0 10px;
        font-size: 1.6rem; }
      .p-pagination__item--prev, .p-pagination__item--next {
        display: block; } }

/*
  p-pager
---------------------------*/
.p-pager {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px; }
  .p-pager__prev, .p-pager__return, .p-pager__next {
    width: 90px;
    height: 30px;
    margin: 0 10px;
    font-size: 1.4rem;
    line-height: 1;
    overflow: hidden; }
    .p-pager__prev a, .p-pager__return a, .p-pager__next a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      background-color: #9A3F3F;
      color: #ffffff;
      border: 1px solid #C35656;
      transition: color,background-color, .3s; }
      .p-pager__prev a:hover, .p-pager__return a:hover, .p-pager__next a:hover {
        background-color: #C35656; }
  @media screen and (min-width: 48em) {
    .p-pager {
      margin-top: 64px; }
      .p-pager__prev, .p-pager__return, .p-pager__next {
        width: 110px;
        height: 42px;
        font-size: 1.6rem; } }

/*
  p-share-btn
---------------------------*/
.p-share-btn {
  margin-top: 40px;
  margin-left: -8px;
  margin-right: -8px; }
  .p-share-btn__list {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .p-share-btn__list li {
      width: 33.3333%;
      padding-left: 8px;
      padding-right: 8px;
      margin-top: 8px; }
      .p-share-btn__list li a {
        display: block;
        height: 30px;
        text-align: center;
        font-size: 1.5rem;
        line-height: 30px;
        transition: opacity .3s;
        color: #ffffff;
        text-decoration: none; }
        .p-share-btn__list li a.hover {
          opacity: .8; }
      .p-share-btn__list li.fb a {
        background-color: #3C5A99; }
      .p-share-btn__list li.tw a {
        background-color: #1DA1F2; }
      .p-share-btn__list li.line a {
        background-color: #00B900; }
      .p-share-btn__list li.hatebu a {
        background-color: #00A4DE; }
      .p-share-btn__list li.pocket a {
        background-color: #ee4056; }
  @media screen and (min-width: 48em) {
    .p-share-btn {
      margin-top: 64px; }
      .p-share-btn__list li {
        flex: 1; }
        .p-share-btn__list li a {
          height: 40px;
          line-height: 40px; } }

/* page ------------ */
/*===========================
  Index
===========================*/
/*
  idx-loading
---------------------------*/
.idx-loader {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 1; }
  .idx-loader.is-hide {
    display: none; }
  .idx-loader.fadeout-bg {
    transition-property: opacity;
    transition-delay: 1.2s;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(0.1, 1, 0.55, 1);
    opacity: 0;
    pointer-events: none; }
  .idx-loader__bar {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px; }
    .idx-loader__bar.is-hide {
      display: none; }
    .idx-loader__bar.fadeout-loader {
      transition-property: opacity;
      transition-delay: 1.2s;
      transition-duration: .2s;
      opacity: 0;
      pointer-events: none; }

/*
  idx-mainvisual
---------------------------*/
.idx-mainvisual {
  position: relative;
  height: calc( 100vh - 128px );
  min-height: 450px;
  width: 100%; }
  .idx-mainvisual__scroll {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 32px;
    width: 40px;
    height: 75px;
    margin-left: -20px; }
    .idx-mainvisual__scroll::before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background-color: #ffffff;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      bottom: 24px;
      margin-left: -2px; }
    .idx-mainvisual__scroll .bar {
      display: block;
      width: 40px;
      height: 48px;
      overflow: hidden;
      position: relative; }
      .idx-mainvisual__scroll .bar::before {
        content: "";
        display: block;
        width: 1px;
        height: 48px;
        position: absolute;
        top: 0;
        left: 50%;
        background-color: #ffffff;
        -webkit-animation: baranimel .85s ease-in infinite;
        animation: baranime .85s ease-in infinite; }
    .idx-mainvisual__scroll .txt {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      font-size: 1.2rem;
      line-height: 1;
      color: #ffffff; }
@keyframes baranime {
  0% {
    transform: translate3d(0, -101%, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 103%, 0); } }
  .idx-mainvisual__img-list {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; }
  .idx-mainvisual__img-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none; }
  @media screen and (min-width: 48em) {
    .idx-mainvisual {
      height: 50vh; }
      .idx-mainvisual__scroll {
        bottom: 48px; } }
  @media screen and (min-width: 64em) {
    .idx-mainvisual {
      height: calc( 100vh - 96px ); } }

/*
  idx-news
---------------------------*/
.idx-news {
  width: 100%;
  background-color: #000000;
  padding: 24px 0px; }
  .idx-news__body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px; }
  .idx-news__header {
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 16px;
    margin-bottom: 16px; }
    .idx-news__header .title {
      font-family: "Noto Serif JP", "Times New Roman", Times, serif;
      font-size: 2.6rem;
      line-height: 1; }
    .idx-news__header .anchor {
      margin-left: auto; }
      .idx-news__header .anchor a {
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 1;
        display: block;
        color: #ffffff;
        transition: color .3s; }
        .idx-news__header .anchor a.hover {
          color: #DD1C1C; }
  .idx-news__list-container {
    display: block;
    width: 100%; }
  @media screen and (min-width: 48em) {
    .idx-news__body {
      align-items: center; }
    .idx-news__header {
      width: 150px;
      justify-content: center;
      border-bottom: 0;
      border-right: 1px solid #ffffff;
      padding-bottom: 0;
      margin-bottom: 0; }
      .idx-news__header .title {
        width: 100%;
        text-align: center;
        font-size: 2.6rem; }
      .idx-news__header .anchor {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 8px; }
    .idx-news__list-container {
      flex: 1 0 0%;
      padding-left: 40px; } }

.idx-news__item {
  align-items: center; }
.idx-news__item-date {
  font-size: 1.4rem;
  line-height: 1.5;
  width: 8em; }
.idx-news__item-content {
  width: 100%;
  margin-top: 4px; }
  .idx-news__item-content a {
    color: #ffffff;
    transition: color .3s; }
    .idx-news__item-content a.hover {
      color: #DD1C1C; }
  .idx-news__item-content .ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    max-height: 1.5em; }
  .idx-news__item-content .description {
    margin-top: 4px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 3.6em; }
@media screen and (min-width: 48em) {
  .idx-news__item-content {
    margin-top: 0;
    flex: 1; }
    .idx-news__item-content .description {
      line-height: 1.5;
      -webkit-line-clamp: 1;
      max-height: 1.5em; } }

/*
  idx-concept
---------------------------*/
.idx-concept {
  position: relative; }

.idx-concept__body {
  padding: 40px 16px; }
.idx-concept__img {
  width: 100%;
  margin-bottom: 16px; }
  .idx-concept__img::before {
    content: '';
    display: block;
    padding-top: 61.8%; }
  .idx-concept__img::after {
    content: '';
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #DD1C1C;
    transform: translate3d(-101%, 0, 0); }
  .idx-concept__img.show::after {
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0); }
  .idx-concept__img.done::after {
    transition-property: transform;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(103%, 0, 0); }
  .idx-concept__img img {
    opacity: 0; }
  .idx-concept__img.done img {
    opacity: 1; }
@media screen and (min-width: 48em) {
  .idx-concept__body {
    padding: 72px 32px; } }
@media screen and (min-width: 64em) {
  .idx-concept__body {
    padding: 0;
    align-items: center; }
  .idx-concept__img {
    display: flex;
    width: 50%;
    min-height: 560px;
    margin-bottom: 0;
    order: 2; }
    .idx-concept__img::before {
      display: none; }
  .idx-concept__content {
    width: 50%;
    padding: 72px 40px 72px 32px;
    order: 1; } }
@media screen and (min-width: 83.8125em) {
  .idx-concept__content {
    margin-left: auto;
    width: calc( 1344px / 2 ); }
    .idx-concept__content--noimg {
      margin-right: auto; } }

/*
  idx-menu
---------------------------*/
.idx-menu {
  position: relative;
  padding: 40px 0px;
  background-color: #000000; }
  @media screen and (min-width: 48em) {
    .idx-menu {
      padding: 72px 0px; } }

.idx-menu__list-container {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative; }
.idx-menu__button-prev, .idx-menu__button-next {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  outline: none;
  transition: opacity .3s; }
  .idx-menu__button-prev::before, .idx-menu__button-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }
  .idx-menu__button-prev.swiper-button-disabled, .idx-menu__button-next.swiper-button-disabled {
    opacity: 0;
    cursor: none; }
.idx-menu__button-prev {
  left: -20px;
  right: auto; }
  .idx-menu__button-prev::before {
    transform: rotate(-135deg); }
.idx-menu__button-next {
  right: -20px;
  left: auto; }
  .idx-menu__button-next::before {
    transform: rotate(45deg); }
.idx-menu__img {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%; }
.idx-menu__title {
  line-height: 1.5;
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: center; }
  .idx-menu__title .en {
    font-size: 2rem;
    font-family: "Noto Serif JP", "Times New Roman", Times, serif;
    display: block; }
  .idx-menu__title .jp {
    font-size: 1.2rem;
    display: block; }
.idx-menu__txt {
  font-size: 1.3rem;
  color: #666666;
  margin-top: 8px;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  max-height: 6em; }
@media screen and (min-width: 48em) {
  .idx-menu__list-container {
    width: calc(100% - 80px); }
  .idx-menu__title {
    font-size: 1.8rem; }
    .idx-menu__title .en {
      font-size: 2.4rem; }
    .idx-menu__title .jp {
      font-size: 1.4rem; }
  .idx-menu__img {
    max-width: none; }
  .idx-menu__txt {
    font-size: 1.4rem; } }

/*
  idx-shop
---------------------------*/
.idx-shop {
  position: relative;
  padding: 40px 0px; }
  @media screen and (min-width: 48em) {
    .idx-shop {
      padding: 72px 0px; } }

.idx-shop__content {
  margin-top: 32px;
  flex-wrap: wrap; }
.idx-shop__info {
  display: block;
  width: 100%; }
.idx-shop__info-header {
  flex-wrap: wrap; }
.idx-shop__info-header__img {
  display: block;
  width: 180px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px; }
.idx-shop__info-header__title {
  display: block;
  width: 100%; }
  .idx-shop__info-header__title .ttl {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    line-height: 1.5;
    font-size: 1.8rem;
    padding-bottom: 8px;
    word-break: break-all;
    word-wrap: break-word; }
    .idx-shop__info-header__title .ttl span {
      display: inline-block; }
    .idx-shop__info-header__title .ttl .jp {
      margin-right: 15px; }
    .idx-shop__info-header__title .ttl .en {
      font-family: "Noto Serif JP", "Times New Roman", Times, serif;
      font-size: 1.2rem; }
  .idx-shop__info-header__title .shop-sns {
    width: 100%;
    margin-top: 12px;
    list-style: none; }
    .idx-shop__info-header__title .shop-sns li {
      margin-right: 8px; }
      .idx-shop__info-header__title .shop-sns li a {
        display: block;
        text-decoration: none;
        font-size: 1.5rem;
        color: #ffffff;
        text-align: center;
        line-height: 33px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        transition: color,border, .3s; }
        .idx-shop__info-header__title .shop-sns li a.hover {
          color: #DD1C1C;
          border: 1px solid #DD1C1C; }
.idx-shop__info-description {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #999999; }
.idx-shop__info-table {
  margin-top: 16px;
  line-height: 1.75; }
  .idx-shop__info-table .table-item {
    flex-wrap: wrap;
    margin-top: 8px; }
    .idx-shop__info-table .table-item dt, .idx-shop__info-table .table-item dd {
      display: block;
      width: 100%;
      padding: 8px 16px;
      word-break: break-all;
      word-wrap: break-word; }
    .idx-shop__info-table .table-item dt {
      background-color: #666666; }
    .idx-shop__info-table .table-item dd {
      background-color: #000000; }
.idx-shop__map {
  margin-top: 16px;
  width: 100%; }
.idx-shop__map-area {
  width: 100%;
  position: relative; }
  .idx-shop__map-area::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 61.8%; }
  .idx-shop__map-area iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
@media screen and (min-width: 35.5em) {
  .idx-shop__info-header {
    align-items: center; }
  .idx-shop__info-header__img {
    width: 126px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 32px; }
  .idx-shop__info-header__title {
    flex: 1; }
  .idx-shop__info-table .table-item {
    flex-wrap: wrap;
    margin-top: 8px; }
    .idx-shop__info-table .table-item dt {
      width: 11em;
      margin-right: 8px; }
    .idx-shop__info-table .table-item dd {
      flex: 1; } }
@media screen and (min-width: 48em) {
  .idx-shop__content {
    margin-top: 64px; }
  .idx-shop__info-header__title .ttl {
    font-size: 2.2rem; } }
@media screen and (min-width: 64em) {
  .idx-shop__info {
    display: block;
    width: 50%;
    padding-right: 20px; }
  .idx-shop__map {
    margin-top: 0;
    width: 50%;
    padding-left: 20px; }
  .idx-shop__map-area {
    width: 100%;
    height: 100%;
    max-height: 500px; }
    .idx-shop__map-area::before {
      display: none; } }

/*
  idx-blog
---------------------------*/
.idx-blog {
  position: relative;
  padding: 40px 0px;
  background-color: #000000; }
  @media screen and (min-width: 48em) {
    .idx-blog {
      padding: 72px 0px; } }

.idx-blog__list {
  margin-top: -16px; }
.idx-blog__item {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 16px;
  margin-top: 16px;
  position: relative;
  align-items: center; }
.idx-blog__item-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
  z-index: 1; }
  .idx-blog__item-img img {
    transition: transform .3s; }
  .hover .idx-blog__item-img img {
    transform: scale(1.075); }
.idx-blog__item-content {
  flex: 1;
  word-break: break-all;
  word-wrap: break-word;
  align-items: center;
  margin-top: -8px; }
  .idx-blog__item-content .date {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 8px;
    margin-right: 8px; }
  .idx-blog__item-content .cate {
    font-size: 1.1rem;
    line-height: 1;
    margin-top: 8px; }
    .idx-blog__item-content .cate a {
      color: #ffffff;
      text-decoration: none;
      display: inline-block;
      border: 1px solid #ffffff;
      padding: 4px 8px;
      margin-right: 8px;
      position: relative;
      z-index: 1;
      transition: color,border, .3s; }
      .idx-blog__item-content .cate a.hover {
        color: #DD1C1C;
        border: 1px solid #DD1C1C; }
  .idx-blog__item-content .ttl {
    width: 100%;
    margin-top: 8px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 3em;
    transition: color .3s; }
  .hover .idx-blog__item-content .ttl {
    color: #DD1C1C; }
.idx-blog__item-anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -100%;
  overflow: hidden; }
@media screen and (min-width: 35.5em) {
  .idx-blog__list {
    justify-content: space-between; }
  .idx-blog__item {
    width: calc(50% - 20px); }
    .idx-blog__item:nth-child(2n)::before {
      content: "";
      display: block;
      width: 1px;
      height: calc( 100% - 40px);
      background-color: #ffffff;
      position: absolute;
      left: -20px;
      top: 20px; } }
@media screen and (min-width: 64em) {
  .idx-blog__item {
    width: calc(50% - 40px); }
    .idx-blog__item:nth-child(2n)::before {
      height: calc( 100% - 40px);
      left: -40px;
      top: 20px; } }

/*
  article-list
---------------------------*/
.article-list__item {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #AAAAAA;
  width: 100%;
  position: relative;
  align-items: center; }
  .article-list__item:first-child {
    margin-top: 0; }
.article-list__item-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
  z-index: 1; }
  .article-list__item-img img {
    transition: transform .3s; }
  .hover .article-list__item-img img {
    transform: scale(1.075); }
.article-list__item-body {
  flex: 1;
  word-break: break-all;
  word-wrap: break-word; }
.article-list__item-info {
  align-items: center; }
  .article-list__item-info .date {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 8px;
    margin-right: 8px; }
  .article-list__item-info .cate {
    font-size: 1.1rem;
    line-height: 1;
    margin-top: 8px; }
    .article-list__item-info .cate a {
      color: #ffffff;
      text-decoration: none;
      display: inline-block;
      border: 1px solid #ffffff;
      padding: 4px 8px;
      margin-right: 8px;
      position: relative;
      z-index: 1;
      transition: color,border, .3s; }
      .article-list__item-info .cate a.hover {
        color: #DD1C1C;
        border: 1px solid #DD1C1C; }
.article-list__item-content .ttl {
  width: 100%;
  margin-top: 8px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 3em;
  transition: color .3s; }
.hover .article-list__item-content .ttl {
  color: #DD1C1C; }
.article-list__item-content .description {
  display: none; }
.article-list__item-anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -100%;
  overflow: hidden; }
@media screen and (min-width: 48em) {
  .article-list__item-img {
    width: 150px;
    height: 150px;
    margin-right: 40px; }
  .article-list__item-content .ttl {
    font-size: 1.6rem; }
  .article-list__item-content .description {
    display: block;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 16px; } }
@media screen and (min-width: 64em) {
  .article-list--news .article-list__item {
    padding-left: 32px;
    padding-right: 32px; } }

/*
  article-detail
---------------------------*/
.article-detail__eye-catch {
  margin-bottom: 32px;
  text-align: center; }
.article-detail__header {
  margin-bottom: 32px; }
.article-detail__header-info {
  width: 100%;
  margin-bottom: 8px;
  align-items: center; }
  .article-detail__header-info .date {
    width: 6em; }
  .article-detail__header-info .cate {
    flex: 1; }
    .article-detail__header-info .cate ul {
      list-style: none; }
    .article-detail__header-info .cate li {
      margin-right: 8px; }
    .article-detail__header-info .cate a {
      display: block;
      font-size: 1.1rem;
      line-height: 1;
      padding: 4px 8px;
      border: 1px solid #ffffff;
      text-decoration: none;
      color: #ffffff;
      transition: color,border, .3s; }
      .article-detail__header-info .cate a.hover {
        color: #DD1C1C;
        border: 1px solid #DD1C1C; }
.article-detail__header-title {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 8px; }
@media screen and (min-width: 48em) {
  .article-detail__header {
    margin-bottom: 60px; }
  .article-detail__header-info {
    margin-bottom: 16px; }
  .article-detail__header-title {
    font-size: 3.2rem; } }

.contact-form__item {
  border-bottom: 1px solid #AAAAAA;
  padding: 2.5rem 0;
  overflow: hidden;
  zoom: 1; }
  .contact-form__item:first-child {
    border-top: 1px solid #AAAAAA; }
.contact-form__item-title {
  font-weight: bold;
  padding-right: 20px;
  position: relative; }
.contact-form__item-content {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1; }
.contact-form__item-field {
  margin-top: 1rem; }
  .contact-form__item-field:first-child {
    margin-top: 0; }
.contact-form__item-require {
  display: block;
  color: #972426;
  font-size: 80%;
  position: absolute;
  top: 0;
  right: 0; }
.contact-form__item-note {
  font-size: 85%;
  margin: 1rem 0;
  font-weight: normal; }
.contact-form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  		/**
           * エラーメッセージ
           */ }
  .contact-form .mwform-errors .mwform-error {
    float: left;
    margin: 0 10px 0 0; }
    .contact-form .mwform-errors .mwform-error span {
      background-color: #F7CCE6;
      border: #ee4d89 solid 1px;
      border-radius: 3px;
      color: #EE4D89;
      display: inline-block;
      font-size: 85%;
      padding: 5px 6px 5px;
      line-height: 1; }
@media screen and (min-width: 48em) {
  .contact-form__item-title {
    float: left;
    padding-right: 20px;
    width: 30%; }
  .contact-form__item-content {
    padding-top: 0; }
  .contact-form__item-require {
    position: relative;
    top: auto;
    right: auto;
    line-height: 1;
    margin-top: 0.5rem; } }

.contact-form {
  /* Edge */
  /* IE11 & IE10 */
  /*select*/ }
  .contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #aaaaaa; }
  .contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
    color: #aaaaaa; }
  .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
    color: #aaaaaa; }
  .contact-form ::-ms-expand {
    display: none; }
  .contact-form input, .contact-form textarea {
    border: 0;
    border-radius: 3px;
    margin: 0;
    max-width: 100%;
    padding: 5px 8px;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #666666;
    color: #000000; }
  .contact-form textarea {
    width: 100%; }
  .contact-form select {
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    padding: 5px 8px;
    width: 10em;
    padding-right: 25px;
    color: #000000; }
  .contact-form span.select_label {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #666666;
    position: relative; }
    .contact-form span.select_label:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 8px;
      display: block;
      width: 0;
      height: 0;
      margin-top: -3px;
      border: 5px solid transparent;
      border-top: 7px solid #333333; }
  .contact-form label {
    margin: 0 10px 0 2px;
    font-weight: normal; }
    .contact-form label input[type="checkbox"], .contact-form label input[type="radio"] {
      margin: 0 5px 0 0; }
  .contact-form input[type=file] {
    line-height: 1; }
  .contact-form__btn {
    margin-top: 15px;
    text-align: center; }
    .contact-form__btn input {
      background-color: #f5f5f5;
      border: #dddddd solid 1px;
      border-radius: 3px;
      color: #000;
      cursor: pointer;
      font-weight: normal;
      padding: 15px 20px;
      line-height: 1; }
      .contact-form__btn input:active, .contact-form__btn input:hover {
        background-color: #eee; }

.mw_wp_form_confirm span.select_label, .mw_wp_form_preview span.select_label {
  background: none;
  border: none; }

.mw_wp_form_confirm span.select_label:before, .mw_wp_form_preview span.select_label:before {
  display: none; }

.menu-article-list__item {
  margin-top: 32px; }
  .menu-article-list__item:first-child {
    margin-top: 0; }
.menu-article-list__title {
  margin-bottom: 24px; }
  .menu-article-list__title .title {
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 2.8rem; }
    .menu-article-list__title .title .en {
      font-family: "Noto Serif JP", "Times New Roman", Times, serif;
      font-weight: 500;
      font-size: 2.8rem; }
    .menu-article-list__title .title .jp {
      font-size: 1.4rem;
      margin-left: 16px; }
  .menu-article-list__title .description {
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #999999; }
.menu-article-list__gallery-container {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative; }
.menu-article-list__gallery-img {
  opacity: 1;
  transition: opacity .3s; }
  .menu-article-list__gallery-img.hover {
    opacity: .8; }
.menu-article-list__gallery-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px 5px 10px;
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 32%, rgba(51, 51, 51, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 32%, rgba(51, 51, 51, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 32%, rgba(51, 51, 51, 0.65) 100%);
  font-size: 1.2rem;
  line-height: 1.5;
  color: #ffffff; }
.menu-article-list__gallery-button-prev, .menu-article-list__gallery-button-next {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  outline: none;
  transition: opacity .3s; }
  .menu-article-list__gallery-button-prev::before, .menu-article-list__gallery-button-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }
  .menu-article-list__gallery-button-prev.swiper-button-disabled, .menu-article-list__gallery-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: none; }
.menu-article-list__gallery-button-prev {
  left: -20px;
  right: auto; }
  .menu-article-list__gallery-button-prev::before {
    transform: rotate(-135deg); }
.menu-article-list__gallery-button-next {
  right: -20px;
  left: auto; }
  .menu-article-list__gallery-button-next::before {
    transform: rotate(45deg); }
.menu-article-list__product-item {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #AAAAAA; }
.menu-article-list__product-item__body {
  width: 100%; }
.menu-article-list__product-item__title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold; }
.menu-article-list__product-item__contents {
  width: 100%; }
  .menu-article-list__product-item__contents .description {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 8px;
    color: #999999; }
  .menu-article-list__product-item__contents .price {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    justify-content: flex-end;
    margin-top: 8px; }
    .menu-article-list__product-item__contents .price .price-wrap {
      display: block;
      margin-left: 16px; }
@media screen and (min-width: 48em) {
  .menu-article-list__item {
    margin-top: 40px; }
  .menu-article-list__title {
    margin-bottom: 32px; }
    .menu-article-list__title .title {
      font-size: 3rem; }
      .menu-article-list__title .title .en {
        font-size: 3.2rem; }
      .menu-article-list__title .title .jp {
        font-size: 1.4rem; }
  .menu-article-list__product-item {
    margin-top: 24px;
    padding-bottom: 24px; }
  .menu-article-list__product-item__title {
    width: 100%;
    font-size: 1.6rem;
    width: 18em;
    padding-right: 24px;
    margin-top: -6px; }
  .menu-article-list__product-item__contents {
    flex: 1;
    margin-top: -8px; } }

/* editor ------------ */
.editor-body {
  /**link**/
  /**リスト**/
  /*画像*/
  /*カラム*/
  /*table*/ }
  .editor-body h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin: 2em 0 1.5em 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .editor-body h2::before {
      content: "";
      display: block;
      flex: 1;
      height: 3px;
      background-color: #EEEEEE;
      margin-right: 16px;
      opacity: .5; }
    .editor-body h2::after {
      content: "";
      display: block;
      flex: 1;
      height: 3px;
      background-color: #EEEEEE;
      margin-left: 16px;
      opacity: .5; }
    @media screen and (min-width: 48em) {
      .editor-body h2 {
        font-size: 34px; } }
  .editor-body h3:not(.service-detail__ttl) {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5em 0 1em 0;
    display: flex;
    align-items: center; }
    .editor-body h3:not(.service-detail__ttl)::after {
      content: "";
      display: block;
      width: 100%;
      flex: 1;
      height: 1px;
      background-color: #EEEEEE;
      margin-left: 16px; }
    @media screen and (min-width: 48em) {
      .editor-body h3:not(.service-detail__ttl) {
        font-size: 26px; } }
  .editor-body h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin: 1.5em 0 1em 0; }
    @media screen and (min-width: 48em) {
      .editor-body h4 {
        font-size: 18px; } }
  .editor-body p {
    margin: 1.5em 0; }
  .editor-body strong {
    font-weight: bold; }
  .editor-body em {
    font-style: italic;
    font-family: Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, serif; }
  .editor-body figure.wp-block-pullquote {
    margin: 0;
    padding: 0; }
    .editor-body figure.wp-block-pullquote blockquote {
      border-left: 0;
      border-top: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff; }
  .editor-body hr {
    background-color: #cccccc;
    margin: 30px 0; }
  .editor-body div.wp-block-button {
    margin: 20px 0;
    text-align: center; }
    .editor-body div.wp-block-button a {
      text-decoration: none;
      max-width: 100%;
      border-radius: 6px;
      background-color: #ffffff;
      opacity: 1;
      transition: all .2s; }
      .editor-body div.wp-block-button a:hover {
        opacity: .8; }
  .editor-body .wp-block-image {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0; }
  .editor-body .wp-block-quote {
    margin: 0;
    margin-top: 20px;
    background-color: #EEEEEE;
    padding: 20px;
    border: 1px solid #AAAAAA;
    border-left: 5px solid #AAAAAA;
    display: block; }
    .editor-body .wp-block-quote > *:first-child {
      margin-top: 0; }
    .editor-body .wp-block-quote cite {
      margin-top: 10px;
      display: block;
      line-height: 1.3;
      word-break: break-all;
      font-size: 1.3rem; }
  .editor-body .wp-block-file {
    margin-bottom: 0;
    margin-top: 20px; }
  .editor-body .wp-block-audio {
    margin-top: 20px; }
  .editor-body ul:not(.blocks-gallery-grid):not(.toc_list):not(.blocks-gallery-grid) {
    margin: 20px 0; }
    .editor-body ul:not(.blocks-gallery-grid):not(.toc_list):not(.blocks-gallery-grid) li {
      margin-bottom: 5px;
      list-style: none;
      position: relative;
      padding-left: 1em; }
      .editor-body ul:not(.blocks-gallery-grid):not(.toc_list):not(.blocks-gallery-grid) li::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background-color: #AEAEAE;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: .6em; }
    .editor-body ul:not(.blocks-gallery-grid):not(.toc_list):not(.blocks-gallery-grid).list_inline li {
      display: inline-block;
      margin-right: 18px; }
  .editor-body ol {
    margin: 20px 0;
    counter-reset: counter-name; }
    .editor-body ol li {
      margin-bottom: 5px;
      list-style: none;
      position: relative;
      padding-left: 1.5em; }
      .editor-body ol li:before {
        counter-increment: counter-name;
        content: counter(counter-name) ".";
        color: #AEAEAE;
        font-size: 1em;
        font-family: Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, serif;
        position: absolute;
        left: 0;
        top: 0; }
  .editor-body figure {
    margin-top: 20px;
    margin-bottom: 20px; }
    .editor-body figure figcaption {
      text-align: center;
      margin-top: 5px;
      margin-bottom: 0; }
  .editor-body ul.wp-block-gallery {
    margin: 20px 0;
    padding: 0; }
    .editor-body ul.wp-block-gallery li {
      list-style: none;
      padding: 0; }
      .editor-body ul.wp-block-gallery li figure {
        margin: 0; }
  .editor-body .wp-block-columns {
    margin-top: 30px; }
    .editor-body .wp-block-columns * {
      margin-top: 0; }
    .editor-body .wp-block-columns figure, .editor-body .wp-block-columns p {
      margin-bottom: 0; }
  .editor-body table {
    display: block;
    width: 100%;
    margin: 1.5em 0; }
    .editor-body table tbody, .editor-body table thead, .editor-body table tr {
      display: block; }
    .editor-body table td {
      display: block;
      width: 100%;
      padding: 8px 10px; }
    .editor-body table.is-style-regular td {
      margin: 2px 0; }
      .editor-body table.is-style-regular td:first-child {
        background-color: #AEAEAE; }
      .editor-body table.is-style-regular td:last-child {
        background-color: #EEEEEE; }
    .editor-body table.is-style-stripes {
      border-bottom: 1px solid #EEEEEE; }
      .editor-body table.is-style-stripes tr:nth-child(odd) {
        background-color: #EEEEEE; }
  @media screen and (min-width: 48em) {
    .editor-body table {
      display: table;
      width: 100%; }
      .editor-body table tbody, .editor-body table thead {
        display: table-row-group; }
      .editor-body table tr {
        display: table-row; }
      .editor-body table td {
        width: auto;
        display: table-cell;
        vertical-align: top;
        padding: 14px 20px; }
        .editor-body table td:first-child {
          width: 13em; }
      .editor-body table.is-style-regular {
        border-collapse: separate;
        border-spacing: 3px; }
        .editor-body table.is-style-regular td {
          margin: 0; } }
  .editor-body .map-gray iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }

.editor-body > *:first-child {
  margin-top: 0; }

/* utility ------------ */
/* =======================================
align
======================================== */
/*テキストの位置*/
.u-center {
  text-align: center !important; }

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

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

/* =======================================
margin
======================================== */
/* mt
-----------------------------------------*/
.u-mt00 {
  margin-top: 0px !important; }

.u-mt05 {
  margin-top: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mt35 {
  margin-top: 35px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mt45 {
  margin-top: 45px !important; }

.u-mt50 {
  margin-top: 50px !important; }

/* mb
-----------------------------------------*/
.u-mb00 {
  margin-bottom: 0px !important; }

.u-mb05 {
  margin-bottom: 5px !important; }

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

.u-mb15 {
  margin-bottom: 15px !important; }

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

.u-mb25 {
  margin-bottom: 25px !important; }

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

.u-mb35 {
  margin-bottom: 35px !important; }

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

.u-mb45 {
  margin-bottom: 45px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

/* =======================================
padding
======================================== */
/* pt
-----------------------------------------*/
.u-pt00 {
  padding-top: 0px !important; }

.u-pt05 {
  padding-top: 5px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pt35 {
  padding-top: 35px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pt45 {
  padding-top: 45px !important; }

.u-pt50 {
  padding-top: 50px !important; }

/* pb
-----------------------------------------*/
.u-pb00 {
  padding-bottom: 0px !important; }

.u-pb05 {
  padding-bottom: 5px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pb35 {
  padding-bottom: 35px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pb45 {
  padding-bottom: 45px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }
