/**
 * スライダーの幅を指定
 */
.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 753px;
}