@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;
    background-attachment: fixed;
  }
}

@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;
    background-attachment: fixed;
  }
}

.no_top {
  margin-top: 0;
}
.p-reason-item__image img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
.p-reason-item {
  align-items: center;
}
.kiji_bkg {
  background-color: #E9ECF2;
  padding: 30px;
  margin-top: 30px;
}
.p-info {
  justify-content: center;
}
.p-info__item_solo {
  width: 100%;
}
.p-reason-item {
  width: 507px;
}
@media screen and (max-width:960px) {
  .Flow-Item-Content {
    display: block;
    max-width: 90%;
  }
  .Flow-Item-Content-Number-Line {
    display: none;
  }
  .Flow-Item-Content-Number {
    margin: 0 auto;
  }
  .Flow-Item-Content-Title {
    margin: 20px auto;
    width: fit-content;
    text-align: center;
  }
  .Flow-Item-Content-Description {
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .article-image {
    max-width: 100%;
    margin: 20px auto;
  }
  .article-content,
  .article-content-r,
  .article-image-r,
  .article-image-l {
    width: 100%;
  }
  .p-info-dvd-4 .dvd-4 {
    width: 100%;
  }
  .p-reason-item__image {
    width: 100%;
    position: static;
  }
  .p-reason-item__heading {
    padding-left: 0;
  }
  .p-reason-item__detail {
    width: 100%;
  }
  .p-reason-item {
    width: 100%;
  }
  .p-movie-list__item {
    height: 120px;
    display: block;
  }
  .p-movie-list__item iframe {
    height: 100%;
  }
}