@charset "UTF-8";

#movie + .contents_box01 .inner_item_img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    flex-basis: auto;
}
#movie + .contents_box01 .inner_item_img video {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 100%;
}