.button {
  background-color: #d0043c;
  font-size: clamp(1rem, 0.29133285vw + 0.93171886rem, 1.25rem);
  line-height: clamp(1.5rem, 0.87399854vw + 1.29515659rem, 2.25rem);
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding: 8px 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
div.navi > .item > .menu > .cb-navigation-text {
  display: block;
}
div.navi > .item > .menu > .cb-navigation-subtext,
div.navi > .item > .menu > .cb-navigation-icon {
  display: none;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  --naviLineVerticalOffset: 43px;
}
.navigation div.sub1 > .item {
  margin-right: 36px;
  position: relative;
}
.navigation div.sub1 > .item:not(.item-empty):before,
.navigation div.sub1 > .item:not(.item-empty):after {
  content: '';
  position: absolute;
  background-color: #d0043c;
  z-index: 2;
  left: 50%;
}
.navigation div.sub1 > .item:not(.item-empty):before {
  margin-left: -1px;
  top: 100%;
  width: 2px;
  height: 0;
  transition: all 0.16s 0.1s;
}
.navigation div.sub1 > .item:not(.item-empty):after {
  width: 0;
  height: 2px;
  margin-left: -1px;
  top: calc(100% + var(--naviLineVerticalOffset));
  transition: all 0.1s;
}
.navigation div.sub1 > .item:not(.item-empty):hover:before,
.navigation div.sub1 > .item:not(.item-empty):focus:before {
  height: var(--naviLineVerticalOffset);
  transition: all 0.16s;
}
.navigation div.sub1 > .item:not(.item-empty):hover:after,
.navigation div.sub1 > .item:not(.item-empty):focus:after {
  width: 30px;
  transition: all 0.1s 0.16s;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0 !important;
}
.navigation div.sub1 > .item.exit > .menu {
  background-color: #000;
}
.navigation div.sub1 > .item > .menu {
  float: left;
  width: 76px;
  height: 76px;
  background-color: #d0043c;
  border-radius: 10000px;
  transition: all 0.24s;
  position: relative;
}
.navigation div.sub1 > .item > .menu:hover {
  transform: scale(1.1);
}
.navigation div.sub1 > .item > .menu:hover > .cb-navigation-text {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.navigation div.sub1 > .item > .menu.path > .cb-navigation-text {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.navigation div.sub1 > .item > .menu > .cb-navigation-text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.23076923;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: 0;
  transition: all 0.24s;
  color: #000 !important;
}
.navigation div.sub1 > .item > .menu > .cb-navigation-icon {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.24s;
}
.navigation div.sub2 {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 30px 0 30px 80px;
  display: flex;
  align-items: flex-start;
  width: 0;
  overflow: hidden;
  transition: all 0.6s;
  pointer-events: none;
}
.navigation div.sub2 > .item {
  margin-right: 30px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s;
}
.navigation div.sub2 > .item .exit {
  margin-right: 0 !important;
}
.navigation div.sub2 > .item > .menu {
  white-space: nowrap;
  color: #7F7F7F;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  color: #d0043c;
}
@media (max-width: 1439px) {
  .navigation div.sub2 > .item > .menu {
    font-size: 22px;
    line-height: 1.36363636;
  }
}
.navigation div.sub1 > .item:hover div.sub2 {
  pointer-events: initial;
  width: var(--js-elementWidth);
  transition: all 0.6s 0.26s;
}
.navigation div.sub1 > .item:hover div.sub2 > .item {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s 0.2s;
}
.section--one .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section--one .subcontent.subcontent--1 {
  width: var(--altContentWidth);
  max-width: calc(100% - ( 420px + 80px));
}
.section--one .subcontent.subcontent--2 {
  width: 420px;
  margin-top: calc(256px - var(--spaceTotal));
}
.layout2 .section--one .subcontent.subcontent--1 {
  width: 100%;
}
.layout3 .section--one .subcontent.subcontent--2 {
  margin-top: calc(292px - var(--spaceTotal));
}
.area--two .unitOne--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--two .unitTwo {
  width: calc(((100% / 3) * 2) - 30px);
  margin-right: calc(100% - (((100% / 3) * 2) - 15px));
}
/*# sourceMappingURL=./screen-large.css.map */