:root {
  --deskWidth: 1540px;
  --deskSpace: 80px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
  }
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 20px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 15px;
  }
}
:root {
  --spaceTotal: 40px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 25px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  color: #94BDDC;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 11px 22px 9px 44px;
  box-sizing: border-box;
  border-radius: 10000px;
  -webkit-appearance: none;
  text-decoration: none;
  background-size: 10px 16px;
  background-position: 22px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-lightblue.svg);
}
.button:hover,
.button:focus {
  background-image: url(/images/chevron-right-darkblue.svg);
  color: #3F4D89;
}
@media (max-width: 767px) {
  .button {
    font-size: 15px;
    line-height: 1.33333333;
    background-position: 16px 50%;
    padding-right: 16px;
    padding-left: 34px;
  }
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 > .item {
  position: relative;
  margin-right: 50px;
  padding-bottom: 25px;
}
.navigation div.sub1 > .item.item--bigNavi {
  position: static;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0 !important;
}
.navigation div.sub1 > .item:hover > .menu,
.navigation div.sub1 > .item:focus > .menu {
  color: #3F4D89;
}
.navigation div.sub1 > .item > .menu {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navigation div.sub1 > .item > .menu.path {
  color: #3F4D89;
}
@media (max-width: 1459px) {
  .navigation div.sub1 > .item {
    margin-right: 40px;
  }
  .navigation div.sub1 > .item > .menu {
    font-size: 17px;
    line-height: 1.41176471;
  }
}
.navigation div.sub1 > .item.item--smallNavi div.sub2 {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #94BDDC;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 20px;
  min-width: 390px;
  overflow: hidden;
  height: 0;
  transition: all 0.5s 0.1s;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.navigation div.sub1 > .item.item--smallNavi div.sub2::-webkit-scrollbar {
  display: none;
}
.navigation div.sub1 > .item.item--smallNavi div.sub2 > .item {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.3s;
  margin: 15px 0;
}
.navigation div.sub1 > .item.item--smallNavi div.sub2 > .item.init {
  margin-top: 50px;
}
.navigation div.sub1 > .item.item--smallNavi div.sub2 > .item.exit {
  margin-bottom: 50px;
}
.navigation div.sub1 > .item.item--smallNavi div.sub2 > .item > .menu {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.33333333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.navigation div.sub1 > .item.item--smallNavi div.sub2 > .item > .menu:hover,
.navigation div.sub1 > .item.item--smallNavi div.sub2 > .item > .menu:focus,
.navigation div.sub1 > .item.item--smallNavi div.sub2 > .item > .menu.path {
  color: #3F4D89;
}
.navigation div.sub1 > .item.item--smallNavi.exit div.sub2 {
  left: initial;
  right: 0;
}
.navigation div.sub1 > .item.item--smallNavi:hover div.sub2 {
  height: calc(100vh - 330px);
  overflow-y: auto;
  transition: all 0.5s;
}
.navigation div.sub1 > .item.item--smallNavi:hover div.sub2 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.1s;
}
.bigNavi {
  position: absolute;
  left: 0;
  top: 154px;
  z-index: 2;
  width: 100%;
  background-color: #94BDDC;
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: 0;
  transition: all 0.5s 0.1s;
}
.bigNavi::-webkit-scrollbar {
  display: none;
}
.navigation div.sub1 > .item:hover .bigNavi {
  transition: all 0.5s;
  height: calc(100vh - 330px);
  overflow-y: auto;
}
.bigNavi__cover {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 60px 0;
}
.bigNavi__desk {
  float: left;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
}
.bigNavi__content {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.3s;
}
.navigation div.sub1 > .item:hover .bigNavi__content {
  transition: all 0.5s 0.1s;
  opacity: 1;
  transform: translateY(0);
}
.bigNavi__stage {
  float: left;
  width: calc(100% + 20px);
  margin: -30px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bigNavi__group {
  float: left;
  margin: 30px 10px;
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bigNavi__group--type5 {
  margin-left: auto;
  margin-top: -150px;
}
.bigNavi div.sub2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
.bigNavi div.sub2 > .item {
  margin-top: 14px;
}
.bigNavi div.sub2 > .item.init {
  margin-top: 0;
}
.bigNavi div.sub2 > .item > .menu {
  font-size: 18px;
  line-height: 1.33333333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.bigNavi div.sub2 > .item > .menu:hover,
.bigNavi div.sub2 > .item > .menu:focus,
.bigNavi div.sub2 > .item > .menu.path {
  color: #3F4D89;
}
.area--one {
  width: 100%;
}
.area--one > .unit {
  margin-right: 2.94117647%;
  margin-left: 2.94117647%;
  width: 94.11764706%;
}
.area--one .cb-album .body,
.area--one .head,
.area--one .foot,
.area--one .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim {
  width: 44.11764706%;
}
.area--one > .slim .head,
.area--one > .slim .foot,
.area--one > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--one > .slim .tiny {
  width: 100%;
}
.area--two {
  width: 100%;
}
.area--two > .unit {
  margin-right: 2.4691358%;
  margin-left: 2.4691358%;
  width: 95.0617284%;
}
.area--two .cb-album .body,
.area--two .head,
.area--two .foot,
.area--two .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--two > .slim {
  width: 28.39506173%;
}
.area--two > .slim .head,
.area--two > .slim .foot,
.area--two > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--two > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--two > .slim .tiny {
  width: 100%;
}
.area--four {
  width: 100%;
}
.area--four > .unit {
  margin-right: 2.4691358%;
  margin-left: 2.4691358%;
  width: 95.0617284%;
}
.area--four .cb-album .body,
.area--four .head,
.area--four .foot,
.area--four .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--four > .slim {
  width: 45.0617284%;
}
.area--four > .slim .head,
.area--four > .slim .foot,
.area--four > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--four > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--four > .slim .tiny {
  width: 100%;
}
.area--one {
  width: 106.25%;
  margin-left: -3.125%;
}
.area--two {
  width: 105.19480519%;
  margin-left: -2.5974026%;
}
.area--four {
  width: 105.19480519%;
  margin-left: -2.5974026%;
}
.area--one .pure.wide .part.tiny {
  width: 46.875%;
}
.area--one .seam {
  width: 65.44117647%;
  margin-left: calc((100% - (100%/1360*890)) / 2);
  margin-right: calc((100% - (100%/1360*890)) / 2);
}
.area--one .flat {
  width: 27.42647059%;
}
.area--one .flat.slim {
  width: 19.11764706%;
}
.area--one .edge {
  width: 94.11764706%;
}
.area--two .seam {
  width: 28.39506173%;
}
.area--two .edge {
  width: 95.0617284%;
}
.area--four .pure.wide .part.tiny {
  width: 47.4025974%;
}
.area--four .seam {
  width: 95.0617284%;
}
.area--four .seam .body {
  width: 57.79220779%;
  margin-left: 42.20779221%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  padding: 5px 40px;
}
.area--four .seam .part {
  margin-top: 35px;
  margin-bottom: 35px;
}
.area--four .seam .pict.tall:first-child {
  width: 75.32467532%;
  height: 100%;
}
.area--four .seam.slim .body {
  width: 40.90909091%;
  margin-left: 59.09090909%;
}
.area--four .edge {
  width: 95.0617284%;
}
/*# sourceMappingURL=./screen-large.css.map */