:root {
  --deskWidth: 1280px;
  --deskSpace: 30px;
  --deskMaxWidth: calc(100% - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 8px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 8px;
  }
}
:root {
  --spaceUnit: 32px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 12px;
  }
}
:root {
  --spaceTotal: 40px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #6F8F31;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  -webkit-appearance: none;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #AFAD3D;
}
.button:active {
  background-color: #9c9a36;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 1.99203187%;
  margin-left: 1.99203187%;
  width: 96.01593625%;
}
.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.01593625%;
}
.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--one .area {
  width: 104.14937759%;
  margin-left: -2.0746888%;
}
@media (max-width: 1023px) {
  .section--one .area .flat .part.pict.tall:first-child {
    width: 80%;
    margin: 0 10%;
  }
}
/*# sourceMappingURL=./screen-medium.css.map */