/* ==============================================
  COMMON

  @date 2017-07-07
  @include _common

  memo:

  @mixin ============================================= */
.is-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#blind {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf4ec;
  z-index: 49;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  COMMON

  @date 2017-07-07
  @include _common

  memo:

  @mixin ============================================= */
  .is-clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
}
