:root {
  --deskWidth: 1556px;
  --deskSpace: 170px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 8vw;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 15px;
  }
}
:root {
  --spaceUnit: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 15px;
  }
}
:root {
  --spaceTotal: 30px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #BDA27C;
  line-height: 1.27777778;
  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: #b4966b;
}
.button:active {
  background-color: #9d7d4f;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 {
  display: flex;
  margin: 0 40px;
}
div.sub1 > .item {
  transform: rotate(180deg);
  margin-right: 50px;
}
div.sub1 > .item.init {
  display: none;
}
div.sub1 > .item.exit {
  margin-right: 0;
}
div.sub1 > .item > .menu {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #BDA27C;
  position: relative;
  padding-bottom: 4px;
  font-family: 'ContheyBold1', sans-serif;
}
div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #BDA27C;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus,
div.sub1 > .item > .menu.path {
  color: #BDA27C;
}
div.sub1 > .item > .menu:hover:after,
div.sub1 > .item > .menu:focus:after,
div.sub1 > .item > .menu.path:after {
  right: 0;
  left: initial;
  width: 100%;
  background-color: #BDA27C;
}
.cb-home {
  height: 65px;
  margin-top: 21px;
  margin-bottom: 24px;
}
.wrapper {
  padding-top: 110px;
}
.square {
  width: 112px;
}
.container--moodvideo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  min-height: calc(100vh - 110px);
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  padding-top: 120px;
  padding-bottom: 120px;
  box-sizing: border-box;
}
.container--moodvideo .mood {
  width: 65.83333333vw;
  height: 100%;
  left: unset;
}
.container--moodvideo .mood__opentimes {
  position: absolute;
  right: 0;
  z-index: 222;
  right: 60px;
  bottom: 50px;
}
.container--moodvideo .content {
  width: max(872px, 45.41666667vw);
  padding: 144px 117px 170px 260px;
  box-sizing: border-box;
}
.container--moodRight {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 120px;
  padding-bottom: unset;
  box-sizing: border-box;
}
.container--moodRight .mood {
  width: 65.83333333vw;
  height: 100%;
  left: unset;
  padding-bottom: 120px;
  box-sizing: border-box;
  background-color: #556252;
}
.container--moodRight .content {
  width: 49.375vw;
  min-height: 900px;
  box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 96px;
  padding-left: max();
}
.container--moodLeft {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 120px;
  padding-bottom: unset;
  box-sizing: border-box;
  isolation: isolate;
}
.container--moodLeft:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: calc(100% - 120px);
  width: 100%;
  z-index: -1;
  background-color: #556252;
}
.container--moodLeft .mood {
  width: 65.83333333vw;
  height: 100%;
  right: unset;
  padding-bottom: 120px;
  box-sizing: border-box;
}
.container--moodLeft .content {
  width: 49.375vw;
  min-height: 900px;
  box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 96px;
  padding-right: max();
}
.downlink {
  position: absolute;
  left: 260px;
  bottom: -260px;
  width: 160px;
  height: 160px;
  border: 3px solid #BDA27C;
}
.downlink:after {
  width: 43px;
  height: 82px;
  background-size: 43px;
  background-position: 50% -10px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.downlink:hover:after,
.downlink:focus:after {
  width: 43px;
  height: 82px;
  background-size: 43px;
  background-position: 50% 0;
}
.footarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footpart {
  width: 44.98714653%;
}
.footlogo {
  width: 235px;
}
.wrapper {
  font-size: 20px;
  line-height: 1.3;
}
h1 {
  font-size: 80px;
  line-height: 1.1;
}
h2 {
  font-size: 70px;
  line-height: 1.1;
}
h3 {
  font-size: 40px;
  line-height: 1.25;
  text-indent: 150px;
}
h4 {
  font-size: 21px;
  line-height: 1.42857143;
}
h5 {
  font-size: 20px;
  line-height: 1.3;
}
.area--one {
  width: 100%;
}
.area--one > .unit {
  margin-right: 4.12735849%;
  margin-left: 4.12735849%;
  width: 91.74528302%;
}
.area--one .cb-album .body,
.area--one .head,
.area--one .foot,
.area--one .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim {
  width: 25.07861635%;
}
.area--one > .slim .head,
.area--one > .slim .foot,
.area--one > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim .tiny {
  width: 100%;
}
.area--one {
  width: 108.99742931%;
  margin-left: -4.49871465%;
  margin-top: calc(var(--spaceTotal) * 8);
  margin-bottom: calc(var(--spaceTotal) * 8);
}
.cb-page-layout4 .area--one {
  margin-bottom: calc(var(--spaceTotal) * 4);
}
.area--one .wide.seam {
  padding: 0 9.31603774%;
  box-sizing: border-box;
}
.area--one .slim.seam {
  width: 58.37264151%;
}
.area--one .wide.flat {
  padding: 0 19.33962264%;
  box-sizing: border-box;
  margin-top: calc(var(--spaceTotal) * 2 + var(--spacePart));
  margin-bottom: calc(var(--spaceTotal) * 2 + var(--spacePart));
}
.area--one .slim.flat {
  width: 91.74528302%;
  padding: 0 19.33962264%;
  box-sizing: border-box;
}
.area--one .fold .fold-toggle {
  font-size: 140px;
  line-height: 1;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.area--one .fold .fold-toggle:after {
  width: 98px;
  height: 98px;
  background-color: rgba(189, 162, 124, 0);
  border-radius: 100%;
}
.area--one .fold .fold-toggle:hover:after {
  background-color: #BDA27C;
  background-image: url(/images/icon-foldtoggle-white.svg);
}
.area--one .fold .more {
  padding: 0 30.46272494%;
  padding-bottom: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
}
/*# sourceMappingURL=./screen-large.css.map */