/*===================================================================================================*/
/*<!-- 2020-09-04 A-Holic.LLC -->*/
/*===================================================================================================*/
/*赤：#e50000;*/
/*青：#005eb8;*/
#product section .imagecenter figure,
#product section .imageright figure,
#product section .imageleft figure {
	margin: 0 0 0 4rem;
}

#product section .imageright video{
	display:block;
	width: 48rem;
	margin: 0 0 auto auto;
	border: 1px solid #e6e6e6;
}

/*===================================================================================================*/
/*タブレット向け*/
/*===================================================================================================*/
@media (min-width:769px) and (max-width:1080px) {
	#product section .imageright video {
		width: 45%;
	}
}
/*===================================================================================================*/
/*モバイル向け*/
/*===================================================================================================*/
@media screen and (max-width:768px) {
	#product section .imageright video{
		width: 100%;
		margin: 0;
	}
	#product section .imagecenter figure,
	#product section .imageright figure,
	#product section .imageleft figure {
		margin: 0 0 0 0rem;

	}
}
