.about .c-about-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1077px;
  width: 100%;
  margin: 0 auto;
}
.about .c-about-column .c-about-column-lft-txt-sp {
  display: none;
}
.about .c-about-column .c-about-column-ttl-sp {
  display: none;
}
.about .c-about-column .c-about-column-lft {
  margin-right: 72px;
}
.about .c-about-column .c-about-column-lft-txt {
  max-width: 84px;
  width: 100%;
}
.about .c-about-column {
  max-width: 1077px;
}
.about .about-ttl-pc {
  font-size: 50px;
  line-height: 1.52;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 115px;
  padding-top: 140px;
  margin-bottom: 75px;
}
.about .about-year {
  max-width: 920px;
  width: 100%;
  margin-bottom: 110px;
}
.about .about-txt-area {
  padding-left: 115px;
  margin-bottom: 120px;
}
.about .about-txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9166666667;
  letter-spacing: 0.02em;
  text-align: justify;
}
.about .about-movie {
  max-width: 914px;
  width: 100%;
  margin: 0 auto;
}
.about .about-movie-video {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
.about .about-movie-video video {
  max-width: 914px;
  width: 100%;
  height: 514px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about-movie-txt {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 1100px) {
  .about .c-about-column {
    display: block;
    padding: 30px 24px 0;
  }
  .about .c-about-column .c-about-column-lft {
    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;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .about .c-about-column .c-about-column-lft-txt {
    margin-bottom: 0;
    margin-right: 0;
  }
  .about .c-about-column .c-about-column-lft-txt-pc {
    display: none;
  }
  .about .c-about-column .c-about-column-lft-txt-sp {
    display: block;
    max-width: 84px;
    width: 100%;
  }
  .about .c-about-column .c-about-column-ttl-sp {
    display: block;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.4848484848;
    padding-bottom: 70px;
  }
  .about .about-ttl-pc {
    display: none;
  }
}
@media (max-width: 1000px) {
  .about .about-movie-video {
    width: 95%;
    margin: 0 auto 25px auto;
  }
  .about .about-movie-video video {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .about .c-about-column .c-about-column-lft-txt {
    max-width: 60px;
  }
  .about .about-year {
    max-width: 308px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .about .about-txt-area {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .about .about-txt {
    font-size: 23px;
    line-height: 1.652173913;
  }
  .about .about-movie {
    margin-bottom: 60px;
  }
  .about .about-movie-video {
    width: 90%;
  }
}