.title-16 {
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  font-family: 'GraphikSemibold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .title-16 {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.title-14 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  font-family: 'GraphikSemibold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  font-family: 'GraphikSemibold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #88DFC8;
  cursor: pointer;
  padding: 9px 45px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #88DFC8;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/corner-right-darkmint.svg);
  opacity: 0;
  transition: all 0.3s;
}
.button:hover,
.button:focus {
  padding-left: 55px;
  padding-right: 35px;
  border-color: #6FB5A3;
  color: #6FB5A3;
}
.button:hover:before,
.button:focus:before {
  left: 35px;
  opacity: 1;
}
.section--four .button,
.section--eight .button,
.section--four.button,
.section--eight.button {
  background-color: #88DFC8;
  color: #52443F;
}
.section--four .button:before,
.section--eight .button:before,
.section--four.button:before,
.section--eight.button:before {
  background-image: url(/images/corner-right-brown.svg);
}
.section--four .button:hover,
.section--eight .button:hover,
.section--four.button:hover,
.section--eight.button:hover,
.section--four .button:focus,
.section--eight .button:focus,
.section--four.button:focus,
.section--eight.button:focus {
  background-color: #6FB5A3;
}
@media (max-width: 767px) {
  .button {
    padding: 10px 28px;
  }
  .button:hover,
  .button:focus {
    padding-left: 38px;
    padding-right: 18px;
  }
  .button:hover:before,
  .button:focus:before {
    left: 18px;
  }
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.parent-item,
.close-navi {
  display: none !important;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navipart--mainNavi div.sub1 > .item {
  margin: 0 20px;
  position: relative;
}
.navipart--mainNavi div.sub1 > .item.init {
  margin-left: 0;
}
.navipart--mainNavi div.sub1 > .item.exit {
  margin-right: 0;
}
.navipart--mainNavi div.sub1 > .item:hover > .menu,
.navipart--mainNavi div.sub1 > .item:focus > .menu {
  color: #88DFC8;
}
.navipart--mainNavi div.sub1 > .item > .menu {
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  font-family: 'GraphikSemibold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .navipart--mainNavi div.sub1 > .item > .menu {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.navipart--mainNavi div.sub1 > .item > .menu.path {
  color: #88DFC8;
}
.navipart--mainNavi div.sub2 {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #362824;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: none;
  border-radius: 4px;
}
.navipart--mainNavi div.sub2 > .item {
  margin-top: 24px;
}
.navipart--mainNavi div.sub2 > .item.init {
  margin-top: 0;
}
.navipart--mainNavi div.sub2 > .item > .menu {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  font-family: 'GraphikSemibold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.navipart--mainNavi div.sub2 > .item > .menu:hover,
.navipart--mainNavi div.sub2 > .item > .menu:focus,
.navipart--mainNavi div.sub2 > .item > .menu.path {
  color: #fff;
}
.navipart--mainNavi div.sub1 > .item:hover div.sub2 {
  display: flex;
}
.navipart--serviceNavi div.sub1 > .item {
  margin: 0 20px;
}
.navipart--serviceNavi div.sub1 > .item.init {
  margin-left: 0;
}
.navipart--serviceNavi div.sub1 > .item.exit {
  margin-right: 0;
}
.navipart--serviceNavi div.sub1 > .item > .menu {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  font-family: 'GraphikSemibold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.navipart--serviceNavi div.sub1 > .item > .menu:hover,
.navipart--serviceNavi div.sub1 > .item > .menu:focus,
.navipart--serviceNavi div.sub1 > .item > .menu.path {
  color: #fff;
}
.navipart--serviceNavi div.sub2 {
  display: none !important;
}
.section--one .desk {
  width: 820px;
}
.section--five .content--farwest {
  display: flex;
  align-items: flex-end;
}
.section--five .multimood {
  width: 48.56687898%;
  flex-shrink: 0;
  margin: 0 0 70px 0;
  z-index: 1;
}
.section--five .farwestcontent {
  width: 57.1656051%;
  margin-left: -5.73248408%;
  padding-left: 8.59872611%;
  padding-right: 8.59872611%;
  padding-top: 80px;
}
#head {
  margin-bottom: -10px;
}
.section--eight #head {
  margin-bottom: 30px;
}
.section--five .farwestcontent {
  padding-bottom: 30px;
}
.section--three .area .pure {
  margin-top: 55px;
  margin-bottom: 55px;
}
.section--three .area .seam .body {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section--three .area .seam .pict.tall:first-child {
  margin-top: -80px;
}
.section--four .area .unit {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section--six .area .seam .body,
.section--six .area .flat .body {
  padding-top: 28px;
  padding-bottom: 28px;
}
.section--six .area .seam .pict.tall:first-child,
.section--six .area .flat .pict.tall:first-child {
  margin-top: -58px;
}
.section--six .area .seam .part:last-child,
.section--six .area .flat .part:last-child {
  padding-top: 20px;
}
.section--six .area .edge .body {
  padding-top: 28px;
  padding-bottom: 28px;
}
.section--six .area .edge .pict.tall:first-child {
  margin-top: -58px;
}
.section--six .area .edge .link:nth-last-child(1),
.section--six .area .edge .link:nth-last-child(2) {
  padding-top: 20px;
}
.section--nine .area .pure .body {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section--ten .area .unit {
  margin-top: 10px;
  margin-bottom: 10px;
}
.unit.fold + .unit.fold {
  margin-top: -51px;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 2.3255814%;
  margin-left: 2.3255814%;
  width: 95.34883721%;
}
.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: 45.34883721%;
}
.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--four .area {
  width: 100%;
}
.section--four .area > .unit {
  margin-right: 1.54320988%;
  margin-left: 1.54320988%;
  width: 96.91358025%;
}
.section--four .area .cb-album .body,
.section--four .area .head,
.section--four .area .foot,
.section--four .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--four .area > .slim {
  width: 46.91358025%;
}
.section--four .area > .slim .head,
.section--four .area > .slim .foot,
.section--four .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--four .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--four .area > .slim .tiny {
  width: 100%;
}
.section--six .area {
  width: 100%;
}
.section--six .area > .unit {
  margin-right: 1.54320988%;
  margin-left: 1.54320988%;
  width: 96.91358025%;
}
.section--six .area .cb-album .body,
.section--six .area .head,
.section--six .area .foot,
.section--six .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--six .area > .slim {
  width: 30.24691358%;
}
.section--six .area > .slim .head,
.section--six .area > .slim .foot,
.section--six .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--six .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--six .area > .slim .tiny {
  width: 100%;
}
.section--one .area {
  width: 104.87804878%;
  margin-left: -2.43902439%;
  margin-right: 0;
}
.section--two .area {
  padding-left: 33.91719745%;
}
.section--four .area {
  width: 103.18471338%;
  margin-left: -1.59235669%;
}
.section--six .area {
  width: 103.18471338%;
  margin-left: -1.59235669%;
}
.section--seven .area {
  width: 111.62420382%;
  margin-left: -5.81210191%;
}
.section--one .area .pure.wide .part.tiny {
  width: 47.56097561%;
}
.section--two .area .seam {
  width: 26.67197452%;
}
.section--three .area .unit {
  width: 45.22292994%;
}
.section--four .area .unit {
  padding-left: 8.33333333%;
  padding-right: 8.33333333%;
}
.section--four .area .seam {
  width: 96.91358025%;
}
.section--four .area .seam .part.tall {
  float: right;
  width: 58.26923077%;
}
.section--four .area .seam .part.tiny {
  width: 37.88461538%;
}
.section--seven .area .pure {
  margin-left: 5.20684736%;
  margin-right: 5.20684736%;
}
.section--seven .area .pure.wide {
  width: 43.50927247%;
}
.section--seven .area .pure.slim {
  width: 35.66333809%;
  padding-top: 130px;
}
.section--seven .area .seam.wide {
  margin-left: 43.7232525%;
  margin-right: 20.61340942%;
  width: 35.66333809%;
}
.section--seven .area .seam.slim {
  margin-right: 43.7232525%;
  margin-left: 20.61340942%;
  width: 35.66333809%;
}
.section--nine .area .pure .body {
  padding-left: 50.40783034%;
  padding-right: 5.38336052%;
}
.section--nine .area .pure .pict.tall:first-child {
  width: 42.99363057%;
}
.section--nine .area .pure.slim .body {
  padding-right: 50.40783034%;
  padding-left: 5.38336052%;
}
.section--ten .area .unit .part:first-child {
  width: 39.8089172% !important;
  margin-right: 60.1910828% !important;
}
.section--ten .area .unit .part.tall {
  float: right;
  width: 48.56687898%;
  margin-right: 8.43949045%;
}
.section--ten .area .unit .part.tiny {
  width: 22.61146497%;
  margin-left: 17.19745223%;
}
/*# sourceMappingURL=./screen-large.css.map */