#ichiro {
  position: absolute;
  top: 204px;
  left: 128px;
  width: 446px;
  height: 530px;
  background: url(../../img/new/home/ichiro_top.png) center/100% no-repeat;
  z-index: 11;
}

#notice {
  width: 480px;
  height: 72px;
  box-sizing: border-box;
  font-size: 14px;
  color: #473e3e;
  opacity: 0;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  bottom: 48px;
  left: 110px;
}

#notice.on {
  opacity: 1.0;
}

#notice h2 {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  background: url(../../img/new/home/info_icon.svg) center center no-repeat #e7281c;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
}

#notice .contents_body {
  width: 480px;
  height: 72px;
  padding-left: 24px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#display_bnr {
  width: 50%;
  height: 622px;
  position: absolute;
  top: 104px;
  left: 32px;
  z-index: 51;
}

#display_bnr a {
  display: block;
  width: 580px;
  height: 580px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#display_bnr a img {
  display: block;
  width: 100%;
  height: auto;
}