@charset "utf-8";
/* CSS Document */

/*---------------------------------
  動画-YT (PC)
----------------------------------- */

#detailarea #product_movie {
    /* 2023.08.25 PCページは、商品画像下の動画項目は非表示とする */
    display: none !important;
}
/* YouTube表示調整 */
.mv_howto_use_wrap {
    width: 100%; 
    /*background: #FFF; */
    margin: 8% auto 0;
    padding: 2% 0;
}
.mv_howto_use {
}
.mv_howto_use iframe {
    width: 100%;
    height: auto;
    aspect-ratio : 16 / 9;    
}
/* YouTube表示調整(ショート) */   
.mv_howto_use_wrap.mv_short {  
    width: 65%;
}
.mv_howto_use_wrap.mv_short .mv_howto_use {
}
.mv_howto_use_wrap.mv_short .mv_howto_use iframe {
    aspect-ratio : 9 / 16; 
}  
@media screen and (max-width: 1680px) {    
    .mv_howto_use_wrap.mv_short .mv_howto_use {
    }  
} 