@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

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

.row ul, .categories-list,
.slick-dots, .lightbox-slider, .lightbox-slider .info-list, .footer .footer-list, .footer .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #fff;
  background: #fff;
  font: 14px/1.2 "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: nimbus-sans, sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

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

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

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

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

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

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

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
}

a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .fancybox-button {
    width: 30px;
    height: 30px;
  }
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button:hover:before {
  color: #e30000;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  display: none;
}

.fancybox-button:before {
  content: '\e901';
  font-family: 'icomoon';
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 17px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .fancybox-button:before {
    font-size: 25px;
  }
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
  position: absolute;
  font-size: 30px;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff;
  padding: 10px;
  right: 18px;
  top: 16px;
}

@media (min-width: 768px) {
  .fancybox-slide--html .fancybox-close-small {
    right: 42px;
    top: 25px;
  }
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("/special/reebok-shunsukedaitoh/fonts/icomoon.eot?em0y4i");
  src: url("/special/reebok-shunsukedaitoh/scss/fonts/icomoon.eot?em0y4i") format("embedded-opentype"), url("/special/reebok-shunsukedaitoh/fonts/icomoon.ttf?em0y4i") format("truetype"), url("/special/reebok-shunsukedaitoh/fonts/icomoon.woff?em0y4i") format("woff"), url("/special/reebok-shunsukedaitoh/fonts/icomoon.svg?em0y4i") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-decor:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-jam:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0%;
  padding: 0%;
}

body {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body {
    font-size: 16px；;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}

a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #e30000;
}

.container {
  max-width: 1318px;
  padding: 0 15px;
  margin: 0 auto;
}

.bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: 50% 50%;
}

.bg-harajuku {
  background-position: 64% 50%;
}

@media (min-width: 768px) {
  .bg-harajuku {
    background-position: 50% 50%;
    top: -70px;
  }
}

.bg-shimokita {
  background-position: 38% 50%;
  top: -250px;
}

@media (min-width: 768px) {
  .bg-shimokita {
    background-position: 50% 50%;
    top: -130px;
  }
}

.bg-komazawa {
  background-position: 35% 50%;
}

@media (min-width: 768px) {
  .bg-komazawa {
    background-position: 50% 50%;
  }
}

.position-past {
  background-position: 76% 67%;
  background-size: 130%;
}

@media (min-width: 768px) {
  .position-past {
    background-size: cover;
    background-position: 60% 50%;
  }
}

.position-present {
  background-position: 68% 78%;
  background-size: 150%;
}

@media (min-width: 768px) {
  .position-present {
    background-size: cover;
    background-position: 60% 50%;
  }
}

.position-future {
  background-position: 25% 50%;
  background-size: 127%;
}

@media (min-width: 768px) {
  .position-future {
    background-size: cover;
    background-position: 32% 50%;
  }
}

h1 {
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 36px;
  }
}

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

.row .description {
  display: block;
  padding-top: 10px;
  font-size: 11px;
  text-align: left;
  line-height: 1.8;
}

@media (min-width: 480px) {
  .row .description {
    font-size: 12px;
    padding-left: 0;
  }
}

.row.row-sm:nth-child(even) .img-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .row.row-sm:nth-child(even) .img-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.row.row-sm:nth-child(even) .text-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .row.row-sm:nth-child(even) .text-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.row.row-sm .img-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
}

.row.row-sm .text-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 70px 20px 0;
}

