:root {
  --sectionSpace: 150px;
  --smallSpace: 50px;
}
@media (max-width: 859px) {
  :root {
    --sectionSpace: 100px;
    --smallSpace: 30px;
  }
}
:root {
  --deskWidth: 1122px;
  --deskSpace: 50px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 859px) {
  :root {
    --deskSpace: 20px;
  }
}
:root {
  --spacePart: 12px;
}
@media (max-width: 1221px) {
  :root {
    --spacePart: 12px;
  }
}
@media (max-width: 859px) {
  :root {
    --spacePart: 12px;
  }
}
:root {
  --spaceUnit: 38px;
}
@media (max-width: 1221px) {
  :root {
    --spaceUnit: 38px;
  }
}
@media (max-width: 859px) {
  :root {
    --spaceUnit: 18px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1221px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 859px) {
  :root {
    --spaceTotal: 30px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.section--three .subcontent.subcontent--1 {
  width: calc((100%/924*451) - 15px);
}
.section--three .subcontent.subcontent--2 {
  width: calc((100%/924*473) - 15px);
}
.area--one {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--two {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--one .unit {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--one .pure.slim {
  width: calc((100% / 3) - 30px);
}
.area--one .seam {
  width: calc((100% / 3) - 30px);
}
.area--one .flat .part {
  float: right;
  width: calc((100%/924*636) - 30px);
  margin-left: 30px;
}
.area--one .flat .part.tiny:first-child {
  float: left;
  width: 31.16883117%;
  margin-left: 0;
}
.area--two .unit {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--two .unit.slim {
  width: calc((100% / 3) - 30px);
}
.area--two .pure.wide .body {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--two .pure.wide .part {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--two .pure.wide .part.tiny {
  width: calc((100% / 3) - 30px);
}
.area--two .seam.wide .part {
  width: 57.21925134%;
}
.area--two .seam.wide .part.tiny {
  width: 40.10695187%;
}
.area--five .unit {
  aspect-ratio: 1.73684211;
}
.area--five .unit .body {
  padding-top: calc(var(--smallSpace) - (var(--smallSpace) / 2));
  padding-bottom: calc(var(--smallSpace) - (var(--smallSpace) / 2));
}
.area--five .unit .pict.tall:first-child {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
  width: calc(50% - 15px);
}
.area--five .unit .pict.tall:first-child * {
  height: 100%;
}
.area--five .unit .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--five .unit.wide {
  padding-left: calc(50% + 15px);
}
.area--five .unit.slim {
  padding-right: calc(50% + 15px);
}
/*# sourceMappingURL=./screen-medium.css.map */