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

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

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

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

.mainimage_sp {
  display: none;
}

/* 準備中 */
.comingsoon_conts {
  border: 2px solid #ff2d2d;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 24px;
}

.comingsoon_conts p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ff2d2d;
}
