@charset "UTF-8";
/* 商品ページ動画埋め込み用CSS(ショート) */
.youtube_short{
 width: 100%; /* 伸縮する横幅 */
height: auto !important;
 max-width: 360px; /* 最大の横幅 */
 margin: auto; /* 画面の中央に配置 */
}
.youtube_short iframe{
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}