.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #000;
  font-size: 18px;
  line-height: 1.33333333;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'SoleilBold', sans-serif;
  cursor: pointer;
  color: #fff;
  padding: 14px 24px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover,
.button:focus {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .button {
    font-size: 15px;
    line-height: 1.33333333;
    padding: 12px 24px;
  }
}
.section--one .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout1 .section--one .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--one .subcontent.subcontent--1 {
  width: 59.77722772%;
}
.section--one .subcontent.subcontent--2 {
  width: 31.68316832%;
}
.section--three .subcontent.subcontent--1 {
  width: 42.45049505%;
}
.section--three .subcontent.subcontent--2 {
  float: right;
  width: 48.76237624%;
}
.section--five .subcontent.subcontent--1 {
  width: 42.45049505%;
}
.section--five .subcontent.subcontent--2 {
  float: right;
  width: 48.76237624%;
}
@media (max-width: 1639px) {
  .section--five .subcontent.subcontent--1 {
    width: 34.72222222%;
  }
  .section--five .subcontent.subcontent--2 {
    width: 57.87037037%;
  }
}
.section--six .subcontent.subcontent--1 {
  width: 42.45049505%;
}
.section--six .subcontent.subcontent--2 {
  float: right;
  width: 48.76237624%;
}
@media (max-width: 1639px) {
  .section--six .subcontent.subcontent--1 {
    width: 34.72222222%;
  }
  .section--six .subcontent.subcontent--2 {
    width: 57.87037037%;
  }
}
.area--seven {
  gap: 0 138px;
}
.area--two .unit {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  aspect-ratio: 1.76612022;
}
.area--two .unit .body {
  max-width: 638px;
  margin: calc(140px - var(--spacePart)) 0;
}
.area--two .unit .pict.tall:last-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -1;
}
.area--two .unit .pict.tall:last-child * {
  height: 100%;
}
.area--two .unit .pict.tall:last-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.area--two .unit .pict.tall:last-child img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1639px) {
  .area--two .unit .body {
    max-width: 460px;
    margin: calc(100px - var(--spacePart)) 0;
  }
}
.area--sixA .pict .cb-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area--seven .unit.slim {
  width: calc(100% / 3 - 92px);
}
/*# sourceMappingURL=screen-large.css.map */