@charset "UTF-8";

#banners_2 + .composite_box01 .wrapper_item{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#banners_2 + .composite_box01 .inner_item{
	max-width: 40%;
}
#banners_2 + .composite_box01 .inner_item img{
	object-fit: contain;
	height: auto !important;
}
@media (max-width: 768px){
	#banners_2 + .composite_box01 .wrapper_item{
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
  		flex-direction: column;

  		-webkit-box-align: center;
  		-ms-flex-align: center;
  		align-items: center;
	}
	#banners_2 + .composite_box01 .inner_item{
		margin: 0 0 20px 0 !important;
		max-width: 300px !important;
		width: 100% !important;
	}
}

/*---MV３枚目を見切れないよう調整
------------------------------------------------*/
#mv .mv_img li:nth-child(3) img {
    object-fit: contain;
    object-position: center center;
}

#mv .mv_img li:nth-child(3) {
    background: #f4f4f0;
}