body {
  	height: 100%;
  	margin: 0 auto;
	padding: 0;
	text-align: center;
	transition: 0.5s;
	background-color: #FFFFFF;
}

/*---------------------------------------------
共通設定
---------------------------------------------*/
.bfArea {
  position: relative;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.bfHeader{
	margin: 10px;
}
.bfContent {
  margin: 0 auto;
  padding: 0;
  height: auto;
}
.bfHeaderTextBox{
background-color: #000;
}
.bfHeaderText{
padding: 10px;
color: #FFF;
font-size: 10px; 
}
.bfTitleImg{
	margin: 0 auto;
	position: relative;
}
.bfTitleImg img{
	max-width: 100%;
	vertical-align: middle;
}
.bfTitleText{
	margin: 0 auto;
	font-size:20px;
	color: #ffffff;
	position: absolute;
	bottom: 5%;
	width: 960px;
    max-width: 100%;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000000;	
}
.bfTitleTextArea{
	margin: 0 auto;
	background-image:url("../../../content/lp/20200801/bgbktrans.png");
	max-width: 90%;
	padding: 10px;
}
.itemAreaParallax {
	background-image:url("../../../content/lp/20200801/96logo.png");
	background-size: 100%;
	background-color: #000000;
}
.bfJhItem{
	margin: 0 auto;
}
.bfJhItem img {
	max-width: 100%;
	vertical-align:middle;
}
.bfLogoSpace{
	margin-top: 100px;
}

.slider_pagebtn {
	text-align: center;
}

.slider {
	padding-bottom: 0px !important;
}


.bfFooter{
	background-color: #FFF;
	padding: 10px 0;
	color: #000;
	font-size: 12px;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
}
.bfFooter a {
  color: #000;
}
.bfFooter-info{
	float:left;
	margin-left: 10px;
}
.bfFooter-info-block01{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.bfFooter-cp{
	float:right;
	margin-right: 10px;
}
.cpName{
	margin-top: 10px;
	text-align: right;
}

/*商品画像の切り替え*/
.bfItemDisplay-Sp{
	display: none;
}
@media all and (max-width:768px)
{
	.bfItemDisplay-Pc{
		display: none;
	}
	.bfItemDisplay-Sp{
		display: block;
	}
	.bfLogoSpace{
		margin-top: 75px;
	}
	.bfTitleText{
		bottom: 3%;
		font-size:12px;
	}
}


/*---------------------------------------------
タイトルパララックス
---------------------------------------------*/
/*アートページ*/
#bfArtTitleParallax_01  { 
  background: url(../../../content/lp/20200801/art1-bg.jpg) no-repeat;
  background-size: 100%;
}
#bfArtTitleParallax_02  { 
  background: url(../../../content/lp/20200801/art2-bg.jpg) no-repeat;
  background-size: 100%;
}
#bfArtTitleParallax_03  { 
  background: url(../../../content/lp/20200808/art3-bg.jpg) no-repeat;
  background-size: 100%;
}

/*DIYページ*/
#bfDiyTitleParallax_01  { 
  background: url(../../../content/lp/20200801/diy1-bg.jpg) no-repeat;
  background-size: 100%;
}
#bfDiyTitleParallax_02  { 
  background: url(../../../content/lp/20200801/diy2-bg.jpg) no-repeat;
  background-size: 100%;
}

/*Toolページ*/
#bfToolTitleParallax_01  { 
  background: url(../../../content/lp/20200801/tool1-bg.jpg) no-repeat;
  background-size: 100%;
}
#bfToolTitleParallax_02  { 
  background: url(../../../content/lp/20200801/tool2-bg.jpg) no-repeat;
  background-size: 100%;
}
#bfToolTitleParallax_03  { 
  background: url(../../../content/lp/20200801/tool3-bg.jpg) no-repeat;
  background-size: 100%;
}

/*GC-JHRページ*/
#bfGcJhrTitleParallax_01  { 
  background: url(../../../content/lp/20200801/GC-bg.jpg) no-repeat;
  background-size: 100%;
}
#bfGcJhrTitleParallax_02  { 
  background: url(../../../content/lp/20200801/JHR-bg.jpg) no-repeat;
  background-size: 100%;
}
