/*mainimage
----------------------------------------------------*/
#mainimage {
  background: #fff;
}

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

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

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

.mainiamge_bg {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.mainimage_bg01,
.mainimage_bg02 {
  position: absolute;
  top: 0;
}

.mainimage_bg01 {
  position: absolute;
  left: -160px;
}

.mainimage_bg02 {
  right: -150px;
}

.mainimage_sp {
  display: none;
}
