@charset "UTF-8";

#lv_outer{
	height: 0;
	overflow: hidden;
}
#lvvideo+ .width_fixed>.content_wrapper {
    max-width: 100% !important;
}
#lvvideotxt+ .contents_box01{
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	aspect-ratio: 16/8.3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 var(--i_padding, 20px);
	box-sizing: border-box;
	background: transparent !important;
}

@media screen and (max-width: 768px){
  #lvvideotxt+ .contents_box01 p span{
      font-size: 1.2rem;
      line-height: 2rem;
   }
}