@media (min-width: 768px) {
  .row.row-sm .text-col {
    padding-top: 0px;
    padding-left: 45px;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .row.row-sm .text-col {
    padding-top: 0px;
    padding-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.row ul {
  font-weight: 500;
}

.row ul li {
  line-height: 1.8;
  margin-bottom: 37px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

@media (min-width: 768px) {
  .row ul li {
    font-size: 14px;
    margin-bottom: 43px;
  }
}

@media (min-width: 1024px) {
  .row ul li {
    font-size: 16px;
    margin-bottom: 43px;
  }
}

.row:nth-child(even) .img-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .row:nth-child(even) .img-col {
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .row:nth-child(even) .img-col {
    padding-left: 125px;
  }
}

.row:nth-child(even) .text-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.icon-decor {
  position: relative;
  display: inline;
  vertical-align: top;
  width: 10px;
  height: 10px;
}

.icon-decor:before {
  content: '\e900';
  font-family: 'icomoon';
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 19px;
  right: -22px;
}

.star-icon {
  position: relative;
  margin-left: 5px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .star-icon {
    margin-left: 8px;
    margin-top: 20px;
  }
}

.star-icon-box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-left: 5px;
  margin-top: 10px;
}

.author-block {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .author-block {
    padding: 0;
  }
}

.author-block .profile,
.author-block .name {
  display: block;
}

.author-block .profile {
  font-size: 12px;
  margin-bottom: 5px;
}

.author-block .name {
  margin-bottom: 10px;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-demo {
  padding: 5px;
  width: 300px;
}

.lightbox-demo h2 {
  margin: 0 0 10px;
}

.lightbox-demo p {
  margin: 0;
}

.coordinates {
  display: block;
  font-family: nimbus-sans, sans-serif;
}

.categories-list,
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: nimbus-sans, sans-serif;
}

.categories-list li,
.slick-dots li {
  width: 33.332%;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  padding: 20px 10px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .categories-list li,
  .slick-dots li {
    font-size: 20px;
    padding: 10px;
  }
}

.categories-list li a,
.slick-dots li a {
  color: white;
  display: block;
}

.categories-list li a:hover, .categories-list li a.active,
.slick-dots li a:hover,
.slick-dots li a.active {
  color: #e30000;
}

@media (min-width: 480px) {
  .lightbox-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lightbox-slider li {
  width: 100%;
  position: relative;
}

@media (min-width: 1024px) {
  .lightbox-slider li {
    width: 33.332%;
  }
}

.lightbox-slider .fancybox-holder {
  display: block;
  position: relative;
}

.lightbox-slider .fancybox-holder:hover:before {
  opacity: 0.7;
  visibility: visible;
}

.lightbox-slider .fancybox-holder:before {
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  visibility: hidden;
  z-index: 2;
}

.lightbox-slider .fancybox-holder .text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  color: #fff;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .lightbox-slider .fancybox-holder .text-block {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.lightbox-slider .fancybox-holder .text-block h2 {
  font-size: 58px;
  text-transform: uppercase;
  margin-top: -8px;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .lightbox-slider .fancybox-holder .text-block h2 {
    font-size: 82px;
    margin-top: -10px;
  }
}

.lightbox-slider .fancybox-holder .text-block .model-name {
  text-align: center;
}

.lightbox-slider .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 22px;
  font-size: 16px;
  font-family: nimbus-sans, sans-serif;
}

@media (min-width: 768px) {
  .lightbox-slider .info-list {
    padding-top: 22px;
    font-size: 18px;
  }
}

.lightbox-slider .info-list li {
  width: 50%;
}

.lightbox-slider .info-list li:last-child {
  text-align: right;
}

.lightbox-slider .img-holder {
  position: relative;
  min-height: 280px;
}

@media (min-width: 480px) {
  .lightbox-slider .img-holder {
    min-height: 340px;
  }
}

@media (min-width: 768px) {
  .lightbox-slider .img-holder {
    min-height: 400px;
  }
}

@media (min-width: 1024px) {
  .lightbox-slider .img-holder {
    min-height: 600px;
  }
}

@media (min-width: 1200px) {
  .lightbox-slider .img-holder {
    min-height: 841px;
  }
}

.heading-info {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.intro-section {
  height: 100vh;
  width: 100%;
  color: #fff;
  position: fixed;
  background: #000;
  z-index: -1;
  white-space: nowrap;
  text-align: center;
}

.intro-section:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100vh;
}

.intro-section > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.intro-section > * {
  max-width: 100%;
}

.intro-section h1 {
  font-family: nimbus-sans, sans-serif;
}

.intro-section .heading-info {
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .intro-section .heading-info {
    display: none;
    margin-bottom: 30px;
  }
}

.intro-section .heading {
  width: 343px;
  height: 170px;
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
}

@media (min-width: 768px) {
  .intro-section .heading {
    width: 467px;
    margin-bottom: 25px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .intro-section .heading {
    margin-bottom: 25px;
  }
}

.intro-section .intro-block {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .intro-section .intro-block {
    padding: 42px 15px 27px;
  }
}

.intro-section .sub-text {
  max-width: 300px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .intro-section .sub-text {
    font-size: 18px;
    max-width: 1500px;
  }
}

.intro-section .text-holder {
  margin-bottom: 30px;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .intro-section .text-holder {
    margin-bottom: 30px;
  }
}

.intro-section .text-holder .small {
  display: block;
  padding-left: 26px;
  margin-bottom: 5px;
  font-size: 12px;
}

.intro-section-overwrite {
  position: relative;
  background: #000;
  z-index: -1;
}

.text-decor {
  font-size: 15px;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .text-decor {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.interval-block {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  min-height: 334px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .interval-block {
    padding-top: 0px;
    min-height: 772px;
  }
}

.interval-block h2 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 480px) {
  .interval-block h2 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .interval-block h2 {
    font-size: 60px;
    margin-bottom: 22px;
  }
}

@media (min-width: 1024px) {
  .interval-block h2 {
    font-size: 75px;
    margin-bottom: 22px;
  }
}

.interval-block .text-block {
  position: relative;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .interval-block .text-block {
    padding-top: 0px;
  }
}

.interval-block .coordinates {
  font-size: 25px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 11px;
}

@media (min-width: 480px) {
  .interval-block .coordinates {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .interval-block .coordinates {
    font-size: 60px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .interval-block .coordinates {
    font-size: 75px;
    margin-bottom: 22px;
  }
}

.interval-block .holder {
  text-align: left;
  max-width: 310px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .interval-block .holder {
    max-width: 358px;
  }
}

.interval-block .text-decor {
  font-size: 10px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .interval-block .text-decor {
    font-size: 12px;
    padding: 6px 4px 6px;
    font-size: 14px;
  }
}

.interval-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 334px;
}

@media (min-width: 480px) {
  .interval-block img {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .interval-block img {
    width: 650px;
  }
}

@media (min-width: 1024px) {
  .interval-block img {
    width: 768px;
  }
}

.interval-block .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 320px;
  margin: 0 auto;
  font-size: 25px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .interval-block .location {
    font-size: 36px;
    padding-top: 0;
    max-width: 835px;
  }
}

.interval-block .location .tokyo-pack {
  text-align: left;
}

.interval-block .location .model-listing {
  text-align: right;
}

.interval-block .location span {
  max-width: 130px;
}

@media (min-width: 768px) {
  .interval-block .location span {
    max-width: 200px;
  }
}

.wrap {
  position: relative;
}

.inner-block {
  background: none;
}

.inner-block.bg-red {
  background: #b12329;
}

.inner-block .inner-heading .container {
  max-width: 1370px;
}

.inner-block .header {
  position: absolute;
  background: transparent;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  height: 110px;
}

@media (min-width: 768px) {
  .inner-block .header {
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
  }
}

.inner-block .header .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .inner-block .header .container {
    padding: 0 30px;
  }
}

.inner-block .intro-section .text-holder {
  margin-top: -10px;
}

.inner-block .intro-section .text-holder .coordinates {
  letter-spacing: 2px;
  font-size: 18px;
}

.inner-block .intro-section .text-holder .text-decor {
  margin-bottom: 20px;
}

.inner-block .intro-block {
  max-width: 100%;
  padding: 0px 15px 50px;
}

@media (min-width: 768px) {
  .inner-block .intro-block {
    padding: 0px 15px 78px;
  }
}

.inner-block .intro-block img {
  margin: 0 auto 4px;
}

.inner-block .intro-block h1 {
  line-height: 1;
  margin-bottom: 20px;
}

.inner-block .about-section {
  background: black;
  margin-top: 100vh;
  padding: 70px 0 70px;
  color: #fff;
}

@media (min-width: 768px) {
  .inner-block .about-section {
    padding: 100px 0 0px;
  }
}

@media (min-width: 1024px) {
  .inner-block .about-section {
    padding: 150px 0 85px;
  }
}

.inner-block .about-section h1 {
  font-weight: bold;
  font-size: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .inner-block .about-section h1 {
    font-size: 80px;
    margin-bottom: 10px;
  }
}

.inner-block .about-section h1 .icon-decor:before {
  top: 32px;
}

@media (min-width: 768px) {
  .inner-block .about-section h1 .icon-decor:before {
    top: 44px;
  }
}

.inner-block .about-section .text-holder {
  max-width: 290px;
  margin: 0 auto 39px;
  text-align: center;
  font-size: 12px;
}

.inner-block .about-section .text-holder p {
  line-height: 1.8;
}

@media (min-width: 480px) {
  .inner-block .about-section .text-holder {
    font-size: 14px;
    max-width: 670px;
    margin: 0 auto 69px;
  }
}

@media (min-width: 768px) {
  .inner-block .about-section .text-holder {
    margin: 0 auto 55px;
  }
}

@media (min-width: 1024px) {
  .inner-block .about-section .text-holder {
    font-size: 16px;
    margin: 0 auto 95px;
  }
}

.fancybox-container {
  background: #000;
}

.page-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  overflow-x: hidden;
}

.page-slider.show-popup {
  opacity: 1;
}

.page-slider .slide {
  height: 100vh;
  overflow-x: hidden;
}

.content-section {
  background: black;
  color: #fff;
  padding: 0;
}

@media (min-width: 768px) {
  .content-section {
    padding: 60px 0 0px;
  }
}

.content-section .row {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .content-section .row.row-sm {
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .content-section .row.row-sm {
    padding-bottom: 130px;
  }
}

@media (min-width: 768px) {
  .content-section .row.row-sm .img-col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .content-section .row.row-sm .img-col {
    width: 50%;
  }
}

.content-section .row.row-sm .img-col h3 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .content-section .row.row-sm .img-col h3 {
    display: none;
  }
}

@media (min-width: 768px) {
  .content-section .row.row-sm .text-col {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .content-section .row.row-sm .text-col {
    width: 45%;
  }
}

.content-section .row.row-sm .text-col h3 {
  display: none;
}

@media (min-width: 768px) {
  .content-section .row.row-sm .text-col h3 {
    margin-bottom: 20px;
    display: block;
  }
}

.content-section .row.row-lg {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .content-section .row.row-lg {
    margin-bottom: 130px;
  }
}

.content-section .row.row-lg .img-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .content-section .row.row-lg .img-col {
    width: 60%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1024px) {
  .content-section .row.row-lg .img-col {
    width: 67%;
  }
}

.content-section .row.row-lg .text-col {
  height: 100%;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px 0 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 324px;
  margin: 0 auto 35px;
}

@media (min-width: 480px) {
  .content-section .row.row-lg .text-col {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .content-section .row.row-lg .text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
    padding: 45px 0 0 45px;
    max-width: 100%;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .content-section .row.row-lg .text-col {
    padding: 200px 0 0 45px;
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .content-section .row.row-lg .text-col {
    padding: 200px 0 0 95px;
  }
}

.content-section .row.row-lg .text-col .decor-holder {
  position: relative;
  padding: 33px 0 22px;
  font-weight: bold;
  margin-top: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-section .row.row-lg .text-col .decor-holder {
    margin-top: 0;
    padding: 33px 0 6px;
  }
}

.content-section .row.row-lg .text-col .decor-holder:before, .content-section .row.row-lg .text-col .decor-holder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.content-section .row.row-lg .text-col .decor-holder:after {
  top: auto;
  bottom: 0;
}

.content-section .row.row-lg.bio-row {
  padding: 0px 20px 0;
  margin-bottom: 0;
}

@media (min-width: 414px) {
  .content-section .row.row-lg.bio-row {
    padding: 0px 53px 0;
  }
}

@media (min-width: 768px) {
  .content-section .row.row-lg.bio-row {
    padding: 0;
    padding-top: 40px;
  }
}

.content-section .row.row-lg.bio-row .img-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 51px;
}

@media (min-width: 768px) {
  .content-section .row.row-lg.bio-row .img-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 0;
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .content-section .row.row-lg.bio-row .img-col {
    padding-left: 0px;
    padding-right: 62px;
    width: 60%;
  }
}

.content-section .row.row-lg.bio-row .text-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 14px;
  line-height: 1.8;
  max-width: 100%;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 768px) {
  .content-section .row.row-lg.bio-row .text-col {
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0px;
    padding-top: 0;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media (min-width: 1024px) {
  .content-section .row.row-lg.bio-row .text-col {
    font-size: 16px;
    padding-top: 0px;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media (min-width: 1316px) {
  .content-section .row.row-lg.bio-row .text-col {
    padding-right: 0px;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.content-section .row.row-lg.bio-row .text-col h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .content-section .row.row-lg.bio-row .text-col h3 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .content-section .row.row-lg.bio-row .text-col h3 {
    font-size: 34px;
  }
}

.content-section .coordinates {
  font-size: 28px;
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .content-section .coordinates {
    margin-bottom: 60px;
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .content-section .coordinates {
    margin-bottom: 130px;
    font-size: 65px;
  }
}

.content-section .first-letter {
  font-family: playfair-display, serif;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 23px;
}

.content-section h3 {
  margin-bottom: 40px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 36px;
}

.content-section h4 {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .content-section h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .content-section h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.content-section h4:before {
  content: 'Q.';
  font-family: playfair-display, serif;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 23px;
  position: absolute;
  left: 0;
  top: -12px;
}

.content-section .wrap {
  position: relative;
  min-height: 214px;
}

@media (min-width: 480px) {
  .content-section .wrap {
    min-height: 570px;
  }
}

.content-section .img-block {
  margin: 0 auto 70px;
  position: relative;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .content-section .img-block {
    margin: 0 auto 50px;
    max-width: 905px;
    margin-bottom: 130px;
    padding: 0;
  }
}

.content-section .img-block h3 {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 70px;
  line-height: 1.6;
  font-size: 20px;
}

@media (min-width: 768px) {
  .content-section .img-block h3 {
    margin-bottom: 130px;
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .content-section .img-block h3 {
    margin-bottom: 130px;
    font-size: 36px;
  }
}

.content-section .img-block .description {
  display: block;
  padding-top: 10px;
  font-size: 11px;
  text-align: right;
  line-height: 1.8;
}

.content-section .img-block .archive {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
}

@media (min-width: 768px) {
  .content-section .img-block .archive {
    font-size: 120px;
  }
}

.products-slider {
  padding: 0 20px;
}

@media (min-width: 414px) {
  .products-slider {
    padding: 0 43px;
  }
}

@media (min-width: 768px) {
  .products-slider {
    padding: 0;
  }
}

.products-slider .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .products-slider .holder {
    padding-bottom: 0;
  }
}

.products-slider .holder .text-holder {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 14px;
  line-height: 1.8;
  padding-top: 35px;
  text-align: justify;
}

@media (min-width: 768px) {
  .products-slider .holder .text-holder {
    width: 60%;
    font-size: 14px;
    padding-right: 75px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .products-slider .holder .text-holder {
    padding-top: 80px;
  }
}

.products-slider .holder .text-holder .product-name {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin-bottom: -3px;
  font-family: nimbus-sans-condensed, sans-serif;
}

@media (min-width: 768px) {
  .products-slider .holder .text-holder .product-name {
    font-size: 24px;
  }
}

.products-slider .holder .text-holder .info {
  color: #e30000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 9px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .products-slider .holder .text-holder .info {
    font-size: 18px;
  }
}

.products-slider .holder .img-holder {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .products-slider .holder .img-holder {
    margin-bottom: 62px;
  }
}

@media (min-width: 768px) {
  .products-slider .holder .img-holder {
    width: 39%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

.products-slider .slick-list {
  margin-bottom: 0px;
}

.products-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -478px;
}

@media (min-width: 768px) {
  .products-slider .slick-dots {
    position: static;
    margin: 30px -20px 0px;
    -webkit-transform: none;
            transform: none;
  }
}

.products-slider .slick-dots li {
  padding: 0 20px;
  width: auto;
  background: transparent;
}

.products-slider .slick-dots li.slick-active button {
  background: #e30000;
}

.products-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  border: 0;
  outline: none;
}

@media (min-width: 480px) {
  .products-slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}

.product-slider-section {
  padding: 40px 0 0px;
  background: #000;
}

@media (min-width: 480px) {
  .product-slider-section {
    padding: 40px 0 86px;
  }
}

@media (min-width: 768px) {
  .product-slider-section {
    padding: 100px 0 86px;
  }
}

@media (min-width: 1024px) {
  .product-slider-section {
    padding: 130px 0 86px;
  }
}

.product-slider-section .container {
  max-width: 992px;
  margin: 0 auto;
  padding: 60px 0;
  padding: 0 15px;
}

.product-slider-section .heading-block {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .product-slider-section .heading-block {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .product-slider-section .heading-block {
    margin-bottom: 84px;
  }
}

.product-slider-section .heading-block h1 {
  font-size: 40px;
  margin-bottom: 0px;
}

@media (min-width: 480px) {
  .product-slider-section .heading-block h1 {
    font-size: 55px;
  }
}

@media (min-width: 768px) {
  .product-slider-section .heading-block h1 {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  .product-slider-section .heading-block h1 {
    font-size: 70px;
  }
}

@media (min-width: 480px) {
  .product-slider-section .heading-block img {
    width: 123px;
    margin-bottom: -2px;
  }
}

.product-slider-section .heading-block .subheading {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  font-family: nimbus-sans-condensed, sans-serif;
}

@media (min-width: 768px) {
  .product-slider-section .heading-block .subheading {
    font-size: 14px;
  }
}

.product-slider-section img {
  margin: 0 auto;
}

.nav-bottom {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  -webkit-overflow-scrolling: touch;
}

.nav-about {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 33.332%;
  z-index: 99;
  color: #fff;
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.credits-section {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .credits-section {
    margin-top: 130px;
  }
}

.credits {
  line-height: 1.8;
  display: block;
  font-size: 12px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .credits {
    font-size: 14px;
  }
}

.pc-only {
  display: none;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}

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

.bold {
  font-weight: bold;
  font-style: italic;
}

.red {
  color: #e30000;
}

.insta {
  color: #fff;
  margin-bottom: 10px;
}

.insta:hover {
  color: #e30000;
}

.web-date {
  font-size: 12px;
}

#vid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  height: 90px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 9;
}

@media (min-width: 768px) {
  .header {
    padding: 30px 0;
  }
}

.header .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .header .container {
    max-width: 95%;
    padding: 0;
  }
}

.header strong {
  width: 33.332%;
}

.header .nav-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .heading-info {
  display: none;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
}

@media (min-width: 768px) {
  .header .heading-info {
    display: block;
  }
}

@media (min-width: 480px) {
  .header .logo img {
    width: 23px;
  }
}

.header .logo-reebok {
  text-align: right;
}

@media (min-width: 480px) {
  .header .logo-reebok img {
    width: 154px;
  }
}

.footer {
  background: #000;
  padding: 70px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
}

.footer .footer-list .img-holder {
  margin-bottom: 20px;
}

.footer .footer-list .img-holder img {
  margin: 0 auto;
}

.footer .footer-list .tel {
  text-transform: uppercase;
}

.footer .footer-list .tel a {
  text-transform: none;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #e30000;
}

.footer .text-wrap {
  max-width: 500px;
  margin: 0 auto;
}

.footer .text-wrap > ul > li {
  margin-bottom: 8px;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .footer .text-wrap > ul > li {
    margin-bottom: 8px;
  }
}

.footer .copyright {
  text-transform: uppercase;
  margin-top: 40px;
}

.footer .copyright .logo {
  width: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .copyright .logo:hover {
  color: #fff;
}

.footer .social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1px;
  margin: 33px -14px;
}

@media (min-width: 768px) {
  .footer .social-networks {
    padding-top: 10px;
    margin-bottom: 28px;
    margin-top: 0;
  }
}

.footer .social-networks li {
  padding: 0 14px;
}

.footer .social-networks li a {
  font-size: 16px;
}

.reebok-link {
  padding-bottom: 10px;
}

span {
  display: block;
  margin-bottom: 5px;
}

.abc {
  margin: 40px auto !important;
}

.abc a {
  padding: 10px;
}

.grand-stage {
  margin-bottom: 5px !important;
}
/*# sourceMappingURL=style-11.css.map */