@charset "UTF-8";
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8); }

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

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

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

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container 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; }

.lity-hide {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  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 {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  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;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative; }

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  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%;
  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%;
  transform: translateY(-50%);
  width: 8px; }

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

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

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

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

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

/* 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%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: 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%;
  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;
  transform-origin: 50%;
  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"); }

@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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;
  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; }

.pogoSlider {
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  position: relative;
  overflow: hidden; }

#column-left .pogoSlider, #column-right .pogoSlider, #content .pogoSlider {
  margin-bottom: 20px; }

.pogoSlider--banner .pogoSlider-slide {
  ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.pogoSlider-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  perspective: 1300px;
  overflow: hidden; }

.pogoSlider-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaeaea;
  z-index: 11; }

.pogoSlider-loading-icon {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background-image: url(data:image/gif;base64,R0lGODlhJAAkAPIAAJmZmczMzObm5vLy8gAAAAAAAAAAAAAAACH5BA0KAAQAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAJAAkAAADfQi6DPQwyhmbpTgT27Sv3PKNoTh6pXKi6aqljovB8tzWE43vfH8GwKAw4HsMj0XCcZhcCptOIDQ6dVaXV2QxKk16vzWBeEwWPAbotHpUbp/VcHab/Ian5XNx3T7A5/d2fnOAcR95Y4RrhodmBHx3i4eJkB6MjY9ogm6OmCMJACH5BA0KAAQALAAAAAAkACQAAAN+GLocRCDK+aq1Lb/Jwf1P1mydBH4iQ5beiaXKWrovLHd0BccQ2+Y7R4+VC+1unCIhiKQUmcOZckqtWl2CrHYruIK4YO8HzBVfyFuzBa1VV9hZ9wPeldPlhLsdju/7vQOBgoMDeISHhoeDiYqBjI2PipGIco2Ck4SYi5WWhXIJACH5BA0KAAQALAAAAAAkACQAAAN7KLosRCHK+YC9GLT9pg9Vlm1N90mheJGMeYKEirGLe6YyrdgfruoOyAsmW+l4Hp8IiKTEipqj8KUcSYdE6GPL7Xq/4LB4/B2Yz+gBeZ1ur8nt9HscR8/F9fM9nDfvwX1qf16Bg4R9hl2FiYyNjo+QkZKTlJWWl5iZmpoJACH5BA0KAAQALAAAAAAkACQAAAN8OLo8RCLK+YK9OLT9phdVlm1N90mheJGMeYKEirGLe6YyrdgfruoOyAsmW+l4Hp8IiKTEipqj8KUcSYdE6GPL7Xq/4LB4TC5/Aei0GmAer99t8XsdD8/VdfA9nT/v2X1df4CBW4OFXIeID4qLjo+QkZKTlJWWl5iZmptxCQAh+QQNCgAEACwAAAAAJAAkAAADfUi6vPMwKkGrFS2ryMe8l5Z1EgGGIkNC30ml6uqZ7gtvcuve+KqfPIJsVrPdhj9QEEmrLXPNXXBKrVqvi4B2yw1gM93wtxHujhll7jmb1q4Vbfc77p3H3wQ6Xo/v+68AgYKDAHiEh4aHg4mKgYyNj4qRiG+NgpOEmIuVlgAJACH5BA0KAAQALAAAAAAkACQAAAN8SLrcziPKOZ69hGrMoZ5d+IEhN0qleVbptbLt88bWTDv27Z167/8cgXBIFAAJxeQxWVwyh86nESgVRp9XZlZJrR6/4AdgTC4rAui0OhAquwHn9br9JsflaXodTsCr9XV3foBvgniEboZyiGZ9fmiMdo6PkWOKcx17lpN+CQAh+QQNCgAEACwAAAAAJAAkAAADd0i63P4wykmrvTjrzbv/YCiOZGmSQ6quQ8i+7rvGckrXt5zDYK3uLODsRIQAjsgkQBFoOp8KgXRKFSivzKc2Wq1elVmtk9udfpNhcYBctp6PaTG7/IYT1GNC21yPb/V7bm9+UIB7dUt3eGuGbYiEeYGCZ5BNc10JACH5BA0KAAQALAAAAAAkACQAAAN3SLrc/jDKSau9OOvNu/9gKI5kaS5Aqq5AyL7uu8ZySte3nMNgre4s4OxELAaOyGRAIWg6n4qBdEodKK/MpzZarV6VWa2T251+k2GxgFy2no9pMbv8hhPUY0LbXI9v9Xtub35QgHt1S3d4a4ZtiIR5gYJnkE1zXQkAOw==); }

.pogoSlider-slide-element {
  animation-fill-mode: both; }

.m-pogoSlider .pogoSlider-slide-element {
  position: absolute;
  margin: 0;
  box-sizing: border-box; }

.pogoSlider-progressBar {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background: #fff;
  -ms-filter: "alpha(Opacity=20)";
  filter: alpha(opacity=20);
  background: rgba(255, 255, 255, 0.2);
  z-index: 6; }

.pogoSlider-progressBar-duration {
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  background: #fff;
  -ms-filter: "alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background: rgba(255, 255, 255, 0.4); }

.pogoSlider-dir-btn {
  position: absolute;
  z-index: 10;
  background: 0 0;
  width: 20px;
  height: 20px;
  border-color: #eaeaea;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  transform: rotate(45deg);
  cursor: pointer; }

.pogoSlider-dir-btn:hover {
  border-color: #fff; }

.pogoSlider-dir-btn:focus {
  outline: 0; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, .pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev, .pogoSlider--dirTopRight .pogoSlider-dir-btn--prev {
  border-width: 0 0 3px 3px; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next, .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, .pogoSlider--dirTopLeft .pogoSlider-dir-btn--next, .pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
  border-width: 3px 3px 0 0; }

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--next {
  border-width: 3px 0 0 3px; }

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--prev {
  border-width: 0 3px 3px 0; }

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--next, .pogoSlider--dirTopLeft .pogoSlider-dir-btn, .pogoSlider--dirTopRight .pogoSlider-dir-btn {
  top: 14px; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
  left: 14px; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next, .pogoSlider--dirTopLeft .pogoSlider-dir-btn--next {
  left: 50px; }

.pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev, .pogoSlider--dirTopRight .pogoSlider-dir-btn--prev {
  right: 50px; }

.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, .pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
  right: 14px; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn, .pogoSlider--dirBottomRight .pogoSlider-dir-btn, .pogoSlider--dirCenterVertical .pogoSlider-dir-btn--prev {
  bottom: 14px; }

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn {
  left: 50%;
  margin-left: -10px; }

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
  top: 50%;
  margin-top: -10px; }

.pogoSlider-nav {
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 10; }

.pogoSlider--navBottom .pogoSlider-nav, .pogoSlider--navTop .pogoSlider-nav {
  left: 50%;
  transform: translateX(-50%); }

.pogoSlider--navTop .pogoSlider-nav {
  top: 10px; }

.pogoSlider--navBottom .pogoSlider-nav {
  bottom: 10px; }

.pogoSlider--navBottom .pogoSlider-nav li, .pogoSlider--navTop .pogoSlider-nav li {
  display: inline;
  margin: 0 6px; }

.pogoSlider--navLeft .pogoSlider-nav, .pogoSlider--navRight .pogoSlider-nav {
  top: 50%;
  transform: translateY(-50%); }

.pogoSlider--navLeft .pogoSlider-nav {
  left: 10px; }

.pogoSlider--navRight .pogoSlider-nav {
  right: 10px; }

.pogoSlider--navLeft .pogoSlider-nav li, .pogoSlider--navRight .pogoSlider-nav li {
  display: block;
  margin: 6px 0; }

.pogoSlider-nav-btn {
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.pogoSlider-nav-btn:focus {
  outline: 0; }

.pogoSlider-nav-btn--selected {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.pogoSlider-slide-slice {
  overflow: hidden;
  position: absolute;
  background-size: cover; }

.pogoSlider-slide-slice-inner {
  position: absolute;
  overflow: hidden; }

.pogoSlider-animation-slideDownIn {
  animation-name: slideDownIn; }

@keyframes slideDownIn {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.pogoSlider-animation-slideDownOut {
  animation-name: slideDownOut; }

@keyframes slideDownOut {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(50px);
    opacity: 0; } }

.pogoSlider-animation-slideUpIn {
  animation-name: slideUpIn; }

@keyframes slideUpIn {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.pogoSlider-animation-slideUpOut {
  animation-name: slideUpOut; }

@keyframes slideUpOut {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(50px);
    opacity: 0; } }

.pogoSlider-animation-slideRightIn {
  animation-name: slideRightIn; }

.pogoSlider-animation-slideRightOut {
  animation-name: slideRightOut; }

@keyframes slideRightIn {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideRightOut {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(50px);
    opacity: 0; } }

.pogoSlider-animation-slideLeftIn {
  animation-name: slideLeftIn; }

.pogoSlider-animation-slideLeftOut {
  animation-name: slideLeftOut; }

@keyframes slideLeftIn {
  0% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideLeftOut {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-50px);
    opacity: 0; } }

.pogoSlider-animation-expandIn {
  animation-name: expandIn; }

.pogoSlider-animation-expandOut {
  animation-name: expandOut; }

@keyframes expandIn {
  0% {
    transform: scale(0.7);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes expandOut {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

.pogoSlider-animation-contractIn {
  animation-name: contractIn; }

.pogoSlider-animation-contractOut {
  animation-name: contractOut; }

@keyframes contractIn {
  0% {
    transform: scale(2);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes contractOut {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.pogoSlider-animation-spinIn {
  animation-name: spinIn; }

.pogoSlider-animation-spinOut {
  animation-name: spinOut; }

@keyframes spinIn {
  0% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(0) rotate(720deg); }
  100% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1) rotate(0); } }

@keyframes spinOut {
  0% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1) rotate(0); }
  100% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(0) rotate(720deg); } }

.pogoSlider-animation-sideFallIn {
  transform-style: preserve-3d;
  animation-name: sideFallIn; }

.pogoSlider-animation-sideFallOut {
  transform-style: preserve-3d;
  animation-name: sideFallOut; }

@keyframes sideFallIn {
  0% {
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; }
  100% {
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1; } }

@keyframes sideFallOut {
  0% {
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1; }
  100% {
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; } }

.pogoSlider-animation-horizontal3DFlipIn {
  transform-style: preserve-3d;
  animation-name: horizontal3DFlipIn; }

.pogoSlider-animation-horizontal3DFlipOut {
  transform-style: preserve-3d;
  animation-name: horizontal3DFlipOut; }

@keyframes horizontal3DFlipIn {
  0% {
    transform: rotateY(-70deg);
    opacity: 0; }
  100% {
    transform: rotateY(0deg);
    opacity: 1; } }

@keyframes horizontal3DFlipOut {
  0% {
    transform: rotateY(0deg);
    opacity: 1; }
  100% {
    transform: rotateY(-70deg);
    opacity: 0; } }

.pogoSlider-animation-vertical3DFlipIn {
  transform-style: preserve-3d;
  animation-name: vertical3DFlipIn; }

.pogoSlider-animation-vertical3DFlipOut {
  transform-style: preserve-3d;
  animation-name: vertical3DFlipOut; }

@keyframes vertical3DFlipIn {
  0% {
    transform: rotateX(-70deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }

@keyframes vertical3DFlipOut {
  0% {
    transform: rotateX(0);
    opacity: 1; }
  100% {
    transform: rotateX(-70deg);
    opacity: 0; } }

.pogoSlider-animation-3DPivotIn {
  transform-style: preserve-3d;
  animation-name: pivotIn; }

.pogoSlider-animation-3DPivotOut {
  transform-style: preserve-3d;
  animation-name: pivotOut; }

@keyframes pivotIn {
  0% {
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0; }
  100% {
    transform: rotateX(0);
    transform-origin: 0 0;
    opacity: 1; } }

@keyframes pivotOut {
  0% {
    transform: rotateX(0);
    transform-origin: 0 0;
    opacity: 1; }
  100% {
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0; } }

.pogoSlider-animation-rollLeftIn {
  animation-name: rollLeftIn; }

.pogoSlider-animation-rollLeftOut {
  animation-name: rollLeftOut; }

@keyframes rollLeftIn {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollLeftOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); } }

.pogoSlider-animation-rollRightIn {
  animation-name: rollRightIn; }

.pogoSlider-animation-rollRightOut {
  animation-name: rollRightOut; }

@keyframes rollRightIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollRightOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.pogoSlider-animation-glideLeftIn {
  animation-name: glideLeftIn;
  animation-timing-function: ease-out; }

.pogoSlider-animation-glideLeftOut {
  animation-name: glideLeftOut;
  animation-timing-function: ease-in; }

@keyframes glideLeftIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes glideLeftOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

.pogoSlider-animation-glideRightIn {
  animation-name: glideRightIn;
  animation-timing-function: ease-out; }

.pogoSlider-animation-glideRightOut {
  animation-name: glideRightOut;
  animation-timing-function: ease-in; }

@keyframes glideRightIn {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes glideRightOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

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

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

@keyframes flipXIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipXOut {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

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

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

@keyframes flipYIn {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipYOut {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.pogoSlider-animation-foldInLeft {
  animation-name: foldInLeft;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0 0;
  transform-style: preserve-3d; }

@keyframes foldInLeft {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(-180deg); } }

.pogoSlider-animation-foldOutLeft {
  animation-name: foldOutLeft;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100% 0;
  transform-style: preserve-3d; }

@keyframes foldOutLeft {
  0% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(0deg); } }

.pogoSlider-animation-foldInRight {
  animation-name: foldInRight;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100% 0;
  transform-style: preserve-3d; }

@keyframes foldInRight {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(180deg); } }

.pogoSlider-animation-foldOutRight {
  animation-name: foldOutRight;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0 0;
  transform-style: preserve-3d; }

@keyframes foldOutRight {
  0% {
    transform: rotateY(-180deg); }
  100% {
    transform: rotateY(0deg); } }

.pogoSlider-animation-expandReveal {
  animation-name: expandReveal;
  animation-fill-mode: forwards; }

@keyframes expandReveal {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.3);
    opacity: 0; } }

.pogoSlider-animation-shrinkReveal {
  animation-name: shrinkReveal;
  animation-fill-mode: forwards; }

@keyframes shrinkReveal {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.pogoSlider-animation-blocksReveal {
  animation-name: blocksReveal;
  animation-fill-mode: forwards; }

@keyframes blocksReveal {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.8);
    opacity: 0; } }

.pogoSlider-animation-downIn {
  animation-name: downIn;
  animation-fill-mode: forwards; }

@keyframes downIn {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.pogoSlider-animation-downOut {
  animation-name: downOut;
  animation-fill-mode: forwards; }

@keyframes downOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(100%); } }

.pogoSlider-animation-upIn {
  animation-name: upIn;
  animation-fill-mode: forwards; }

@keyframes upIn {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

.pogoSlider-animation-upOut {
  animation-name: upOut;
  animation-fill-mode: forwards; }

@keyframes upOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.pogoSlider-animation-rightIn {
  animation-name: rightIn;
  animation-fill-mode: forwards; }

@keyframes rightIn {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

.pogoSlider-animation-rightOut {
  animation-name: rightOut;
  animation-fill-mode: forwards; }

@keyframes rightOut {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }

.pogoSlider-animation-leftIn {
  animation-name: leftIn;
  animation-fill-mode: forwards; }

@keyframes leftIn {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

.pogoSlider-animation-leftOut {
  animation-name: leftOut;
  animation-fill-mode: forwards; }

@keyframes leftOut {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

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

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.clearfix:before, .drawer-navi:before, .clearfix:after, .drawer-navi:after {
  content: " ";
  display: table; }

.clearfix:after, .drawer-navi:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

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

details {
  display: block; }

input[type="number"] {
  width: auto; }

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

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
input,
select,
textarea {
  min-height: 1.5em; }

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

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

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

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }

.clearfix:before, .drawer-navi:before, .contents-body:before, .clearfix:after, .drawer-navi:after, .contents-body:after {
  content: "";
  display: block; }

.clearfix:after, .drawer-navi:after, .contents-body:after {
  clear: both; }

.contents-body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  font-size: 100%; }
  .contents-body h1 img, .contents-body h2 img, .contents-body h3 img, .contents-body h4 img, .contents-body h5 img, .contents-body h6 img, .contents-body p img, .contents-body a img {
    max-width: 100%;
    height: auto; }
  .contents-body h2, .contents-body h3, .contents-body h4, .contents-body h5, .contents-body h6 {
    margin: 2em 0 .7em;
    padding: 3px;
    line-height: 1.2; }
  .contents-body > h1 {
    font-size: 180%; }
  .contents-body > h2 {
    font-size: 160%;
    color: #222;
    border-bottom: 2px solid #222; }
  .contents-body > h3 {
    font-size: 140%;
    border-bottom: 2px dashed #555; }
  .contents-body h4, .contents-body h5, .contents-body h6 {
    font-size: 120%;
    border-bottom: 1px dotted #555; }
  .contents-body table {
    max-width: 100%;
    margin-top: 14px;
    margin-bottom: 14px; }
    .contents-body table th, .contents-body table td {
      padding: 4px 6px;
      border: 1px solid #ccc; }
    .contents-body table th {
      background: #f0f0f0; }
    .contents-body table td {
      background: #fff; }
  .contents-body dl {
    background-color: #fff;
    border: 1px solid #ccc; }
    .contents-body dl dt {
      padding: 10px;
      font-weight: bold;
      font-size: 110%;
      background-color: #f0f0f0; }
    .contents-body dl dd {
      padding: 10px 10px 24px 24px; }
  .contents-body strong {
    font-weight: bold; }
  .contents-body em {
    font-style: italic;
    font-style: oblique; }
  .contents-body > p {
    margin-bottom: 2em;
    line-height: 1.8;
    font-size: 100%; }
  .contents-body a {
    color: #222;
    text-decoration: underline; }
    .contents-body a:hover {
      opacity: .8;
      text-decoration: none; }
    .contents-body a[target="_blank"]:after {
      content: "\f08e";
      display: inline-block;
      margin-left: 4px;
      font-family: 'FontAwesome';
      font-size: 88%;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
  .contents-body blockquote {
    position: relative;
    margin: 1em;
    padding: 14px 20px;
    font-size: 88%;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 0 0 #e0e0e0; }
    .contents-body blockquote:before, .contents-body blockquote:after {
      position: absolute;
      line-height: 0;
      font-family: 'FontAwesome';
      font-size: 24px;
      color: #fff;
      text-shadow: 1px 1px 0 #ccc;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .contents-body blockquote:before {
      content: "\f10d";
      top: 0px;
      left: -10px; }
    .contents-body blockquote:after {
      content: "\f10e";
      bottom: 0;
      right: -10px; }
  .contents-body abbr, .contents-body acronym {
    position: relative; }
    .contents-body abbr[title], .contents-body acronym[title] {
      border-bottom: 1px dotted #999; }
      .contents-body abbr[title]:after, .contents-body acronym[title]:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 100%;
        display: inline-block;
        margin-bottom: 6px;
        padding: 2px 6px;
        line-height: 1.4;
        opacity: 0;
        background-color: #c9e5ef;
        border: 1px solid #a2d2e3;
        border-radius: 4px;
        box-shadow: 1px 1px 3px 0 rgba(102, 102, 102, 0.3);
        transition: 180ms ease-in-out; }
      .contents-body abbr[title]:hover:after, .contents-body acronym[title]:hover:after {
        content: attr(title);
        display: inline-block;
        opacity: 1; }
  .contents-body code {
    font-size: 100%;
    background-color: #ffc; }
  .contents-body kbd {
    font-size: 100%;
    background-color: #cef; }
  .contents-body pre {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px;
    white-space: pre-wrap;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc; }
  .contents-body q:before {
    content: "\201c"; }
  .contents-body q:after {
    content: "\201d"; }
  .contents-body sub, .contents-body sup {
    font-size: 80%; }
  .contents-body > ul, .contents-body > ol {
    margin: 2em 1.5em;
    font-size: 108%; }
    .contents-body > ul > li, .contents-body > ol > li {
      line-height: 1.6; }
      .contents-body > ul > li ul, .contents-body > ul > li ol, .contents-body > ol > li ul, .contents-body > ol > li ol {
        margin-left: 1.5em; }
  .contents-body address {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc; }
  .contents-body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    vertical-align: top; }
    .contents-body img.alignright {
      display: inline;
      margin-left: 14px; }
    .contents-body img.alignleft {
      display: inline;
      margin-right: 14px; }
  .contents-body video {
    max-width: 100%;
    height: auto; }
  .contents-body .wp-video {
    margin-top: 24px;
    margin-bottom: 24px; }
  .contents-body iframe {
    max-width: 100%; }
  .contents-body .iframe {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .contents-body .iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .contents-body .iframe-video {
      max-width: 86%;
      width: 100%;
      padding-bottom: 48.375%; }
    .contents-body .iframe-gmap {
      max-width: 86%;
      width: 100%;
      padding-bottom: 54.25%; }
    @media (max-width: 768px) {
      .contents-body .iframe-video {
        max-width: 100%;
        width: 100%;
        padding-bottom: 56.25%; }
      .contents-body .iframe-gmap {
        max-width: 100%;
        width: 100%;
        padding-bottom: 62.375%; } }
  .contents-body .wp-caption {
    max-width: 100%;
    padding: 8px;
    text-align: center;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 5px 1px rgba(102, 102, 102, 0.2); }
    .contents-body .wp-caption.alignleft {
      margin-right: 14px; }
    .contents-body .wp-caption.alignright {
      margin-left: 14px; }
    .contents-body .wp-caption.aligncenter, .contents-body .wp-caption.alignnone {
      margin-bottom: 14px; }
    .contents-body .wp-caption dl dt, .contents-body .wp-caption dl dd {
      padding: 0; }
    .contents-body .wp-caption-dt {
      padding: 0; }
    .contents-body .wp-caption-dd {
      padding: 0;
      font-size: 92%;
      color: #666;
      text-shadow: 0 1px 0 #fff; }
    .contents-body .wp-caption-text {
      font-size: 92%;
      color: #666;
      text-shadow: 0 1px 0 #fff; }

/*--- Base ---*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  font-size: 88%;
  color: #454545; }

@media (max-width: 480px) {
  body {
    max-width: 100%;
    overflow-x: hidden; } }

@media (min-width: 1200px) {
  body {
    min-width: 1200px; } }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

body::-webkit-scrollbar, #drawer::-webkit-scrollbar, #drawerContent::-webkit-scrollbar, .drawer-content-back::-webkit-scrollbar, .drawer-back::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(69, 69, 69, 0.5);
  box-shadow: inset 0 0 2px 1px rgba(238, 238, 255, 0.5); }

body::-webkit-scrollbar-button, #drawer::-webkit-scrollbar-button, #drawerContent::-webkit-scrollbar-button, .drawer-content-back::-webkit-scrollbar-button, .drawer-back::-webkit-scrollbar-button {
  width: 16px;
  height: 16px;
  background: rgba(153, 224, 255, 0.4); }

body::-webkit-scrollbar-thumb, #drawer::-webkit-scrollbar-thumb, #drawerContent::-webkit-scrollbar-thumb, .drawer-content-back::-webkit-scrollbar-thumb, .drawer-back::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 6px;
  border: 1px solid #d9e6f3; }

body::-webkit-scrollbar-corner, #drawer::-webkit-scrollbar-corner, #drawerContent::-webkit-scrollbar-corner, .drawer-content-back::-webkit-scrollbar-corner, .drawer-back::-webkit-scrollbar-corner {
  background: #ddd; }

@media (max-width: 768px) {
  body::-webkit-scrollbar {
    width: 0; } }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(170, 102, 102, 0.2); }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

a[href^="tel:"] {
  pointer-events: none; }
  @media (pointer: fine) {
    a[href^="tel:"] {
      pointer-events: none;
      text-decoration: none; } }
  @media (pointer: coarse) {
    a[href^="tel:"] {
      pointer-events: auto; } }

.en {
  font-family: "Josefin Slab", serif; }

.c-title {
  letter-spacing: 1px;
  text-align: center; }
  .c-title .en {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 40px; }

.c-title-sm {
  list-style: 1px;
  text-align: center; }
  .c-title-sm .en {
    font-size: 28px; }

.c-title-page {
  margin-top: 0;
  list-style: 1px;
  font-weight: normal;
  text-align: center; }
  .c-title-page .en {
    padding: 10px 0;
    letter-spacing: 1px;
    font-size: 40px; }
  .c-title-page .jp {
    display: block;
    font-size: 14px;
    color: #888; }
  @media (min-width: 769px) {
    .c-title-page {
      margin-top: 20px;
      margin-bottom: 42px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 100ms ease-in; }
  .btn:hover {
    text-decoration: none; }

.btn-default {
  color: #222;
  background-color: #fff;
  border-color: #ccc; }

.btn-primary {
  color: #222;
  background-color: #f6f6f6;
  border-color: #ddd; }

.btn-secondary {
  color: #888;
  background-color: #f5f5f5;
  border-color: #ddd; }

.btn-shark {
  color: #eff5f8;
  background-color: #666;
  border-color: #666; }

.btn-ace {
  color: #888;
  background-color: #fff;
  border-color: #ddd; }

.btn-radius {
  border-radius: 100%; }

.btn-xl {
  font-size: 112%;
  padding: 16px 22px; }

.btn-ll {
  padding: 12px 20px; }

.btn-lm {
  padding: 10px 18px; }

.btn-ls {
  padding: 8px 16px; }

.btn-mid {
  font-size: 100%;
  padding: 6px 12px; }

.btn-sl {
  font-size: 96%;
  padding: 6px 8px; }

.btn-sm {
  font-size: 88%;
  padding: 5px 8px; }

.btn-ss {
  font-size: 80%;
  padding: 4px 6px; }

.btn .fa {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 108%; }

.btn-catalog-info {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #ff3388;
  outline: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.3);
  transition: all 160ms ease-in; }
  .btn-catalog-info:focus {
    outline: none; }
  .btn-catalog-info:hover {
    background-color: rgba(255, 51, 136, 0.8); }

.social-icon.drawer-social a {
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 140%; }
  .social-icon.drawer-social a[href*="line.me"]:before {
    font-size: 150%;
    line-height: 38px; }
  .social-icon.drawer-social a[href*="mixi.jp"]:before {
    font-size: 130%;
    line-height: 40px; }

.social-icon a {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  line-height: 22px;
  font-size: 100%;
  color: #fff;
  text-align: center;
  vertical-align: 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: 280ms ease-in-out; }
  .social-icon a > span {
    display: none; }
  .social-icon a:hover {
    color: #fff;
    opacity: .8;
    text-decoration: none; }
  .social-icon a:before {
    content: "\f0c1";
    font-family: "FontAwesome", "MiraiFont";
    text-decoration: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-icon a[href="#"] {
    border-color: #e7e7e7; }
    .social-icon a[href="#"]:before {
      content: "\f292"; }
  .social-icon a[href*="facebook.com"] {
    background-color: #7085b1; }
    .social-icon a[href*="facebook.com"]:before {
      content: "\f09a"; }
  .social-icon a[href*="instagram.com"] {
    background-color: #6b8ca9; }
    .social-icon a[href*="instagram.com"]:before {
      content: "\f16d"; }
  .social-icon a[href*="twitter.com"] {
    background-color: #77b3e0; }
    .social-icon a[href*="twitter.com"]:before {
      content: "\f099"; }
  .social-icon a[href*="dropbox.com"]:before {
    content: "\f16b"; }
  .social-icon a[href*="dribbble.com"]:before {
    content: "\f17d"; }
  .social-icon a[href*="codepen.io"]:before {
    content: "\f1cb"; }
  .social-icon a[href*="digg.com"]:before {
    content: "\f1a6"; }
  .social-icon a[href*="flickr.com"]:before {
    content: "\f16e"; }
  .social-icon a[href*="plus.google.com"] {
    background-color: #e87f6b; }
    .social-icon a[href*="plus.google.com"]:before {
      content: "\f0d5"; }
  .social-icon a[href*="github.com"]:before {
    content: "\f113"; }
  .social-icon a[href*="pinterest.com"], .social-icon a[href*="pinterest.jp"] {
    background-color: #e38387; }
    .social-icon a[href*="pinterest.com"]:before, .social-icon a[href*="pinterest.jp"]:before {
      content: "\f231"; }
  .social-icon a[href*="getpocket.com"]:before {
    content: "\f265"; }
  .social-icon a[href*="tumblr.com"]:before {
    content: "\f173"; }
  .social-icon a[href*="vimeo.com"]:before {
    content: "\f27d"; }
  .social-icon a[href*="wordpress.com"]:before, .social-icon a[href*="wordpress.org"]:before {
    content: "\f19a"; }
  .social-icon a[href*="youtube.com"]:before {
    content: "\f167"; }
  .social-icon a[href*="mailto:"]:before {
    content: "\f0e0"; }
  .social-icon a[href*="youtube.com"] {
    background-color: #e76b6b; }
    .social-icon a[href*="youtube.com"]:before {
      content: "\f167"; }
  .social-icon a[href$="/feed/"]:before {
    content: "\f09e"; }
  .social-icon a[href*="line.me"] {
    background-color: #84cd6e; }
    .social-icon a[href*="line.me"]:before {
      content: "\e909";
      font-size: 150%;
      line-height: 28px; }
  .social-icon a[href*="mixi.jp"]:before {
    content: "\e90a";
    font-size: 130%;
    line-height: 30px; }

/**
 * Theme Changer
 */
