@charset "UTF-8";
/* CSS Document */
.post-type-archive #pageTitle {
    background-image: url(../images/headerbg/movie-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.post-type-archive .cmsList01{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    justify-content: space-between;
}
.gallery .cmsList01{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.post-type-archive .movie-item,
.gallery .movie-item{
    display: inline-block;
    width:48%;
    margin-bottom: 40px;
}
.post-type-archive .movie-img,
.gallery .movie-img{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  height: 0;
} 
.post-type-archive .movie-img iframe,
.gallery .movie-img iframe{ 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-type-archive .post-type-archive {
    display: none;
}
.post-type-archive .movie-ttl,
.gallery .movie-ttl{
    font-size: 16px;
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    .post-type-archive .cmsList01,
	.gallery .cmsList01{
        margin: 40px 0;
    }
    .post-type-archive .clearfix:after,
	.gallery .clearfix:after{
        display: none;
    }
}

@media screen and (max-width:425px) {
    .post-type-archive .movie-item,
	.gallery .movie-item{
        margin-bottom: 20px;
    }
    .post-type-archive .movie-ttl,
	.gallery .movie-ttl{
        font-size: 14px;
    }
}











