.top_banner {
  position: relative;
}

.top_banner .top_destination {
  text-align: center;
  width: 90%;
  left: 5%;
  position: absolute;
  top: 6.6666666667%;
  line-height: 1;
  font-size: 7.2673611111vw;
  color: #fff;
}

.top_banner .top_content {
  text-align: center;
  width: 90%;
  left: 5%;
  position: absolute;
  bottom: 10.6666666667%;
  color: #fff;
}

.top_banner .top_date {
  font-size: 16px;
  line-height: 1.4;
}

.top_banner .top_subtitle {
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
}

.top_banner .top_btn {
  max-width: 200px;
  margin: 0 auto;
}

.top_banner .top_btn a {
  z-index: 1;
  color: #fff;
  height: 48px;
  border: unset;
  display: flex;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  background: #1464f4;
  text-align: center;
  position: relative;
  align-items: center;
  letter-spacing: 0.1em;
  justify-content: center;
  transition-duration: 0.5s;
  text-transform: uppercase;
  transition-property: color;
  border-radius: 0;
  padding: 14px;
  text-decoration: none;
}

.top_banner .top_btn a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.top_banner .top_btn a:hover {
  color: #1464f4;
}

.top_banner .top_btn a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}

.future_block {
  margin: 70px 0 30px;
}

.future_block .future_container {
  padding: 0 50px;
}

.future_block .future_head {
  text-align: center;
  width: 57.8358208955%;
  margin: 0 auto 65px;
  max-width: 775px;
}

.future_block .future_vline {
  margin-bottom: 30px;
}

.future_block .future_title {
  font-size: 3.5416666667vw;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.future_block .future_hdesc {
  font-size: 1.6666666667vw;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.future_block .future_video {
  position: relative;
}

.future_block .future_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.future_block .future_icon button {
  background: url("../images/new-york/ic_play.png") no-repeat scroll 0 0 transparent;
  width: 135px;
  height: 136px;
  font-size: 0;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}

#footer {
  margin-top: -70px;
}

#modal-top-video .modal-dialog {
  max-width: unset;
  width: 100%;
  margin: 0;
  padding: 69px 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
}

#modal-top-video .modal-content {
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
}

#modal-top-video .modal-header {
  position: absolute;
  top: 16px;
  right: 16px;
  border-bottom: none;
  z-index: 2;
  padding: 0;
  border-radius: 0;
}

#modal-top-video .close {
  padding: 14px 18px;
  margin: 0;
  background: #fff;
  opacity: 0.5;
  font-size: 20px;
  border-radius: 50%;
  color: #000;
}

#modal-top-video .close:hover {
  opacity: 1;
}

#modal-top-video .close:focus {
  outline: none;
}

#modal-top-video .modal-body {
  padding: 0;
}

@media only screen and (min-width: 1440px) {
  .future_block .future_title {
    font-size: 51px;
  }

  .top_banner .top_subtitle {
    font-size: 36px;
  }

  .top_banner .top_destination {
    font-size: 104.65px;
  }

  .future_block .future_hdesc {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .future_block .future_head {
    width: 88%;
  }

  .future_block .future_head {
    margin: 0 auto 40px;
  }

  .future_block .future_vline {
    margin-bottom: 20px;
  }

  .future_block .future_title {
    font-size: 5.2083333333vw;
  }

  .future_block .future_hdesc {
    font-size: 2.6041666667vw;
  }

  .future_block .future_container {
    padding: 0 3%;
  }

  .future_block {
    margin: 50px 0 20px;
  }

  .top_banner .top_subtitle {
    font-size: 3.6458333333vw;
  }

  .top_banner .top_subtitle {
    margin-bottom: 20px;
  }

  .top_banner .top_destination {
    font-size: 9.765625vw;
  }
}

@media only screen and (max-width: 767px) {
  .future_block .future_hdesc {
    font-size: 4.8vw;
  }

  .future_block .future_title {
    font-size: 8vw;
  }

  .future_block .future_vline {
    margin-bottom: 6vw;
  }

  .future_block .future_head {
    margin: 0 auto 8vw;
  }

  .future_block .future_head {
    width: 100%;
  }

  .future_block .future_container {
    padding: 0 3%;
  }

  .future_block {
    margin: 40px 0 20px;
  }

  .top_banner .top_destination {
    font-size: 9.3333333333vw;
  }

  .top_banner .top_subtitle {
    font-size: 5.3333333333vw;
  }

  .top_banner .top_subtitle {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  #block-join-the-charge {
    padding-bottom: 85px;
  }

  #footer {
    margin-top: -50px;
  }

  .future_block .future_icon button {
    background: url("../images/new-york/ic_play_mobile.png") no-repeat scroll 0 0 transparent;
    width: 50px;
    height: 50px;
  }

  #modal-top-video .modal-dialog {
    padding: 15px;
  }

  #modal-top-video .close {
    font-size: 10px;
    padding: 7px 9px;
  }
}
