#home #contents-primary #contents .movie_ticket {
  width: 580px;
  height: auto;
  margin: 2rem auto;
}

#home #contents-primary #contents .movie_ticket video {
  width: 100%;
  height: auto;
}

#home #contents-primary #contents h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #f99010;
  text-align: center;
  margin: 3.0rem atuo 0;
  padding: 2.5rem 0 0;
}

#home #pickup h2::before {
  position: absolute;
  top: calc(50% - 60px)!important;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}