#mainImageWrap{
	background: url(../../img/top/main_image_bg.png) no-repeat center 0;
  height: 570px;
  margin-bottom: 20px;
}
#mainImage{
  background-image: url(../../img/top/main_image-thumb-920xauto-832269.png);
  height: 570px;
}
.mainBox02{
	display:block!important;
}
@media only screen and (max-width: 767px){
  #mainImageWrap{
    background: url(../../img/top/main_image_bg.png) no-repeat center 0/230%;
    height: 64vw;
  }
  #mainImage{
    height: 64vw;
  }
  .mainBox02{
    padding-top: 14vw;
  }
  .mainBox02 img{
    width: 37%;
  }
}