@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%;
}


/* Media video block — full width */
#movie1+ .block_html .inner_item_img.movie {
    max-width: 100%;
    width: 100%;
    height: 100%;
    flex-basis: auto;
}

#movie1+  .block_html .inner_item_img.movie video {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 100%;
}