@media (max-width: 480px) {
  body {
    padding-bottom: 60px; } }

body.demo-mode {
  padding-bottom: 56px; }

.theme-change {
  position: fixed;
  bottom: 70px;
  z-index: 1000000;
  width: 100%;
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .theme-change {
      bottom: 0;
      padding: 14px 15px; } }
  @media (min-width: 768px) {
    .theme-change-row {
      display: flex;
      align-items: center; }
      .theme-change-row select {
        margin-right: 15px; }
      .theme-change-row input[type="button"] {
        margin-right: 15px; } }
  .theme-change select {
    padding: 5px 8px;
    line-height: 1;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ccc; }
    @media (min-width: 768px) {
      .theme-change select {
        font-size: 14px; } }
  .theme-change input[type="button"] {
    padding: 5px 8px;
    line-height: 1;
    font-size: 12px;
    color: white;
    background-color: #61c0b0;
    border: 1px solid #4a9; }
    .theme-change input[type="button"]:hover {
      opacity: .8; }
  .theme-change .text {
    display: block;
    font-size: 12px;
    color: #888; }
    @media (max-width: 767px) {
      .theme-change .text {
        margin-top: 8px; } }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.c-wrap {
  padding-top: 36px;
  padding-bottom: 36px; }

.pointer {
  position: absolute;
  z-index: 99999;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  opacity: 0;
  background-color: rgba(34, 34, 34, 0.3);
  border-radius: 48px;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 140ms;
  transition-timing-function: ease-in-out;
  transition-delay: 80ms; }
  .pointer.act {
    opacity: 1;
    transform: scale(1); }

div.alignleft {
  float: left; }

div.alignright {
  float: right; }

div.aligncenter {
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  float: left;
  text-align: left; }

img.alignright {
  float: right;
  text-align: right; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.not-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .not-thumb:before {
    content: "\f03e";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 28px;
    margin: auto;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 28px;
    color: #ccc; }

.list-inline {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px; }

.list-table {
  margin: 0;
  padding: 0; }
  @media (min-width: 480px) {
    .list-table {
      display: table;
      table-layout: auto;
      list-style: none; }
      .list-table > li {
        display: table-cell; } }

.social-button-list {
  overflow: hidden; }
  .social-button-list > li {
    vertical-align: top; }

.new {
  color: #f0f0f0;
  background-color: #f05240; }

.breadcrumb {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0; }

.bread-container .swiper-wrapper .swiper-slide {
  display: inline-block;
  width: auto; }

.bread-list {
  position: relative; }
  .bread-list > li {
    position: relative;
    margin-right: -24px;
    padding: 8px 20px 8px 40px;
    border-radius: 2px 32px 32px 2px/2px 30px 30px 2px; }
    .bread-list > li:last-child {
      margin-right: 0px; }
    .bread-list > li:nth-child(1) {
      z-index: 30;
      padding-left: 18px; }
    .bread-list > li:nth-child(2) {
      z-index: 29; }
    .bread-list > li:nth-child(3) {
      z-index: 28; }
    .bread-list > li:nth-child(4) {
      z-index: 27; }
    .bread-list > li:nth-child(5) {
      z-index: 26; }
    .bread-list > li:nth-child(6) {
      z-index: 25; }
    .bread-list > li:nth-child(7) {
      z-index: 24; }
    .bread-list > li:nth-child(8) {
      z-index: 23; }
    .bread-list > li:nth-child(9) {
      z-index: 22; }
    .bread-list > li:nth-child(10) {
      z-index: 21; }
    .bread-list > li a {
      font-size: 13px;
      text-decoration: underline; }

.header .container-fullid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.header .alignright {
  padding-top: 24px;
  text-align: right; }

@media (max-width: 480px) {
  .header {
    position: relative; } }

.header-top .left {
  text-align: left; }

.header-top .right {
  text-align: right; }

.header-middle .row {
  margin-left: 0;
  margin-right: 0; }

.site-title {
  margin: 0;
  padding: 4px 6px;
  font-weight: normal;
  font-size: 10px;
  color: #555; }

.site-logo {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .site-logo {
      height: 70px; } }
  .site-logo a {
    position: relative;
    display: inline-block;
    height: 100%; }
    .site-logo a:hover {
      opacity: .8; }
  .site-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }

@media (max-width: 480px) {
  .site-title {
    background-color: #f0f0f0; } }

@media (min-width: 768px) {
  .site-title {
    position: absolute;
    padding: 12px 15px;
    font-size: 11px; }
  .site-logo {
    padding-top: 16px; }
    .site-logo img {
      max-width: 100%; } }

.social-icon,
.subnavi {
  display: inline-block; }

@media (max-width: 768px) {
  .social-icon,
  .subnavi {
    display: none; } }

.social-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center; }
  .social-icon > li {
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: top; }

.subnavi {
  vertical-align: top; }
  .subnavi > li {
    padding-left: 2px;
    padding-right: 2px; }
  .subnavi a {
    display: block;
    padding: 1px 14px;
    line-height: 36px;
    font-size: 14px;
    color: #555;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .subnavi span, .subnavi i {
    display: inline-block;
    vertical-align: middle; }
  .subnavi i {
    margin-right: 6px;
    font-size: 126%;
    color: #aaa; }

.header-contact {
  padding-top: 16px;
  padding-bottom: 16px; }
  .header-contact span, .header-contact i {
    display: inline-block;
    vertical-align: middle; }
  .header-contact span {
    font-weight: bold;
    font-size: 16px; }
  .header-contact i {
    margin-right: 10px; }
  .header-contact .btn .fa {
    font-size: 24px; }
  .header-contact .fa-phone + span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px; }
  .header-contact + .freedial-region {
    margin-top: -8px; }

.freedial-region {
  font-size: 12px;
  text-align: left; }
  .freedial-region > a,
  .freedial-region > span {
    text-decoration: underline; }
  .freedial-region .fa {
    margin-right: 5px; }

.freedial-region-sp {
  margin-top: -18px;
  margin-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px; }
  .freedial-region-sp > a,
  .freedial-region-sp > span {
    text-decoration: underline; }
  .freedial-region-sp .fa {
    margin-right: 5px; }
  @media (min-width: 769px) {
    .freedial-region-sp {
      display: none; } }

.freedial-region-footer {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-align: left; }
  .freedial-region-footer > a,
  .freedial-region-footer > span {
    text-decoration: underline; }
  .freedial-region-footer .fa {
    margin-right: 8px; }
  @media (min-width: 769px) {
    .freedial-region-footer {
      font-size: 12px;
      text-align: center; } }

.freedial-region-salon-page {
  display: block;
  font-size: 12px; }

@media (max-width: 768px) {
  .header-contact {
    width: 220px;
    margin-right: 74px;
    padding: 0;
    text-align: center; }
    .header-contact > li {
      display: block;
      margin: 14px 0;
      padding: 0;
      font-family: Verdana, sans-serif; }
    .header-contact span {
      font-size: 16px; }
    .header-contact .fa-phone + span {
      font-size: 16px;
      letter-spacing: 1px; }
    .header-contact .btn {
      display: block;
      width: 100%; }
    .header-contact .btn-xl {
      padding: 8px; } }

@media (min-width: 769px) {
  .header-contact > li:first-child {
    margin-right: 10px; }
  .header-contact .btn {
    height: 58px; } }

.contact-sp {
  display: block;
  margin-bottom: 24px; }
  .contact-sp .row {
    margin-left: 0;
    margin-right: 0; }
  .contact-sp .contact {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f0f0f0; }
    .contact-sp .contact > li {
      display: table-cell;
      margin: 0;
      padding: 0;
      box-sizing: border-box; }
      .contact-sp .contact > li:nth-child(2) {
        border-left: 1px solid #ccc; }
      .contact-sp .contact > li > a {
        display: block;
        width: 100%;
        height: 48px;
        line-height: 46px;
        font-weight: bold;
        color: #222;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent; }
      .contact-sp .contact > li span, .contact-sp .contact > li i {
        display: inline-block;
        vertical-align: middle; }
      .contact-sp .contact > li span {
        font-size: 16px; }
      .contact-sp .contact > li .fa {
        margin-right: 4px; }
      .contact-sp .contact > li .fa-phone {
        font-size: 22px; }
      .contact-sp .contact > li .fa-mobile {
        font-size: 28px; }

@media (min-width: 768px) {
  .contact-sp {
    display: none; } }

.footer-social-button-wrap {
  padding: 14px 0;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .footer-social-button-wrap .container {
    position: relative; }
  .footer-social-button-wrap .list-inline {
    height: 24px; }
    .footer-social-button-wrap .list-inline > li {
      vertical-align: top; }
  .footer-social-button-wrap .pagetop-wrap {
    position: absolute;
    top: -36px;
    right: 10px; }
  .footer-social-button-wrap .pagetop {
    position: relative;
    width: 48px;
    height: 48px;
    overflow: hidden; }
    .footer-social-button-wrap .pagetop.btn-shark {
      background: rgba(255, 255, 255, 0.6);
      border: 1px solid transparent; }
    .footer-social-button-wrap .pagetop .fa {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      font-size: 48px;
      color: #fff;
      transform: translateY(-4px); }

@media (max-width: 768px) {
  #footer {
    padding-bottom: 48px; } }

.footer-contact-wrap {
  text-align: center;
  background-color: #eee;
  border-bottom: 1px solid #e6e6e6; }

.footer-contact dt, .footer-contact dd {
  padding-top: 4px;
  padding-bottom: 4px; }

.footer-contact dt {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px; }

.footer-contact dd {
  line-height: 1.6;
  font-size: 12px; }

.footer-contact a[target="_blank"]:after {
  content: "\f08e";
  margin-left: 4px;
  font-family: "FontAwesome";
  font-size: 60%; }

.footer-link a {
  width: 88%;
  margin-left: 14px;
  margin-right: 14px;
  font-weight: bold;
  font-size: 16px; }

@media (max-width: 480px) {
  .footer-link a {
    margin-bottom: 20px; } }

@media (min-width: 481px) {
  .footer-link a {
    width: auto; } }

.footer-link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.footer-link .btn .fa {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 1;
  font-size: 28px; }

.footer-link .fa-phone + span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px; }

.footer-navi-wrap {
  padding-top: 36px; }
  .footer-navi-wrap .container-fullid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
  .footer-navi-wrap .row {
    margin-left: 0;
    margin-right: 0; }
  .footer-navi-wrap .foot-navi > li a {
    text-decoration: none; }
    .footer-navi-wrap .foot-navi > li a:before {
      content: "\f105";
      margin-right: 5px;
      line-height: 1;
      font-family: "FontAwesome";
      font-size: 18px; }
    .footer-navi-wrap .foot-navi > li a:hover {
      text-decoration: none;
      border-bottom: 1px dotted #fff; }
      .footer-navi-wrap .foot-navi > li a:hover:before {
        text-decoration: none; }
  @media (max-width: 767px) {
    .footer-navi-wrap.c-wrap {
      padding-top: 0; }
    .footer-navi-wrap .foot-navi {
      display: block;
      margin-top: 28px;
      margin-bottom: 28px;
      display: flex;
      justify-content: flex-start;
      flex-flow: row wrap; }
      .footer-navi-wrap .foot-navi > li {
        width: 50%; }
        .footer-navi-wrap .foot-navi > li a {
          display: block;
          padding: 6px 10px; }
      .footer-navi-wrap .foot-navi:after {
        content: "";
        display: block;
        clear: both; } }
  @media (min-width: 768px) {
    .footer-navi-wrap .foot-navi > li {
      margin-left: 10px;
      margin-right: 10px; } }

.footer-logo {
  text-align: center; }
  .footer-logo img {
    max-width: 168px;
    height: auto; }

@media (max-width: 480px) {
  .footer-logo {
    margin-top: 24px;
    margin-bottom: 24px; } }

@media (min-width: 481px) {
  .footer-logo {
    text-align: right; } }

.copyright {
  text-align: center;
  font-size: 12px;
  color: #888; }

@media (min-width: 481px) {
  .copyright {
    text-align: left; } }

@media (max-width: 768px) {
  #drawerOverlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    height: 100vh;
    opacity: 0;
    background-color: rgba(34, 34, 34, 0.7);
    transition: 480ms ease-in-out 0s; }
    #drawerOverlay.drawer-open {
      z-index: 110;
      opacity: 1;
      transform: translateX(-220px); } }

@media (max-width: 768px) {
  #drawerContent {
    position: relative;
    height: 100%; }
  .drawer-content-back {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

#drawer {
  position: relative;
  top: 0;
  z-index: 10;
  padding: 0;
  background-color: #fff;
  background-position: center;
  background-repeat: repeat;
  transition: transform 320ms ease-in 20ms;
  transform: translateX(0);
  transform-origin: left center; }
  @media (max-width: 768px) {
    #drawer {
      max-width: 100%;
      overflow-x: hidden; } }
  @media (max-width: 768px) {
    #drawer.drawer-open {
      transform: translateX(-220px); }
      #drawer.drawer-open #drawerContent {
        overflow: hidden;
        -webkit-overflow-scrolling: none; } }
  #drawer.drawer-open ~ .drawer-navi {
    opacity: 1; }

.drawer-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  position: fixed;
  top: 10px;
  right: 100%;
  z-index: 50;
  display: block;
  width: 54px;
  height: 48px;
  margin-right: 15px;
  padding: 0;
  white-space: nowrap;
  line-height: 1;
  font-size: 10px;
  color: #585858;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.7);
  outline: 0;
  opacity: 1;
  transition: 240ms ease-in-out 100ms; }
  .drawer-btn i {
    margin-right: 4px; }
  .drawer-btn .bars {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    width: 50%;
    height: 18px;
    margin: 0 auto; }
    .drawer-btn .bars .bar {
      display: block;
      width: 100%;
      height: 3px;
      margin: 3px 0;
      background-color: currentColor;
      border-radius: 2px;
      transition: 235ms ease-out; }
  .drawer-btn .text {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    line-height: 1;
    font-family: monospace;
    font-weight: 500;
    font-size: 10px;
    color: currentColor;
    text-align: center; }
  .drawer-btn.drawer-open .bars .bar:nth-child(1), .drawer-btn.drawer-open .bars .bar:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .drawer-btn.drawer-open .bars .bar:nth-child(1) {
    transform: rotate(-45deg); }
  .drawer-btn.drawer-open .bars .bar:nth-child(3) {
    transform: rotate(45deg); }
  .drawer-btn.drawer-open .bars .bar:nth-child(2) {
    position: absolute;
    top: 50%;
    width: 0;
    margin-top: -2px; }

.drawer-btn-close {
  float: right;
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  line-height: 44px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background-color: #222;
  outline: 0;
  border: 1px solid transparent;
  border-left-color: #000;
  border-radius: 0; }
  .drawer-btn-close:hover {
    background-color: #922; }

.drawer-navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 220px;
  height: 100%;
  height: 100vh;
  background-color: #eaeaea;
  transition: transform 300ms ease-in-out 10ms;
  transform: translate3d(100%, 0, 0); }
  .drawer-navi:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 1px;
    height: 100vh;
    background-color: #fff;
    box-shadow: 2px 0 5px 0px rgba(34, 34, 34, 0.6); }
  .drawer-navi.drawer-open {
    transform: translate3d(0, 0, 20px); }
  .drawer-navi .logo-area {
    position: relative;
    height: 46px;
    padding: 0 0 0 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    letter-spacing: 2px;
    line-height: 40px;
    font-family: "Josefin Slab", serif;
    font-size: 20px;
    color: #fff;
    background-color: #222;
    background: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#3c3c3c', EndColorStr='#222');
    border-bottom: 1px solid #999; }
    .drawer-navi .logo-area img {
      max-width: 62%; }
    @media (min-width: 481px) and (max-width: 768px) {
      .drawer-navi .logo-area {
        height: 48px;
        line-height: 48px; } }

.drawer-inner {
  position: relative;
  height: calc(100% - 48px);
  background-color: #eaeaea; }
  .drawer-inner .drawer-back {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .drawer-inner nav {
    position: relative;
    padding-bottom: 80px;
    box-sizing: border-box; }
  .drawer-inner ul {
    list-style: none; }
    .drawer-inner ul > li {
      margin: 0;
      padding: 0; }

.drawer-gnavi {
  margin: 0; }
  .drawer-gnavi > li {
    position: relative; }
    .drawer-gnavi > li.current-menu-item {
      background-color: #e0e0e0; }
    .drawer-gnavi > li > a {
      display: block;
      padding: 10px 8px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      font-family: serif;
      font-size: 14px;
      color: #aaa;
      text-align: center;
      border-bottom: 1px solid #ccc; }
      .drawer-gnavi > li > a:hover {
        text-decoration: none; }
      .drawer-gnavi > li > a.hover {
        color: #e6e6e6;
        background-color: #222; }
        .drawer-gnavi > li > a.hover:before {
          color: #e6e6e6; }
      .drawer-gnavi > li > a:before {
        content: attr(title);
        display: block;
        font-family: "Josefin Slab", serif;
        font-size: 20px;
        color: #222; }

.drawer-subnavi > li {
  border-bottom: 1px solid #ccc; }
  .drawer-subnavi > li > a {
    display: block;
    padding: 14px 8px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #444;
    -webkit-touch-callout: none; }
    .drawer-subnavi > li > a i {
      margin-right: 8px; }
    .drawer-subnavi > li > a:hover {
      text-decoration: none;
      background-color: #222; }

.drawer-social {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  .drawer-social > li {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px !important; }
    .drawer-social > li .ico {
      width: 34px;
      height: 34px;
      border-radius: 100%; }
    .drawer-social > li .fa {
      line-height: 34px;
      font-size: 24px; }
    .drawer-social > li .fa-line:before {
      vertical-align: 6px; }

@media (max-width: 768px) {
  .gnavi-block {
    display: none; } }

.gnavi-block {
  position: relative;
  margin-top: 14px;
  margin-bottom: 24px; }
  .gnavi-block .container-fullid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .gnavi-block .container-fullid .row {
      margin-left: 0;
      margin-right: 0; }

.gnavi {
  width: 100%;
  table-layout: fixed;
  text-align: center; }
  .gnavi > li {
    position: relative; }
    .gnavi > li a {
      color: #222;
      text-decoration: none; }
    .gnavi > li:last-child > a:after {
      border-right: 1px solid #ddd; }
    .gnavi > li > a {
      display: block;
      padding: 12px 0 10px;
      font-size: 12px;
      color: #aaa; }
      .gnavi > li > a:hover {
        background-color: #f8f8f8; }
      .gnavi > li > a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 51.4%;
        margin: auto;
        box-sizing: border-box;
        border-left: 1px solid #ddd; }
      .gnavi > li > a:before {
        content: attr(title);
        display: block;
        margin-top: 2px;
        letter-spacing: 1px;
        font-family: "Josefin Slab", serif;
        font-size: 20px;
        color: #222; }

.slider__wrapper {
  position: relative;
  display: block;
  max-width: 1280px;
  max-height: 545px;
  margin-left: auto;
  margin-right: auto; }

.pogoSlider {
  overflow: visible; }

.pogoSlider-inner {
  position: relative;
  width: 100%;
  padding-bottom: 42.5% !important;
  overflow: hidden; }

.pogoSlider-slide {
  background-position: center center;
  background-size: cover; }
  .pogoSlider-slide img {
    width: 100%;
    height: auto; }
  .pogoSlider-slide-slice {
    background-size: auto 100%; }

.pogoSlider-progressBar {
  height: 2px; }

.pogoSlider-dir-btn {
  width: 40px;
  height: 40px;
  min-height: 0;
  border-color: #222;
  transition: all 240ms ease-in-out; }
  .pogoSlider-dir-btn:hover {
    border-color: #444; }

@media screen and (max-width: 480px) {
  .pogoSlider-dir-btn {
    width: 14px;
    height: 14px; } }

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
  border-width: 2px 2px 0 0; }

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
  border-width: 0 0 2px 2px; }

@media (max-width: 480px) {
  .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
    border-width: 2px 2px 0 0; }
  .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
    border-width: 0 0 2px 2px; } }

@media (min-width: 1380px) {
  .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
    transform: translateX(48px) rotate(45deg); }
  .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
    transform: translateX(-48px) rotate(45deg); } }

.pogoSlider-nav-btn {
  min-height: 0 !important;
  width: 10px;
  height: 10px; }

@media (max-width: 640px) {
  .pogoSlider--navBottom .pogoSlider-nav {
    bottom: 2px; }
  .pogoSlider-nav-btn {
    width: 6px;
    height: 6px; } }

.pogoSlider-slide-element {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 16px;
  font-size: 14px;
  color: #fdfdfd;
  background: rgba(34, 34, 34, 0.7);
  box-shadow: 3px 3px 5px 0 rgba(34, 34, 34, 0.3); }

@media (max-width: 640px) {
  .pogoSlider-slide-element {
    left: 0;
    bottom: 0;
    padding: 4px 6px;
    font-size: 10px; } }

.pogoSlider-animation-upIn {
  animation-name: slideBlurIn; }

.pogoSlider-animation-upOut {
  animation-name: slideBlurOut; }

.pogoSlider-animation-downIn {
  animation-name: slideBlurIn; }

.pogoSlider-animation-downOut {
  animation-name: slideBlurOut; }

@keyframes slideBlurIn {
  0% {
    opacity: 0;
    filter: blur(50px);
    transform: scale(1.3) translateY(-50px); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1); } }

@keyframes slideBlurOut {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1); }
  100% {
    opacity: 0;
    filter: blur(50px);
    transform: scale(1.3); } }

.sp-fixed-contact {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 10px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  overflow: hidden;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 235ms ease-in-out 240ms; }
  @media (min-width: 769px) {
    .sp-fixed-contact {
      display: none; } }
  .sp-fixed-contact.scrolldown {
    transform: translateY(100%);
    transition: transform 235ms ease-in-out 40ms; }
  .sp-fixed-contact-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    .sp-fixed-contact-inner .item {
      position: relative;
      flex: 1;
      padding: 5px;
      text-align: center; }
      .sp-fixed-contact-inner .item + .item:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1px;
        height: 70%;
        background-color: #ccc;
        transform: translateY(-50%); }
      .sp-fixed-contact-inner .item a {
        display: block;
        padding: 5px 10px; }
        .sp-fixed-contact-inner .item a:active, .sp-fixed-contact-inner .item a:hover {
          text-decoration: none; }
        .sp-fixed-contact-inner .item a:active {
          color: #f00; }
        .sp-fixed-contact-inner .item a:hover .fa {
          color: #f00; }
        .sp-fixed-contact-inner .item a .fa {
          display: block;
          line-height: 1;
          font-size: 30px;
          color: #999; }
        .sp-fixed-contact-inner .item a .txt {
          display: block;
          width: 100%;
          line-height: 1.14;
          font-size: 8px;
          color: #888;
          letter-spacing: 1px;
          text-align: center; }
  .sp-fixed-contact .freedial-false {
    font-size: 10px; }

/*--- Pages ---*/
.concept {
  padding: 62px 0; }
  .concept .logo {
    max-width: 480px;
    margin: 0 auto 3rem;
    text-align: center; }
    .concept .logo img {
      max-width: 100%;
      height: auto;
      vertical-align: top; }
  .concept .text {
    text-align: center; }
    .concept .text p {
      line-height: 2;
      margin-bottom: 1em; }
  @media (max-width: 767px) {
    .concept {
      padding-top: 0; }
      .concept .logo {
        display: none; }
      .concept .text {
        text-align: left; } }

.front-info {
  padding-top: 28px;
  padding-bottom: 28px;
  overflow: hidden;
  background-color: rgba(238, 238, 238, 0.5); }
  .front-info .c-title-sm {
    margin: 0; }
  .front-info .item {
    margin-top: 20px;
    margin-bottom: 20px; }
  .front-info .datetime {
    display: block;
    line-height: 1.4;
    font-size: 12px; }
  .front-info .title {
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
    font-size: 12px; }

@media (max-width: 767px) {
  .front-info-more {
    font-size: 16px;
    text-align: right; } }

@media (min-width: 768px) {
  .front-info .container > .row {
    width: 100%;
    display: table; }
    .front-info .container > .row > div {
      float: none;
      display: table-cell;
      vertical-align: middle; }
    .front-info .container > .row > .front-info-more {
      text-align: center;
      vertical-align: bottom; }
  .front-info .datetime, .front-info .title {
    font-size: 14px; } }

@media (min-width: 992px) {
  .front-info .title {
    padding-left: 24px; } }

.freespace-wrap {
  padding-top: 48px; }
  .freespace-wrap .row {
    display: flex;
    flex-direction: column;
    margin-top: -16px;
    margin-bottom: -16px; }
    @media (min-width: 768px) {
      .freespace-wrap .row {
        flex-direction: row; } }
    .freespace-wrap .row .col-sm-4 {
      float: none;
      padding-top: 16px;
      padding-bottom: 16px; }

.freespace {
  position: relative;
  display: block;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .freespace img {
    max-width: none;
    width: 100%;
    height: auto; }
  .freespace > a {
    transition: all 100ms ease-in; }
    .freespace > a:hover {
      opacity: .8; }
  .freespace figcaption {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 8px 16px;
    font-family: "Josefin Slab", "游ゴシック", YuGothic, "メイリオ", Meiryo;
    font-size: 18px;
    color: #fff;
    background-color: rgba(34, 34, 34, 0.6); }
  @media (max-width: 767px) {
    .freespace {
      margin-top: 32px; } }
  @media (min-width: 768px) {
    .freespace {
      max-width: none; } }

.front-blog {
  position: relative; }
  .front-blog .postcard {
    display: block; }
  .front-blog .inner:hover {
    text-decoration: none; }
  .front-blog img {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto; }
  .front-blog .thumb {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 50.625%;
    overflow: hidden;
    background-color: #f6f6f6; }
    .front-blog .thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .front-blog .title {
    margin: 0;
    line-height: 1.4;
    font-weight: normal; }
  .front-blog .datetime {
    font-size: 12px;
    color: #888; }
  .front-blog .new {
    position: absolute;
    top: 8px;
    left: -5px;
    z-index: 1;
    display: inline-block;
    height: 20px;
    padding: 0 8px 0 12px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 2px 2px 2px 0;
    filter: drop-shadow(2px 2px 2px rgba(34, 34, 34, 0.5)); }
    .front-blog .new:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      display: block;
      width: 0;
      height: 0;
      border: 3px solid #d32411;
      border-bottom-color: transparent;
      border-left-color: transparent; }

.front-blog-more {
  margin-top: 24px;
  text-align: center; }
  .front-blog-more .btn {
    font-size: 12px; }

@media (max-width: 767px) {
  .front-blog {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2); }
    .front-blog .inner {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
    .front-blog .thumb {
      position: relative;
      flex-basis: 100px;
      width: 100px;
      padding-bottom: 22.725%; }
      .front-blog .thumb img {
        max-width: none;
        height: 100%; }
    .front-blog .not-thumb {
      position: absolute;
      width: 100px; }
    .front-blog .body {
      display: flex;
      flex-direction: column-reverse;
      flex-basis: 100px;
      flex-grow: 2;
      width: auto;
      margin-left: 10px; }
    .front-blog .title {
      line-height: 1.4;
      overflow: hidden; }
    .front-blog .datetime {
      display: block;
      padding: 2px 0;
      overflow: hidden; }
    .front-blog .new {
      top: 2px;
      left: -6px;
      height: 14px;
      line-height: 16px;
      font-size: 10px; } }

@media (max-width: 768px) {
  .front-blog [class*="col-xs"],
  .front-blog [class*=" col-xs"] {
    margin-top: 15px;
    margin-bottom: 15px; } }

@media (min-width: 768px) {
  .front-blog .title {
    margin-top: 8px;
    padding-top: 6px;
    padding-bottom: 4px;
    line-height: 1.4; }
  .front-blog .thumb {
    height: 0;
    padding-bottom: 60.625%;
    transition: all 100ms ease-in; }
    .front-blog .thumb img {
      max-width: 100%;
      height: auto; }
    .front-blog .thumb:hover {
      opacity: .8; }
  .front-blog .not-thumb {
    height: 0;
    padding-bottom: 60.625%; } }

.front-blog-link {
  margin-top: 38px;
  text-align: center; }

.front-catalog-wrap {
  overflow: hidden; }
  .front-catalog-wrap .thumb {
    position: relative;
    overflow: hidden; }
    .front-catalog-wrap .thumb a {
      display: block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent; }
      .front-catalog-wrap .thumb a.hover .overlay {
        opacity: 1; }
    @media (min-width: 769px) {
      .front-catalog-wrap .thumb .btn-catalog-info {
        display: none; }
      .front-catalog-wrap .thumb a:hover .overlay {
        opacity: 1; } }
  .front-catalog-wrap .not-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 152.112676%; }
  .front-catalog-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 320ms ease-in-out; }
  .front-catalog-wrap .text {
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box; }
  .front-catalog-wrap .title {
    line-height: 1.6;
    font-weight: bold;
    font-size: 14px;
    color: #222; }
  .front-catalog-wrap .stylist {
    font-size: 12px;
    color: #222; }
  .front-catalog-wrap .new {
    position: absolute;
    top: 5px;
    right: -17px;
    z-index: 1;
    padding: 2px 26px 0 10px;
    font-size: 12px;
    border-radius: 2px 0 0 2px;
    transform: rotate(-38deg);
    box-shadow: -1px 2px 2px 0 rgba(34, 34, 34, 0.5); }
  @media (max-width: 767px) {
    .front-catalog-wrap .new {
      top: 1px;
      right: -15px;
      padding: 2px 20px 0 6px;
      font-size: 10px; } }
  @media (min-width: 769px) {
    .front-catalog-wrap .title {
      font-size: 16px; } }
  .front-catalog-wrap .catalog-container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 18px auto;
    padding-bottom: 12px; }
  .front-catalog-wrap .catalog-swiper {
    overflow: hidden; }
  .front-catalog-wrap .swiper-slide {
    position: relative;
    width: 180px;
    font-size: 18px;
    text-align: center;
    background: #f0f0f0; }
    .front-catalog-wrap .swiper-slide img {
      width: 100%;
      height: auto; }
  .front-catalog-wrap .swiper-button-prev,
  .front-catalog-wrap .swiper-button-next {
    display: none; }
  @media (min-width: 481px) {
    .front-catalog-wrap .swiper-slide {
      width: 200px; } }
  @media (min-width: 769px) {
    .front-catalog-wrap .swiper-slide {
      width: 284px; }
    .front-catalog-wrap .swiper-button-prev,
    .front-catalog-wrap .swiper-button-next {
      top: 0;
      display: block;
      width: 14px;
      height: 100%;
      margin: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      background-image: none;
      transition: opacity 100ms ease-in; }
      .front-catalog-wrap .swiper-button-prev:before,
      .front-catalog-wrap .swiper-button-next:before {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        width: 36px;
        height: 36px;
        border-top: 2px solid #222; }
      .front-catalog-wrap .swiper-button-prev:hover,
      .front-catalog-wrap .swiper-button-next:hover {
        opacity: .8; }
    .front-catalog-wrap .swiper-button-prev {
      left: 0; }
      .front-catalog-wrap .swiper-button-prev:before {
        left: 0;
        border-left: 2px solid #222;
        transform: rotate(-45deg) translateX(32px); }
    .front-catalog-wrap .swiper-button-next {
      right: 0; }
      .front-catalog-wrap .swiper-button-next:before {
        right: 0;
        border-right: 2px solid #222;
        transform: rotate(45deg) translateX(-32px); } }
  @media (min-width: 1440px) {
    .front-catalog-wrap .swiper-button-prev {
      transform: translateX(-54px); }
    .front-catalog-wrap .swiper-button-next {
      transform: translateX(54px); } }

.facebook-plugin {
  text-align: center;
  overflow: hidden; }

.social-heading {
  margin-bottom: 20px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 28px;
  border-bottom: 1px solid #ddd; }

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

.instagram > li {
  float: left;
  display: block;
  width: 32%;
  margin-left: 2%;
  padding: 6px;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px rgba(34, 34, 34, 0.3); }
  .instagram > li:first-child {
    margin-left: 0; }
  .instagram > li img {
    width: 100%;
    height: auto; }
  .instagram > li video {
    width: 100%;
    height: auto; }
  .instagram > li time {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    color: #555;
    text-align: right; }
    .instagram > li time .fa {
      margin-right: 4px; }

#instagramJson {
  position: relative;
  min-height: 120px; }

.nowloading {
  position: relative;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center; }

.nowloading .fa {
  display: inline-block;
  font-size: 32px; }

@media (max-width: 767px) {
  .facebook-plugin + div {
    margin-top: 42px; }
  .instagram {
    margin-top: 20px; } }

@media (min-width: 768px) {
  .social-heading {
    margin-bottom: 20px;
    padding-bottom: 12px; } }

.stylist-category {
  max-width: 800px;
  margin: 24px auto;
  overflow: hidden;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .stylist-category .title {
    margin: 0;
    padding: 6px 14px;
    line-height: 32px;
    font-size: 15px;
    color: #888;
    text-align: center;
    border-bottom: 1px solid #ddd; }
    .stylist-category .title .slash {
      display: inline-block;
      margin-left: 18px;
      margin-right: 6px; }
  .stylist-category .list-inline {
    padding: 10px;
    background-color: #fcfcfc; }
    .stylist-category .list-inline > li {
      margin: 6px 4px; }
      .stylist-category .list-inline > li a {
        display: inline-block;
        padding: 6px 12px;
        font-size: 12px;
        color: #888;
        background: #f5f5f5;
        border: 1px solid #ddd;
        border-radius: 4px; }

.stylist-category .title {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }
  .stylist-category .title:hover .toggle {
    color: #fc8989; }

.catalog-search-wrapper {
  background-color: #fff;
  transition: max-height 1000ms ease-in-out 0s; }
  .catalog-search-wrapper .cs_submit {
    padding: 10px 14px 24px;
    text-align: center; }
    .catalog-search-wrapper .cs_submit .btn-lm {
      padding-left: 48px;
      padding-right: 48px;
      font-size: 18px; }
  @media (max-width: 767px) {
    .catalog-search-wrapper {
      max-height: 0;
      overflow: hidden; }
      .catalog-search-wrapper.open {
        max-height: 5000px; } }

.catalog_search {
  padding: 14px; }
  .catalog_search:first-child {
    border-top: none; }
  .catalog_search .radio {
    width: auto; }
  .catalog_search .cr label {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    line-height: 1;
    font-size: 13px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none; }
    .catalog_search .cr label:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      line-height: 1;
      font-family: "FontAwesome";
      color: #454545;
      text-align: center;
      vertical-align: middle;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 16px;
      box-shadow: inset 1px 1px 3px 0 rgba(102, 102, 102, 0.2); }
  .catalog_search .cr input {
    display: none; }
    .catalog_search .cr input:checked + label {
      color: #222;
      background-color: #fff; }
      .catalog_search .cr input:checked + label:before {
        content: "\f00c";
        font-size: 12px; }
  .catalog_search.searchTag .cr label:before {
    border-radius: 4px; }
  @media (max-width: 767px) {
    .catalog_search .head {
      font-size: 16px;
      border-bottom: 1px dotted #ddd; } }
  @media (min-width: 768px) {
    .catalog_search .head {
      float: left;
      width: 120px; }
    .catalog_search .radio {
      margin-left: 120px; } }

.catalog-loop {
  position: relative; }
  .catalog-loop .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch; }
  .catalog-loop .item {
    width: 23%;
    margin: 16px 10px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0px rgba(51, 51, 51, 0.2);
    transition: all 240ms ease-in-out 0; }
    .catalog-loop .item article {
      height: 100%;
      overflow: hidden; }
      .catalog-loop .item article:after {
        content: "";
        display: block;
        clear: both; }
    .catalog-loop .item .thumb {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 122.666667%;
      overflow: hidden;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none; }
      .catalog-loop .item .thumb img {
        width: 100%;
        height: auto; }
    .catalog-loop .item .not-thumb {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 122.666667%;
      background-color: rgba(204, 204, 204, 0.3); }
    .catalog-loop .item .style-name {
      margin: 10px 0;
      padding: 2px 4px;
      line-height: 1.34782;
      font-weight: normal;
      font-size: 14px; }
      .catalog-loop .item .style-name .fa {
        margin-right: 6px; }
    .catalog-loop .item .border-catalog {
      margin: 8px 0;
      height: 0;
      border: none;
      border-top: 1px solid #888; }
    .catalog-loop .item .meta {
      text-align: center; }
      .catalog-loop .item .meta > li {
        display: block;
        height: 2.4em;
        margin: 8px 0;
        overflow: hidden; }
      .catalog-loop .item .meta .manage {
        width: 100%;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 10px; }
        .catalog-loop .item .meta .manage span {
          display: inline-block;
          max-width: 100%;
          padding: 3px 4px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          border: 1px solid #ccc;
          border-radius: 4px; }
      .catalog-loop .item .meta .staff {
        line-height: 1.6;
        font-size: 14px; }
    .catalog-loop .item .icon {
      margin-left: 8px;
      border-radius: 32px; }
  @media (min-width: 768px) {
    .catalog-loop .item .meta .staff {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .catalog-loop .item {
      width: 42%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .catalog-loop .item {
      width: 30%; } }
  @media (min-width: 992px) {
    .catalog-loop .item {
      width: 22%; } }
  @media (min-width: 1200px) {
    .catalog-loop .item {
      width: 23%; } }

@media (max-width: 480px) {
  .catalog-picture {
    display: flex;
    flex-direction: row-reverse;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; } }

.catalog-picture-body {
  position: relative; }
  @media (max-width: 480px) {
    .catalog-picture-body {
      width: 67.8%; } }
  .catalog-picture-body img {
    width: 100%;
    height: auto; }
  .catalog-picture-body.not-length {
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 480px) {
  .catalog-picture-thumbnails {
    width: 27.2%;
    margin-right: 5%; } }

.catalog-picture .pic-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 127.78%;
  overflow: hidden;
  background-color: #fafafa;
  transition: all 100ms ease-in; }

.catalog-picture .pic {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: all 600ms ease-in-out; }
  .catalog-picture .pic.active {
    opacity: 1;
    z-index: 2; }

.catalog-picture-list {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .catalog-picture-list {
      flex-direction: row;
      justify-content: space-between;
      margin-top: 10px; } }
  .catalog-picture-list-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: border 235ms ease-out; }
    @media (max-width: 480px) {
      .catalog-picture-list-item + .catalog-picture-list-item {
        margin-top: 8px; } }
    @media (min-width: 768px) {
      .catalog-picture-list-item {
        width: 32%; } }
    .catalog-picture-list-item img {
      max-width: 100%;
      height: auto; }
    .catalog-picture-list-item.active {
      border-color: #fff; }

.catalog-picture .not-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  letter-spacing: 1px;
  font-family: monospace;
  font-size: 2vw;
  color: rgba(85, 85, 85, 0.3);
  background: #e0e0e0; }
  .catalog-picture .not-picture span {
    display: block;
    text-align: center;
    line-height: 1; }

.catalog-header .title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
  font-size: 20px;
  border-bottom: 1px solid #ddd; }

.catalog-header .comment-wrapper:after {
  content: "";
  display: block;
  clear: both; }

.catalog-header .comment {
  position: relative;
  min-height: 80px;
  margin-right: 100px;
  padding: 8px;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 10px; }
  .catalog-header .comment:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 14px solid #f5f5f5; }

.catalog-header .staff-pic {
  float: right;
  width: 100px;
  text-align: center; }
  .catalog-header .staff-pic img {
    width: 100%;
    height: auto; }
  .catalog-header .staff-pic .thumb {
    display: block;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.3);
    border-radius: 16px; }
  .catalog-header .staff-pic .name {
    font-size: 12px; }
    .catalog-header .staff-pic .name i {
      margin-left: 4px; }

@media (min-width: 481px) {
  .catalog-header .comment {
    padding: 14px 18px; } }

@media (min-width: 768px) {
  .catalog-header .title {
    margin-top: 0;
    font-size: 26px; }
  .catalog-header .comment {
    margin-top: 22px;
    margin-right: 120px;
    margin-bottom: 20px;
    padding: 20px 26px;
    font-size: 14px;
    line-height: 2; }
  .catalog-header .staff-pic figcaption {
    margin-top: 8px; } }

.catalog-table {
  width: 100%; }
  .catalog-table th, .catalog-table td {
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #ddd; }
  .catalog-table th {
    width: 104px;
    font-weight: normal;
    color: #888;
    text-align: left; }

.catalog-tag-container {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  overflow: hidden; }
  @media (min-width: 767px) and (max-width: 768px) {
    .catalog-tag-container {
      margin: 0;
      padding-bottom: 0; } }

.catalog-tag {
  list-style: none;
  margin: 18px 0; }
  .catalog-tag > li {
    display: inline-block;
    width: auto; }
    .catalog-tag > li a {
      padding: 6px 10px;
      line-height: 2.8;
      font-size: 12px;
      background-color: #fcfcfc;
      border: 1px solid #ddd;
      border-radius: 3px; }
  @media (min-width: 769px) {
    .catalog-tag > li a {
      padding: 6px 12px; } }

.catalog-price {
  margin-top: 24px; }
  .catalog-price:after {
    content: "";
    display: block;
    clear: both; }
  .catalog-price .price {
    font-family: "Josefin Slab", serif;
    font-weight: normal;
    color: #888; }
    .catalog-price .price .txt {
      font-size: 28px; }
    .catalog-price .price .slash {
      margin-left: 8px;
      margin-right: 8px;
      font-size: 16px; }
    .catalog-price .price .yen {
      margin-right: 8px;
      font-size: 16px; }
    .catalog-price .price .numeric {
      font-size: 34px;
      color: #454545; }
  .catalog-price .link {
    text-align: center; }
  @media (max-width: 992px) {
    .catalog-price .link .list-inline {
      margin-top: 24px;
      margin-bottom: 24px; } }
  @media (min-width: 767px) and (max-width: 768px) {
    .catalog-price {
      margin-top: 0; }
      .catalog-price .link .btn {
        margin-right: 15px;
        vertical-align: top; }
      .catalog-price .link .list-inline {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: top; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .catalog-price .link {
      float: right;
      margin-top: 8px;
      text-align: right; }
      .catalog-price .link .list-inline {
        display: block; } }
  @media (min-width: 993px) {
    .catalog-price .link {
      text-align: right; }
      .catalog-price .link .list-inline {
        display: inline-block;
        margin-left: 24px;
        vertical-align: middle; }
    .catalog-price .price {
      float: left; } }

.catalog-footer {
  position: relative;
  margin-top: 32px; }
  .catalog-footer .other-title {
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-family: "Josefin Slab", serif;
    font-weight: normal;
    font-size: 27px;
    color: #666;
    border-bottom: 1px solid #ddd; }
  .catalog-footer .read-more {
    position: absolute;
    top: 6px;
    right: 15px; }

.other-catalog {
  margin-top: 32px;
  padding-bottom: 12px;
  overflow: hidden; }
  .other-catalog .swiper-wrapper {
    list-style: none; }
  .other-catalog .swiper-slide {
    width: 140px; }
    .other-catalog .swiper-slide a {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 127.717391%;
      overflow: hidden;
      background-color: rgba(204, 204, 204, 0.3);
      transition: all 100ms ease-in; }
      .other-catalog .swiper-slide a:hover {
        opacity: .8; }
    .other-catalog .swiper-slide .not-thumb {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 127.717391%;
      background-color: rgba(204, 204, 204, 0.3); }
    .other-catalog .swiper-slide img {
      width: 100%;
      height: auto; }
  @media (min-width: 768px) {
    .other-catalog .swiper-slide {
      width: 184px; } }

.staff-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch; }

.staff-loop {
  margin-top: 48px;
  margin-bottom: 48px; }
  .staff-loop img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .staff-loop .item {
    margin-top: 15px;
    margin-bottom: 15px; }
    .staff-loop .item article {
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.2); }
  .staff-loop .thumb {
    position: relative;
    z-index: 0;
    display: block;
    height: 0;
    padding-bottom: 122.5%;
    overflow: hidden;
    transition: all 100ms ease-in; }
    .staff-loop .thumb img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .staff-loop .thumb:hover {
      opacity: .8; }
    .staff-loop .thumb .not-thumb {
      position: absolute; }
  .staff-loop .meta-box {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%; }
  .staff-loop .staff-name {
    width: 100%;
    margin: 0;
    padding: 6px 2px;
    overflow: hidden;
    font-weight: normal;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .staff-loop .staff-name .fa {
      margin-right: 6px; }
  .staff-loop .manage {
    width: 100%;
    margin: 0;
    padding: 2px 6px;
    overflow: hidden;
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .staff-loop .reserve {
    text-align: center; }
    .staff-loop .reserve .btn {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      border: none;
      border-radius: 4px; }

@media (max-width: 767px) {
  .staff-loop .staff-name {
    height: 30px; }
  .staff-loop .manage {
    height: 30px; }
  .staff-loop .reserve .btn {
    font-size: 12px; } }

@media (min-width: 768px) {
  .staff-loop .staff-name {
    height: 38px;
    padding: 12px 6px 8px;
    font-size: 18px;
    text-align: left; }
  .staff-loop .manage {
    padding-left: 16px; }
  .staff-loop .reserve {
    margin-top: 14px; } }

.staff-picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
  margin: auto; }

.staff-picture .pic {
  position: relative;
  height: 0;
  padding-bottom: 127.5%;
  overflow: hidden; }
  .staff-picture .pic .not-thumb {
    position: absolute; }

.staff-header {
  position: relative; }
  .staff-header .title {
    margin: 0; }
  .staff-header .manage {
    margin-top: 8px;
    font-size: 12px; }
    .staff-header .manage > span {
      display: inline-block;
      padding: 4px;
      border: 1px solid #ddd;
      border-radius: 4px; }

.staff-table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px; }
  .staff-table th, .staff-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #ddd; }
  .staff-table th {
    width: 100px;
    vertical-align: top;
    font-weight: normal;
    color: #888; }
  .staff-table td {
    padding-left: 8px; }
  .staff-table .blog th, .staff-table .blog td {
    padding-top: 14px;
    padding-bottom: 14px; }
  .staff-table .blog td a {
    word-break: break-all; }

.staff-comment {
  padding: 15px;
  background-color: #f5f5f5; }
  .staff-comment p {
    font-size: 13px; }

@media (max-width: 767px) {
  .sp-space {
    position: relative;
    z-index: -1;
    width: 40%; }
    .sp-space:before {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 127.5%; }
  .staff-picture {
    width: 60%;
    margin-left: auto;
    margin-right: auto; }
  .social-icon {
    display: block; }
  .staff-header {
    text-align: center; }
    .staff-header .title {
      padding: 10px 0; }
      .staff-header .title > span {
        display: inline-block;
        padding: 4px; }
    .staff-header .name {
      font-size: 18px; }
    .staff-header .kana {
      font-weight: normal;
      font-size: 12px; }
    .staff-header .manage {
      margin-bottom: 26px; }
    .staff-header .reserve {
      text-align: center; }
  .staff-comment {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 768px) {
  .staff-social {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center; }
  .staff-header .title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
  .staff-header .name {
    font-size: 30px; }
  .staff-header .kana {
    margin-left: 24px;
    font-size: 18px; }
  .staff-header .manage span {
    padding: 6px 10px; }
  .staff-header .reserve {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block; }
  .staff-table th {
    width: 140px; }
  .staff-comment {
    padding: 24px 28px;
    line-height: 1.8; } }

@media (min-width: 768px) and (max-width: 992px) {
  .staff-header .title > span {
    display: block; }
  .staff-header .title .name {
    font-size: 24px; }
  .staff-header .title .kana {
    font-size: 14px; } }

.other-staff {
  padding-top: 24px;
  padding-bottom: 48px;
  background-color: #eee; }
  .other-staff .title {
    text-align: center;
    font-weight: normal;
    color: #666; }
    .other-staff .title span {
      display: block; }
    .other-staff .title .en {
      line-height: 1.32;
      letter-spacing: 1px;
      font-family: "Josefin Slab", serif;
      font-size: 24px; }
    .other-staff .title .jp {
      line-height: 2;
      font-size: 11px; }
    .other-staff .title .sp-br {
      display: none;
      margin-left: 8px; }
  .other-staff .center {
    text-align: center; }
  @media (min-width: 768px) {
    .other-staff {
      padding-top: 56px;
      padding-bottom: 48px; }
      .other-staff .title .sp-br {
        display: block; } }

.other-staff-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 24px; }
  .other-staff-list .staff-list {
    list-style: none; }
    .other-staff-list .staff-list > li {
      width: auto; }
  .other-staff-list .item {
    display: block;
    max-width: 126px;
    color: #888;
    text-align: center;
    transition: all 100ms ease-in; }
    .other-staff-list .item:hover {
      opacity: .8; }
  .other-staff-list .thumb {
    width: 126px;
    height: 126px;
    overflow: hidden;
    border-radius: 126px; }
    .other-staff-list .thumb img {
      width: 100%;
      height: auto; }
  .other-staff-list .name {
    display: block;
    line-height: 2;
    margin: 8px 0;
    font-size: 13px; }
    .other-staff-list .name .fa {
      margin-right: 6px; }
  .other-staff-list .manage {
    display: inline-block;
    padding: 4px 6px;
    font-size: 11px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 3px; }
  .other-staff-list .swiper-pagination {
    bottom: 0; }
  .other-staff-list .swiper-pagination-bullet-active {
    background-color: #666; }
  .other-staff-list .staff-list-next,
  .other-staff-list .staff-list-prev {
    top: auto;
    bottom: 0;
    width: 28px;
    height: 28px;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    transform: none; }
    .other-staff-list .staff-list-next:before,
    .other-staff-list .staff-list-prev:before {
      line-height: 28px;
      font-family: "FontAwesome"; }
  .other-staff-list .staff-list-next {
    right: 0; }
    .other-staff-list .staff-list-next:before {
      content: "\f105"; }
  .other-staff-list .staff-list-prev {
    left: 0; }
    .other-staff-list .staff-list-prev:before {
      content: "\f104"; }
  @media (max-width: 767px) {
    .other-staff-list .staff-list-next,
    .other-staff-list .staff-list-prev {
      display: none; } }
  @media (min-width: 768px) {
    .other-staff-list {
      margin-left: 0;
      margin-right: 0; } }

.staff-other-catalog .swiper-wrapper .swiper-slide {
  width: 184px; }
  @media (min-width: 768px) {
    .staff-other-catalog .swiper-wrapper .swiper-slide {
      width: 232px; } }
  .staff-other-catalog .swiper-wrapper .swiper-slide a {
    padding-bottom: 127.586207%; }

.menu-title {
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 16px;
  font-weight: normal;
  border-bottom: 1px solid #ddd; }
  .menu-title span {
    display: inline-block; }
  .menu-title .en {
    letter-spacing: 2px;
    font-size: 24px;
    color: #454545; }
  .menu-title .jp {
    font-size: 15px;
    color: #888;
    vertical-align: 3px; }
  .menu-title .slash {
    margin-left: 14px;
    margin-right: 14px; }
  @media (min-width: 768px) {
    .menu-title .en {
      font-size: 38px; } }

.menu-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px; }
  .menu-container .menu-flex {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd; }
    @media (min-width: 768px) {
      .menu-container .menu-flex {
        display: table;
        width: 100%;
        table-layout: auto;
        padding-top: 18px;
        padding-bottom: 18px; } }
  @media (min-width: 768px) {
    .menu-container .menu-left {
      display: table-cell; } }
  .menu-container .menu-left span {
    display: block; }
  .menu-container .menu-name {
    font-size: 16px; }
    .menu-container .menu-name i {
      margin-right: 6px; }
    @media (min-width: 768px) {
      .menu-container .menu-name {
        font-size: 17px; } }
  .menu-container .menu-etc-text {
    padding-top: 10px;
    font-size: 13px;
    color: #888; }
  .menu-container .menu-right {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 767px) {
      .menu-container .menu-right {
        margin-top: 12px; } }
    @media (min-width: 768px) {
      .menu-container .menu-right {
        display: table-cell;
        width: 320px;
        margin-left: auto;
        padding-left: 20px; } }
  .menu-container .menu-time {
    font-size: 13px;
    color: #888; }
    .menu-container .menu-time span {
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 767px) {
      .menu-container .menu-time {
        width: 84px;
        text-align: center; } }
    @media (min-width: 768px) {
      .menu-container .menu-time {
        float: left; } }
  .menu-container .menu-time-num {
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .menu-container .menu-time-num {
        margin-left: 12px; } }
  .menu-container .menu-price {
    margin-left: auto;
    color: #888; }
    .menu-container .menu-price .yen {
      font-size: 16px; }
    .menu-container .menu-price .money {
      font-size: 19px; }
    .menu-container .menu-price .kara {
      font-size: 19px; }
      .menu-container .menu-price .kara + .yen {
        margin-left: 10px; }
    @media (min-width: 768px) {
      .menu-container .menu-price {
        float: right; } }
  .menu-container .menu-other-text {
    margin-top: 28px;
    padding: 24px;
    font-size: 13px;
    color: #888;
    background-color: #f5f5f5; }
    .menu-container .menu-other-text p {
      margin-bottom: 1em; }
      .menu-container .menu-other-text p:last-child {
        margin-bottom: 0; }

.salon-info {
  margin-bottom: 62px; }

.salon-name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 1px solid #ddd; }
  .salon-name span {
    display: inline-block; }
  .salon-name .en {
    font-size: 24px;
    color: #454545;
    vertical-align: -2px; }
  .salon-name .jp {
    font-size: 13px;
    color: #888; }
  .salon-name .slash {
    margin-left: 12px;
    margin-right: 12px;
    vertical-align: 1px; }
  @media (min-width: 768px) {
    .salon-name .en {
      font-size: 38px; }
    .salon-name .jp {
      font-size: 15px; } }

.salon-info-table {
  width: 100%; }
  .salon-info-table th {
    padding-right: 14px;
    font-weight: normal;
    color: #888; }
  .salon-info-table th, .salon-info-table td {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
    border-bottom: 1px solid #ddd; }
  @media (min-width: 768px) {
    .salon-info-table th {
      width: 100px; }
    .salon-info-table th, .salon-info-table td {
      padding-top: 12px;
      padding-bottom: 12px; } }

.salon-photo-map {
  margin-bottom: 62px; }
  .salon-photo-map img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto; }
  .salon-photo-map .item {
    position: relative;
    height: 0;
    padding-bottom: 67.747748%;
    overflow: hidden;
    background-color: #fafeff; }
  .salon-photo-map .image-map {
    border: 1px solid #ddd; }
    @media (max-width: 767px) {
      .salon-photo-map .image-map {
        margin-top: 24px; } }

.salon-access-map {
  margin-bottom: 64px; }
  .salon-access-map .acf-map {
    width: 100%;
    height: 0;
    padding-bottom: 47.847358%;
    overflow: hidden; }
  .salon-access-map .gm-style .attachment-logo {
    width: 140px;
    height: auto; }
  @media (max-width: 767px) {
    .salon-access-map .acf-map {
      padding-bottom: 74%; } }

.salon-access-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd; }
  .salon-access-flex .btn {
    margin-left: auto; }
  @media (max-width: 767px) {
    .salon-access-flex .btn-ls {
      padding: 6px 10px;
      font-size: 13px; } }
  @media (min-width: 768px) {
    .salon-access-flex {
      margin-bottom: 32px;
      padding-bottom: 16px; } }

.salon-access-title {
  margin: 0;
  font-weight: normal; }
  .salon-access-title .en {
    font-size: 28px; }
  @media (min-width: 768px) {
    .salon-access-title .en {
      font-size: 36px; } }

.salon-access-route {
  margin-top: 20px;
  font-size: 13px;
  color: #454545;
  background-color: #f5f5f5; }
  .salon-access-route p {
    margin-bottom: 1em; }
    .salon-access-route p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .salon-access-route {
      padding: 12px; } }
  @media (min-width: 768px) {
    .salon-access-route {
      margin-top: 32px;
      padding: 28px 20px; } }

.topics-archive {
  margin-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ddd; }
  .topics-archive:first-child {
    margin-top: 0; }
  @media (max-width: 768px) {
    .topics-archive {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; } }

.topics-content .title {
  margin: 0 0 14px;
  font-size: 18px; }

.topics-content .datetime {
  display: block;
  margin-bottom: 10px;
  font-size: 16px; }

.topics-content .content {
  margin-bottom: 14px;
  line-height: 1.6; }

.topics-content .btn {
  float: right; }

@media (max-width: 767px) {
  .topics-content .content {
    position: relative;
    min-height: 32px;
    max-height: 64px;
    overflow: hidden; }
    .topics-content .content:after {
      content: "";
      position: absolute;
      bottom: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 36px;
      background-color: white;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(255, 255, 255, 0)', EndColorStr='white'); } }

@media (min-width: 768px) {
  .topics-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .topics-content .datetime {
      font-family: "Josefin Slab", serif;
      font-size: 20px; }
    .topics-content .topics-header {
      width: calc(100% - 120px);
      margin-left: 20px; }
    .topics-content .title {
      font-size: 19px; } }

.search-found-wrapper {
  padding: 14px;
  background-color: #f5f5f5; }
  .search-found-wrapper .head {
    font-weight: bold;
    font-size: 16px; }
  .search-found-wrapper .keyword {
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
    font-size: 18px;
    color: #e85400; }
  .search-found-wrapper .found {
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #e85400; }
  .search-found-wrapper .search-found {
    display: block;
    width: 100%;
    text-align: right; }
  @media (min-width: 768px) {
    .search-found-wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .search-found-wrapper .search-found {
        width: 200px;
        margin-left: auto; } }

.blog-wrapper {
  margin-top: 28px; }

.post-archive {
  overflow: hidden;
  border-bottom: 1px solid #ddd; }
  .post-archive .post-link {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
  .post-archive .thumb {
    width: 84px;
    height: 84px;
    overflow: hidden; }
    .post-archive .thumb img {
      max-width: 100%;
      height: auto; }
  .post-archive .not-thumb {
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5; }
  .post-archive .post-content {
    width: calc(100% - 92px); }
  .post-archive .post-header {
    display: flex;
    flex-direction: column-reverse; }
  .post-archive .meta {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .post-archive .cat {
    max-width: 100px;
    margin: 0;
    margin-left: auto;
    padding: 2px 6px;
    font-size: 12px;
    color: #888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .post-archive .title {
    margin: 8px 0;
    overflow: hidden;
    line-height: 1.4;
    font-weight: normal; }
  .post-archive .datetime {
    font-family: "Josefin Slab", serif;
    color: #888; }
  .post-archive .content {
    position: relative;
    max-height: 40px;
    margin: 0;
    padding: 0;
    color: #222;
    overflow: hidden; }
    .post-archive .content:after {
      content: "";
      position: absolute;
      bottom: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 50%;
      background-color: white;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 80%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(255, 255, 255, 0)', EndColorStr='white'); }
  @media (max-width: 767px) {
    .post-archive {
      margin-bottom: 12px;
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 1px 2px 1px rgba(69, 69, 69, 0.2); }
      .post-archive .post-link {
        padding: 10px; }
        .post-archive .post-link:hover {
          text-decoration: none;
          background-color: #fcfcfc; }
      .post-archive .title {
        position: relative;
        height: 52px;
        margin-bottom: 0; }
        .post-archive .title:after {
          content: "";
          position: absolute;
          bottom: 0;
          z-index: 1;
          display: block;
          width: 100%;
          height: 100%;
          background-color: white;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, white 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='rgba(255, 255, 255, 0)', EndColorStr='white'); } }
  @media (min-width: 768px) {
    .post-archive {
      margin-top: 28px;
      padding-bottom: 28px; }
      .post-archive:first-child {
        margin-top: 0; }
      .post-archive .thumb {
        width: 232px;
        height: 232px;
        transition: all 100ms ease-in; }
        .post-archive .thumb:hover {
          opacity: .8; }
      .post-archive .title {
        font-size: 22px; }
      .post-archive .datetime {
        width: 108px;
        font-size: 20px; }
      .post-archive .cat {
        max-width: 300px; }
      .post-archive .post-content {
        width: calc(100% - 260px); }
      .post-archive .content {
        max-height: none;
        height: 86px; }
      .post-archive .btn {
        float: right;
        margin-top: 20px; } }

.post-single .post-header {
  display: flex;
  flex-flow: column;
  margin-bottom: 24px;
  padding-bottom: 12px; }

.post-single .title {
  order: 2;
  margin-top: 0;
  padding-bottom: 8px;
  line-height: 1.4;
  font-size: 20px;
  border-bottom: 1px solid #ddd; }

.post-single .meta {
  order: 1; }

.post-single .cat_tag {
  order: 3; }

.post-single .datetime {
  width: 124px;
  font-family: "Josefin Slab", serif;
  font-size: 16px;
  color: #666; }

.post-single .cat, .post-single .tag {
  display: inline;
  margin: 0;
  line-height: 2; }
  .post-single .cat a, .post-single .tag a {
    display: inline-block;
    line-height: 1;
    margin: 5px;
    padding: 4px 6px;
    font-size: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px; }

.post-single footer {
  margin-top: 24px; }

@media (max-width: 767px) {
  .post-single .meta {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media (min-width: 768px) {
  .post-single .title {
    font-size: 24px; }
  .post-single .meta {
    display: flex;
    align-items: center; }
  .post-single .datetime {
    font-size: 20px; }
  .post-single .cat, .post-single .tag {
    margin-left: 14px; } }

.post-single .cat_tag p:first-child {
  margin-left: 0; }

.social-count > span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px; }

.social-count .fa-facebook, .social-count .fa-twitter {
  line-height: 1;
  font-size: 16px;
  color: #aaa; }

.social-count .count {
  margin-left: 5px;
  font-size: 14px;
  color: #666; }

@media (min-width: 768px) {
  .social-count .fa-facebook, .social-count .fa-twitter {
    font-size: 18px; }
  .social-count .count {
    font-size: 16px; } }

.single-pager {
  margin-top: 42px;
  margin-bottom: 24px;
  padding-top: 36px;
  text-align: center;
  border-top: 1px solid #ddd; }
  .single-pager .next, .single-pager .prev {
    display: inline-block;
    width: 50%; }
  @media (min-width: 768px) {
    .single-pager .next, .single-pager .prev {
      width: 200px; } }
  .single-pager .next i {
    margin-right: 8px; }
  .single-pager .prev i {
    margin-left: 8px; }
  .single-pager a {
    display: inline-block;
    line-height: 1;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px; }

.post-moreback {
  text-align: center; }
  .post-moreback a i {
    margin-right: 8px; }

.channel-category {
  max-width: 800px;
  margin: 48px auto;
  padding: 24px 18px;
  text-align: center;
  background-color: #f5f5f5; }
  .channel-category .cat-link-title {
    margin: 0;
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 18px;
    color: #888; }
  .channel-category .cat-link {
    display: inline-block;
    margin: 0;
    list-style: none;
    text-align: left; }
    .channel-category .cat-link > li {
      display: inline-block;
      margin: 6px; }
      .channel-category .cat-link > li a {
        display: inline-block;
        padding: 3px 6px;
        font-size: 12px;
        color: #888;
        background-color: #fcfcfc;
        border: 1px solid #dedede;
        border-radius: 4px; }

.channel-loop {
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }
  .channel-loop .item {
    position: relative;
    max-width: 360px;
    width: 100%;
    margin: 24px 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .channel-loop .item {
      width: 28.765%; }
      .channel-loop .item.single {
        width: 50%; } }
  @media (min-width: 992px) {
    .channel-loop .item {
      width: 30%; }
      .channel-loop .item.single {
        max-width: none;
        width: 68%; } }
  .channel-loop .youtube {
    display: block; }
  .channel-loop .thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.140351%;
    overflow: hidden;
    background-color: #282828; }
    .channel-loop .thumb img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      height: auto;
      margin: auto;
      opacity: 1;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      transition: all 100ms ease-in; }
  .channel-loop .yt_error {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: auto;
    font-size: 13px;
    color: #fff;
    text-align: center;
    transform: translateY(48%); }
  .channel-loop .btn-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: auto;
    opacity: .6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background-color: #fff;
    border-radius: 64px;
    box-shadow: 0 2px 5px 1px rgba(34, 34, 34, 0.2), inset 0 -1px 2px 0 rgba(136, 136, 136, 0.5), inset 0 1px 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 100ms ease-in; }
    .channel-loop .btn-play:before {
      content: "\f04b";
      display: inline-block;
      margin-left: 6px;
      font-family: "FontAwesome";
      font-size: 28px;
      color: #888; }
  .channel-loop .item {
    transition: all 100ms ease-in; }
    .channel-loop .item:hover .thumb img {
      opacity: .8; }
    .channel-loop .item:hover .btn-play {
      opacity: .8;
      background-color: #b31217; }
      .channel-loop .item:hover .btn-play:before {
        color: #fff;
        text-shadow: 0 -1px 2px #888; }
  .channel-loop .title {
    margin: 0;
    padding: 10px 2px;
    line-height: 1.4;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #888; }
    .channel-loop .title .fa {
      margin-right: 8px; }
  @media (min-width: 768px) {
    .channel-loop .title {
      padding: 12px 2px;
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; } }

/*--- WordPress ---*/
/* Archive Pager */
.pagination {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  font-size: 14px;
  text-align: center; }
  .pagination .inactive, .pagination .current, .pagination .prev, .pagination .next {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    padding: 0 4px;
    line-height: 30px;
    vertical-align: top;
    box-sizing: border-box; }
  .pagination .inactive, .pagination .current {
    font-size: 20px; }
  .pagination a {
    color: #555;
    background-color: #ccc;
    transition: 280ms ease-in-out; }
    .pagination a:hover {
      color: #fff;
      background-color: #222;
      text-decoration: none; }
  .pagination .current {
    color: #fff;
    background-color: #222; }
  .pagination .prev, .pagination .next {
    display: inline-block;
    padding: 0 14px; }
    .pagination .prev.not, .pagination .next.not {
      color: #ccc;
      text-shadow: 0 -1px 0 #bbb;
      background-color: #f0f0f0; }
  .pagination .prev i {
    margin-right: 8px; }
  .pagination .next i {
    margin-left: 8px; }
  @media (max-width: 767px) {
    .pagination {
      margin: 1.2em 0 .5em;
      padding: 2px 0; }
      .pagination .inactive, .pagination .current {
        display: none; }
      .pagination .prev {
        float: left; }
      .pagination .next {
        float: right; } }
  @media (min-width: 768px) {
    .pagination {
      margin: 3em 0 1em; } }
  @media (min-width: 768px) {
    .pagination .inactive, .pagination .current {
      margin: 0 .2em; }
    .pagination .prev {
      margin-right: 2em; }
    .pagination .next {
      margin-left: 2em; } }
  @media (min-width: 769px) {
    .pagination {
      margin: 84px 0 42px; } }

/* Single Pager */
.single-pager ul {
  list-style: none; }
  .single-pager ul > li {
    background-color: #ccc; }
    .single-pager ul > li a {
      display: block;
      padding: 8px 14px;
      color: #555; }
      .single-pager ul > li a:hover {
        opacity: .8; }
    .single-pager ul > li i {
      font-size: 120%; }

.single-pager .single-next i {
  margin-right: 6px; }

.single-pager .single-prev i {
  margin-left: 6px; }

@media (max-width: 767px) {
  .single-pager {
    text-align: center; }
    .single-pager li {
      margin: 16px 0; } }

@media (min-width: 1200px) {
  .single-pager .single-next {
    float: left; }
  .single-pager .single-prev {
    float: right; } }

.page-pager > span, .page-pager > a {
  display: inline-block;
  padding: 3px 10px; }

.page-pager > span {
  color: #fff;
  background-color: #222; }

.page-pager > a {
  background-color: #ccc; }
  .page-pager > a:hover {
    color: #fff;
    background-color: #222; }

.link-pages-wrapper {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 2px 0; }
  .link-pages-wrapper > span {
    color: #fff;
    background-color: #222; }
  .link-pages-wrapper > a {
    text-decoration: none;
    color: #454545;
    background-color: #f0f0f0;
    border: 1px solid #ddd; }
    .link-pages-wrapper > a:hover {
      color: #fff;
      background-color: #222;
      border-color: #222; }
  .link-pages-wrapper > span, .link-pages-wrapper > a {
    display: inline-block;
    min-width: 32px;
    height: 30px;
    margin: 5px;
    padding: 6px 8px;
    line-height: 1;
    vertical-align: top;
    font-size: 16px;
    text-align: center; }

.sidebar {
  padding-bottom: 1px; }
  @media (max-width: 991px) {
    .sidebar {
      margin-top: 64px; } }
  .sidebar .widget {
    margin-bottom: 2em; }
    .sidebar .widget .thumb {
      display: block;
      overflow: hidden;
      transition: 300ms ease-in-out; }
      .sidebar .widget .thumb:hover {
        opacity: .8; }
      .sidebar .widget .thumb img {
        max-width: 100%;
        height: auto; }
      .sidebar .widget .thumb .not-thumb {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f4f4f4; }
    .sidebar .widget > ul {
      margin-top: 1em; }
  .sidebar .widgettitle {
    padding-bottom: 12px;
    font-size: 15px;
    border-bottom: 1px solid #ddd; }
  .sidebar .widget_newpost ul,
  .sidebar .widget_popular ul {
    list-style: none; }
  .sidebar .widget_newpost li,
  .sidebar .widget_popular li {
    display: table;
    width: 100%;
    margin: .5em 0; }
    .sidebar .widget_newpost li div,
    .sidebar .widget_popular li div {
      display: table-cell;
      text-align: left;
      vertical-align: top; }
  .sidebar .widget_newpost time,
  .sidebar .widget_popular time {
    display: block;
    margin-bottom: 6px;
    line-height: .8;
    font-family: "Josefin Slab", serif;
    font-size: 20px;
    color: #aaa; }
  .sidebar .widget_newpost .title,
  .sidebar .widget_popular .title {
    line-height: 1.4;
    font-size: 12px;
    color: #454545;
    text-decoration: underline; }
    .sidebar .widget_newpost .title:hover,
    .sidebar .widget_popular .title:hover {
      text-decoration: none; }
  .sidebar .widget_newpost.topics li,
  .sidebar .widget_popular.topics li {
    margin: 0 0 1.5em; }
  .sidebar .widget_newpost.topics time,
  .sidebar .widget_popular.topics time {
    font-size: 20px;
    margin-bottom: 3px; }
  .sidebar .widget_search label {
    display: none; }
  .sidebar .widget_search form {
    position: relative; }
  .sidebar .widget_search input[type="text"],
  .sidebar .widget_search input[type="submit"],
  .sidebar .widget_search button[type="submit"] {
    display: block;
    outline: 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box; }
  .sidebar .widget_search input[type="text"] {
    width: 100%;
    height: 32px;
    padding: 6px;
    line-height: 32px;
    font-size: 16px;
    vertical-align: middle;
    background-color: #ddd; }
    .sidebar .widget_search input[type="text"]:focus {
      color: #555; }
  .sidebar .widget_search button[type="submit"],
  .sidebar .widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #555;
    transition: 300ms ease-in-out; }
    .sidebar .widget_search button[type="submit"] i,
    .sidebar .widget_search input[type="submit"] i {
      font-size: 20px; }
    .sidebar .widget_search button[type="submit"]:hover,
    .sidebar .widget_search input[type="submit"]:hover {
      opacity: .8; }
  .sidebar .widget_categories ul {
    list-style: none; }
  .sidebar .widget_categories li {
    margin: .3em 0;
    font-size: 14px; }
    .sidebar .widget_categories li a:hover {
      opacity: .8; }
  .sidebar .widget_categories > ul {
    margin-left: 6px; }
    .sidebar .widget_categories > ul > li .children {
      margin-left: 1em; }
  .sidebar .widget_archive > ul {
    margin: 1em 0; }
  .sidebar .widget_archive ul {
    list-style: none; }
  .sidebar .widget_archive li {
    font-size: 14px; }
    .sidebar .widget_archive li a {
      margin-left: 1em;
      text-decoration: underline; }
      .sidebar .widget_archive li a:hover {
        text-decoration: none; }
    .sidebar .widget_archive li .tgl {
      font-weight: bold;
      font-size: 16px;
      background: none;
      outline: none;
      border: none; }
      .sidebar .widget_archive li .tgl span {
        display: inline-block;
        cursor: pointer; }
      .sidebar .widget_archive li .tgl i {
        margin-left: 6px;
        font-size: 20px;
        color: #aaa;
        transition: 200ms ease-in-out; }
      .sidebar .widget_archive li .tgl.open i {
        transform: rotateX(180deg); }
    .sidebar .widget_archive li .tgl_child {
      position: relative;
      display: none;
      transition: max-height 440ms ease-in-out 0s; }
      .sidebar .widget_archive li .tgl_child li {
        margin: 8px 0; }
      .sidebar .widget_archive li .tgl_child.open {
        max-height: 800px; }
  @media (max-width: 767px) {
    .sidebar .widget_newpost,
    .sidebar .widget_popular {
      display: block; }
      .sidebar .widget_newpost li div:first-child,
      .sidebar .widget_popular li div:first-child {
        width: 86px; }
      .sidebar .widget_newpost li .thumb,
      .sidebar .widget_popular li .thumb {
        width: 72px;
        height: 72px; }
    .sidebar .widget_archive .tgl_child > li {
      display: inline-block; } }
  @media (min-width: 768px) {
    .sidebar .widget_newpost li .thumb,
    .sidebar .widget_popular li .thumb {
      width: 62px;
      height: 62px; } }
  @media (min-width: 769px) {
    .sidebar .widget_newpost li div:first-child,
    .sidebar .widget_popular li div:first-child {
      width: 90px; }
    .sidebar .widget_newpost li .thumb,
    .sidebar .widget_popular li .thumb {
      width: 72px;
      height: 72px; }
    .sidebar .widget_newpost li time,
    .sidebar .widget_popular li time {
      margin-bottom: 6px;
      line-height: .8;
      font-size: 16px; } }
  .sidebar .tagcloud > a {
    display: inline-block;
    margin: 5px;
    padding: 3px 6px;
    line-height: 1;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .sidebar .tagcloud .count {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px; }
  .sidebar .widget-freespace .item {
    margin: 20px 0; }
    .sidebar .widget-freespace .item:first-child {
      margin-top: 0; }
  .sidebar .widget-freespace .freespace figcaption {
    font-size: 14px; }
/*# sourceMappingURL=maps/hairspress.css.map */
