/*mainimage
----------------------------------------------------*/
#mainimage {
  background: url("../images/top/bg_mainimage.png") repeat center center;
  box-sizing: border-box;
  padding: 24px 0;
}

.mainimage_pc {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mainimage_img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}

.mainimage_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mainimage_sp {
  display: none;
}
