.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  font-size: 14px;
  line-height: 1.57142857;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  padding: 3px 20px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.24s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #E2001A, #E2001A);
}
.button:hover,
.ns-teaser:hover .button {
  background-size: 100% 100%;
  border-color: #E2001A;
  color: #fff;
}
@media (max-width: 767px) {
  .button {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 10px;
  }
}
.area--one .unitOne--1-4 {
  width: calc(25% - 24px);
}
.area--one .unitOne--1-5 {
  width: calc(20% - 24px);
}
.area--one .unitThree--1-4 {
  width: calc(25% - 24px);
}
.area--one .unitFour .unit__background {
  width: calc(100% - (456px + 64px));
}
.area--one .unitFour .unit__content {
  width: 456px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.area--one .unitFive--1-3 {
  width: calc((100% / 3) - 24px);
}
.area--one .unitFive--1-4 {
  width: calc(25% - 24px);
}
.area--one .unitSix {
  width: calc(25% - 24px);
}
.area--one .unitEight {
  width: calc(25% - 24px);
}
.area--three .unit {
  width: calc(20% - 24px);
}
/*# sourceMappingURL=./screen-large.css.map */