@charset "utf-8";

@media screen and ( min-width:768px ) { /* PC ==================== */
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
}

.bg-character{
	top:0;

}
.content-footer{
	z-index: 4;
}
.content-blue-bg{
  width:100%;
  padding:20px 30px 30px 30px;
  background-color: #07587c;
  border-radius: 20px;
}
.movie{
	margin-bottom:20px;
}
.movie h3{
	font-size: 120%;
	margin:5px 0;
}
iframe{
	width:100%;
	aspect-ratio: 16 / 9;
}