@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
  }
.movie-area{
	width: 70%;
	margin: 5em auto;
}	
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
  }	
.movie-area{
	width: 100%;
	margin: 5em auto;
}	
}

.comment-image img {
    border-radius: 0;
}

.link-others{
	margin-top: 5px !important;
	float: inherit;
}
.contentPageLink-b{
	margin-bottom: 0;
}
.contentPageLink-m{
	margin-top: 0;
}