.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #C6E24D;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'ArchivoExpanded', sans-serif;
  font-weight: 400 !important;
  cursor: pointer;
  color: #141415;
  padding: 24px 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  background-size: 0 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #e3e5d9, #e3e5d9);
}
.button strong {
  font-weight: 400 !important;
}
.button .star {
  font-weight: 400 !important;
}
.button:hover,
.button:focus {
  background-size: 100% 100%;
}
.area--one {
  width: calc(100% + 60px);
  margin-left: -30px;
}
.area--one .unit {
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 60px);
}
.area--one .unitOne--1-3 {
  width: calc((100% / 3) - 60px);
}
.area--one .unitThree {
  width: calc(50% - 60px);
}
.area--two {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--two .unit {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}
.area--two .unitOne {
  width: calc((100% / 3) - 40px);
  box-sizing: border-box;
  padding: 0 var(--rootUnitPadding);
  transition: all 0.24s;
}
.area--two .unitOne:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(var(--rootUnitPadding) * -1);
  width: 0;
  height: 1px;
  background-color: #e3e5d9;
  transition: background 0.2s, width 0.2s 0.2s, left 0.2s 0.2s, height 0.2s;
}
.area--two .unitOne .unit__content {
  position: relative;
  z-index: 2;
}
.area--two .unitOne .star {
  transition: all 0.24s;
}
.area--two .unitOne.unit--isAnchor:hover {
  transition: all 0.24s 0.1s;
  color: #141415;
}
.area--two .unitOne.unit--isAnchor:hover:before {
  width: 100%;
  height: calc(100% + (var(--rootUnitPadding) * 2));
  left: 0;
  background-color: #C6E24D;
  transition: background 0.2s, width 0.2s, left 0.2s, height 0.2s 0.2s;
}
.area--two .unitOne.unit--isAnchor:hover .star {
  color: #141415;
  transition: all 0.24s 0.1s;
}
/*# sourceMappingURL=./screen-large.css.map */