
figcaption {
  position: absolute;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 2rem;
  color: var(--dark-brown);
}
.intro {
  padding: 240px 0 180px;
  overflow: hidden;
}
.intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.intro__content {
  position: relative;
  max-width: 600px;
  padding: 45px 0;
  color: #fff;
  background: var(--blue);
  z-index: 1;
}
.intro__content:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 200vw;
  background: var(--blue);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.intro__content p:not(:last-child) {
  margin-bottom: 20px;
}
.intro figure {
  min-width: 500px;
  position: relative;
  margin: 0 0 -60px 20px;
  max-width: 840px;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.intro figcaption {
  top: 100%;
  right: 0;
}
h1 {
  margin-bottom: 20px;
  font-size: 7.5rem;
  line-height: 8rem;
  font-weight: 300;
}
.promotion {
  padding: 90px 0;
  overflow: hidden;
  background: var(--gray);
  color: #fff;
}
.promotion figure {
  position: relative;
  min-width: 500px;
  max-width: 740px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  z-index: 1;
  margin-right: 20px;
}
.promotion figcaption {
  top: 100%;
  left: 0;
}
.promotion .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
}
.promotion__content {
  max-width: 675px;
  padding-top: 120px;
  margin: 0 auto;
}
h2 {
  margin-bottom: 20px;
  font-size: 6rem;
  line-height: 6.5rem;
  font-weight: 300;
}
.promotion__content p strong {
  display: block;
}
.promotion__content p:not(:last-child) {
  margin-bottom: 20px;
}
.promotion__content p:nth-of-type(1) {
  position: relative;
  margin-bottom: 90px;
}
.promotion__content p:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 40px;
  width: 200vw;
  background: var(--blue);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 25px;
}
.gallery {
  background: var(--gray);
  padding: 50px 0;
}
.gallery > div {
  padding: 0 20px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
}
.gallery .container {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(33.333% - 40px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0 20px 60px;
}
.hero__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  text-align: center;
  color: var(--blue)
}
.hero__promo figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto 20px;
  max-width: 280px;
}
.hero__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.hero__close:before,
.hero__close:after {
  content: '';
  position: absolute;
  left: 0;
  width: 40px;
  height: 4px;
  top: 0;
  background: var(--blue);
}
.hero__close:before {
  -webkit-transform: rotate(45deg) translate(8px, -3px);
      -ms-transform: rotate(45deg) translate(8px, -3px);
          transform: rotate(45deg) translate(8px, -3px);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.hero__close:after {
  -webkit-transform: rotate(-45deg) translate(-7px, -1px);
      -ms-transform: rotate(-45deg) translate(-7px, -1px);
          transform: rotate(-45deg) translate(-7px, -1px);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.hero__promo-name {
  font-size: 2.2rem;
  line-height: 3rem;
}
.hero__promo-description {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.hero__popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  padding: 60px 20px;
  overflow: auto;
  display: none;
}
.hero__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero.active .hero__popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__popup figure {
  max-width: 400px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.hero__popup figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__popup-right {
  position: relative;
  background: #fff;
  padding: 50px 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero__popup-name {
  position: relative;
  max-width: 300px;
  margin-bottom: 30px;
  font-size: 2.3rem;
  line-height: 2.5rem;
}
.hero__popup-name::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  height: 2px;
  margin-top: 10px;
  background: var(--sky-blue);
}
.hero__popup-content {
  max-width: 300px;
  font-size: 1.7rem;
  line-height: 2rem;
}
.hero__popup-content strong {
  font-style: italic;
}
.hero__popup-content p:not(:last-child) {
  margin-bottom: 20px;
}
.stamp {
  background: var(--blue);
  text-align: center;
  padding: 20px;
}
.fight {
  padding: 130px 0 160px;
  background: var(--gray);
}
.fight .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fight__asset {
  position: relative;
  max-width: 745px;
  margin-right: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.fight__asset figcaption {
  top: 100%;
  left: 0;
}
.fight__right {
  color: #fff;
}
.fight__right figure {
  max-width: 350px;
  margin: 0 0 50px auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.fight__right p {
  max-width: 715px;
}
.map iframe {
  width: 100%;
  height: 880px;
}
.message {
  padding: 275px 0 150px;
  background: var(--gray);
  color: #fff;
}
.message .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.message__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-right: 20px;
}
.message__left figure {
  max-width: 385px;
  margin-bottom: 70px;
}
.message__content {
  max-width: 520px;
}
.message__content p:not(:last-child) {
  margin-bottom: 20px;
}
.message__asset{
  max-width: 850px;
  position: relative;
  margin-left: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.message__asset figcaption {
  top: 100%;
  left: 0;
}
.video-wrap {
  position: relative;
  background: var(--gray);
  padding: 0 20px 230px;
}
.video-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 128px;
  background: var(--blue);
}
.video {
  position: relative;
  margin: 0 auto;
  max-width: 1230px;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 6rem;
    line-height: 7rem;
  }
}

@media only screen and (max-width: 1024px) {
  figcaption {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .intro .container,
  .promotion .container {
    display: block;
  }
  .intro {
    padding: 240px 0 100px;
  }
  .intro__content {
    margin: 0 auto 40px;
  }
  .intro figure,
  .promotion figure {
    min-width: auto;
  }
  .intro figure,
  .promotion figure {
    margin: 0 auto;
  }
  .hero {
    max-width: calc(50% - 40px);
  }
  .fight .container {
    display: block;
  }
  .fight__asset {
    margin: 0 auto 80px;
  }
  .fight__right figure {
    margin: 0 auto 40px;
  }
  .fight__right p {
    margin: 0 auto;
  }
  .message {
    padding: 100px 0;
  }
  .message__asset {
    margin: 0 auto
  }
  .message .container {
    display: block;
  }
  .message__left figure {
    margin: 0 auto 70px;
  }
  .message__content {
    margin: 0 auto 60px
  }
}

@media only screen and (max-width: 768px) {
  .hero__popup {
    position: relative;
    display: block;
  }
  .hero__popup-right {
    position: static;
  }
  .hero__popup figure,
  .hero__popup-content,
  .hero__popup-name {
    max-width: none;
  }
  .hero__popup-name::before {
    right: auto;
    width: 80%;
    left: 0;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .intro {
    padding: 150px 0 100px;
  }
  .hero {
    max-width: none;
    margin: 0 0 60px;
  }
  .hero__promo figure {
    max-width: 200px;
  }
}