@charset "utf-8";
/* movie */
div._img_lyt-01 > .img ._box_movie-natural01 {
	padding-top: 0;
	max-width: none;
	height:145px;
	width: 257px;
    max-width: 100%;

}
._box_movie-natural01 {
	position: relative;
	margin: 0 auto 0;
	padding-top: 360px;
	max-width: 640px;
}
._box_movie-natural01 iframe {
	left: 0;
	top: 0;
}
._txt_duration-natural01 {
    text-align: center;
    font-size: 88%;
    font-size: 1.4rem;
    margin: 0.3em 0 0;
}


@media screen and (max-width: 767px) {
    div._img_lyt-01 > .img ._box_movie-natural01 {
        padding-top: 0;
        max-width: none;
        height: 52.85vw !important;
        width: 100% !important;
        font-size: 10px;
    }
    ._box_movie-natural01 {
        padding-top: 0;
        max-width: none;
        height: 52.85vw !important;
        width: 100% !important;
        font-size: 10px;
    }
}


/*baisho*/
@media screen and (min-width: 768px) {
._lyt_column-01.-col-3 > .col{
    width: 32%;
}
div._img_lyt-01 > .img ._box_movie-natural01 {
    width: 274px;
    height: 154px;
    max-height: 154px;
}
}