main{
		width: calc(100% - 30px);
		margin: 0 15px 100px;
}
main h2 {
		font-size: 2.0rem;
		color: #000;
		font-weight: normal;
		margin-bottom: 40px;}

/*

TVCM

*/
section.tvCM{
 padding-bottom: 20px;
		border-bottom: 1px solid #d0d5da;
		margin-bottom: 40px;
}
section.tvCM h2 {
		margin-top: 40px;
}


/*追記分 tvCM-productVideo*/
.tvCMWrap {}
.tvCMWrap > a {
	width: 100%;
	margin: 0 0 40px 0;}
	.tvCMWrap > a:nth-child(2n) {}
.productsVideoWrap {}
.productsVideoWrap > a {
	width: calc(50% - 14px / 2);
	margin: 0 14px 50px 0;}
	.productsVideoWrap > a:nth-child(3n) {
		margin-right: 14px;}
	.productsVideoWrap > a:nth-child(2n) {
		margin-right: 0;}
	.productsVideoWrap > a:nth-last-child(3) {
		margin-bottom: 50px;}
	.productsVideoWrap > a:nth-last-child(-n+2) {
		margin-bottom: 0;}