.hero {
  position: relative;
}

.hero__logo {
  position: absolute;
  width: 395px;
  height: 393px;
  top: -100px;
  left: 3%;
  z-index: 11;
}

@media only screen and (max-width: 1500px) {
  .hero__logo {
    width: 26.33%;
    height: auto;
  }
}

.hero img {
  width: 100%;
}

.announce {
  margin-top: 65px;
}

.announce__inner {
  width: 750px;
  margin: 0 auto;
  padding: 20px 30px;
  border: 1px solid #000000;
  background: #FFFBCF;
}

.announce__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.6px;
}

.announce__text + .announce__text {
  margin-top: 10px;
}

.announce a {
  color: #0091F0;
  text-decoration: underline;
  -webkit-text-decoration-color: #0091F0;
  text-decoration-color: #0091F0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.announce a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.banners {
  width: 750px;
  margin: 30px auto 0;
}

.banners__item a {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.banners__item a:hover {
  opacity: .7;
}

.banners__item img {
  width: 100%;
}

.close-banner {
  width: 960px;
  margin: 30px auto 0;
}

.close-banner__item img {
  width: 100%;
}

.teaser-banner {
  width: 960px;
  margin: 0 auto;
}

.teaser-banner__item img {
  width: 100%;
}

.info {
  width: 960px;
  margin: auto;
  padding-top: 65px;
}

.about {
  position: relative;
}

.about__inner {
  width: 1010px;
  margin: auto;
  padding-top: 65px;
  position: relative;
}

.about__inner::before {
  background: url(/jmaji/pc/assets/img/common/deco_ball01.png) no-repeat;
  width: 67px;
  height: 67px;
  top: 60px;
  right: -85px;
}

.about__inner::after {
  background: url(/jmaji/pc/assets/img/common/deco_ball02.png) no-repeat;
  width: 67px;
  height: 67px;
  top: 760px;
  left: -140px;
}

.about__inner::before, .about__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
}

.about__inner--non-bg {
  padding-bottom: 40px;
}

.about__inner--non-bg::before, .about__inner--non-bg::after {
  content: none;
}

.about img {
  width: 100%;
}

.about-header__inner {
  padding-top: 40px;
  margin-left: 50px;
  display: inline-block;
}

.about-header__heading {
  width: 291px;
  display: inline-block;
  vertical-align: top;
}

.about-header__lead {
  width: 536px;
}

.about-header__description {
  width: 580px;
  margin-top: 46px;
}

.about-info {
  margin-top: 62px;
  text-align: center;
}

.about-info__item {
  padding-bottom: 60px;
}

.about-info__item:first-child .about-info__heading img {
  width: 94px;
}

.about-info__item:last-child .about-info__heading img {
  width: 122px;
}

.about-info__heading {
  margin: 0 26px;
  padding: 18px;
  background: #0091F0;
  border: 2px solid #000000;
  position: relative;
}

.about-info__heading::after {
  content: "";
  position: absolute;
  background: url(/jmaji/pc/assets/img/common/h3_bg_stripe.png);
  width: 100%;
  height: 100%;
  left: 12px;
  bottom: -10px;
  background-repeat: repeat;
  background-size: 6px;
  z-index: -1;
}

.about-info__lead {
  font-size: 34px;
  font-weight: 700;
  margin-top: 25px;
  letter-spacing: 2px;
}

.about-info__description {
  font-size: 16px;
}

.about-info img {
  width: 100%;
}

.menu {
  margin-top: 60px;
  background: #D9EFFE;
  position: relative;
}

.menu::before {
  background: url(/jmaji/pc/assets/img/top/bg_hexagon_top.png) repeat-x;
  background-size: 62px 35px;
  height: 30px;
  top: -19px;
  left: 0;
}

.menu::after {
  background: url(/jmaji/pc/assets/img/top/bg_hexagon_bottom.png) repeat-x;
  background-size: 62px 30px;
  height: 30px;
  bottom: -19px;
  left: 0;
}

.menu::before, .menu::after {
  content: "";
  position: absolute;
  width: 100%;
}

.menu__inner {
  width: 960px;
  padding: 34px 0px 75px;
  margin: auto;
  position: relative;
}

.menu__inner::before {
  background: url(/jmaji/pc/assets/img/common/deco_ball02.png) no-repeat;
  width: 88px;
  height: 88px;
  top: -180px;
  right: -187px;
  z-index: 1;
}

.menu__inner::before {
  content: "";
  position: absolute;
  background-size: contain;
}

.menu__heading {
  width: 195px;
  margin: auto;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}

.menu img {
  width: 100%;
}

.menu-contents__item {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  font-size: 0;
}

.menu-contents__item:hover {
  opacity: .7;
}

.menu-contents__item:first-child {
  width: 456px;
  display: inline-block;
  vertical-align: bottom;
}

.menu-contents__item:nth-child(2) {
  width: 456px;
  display: inline-block;
  margin-left: 42px;
  padding-top: 13px;
}

.menu-contents__item:last-child {
  display: block;
  margin-top: 8px;
}

.menu-contents img {
  width: 100%;
}
