@charset "UTF-8";
@media (max-width: 767px) {
  .body__left-column {
    /* xsで非表示 */
    display: none;
  }
}
  .body__left-column {
    /* xsで非表示 */
    display: none;
  }

/* #############################################################################
 * メイン
 * #############################################################################
 */
.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1080px;
  font-family: "Rounded Mplus 1c";
  font-weight: 400;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}

.body__left-column {
  /* ---------------------------------------------------------------------------
   * 左カラム
   * ---------------------------------------------------------------------------
   */
  width: 160px;
}

.body__center-column {
  /* ---------------------------------------------------------------------------
   * 中央カラム
   * ---------------------------------------------------------------------------
   */
  width: 100%;
}
/*# sourceMappingURL=body.css.map */