.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #7c7568;
  line-height: 1.21428571;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #6e685c;
}
.button:active {
  background-color: #524e45;
}
.bubble {
  padding: 40px;
  border-radius: 100%;
  aspect-ratio: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /** Fallback (current, using intrinsic ratio technique) */
}
@supports not (aspect-ratio: 1) {
  .bubble .aspect-ratio-box::before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .bubble .aspect-ratio-box:after {
    display: block;
    content: '';
    clear: both;
  }
}
h1 {
  font-size: 30px;
  line-height: 1.16666667;
}
h2 {
  font-size: 30px;
  line-height: 1.16666667;
}
h3 {
  font-size: 24px;
  line-height: 1.16666667;
}
h4 {
  font-size: 20px;
  line-height: 1.15;
}
.area--two {
  width: 100%;
}
.area--two > .unit {
  margin-right: 4.16666667%;
  margin-left: 4.16666667%;
  width: 91.66666667%;
}
.area--two .cb-album .body,
.area--two .head,
.area--two .foot,
.area--two .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--two > .slim {
  width: 41.66666667%;
}
.area--two > .slim .head,
.area--two > .slim .foot,
.area--two > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--two > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area--two > .slim .tiny {
  width: 100%;
}
.area--two {
  width: 104.34782609%;
  margin-left: -4.34782609%;
}
/*# sourceMappingURL=screen-medium.css.map */