.title {
    height: 310px;
    background-image: url(images/common/azayaka.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 32pt;
    font-weight: bold;
}

.title p {
    font-size: 14pt;
    margin-top: 15px;
}

.title-text-bg {
    display: inline-block;
    padding: 0.2em 1em;
    background: url(images/common/gaikan.jpeg) center center/cover no-repeat;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 8px #333, 0 0 2px #000;
}

.feature {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.feature-text {
    max-width: 500px;
    margin-right: 40px;
}

.feature-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 20px;
}
.reverse .feature-image {
    margin: 0 20px 0 0;
}

.reverse {
    flex-direction: row-reverse;
}

.reverse .feature-text {
    margin-left: 40px;
    margin-right: 0;
}

.feature-text h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.feature-text h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #000000;
    margin-top: 20px;
}

.feature-text p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
}

.movie {
    width: 930px;
    max-width: 90%;
    background-color: #f8f8f8;
    padding: 50px 60px;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
}

.movie h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.movie h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
}

.movie iframe {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 30px;
}

.movie p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.footer {
    margin-top: 100px;
}

.feature.menu-bg {
    position: relative;
    background: url('../images/common/gaikan.jpeg') center center/cover no-repeat;
    border-radius: 20px;
    overflow: hidden;
}
.feature.menu-bg::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 1;
}
.feature.menu-bg > .feature-text,
.feature.menu-bg > .feature-image {
    position: relative;
    z-index: 2;
}

.title h1, .title p {
    color: #222;
    text-shadow: none;
}

@media (max-width: 800px) {
  .feature {
    flex-direction: column !important;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    align-items: stretch;
  }
  .feature-text, .reverse .feature-text {
    margin: 0 0 20px 0 !important;
    max-width: 100%;
  }
  .feature-image, .reverse .feature-image {
    margin: 0 !important;
    justify-content: flex-start;
  }
  .movie {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
  }
  .movie iframe {
    height: 250px;
  }
  .feature.menu-bg {
    border-radius: 0;
    background-position: center top;
  }
  .title-text-bg {
    font-size: 20px;
    padding: 0.2em 0.5em;
  }
}
