.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:hover,
.button:focus {
  color: #fff;
  background-size: 100% 100%;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub2 > .item {
  margin: 0 16px;
  position: relative;
  padding-bottom: 22px;
}
div.sub2 > .item.init {
  margin-left: 0;
}
div.sub2 > .item.exit {
  margin-right: 0;
}
div.sub2 > .item.exit > .menu {
  background-color: #ed3335;
  color: #fff;
  box-shadow: 0 0 0 4px #ed3335;
}
div.sub2 > .item.exit > .menu:hover,
div.sub2 > .item.exit > .menu:focus,
div.sub2 > .item.exit > .menu.path {
  color: #000;
}
div.sub2 > .item:hover > .menu,
div.sub2 > .item:focus > .menu {
  color: #ed3335;
}
div.sub2 > .item:nth-child(1) > div.sub3,
div.sub2 > .item:nth-child(2) > div.sub3 {
  display: none!important;
}
div.sub2 > .item > .menu {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.53846154;
  color: #000;
}
div.sub2 > .item > .menu.path {
  color: #ed3335;
}
@media (max-width: 1119px) {
  div.sub2 > .item {
    margin: 0 13px;
  }
  div.sub2 > .item > .menu {
    font-size: 12px;
    line-height: 1.66666667;
  }
}
div.sub3 {
  position: absolute;
  left: -12px;
  top: 100%;
  background-color: #fff;
  display: none;
}
div.sub3 > .item {
  width: 100%;
  position: relative;
}
div.sub3 > .item.item-empty > .menu {
  padding-right: 12px;
}
div.sub3 > .item:hover > .menu,
div.sub3 > .item:focus > .menu {
  background-color: #ed3335;
  color: #fff;
}
div.sub3 > .item > .menu {
  color: #000;
  white-space: nowrap;
  padding: 5px 30px 5px 12px;
}
div.sub3 > .item > .menu.path {
  background-color: #ed3335;
  color: #fff;
}
div.sub2 > .item.exit div.sub3 {
  left: initial;
  right: -12px;
}
div.sub2 > .item:hover div.sub3 {
  display: block;
}
div.sub4 {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 2px;
  display: none;
}
div.sub4 > .item {
  width: 100%;
  background-color: #fff;
}
div.sub4 > .item > .menu {
  color: #000;
  white-space: nowrap;
  padding: 5px 12px;
}
div.sub4 > .item > .menu:hover,
div.sub4 > .item > .menu:focus,
div.sub4 > .item > .menu.path {
  background-color: #ed3335;
  color: #fff;
}
div.sub3 > .item:hover div.sub4 {
  display: block;
}
.desk {
  max-width: 94%;
}
.cb-layout1 #head {
  margin-left: -170px;
}
#home {
  margin-top: 30px;
  margin-bottom: 18px;
}
@media (max-width: 1119px) {
  .cb-layout1 #head,
  .cb-layout4 #head {
    margin-left: -120px;
  }
}
.section--multimood {
  margin-top: 170px;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}
.section--header.cb-scroll-triggered--active {
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.6);
}
#home {
  transition: all 0.4s;
}
.cb-scroll-triggered--active #home {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.langnavi {
  transition: all 0.4s;
}
.cb-scroll-triggered--active .langnavi {
  top: 20px;
}
.section--delta .area {
  width: 100%;
}
.section--delta .area > .unit {
  margin-right: 0.09416196%;
  margin-left: 0.09416196%;
  width: 99.81167608%;
}
.section--delta .area .cb-album .body,
.section--delta .area .head,
.section--delta .area .foot,
.section--delta .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--delta .area > .slim {
  width: 19.81167608%;
}
.section--delta .area > .slim .head,
.section--delta .area > .slim .foot,
.section--delta .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--delta .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--delta .area > .slim .tiny {
  width: 100%;
}
/*# sourceMappingURL=./screen-large.css.map */