@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

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

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

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

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

:root {
  --vh: 1vh;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100vw;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 14px;
  }
}
body.deep .c-nav {
  opacity: 1;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  padding-bottom: 36px;
}
@media screen and (max-width: 725px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

p,
h2 {
  padding-bottom: 18px;
}

strong {
  font-weight: bold;
}

a,
a:visited,
a:hover,
a:active {
  color: #000 !important;
}

a.o-link--icon {
  display: inline-block;
  text-decoration: none;
  width: 40px;
}
a.o-link--icon img {
  width: 100%;
}

.c-wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.c-wrap--small {
  max-width: 500px;
}
.c-wrap--large {
  max-width: 600px;
}

.c-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  text-align: left;
}
.c-hero .c-logo-tw {
  max-width: 60px;
  margin: 0 0 36px 0;
}
@media screen and (max-width: 725px) {
  .c-hero .c-logo-tw {
    max-width: 50px;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 725px) {
  .c-hero__content {
    margin-top: -25px;
  }
}

.c-snap {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}
.c-snap__item {
  scroll-snap-align: end;
}
@media screen and (max-width: 1024px) {
  .c-snap {
    height: auto;
    scroll-snap-type: none;
  }
}

.o-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.o-section__inner {
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1024px) {
  .o-section__inner {
    margin: 0;
    max-width: 100%;
    padding: 0 36px;
  }
}
@media screen and (max-width: 725px) {
  .o-section__inner {
    padding: 110px 50px 0 18px;
  }
}
.o-section.active .o-section__inner {
  opacity: 1;
}
.o-section.active .c-product__images img {
  opacity: 1;
}
.o-section.active .c-product__image {
  opacity: 1;
}
@media screen and (min-width: 800px) {
  .o-section--archive .c-wrap {
    max-width: 800px;
  }
}
@media screen and (max-width: 1440px) {
  .o-section--archive {
    max-width: 100%;
  }
}
.o-section--archive .o-section__inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 725px) {
  .o-section--archive .o-section__content {
    padding-left: 18px;
  }
}
.o-section__content img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .o-section__content {
    padding-right: 200px;
  }
  .o-section__content h2,
.o-section__content p {
    text-align: left;
    text-align-last: left;
  }
}
@media screen and (max-width: 725px) {
  .o-section__content {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #sec3 p {
    max-width: 460px;
    margin-left: 0;
  }
}

.c-nav {
  position: fixed;
  z-index: 99;
  top: calc(50% - 90px);
  left: auto;
  right: 20px;
  text-align: right;
  align-items: center;
  width: 175px;
  margin-right: 30px;
}
@media screen and (max-width: 1300px) {
  .c-nav {
    right: 0;
  }
}
@media screen and (min-width: 1640px) {
  .c-nav {
    right: 80px;
  }
}
@media screen and (max-width: 725px) {
  .c-nav {
    position: fixed;
    right: 14px;
    left: auto;
    margin: 0;
    width: 14px;
    height: 66px;
    top: calc(50% - 33px);
    opacity: 0;
    transition: opacity 0.5s;
  }
  .c-nav strong {
    position: fixed;
    top: 12px;
    left: 18px;
    text-align: left;
  }
}
.c-nav strong {
  font-size: 15px;
  display: inline-block;
  padding-bottom: 18px;
}
.c-nav__item {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  margin: 9px 0;
  min-height: 2em;
  transition: all 0.5s;
  transform-origin: right center;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 725px) {
  .c-nav__item {
    padding-right: 0;
    margin: 0 0 5px;
    width: 8px;
    height: 8px;
  }
  .c-nav__item span {
    display: none;
  }
}
.c-nav__item.active, .c-nav__item:hover {
  opacity: 1;
  transform: scale3d(1.2, 1.2, 1);
}
.c-nav__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  background: #000;
}
@media screen and (max-width: 725px) {
  .c-nav__item:after {
    right: auto;
    left: 4px;
    height: 7px;
    width: 7px;
  }
}

