.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #DA5959;
  line-height: 1.44444444;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #d54444;
}
.button:active {
  background-color: #bc2a2a;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1300px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.shifting-element {
  position: absolute;
  display: block;
  z-index: -1;
  opacity: 0;
  background-color: #DA5959;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  transition: all 350ms ease-in-out;
}
.shifting-element.is-active {
  opacity: 1;
}
.navigation div.sub1 > .item {
  margin: 0 20px;
}
.navigation div.sub1 > .item.init {
  margin-left: 0;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item > .menu {
  color: #DA5959;
  position: relative;
  padding: 16px 0 0;
  transition: opacity 0s cubic-bezier(0.65, 0, 0.35, 1), left 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 24px;
  line-height: 1.41666667;
}
.navigation div.sub1 > .item > .menu:hover:after,
.navigation div.sub1 > .item > .menu:focus:after {
  left: 50%;
  opacity: 1;
}
.navigation div.sub1 > .item > .menu:hover:before,
.navigation div.sub1 > .item > .menu:focus:before {
  right: 50%;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1), right 0s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-home {
  float: right;
  height: 74px;
  margin-top: 60px;
  margin-bottom: 116px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.cb-scroll-triggered--active .cb-home {
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1454px) {
  .cb-scroll-triggered--active .cb-home {
    height: 50px;
    margin-top: 24px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1299px) {
  .cb-home {
    float: left;
    margin-top: 17px;
    margin-bottom: 17px;
    height: 60px;
  }
  .cb-scroll-triggered--active .cb-home {
    margin-top: 17px;
    margin-bottom: 17px;
    height: 60px;
  }
}
.wrapper {
  padding-top: 250px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.wrapper.cb-scroll-triggered--active {
  padding-top: 110px;
}
@media (max-width: 1299px) {
  .wrapper {
    padding-top: 94px;
  }
}
.cb-page-title {
  width: 67.62917933%;
  margin-left: 9.65045593%;
  margin-right: 19.45288754%;
}
.navigation {
  position: absolute;
  bottom: 28px;
}
.cb-scroll-triggered--active .navigation {
  bottom: 40px;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 0.76923077%;
  margin-left: 0.76923077%;
  width: 98.46153846%;
}
.section--one .area .cb-album .body,
.section--one .area .head,
.section--one .area .foot,
.section--one .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim {
  width: 48.46153846%;
}
.section--one .area > .slim .head,
.section--one .area > .slim .foot,
.section--one .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim .tiny {
  width: 100%;
}
.section--one .area {
  width: 101.5625%;
  margin-left: -0.78125%;
  display: flex;
  flex-wrap: wrap;
}
.section--one .area .pure.wide .part {
  width: 68.46153846%;
  margin-left: 9.76923077%;
  margin-right: 19.69230769%;
}
.section--one .area .seam.wide .part {
  width: 68.46153846%;
  margin-right: 29.46153846%;
}
.section--one .area .seam.slim {
  width: 23.46153846%;
}
/*# sourceMappingURL=screen-large.css.map */