:root {
  --deskSpace: 60px;
  --deskMaxWidth: calc(100% - (var(--deskSpace) * 2));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 60px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 30px;
  }
}
:root {
  --spaceTotal: 70px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #D50D20;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 16px 9px 67px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.3s;
}
.button:before,
.button:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 0;
  background-size: 35px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.button:before {
  left: 16px;
  width: 35px;
}
.button:after {
  right: 16px;
}
.button:hover,
.button:focus {
  padding-left: 16px;
  padding-right: 67px;
  background-color: #E25462;
}
.button:hover:before,
.button:focus:before {
  width: 0;
}
.button:hover:after,
.button:focus:after {
  width: 35px;
}
.navigation .button,
.section--two .area .seam .button {
  background-color: #fff;
  color: #D50D20;
}
.navigation .button:before,
.section--two .area .seam .button:before,
.navigation .button:after,
.section--two .area .seam .button:after {
  background-image: url(/images/arrow-right-red.svg);
}
.navigation .button:hover,
.section--two .area .seam .button:hover,
.navigation .button:focus,
.section--two .area .seam .button:focus {
  color: #fff;
  background-color: #E25462;
}
.navigation .button:hover:before,
.section--two .area .seam .button:hover:before,
.navigation .button:focus:before,
.section--two .area .seam .button:focus:before,
.navigation .button:hover:after,
.section--two .area .seam .button:hover:after,
.navigation .button:focus:after,
.section--two .area .seam .button:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--header .button {
  border: 2px solid #D50D20;
  background-color: transparent;
  color: #D50D20;
}
.section--header .button:before,
.section--header .button:after {
  background-image: url(/images/arrow-right-red.svg);
}
.section--header .button:hover,
.section--header .button:focus {
  color: #fff;
  background-color: #E25462;
  border-color: #E25462;
}
.section--header .button:hover:before,
.section--header .button:focus:before,
.section--header .button:hover:after,
.section--header .button:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--titles .content {
  padding-left: calc((100% - 560px) / 2);
  margin-bottom: calc((var(--spaceTotal) - 40px) * -1);
}
.cb-layout3 .section--titles .content {
  margin-bottom: 0;
}
.section--one .content {
  padding-left: calc((100% - 560px) / 2);
}
.section--five .subcontent--1 {
  width: 40%;
}
.section--five .subcontent--2 {
  width: 56%;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 1%;
  margin-left: 1%;
  width: 98%;
}
.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: 48%;
}
.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: 2%;
  margin-left: 2%;
  width: 96%;
}
.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: 46%;
}
.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: 102%;
  margin-left: -1%;
}
.section--two .area {
  width: 104%;
  margin-left: -2%;
}
.section--one .area .seam:not(.fold) {
  width: 48%;
}
.section--one .area .edge:not(.fold) {
  width: 98%;
}
.section--one .area .seam.fold + .seam.fold:nth-child(2n) {
  transform: translateX(-50px);
}
.section--two .area .seam .part {
  float: right;
  width: 260px;
  margin-left: calc(100% - 260px);
}
.section--two .area .seam .part:first-child {
  float: left;
  width: calc(100% - 290px);
  margin-left: 0;
  margin-right: -100%;
}
.section--two .area .edge {
  width: 96%;
}
/*# sourceMappingURL=./screen-medium.css.map */