@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-info-dvd-4 {
  justify-content: center;
}
.p-info-dvd-4 .dvd-4 {
  width: calc(95%/3);
}
.center_cont {
  text-align: center;
}
.center_cont h4 {
  margin-top: 1.6rem;
}
.article-image {
  width: fit-content;
  max-width: 45%;
}
.article_wide {
  max-width: 100%;
}
.point h3 {
  margin-top: 84px;
}
.p-reason-item__image img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
}
.p-reason-item__image {
  width: 50%;
}
.p-reason-item__detail {
  width: 50%;
}
.p-reason-item__image img:nth-of-type(2) {
  padding-top: 10px;
}
.info-detail ul li {
  width: 100%;
}
.spacer {
  display: block;
  height: 1.6rem;
}
.p-info.center_move {
  display: block;
}
@media screen and (max-width:768px) {
  .info-detail.check ul {
    display: inline-block;
    height: fit-content;
  }
}