#layout-content {
  display: none; }

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px; }

.small-gutter [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px; }

.hero {
  height: calc(100vh - 325px);
  min-height: 40rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.4) 100%), url('https://japantravel.com/static/jal-aomori-hero.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: table;
  overflow: hidden;
  width: 100%;
  position: relative; }
  .hero__content {
    display: table-cell;
    vertical-align: bottom; }
  .hero__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 4.8rem;
    margin: 0; }
  .hero__subtitle {
    padding-top: 2rem;
    margin-top: 1.6rem;
    margin-bottom: 4.4rem;
    border-top: 1px solid #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    max-width: 32rem; }
  .hero__credit {
    position: absolute;
    font-size: 1.6rem;
    bottom: 1.4rem;
    right: 1.6rem; }

@media (min-width: 768px) {
  .row-flex {
    display: flex; }

  .row-flex-reverse {
    display: flex;
    flex-direction: row-reverse; } }

.intro {
  padding: 8rem 0; }
  @media (max-width: 767px) {
  .intro {
    padding: 8rem 0 4rem; } }
  @media (min-width: 768px) {
    .intro__content {
      align-self: center; } }
  .intro__title {
    font-size: 3.6rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0; }
  .intro__desc {
    font-size: 1.8rem;
    line-height: 1.55;
    margin: 1.6rem 0 0 0; }
  .intro__visual {
    margin-left: auto; }
  .intro__map {
    max-width: 36rem;
    margin-bottom: -6rem; }
    .intro__map svg {
      width: 100%; }
    @media (max-width: 767px) {
  .intro__map {
    margin: 0 auto;
    margin-top: 4rem; } }

.card-section {
  padding: 6rem 0; }
  @media (min-width: 992px) {
  .card-section {
    padding: 10rem 0; } }
  .card-section--bg-gray {
    background-color: #f5f8fa; }
  .card-section__title {
    font-size: 3.6rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0; }
  .card-section__desc {
    font-size: 2rem;
    line-height: 1.55;
    margin: 0.4rem 0 1.6rem 0; }

.feature {
  padding: 8rem 0;
  overflow: hidden; }
  @media (min-width: 768px) {
  .feature {
    padding: 12rem 0; } }
  @media (min-width: 768px) {
    .feature__visual {
      max-width: 400px;
      margin-left: auto; } }
  .feature__mask {
    position: relative;
    padding-top: 100%; }
    @media (max-width: 767px) {
  .feature__mask {
    overflow: hidden;
    padding-top: 66.6%; } }
    @media (min-width: 768px) {
  .feature__mask:before {
    content: '';
    background: #f5f8fa;
    width: 100%;
    height: calc(100% + 64px);
    position: absolute;
    right: -32px;
    top: -32px;
    height: calc(100% + 32px);
    right: -16px;
    top: -16px;
    background: url(https://a3.cdn.japantravel.com/photo/262-164885/500x500!/aomori-aomori-prefecture-164885.jpg);
    filter: blur(8px);
    -webkit-filter: blur(8px); } }
    .feature__mask img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: 0;
      left: 0;
      width: 100%; }
  .feature__content {
    align-self: center; }
  .feature__title {
    font-size: 3.6rem;
    font-weight: 700;
    margin: 0; }
    @media (max-width: 767px) {
  .feature__title {
    margin-top: 2rem; } }
  .feature__desc {
    font-size: 1.8rem;
    margin: 2.8rem 0; }
  @media (min-width: 768px) {
    .feature__links {
      display: flex; } }
  .feature__btn {
    display: inline-block;
    font-size: 1.6rem;
    padding: 1.3rem 2rem;
    background-color: #c1282f;
    color: #fff;
    width: 100%;
    text-align: center;
    transition: color 0.3s ease, background-color 0.3s ease; }
    @media (min-width: 768px) {
  .feature__btn {
    width: auto; } }
    .feature__btn:hover, .feature__btn:focus {
      text-decoration: none;
      background-color: #d42e35;
      color: #fff; }
    .feature__btn--secondary {
      background-color: #fff;
      color: #c1282f; }
      .feature__btn--secondary:hover, .feature__btn--secondary:focus {
        text-decoration: none;
        background-color: #fff;
        color: #d42e35; }
  .feature__btn + .feature__btn {
    margin-top: 1.2rem; }
    @media (min-width: 768px) {
  .feature__btn + .feature__btn {
    margin-top: 0;
    margin-left: 1.2rem; } }

.video-section {
  padding: 6rem 0 0 0; }
  .video-section__title {
    font-size: 3.6rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0; }
  .video-section__desc {
    font-size: 2rem;
    line-height: 1.55;
    margin: 0.4rem 0 1.6rem 0; }

.video-mask {
  position: relative;
  padding-top: 56.25%;
  height: 0; }
  .video-mask iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
