/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top {
  overflow-x: hidden;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main top
------------------------------------------------------------*/
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top #maker {
    padding-bottom: 20px;
  }
}
