/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

html {
  box-sizing: border-box; }

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

@font-face {
  font-family: SimplonNorm;
  src: url("../fonts/SimplonNorm-Medium.otf") format("opentype"); }

@font-face {
  font-family: SimplonBold;
  src: url("../fonts/SimplonNorm-Bold.otf") format("opentype"); }

/*!
 * fullPage 2.8.1
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  transition: none !important; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 7px 1px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        border-radius: 100%;
        background-color: #c83232;
        width: 10px;
        height: 10px;
        margin: -5px 0px 0px -5px; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 8px;
        width: 8px;
        border: 0;
        background-color: #1b1b1b;
        left: 50%;
        top: 50%;
        margin: -4px 0 0 -4px;
        transform: translate3d(0, 0, 0);
        transition: all 0.1s ease-in-out; }
      #fp-nav ul li a:hover span,
      .fp-slidesNav ul li a:hover span {
        width: 10px;
        height: 10px;
        margin: -5px 0px 0px -5px; }

#fp-nav {
  position: absolute;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 0.75s, 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: .5s;
  opacity: 1; }
  #fp-nav.right {
    right: 12px; }
  #fp-nav.left {
    left: 12px; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ffffff; }

.pswp__error-msg a {
  color: #ffffff;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .pswp__button--close {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -22px; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button {
    background-image: url(../img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 25px;
  right: auto; }

.pswp__button--arrow--right {
  right: 25px;
  left: auto; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-family: SimplonBold, "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
  content: "\2190"; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
  content: "\2192"; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: #FFF;
  padding: 0 10px;
  text-align: center; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 1em;
  line-height: 1.4; }

body {
  background-color: #ffffff;
  color: #1b1b1b;
  text-align: left;
  font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll; }
  body.no-scroll {
    height: 100vh;
    max-height: 100vh;
    margin-bottom: 1px; }

html,
body {
  min-width: 320px;
  min-height: 100%; }

a, a:link, a:visited {
  color: #c83232; }

::-moz-selection {
  background: #c83232; }

::selection {
  background: #c83232; }

::-moz-selection {
  background: #c83232; }

hr {
  color: #cccccc;
  width: 100%; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.scroll-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff; }
  .scroll-bg__column {
    height: 100%;
    max-width: 1520px;
    margin: 0 auto; }
  .scroll-bg .sitenav__monogram {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100px;
    height: 100px; }

.scroll-bg-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .scroll-bg-fixed__image {
    height: 100%;
    max-width: 1520px;
    margin: 0 auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: 100% auto; }

.page-load .scroll-bg-fixed__image {
  opacity: 0; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: SimplonBold, "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

a, a:link, a:visited {
  text-decoration: none; }

.container {
  transition-property: opacity, -webkit-filter -webkit-filter;
  transition-property: opacity, filter -webkit-filter;
  transition-property: opacity, filter -webkit-filter, -webkit-filter -webkit-filter;
  transition-duration: .75s;
  transition-timing-function: ease;
  position: relative;
  background-color: #ffffff;
  z-index: 3;
  height: 100%;
  min-height: 100vh;
  max-width: 1520px;
  margin: 0 auto;
  padding-top: 48px;
  opacity: 1; }
  .container .header,
  .container .footer {
    transition: opacity 0s ease;
    opacity: 1; }
  .container.home {
    overflow: hidden;
    padding-top: 0; }
    .container.home .header {
      background-color: transparent;
      transition-property: transform, opacity;
      transition-duration: .75s, .5s;
      transition-timing-function: ease-in-out, ease;
      transition-delay: .5s, .5s; }
  .container.loading {
    opacity: 0; }

.ordering .container {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  pointer-events: none; }

.first-load .splash {
  opacity: 1;
  transform: translate3d(0, 0%, 0); }
  .first-load .splash__logo {
    transform: translate3d(0, 0%, 0); }

.first-load .header {
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.first-load .introblock__nav,
.first-load .introblock__stamp-ini {
  transform: translate3d(0, 100%, 0);
  opacity: 0; }

.first-load #fp-nav {
  transform: translate3d(200%, 0, 0);
  opacity: 0; }

.first-load .introblock__wrap {
  transform: translate3d(0, 10%, 0);
  opacity: 0; }

.page-load .sitenav--show {
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1) 1s; }

@-webkit-keyframes fadeInOut {
  0%, 33%, 100% {
    opacity: 1; }
  66% {
    opacity: 0.5; } }

@keyframes fadeInOut {
  0%, 33%, 100% {
    opacity: 1; }
  66% {
    opacity: 0.5; } }

.loader.animate {
  -webkit-animation: fadeInOut 1s 0s infinite ease-out;
          animation: fadeInOut 1s 0s infinite ease-out; }

.splash,
.switcher {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1000;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition-property: transform, opacity;
  transition-duration: 0.75s, 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s, 0; }
  .splash__loader,
  .switcher__loader {
    width: 77px;
    height: 77px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .splash__logo,
  .switcher__logo {
    transform: translate3d(0, -100%, 0);
    transition-property: transform;
    transition-duration: 0.75s;
    transition-timing-function: ease-in-out;
    width: 54%;
    max-width: 300px;
    margin: 0 auto; }
  .splash svg,
  .switcher svg {
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.switcher {
  z-index: 1001;
  background-color: #1b1b1b; }
  .switcher__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease;
    opacity: 0; }
    .switcher__bg.lazyloaded .switcher__overlay {
      background-color: rgba(255, 255, 255, 0.85); }
    .switcher__bg.lazyloaded .switcher__logo {
      transform: translate3d(0, 0, 0);
      opacity: 1; }
    .switcher__bg.lazyloaded .switcher__nav {
      transform: translate3d(0, 0, 0);
      opacity: 1; }
  .switcher__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 1s ease 2s;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    flex-direction: column; }
  .switcher__logo {
    transform: translate3d(0, 20%, 0);
    opacity: 0;
    max-width: 240px;
    transition-property: transform, opacity;
    transition-duration: .5s, 1s;
    transition-timing-function: ease-in-out;
    transition-delay: 2.3s; }
  .switcher__wrapper {
    width: 100%;
    max-width: 720px;
    margin: auto;
    height: 80%;
    max-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .switcher__nav {
    position: static;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .5s, 1s;
    transition-timing-function: ease-in-out;
    transition-delay: 2.5s; }
  .switcher__navlink {
    display: block;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    line-height: 42px;
    letter-spacing: 2px; }

.switcher.overlayActive {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.sitenav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  background-color: #dedede;
  color: #ffffff;
  text-align: left;
  font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.1538;
  text-transform: uppercase;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: opacity .3s ease 0s, transform 0s linear .3s; }
  .sitenav--show {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    transition: opacity .3s ease 0s, transform 0s linear 0s; }
    .sitenav--show .sitenav__list-item--pages {
      transform: translate3d(0, 0%, 0); }
    .sitenav--show .sitenav__list-item--languages {
      transform: translate3d(0, 0%, 0);
      opacity: 1; }
    .sitenav--show .sitenav__list--pages {
      transform: translate3d(0, 0%, 0);
      opacity: 1; }
    .sitenav--show .sitenav__tag {
      transform: translate3d(0, 0%, 0);
      opacity: 1; }
    .sitenav--show .sitenav__monogram {
      transform: translate3d(0, 0%, 0);
      opacity: 1; }
  .sitenav__link, .sitenav__link:link, .sitenav__link:visited {
    color: #ffffff; }
  .sitenav__wrapper {
    max-width: 1520px;
    margin: 0 auto;
    padding: 36px 16px 16px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 528px;
    background-color: #1b1b1b; }
  .sitenav__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .sitenav__list--en_gb .sitenav__list-item--en_gb .sitenav__link,
    .sitenav__list--en_gb .sitenav__list-item--en_gb .sitenav__link:link,
    .sitenav__list--en_gb .sitenav__list-item--en_gb .sitenav__link:visited, .sitenav__list--de .sitenav__list-item--de .sitenav__link,
    .sitenav__list--de .sitenav__list-item--de .sitenav__link:link,
    .sitenav__list--de .sitenav__list-item--de .sitenav__link:visited, .sitenav__list--ja .sitenav__list-item--ja .sitenav__link,
    .sitenav__list--ja .sitenav__list-item--ja .sitenav__link:link,
    .sitenav__list--ja .sitenav__list-item--ja .sitenav__link:visited {
      color: #ffffff; }
    .sitenav__list + .sitenav__list {
      margin-top: 5px; }
    .sitenav__list--pages {
      padding-top: 1em;
      padding-bottom: 4.5454em;
      opacity: 0;
      transform: translate3d(0, -100%, 0);
      transition: all .35s ease; }
    .sitenav__list-container {
      position: absolute;
      bottom: 16px;
      left: 50%;
      transform: translateX(-50%); }
    .sitenav__list--languages, .sitenav__list--legal {
      text-align: center;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.06em; }
      .sitenav__list--languages .sitenav__link,
      .sitenav__list--languages .sitenav__link:link,
      .sitenav__list--languages .sitenav__link:visited, .sitenav__list--legal .sitenav__link,
      .sitenav__list--legal .sitenav__link:link,
      .sitenav__list--legal .sitenav__link:visited {
        color: #666666; }
        .sitenav__list--languages .sitenav__link--active,
        .sitenav__list--languages .sitenav__link:link--active,
        .sitenav__list--languages .sitenav__link:visited--active, .sitenav__list--legal .sitenav__link--active,
        .sitenav__list--legal .sitenav__link:link--active,
        .sitenav__list--legal .sitenav__link:visited--active {
          color: #ffffff; }
    .sitenav__list--legal {
      font-size: 11px;
      line-height: 11px; }
    .sitenav__list-item--languages {
      display: inline-block;
      margin: 0 2px;
      opacity: 0;
      transform: translate3d(0, -200%, 0);
      transition: all .3s ease; }
      .sitenav__list-item--languages:nth-child(1) {
        transition-delay: 0.05s; }
      .sitenav__list-item--languages:nth-child(2) {
        transition-delay: 0.1s; }
      .sitenav__list-item--languages:nth-child(3) {
        transition-delay: 0.15s; }
    .sitenav__list-item--pages {
      transform: translate3d(0, -100%, 0);
      transition: transform .3s ease; }
      .sitenav__list-item--pages:nth-child(1) {
        transition-delay: 0.025s; }
      .sitenav__list-item--pages:nth-child(2) {
        transition-delay: 0.05s; }
      .sitenav__list-item--pages:nth-child(3) {
        transition-delay: 0.075s; }
      .sitenav__list-item--pages:nth-child(4) {
        transition-delay: 0.1s; }
      .sitenav__list-item--pages:nth-child(5) {
        transition-delay: 0.125s; }
      .sitenav__list-item--pages:nth-child(6) {
        transition-delay: 0.15s; }
      .sitenav__list-item--pages:nth-child(7) {
        transition-delay: 0.175s; }
  .sitenav__tag {
    position: absolute;
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    opacity: 0;
    transition: all .35s ease; }
    .sitenav__tag--en {
      right: 16px;
      top: 16px;
      width: 16px;
      transform: translate3d(0, -750%, 0);
      transition-delay: 0.05s; }
    .sitenav__tag--jp {
      width: 1em;
      bottom: 16px;
      left: 16px;
      transform: translate3d(0, -100%, 0);
      transition-delay: 0.1s; }
  .sitenav__tagwrap--en {
    white-space: nowrap;
    display: block;
    transform-origin: 50%;
    transform: rotate(90deg); }
  .sitenav__close {
    position: absolute;
    background-color: transparent;
    border: 0 none;
    margin: -10px;
    padding: 10px;
    top: 16px;
    left: 16px;
    height: 36px;
    width: 36px;
    transition: all .3s linear;
    outline: 0 none; }
  .sitenav__monogram {
    display: block;
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    opacity: 0;
    transform: translate3d(0, -200%, 0);
    transition: all .4s ease .1s; }

.order {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #1b1b1b;
  color: #ffffff;
  text-align: left;
  font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2857;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
  .order--show {
    transform: translate3d(0, 0%, 0); }
  .order__close {
    position: absolute;
    background-color: transparent;
    border: 0 none;
    margin: -10px;
    padding: 10px;
    top: 16px;
    left: 16px;
    height: 36px;
    width: 36px;
    transition: all .3s linear; }
  .order__wrapper {
    position: relative;
    min-height: 100%;
    padding: 72px 16px 64px; }
    .order__wrapper--success {
      z-index: -1;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #1b1b1b;
      transition: opacity .3s ease; }
      .order__wrapper--success.show {
        z-index: 1;
        opacity: 1; }
  .order__title {
    font-size: 22px;
    line-height: 31px;
    position: absolute;
    right: 16px;
    top: 10px; }
  .order__intro {
    font-size: 14px;
    line-height: 1.2857;
    text-transform: none;
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 20px; }
  .order__label {
    display: block;
    border: 1px solid #666666;
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0 0 16px; }
    .order__label.error {
      border-color: #c83232; }
  .order__labeltext {
    display: block;
    margin: 2px 0; }
  .order__input, .order__textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: 0 none;
    padding: 0;
    font-size: 14px;
    line-height: 1.2857;
    color: #ffffff;
    margin: 2px 0;
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal; }
    .order__input:focus, .order__textarea:focus {
      outline: none; }
  .order input:-webkit-autofill {
    box-shadow: 0 0 0px 10px #1b1b1b inset !important;
    -webkit-text-fill-color: #ffffff !important; }
  .order__textarea {
    height: 100px; }
  .order__button {
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    bottom: 16px;
    right: 16px;
    left: 16px;
    border: 1px solid #c83232;
    background: transparent;
    margin: 0;
    padding: 0;
    line-height: 46px;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 16px;
    color: #c83232;
    text-transform: uppercase;
    width: calc(100% - 32px); }
  .order__kitten {
    display: none; }

.header {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 6px;
  max-width: 1520px;
  margin: 0 auto;
  background-color: #ffffff; }
  .header__sitetitle {
    display: none; }
  .header__pagetitle {
    font-size: 22px;
    line-height: 31px;
    position: absolute;
    right: 16px;
    top: 10px;
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .header__titlelogo {
    width: 100%;
    height: auto;
    display: block; }
  .header__hamburger {
    background-color: transparent;
    border: 0 none;
    padding: 10px;
    height: 36px;
    width: 36px;
    line-height: 16px;
    transition: opacity .3s ease;
    outline: 0 none; }
    .header__hamburger svg {
      display: block; }
  .header__hamburgericon {
    width: 100%;
    height: auto;
    display: block; }
  .header__menutext {
    display: none; }

.fp-viewing-1 .header__hamburger svg path,
.fp-viewing-2 .header__hamburger svg path,
.fp-viewing-3 .header__hamburger svg path,
.fp-viewing-4 .header__hamburger svg path,
.fp-viewing-5 .header__hamburger svg path,
.fp-viewing-6 .header__hamburger svg path,
.fp-viewing-7 .header__hamburger svg path,
.fp-viewing-8 .header__hamburger svg path,
.fp-viewing-9 .header__hamburger svg path {
  fill: #ffffff; }

.fp-viewing-1 .header__menutext,
.fp-viewing-2 .header__menutext,
.fp-viewing-3 .header__menutext,
.fp-viewing-4 .header__menutext,
.fp-viewing-5 .header__menutext,
.fp-viewing-6 .header__menutext,
.fp-viewing-7 .header__menutext,
.fp-viewing-8 .header__menutext,
.fp-viewing-9 .header__menutext {
  color: #ffffff; }

.fp-viewing-1 #fp-nav ul li a span,
.fp-viewing-1 .fp-slidesNav ul li a span,
.fp-viewing-2 #fp-nav ul li a span,
.fp-viewing-2 .fp-slidesNav ul li a span,
.fp-viewing-3 #fp-nav ul li a span,
.fp-viewing-3 .fp-slidesNav ul li a span,
.fp-viewing-4 #fp-nav ul li a span,
.fp-viewing-4 .fp-slidesNav ul li a span,
.fp-viewing-5 #fp-nav ul li a span,
.fp-viewing-5 .fp-slidesNav ul li a span,
.fp-viewing-6 #fp-nav ul li a span,
.fp-viewing-6 .fp-slidesNav ul li a span,
.fp-viewing-7 #fp-nav ul li a span,
.fp-viewing-7 .fp-slidesNav ul li a span,
.fp-viewing-8 #fp-nav ul li a span,
.fp-viewing-8 .fp-slidesNav ul li a span,
.fp-viewing-9 #fp-nav ul li a span,
.fp-viewing-9 .fp-slidesNav ul li a span {
  background-color: #ffffff; }

.fp-viewing-1 #fp-nav ul li a.active span,
.fp-viewing-1 .fp-slidesNav ul li a.active span,
.fp-viewing-2 #fp-nav ul li a.active span,
.fp-viewing-2 .fp-slidesNav ul li a.active span,
.fp-viewing-3 #fp-nav ul li a.active span,
.fp-viewing-3 .fp-slidesNav ul li a.active span,
.fp-viewing-4 #fp-nav ul li a.active span,
.fp-viewing-4 .fp-slidesNav ul li a.active span,
.fp-viewing-5 #fp-nav ul li a.active span,
.fp-viewing-5 .fp-slidesNav ul li a.active span,
.fp-viewing-6 #fp-nav ul li a.active span,
.fp-viewing-6 .fp-slidesNav ul li a.active span,
.fp-viewing-7 #fp-nav ul li a.active span,
.fp-viewing-7 .fp-slidesNav ul li a.active span,
.fp-viewing-8 #fp-nav ul li a.active span,
.fp-viewing-8 .fp-slidesNav ul li a.active span,
.fp-viewing-9 #fp-nav ul li a.active span,
.fp-viewing-9 .fp-slidesNav ul li a.active span {
  background-color: #c83232; }

.menu-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 48px;
  background-color: #1b1b1b; }

.home .header__pagetitle {
  display: none; }

.home .menu-bar {
  display: none; }

.homescreens {
  position: relative; }
  .homescreens__page {
    height: 100vh;
    min-height: 400px; }
  .homescreens__page--intro {
    padding: 48px 32px 80px 16px; }
  .homescreens__page--link {
    background-color: #1b1b1b; }
  .homescreens__link {
    width: 100%;
    height: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0; }
  .homescreens__link, .homescreens__link:link, .homescreens__link:visited {
    color: #ffffff;
    transition: opacity .3s ease .5s; }
  .homescreens__textwrap {
    position: relative;
    top: 50%;
    display: inline-block;
    width: calc(100vmin - 84px);
    height: calc(100vmin - 84px);
    transform: rotate(90deg) translateX(-50%); }
  .homescreens__text {
    display: block;
    white-space: nowrap;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .homescreens__stamp {
    display: block;
    width: 80px;
    position: absolute;
    bottom: 46px;
    left: 50%;
    margin-left: -40px; }
    .homescreens__stamp svg {
      width: 100%;
      height: auto; }
    .homescreens__stamp path {
      fill: #ffffff; }

.lang-ja .homescreens__textwrap {
  transform: rotate(0deg) translateY(-50%); }

.lang-ja .homescreens__text {
  width: 1em;
  word-break: break-word;
  white-space: normal;
  line-height: 1.2;
  letter-spacing: 0;
  left: 50%;
  top: -32px;
  transform: translate3d(-50%, 0, 0); }

.introblock {
  font-family: SimplonBold, "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.1818;
  max-width: 450px;
  height: 100%; }
  .introblock p {
    margin: 12px 0 26px; }
  .introblock__wrap {
    transition-property: transform, opacity;
    transition-duration: 0.75s, 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: .25s;
    opacity: 1;
    height: 100%; }
  .introblock__nav {
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    bottom: 16px;
    right: 16px;
    left: 16px;
    max-width: 450px;
    border: 1px solid #c83232;
    transition-property: transform, opacity;
    transition-duration: 0.75s, 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.5s;
    opacity: 1; }
  .introblock__navlink {
    background-color: #ffffff;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em; }
  .introblock__navlink--x2 {
    width: 50%;
    float: left; }
    .introblock__navlink--x2:last-child {
      border-left: 1px solid #c83232; }
  .introblock__navlink--x3 {
    width: 100%;
    float: left;
    border-left: 0 none;
    border-bottom: 1px solid #c83232; }
    .introblock__navlink--x3:last-child {
      border-bottom: 0 none; }
  .introblock__navlink, .introblock__navlink:link, .introblock__navlink:hover {
    color: #c83232; }
  .introblock__stamp {
    display: none; }
    .introblock__stamp-ini {
      transition-property: transform, opacity;
      transition-duration: 0.75s, 0.5s;
      transition-timing-function: ease-in-out;
      transition-delay: 0.5s;
      opacity: 1; }

picture {
  display: block;
  background-color: #1b1b1b;
  clear: both; }

.deco-module {
  display: none; }

.picture_el {
  display: block;
  background-color: #1b1b1b; }
  .picture_el img {
    width: 100%;
    height: auto; }

picture img {
  width: 100%;
  height: auto;
  display: block; }

.intro-module,
.text-module {
  font-size: 14px;
  line-height: 18px; }
  .intro-module__wrapper,
  .text-module__wrapper {
    padding: 0 16px;
    margin: 24px 0 20px; }
  .intro-module__section-title,
  .text-module__section-title {
    font-size: 14px;
    line-height: 1.3;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 27px 16px 21px;
    margin: 0 -16px; }
  .intro-module__title,
  .text-module__title {
    font-size: 14px;
    line-height: 1.2857;
    margin-bottom: 13px; }
  .intro-module__title-note,
  .text-module__title-note {
    text-transform: none;
    display: block;
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .intro-module__list,
  .text-module__list {
    line-height: 2;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .intro-module__list-item,
  .text-module__list-item {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0 4px; }
    .intro-module__list-item:last-child,
    .text-module__list-item:last-child {
      border-bottom: 0 none; }
  .intro-module__nav,
  .text-module__nav {
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #c83232;
    margin: 16px 0 0;
    clear: both; }
    .intro-module__nav--no-mob,
    .text-module__nav--no-mob {
      display: none; }
  .intro-module__navlink,
  .text-module__navlink {
    background-color: #ffffff;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .intro-module__navlink--x2,
  .text-module__navlink--x2 {
    width: 50%;
    float: left; }
    .intro-module__navlink--x2:last-child,
    .text-module__navlink--x2:last-child {
      border-left: 1px solid #c83232; }
  .intro-module__navlink, .intro-module__navlink:link, .intro-module__navlink:visited,
  .text-module__navlink,
  .text-module__navlink:link,
  .text-module__navlink:visited {
    color: #c83232; }
  .intro-module__pic,
  .text-module__pic {
    display: block; }
    .intro-module__pic img,
    .text-module__pic img {
      width: 100%;
      height: auto;
      position: relative; }
    .intro-module__pic--two,
    .text-module__pic--two {
      clear: both; }
  .intro-module__video,
  .text-module__video {
    position: relative; }
  .intro-module__videowrapper,
  .text-module__videowrapper {
    padding-bottom: 74.55%;
    position: relative; }
    .intro-module__videowrapper iframe,
    .text-module__videowrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
  .intro-module__minititle,
  .text-module__minititle {
    font-family: SimplonBold, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: underline;
    text-transform: uppercase; }
  .intro-module__cols,
  .text-module__cols {
    font-size: 12px;
    line-height: 1.5; }
  .intro-module__col,
  .text-module__col {
    width: 50%;
    float: left; }
    .intro-module__col:nth-child(odd),
    .text-module__col:nth-child(odd) {
      padding-right: 8px; }
    .intro-module__col:nth-child(even),
    .text-module__col:nth-child(even) {
      padding-left: 8px; }
  .intro-module__deco,
  .text-module__deco {
    display: none; }

.product-module {
  font-size: 14px;
  line-height: 18px; }
  .product-module__wrapper {
    padding: 0 16px;
    margin: 24px 0; }
  .product-module__title {
    font-size: 14px;
    line-height: 1.2857;
    margin-bottom: 13px; }
    .product-module__title span {
      color: #c83232; }
  .product-module__list {
    line-height: 2;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .product-module__list-item {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0 4px; }
    .product-module__list-item:last-child {
      border-bottom: 0 none; }
  .product-module__pic {
    display: block; }
    .product-module__pic img {
      width: 100%;
      height: auto;
      position: relative; }
  .product-module__nav {
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #c83232;
    margin: 16px 0 0;
    clear: both; }
    .product-module__nav--no-mob {
      display: none; }
  .product-module__navlink {
    background-color: #ffffff;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .product-module__navlink, .product-module__navlink:link, .product-module__navlink:visited {
    color: #c83232; }
  .product-module__note {
    margin: 24px 0 0; }

.customer-module,
.shop-module,
.manifesto-module,
.bb-module,
.beef-module,
.media-module {
  font-size: 14px;
  line-height: 18px; }
  .customer-module p,
  .shop-module p,
  .manifesto-module p,
  .bb-module p,
  .beef-module p,
  .media-module p {
    margin: 0 0 18px; }
  .customer-module__wrapper,
  .shop-module__wrapper,
  .manifesto-module__wrapper,
  .bb-module__wrapper,
  .beef-module__wrapper,
  .media-module__wrapper {
    padding: 0 16px;
    margin: 24px 0 20px; }
  .customer-module__section-title,
  .shop-module__section-title,
  .manifesto-module__section-title,
  .bb-module__section-title,
  .beef-module__section-title,
  .media-module__section-title {
    font-size: 14px;
    line-height: 1.3;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 27px 16px 21px; }
  .customer-module__title,
  .shop-module__title,
  .manifesto-module__title,
  .bb-module__title,
  .beef-module__title,
  .media-module__title {
    font-size: 14px;
    line-height: 1.2857;
    margin-bottom: 15px; }
  .customer-module__title-note,
  .shop-module__title-note,
  .manifesto-module__title-note,
  .bb-module__title-note,
  .beef-module__title-note,
  .media-module__title-note {
    text-transform: none;
    display: block;
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .customer-module__nav,
  .shop-module__nav,
  .manifesto-module__nav,
  .bb-module__nav,
  .beef-module__nav,
  .media-module__nav {
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #c83232;
    margin: 20px 0 26px; }
    .customer-module__nav--no-mob,
    .shop-module__nav--no-mob,
    .manifesto-module__nav--no-mob,
    .bb-module__nav--no-mob,
    .beef-module__nav--no-mob,
    .media-module__nav--no-mob {
      display: none; }
  .customer-module__navlink,
  .shop-module__navlink,
  .manifesto-module__navlink,
  .bb-module__navlink,
  .beef-module__navlink,
  .media-module__navlink {
    background-color: #ffffff;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .customer-module__navlink, .customer-module__navlink:link, .customer-module__navlink:visited,
  .shop-module__navlink,
  .shop-module__navlink:link,
  .shop-module__navlink:visited,
  .manifesto-module__navlink,
  .manifesto-module__navlink:link,
  .manifesto-module__navlink:visited,
  .bb-module__navlink,
  .bb-module__navlink:link,
  .bb-module__navlink:visited,
  .beef-module__navlink,
  .beef-module__navlink:link,
  .beef-module__navlink:visited,
  .media-module__navlink,
  .media-module__navlink:link,
  .media-module__navlink:visited {
    color: #c83232; }
  .customer-module__navlink--x2,
  .shop-module__navlink--x2,
  .manifesto-module__navlink--x2,
  .bb-module__navlink--x2,
  .beef-module__navlink--x2,
  .media-module__navlink--x2 {
    width: 50%;
    float: left; }
    .customer-module__navlink--x2:last-child,
    .shop-module__navlink--x2:last-child,
    .manifesto-module__navlink--x2:last-child,
    .bb-module__navlink--x2:last-child,
    .beef-module__navlink--x2:last-child,
    .media-module__navlink--x2:last-child {
      border-left: 1px solid #c83232; }
  .customer-module__pic,
  .shop-module__pic,
  .manifesto-module__pic,
  .bb-module__pic,
  .beef-module__pic,
  .media-module__pic {
    display: block; }
    .customer-module__pic img,
    .shop-module__pic img,
    .manifesto-module__pic img,
    .bb-module__pic img,
    .beef-module__pic img,
    .media-module__pic img {
      width: 100%;
      height: auto;
      display: block; }

.shop-module__table {
  font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: normal;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 21px 0;
  display: flex;
  flex-flow: row wrap; }

.shop-module__cell {
  display: inline-block;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  flex: 1 0 auto;
  max-width: 100%;
  padding: 0 10px; }
  .shop-module__cell--thumb {
    position: relative; }

.shop-module__cell-link {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.shop-module__cell-thumb {
  display: none; }

.shop-module__cell--x1 {
  min-width: 100%;
  float: left;
  text-transform: uppercase; }

.shop-module__cell--x2 {
  min-width: 50%;
  float: left;
  text-transform: uppercase; }

.shop-module__cell--x3 {
  min-width: 33.3332%;
  float: left;
  text-transform: uppercase; }

.shop-module__wrapper--cow-container-mobile {
  padding: 24px 16px;
  margin: 20px 0;
  background-color: #efefef;
  position: relative; }

.shop-module__wrapper--cow-container-desktop {
  display: none; }

.shop-module__section-title {
  clear: both; }

.shop-module__cow-title {
  font-family: SimplonBold, "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2857;
  position: absolute; }

.shop-module__cow {
  width: 90%;
  margin: 0 auto;
  display: block; }

.shop-module .img-thumbs__thumb {
  display: none; }

.bb-module__nav--no-mob {
  display: none; }

.marble-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start; }
  .marble-table__cell {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 47.5%; }
  .marble-table__title {
    font-size: 12px;
    line-height: 1.5;
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 26px 0; }
  .marble-table__title-note {
    display: block;
    text-transform: none; }
  .marble-table__image {
    margin-top: 14px;
    width: 100%; }

.gallery-image,
.title-image {
  background-color: #2b2b2b; }
  .gallery-image__launch,
  .title-image__launch {
    padding-bottom: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
    opacity: 0; }
  .gallery-image__overlay,
  .title-image__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1b1b1b;
    opacity: 0.75; }
  .gallery-image__wrapper,
  .title-image__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .gallery-image__title,
  .title-image__title {
    display: block;
    transform: rotate(90deg);
    transform-origin: 50%;
    color: #ffffff; }

.lang-ja .gallery-image__title,
.lang-ja .title-image__title {
  transform: rotate(0deg);
  width: 1em;
  margin: auto;
  word-break: break-word;
  line-height: 1; }

.lang-ja .gallery-image__wrapper,
.lang-ja .title-image__wrapper {
  height: 100%; }

.lang-ja .gallery-image__title,
.lang-ja .title-image__title {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .lang-ja .gallery-image__title:before,
  .lang-ja .title-image__title:before {
    content: " ";
    display: block;
    flex: 1; }
  .lang-ja .gallery-image__title:after,
  .lang-ja .title-image__title:after {
    content: " ";
    display: block;
    flex: 1; }

.lang-ja .gallery-image__span,
.lang-ja .title-image__span {
  display: block; }

.table-list {
  width: 100%; }
  .table-list__item {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
    vertical-align: top; }
    .table-list__item--title {
      padding-right: 8px;
      white-space: nowrap; }
    .table-list__item--value {
      padding-left: 8px; }
    .table-list__item--article {
      padding-right: 8px; }
      .table-list__item--article a, .table-list__item--article a:link, .table-list__item--article a:visited {
        color: #1b1b1b; }
    .table-list__item--read {
      white-space: nowrap;
      text-align: right;
      padding-left: 8px; }
  .table-list__row:last-child .table-list__item {
    border-bottom: 0 none; }

.team-module {
  padding-top: 48px;
  font-size: 14px;
  line-height: 1.2857; }
  .team-module__headerpic {
    position: relative;
    width: 100%;
    height: auto; }
  .team-module__wrapper {
    padding: 0 16px;
    margin: 24px 0 20px; }
  .team-module__title {
    font-size: 14px;
    line-height: 1.2857;
    margin-bottom: 13px;
    text-transform: uppercase; }

.item-module {
  padding-top: 68px;
  font-size: 14px;
  line-height: 1.2857; }
  .item-module__wrapper {
    padding: 0 16px;
    margin: 24px 0 20px; }
  .item-module__title {
    font-size: 14px;
    line-height: 1.2857;
    margin-bottom: 13px;
    text-transform: uppercase; }
  .item-module__date {
    display: block;
    font-family: SimplonNorm, "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .item-module__art-nav {
    margin: 40px 0 64px; }
  .item-module__link, .item-module__link:link, .item-module__link:visited {
    color: #1b1b1b; }
  .item-module__link:hover, .item-module__link:active {
    color: #c83232; }
  .item-module__link--prev {
    float: left; }
  .item-module__link--next {
    float: right; }

.footer-space {
  clear: both;
  padding-top: 300px; }
  .footer-space svg {
    width: 90%;
    display: block;
    margin: 0 auto; }

.footer {
  position: absolute;
  clear: both;
  bottom: 0;
  width: 100%; }
  .footer__logo {
    width: 90%;
    display: block;
    margin: 0 auto; }
    .footer__logo svg {
      width: 100%;
      height: auto;
      display: block; }

.floating-fixer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1520px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5; }

.floating-order,
.floating-top {
  display: block;
  transform: rotate(-90deg) translate3d(0, 0, 0);
  position: fixed;
  bottom: 34px;
  left: 16px;
  transform-origin: 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease; }
  .floating-order__link,
  .floating-top__link {
    padding: 10px; }

.floating-top {
  left: auto;
  right: 32px;
  bottom: 105px;
  transform-origin: 100% 0%; }
  .floating-top__link, .floating-top__link:link, .floating-top__link:visited {
    color: #1b1b1b; }

.show-top .floating-order,
.show-top .floating-top {
  opacity: 1; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 1s ease; }

.desktop-only {
  display: none; }

.cc-message :link,
.cc-message :visited {
  color: inherit;
  text-decoration: underline; }
  .cc-message :link:hover, .cc-message :link:active,
  .cc-message :visited:hover,
  .cc-message :visited:active {
    color: #c83232; }

@media only screen and (max-height: 400px) {
  .homescreens__stamp {
    display: none; } }

@media screen and (max-width: 1279px) {
  .post-block[data-columns]::before {
    content: '1 .post-block__column.post-block__column--full'; } }

@media only screen and (min-width: 768px) and (min-height: 400px) {
  body {
    background-color: #dedede; }
  a, a:link, a:visited {
    transition: all 0.3s ease; }
  a:hover, a:active {
    color: #1b1b1b;
    transition-duration: 0s; }
  .container {
    padding-top: 0;
    overflow: hidden; }
  .page-load .header__pagetitle,
  .first-load .header__pagetitle {
    transform: translate3d(150%, 0, 0);
    transition: transform .3s ease 0s; }
  .page-load .lang-ja .header__pagetitle,
  .first-load .lang-ja .header__pagetitle {
    transform: translate3d(300%, 0, 0);
    transition: transform .3s ease 0s; }
  .header {
    background-color: transparent;
    padding: 20px; }
    .header__pagetitle {
      font-size: 44px;
      transform: translate3d(100%, 0, 0);
      transition: transform .3s ease 1s;
      right: 23px;
      top: 17px; }
    .header__titlewrapper {
      display: block;
      transform: rotate(90deg);
      transform-origin: left top; }
    .header__hamburger {
      width: auto;
      position: relative;
      margin: -10px; }
      .header__hamburger svg {
        display: block; }
        .header__hamburger svg path {
          fill: #1b1b1b;
          transition: all .3s ease; }
      .header__hamburger:hover svg path {
        fill: #c83232;
        transition: all 0s ease; }
      .header__hamburger:hover .header__menutext {
        color: #c83232;
        transition: color 0s ease; }
    .header__menutext {
      display: block;
      right: 0;
      top: 0;
      padding: 0 10px;
      font-size: 16px;
      font-family: SimplonBold, "source-han-sans-japanese", sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 36px;
      letter-spacing: 2px;
      text-transform: uppercase;
      position: absolute;
      transform-origin: 100% 100%;
      transform: rotate(-90deg);
      transition: color .3s ease;
      white-space: nowrap; }
    .header.reverse .header__hamburger svg path {
      fill: #ffffff; }
    .header.reverse .header__menutext {
      color: #ffffff; }
    .header.reverse .header__hamburger:hover svg path {
      fill: #c83232;
      transition: color 0s ease; }
    .header.reverse .header__hamburger:hover .header__menutext {
      color: #c83232;
      transition: color 0s ease; }
  .lang-ja .header__titlewrapper {
    transform: rotate(0deg) translate3d(-34px, 0, 0);
    transform-origin: left top;
    line-height: 1.25;
    width: 1em;
    word-break: break-all; }
  .lang-ja .header__menutext {
    transform: rotate(0deg);
    width: 36px;
    top: 36px;
    white-space: normal;
    word-break: break-all;
    line-height: 1.3; }
  .footer-space {
    padding-top: 0px; }
    .footer-space svg {
      width: 94.79%; }
  .footer__logo {
    width: 94.79%; }
  .sitenav {
    font-size: 44px;
    line-height: 52px; }
    .sitenav__wrapper {
      padding: 20px; }
    .sitenav__tag {
      font-size: 32px;
      line-height: 32px; }
      .sitenav__tag--en {
        top: 20px;
        right: 19px;
        width: 32px;
        height: 32px; }
      .sitenav__tag--jp {
        bottom: auto;
        top: 20px;
        right: 70px;
        left: auto;
        line-height: 40px; }
    .sitenav__close {
      top: 20px;
      left: 20px; }
    .sitenav__monogram {
      bottom: 20px;
      right: 20px;
      width: 100px;
      height: 100px; }
    .sitenav__list-container {
      bottom: 20px;
      left: 20px;
      transform: translateX(0); }
    .sitenav__list--languages, .sitenav__list--legal {
      font-size: 16px;
      line-height: 16px;
      text-align: left; }
      .sitenav__list--languages .sitenav__link:hover,
      .sitenav__list--languages .sitenav__link:active, .sitenav__list--legal .sitenav__link:hover,
      .sitenav__list--legal .sitenav__link:active {
        color: #c83232; }
    .sitenav__list--legal {
      font-size: 14px;
      line-height: 14px; }
    .sitenav__link, .sitenav__link:hover, .sitenav__link:active {
      color: #c83232; }
  .sitenav__close svg,
  .order__close svg {
    width: 100%;
    height: auto;
    display: block; }
    .sitenav__close svg path,
    .order__close svg path {
      fill: #ffffff;
      transition: fill .3s ease; }
  .sitenav__close:hover svg path, .sitenav__close:active svg path,
  .order__close:hover svg path,
  .order__close:active svg path {
    fill: #c83232;
    transition: fill 0s ease; }
  .menu-bar {
    display: none; }
  .homescreens {
    position: relative; }
    .homescreens__page--intro {
      padding: 161px 40px 128px; }
    .homescreens__link {
      text-align: center;
      font-size: 32px; }
    .homescreens__text {
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      letter-spacing: 4px; }
    .homescreens__stamp {
      display: none; }
      .homescreens__stamp--monogram {
        display: block; }
  .lang-ja .homescreens__text {
    letter-spacing: 0;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .introblock {
    max-width: 800px;
    font-size: 44px; }
    .introblock__nav {
      left: 40px;
      bottom: 40px;
      max-width: 320px; }
    .introblock__stamp {
      display: block;
      position: absolute;
      bottom: 32px;
      right: 40px;
      width: 96px;
      height: 96px; }
    .introblock__navlink:hover, .introblock__navlink:active {
      color: #ffffff;
      background-color: #c83232; }
    .introblock__navlink--x3 {
      width: 33.3332%;
      border-bottom: 0 none;
      border-right: 1px solid #c83232; }
      .introblock__navlink--x3:last-child {
        border-right: 0 none; }
  .cover-module {
    float: right;
    width: 50%;
    max-width: 600px;
    margin-top: 142px;
    padding: 0; }
    .cover-module--left {
      float: left;
      margin-left: 10.42%;
      width: 35%;
      max-width: 440px; }
    .cover-module--left-alt, .cover-module--left-news {
      float: left;
      width: 50%;
      max-width: 600px;
      margin-left: 0; }
  .intro-module,
  .text-module {
    padding-top: 142px;
    font-size: 16px;
    line-height: 22px; }
    .intro-module__wrapper,
    .text-module__wrapper {
      width: 30%;
      max-width: 320px;
      float: left;
      margin-top: 72px;
      margin-left: 10.42%;
      margin-bottom: 120px;
      padding: 0; }
      .intro-module__wrapper--two,
      .text-module__wrapper--two {
        margin-top: 0; }
      .intro-module__wrapper--wider,
      .text-module__wrapper--wider {
        max-width: 364px;
        width: 35%; }
    .intro-module__title,
    .text-module__title {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px;
      letter-spacing: 0.1em; }
    .intro-module__section-title,
    .text-module__section-title {
      font-size: 16px;
      line-height: 22px;
      padding: 16px 0 12px 0;
      letter-spacing: 0.1em;
      margin: 0; }
    .intro-module__pic--one,
    .text-module__pic--one {
      width: 35%;
      max-width: 440px;
      float: left;
      clear: left;
      margin-left: 10.41%;
      margin-bottom: 120px; }
    .intro-module__list,
    .text-module__list {
      margin-bottom: 70px;
      line-height: 22px;
      letter-spacing: 0.01em; }
    .intro-module__nav,
    .text-module__nav {
      margin-top: 36px; }
      .intro-module__nav--no-mob,
      .text-module__nav--no-mob {
        display: block; }
    .intro-module__navlink:hover, .intro-module__navlink:active,
    .text-module__navlink:hover,
    .text-module__navlink:active {
      color: #ffffff;
      background-color: #c83232; }
    .intro-module__deco,
    .text-module__deco {
      display: block;
      position: relative; }
    .intro-module__video,
    .text-module__video {
      width: 35%;
      max-width: 440px;
      float: left;
      clear: left;
      margin-left: 5%;
      margin-bottom: 120px; }
    .intro-module__col,
    .text-module__col {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.05em; }
    .intro-module__minititle,
    .text-module__minititle {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.05em;
      margin-bottom: 20px; }
    .intro-module--right .intro-module__wrapper,
    .text-module--right .intro-module__wrapper {
      float: right;
      clear: right;
      margin-left: 0;
      margin-right: 10.42%; }
    .intro-module--right .intro-module__pic--one,
    .text-module--right .intro-module__pic--one {
      float: right;
      clear: right;
      margin-left: 0;
      margin-right: 10.42%; }
    .intro-module__dsktop-col--odd,
    .text-module__dsktop-col--odd {
      float: right;
      clear: right;
      width: 30%;
      max-width: 320px;
      margin-left: 0;
      margin-right: 10.42%; }
      .intro-module__dsktop-col--odd .intro-module__wrapper,
      .text-module__dsktop-col--odd .intro-module__wrapper {
        margin-right: 0;
        margin-bottom: 19px;
        width: 100%;
        max-width: 100%; }
        .intro-module__dsktop-col--odd .intro-module__wrapper--two, .intro-module__dsktop-col--odd .intro-module__wrapper--three,
        .text-module__dsktop-col--odd .intro-module__wrapper--two,
        .text-module__dsktop-col--odd .intro-module__wrapper--three {
          margin-top: 35px; }
        .intro-module__dsktop-col--odd .intro-module__wrapper--four,
        .text-module__dsktop-col--odd .intro-module__wrapper--four {
          margin-top: 0;
          margin-bottom: 54px; }
      .intro-module__dsktop-col--odd hr,
      .text-module__dsktop-col--odd hr {
        margin-bottom: 0; }
    .intro-module__news-images,
    .text-module__news-images {
      width: 50%;
      max-width: 600px; }
  .text-module__wrapper {
    width: 50%;
    max-width: 716px;
    margin-top: 0;
    margin-bottom: 0; }
  .product-module {
    padding-top: 142px;
    font-size: 16px;
    line-height: 22px; }
    .product-module__wrapper {
      max-width: 364px;
      width: 35%;
      float: left;
      margin-left: 10.42%;
      padding: 0; }
    .product-module__title {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px;
      letter-spacing: 0.1em; }
    .product-module__pic {
      width: 50%;
      max-width: 600px;
      float: left;
      clear: left; }
    .product-module__list {
      line-height: 22px;
      letter-spacing: 0.01em; }
    .product-module__nav {
      margin-top: 24px; }
    .product-module__navlink:hover, .product-module__navlink:active {
      color: #ffffff;
      background-color: #c83232; }
    .product-module__note {
      margin-top: 24px; }
    .product-module + .intro-module__pic {
      margin-top: 142px; }
  .customer-module,
  .shop-module,
  .manifesto-module,
  .bb-module,
  .beef-module,
  .media-module {
    font-size: 16px;
    line-height: 22px; }
    .customer-module__section-title,
    .shop-module__section-title,
    .manifesto-module__section-title,
    .bb-module__section-title,
    .beef-module__section-title,
    .media-module__section-title {
      font-size: 16px;
      line-height: 22px;
      width: 80%;
      max-width: 800px;
      margin: 0 auto 36px 10.42%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 19px;
      border-top: 0 none;
      letter-spacing: 0.1em; }
    .customer-module__title,
    .shop-module__title,
    .manifesto-module__title,
    .bb-module__title,
    .beef-module__title,
    .media-module__title {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.1em;
      margin-top: 36px; }
      .customer-module__title:first-child,
      .shop-module__title:first-child,
      .manifesto-module__title:first-child,
      .bb-module__title:first-child,
      .beef-module__title:first-child,
      .media-module__title:first-child {
        margin-top: 0px; }
    .customer-module__wrapper,
    .shop-module__wrapper,
    .manifesto-module__wrapper,
    .bb-module__wrapper,
    .beef-module__wrapper,
    .media-module__wrapper {
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; }
    .customer-module__dsktop-col,
    .shop-module__dsktop-col,
    .manifesto-module__dsktop-col,
    .bb-module__dsktop-col,
    .beef-module__dsktop-col,
    .media-module__dsktop-col {
      width: 30%;
      float: left;
      max-width: 320px;
      clear: left;
      margin-left: 5%; }
      .customer-module__dsktop-col--even,
      .shop-module__dsktop-col--even,
      .manifesto-module__dsktop-col--even,
      .bb-module__dsktop-col--even,
      .beef-module__dsktop-col--even,
      .media-module__dsktop-col--even {
        clear: none; }
    .customer-module__nav,
    .shop-module__nav,
    .manifesto-module__nav,
    .bb-module__nav,
    .beef-module__nav,
    .media-module__nav {
      margin-top: 36px;
      margin-bottom: 0; }
      .customer-module__nav--no-mob,
      .shop-module__nav--no-mob,
      .manifesto-module__nav--no-mob,
      .bb-module__nav--no-mob,
      .beef-module__nav--no-mob,
      .media-module__nav--no-mob {
        display: block; }
      .customer-module__nav--no-dsk,
      .shop-module__nav--no-dsk,
      .manifesto-module__nav--no-dsk,
      .bb-module__nav--no-dsk,
      .beef-module__nav--no-dsk,
      .media-module__nav--no-dsk {
        display: none; }
    .customer-module__navlink:hover, .customer-module__navlink:active,
    .shop-module__navlink:hover,
    .shop-module__navlink:active,
    .manifesto-module__navlink:hover,
    .manifesto-module__navlink:active,
    .bb-module__navlink:hover,
    .bb-module__navlink:active,
    .beef-module__navlink:hover,
    .beef-module__navlink:active,
    .media-module__navlink:hover,
    .media-module__navlink:active {
      color: #ffffff;
      background-color: #c83232; }
  .shop-module {
    padding-top: 90px; }
    .shop-module__wrapper--cow-container-mobile {
      display: none; }
    .shop-module__wrapper--cow-container-desktop {
      display: block;
      text-align: right;
      clear: both;
      padding-top: 53px; }
    .shop-module__cow-title {
      font-size: 16px;
      line-height: 22px;
      width: 80%;
      margin-left: 10.42%;
      text-align: left;
      letter-spacing: 0.1em; }
    .shop-module__cow {
      width: 50%;
      max-width: 600px;
      margin: 0 auto 0 30%;
      padding-top: 36px; }
    .shop-module__cow-wrapper {
      padding-bottom: 50%;
      position: relative; }
      .shop-module__cow-wrapper svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .shop-module__cow-wrapper svg .shape {
          opacity: 0;
          transition: opacity 0.3s ease; }
        .shop-module__cow-wrapper svg .text {
          text-transform: uppercase; }
        .shop-module__cow-wrapper svg .group:hover .shape {
          opacity: 1;
          transition: opacity 0s ease; }
    .shop-module .img-thumbs {
      height: 0; }
      .shop-module .img-thumbs__thumb {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity .3s ease; }
        .shop-module .img-thumbs__thumb.visible {
          display: block;
          transition: opacity 0s ease; }
    .shop-module__dsktop-col {
      margin-left: 10.42%; }
      .shop-module__dsktop-col--even {
        clear: none; }
    .shop-module__pic--one {
      float: left;
      clear: left;
      width: 50%;
      max-width: 600px;
      margin-top: 70px; }
    .shop-module__pic--two {
      float: right;
      width: 35%;
      max-width: 600px;
      margin-right: 10.42%;
      margin-top: 70px;
      clear: none; }
    .shop-module__nav {
      margin-bottom: 16px; }
    .shop-module__cell {
      letter-spacing: 0.1em; }
      .shop-module__cell--thumb {
        transition: color .3s ease; }
        .shop-module__cell--thumb:after {
          content: "";
          position: absolute;
          top: -1px;
          right: -1px;
          bottom: -1px;
          left: -1px;
          border: 1px solid transparent;
          z-index: 1;
          transition: border-color .3s ease;
          pointer-events: none; }
        .shop-module__cell--thumb:hover {
          color: #c83232;
          transition: border-color 0s ease; }
          .shop-module__cell--thumb:hover:after {
            transition: border-color 0s ease;
            border: 1px solid #c83232; }
          .shop-module__cell--thumb:hover .shop-module__cell-thumb {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            z-index: 100; }
  .no-touchevents .shop-module__cell--thumb:after {
    pointer-events: initial; }
  .manifesto-module {
    padding-top: 90px; }
    .manifesto-module__section-title {
      max-width: 720px;
      margin-left: 10.42%; }
    .manifesto-module__dsktop-col {
      margin-left: 10.42%; }
      .manifesto-module__dsktop-col--even {
        clear: none; }
  .bb-module {
    padding-top: 90px; }
    .bb-module__wrapper--one {
      margin-bottom: 74px; }
    .bb-module__section-title {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    .bb-module__dsktop-col {
      margin-left: 10.41%; }
      .bb-module__dsktop-col--even {
        clear: none; }
    .bb-module .table-list {
      min-height: 164px;
      margin: 34px 0; }
  .beef-module {
    padding-top: 120px; }
    .beef-module__pic--one {
      width: 35%;
      max-width: 440px;
      float: left;
      clear: left;
      margin-left: 10.42%;
      margin-bottom: 120px; }
    .beef-module__pic--three {
      margin-top: 57px; }
    .beef-module__pic--four {
      margin-bottom: 77px; }
    .beef-module__pic--five {
      margin-top: 110px;
      margin-bottom: 77px; }
    .beef-module__pic--six {
      width: 50%;
      max-width: 640px;
      float: left;
      clear: left; }
    .beef-module__pic--seven {
      width: 30%;
      max-width: 400px;
      float: right;
      margin-right: 10.42%;
      margin-top: 80px;
      margin-bottom: 77px;
      clear: none; }
    .beef-module__wrapper {
      width: 30%;
      max-width: 320px;
      float: left;
      clear: left;
      padding: 0; }
      .beef-module__wrapper--one {
        float: right;
        clear: right;
        margin-top: 78px;
        margin-bottom: 120px;
        margin-left: 0;
        margin-right: 10.42%; }
      .beef-module__wrapper--two {
        width: auto;
        margin-left: 26.05%; }
      .beef-module__wrapper--three {
        width: 100%; }
      .beef-module__wrapper--four {
        margin-left: 10.42%;
        margin-bottom: 43px; }
      .beef-module__wrapper--five {
        margin-left: 10.42%;
        width: 79.16%;
        max-width: 1200px; }
      .beef-module__wrapper--six {
        float: right;
        margin-right: 10%;
        clear: right; }
    .beef-module__section-title--two {
      width: auto;
      max-width: 320px;
      margin-left: 26.05%;
      margin-right: 0; }
    .beef-module__dsktop-col {
      padding: 90px 0 97px; }
      .beef-module__dsktop-col--odd {
        width: 40%;
        max-width: 520px;
        float: left;
        clear: left;
        margin-left: 0; }
      .beef-module__dsktop-col--even {
        width: 35%;
        max-width: 440px;
        float: left;
        clear: none; }
  hr {
    margin-bottom: 96px; }
  .media-module {
    padding-top: 104px; }
    .media-module__wrapper {
      padding: 0; }
    .media-module__section-title {
      padding: 0;
      border: 0 none; }
      .media-module__section-title--one {
        margin-left: 15%; }
    .media-module__dsktop-col--odd {
      width: 40%;
      max-width: 520px;
      float: left;
      clear: left;
      margin-left: 0; }
    .media-module__dsktop-col--even {
      width: 45%;
      max-width: 520px;
      float: right;
      margin-right: 10.42%;
      margin-left: 0; }
      .media-module__dsktop-col--even .media-module__section-title {
        margin-left: 0;
        margin-right: 0; }
  .marble-table {
    margin-bottom: 89px; }
    .marble-table__cell {
      flex-basis: 200px; }
    .marble-table__image {
      width: 68%; }
    .marble-table__title {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.02em; }
  .gallery-image,
  .title-image {
    overflow: hidden; }
    .gallery-image__launch,
    .title-image__launch {
      padding-bottom: 75%;
      background-color: #2b2b2b;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      display: block; }
    .gallery-image__wrapper,
    .title-image__wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 75%; }
    .gallery-image__title,
    .title-image__title {
      display: block;
      transform: rotate(90deg) translate3d(-100%, 0, 0) scaleX(1.5);
      transition: all .3s ease;
      transform-origin: 50%;
      color: #ffffff;
      letter-spacing: 2px;
      text-align: center; }
    .gallery-image__overlay,
    .title-image__overlay {
      opacity: 0;
      transition: opacity .3s ease; }
    .gallery-image:hover .gallery-image__overlay,
    .gallery-image:hover .title-image__overlay,
    .title-image:hover .gallery-image__overlay,
    .title-image:hover .title-image__overlay {
      opacity: 0.75; }
    .gallery-image:hover .gallery-image__title,
    .gallery-image:hover .title-image__title,
    .title-image:hover .gallery-image__title,
    .title-image:hover .title-image__title {
      transform: rotate(90deg) translate3d(0%, 0, 0) scaleX(1); }
  .gallery-image__title {
    font-size: 32px; }
  .lang-ja .gallery-image__title,
  .lang-ja .title-image__title {
    transform: rotate(0deg) translate3d(0%, -100%, 0) scaleX(1); }
  .lang-ja .gallery-image:hover .gallery-image__title,
  .lang-ja .gallery-image:hover .title-image__title,
  .lang-ja .title-image:hover .gallery-image__title,
  .lang-ja .title-image:hover .title-image__title {
    transform: rotate(0deg) translate3d(0%, 0%, 0) scaleX(1); }
  .table-list {
    width: 100%; }
    .table-list__item--article a:hover, .table-list__item--article a:active {
      color: #c83232; }
  .order {
    max-width: 400px;
    margin: 0 auto;
    bottom: auto; }
    .order__title {
      display: none; }
    .order__wrapper {
      padding: 121px 40px 88px; }
    .order__button {
      left: 40px;
      right: 40px;
      bottom: 40px;
      width: calc(100% - 80px);
      transition: all .3s ease; }
      .order__button:hover, .order__button:active {
        color: #1b1b1b;
        background-color: #c83232;
        transition: all 0s ease; }
    .order__close {
      top: 30px;
      left: 50%;
      margin-left: -18px; }
  .floating-fixer.show-top {
    position: absolute;
    bottom: 0; }
    .floating-fixer.show-top .floating-order {
      position: absolute;
      bottom: 65px; }
    .floating-fixer.show-top .floating-top {
      position: absolute;
      bottom: 142px; }
  .floating-order,
  .floating-top {
    bottom: 7px;
    left: 16px;
    font-size: 16px; }
  .floating-top {
    left: auto;
    right: 36px;
    bottom: 82px; }
    .floating-top__link:hover, .floating-top__link:active {
      color: #c83232; }
  .floating-order {
    opacity: 1; }
  #fp-nav.right {
    right: 28px; }
  .switcher__nav {
    max-width: 320px; }
  .desktop-only {
    display: block; }
  .mobile-only {
    display: none; } }

@media only screen and (min-width: 1000px) and (min-height: 400px) {
  .header__pagetitle {
    right: 33px;
    top: 30px; }
  .header__hamburger {
    margin: 0;
    LEFT: -1px; }
  .sitenav__wrapper {
    padding: 26px 30px 30px; }
  .sitenav__tag--en {
    top: 30px;
    right: 29px; }
  .sitenav__tag--jp {
    top: 30px;
    right: 80px; }
  .sitenav__close {
    top: 30px;
    left: 30px; }
  .sitenav__monogram {
    bottom: 30px;
    right: 30px; }
  .sitenav__list-container {
    bottom: 30px;
    left: 30px; }
  .cover-module {
    width: 46.875%; }
    .cover-module--left {
      margin-left: 6.25%;
      width: 34.375%; }
    .cover-module--left-alt, .cover-module--left-news {
      width: 46.875%; }
    .cover-module--left-news img {
      margin-bottom: 80px; }
  .intro-module__wrapper,
  .text-module__wrapper {
    width: 25%;
    margin-left: 15.625%; }
    .intro-module__wrapper--wider,
    .text-module__wrapper--wider {
      width: 28.125%;
      float: right;
      margin-top: 160px;
      margin-right: 236px;
      margin-left: 0; }
  .intro-module__pic--one,
  .text-module__pic--one {
    width: 34.375%;
    margin-left: 6.25%; }
  .intro-module__video,
  .text-module__video {
    width: 34.375%;
    margin-left: 6.25%; }
  .intro-module--right .intro-module__wrapper,
  .text-module--right .intro-module__wrapper {
    margin-right: 21.875%; }
    .intro-module--right .intro-module__wrapper.contact,
    .text-module--right .intro-module__wrapper.contact {
      margin-right: 0; }
  .intro-module--right .intro-module__pic--one,
  .text-module--right .intro-module__pic--one {
    margin-right: 18.75%; }
  .intro-module__dsktop-col--odd,
  .text-module__dsktop-col--odd {
    width: 25%;
    margin-right: 21.875%; }
  .intro-module__news-images,
  .text-module__news-images {
    width: 46.875%; }
    .intro-module__news-images img,
    .text-module__news-images img {
      margin-top: 80px; }
    .intro-module__news-images.gallery-image,
    .text-module__news-images.gallery-image {
      float: left;
      clear: left; }
  .intro-module__nav,
  .text-module__nav {
    margin-top: 76px; }
  .text-module__wrapper {
    width: 47.10%; }
  .product-module__wrapper {
    width: 28.125%;
    float: right;
    margin-right: 12.5%;
    margin-left: 0; }
    .product-module__wrapper--right {
      float: left;
      margin-right: 0;
      margin-left: 15.53%; }
  .product-module__pic {
    width: 50%;
    max-width: 600px; }
    .product-module__pic--right {
      float: right;
      clear: none; }
  .customer-module__section-title,
  .shop-module__section-title,
  .manifesto-module__section-title,
  .bb-module__section-title,
  .beef-module__section-title,
  .media-module__section-title {
    width: 62.5%;
    margin: 0 auto 36px 15.625%; }
  .customer-module__dsktop-col,
  .shop-module__dsktop-col,
  .manifesto-module__dsktop-col,
  .bb-module__dsktop-col,
  .beef-module__dsktop-col,
  .media-module__dsktop-col {
    width: 25%;
    margin-left: 6.25%; }
  .customer-module__nav,
  .shop-module__nav,
  .manifesto-module__nav,
  .bb-module__nav,
  .beef-module__nav,
  .media-module__nav {
    margin-top: 76px; }
  .bb-module__nav {
    margin-top: 0; }
  .shop-module__cow-title {
    width: 62.5%;
    margin-left: 15.625%; }
  .shop-module__cow {
    width: 46.75%;
    margin: 0 auto 0 31.25%; }
  .shop-module__dsktop-col {
    margin-left: 15.625%; }
  .shop-module__pic--one {
    width: 46.75%; }
  .shop-module__pic--two {
    width: 34.375%;
    margin-right: 6.25%; }
  .shop-module__nav--spaced {
    margin-top: 120px; }
  .manifesto-module__section-title {
    margin-left: 6.25%; }
  .manifesto-module__dsktop-col {
    margin-left: 6.25%; }
  .bb-module__section-title {
    width: 100%;
    margin-left: 0; }
  .bb-module__dsktop-col {
    margin-left: 6.25%; }
  .bb-module .table-list {
    margin: 74px 0; }
  .beef-module__pic--one {
    width: 34.375%;
    margin-left: 6.25%; }
  .beef-module__pic--six {
    margin-left: 6.25%; }
  .beef-module__pic--seven {
    width: 31.25%;
    margin-right: 6.25%; }
  .beef-module__wrapper {
    width: 25%; }
    .beef-module__wrapper--one {
      margin-right: 21.875%; }
    .beef-module__wrapper--two {
      margin-left: 38.46%;
      width: auto; }
    .beef-module__wrapper--three {
      width: 100%; }
    .beef-module__wrapper--four {
      margin-left: 6.25%; }
    .beef-module__wrapper--five {
      margin-left: 6.25%;
      width: 93.75%; }
    .beef-module__wrapper--six {
      margin-right: 12.5%; }
  .beef-module__section-title--two {
    margin-left: 38.46%; }
  .beef-module__dsktop-col--odd {
    width: 40.625%; }
  .beef-module__dsktop-col--even {
    width: 34.375%; }
  .media-module__section-title--one {
    margin-left: 15.38%; }
  .media-module__dsktop-col--odd {
    width: 40.625%; }
  .media-module__dsktop-col--even {
    width: 40.625%;
    margin-right: 6.25%; }
  .floating-order,
  .floating-top {
    left: 26px; }
  .floating-top {
    right: 46px;
    left: auto; }
  .floating-fixer.show-top .floating-order {
    bottom: 163px; }
  .floating-fixer.show-top .floating-top {
    bottom: 231px; }
  .footer-space svg {
    width: 90%; }
  .footer__logo {
    width: 90%; }
  .deco-module {
    display: block;
    z-index: 10;
    position: fixed;
    width: 100%;
    max-width: 1520px;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .deco-module__decokanji-wrapper {
    position: fixed;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .deco-module__decokanji-wrapper--shop {
      top: 0;
      right: 8%;
      width: 32px; }
    .deco-module__decokanji-wrapper--manifesto {
      top: 0;
      left: 15%;
      width: 32px; }
    .deco-module__decokanji-wrapper--bb {
      top: 0;
      right: 10%;
      width: 32px; }
    .deco-module__decokanji-wrapper--wb {
      top: 0;
      left: 15%;
      width: 32px; }
    .deco-module__decokanji-wrapper--media {
      top: 0;
      right: 12.5%;
      width: 32px; }
    .deco-module__decokanji-wrapper--contact {
      top: 0;
      left: 9.375%;
      width: 32px; }
  .deco-module__decokanji {
    color: #c83232;
    font-size: 32px;
    line-height: 40px;
    width: 1em;
    position: fixed;
    z-index: 1;
    word-break: break-all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translate3d(0, 0, 0); }
    .deco-module__decokanji span,
    .deco-module__decokanji div,
    .deco-module__decokanji svg,
    .deco-module__decokanji img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transform: translate3d(0, 0, 0); }
  .deco-module__decostamp-wrapper {
    position: fixed;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .deco-module__decostamp-wrapper--shop {
      top: 0;
      right: 54%;
      width: 32px; }
    .deco-module__decostamp-wrapper--manifesto {
      top: 0;
      right: 15%; }
    .deco-module__decostamp-wrapper--bb {
      top: 0;
      right: 38%;
      width: 32px; }
    .deco-module__decostamp-wrapper--wb {
      top: 0;
      right: 40%; }
    .deco-module__decostamp-wrapper--media {
      top: 0;
      right: 32%; }
    .deco-module__decostamp-wrapper--contact {
      top: 0;
      left: 22%; }
  .deco-module__decostamp {
    position: fixed;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translate3d(0, 0, 0); }
    .deco-module__decostamp--shop {
      width: 80px;
      height: 177px; }
    .deco-module__decostamp--manifesto {
      width: 95px;
      height: 95px; }
    .deco-module__decostamp--bb {
      width: 160px;
      height: 112px; }
    .deco-module__decostamp--wb {
      width: 220px;
      height: 73px; }
    .deco-module__decostamp--media {
      width: 100px;
      height: 100px; }
    .deco-module__decostamp--contact {
      width: 250px;
      height: 224px; }
    .deco-module__decostamp span,
    .deco-module__decostamp div,
    .deco-module__decostamp svg,
    .deco-module__decostamp img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transform: translate3d(0, 0, 0);
      width: 100%; }
  .deco-module__decotext-wrapper {
    position: fixed;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1; }
    .deco-module__decotext-wrapper--shop {
      top: 0;
      right: 135px;
      width: 40px; }
    .deco-module__decotext-wrapper--bb {
      top: 0;
      right: 10%;
      width: 80px; }
    .deco-module__decotext-wrapper--wb {
      top: 0;
      right: 15.625%;
      width: 40px; }
    .deco-module__decotext-wrapper--media {
      top: 0;
      left: 48%;
      width: 40px; }
  .deco-module__decotext {
    position: fixed;
    color: #c83232;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 1; }
    .deco-module__decotext .rotated {
      transform-origin: 50% 50%;
      transform: rotate(90deg) translate3d(0, 0, 0);
      white-space: nowrap; }
    .deco-module__decotext--shop {
      height: 366px;
      width: 40px; }
    .deco-module__decotext--bb {
      height: 371px;
      width: 80px; }
    .deco-module__decotext--wb {
      height: 243px;
      width: 40px; }
    .deco-module__decotext--media {
      height: 372px;
      width: 40px; } }

@media only screen and (min-width: 1280px) and (min-height: 400px) {
  .intro-module__wrapper,
  .text-module__wrapper {
    margin-left: 200px; }
    .intro-module__wrapper--wider,
    .text-module__wrapper--wider {
      margin-left: 0; }
  .intro-module__pic--one,
  .text-module__pic--one {
    margin-left: 80px; }
  .intro-module--right .intro-module__wrapper,
  .text-module--right .intro-module__wrapper {
    margin-right: 280px; }
  .intro-module--right .intro-module__pic--one,
  .text-module--right .intro-module__pic--one {
    margin-right: 240px; }
  .intro-module__dsktop-col--odd,
  .text-module__dsktop-col--odd {
    margin-right: 280px; }
    .intro-module__dsktop-col--odd .intro-module__wrapper,
    .text-module__dsktop-col--odd .intro-module__wrapper {
      margin-right: 0; }
  .customer-module__section-title,
  .shop-module__section-title,
  .manifesto-module__section-title,
  .bb-module__section-title,
  .beef-module__section-title {
    margin-left: 200px;
    margin-right: 280px; }
  .customer-module__dsktop-col--narrow,
  .shop-module__dsktop-col--narrow,
  .manifesto-module__dsktop-col--narrow,
  .bb-module__dsktop-col--narrow,
  .beef-module__dsktop-col--narrow {
    margin-left: 80px; }
  .customer-module__dsktop-col--wide,
  .shop-module__dsktop-col--wide,
  .manifesto-module__dsktop-col--wide,
  .bb-module__dsktop-col--wide,
  .beef-module__dsktop-col--wide {
    margin-left: 200px; }
    .customer-module__dsktop-col--wide.customer-module__dsktop-col--even,
    .shop-module__dsktop-col--wide.customer-module__dsktop-col--even,
    .manifesto-module__dsktop-col--wide.customer-module__dsktop-col--even,
    .bb-module__dsktop-col--wide.customer-module__dsktop-col--even,
    .beef-module__dsktop-col--wide.customer-module__dsktop-col--even {
      margin-left: 160px; }
  .customer-module__pic--tall,
  .shop-module__pic--tall,
  .manifesto-module__pic--tall,
  .bb-module__pic--tall,
  .beef-module__pic--tall {
    margin-right: 80px; }
  .shop-module__cow-title {
    margin-left: 200px; }
  .shop-module__cow {
    margin-left: 400px; }
  .shop-module__dsktop-col {
    margin-left: 200px; }
    .shop-module__dsktop-col--even {
      margin-left: 160px; }
  .manifesto-module__section-title {
    margin-left: 80px; }
  .manifesto-module__dsktop-col {
    margin-left: 80px; }
  .bb-module__section-title {
    margin-left: 0; }
  .bb-module__dsktop-col {
    margin-left: 80px; }
  .beef-module__wrapper--one {
    margin-right: 280px; }
  .beef-module__wrapper--four, .beef-module__wrapper--five {
    margin-left: 80px; }
  .beef-module__wrapper--six {
    margin-right: 160px; }
  .beef-module__dsktop-col--even {
    margin-left: 80px; }
  .beef-module__section-title--two {
    margin-right: 0; }
  .beef-module__pic--one, .beef-module__pic--six {
    margin-left: 80px; }
  .beef-module__pic--seven {
    margin-right: 80px; }
  .media-module__section-title--one {
    margin-left: 80px; } }

@media only screen and (min-width: 1400px) and (min-height: 400px) {
  .scroll-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #dedede; }
    .scroll-bg__column {
      height: 100%;
      max-width: 1520px;
      margin: 0 auto;
      background-color: #ffffff; } }

@media print {
  /* ==========================================================================
Print styles
========================================================================== */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
