.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
ul,li{
	list-style:none;
}
.contain{
	width:1200px;
	margin: auto;
  background: #000;
}
.mv{
  margin: 0 auto;
  height: 640px;
}
.concept{
	color: #fff;
  text-align: center;
}
.concept .container{
	padding: 45px 0;
}
.concept h2{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1em;
}
.concept p{
	font-size: 22px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.note{
  text-align: right;
  font-size: 22px;
  margin-top: 1em;
  line-height: 1.4;
  color: #fff;
}

.movie_contents{
  text-align: center;
  background-image: url(../img/bg_image.png);
  background-repeat: repeat-y;
  padding-bottom: 165px;
}
.movie_contents h2{
  margin: 70px auto 30px;
}
.movie_contents .h2_note{
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-top: 1em;
  line-height: 1.4;
}
.movie_contents h3{
  text-align: left;
}
.movie_contents .movie_box{
  margin-bottom: 88px;
}
.movie_contents .arrow{
  text-align: center;
}
.movie_contents .movie_box .movie_image{
  position: relative;
  cursor: pointer;
}
.movie_contents .movie_box .movie_image img.btn_play{
  position: absolute;
  top: 224px;
  left: 400px;
}
.movie_contents .movie_box .movie_image:hover img.btn_play{
  transform: scale(1.2);
  transition-duration: 0.3s;
}

.other_movie.container{
  background: #707070;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 200px;
}
.other_movie .inner{
  border: solid 1px #fff;
  padding: 10px 10px 30px;
}
.other_movie h3{
  margin: 20px auto;
}
.other_movie ul{
  display: flex;
  justify-content: space-around;
}
.other_movie ul li p{
  text-align: left;
  font-size: 22px;
  line-height: 1.4;
}
.other_movie ul li img.js-modal-video{
  cursor: pointer;
}
.other_movie ul li img.js-modal-video:hover{
  opacity: 0.7;
}
.other_movie ul li h4 span{
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin: 10px auto 20px;
}

.lineup{
  background: #212121;
	padding: 40px 0;
  color: #fff;
}
.lineup h3{
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  font-size: 38px;
  margin-bottom: 40px;
}
.lineup ul{
  display: flex;
  justify-content: center;
}
.lineup ul li a:hover{
  opacity: 0.7;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  .contain {
    width: auto;
  }
  .container{
    width: 95%;
    margin:auto;
  }
  .mv{
    width: auto;
    height: auto;
    background: #B0B0B0;
  }
  .concept .container {
    padding: 20px 0;
  }
  .concept h2 {
    font-size: 20px;
  }
  .concept p {
    font-size: 15px;
    line-height: 1.3;
  }
  .concept .container {
    padding: 20px 0;
  }
  .note {
    font-size: 12px;
  }
  .movie_contents h2 {
    margin: 40px auto 20px;
  }
  .movie_contents h2 img {
    width: 60%;
  }
  .movie_contents .h2_note{
    font-size: 14px;
  }
  .movie_contents .arrow img{
    width: 60px;
  }
  .movie_contents .movie_box {
    margin-bottom: 50px;
  }
  .movie_contents {
    padding-bottom: 30px;
  }
  .movie_image img{
    width: auto;
    height: auto;
  }
  .other_movie h3 img {
    width: 60%;
  }
  .other_movie ul {
    flex-wrap: wrap;
  }
  .other_movie ul li {
    margin-bottom: 30px;
  }
  .other_movie ul li h4 img {
    width: 80%;
  }
  .other_movie ul li:last-child{
    margin-bottom: 0;
  }
  .other_movie ul li:last-child h4 img {
    width: 60%;
  }
  .other_movie ul li h4 span {
    font-size: 18px;
    margin: 5px auto 10px;
  }
  .other_movie ul li p {
    text-align: center;
    font-size: 15px;
  }
  .other_movie.container {
    margin-bottom: 80px;
  }
  .lineup h3 {
    line-height: 1.8;
    margin: 0 0 25px;
    font-size: 22px;
  }
}