#kv .g-poster.g-block {
  position: relative;
  margin-bottom: 0;
  height: 746px;
  background: center 0 no-repeat url("/-/media/7F738D52350D4C0EB56470E22355F90B.ashx");
  background-size: auto 100%;
}
@media (max-width: 768px) {
  #kv .g-poster.g-block {
    background: center 0 no-repeat url("/-/media/1292AA7794944473A60D319DE169A60A.ashx");
    background-size: 100% auto;
  }
}
@media (max-width: 700px) {
  #kv .g-poster.g-block {
    height: 400px;
  }
}
@media (max-width: 375px) {
  #kv .g-poster.g-block {
    background: center 0 no-repeat url("/-/media/1292AA7794944473A60D319DE169A60A.ashx");
    background-size: 375px 400px;
  }
}
@media (max-width: 769px) {
  #kv .g-poster.g-block .g-poster-hero--s {
    margin-top: 0;
  }
}
#kv .g-poster.g-block .g-poster-hero--s .g-poster-hero_hd {
  text-align: left;
  top: 60%;
}
@media (max-width: 960px) {
  #kv .g-poster.g-block .g-poster-hero--s .g-poster-hero_hd {
    display: inline-block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 30px;
    margin: 0;
    padding: 0;
    width: auto;
    background-color: transparent;
    font-size: clamp(24px, 5vw, 40px);
  }
}
#kv .g-poster.g-block .g-poster-hero--s .g-poster-hero_hd span {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 3px 17px 2px;
  background-color: rgb(255, 255, 255);
  color: #111;
  font-size: clamp(24px, 5vw, 40px);
}
@media (max-width: 959px) {
  #kv .g-poster.g-block .g-poster-hero--s .g-poster-hero_hd span {
    margin-left: 15px;
  }
}
@media (max-width: 512px) {
  #kv .g-poster.g-block .g-poster-hero--s .g-poster-hero_hd span {
    margin-bottom: 10px;
  }
}
#kv .g-poster.g-block .g-poster-hero--s .g-poster-hero_hd span:last-of-type {
  margin-bottom: 0;
}

#sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 -15px 70px;
  height: 680px;
  background: center 0 no-repeat url("/-/media/DC230D859D164BF0A6ED0F1DF08C8007.ashx");
  background-size: auto 100%;
}
@media (max-width: 959px) {
  #sub {
    height: 466px;
    background: center 0 no-repeat url("/-/media/8D62244FD96D4EB49BC1CE506E69A32D.ashx");
    background-size: auto 100%;
  }
}
@media (max-width: 512px) {
  #sub {
    margin-bottom: 40px;
    height: auto;
    background: none;
    background-color: #f5f9fb;
  }
}
#sub p {
  text-align: center;
  color: #333;
  line-height: 2.1em;
  font-size: 20px;
}
@media (max-width: 959px) {
  #sub p {
    font-size: 18px;
  }
}
@media (max-width: 512px) {
  #sub p {
    padding: 40px 0 25px;
  }
}

h2.g-catch {
  font-weight: bold;
  color: #111;
}

h2 {
  margin: auto;
  max-width: 1400px;
}
h2 .g-poster {
  text-align: left;
  background-color: #faa;
}

.g-media_left .g-disp-sp img {
  width: 80%;
  margin: auto;
}
/*# sourceMappingURL=cms.css.map */