.altfont {
  font-family: 'utopia-std-caption', serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #fff;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #1F1E1D;
  padding: 14px 40px 14px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: -14px;
  top: 8px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 2px solid #AF8663;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 19px;
  width: 14px;
  height: 14px;
  background-size: 200px 14px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/button.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (min-width: 1280px) {
  .button:hover:before,
  .button:focus:before {
    width: 100%;
  }
  .button:hover:after,
  .button:focus:after {
    width: 28px;
  }
  .button:active {
    box-shadow: none;
  }
}
@media (max-width: 1279px) {
  .button {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .button:before {
    width: 30px;
    height: 30px;
  }
  .button:after {
    top: 16px;
    right: -6px;
  }
}
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;
}
.cb-page-selected-layout6 div.sub1 {
  display: none;
}
div.sub1 > .item {
  transform: rotate(180deg);
  margin-right: 40px;
}
div.sub1 > .item.init {
  display: none;
}
div.sub1 > .item.exit {
  margin-right: 0;
}
div.sub1 > .item > .menu {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.71428571;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #1F1E1D;
  position: relative;
  padding-bottom: 5px;
}
div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1F1E1D;
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus,
div.sub1 > .item > .menu.path {
  color: #AF8663;
}
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: #AF8663;
}
.desk {
  max-width: calc(100% - 340px);
}
.cb-home {
  height: 40px;
  margin: 36px 0;
}
.section--beta .cb-page-title {
  margin-top: 200px;
}
.square {
  width: 112px;
}
.alphacontent {
  border-top-width: 112px;
  border-bottom-width: 204px;
}
.cb-page-layout6 .alphacontent {
  min-height: 772px;
}
.betacontent {
  width: 48.75%;
}
.sidecontent {
  padding-left: 17.30769231%;
  padding-right: 17.30769231%;
  margin-top: 60px;
}
.quicklinks {
  width: 88px;
}
.quicklink {
  height: 88px;
  padding-left: 88px;
  background-size: 36px 36px;
  background-position: 26px 50%;
  font-size: 14px;
  line-height: 1.71428571;
}
.quicklink:hover {
  margin-left: 88px;
}
.section--beta .side {
  margin-bottom: 45px;
}
.section--beta .base {
  margin-bottom: 35px;
}
.section--gamma .area {
  width: 100%;
}
.section--gamma .area > .unit {
  margin-right: 1.07033639%;
  margin-left: 1.07033639%;
  width: 97.85932722%;
}
.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: 31.19266055%;
}
.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--beta .base {
  width: 65.38461538%;
  margin-left: 17.30769231%;
  margin-top: 25px;
}
@media (max-width: 1279px) {
  .section--beta .base {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section--beta .base {
    margin-top: 20px;
  }
}
.section--gamma .area {
  width: 102.1875%;
  margin-left: -1.09375%;
}
.section--delta .area {
  width: 104.5045045%;
  margin-left: -2.25225225%;
}
.section--epsilon .area {
  margin-top: 0;
}
.section--delta .area .unit {
  margin-left: 2.15517241%;
  margin-right: 2.15517241%;
  width: 95.68965517%;
}
.section--delta .area .seam {
  width: 61.37931034%;
}
.section--delta .area .seam.slim {
  width: 30%;
}
/*# sourceMappingURL=./screen-large.css.map */