.product .main {
  background-image: url(../images/main_bg.jpg);
  background-size: cover;
  padding-bottom: 55px;
}
.product .main .main-inner h1 {
  margin-left: -10px;
}
.product .main .main-inner h1 img {
  width: 300px;
}
.product .main .main-inner figure {
  width: 100%;
  text-align: center;
  margin-left: -10px;
  margin-top: -12px;
}
.product .main .main-inner figure img {
  width: 300px;
}
.product .main .main-inner .tag img {
  margin-left: -10px;
  width: 300px;
}
.product .main .main_bottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
.product .main .main_bottom img {
  width: 100%;
}