.c-scroll-to-content {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background-image: url(../img/icn_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  transform: rotate(90deg);
}
.c-scroll-to-content.hidden {
  opacity: 0;
}
@media screen and (min-width: 726px) {
  .c-scroll-to-content {
    display: none;
  }
}

.c-arrow {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background-image: url(../img/icn_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
@media screen and (max-width: 725px) {
  .c-arrow {
    display: none;
  }
}
.c-arrow--next {
  bottom: 18px;
  transform: rotate(90deg);
}
@media screen and (max-width: 725px) {
  .c-arrow--next {
    bottom: 0;
  }
}
.c-arrow--prev {
  top: 18px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 725px) {
  .c-arrow--prev {
    top: 0;
  }
}

.c-archive__item {
  padding: 0 18px 0 0;
}
@media screen and (max-width: 725px) {
  .c-archive__item {
    padding-left: 0;
    padding-right: 18px;
  }
}

.swiper img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 725px) {
  .swiper {
    max-width: 100vw;
    width: 100vw;
  }
}
@media screen and (max-width: 1440px) {
  .swiper {
    overflow: visible;
  }
}
.swiper-slide {
  max-width: 320px;
  all: opacity 0.5 !important;
}
@media screen and (max-width: 1024px) {
  .swiper-slide {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 726px) and (max-width: 1440px) {
  .swiper-slide {
    opacity: 0.2;
    filter: blur(5px);
  }
}
@media screen and (max-width: 1440px) {
  .swiper-slide-next, .swiper-slide-active {
    opacity: 1;
    filter: blur(0);
  }
}
.swiper-button-next, .swiper-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -40px;
  z-index: 10;
  background-image: url(../img/icn_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 1440px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -60px;
  right: auto;
  transform: rotate(180deg);
}

.c-product {
  display: flex;
  max-width: 800px;
  text-align: left;
  align-items: stretch;
  padding-right: 200px;
}
@media screen and (max-width: 725px) {
  .c-product {
    padding-right: 50px;
  }
}
@media screen and (max-width: 530px) {
  .c-product {
    padding-right: 0;
    flex-direction: column;
  }
}
.c-product__images {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 336px;
}
@media screen and (max-width: 1024px) {
  .c-product__images {
    width: 200px;
    height: 258px;
  }
}
@media screen and (max-width: 725px) {
  .c-product__images {
    width: 170px;
    height: 220px;
  }
}
.c-product__image {
  flex: 2;
  position: relative;
  text-align: right;
  margin-right: 72px;
}
@media screen and (max-width: 1024px) {
  .c-product__image {
    flex: inherit;
    text-align: left;
    margin-right: 36px;
  }
}
@media screen and (max-width: 530px) {
  .c-product__image {
    margin-bottom: 18px;
    margin-right: 0;
  }
}
.c-product__image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-product__description {
  flex: 2.15;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.c-footer ul {
  padding-bottom: 18px;
}

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

.u-text--justified {
  text-align: justify;
  text-align-last: center;
}

.u-hide-initially {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.u-hide-initially.active {
  opacity: 1;
  pointer-events: all;
}

.u-hide-finally {
  opacity: 1;
  transition: opacity 0.5s;
}
.u-hide-finally.hidden {
  opacity: 0;
  pointer-events: none;
}

.o-link--disabled {
  pointer-events: none;
  text-decoration: line-through;
}

#img1 img:nth-child(1) {
  transition: opacity 0.8s 0.2s;
}
#img1 img:nth-child(2) {
  transition: opacity 0.8s 1s;
}
#img1 img:nth-child(3) {
  transition: opacity 0.8s 1.2s;
}
#img1 img:nth-child(4) {
  transition: opacity 0.8s 1.4s;
}
#img1 img:nth-child(5) {
  transition: opacity 0.8s 1.5s;
}
#img1 img:nth-child(6) {
  transition: opacity 0.8s 1.6s;
}

#img2 img:nth-child(1) {
  transition: opacity 0.8s 0.2s;
}
#img2 img:nth-child(2) {
  transition: opacity 0.8s 1s;
}
#img2 img:nth-child(3) {
  transition: opacity 0.8s 1.5s;
}
#img2 img:nth-child(4) {
  transition: opacity 0.8s 1.8s;
}

#img3 img:nth-child(1) {
  transition: opacity 0.8s 0.2s;
}
#img3 img:nth-child(2) {
  transition: opacity 0.8s 1s;
}
#img3 img:nth-child(3) {
  transition: opacity 0.8s 1.5s;
}

.c-imprint {
  position: fixed;
  z-index: 9999;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: white;
  font-weight: normal;
}
.c-imprint--visible {
  display: block;
}
.c-imprint__close {
  position: absolute;
  cursor: pointer;
  top: 2em;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-imprint__close::after {
  content: "×";
  font-size: 30px;
  margin-top: -7px;
}
@media screen and (max-width: 1024px) {
  .c-imprint__close {
    top: 0;
  }
}
.c-imprint__inner {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  padding: 3em 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-imprint__inner {
    padding: 18px;
  }
}
.c-imprint strong {
  display: block;
  margin-bottom: 1em;
}

/*# sourceMappingURL=main.css.map */
