[sp]{
	display: none !important;
}


/*products*/
.bb{
	
-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */

	overflow: hidden;
}
.bb:after{
	content:".";
color:rgba(0,0,0,0);
width:100%;
height:100%;
top:0;
left:0;
background: rgba(255,255,255,0.2);
display: block;
position: absolute;
z-index:0;

  -webkit-transform: translate(0%,100%);
  transform: translate(0%,100%);



-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */

}
.bb:hover{
color:#000;
background: #ccc;
}
.bb:hover:after{


  -webkit-transform: translate(0%,0);
  transform: translate(0%,0);
}

.p_b2.t_b2{
	width:100%;
	height:auto;
	margin-top:150px;
}


.p_b2.t_b2>div{
	width:100%;
} 
.p_b2.t_b2 .bb{
width:227px;
height:55px;
font-size:13px;
letter-spacing: 0.05em;
margin:0;
}

.p_b2 .t_b2_info{
	width:43%;
	position: absolute;
bottom:122px;
left:57%;
text-align: left;
}
.t_b2 *{
	pointer-events: auto;
}
.p_b2 .t_b2_text{
font-size:14px;
line-height:40px;
font-weight:bold;
letter-spacing: 0.2em;
margin-bottom:31px;
}
.p_b2 .t_b2_text small{
display: block;
line-height:1.5;
}
.p_b2 .t_b2_title{
font-size:18px;
line-height:15px;
font-weight:bold;
letter-spacing: 0em;

margin-bottom:22px;
}



.p_b2_i{
	margin:0 auto;
}
.p_b2_title{
	font-weight: bold;
	font-size:22px;
	margin-bottom:25px;
}
.p_b2 .t_b2_info .cf .bb{
float:left;
margin-right:20px;
}

/*p_b3*/

.p_b3.t_b2{
	width:100%;
	height:auto;
	margin-top:128px;
	margin-bottom:120px;
	text-align: center;
}
.p_b3>div{
	display: inline-block;
}

.p_b3 .t_b2_info{
	width:100%;
	position: absolute;
bottom:100px;
left:205px;
text-align: left;
}


.p_b3.t_b2 .bb{
width:227px;
height:55px;
font-size:13px;
letter-spacing: 0.05em;
margin:0;
display: inline-block;
margin:0;
}
.t_b2_price{
	display: inline-block;
font-size:18px;
margin-right:33px;
}


/*product detail*/

.pd_bbs.p_b2 .t_b2_info{
max-width:385px;
bottom: auto;
top:55px;

}

.t_b2_note {
	position: relative;
	margin-top: 5px;
	margin-bottom: -20px;
}

.pd_f_note{
	position: absolute;
	right:0;
	top:115px;
	width:245px;
}

.t_b3.pd_bottom .bb{
	font-size:13px;
	margin:125px auto 125px;
	width:260px;
	height:55px;
}

.pd_drink .pd_r_cc{
display: none !important;
}


.pd_drink .pd_r_block {
	margin-bottom:25px;
}



/*pd_slider*/


.pd_slide .slide-counter{
	height:62px;
		line-height: 62px;
		vertical-align: middle;
	width:100%;
position: absolute;
bottom:auto;
margin-top:-5px;
right:0;
top:auto;
bottom:72px;
left:auto;
z-index:3;
padding-left:0;
padding-right:0px;
text-align: center;
pointer-events: auto;
}
.pd_slide .slide-counter div{
border:solid 1px #b7b7b7;
	opacity: 1;
	display: inline-block;
	width:89px;
	height:58px;
	background: #000;
margin:0 5px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
cursor: pointer;
background-position: center center;
background-size: cover;
}
.pd_slide .slide-counter div.slide-counter-c{
	border:solid 1px #000;
opacity: 1;
}
.pd_slide .scene-nav{
	display: none !important;
}

/*qa*/

.qa_area_select{
	width:200px;
	float:left;
}







.qa_area_select .pd_f_price_tri{
	display:none;
}

.qa_area_select .pd_f_prices {
    height: auto;
    border-bottom: none;
    border-top: none;
    cursor: pointer;
}

.qa_area_select .pd_f_pricelist {
    z-index: 10;
    padding:0;
    background: rgba(255,255,255,0);
    border-bottom: none;
}

.pd_f_prices_open .pd_f_pricelist label div{
	opacity: 0.5;
}


.qa_area_select .pd_f_prices_open .pd_f_pricelist label div,
.qa_area_select .pd_f_pricelist label input:checked+div,
.qa_area_select .pd_f_pricelist label div{
border:solid 1px #dadada;
padding:17px 0 0 24px;

height:76px;
width:155px;
opacity: 1;

letter-spacing: 0.1em;
	font-size:13px;
	display: block;
	line-height:160%;


-webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); 
        transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000); /* custom */

}
.qa_area_select .pd_f_pricelist label+label div{
	margin-top:-1px;
}
.pd_f_pricelist label div span{
	color:#878584;
	margin-left:10px;
}



.qa_area_select .pd_f_prices_open .pd_f_pricelist label div,
.qa_area_select .pd_f_pricelist label input:checked+div{
	background: #dadada;
}
.qa_area_select .pd_f_prices_open .pd_f_pricelist label div:before,
.qa_area_select .pd_f_pricelist label input:checked+div:before{
	content:".";
	color:rgba(0,0,0,0);
	overflow: hidden;
	display: block;
	position: absolute;
	left:100%;
	top:50%;
	margin-top:-5px;

width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #dadada;

}

.qa_area_select .pd_f_prices * {
    pointer-events: auto;
    cursor: pointer;
}



.pd_slide .slide-item__image[pc]{
opacity: 0;
}

.pd_slide .slide-item{
	background-size: cover;
	background-position: center center;
	height: 100%;
}

.pd_slide .slide-wrapper{
	height: 100%;
}


.header_logo{
height:22.02px;
}


.menu_dr_stone{
	margin-left: 70px;
}
