

@media (max-width: 1153px) {

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


.t_b2_i1{
	position: relative;
	top:auto;
	left:auto;
	margin:25px auto;
}
.t_b2_i2{
	position: relative;
	bottom:auto;
	left:auto;
	margin:25px auto;
}
.t_b2_i3{
	position: relative;
	top:auto;
	right:auto;
	margin:25px auto;
}
.t_b2 .bb{
width:227px;
height:55px;
font-size:13px;
letter-spacing: 0.05em;
}
.t_b2 .bb_cart:before {
top:3px;
}
.t_b2_info{
	width:100%;
	position: absolute;
bottom:30px;
left:0;
text-align: center;
}
.t_b2 *{
	pointer-events: auto;
}
.t_b2_text{
font-size:12px;
line-height:30px;
font-weight:bold;
letter-spacing: 0.2em;
margin-bottom:20px;
}
.t_b2_title{
font-size:13px;
line-height:13px;
font-weight:bold;
letter-spacing: 0em;
margin-bottom:10px;
}




/*menu_area*/

.menu_area{
	/*height:608px;*/
    height: 668px;
	width:100%;
	background: #fff;
	z-index: 99;
	position: fixed;
	top:0;
	left: 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 */


}
.menu_open .menu_area{

  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.menu_line{
	width: 100%;
	height:5px;
	background: #080403;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-2px;
	display: none;
}
.menu_links{
	position: absolute;
	top:83px;
	left:0;
	width: 100%;

  -webkit-transform: translate(0%,0px);
  transform: translate(0,0px);
	text-align: center;
}
.menu_links a{
text-decoration: none;
margin:0 0 35px;
display: block;
width:100%;
text-align: center;
}
.menu_links .fpt_bold{
	font-size:15px;
	color:#1c1210;
	letter-spacing: 0.025em;
}
.menu_link_jp{

	position: absolute;
top:100%;
left:50%;
width:150px;
  -webkit-transform: translate(-50%,4px);
  transform: translate(-50%,4px);
  font-size:12px;
  color: #999999;
  letter-spacing: 0;
}
.menu_links a:before{
display: block;
position: absolute;
left:0;
top:14px;
background: #000;
height:3px;
width:100%;
content:".";
color:rgba(0,0,0,0);
pointer-events: none;



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

-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 */
    }

.menu_open .menu_links a:before{

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




.menu_open .menu_links a:nth-of-type(1):before{
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  -ms-transition-delay: 0.1s !important;
}

.menu_open .menu_links a:nth-of-type(2):before{
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  -ms-transition-delay: 0.2s !important;
}

.menu_open .menu_links a:nth-of-type(3):before{
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  -ms-transition-delay: 0.3s !important;
}

.menu_open .menu_links a:nth-of-type(4):before{
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  -ms-transition-delay: 0.4s !important;
}

.menu_open .menu_links a:nth-of-type(5):before{
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  -ms-transition-delay: 0.5s !important;
}

.menu_open .menu_links a:nth-of-type(6):before{
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  -ms-transition-delay: 0.6s !important;
}

.menu_open .menu_links a:nth-of-type(7):before{
  -moz-transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  -ms-transition-delay: 0.7s !important;
}

.menu_open .menu_links a:nth-of-type(8):before{
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  -ms-transition-delay: 0.8s !important;
}




.menu_twitter{
bottom:23px;
}

.menu_dr_stone{
	bottom:10px;
	width:130px;
}






}