@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/common/bg-main.jpg);
  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: 4px 5px 15px #2e1607;
}

.title h1 {
  font-family: 'Montserrat' , sans-serif;
  font-size: 50px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.feature-box {
  display: block;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.movie {
  display: flex;
  justify-content: left;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature img {
  width: 360px;
}

.movie-text {
  max-width: 500px;
  margin-right: 90px;
  margin-top: 7px;
}

.feature-text {
  max-width: 500px;
  margin-right: 40px;
}

.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;
}

.movie-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.movie-text p {
  font-size: 10px;
  line-height: 28px;
  margin-top: 25px;
}

.movie iframe {
  width: auto;
}

.movie img {
  padding-top: 7px;
 width: 500px;
 margin-left: auto;
 margin-right: auto;
}

.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;
}

.member {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.member img {
    width: 360px;
}

.member-text {
  max-width: 500px;
  margin-right: 40px;
  align-items: flex-start;
}

.member-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.member-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.member-text p {
  font-size: 15px;
line-height: 28px;
margin-top: 25px;
}

.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {

  .title h1 {
   font-size: 40px;
  }

  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
    padding-left: 5%;
    padding-right: 5%;
  }

.movie-text {
  margin-right: 0;
}

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature-img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .movie iframe {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .member {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .member img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  
}