@charset "UTF-8";

/* Helper
   ========================================================================== */

/**
 * Clip
 */

.clipped {
  overflow: hidden;
}

.clipped .height {
  height: 100%;
}

.clipped .scroll {
  overflow-y: auto;
  width: auto;
  height: 100%;
}

/**
 * Display
 */

.pc {
  display: block !important;
}

br.pc,
img.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  br.pc,
  img.pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  br.sp,
  img.sp {
    display: inline !important;
  }
}

/**
 * Width
 */

[data-width="1100"] {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  [data-width="1100"] {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
