.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #212324;
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
  color: #fff !important;
  padding: 17px 50px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  background-size: 35px 10px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-large-right-black.svg);
}
.button:hover,
.button:focus {
  padding-right: 24px;
  padding-left: 76px;
  background-position: 24px 50%;
  background-image: url(/images/arrow-large-right-white.svg);
}
.gradientGroup--4 .button,
.gradientGroup--7 .button,
.area--two .unitTwo .button {
  background-color: #fff;
  color: #212324 !important;
  background-image: url(/images/arrow-large-right-white.svg);
}
.gradientGroup--4 .button:hover,
.gradientGroup--7 .button:hover,
.area--two .unitTwo .button:hover,
.gradientGroup--4 .button:focus,
.gradientGroup--7 .button:focus,
.area--two .unitTwo .button:focus {
  background-image: url(/images/arrow-large-right-black.svg);
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.navigation div.sub1 > .item {
  position: relative;
  margin-left: 48px;
  padding: 14px 0;
}
.navigation div.sub1 > .item.init {
  margin-left: 0;
}
.navigation div.sub1 > .item.item-empty > .menu {
  margin-left: 0;
}
.navigation div.sub1 > .item.item-empty > .menu:before {
  display: none;
}
.navigation div.sub1 > .item:hover,
.navigation div.sub1 > .item:focus {
  z-index: 2;
}
.navigation div.sub1 > .item:hover > .menu:before,
.navigation div.sub1 > .item:focus > .menu:before {
  transform: rotate(-180deg);
}
.navigation div.sub1 > .item:hover > .menu:after,
.navigation div.sub1 > .item:focus > .menu:after {
  width: 100%;
}
.navigation div.sub1 > .item > .menu {
  font-size: 15px;
  line-height: 1.6;
  padding: 2px 0;
  font-weight: 700;
  text-decoration: none;
  color: #212324;
  position: relative;
  margin-left: 24px;
}
.navigation div.sub1 > .item > .menu:before,
.navigation div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  z-index: 2;
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .menu:before {
  left: -24px;
  top: 3px;
  width: 8px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down-black.svg);
}
.navigation div.sub1 > .item > .menu:after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #212324;
}
.navigation div.sub1 > .item > .menu.path:after {
  width: 100%;
}
.navigation div.sub2 {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  height: 0;
  overflow: hidden;
  transition: all 0.2s 0.1s;
}
.navigation div.sub2 > .item {
  margin-top: 14px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.1s;
}
.navigation div.sub2 > .item.init {
  margin-top: 24px;
}
.navigation div.sub2 > .item.exit {
  margin-bottom: 24px;
}
.navigation div.sub2 > .item > .menu {
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.6;
  padding: 2px 0;
  font-weight: 700;
  color: #212324;
  position: relative;
}
.navigation div.sub2 > .item > .menu:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #212324;
  transition: all 0.4s;
}
.navigation div.sub2 > .item > .menu:hover:after,
.navigation div.sub2 > .item > .menu:focus:after,
.navigation div.sub2 > .item > .menu.path:after {
  width: 100%;
}
.navigation div.sub1 > .item:hover div.sub2 {
  transition: all 0.4s;
  height: var(--js-elementHeight);
}
.navigation div.sub1 > .item:hover div.sub2 > .item {
  transition: all 0.4s 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.section--mood .subcontent.subcontent--1 {
  width: calc((100% - 500px) + 178px);
  margin-right: -178px;
}
.section--mood .subcontent.subcontent--2 {
  width: 500px;
  margin-top: 0;
}
.section--root .subcontent.subcontent--1 {
  width: calc((100% - 608px) + 284px);
  margin-right: -284px;
}
.section--root .subcontent.subcontent--2 {
  width: 608px;
}
.area--two .unitOne--1-4 {
  width: calc(25% - 40px);
}
.area--two .unitTwo {
  width: calc((100% / 3) - 40px);
}
.area--two .unitThree .part:nth-child(4n - 3),
.area--two .unitThree .part:nth-child(4n) {
  width: 48.40764331%;
}
.area--two .unitThree .part:nth-child(4n - 2),
.area--two .unitThree .part:nth-child(4n - 1) {
  width: 31.21019108%;
}
.area--two .unitThree .part:nth-child(4n - 2),
.area--two .unitThree .part:nth-child(4n) {
  margin-left: 20.38216561%;
}
/*# sourceMappingURL=./screen-large.css.map */