.page_movie {
  font-size: 14px;
  width: 1400px;
  margin: 0 auto;
  color: #656565;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.115em;
  font-feature-settings: "palt" 1;
  /*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
}

.bredlist.lp {
    margin: 60px auto 40px;
    width: 1000px;
    font-size: 12px;
}

.page_movie img {
  width: 100%;
}
/*
.page_movie:before {
  content: "";
  width: 1400px;
  height: 2972px;
  margin: 0 auto;
  display: block;
  position: absolute;
  background-image: url(../image/pc.jpg);
  z-index: -5;
}
*/
.page_movie section.lp {
  width: 1000px;
  margin: 0 auto;
}

.title h2 {
  width: 843px;
  height: 32px;
  margin: 0 auto;
}

.movie {
  width: 1000px;
  height: 562px;
  margin-top: 52px;
}

.movie video {
  width: 1000px;
}

.pickup {
  font-size: 31px;
  line-height: 1;
  text-align: center;
  margin-top: 57px;
  margin-bottom: 53px;
  letter-spacing: 0.13em;
}

.item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item ul li {
  width: 318px;
  text-align: center;
}

.item ul:after {
  content: "";
  width: 318px;
  text-align: center;
}

.item ul li:nth-of-type(4), .item ul li:nth-of-type(5), .item ul li:nth-of-type(6) {
  padding-top: 56px;
}

.item ul li:nth-of-type(7), .item ul li:nth-of-type(8) {
  padding-top: 38px;
}

.item ul li:nth-of-type(7)  p + p, .item ul li:nth-of-type(8)  p + p {
  margin-top: 28px;
}

.item ul li p + p {
  margin-top: 22px;
}