:root {
  --deskWidth: 1600px;
  --deskSpace: 220px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1599px) {
  :root {
    --deskSpace: 180px;
  }
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 24px;
  }
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 65px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 45px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 30px;
  }
}
:root {
  --spaceTotal: 80px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #5bc5f2;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #43bdf0;
}
.button:active {
  background-color: #14acec;
}
@media (max-width: 1599px) {
  .wrapper {
    font-size: 26px;
    line-height: 1.38461538;
  }
  .footcontent {
    font-size: 30px;
    line-height: 1.33333333;
  }
  .skew {
    font-size: 60px;
    line-height: 1.06666667;
  }
  div.link a.open {
    font-size: 50px;
    line-height: 1.2;
  }
}
.area--one {
  width: calc(100% + 200px);
  margin-left: -100px;
}
.area--two {
  width: calc(100% + 200px);
  margin-left: -100px;
}
.area--three {
  width: calc(100% + 200px);
  margin-left: -100px;
}
.area--one .unit {
  margin-left: 100px;
  margin-right: 100px;
}
.area--one .pure {
  width: calc(100% - 200px);
}
.area--one .pure.wide .part.tiny {
  width: calc(50% - 100px);
}
.area--one .pure.slim {
  width: calc(50% - 200px);
}
.area--one .pure.fold .part.tiny {
  width: 85.13513514%;
}
.area--one .seam {
  margin-right: calc((100%/12*3) - 100px);
}
.area--one .seam.slim {
  margin-right: calc((100%/12*5) - 100px);
}
.area--one .flat {
  margin-left: calc((100%/12*3) - 100px);
}
.area--one .flat.slim {
  margin-left: calc((100%/12*5) - 100px);
}
.area--two .unit {
  margin-left: 100px;
  margin-right: 100px;
  width: calc(100% - 200px);
}
.area--two .unit.wide .part.tiny {
  width: calc(50% - 100px);
}
.area--two .unit.slim {
  width: calc(50% - 200px);
}
.area--three .unit {
  margin-left: 100px;
  margin-right: 100px;
}
.area--three .pure {
  width: calc(100% - 200px);
}
.area--three .pure.wide .part.tiny {
  width: calc(50% - 100px);
}
.area--three .pure.slim {
  width: calc(50% - 200px);
}
.area--three .edge.wide {
  width: calc(100% - 200px);
}
.area--three .edge.slim {
  width: calc(50% - 200px);
}
.area--three .edge:not(.fold).wide .body .part.tiny {
  width: calc((100% / 3) - 60px);
}
.area--three .edge.fold.wide div.more .part.tiny {
  width: calc((100% / 3) - 60px);
}
.area--three .edge.fold div.more {
  padding-right: 60px;
}
.area--three .edge.fold .fold-toggle {
  padding-right: 60px;
}
.area--three .edge.fold .fold-toggle:after {
  width: 40px;
  height: 40px;
}
/*# sourceMappingURL=./screen-large.css.map */