.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  cursor: pointer;
  color: #738E98;
  padding: 13px 30px 11px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #738E98;
  box-sizing: border-box;
  min-width: 230px;
  background-image: linear-gradient(to right, #738E98, #738E98);
  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);
}
@media (max-width: 767px) {
  .button {
    min-width: 196px;
  }
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: transparent;
  background-size: 100% 100%;
}
.button:active {
  background-color: transparent;
  background-image: linear-gradient(to right, #819FAA, #819FAA);
  border-color: #819FAA;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
  text-decoration: none;
}
@media (min-width: 1180px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 {
  float: right;
  margin-right: 36px;
  margin-top: 23px;
}
div.sub1 > .item {
  margin: 0 20px;
}
div.sub1 > .item.init {
  margin-left: 0;
}
div.sub1 > .item.exit {
  margin-right: 0;
}
div.sub1 > .item.c2 > .menu {
  background-image: url(/images/cross-blue.svg);
}
div.sub1 > .item.c3 > .menu {
  background-image: url(/images/cross-yellow.svg);
}
div.sub1 > .item.c4 > .menu {
  background-image: url(/images/cross-green.svg);
}
div.sub1 > .item:hover > .menu:after,
div.sub1 > .item:focus > .menu:after {
  border-top-width: 24px;
}
div.sub1 > .item > .menu {
  font-size: 16px;
  line-height: 1.25;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-image: url(/images/cross-neutral.svg);
  letter-spacing: 0.05em;
  padding-bottom: 23px;
  position: relative;
  z-index: 4;
}
div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -24px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 0 24px 0 24px;
  transition: all 0.1s;
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus {
  color: #738E98;
}
div.sub2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100vw;
  background-color: #738E98;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), max-height 0s 0.6s;
}
div.sub1 > .item.c2 div.sub2 {
  background-color: #0061AD;
}
div.sub1 > .item.c3 div.sub2 {
  background-color: #FFDC00;
}
div.sub1 > .item.c4 div.sub2 {
  background-color: #009B3F;
}
div.sub2 .parent-menu {
  margin-top: 80px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/cross-white.svg);
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 1.33333333;
  text-decoration: none;
}
div.sub2 > .item {
  margin: 7px 0;
}
div.sub2 > .item.init {
  margin-top: 40px;
}
div.sub2 > .item.exit {
  margin-bottom: 120px;
}
div.sub2 > .item > .menu {
  color: #fff;
  font-size: 22px;
  line-height: 1.36363636;
  letter-spacing: 0.025em;
}
div.sub2 > .item > .menu:hover,
div.sub2 > .item > .menu:focus,
div.sub2 > .item > .menu.path {
  text-decoration: underline;
  font-weight: normal;
  font-family: 'NoahBold', sans-serif;
}
div.sub1 > .item.c3 div.sub2 .parent-menu {
  color: #414141;
  background-image: url(/images/cross-black.svg);
  border-color: #414141;
}
div.sub1 > .item.c3 div.sub2 > .item > .menu {
  color: #414141;
}
div.sub1 > .item:hover div.sub2 {
  max-height: 100000000px;
  pointer-events: auto;
  opacity: 1;
  z-index: 3;
  transition: opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
div.sub1 > .item:hover div.sub2 .parent-menu {
  margin-top: 120px;
}
#home {
  margin-left: 36px;
  height: 50px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.section--zeta #head {
  margin-top: 0;
  text-align: left;
}
.section--alpha .desk,
.section--gamma .desk {
  width: 680px;
}
.section--zeta .desk,
.section--eta .desk {
  width: 1174px;
}
.section--zeta .maincontent {
  width: 606px;
  height: 100%;
  padding: 66px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--zeta .maincontent .desk {
  width: 100% !important;
  max-width: 100% !important;
}
.section--beta .area .unit {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section--beta .area .unit .pict.tall:first-child {
  margin-top: -40px;
  margin-bottom: 40px;
}
.section--delta .area .unit {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section--delta .area .unit.slim .pict.tall:first-child {
  margin-top: -40px;
  margin-bottom: 40px;
}
.section--eta .area .unit .body {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section--theta .area .seam,
.section--theta .area .flat {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section--beta .area {
  width: 100%;
}
.section--beta .area > .unit {
  margin-right: 1.24584718%;
  margin-left: 1.24584718%;
  width: 97.50830565%;
}
.section--beta .area .cb-album .body,
.section--beta .area .head,
.section--beta .area .foot,
.section--beta .area .part {
  margin-right: 4.25894378%;
  margin-left: 4.25894378%;
  width: 91.48211244%;
}
.section--beta .area > .slim {
  width: 30.84163898%;
}
.section--beta .area > .slim .head,
.section--beta .area > .slim .foot,
.section--beta .area > .slim .part {
  margin-right: 13.46499102%;
  margin-left: 13.46499102%;
  width: 73.07001795%;
}
.section--beta .area > .slim.cb-album .body {
  margin-right: 13.46499102%;
  margin-left: 13.46499102%;
  width: 73.07001795%;
}
.section--beta .area > .slim .tiny {
  width: 73.07001795%;
}
.section--delta .area {
  width: 100%;
}
.section--delta .area > .unit {
  margin-right: 1.24584718%;
  margin-left: 1.24584718%;
  width: 97.50830565%;
}
.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: 47.50830565%;
}
.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%;
}
.section--epsilon .area {
  width: 100%;
}
.section--epsilon .area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--epsilon .area .cb-album .body,
.section--epsilon .area .head,
.section--epsilon .area .foot,
.section--epsilon .area .part {
  margin-right: 1.24584718%;
  margin-left: 1.24584718%;
  width: 97.50830565%;
}
.section--epsilon .area > .slim {
  width: 25%;
}
.section--epsilon .area > .slim .head,
.section--epsilon .area > .slim .foot,
.section--epsilon .area > .slim .part {
  margin-right: 4.9833887%;
  margin-left: 4.9833887%;
  width: 90.03322259%;
}
.section--epsilon .area > .slim.cb-album .body {
  margin-right: 4.9833887%;
  margin-left: 4.9833887%;
  width: 90.03322259%;
}
.section--epsilon .area > .slim .tiny {
  width: 90.03322259%;
}
.section--theta .area {
  width: 100%;
}
.section--theta .area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--theta .area .cb-album .body,
.section--theta .area .head,
.section--theta .area .foot,
.section--theta .area .part {
  margin-right: 1.24584718%;
  margin-left: 1.24584718%;
  width: 97.50830565%;
}
.section--theta .area .tiny {
  width: 47.50830565%;
}
.section--theta .area > .slim {
  width: 50%;
}
.section--theta .area > .slim .head,
.section--theta .area > .slim .foot,
.section--theta .area > .slim .part {
  margin-right: 2.49169435%;
  margin-left: 2.49169435%;
  width: 95.0166113%;
}
.section--theta .area > .slim.cb-album .body {
  margin-right: 2.49169435%;
  margin-left: 2.49169435%;
  width: 95.0166113%;
}
.section--theta .area > .slim .tiny {
  width: 95.0166113%;
}
.section--beta .area {
  width: 102.55536627%;
  margin-left: -1.27768313%;
}
.section--delta .area {
  width: 102.55536627%;
  margin-left: -1.27768313%;
}
.section--epsilon .area {
  width: 102.55536627%;
  margin-left: -1.27768313%;
}
.section--zeta .area {
  margin-bottom: 0;
  text-align: left;
}
.section--theta .area {
  width: 102.55536627%;
  margin-left: -1.27768313%;
}
.section--beta .area .unit.wide {
  width: 47.50830565%;
}
.section--beta .area .unit.wide .part {
  margin-left: 8.74125874%;
  margin-right: 8.74125874%;
  width: 82.51748252%;
}
.section--delta .area .unit.wide .body {
  padding-left: 53.25884544%;
}
.section--delta .area .unit.wide .pict.tall:first-child {
  width: 48.72231687%;
}
.section--delta .area .seam.wide .body {
  padding-right: 53.25884544%;
}
.section--epsilon .area .unit.wide .body {
  width: 770px;
}
.section--theta .area .seam,
.section--theta .area .flat {
  width: 97.50830565%;
  margin-left: 1.24584718%;
  margin-right: 1.24584718%;
}
/*# sourceMappingURL=./screen-large.css.map */