.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #697F4D;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 10px 72px 10px 20px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  background-size: 37px 17px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #5c6f43;
}
.button:active {
  background-color: #424f30;
}
.section--green .button {
  background-color: #fff;
  color: #697F4D;
  background-image: url(/images/arrow-right-green.svg);
}
.section--green .button:hover,
.section--green .button:focus,
.section--green .button:active {
  background-color: #000;
  background-image: url(/images/arrow-right-white.svg);
  color: #fff;
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  transform: translateY(-100%);
  transition: all 0s 0.64s;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
  transition: all 0s;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.cb-navigation-icon,
.cb-navigation-subtext {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-navigation {
    display: none;
  }
}
div.sub2 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 120px;
}
div.sub2 > .item {
  width: 25%;
  min-height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: #000;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
}
div.sub2 > .item:nth-child(1) {
  transition: all 0.4s ease-in-out;
}
div.sub2 > .item:nth-child(2) {
  transition: all 0.4s 0.08s ease-in-out;
}
div.sub2 > .item:nth-child(3) {
  transition: all 0.4s 0.16s ease-in-out;
}
div.sub2 > .item:nth-child(4) {
  transition: all 0.4s 0.24s ease-in-out;
}
body.cb-toggle-target-active.custom-intro div.sub2 > .item {
  transition: none !important;
}
body.cb-toggle-target-active div.sub2 > .item {
  transform: translateY(0);
}
body.cb-toggle-target-active div.sub2 > .item:nth-child(1) {
  transition: all 0.8s ease-in-out;
}
body.cb-toggle-target-active div.sub2 > .item:nth-child(2) {
  transition: all 0.8s 0.15s ease-in-out;
}
body.cb-toggle-target-active div.sub2 > .item:nth-child(3) {
  transition: all 0.8s 0.3s ease-in-out;
}
body.cb-toggle-target-active div.sub2 > .item:nth-child(4) {
  transition: all 0.8s 0.45s ease-in-out;
}
div.sub2 > .item > .menu {
  float: left;
  margin-top: calc(((100vh - 120px) / 2) - 25px);
}
div.sub2 > .item > .menu > .cb-navigation-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.7;
  transition: all 0.3s;
}
div.sub2 > .item > .menu > .cb-navigation-text {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 36px;
  line-height: 1.38888889;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1599px) {
  div.sub2 > .item > .menu > .cb-navigation-text {
    font-size: 24px;
    line-height: 1.5;
  }
}
div.sub2 > .item:hover > .menu > .cb-navigation-icon,
div.sub2 > .item:focus > .menu > .cb-navigation-icon {
  opacity: 0.5;
}
div.sub3 {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
@media (max-width: 1599px) {
  div.sub3 {
    margin-top: 10px;
  }
}
div.sub3 > .item {
  float: left;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
div.sub3 > .item > .menu {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  padding: 8px 0;
  position: relative;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s;
}
@media (max-width: 1599px) {
  div.sub3 > .item > .menu {
    font-size: 20px;
    line-height: 1.5;
  }
}
div.sub3 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
div.sub3 > .item > .menu:hover:after,
div.sub3 > .item > .menu:focus:after,
div.sub3 > .item > .menu.path:after {
  width: 100%;
  left: 0;
}
div.sub2 > .item:hover div.sub3 > .item {
  max-height: 46px;
}
div.sub2 > .item:hover div.sub3 > .item > .menu {
  opacity: 1;
  transform: scale(1);
}
div.sub2 > .item:hover div.sub3 > .item:nth-child(1) > .menu {
  transition: all 0.3s;
}
div.sub2 > .item:hover div.sub3 > .item:nth-child(2) > .menu {
  transition: all 0.3s 0.06s;
}
div.sub2 > .item:hover div.sub3 > .item:nth-child(3) > .menu {
  transition: all 0.3s 0.12s;
}
div.sub2 > .item:hover div.sub3 > .item:nth-child(4) > .menu {
  transition: all 0.3s 0.18s;
}
div.sub2 > .item:hover div.sub3 > .item:nth-child(5) > .menu {
  transition: all 0.3s 0.24s;
}
div.sub2 > .item:hover div.sub3 > .item:nth-child(6) > .menu {
  transition: all 0.3s 0.3s;
}
div.sub2 > .item:hover div.sub3 > .item:nth-child(7) > .menu {
  transition: all 0.3s 0.36s;
}
.section--delta .maincontent {
  width: 49.20071048%;
}
.footarea {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
  margin-bottom: 100px;
}
.footpart {
  width: auto;
}
.leftcontent {
  width: 53.81882771%;
}
.cb-page-layout5 .cb-page-title {
  margin-bottom: -26px;
}
.cb-page-last {
  padding-bottom: 50px;
}
.titlecontent {
  margin-bottom: -26px;
}
.cb-page-layout5 .section--gamma {
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.section--alpha .area .seam {
  padding-top: 28px;
  padding-bottom: 28px;
}
.section--alpha .area .seam div.link:last-child {
  margin-bottom: -28px;
  padding-top: 28px;
}
.section--alpha .area .seam.wide + .seam.wide {
  margin-top: 0px;
}
.section--alpha .area .seam.slim + .seam.slim + .seam.slim {
  margin-top: 0px;
}
.section--alpha .area .seam.slim .pict.tall:first-child {
  margin-top: -28px;
}
.section--alpha .area .seam.slim .pict.tall:last-child {
  margin-bottom: -28px;
}
.section--alpha .area .flat {
  padding-top: 28px;
  padding-bottom: 28px;
}
.section--alpha .area .flat.wide + .flat.wide + .flat.wide {
  margin-top: 0px;
}
.section--alpha .area .flat.slim {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section--alpha .area .flat.slim + .flat.slim + .flat.slim {
  margin-top: 0px;
}
.section--beta .area .seam,
.section--beta .area .flat {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section--beta .area .seam .pict.tall:first-child,
.section--beta .area .flat .pict.tall:first-child {
  margin-top: -16px;
}
.section--beta .area .seam .pict.tall:last-child,
.section--beta .area .flat .pict.tall:last-child {
  margin-bottom: -16px;
}
.section--beta .area .seam .payp.tall:last-child,
.section--beta .area .flat .payp.tall:last-child {
  margin-bottom: -16px;
}
.section--beta .area .seam + .seam + .seam + .seam {
  margin-top: 0px;
}
.section--beta .area .flat + .flat + .flat + .flat {
  margin-top: 0px;
}
.section--gamma .area .slim + .slim + .slim + .slim + .slim {
  margin-top: -12px;
}
.section .area .edge.wide {
  margin-bottom: 0px;
}
.section .area .edge.slim {
  margin-top: 0px;
}
.section--alpha .area {
  width: 100%;
}
.section--alpha .area > .unit {
  margin-right: 2.12585034%;
  margin-left: 2.12585034%;
  width: 95.74829932%;
}
.section--alpha .area .cb-album .body,
.section--alpha .area .head,
.section--alpha .area .foot,
.section--alpha .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--alpha .area > .slim {
  width: 45.74829932%;
}
.section--alpha .area > .slim .head,
.section--alpha .area > .slim .foot,
.section--alpha .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--alpha .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--alpha .area > .slim .tiny {
  width: 100%;
}
.section--beta .area {
  width: 100%;
}
.section--beta .area > .unit {
  margin-right: 2.12585034%;
  margin-left: 2.12585034%;
  width: 95.74829932%;
}
.section--beta .area .cb-album .body,
.section--beta .area .head,
.section--beta .area .foot,
.section--beta .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--beta .area > .slim {
  width: 29.08163265%;
}
.section--beta .area > .slim .head,
.section--beta .area > .slim .foot,
.section--beta .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--beta .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--beta .area > .slim .tiny {
  width: 100%;
}
.section--gamma .area {
  width: 100%;
}
.section--gamma .area > .unit {
  margin-right: 1.29757785%;
  margin-left: 1.29757785%;
  width: 97.40484429%;
}
.section--gamma .area .cb-album .body,
.section--gamma .area .head,
.section--gamma .area .foot,
.section--gamma .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--gamma .area > .slim {
  width: 22.40484429%;
}
.section--gamma .area > .slim .head,
.section--gamma .area > .slim .foot,
.section--gamma .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--gamma .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--gamma .area > .slim .tiny {
  width: 100%;
}
.section--epsilon .fareast {
  width: 100%;
}
.section--epsilon .fareast > .unit {
  margin-right: 5.95238095%;
  margin-left: 5.95238095%;
  width: 88.0952381%;
}
.section--epsilon .fareast .cb-album .body,
.section--epsilon .fareast .head,
.section--epsilon .fareast .foot,
.section--epsilon .fareast .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--epsilon .fareast > .slim {
  width: 38.0952381%;
}
.section--epsilon .fareast > .slim .head,
.section--epsilon .fareast > .slim .foot,
.section--epsilon .fareast > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--epsilon .fareast > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--epsilon .fareast > .slim .tiny {
  width: 100%;
}
.section--alpha .area {
  width: 104.44049734%;
  margin-left: -2.22024867%;
}
.section--beta .area {
  width: 104.44049734%;
  margin-left: -2.22024867%;
}
.section--gamma .area {
  width: 102.6642984%;
  margin-left: -1.3321492%;
}
.section--epsilon .fareast {
  width: 37.30017762%;
  margin-right: -2.22024867%;
}
.section--alpha .area .seam.wide {
  padding-left: 456px;
}
.section--alpha .area .seam.wide .pict.tall:first-child {
  width: 416px;
}
.section--alpha .area .flat.wide {
  width: 45.74829932%;
}
.section--alpha .area .flat.slim {
  min-height: 206px;
  padding-left: 234px;
}
.section--alpha .area .flat.slim .pict.tall:first-child {
  width: 206px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  margin: 0;
}
.section--alpha .area .flat.slim .pict.tall:first-child * {
  height: 100%;
}
.section--alpha .area .flat.slim .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--alpha .area .edge {
  width: 95.74829932%;
}
.section--beta .area .seam,
.section--beta .area .flat {
  width: 29.08163265%;
}
.section--beta .area .edge {
  width: 95.74829932%;
}
.section--epsilon .fareast .unit {
  width: 38.0952381%;
}
/*# sourceMappingURL=./screen-large.css.map */