:root {
  --spacePart: 12px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 12px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 12px;
  }
}
:root {
  --spaceUnit: 76px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 76px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 52px;
  }
}
:root {
  --spaceTotal: 88px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 88px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 64px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #90E1B6;
  -webkit-appearance: none;
  border-radius: 100000px;
  padding: 10px 30px 10px 60px;
}
.button:before {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.button:hover,
.button:focus {
  background-color: #80CAA6;
  padding-left: 64px;
  padding-right: 26px;
}
.button:hover:before,
.button:focus:before {
  left: 26px;
}
.desk {
  max-width: 83%;
}
.homelink {
  width: 190px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section--one .content {
  padding: 72px 8.5vw 36px;
}
.section--four .subcontent {
  width: 38%;
}
.section--four .subcontent.subcontent--2 {
  width: calc(62% - 8.5vw - 40px);
  margin-right: 8.5vw;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;
}
.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: 44%;
}
.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: 106%;
  margin-left: -3%;
}
.section--two .area {
  width: 106%;
  margin-left: -3%;
}
.section--two .area .unit {
  margin-left: 3%;
  margin-right: 3%;
}
.section--two .area .pure {
  width: 94%;
}
.section--two .area .seam {
  width: 44%;
}
@media (max-width: 1023px) {
  .section--two .area .flat {
    width: 94%;
  }
  .section--two .area .flat .part:nth-child(2n-1) {
    width: 55%;
    margin-right: 45%;
  }
  .section--two .area .flat .part:nth-child(2n) {
    width: 85%;
    margin-left: 15%;
  }
  .section--two .area .flat .part:nth-child(n+2) {
    margin-top: 100px;
  }
}
.section--two .area .edge.slim {
  width: 94%;
}
.section--four .content--2 .area .unit {
  width: 83%;
  margin-left: 8.5%;
  margin-right: 8.5%;
}
@media (max-width: 1023px) {
  .section--five .area .unit {
    text-align: center;
  }
  .section--five .area .unit + .unit {
    margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - 72px) * -1);
  }
  .section--five .area .unit .pict {
    display: flex;
    justify-content: center;
  }
  .section--five .area .unit .pict .cb-image-figure {
    max-width: 320px;
  }
}
/*# sourceMappingURL=./screen-medium.css.map */