@charset "UTF-8";

.product_bg{
  padding-top: 30px;
  padding-bottom: 20px;
  background-image:url(../../product/images/_bg.png);
  background-repeat:no-repeat;
  background-position:0 0;
  background-size:100% 100%;
}

.product #content h2{
  margin-top: 80px;
  margin-bottom:50px;
  font-family: 'Montserrat', serif;
  font-weight: 500;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}

.product #content h2 span{
  display:inline-block;
  padding: 32px 0 0;
  letter-spacing: 0px;
  position: relative;
}

.product #content h2 span:before{
  content:"";
  display:block;
  width:80px;
  height:1px;
  background-color:#0B0706;
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}


@media screen and (max-width: 768px) {
.product #content h2{
  margin-top: 60px;
  margin-bottom: 25px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}

.product #content h2 span{
  display:inline-block;
  padding: 15px 0 0;
  /*letter-spacing: 0px;*/
  position: relative;
}

.product #content h2 span:before{
  content:"";
  display:block;
  width:34px;
  height:1px;
  background-color:#0B0706;
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}

}



.leftTxt{
  margin-bottom:0;
  padding:25px 10px;
  color:#ffffff;
  font-size:14px;
  text-align: center;
  background-color:#0B0706;
}

.product_h3{
  margin-bottom:30px;
  padding-bottom:20px;
  font-size:14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  border-bottom:1px solid #0B0706;
  text-align: center;
}

.product_h3 span{
  font-size:18px;
  font-weight:bold;
}

.product_glid{
  margin:0 auto;
  padding:0;
  width:100%;
}

.product_glid:after{
  content:"";
  display:table;
  clear:both;
  height:0;
}

.product_elem{
  float:left;
  margin-right:4%;
  margin-bottom:20px;
  width:48%;
  /*background-color:#ffffff;*/
}

.product_elem:nth-child(2n){
  margin-right:0;
}

.product_elem .head img{
  width:100%;
}

.product_elem .head figcaption{
}

.product_elem .head figcaption span{
  color:#ffffff;
  width:76%;
  font-size:10px;
  line-height:1.2;
  letter-spacing: -1px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.product_elem .foot{
  display: table;
  width: 100%;
  background-color: #a8a8a8;
}

.product_elem .foot img{
  width:100%;
}

.product_elem .foot figure{
  display: table-cell;
  width: 27.5%;
  vertical-align: middle;
}


.product_elem .foot .f_rightCont{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
  color: #ffffff;
  width: 72.5%;
  background-color: #0B0706;
}

.product_elem .foot .f_rightCont h4{
  margin-bottom:5px;
  line-height:1.2;
}

.product_elem .foot .f_rightCont .txt{
  line-height:1.2;
}

.product_elem .banner {
	width: 100%;
	margin: 10px 0 0 0;
}
.product_elem .banner img {
	width: 100%;
}

#btyItem, #orgItem, #proItem{
    margin:0 auto 30px;
    width:94%;
    max-width:1024px;
}
.bnrArea{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    background-color:#dbc9db;	
/*    background-color:#0B0706;	
*/}
.bnrArea p{
    position: relative;
    padding: 10px 0;
    color:#ffffff;
    font-size:15px;
}
.bnrArea p span{
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px;
    color:#ffffff;
    font-size:13px;
}
.bnrArea p strong{
	font-size: 17px;
}
.bnrArea a:hover{
	color: #ffffff;
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
.leftTxt{
  font-size:13px;
}	
.product_h3	{
  line-height: 1.5em;
	}
.product_h3 span{
  font-size:17px;
	}
.bnrArea p{
    font-size:14px;
}
.bnrArea p span{
    font-size:13px;
	top: 34%;
}
.bnrArea p strong{
	font-size: 14px;
}
}
@media screen and (min-width: 768px) {
  .product #content h2{
    margin-top: 132px;
    margin-bottom: 80px;
  }  
  .product_bg{
    padding-top: 138px;
    padding-bottom: 60px;
  }  
  .leftTxt {
    padding: 53px 10px;
  }
  .product_elem{
    margin-right:2%;
    margin-bottom:20px;
    width:32%;
  }
  .product_elem:nth-child(2n){
    margin-right:2%;
  }
  .product_elem:nth-child(3n){
    margin-right:0;
  }
  .product_elem .foot .f_rightCont{
    padding: 0 20px;
  }
  #btyItem, #orgItem, #proItem {
    margin: 0 auto 112px;
  }
  .product_elem .head figcaption span{
    width:76%;
    font-size:14px;
    line-height:2.14;
  }  
    
}