main {
  background: url("../img/common/pattern_body.webp") 0 0/100vmax 100vmax repeat;
}

.cmn-header-l2 {
  background-image: url(../img/features/bg@sp.webp);
}

.cmn-header-l3::before {
  background-position: center center;
  background-image: url(../img/features/bg@sp.webp);
}

.sec-250722_01_03 .movie #video {
  width: 100%;
}

.cmn-img-1col.img-w600 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .cmn-header-l2 {
    background-image: url(../img/features/bg@pc.webp);
  }

  .cmn-header-l3::before {
    background-image: url(../img/features/bg@pc.webp);
  }

  .cmn-img-1col.img-w600 {
    width: 600px;
  }
}

@media screen and (max-width: 767.8px) {
  .cmn-container:has(.cmn-sec-l3) {
    width: auto;
  }
}