:root {
  --deskWidth: 1280px;
  --deskSpace: 30px;
  --deskMaxWidth: calc(100% - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 8px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 8px;
  }
}
:root {
  --spaceUnit: 32px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 12px;
  }
}
:root {
  --spaceTotal: 40px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #6F8F31;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  -webkit-appearance: none;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #AFAD3D;
}
.button:active {
  background-color: #9c9a36;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 > .item:not(.exit) > .menu:after {
  content: '|';
  margin: 0 20px;
  color: #9D9D9C;
  font-weight: 300;
}
.navigation div.sub1 > .item > .menu {
  color: #9D9D9C;
  font-weight: 300;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus {
  color: #6F8F31;
}
.navigation div.sub1 > .item > .menu.path {
  color: #6F8F31;
  font-weight: 600;
}
#home {
  height: 65px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-scroll-triggered--active #home {
  height: 45px;
}
.wrapper {
  padding-top: 185px;
}
.section--header {
  padding-top: calc(var(--spaceTotal) * 2);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-scroll-triggered--active .section--header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 2.94117647%;
  margin-left: 2.94117647%;
  width: 94.11764706%;
}
.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: 44.11764706%;
}
.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: 106.25%;
  margin-left: -3.125%;
}
.section--one .area .seam.wide {
  padding: 0 7.35294118%;
  box-sizing: border-box;
}
.section--one .area .flat.wide .body {
  padding-left: 680px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 500px;
}
.section--one .area .flat.wide .part.pict.tall:first-child {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 500px;
}
.section--one .area .flat.slim {
  width: 94.11764706%;
}
.section--one .area .flat.slim .body {
  padding-right: 680px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 500px;
}
.section--one .area .flat.slim .part.pict.tall:first-child {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 500px;
}
/*# sourceMappingURL=./screen-large.css.map */