/* ------------------------------
 width: all
------------------------------ */
header .gnav .menu:nth-child(6) .on {
  opacity: 1 !important;
}

main {
  height: 1100px;
  background-image: url(../images/bg_spec.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFE7;
}

main .wrapper {
  width: 1133px;
  margin: 0 auto;
  position: relative;
}

main .wrapper h1 {
  width: 1033px;
  position: absolute;
  z-index: 15;
  top: 420px;
  left: 100px;
}

main .wrapper h1 img {
  width: 100%;
  display: block;
}
