.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: rgba(170, 161, 134, 0.4);
  line-height: 1.55555556;
  cursor: pointer;
  color: #FFFFFF;
  padding: 8px 42px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  width: min(400px, 100%);
  background-size: 10px 20px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:hover,
.button:focus {
  color: #FFFFFF;
  background-color: #9f9577;
}
.button:active {
  background-color: #867c5e;
}
#home {
  height: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 1023px) {
  #home {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #home {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  #home {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #home {
    margin-bottom: 40px;
  }
}
.cb-scroll-triggered--active #home {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .cb-scroll-triggered--active #home {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cb-scroll-triggered--active #home {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .cb-scroll-triggered--active #home {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cb-scroll-triggered--active #home {
    margin-bottom: 20px;
  }
}
.navigation {
  margin-top: 37px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-scroll-triggered--active .navigation {
  margin-top: 20px;
}
.section--intro .content {
  padding-top: 125px;
}
.section--bgcolor .content {
  padding-top: 150px;
}
.backlink {
  top: 150px;
}
.footarea {
  width: 104%;
  margin-left: -2%;
  display: flex;
  flex-wrap: wrap;
}
.footpart {
  margin-left: 2%;
  margin-right: 2%;
}
.footpart.footpart--slim {
  width: 46%;
}
.footpart.footpart--wide {
  width: 100%;
}
.wrapper {
  font-size: 21px;
  line-height: 1.76190476;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 1.08695652%;
  margin-left: 1.08695652%;
  width: 97.82608696%;
}
.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: 47.82608696%;
}
.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: 102.22222222%;
  margin-left: -1.11111111%;
  display: flex;
  flex-wrap: wrap;
}
.section--two .area {
  width: 102.22222222%;
  margin-left: -1.11111111%;
  display: flex;
  flex-wrap: wrap;
}
.section--one .area .wide.pure .body {
  width: 102.22222222%;
  margin-left: -1.11111111%;
}
.section--one .area .wide.pure .part {
  margin-left: 1.08695652%;
  margin-right: 1.08695652%;
}
.section--one .area .wide.pure .part.tall {
  width: 97.82608696%;
}
.section--one .area .wide.pure .part.tiny {
  width: 22.82608696%;
}
.section--one .area .wide.seam {
  width: 47.82608696%;
}
.section--two .area .unit {
  width: 47.82608696%;
  margin-left: 1.08695652%;
  margin-right: 1.08695652%;
}
/*# sourceMappingURL=./screen-medium.css.map */