:root {
  --deskWidth: 1096px;
  --deskSpace: 5vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #EC543E;
  line-height: 1.25;
  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: #ea3f27;
}
.button:active {
  background-color: #ca2b14;
}
.wrapper {
  padding-top: 170px;
}
.section--header {
  padding-top: 60px;
  padding-bottom: 40px;
}
#toplinks {
  top: 60px;
}
.footarea {
  width: 104.34782609%;
  margin-left: -2.08333333%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
}
.footpart {
  margin-left: 2.08333333%;
  margin-right: 2.08333333%;
}
.footpart.footpart--slim {
  width: 22.91666667%;
}
.footpart.footpart--wide {
  width: 22.91666667%;
}
.footpart.footpart--tiny {
  width: 14.58333333%;
}
h1,
h2 {
  font-size: 38px;
  line-height: 1.07894737;
}
h3 {
  font-size: 26px;
  line-height: 1.15384615;
}
h3:after {
  width: 15px;
  height: 25px;
}
p.loud {
  font-size: 22px;
  line-height: 1.22727273;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 1.57894737%;
  margin-left: 1.57894737%;
  width: 96.84210526%;
}
.section--one .area .cb-album .body,
.section--one .area .head,
.section--one .area .foot,
.section--one .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim {
  width: 46.84210526%;
}
.section--one .area > .slim .head,
.section--one .area > .slim .foot,
.section--one .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim .tiny {
  width: 100%;
}
.section--two .area {
  width: 100%;
}
.section--two .area > .unit {
  margin-right: 1.57894737%;
  margin-left: 1.57894737%;
  width: 96.84210526%;
}
.section--two .area .cb-album .body,
.section--two .area .head,
.section--two .area .foot,
.section--two .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim {
  width: 30.1754386%;
}
.section--two .area > .slim .head,
.section--two .area > .slim .foot,
.section--two .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim .tiny {
  width: 100%;
}
.section--one .area {
  width: 103.26086957%;
  margin-left: -1.63043478%;
}
.section--two .area {
  width: 103.26086957%;
  margin-left: -1.63043478%;
}
.section--one .area .seam.slim {
  width: 30.10526316%;
}
.section--one .area .flat.wide {
  min-height: 400px;
}
.section--one .area .flat.wide .body {
  padding-right: 50%;
  box-sizing: border-box;
}
.section--one .area .flat.wide .part.pict:last-child {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 47.36842105%;
}
.section--one .area .flat.slim {
  min-height: 400px;
  width: 96.84210526%;
}
.section--one .area .flat.slim .body {
  padding-left: 50%;
  box-sizing: border-box;
}
.section--one .area .flat.slim .part.pict:last-child {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 47.36842105%;
}
.section--two .area .wide {
  width: 30.10526316%;
}
/*# sourceMappingURL=./screen-medium.css.map */