@charset "utf-8";
/*------------------------------------------------------------
	product
------------------------------------------------------------*/
#main .mainImg {
	background-image: url(../img/product/bg01.jpg);
}

#main .comTxtBox {
	margin-bottom: 0;
	padding-bottom: 70px;
}

#main .ovBox {
	overflow: hidden;
}

#main .bgBox {
	position: relative;
	padding: 220px 0 309px;
	background: url(../img/product/bg02.jpg) no-repeat left center;
	background-size: auto 100% !important;
}

#main .bgBox .en {
	position: absolute;
	right: 0;
	bottom: -22px;
	font-size: 271px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.1);
	line-height: 1;
	letter-spacing: -16px;
	z-index: 1;
}

#main .bgBox .inner {
	width: 960px;
	margin: 0 auto;
}

#main .bgBox .textBox {
	width: 478px;
	float: right;
}

#main .bgBox .textBox p {
	line-height: 1.78;
}

#main .bgBox01 {
	padding: 241px 0 321px;
	background: url(../img/product/bg03.jpg) no-repeat right center;
}

#main .bgBox01 .inner {
    width: 853px;
}

#main .bgBox01 .textBox {
	width: 445px;
	float: none;
}

#main .bgBox01 .en {
	left: 0;
	right: inherit;
}

#main .bgBox02 {
	padding: 265px 0 262px;
	background-image: url(../img/product/bg04.jpg);
}

#main .bgBox02 .en {
	bottom: -18px;
}

@media screen and (max-width: 767px) {
	#main .mainImg {
		height: 495.5px;
		background-image: url(../img/product/sp_bg01.jpg);
	}
	
	#main .mainImg p {
		width: 31px;
	    height: 340px;
		margin: 80px 0 0 -16px;
		padding: 6px 0 2px;
		position: absolute;
		left: 50%;
		font-size: 16px;
		font-weight: 700;
		color: #1c2088;
		text-align: center;
		background-color: rgb(255, 255, 255,0.6);
		border-radius: 30px;
		line-height: 1.1;
		box-sizing: border-box;
	}
	
	#main .mainImg .spSlide {
		bottom: 17px;
	}

	#main .comTxtBox {
		margin-bottom: 59px;
		padding: 66px 20px 52px;
		background: url(../img/common/bg01.png) repeat;
		background-size: 5px auto;
	}
	
	#main .ovBox {
		overflow: inherit;
	}
	
	#main .bgBox {
		margin-bottom: 56px;
		position: static;
		padding: 0;
		background: none;
	}

	#main .bgBox .en {
		margin: 0 !important;
		right: -30px;
		left: -15px;
		bottom: -35px;
		font-size: 98px;
		letter-spacing: -5px;
		color: rgba(0, 0, 0, 0.1);
		line-height: 1 !important;
		text-align: left !important;
	}

	#main .bgBox .inner {
		width: auto;
	}

	#main .bgBox .textBox {
		width: auto;
		float: none;
		overflow: hidden;
	}
	
	#main .bgBox .textBox .photo {
		position: relative;
	}
	
	#main .bgBox .textBox .photo img {
		width: 100%;
	}

	#main .bgBox .textBox p {
		margin: 33px 5px 0;
		line-height: 2;
		text-align: center;
	}
	
	#main .bgBox02 {
		margin-bottom: 0;
	}
		
}