/* fv */
#product-list .p-fv {
  background: none;
  height: 300rem;
}

@media screen and (min-width: 768px) {
  #product-list .p-fv {
   height: 250px;
 }
}

/* option09/10 */
.p-gallery__wrap--item__movie iframe {
  width: 100%;
  aspect-ratio: 9/16;
}
