@charset "UTF-8";

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.youtube01 {
   margin-bottom: 72px;
    text-align: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube01 iframe {
    width: 100%;
    height: 100%;
}
