@charset "utf-8";
/*----------------------------------------------------
 top_visual
--------------------------------------------------- */
#johnmaster #top_visual{
	position: relative;
}
#johnmaster #top_visual .bg{
	position: fixed;
	top: 0%;
	left: 50%;
	margin-left: 70px;
	width : -webkit-calc(100% - 70px) ;
	width : calc(100% - 70px) ;
	height: 100%;
	background: url(../img/top/top_bg.gif) no-repeat center top;
	background-size: cover;
}
#johnmaster #top_visual .bg video{
	width: 100%;
	height: 100%;
}

#johnmaster #top_visual a.wwd{
	position: fixed;
	top: 30px;
	right: 23px;
    -webkit-transition: all 0.8s 0s ease;
       -moz-transition: all 0.8s 0s ease;
        -ms-transition: all 0.8s 0s ease;
         -o-transition: all 0.8s 0s ease;
            transition: all 0.8s 0s ease;
}

#johnmaster #top_visual.out a.wwd{
	opacity: 0;
}
#johnmaster #top_visual .titleSet{
    -webkit-transition: all 0.8s 0s ease;
       -moz-transition: all 0.8s 0s ease;
        -ms-transition: all 0.8s 0s ease;
         -o-transition: all 0.8s 0s ease;
            transition: all 0.8s 0s ease;
}
#johnmaster #top_visual.out .titleSet{
	opacity: 0;
}
#johnmaster #top_visual h1{
	position: fixed;
	top:50%;
	left: 50%;
	margin-left: -110px;
	width:300px;
	margin-top: 20px;
	opacity: 0;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
}
#johnmaster #top_visual h1 img{
	width: 100%;
	height: auto;
}
#johnmaster #top_visual.fix h1{
	opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
    -webkit-transition: all 0.8s 0.8s ease;
       -moz-transition: all 0.8s 0.8s ease;
        -ms-transition: all 0.8s 0.8s ease;
         -o-transition: all 0.8s 0.8s ease;
            transition: all 0.8s 0.8s ease;
}
#johnmaster #top_visual h1{
}
#johnmaster #top_visual .catch{
	position: fixed;
	top:50%;
	left: 0%;
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #FFF;
	letter-spacing: 0.87px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: normal !important;
	margin-top: 140px;
	margin-left: 35px;
}
#johnmaster #top_visual.fix .catch{
	margin-top: -40px;
    -webkit-transition: all 0.8s 0s ease;
       -moz-transition: all 0.8s 0s ease;
        -ms-transition: all 0.8s 0s ease;
         -o-transition: all 0.8s 0s ease;
            transition: all 0.8s 0s ease;
}
#johnmaster #top_visual .line{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 1px;
	background: #FFF;
	opacity: 0.8;
	margin-left: -140px;
	margin-top: 180px;
     	      transform-origin: left center;
      -webkit-transform-origin: left center;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #top_visual.fix .line{
	margin-top: 0px;
    -webkit-transition: all 0.8s 0s ease;
       -moz-transition: all 0.8s 0s ease;
        -ms-transition: all 0.8s 0s ease;
         -o-transition: all 0.8s 0s ease;
            transition: all 0.8s 0s ease;
}

@media only screen and (max-width: 768px) {

	#johnmaster #top_visual .bg{
		position: fixed;
		top: 0%;
		left: 0%;
		margin-left: 0px;
		width : -webkit-calc(100% - 0px) ;
		width : calc(100% - 0px) ;
		height: 100%;
		background: url(../img/top/top_visual_sp.gif) no-repeat center top;
		background-size: cover;
	}
	#johnmaster #top_visual a.wwd{
		top: 11px;
		right: 8px;
		width: 75px;
	}
	#johnmaster #top_visual h1{
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -22%;
		width: 44%;
		margin-top: 10px;
	}
	#johnmaster #top_visual .catch{
		margin-top: 90px;
		font-size: 6.6666vw;
		margin-left: 0px;
	}
	#johnmaster #top_visual .line{
		width: 210px;
		margin-left: -105px;
		margin-top: 120px;
	}
	#johnmaster #top_visual.fix .line{
		margin-top: -10px;
	}

}
/*----------------------------------------------------
 top_copy
--------------------------------------------------- */
#johnmaster #top_copy{
	position: relative;
}
#johnmaster #top_copy .block{
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.86);
}
#johnmaster #top_copy .area{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 650px;
  margin-left: -290px;
  -webkit-transform: translate(0,-50%);
     -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
       -o-transform: translate(0,-50%);
          transform: translate(0,-50%);
}
#johnmaster #top_copy .area p{
  margin: 0 auto;
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 15px;
  letter-spacing: 0.37px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  #johnmaster #top_copy .block{
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.86);
    margin-left: 0px;
  -webkit-transform: scale3d(1,1,1) translate3d(0%,0%,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0%,0%,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0%,0%,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0%,0%,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0%,0%,0px) rotate(0deg);
  }
  #johnmaster #top_copy .area{
    width: 100%;
    left: 0px;
    margin: 0;
  }
  #johnmaster #top_copy .block p{
    width: 86.666%;
    margin: 0 auto;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 29px;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 320px) {
  #johnmaster #top_copy .block p{
    font-size: 0.7rem;
    line-height: 22px;
  }
}

/*----------------------------------------------------
 top_list
--------------------------------------------------- */
#johnmaster #top_list{
	position: relative;
	background: #403F3B;
}
#johnmaster #top_list .list_copy{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #top_list .list_copy span{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	display: block;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            color: #FFF;
            font-size: 60px;
            font-family: 'Libre Baskerville', serif;
}
#johnmaster #top_list.view .list_copy{
    -webkit-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(0.8,0.8,0.8) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #top_list.view .list_copy span{
	opacity: 0.15;
    -webkit-transition: all 0.5s 0.8s ease;
       -moz-transition: all 0.5s 0.8s ease;
        -ms-transition: all 0.5s 0.8s ease;
         -o-transition: all 0.5s 0.8s ease;
            transition: all 0.5s 0.8s ease;
}

#johnmaster #top_list .list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#johnmaster #top_list.view .list{
	opacity: 1;
    -webkit-transition: all 0.5s 1.1s ease;
       -moz-transition: all 0.5s 1.1s ease;
        -ms-transition: all 0.5s 1.1s ease;
         -o-transition: all 0.5s 1.1s ease;
            transition: all 0.5s 1.1s ease;

}
#johnmaster #top_list .list .column{
  -webkit-transform: scale3d(0.7,0.7,0.7);
     -moz-transform: scale3d(0.7,0.7,0.7);
      -ms-transform: scale3d(0.7,0.7,0.7);
       -o-transform: scale3d(0.7,0.7,0.7);
          transform: scale3d(0.7,0.7,0.7);

}
#johnmaster #top_list .list .column.coming{
	opacity: 0.8;
}
@media only screen and (min-width: 1025px)  and (min-height: 769px) {
	#johnmaster #top_list .list .column{
	  -webkit-transform: scale3d(1,1,1);
	     -moz-transform: scale3d(1,1,1);
	      -ms-transform: scale3d(1,1,1);
	       -o-transform: scale3d(1,1,1);
	          transform: scale3d(1,1,1);

	}
}
#johnmaster #top_list .list .column.p01{
	position: absolute;
	top: 5%;
	left: 8.61%;
}
#johnmaster #top_list .list .column.p02{
	position: absolute;
	top: 55.12%;
	left: 10.64%;
}
#johnmaster #top_list .list .column.p03{
	position: absolute;
	top: 7%;
	left: 33.28%;
}
#johnmaster #top_list .list .column.p04{
	position: absolute;
	top: 36.0%;
	left: 38.26%;
}
#johnmaster #top_list .list .column.p05{
	position: absolute;
	top: 66.45%;
	left: 34.16%;
}
#johnmaster #top_list .list .column.p06{
	position: absolute;
	top: 3%;
	left: 54.36%;
}
#johnmaster #top_list .list .column.p07{
	position: absolute;
	top: 47.82%;
	left: 56.78%;
}
#johnmaster #top_list .list .column.p08{
	position: absolute;
	top: 8%;
	left: 75.81%;
}
#johnmaster #top_list .list .column.p09{
	position: absolute;
	top: 37%;
	left: 79.47%;
}
#johnmaster #top_list .list .column.p10{
	position: absolute;
	top: 66.77%;
	left: 75.81%;
}
#johnmaster #top_list .list .column a{
	display: block;
	position: relative;
	overflow: hidden;
}
#johnmaster #top_list .list .column a .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
    -webkit-transform: translate(0%,100%);
       -moz-transform: translate(0%,100%);
        -ms-transform: translate(0%,100%);
         -o-transform: translate(0%,100%);
            transform: translate(0%,100%);
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #top_list .list .column a:hover .bg{
    -webkit-transform: translate(0%,0%);
       -moz-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
         -o-transform: translate(0%,0%);
            transform: translate(0%,0%);
}
#johnmaster #top_list .list .column a .text{
	position: absolute;
	bottom: 20%;
	left: 50%;
	width: 100%;
	text-align: center;
    -webkit-transform: translate(-50%,0%);
       -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
         -o-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
            opacity: 0;
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
}
#johnmaster #top_list .list .column a:hover .text{
	opacity: 1;
    -webkit-transition: all 0.5s 0.3s ease;
       -moz-transition: all 0.5s 0.3s ease;
        -ms-transition: all 0.5s 0.3s ease;
         -o-transition: all 0.5s 0.3s ease;
            transition: all 0.5s 0.3s ease;
}
#johnmaster #top_list .list .column a .text p{
	color: #FFF;
}
#johnmaster #top_list .list .column a .text p.name{
	font-size:16px;
	letter-spacing: 0.87px;
	line-height: 23px;
	margin-bottom: 10px;
}
#johnmaster #top_list .list .column a .text p.with{
	font-size: 27px;
	letter-spacing: 0.65px;
	line-height: 17px;
	margin-bottom: 10px;
  font-family: 'Mrs Saint Delafield', cursive;
}
#johnmaster #top_list .list .column a .text p.stylist{
	font-size: 13px;
	letter-spacing: 0.76px;
	line-height: 20px;
}
#johnmaster #top_list .list .column a .line_top{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 7px;
	background: #9c957B;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            opacity: 0;
}
#johnmaster #top_list .list .column a:hover .line_top{
	opacity: 1;

}
#johnmaster #top_list .list .column a .line_bottom{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 85px;
	height: 7px;
	background: #9c957B;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            opacity: 0;
}
#johnmaster #top_list .list .column a:hover .line_bottom{
	opacity: 1;

}
#johnmaster #top_list .list .column a .line_right{
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	height: 85px;
	width: 7px;
	background: #9c957B;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            opacity: 0;
}
#johnmaster #top_list .list .column a .line_left{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 85px;
	width: 7px;
	background: #9c957B;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            opacity: 0;
}
#johnmaster #top_list .list .column a:hover .line_right,
#johnmaster #top_list .list .column a:hover .line_left{
	opacity: 1;
}
#johnmaster #top_list .list .column a .o_line_top{
	display: block;
	position: absolute;
	top: 0px;
	right: -100%;
	height: 1px;
	width: 100%;
	background: #9c957B;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #top_list .list .column a:hover .o_line_top{
	right: 0%;
    -webkit-transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #top_list .list .column a .o_line_bottom{
	display: block;
	position: absolute;
	bottom: 0px;
	left: -100%;
	height: 1px;
	width: 100%;
	background: #9c957B;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #top_list .list .column a:hover .o_line_bottom{
	left: 0%;
    -webkit-transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0.3s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}

#johnmaster #top_list .list .column a .o_line_left{
	display: block;
	position: absolute;
	top: -100%;
	left: 0%;
	height: 100%;
	width: 1px;
	background: #9c957B;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #top_list .list .column a:hover .o_line_left{
	top: 0%;
    -webkit-transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #top_list .list .column a .o_line_right{
	display: block;
	position: absolute;
	bottom: -100%;
	right: 0%;
	height: 100%;
	width: 1px;
	background: #9c957B;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #top_list .list .column a:hover .o_line_right{
	bottom: 0%;
    -webkit-transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
@media only screen and (max-width: 768px) {

	#johnmaster #top_list{
	}
	#johnmaster #top_list .list_copy{
		display: none;
	}
	#johnmaster #top_list .list_inner{
		padding-bottom: 80px;
	}
	#johnmaster #top_list .list{
		position: relative;
		width: 100%;
		opacity: 1;
	}
	#johnmaster #top_list.view .list{
		opacity: 1;
	    -webkit-transition: all 0s 0s ease;
	       -moz-transition: all 0s 0s ease;
	        -ms-transition: all 0s 0s ease;
	         -o-transition: all 0s 0s ease;
	            transition: all 0s 0s ease;

	}
	#johnmaster #top_list .list .column{
	  -webkit-transform: scale3d(1,1,1);
	     -moz-transform: scale3d(1,1,1);
	      -ms-transform: scale3d(1,1,1);
	       -o-transform: scale3d(1,1,1);
	          transform: scale3d(1,1,1);

	}
	#johnmaster #top_list .list .column.p01{
		position: static;
		width: 59.33%;
	}
	#johnmaster #top_list .list .column.p02{
		position: static;
		width: 59.33%;
	}
	#johnmaster #top_list .list .column.p03{
		position: absolute;
		top: 0.0%;
		left: 59.33%;
		width: 40.67%;
	}
	#johnmaster #top_list .list .column.p04{
		position: absolute;
		top: 15.4%;
		left: 59.33%;
		width: 40.67%;
	}
	#johnmaster #top_list .list .column.p05{
		position: absolute;
		top: 30.8%;
		left: 59.33%;
		width: 40.67%;
	}
	#johnmaster #top_list .list .column.p06{
		position: static;
		width: 52.26%;
	}
	#johnmaster #top_list .list .column.p07{
		position: static;
		width: 52.26%;
	}
	#johnmaster #top_list .list .column.p08{
		position: absolute;
    	top: 46.2%;
		left: 52.26%;
		width: 47.74%;
	}
	#johnmaster #top_list .list .column.p09{
		position: absolute;
    	top: 64.2%;
		left: 52.26%;
		width: 47.74%;
	}
	#johnmaster #top_list .list .column.p10{
		position: absolute;
		top: auto;
		bottom: 0px;
		left: 52.26%;
		width: 47.74%;
	}
	#johnmaster #top_list .list .column a .bg,
	#johnmaster #top_list .list .column a .o_line_right,
	#johnmaster #top_list .list .column a .o_line_left,
	#johnmaster #top_list .list .column a .o_line_top,
	#johnmaster #top_list .list .column a .o_line_bottom,
	#johnmaster #top_list .list .column a .line_right,
	#johnmaster #top_list .list .column a .line_left,
	#johnmaster #top_list .list .column a .line_top,
	#johnmaster #top_list .list .column a .line_bottom{
		display: none;
	}
	#johnmaster #top_list .list .column a .text{
		position: absolute;
		bottom: 0%;
		left: 0%;
		width: 100%;
		background: rgba(0,0,0,0.5);
		text-align: center;
	    -webkit-transform: translate(0%,100%);
	       -moz-transform: translate(0%,100%);
	        -ms-transform: translate(0%,100%);
	         -o-transform: translate(0%,100%);
	            transform: translate(0%,100%);
	            opacity: 1;
	    -webkit-transition: all 0.5s 0s ease;
	       -moz-transition: all 0.5s 0s ease;
	        -ms-transition: all 0.5s 0s ease;
	         -o-transition: all 0.5s 0s ease;
	            transition: all 0.5s 0s ease;
	            padding: 20px 0;
	}
	#johnmaster #top_list .list .column.on a .text{
	    -webkit-transform: translate(0%,0%);
	       -moz-transform: translate(0%,0%);
	        -ms-transform: translate(0%,0%);
	         -o-transform: translate(0%,0%);
	            transform: translate(0%,0%);
	            opacity: 1;
	    -webkit-transition: all 0.5s 1s ease;
	       -moz-transition: all 0.5s 1s ease;
	        -ms-transition: all 0.5s 1s ease;
	         -o-transition: all 0.5s 1s ease;
	            transition: all 0.5s 1s ease;
	}
	#johnmaster #top_list .list .column a .text p.name{
		font-size:16px;
		letter-spacing: 0.87px;
		line-height: 23px;
		margin-bottom: 10px;
	}
	#johnmaster #top_list .list .column a .text p.with{
		width: 40%;
		height: 1px;
		overflow: hidden;
		margin: 0 auto;
		text-indent: -9999px;
		border-bottom: 1px #333 solid;
		margin-bottom: 10px;
	}
	#johnmaster #top_list .list .column a .text p.stylist{
		font-size: 13px;
		letter-spacing: 0.76px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 320px) {
	#johnmaster #top_list .list .column a .text p.name{
		font-size:12px;
		line-height: 18px;
	}
	#johnmaster #top_list .list .column a .text p.stylist{
		font-size: 11px;
		line-height: 18px;
	}
}
/*----------------------------------------------------
 top_qa
--------------------------------------------------- */
#johnmaster #top_qa{
	position: relative;
	background: #F4F2ED url(../img/top/qa_bg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
#johnmaster #top_qa .bg li{
	position: absolute;
}
#johnmaster #top_qa .bg li.tree01{
	top: 0;
	left: 70px;
}
#johnmaster #top_qa .bg li.tree02{
	bottom: 0;
	left: 70px;
}
#johnmaster #top_qa .bg li.tree03{
	top: 0;
	right: 0;
}
#johnmaster #top_qa .bg li.tree04{
	bottom: 0;
	right: 0;
}
#johnmaster #top_qa .block{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -235px;
	margin-left: -315px;
	width: 700px;
	height: 470px;
	background: rgba(255,255,255,0.9);
	text-align: center;
	opacity: 0;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px) rotate(0deg);
}
#johnmaster #top_qa.view .block{
	opacity: 1;
    -webkit-transition: all 0.5s 0.2s ease;
       -moz-transition: all 0.5s 0.2s ease;
        -ms-transition: all 0.5s 0.2s ease;
         -o-transition: all 0.5s 0.2s ease;
            transition: all 0.5s 0.2s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #top_qa .block h2{
	padding-top: 105px;
	margin-bottom: 35px;
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #686562;
    letter-spacing: 3.11px;
}
#johnmaster #top_qa .block .line{
	margin: 0 auto;
	width: 152px;
	height: 1px;
	background: #b2b1af;
	margin-bottom: 35px;
}
#johnmaster #top_qa .block .text{
	color: #505050;
	font-size: 28px;
	letter-spacing: 0.7px;
	line-height: 46px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom: 35px;
}
#johnmaster #top_qa .block .btn{
	margin: 0 auto;
	width: 275px;
	height: 45px;
	position: relative;
}
#johnmaster #top_qa .block .btn .line_top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #979797;
     	      transform-origin: left center;
      -webkit-transform-origin: left center;
  -webkit-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #top_qa.view .block .btn .line_top{
    -webkit-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);

}
#johnmaster #top_qa .block .btn .line_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #979797;
     	      transform-origin: right center;
      -webkit-transform-origin: right center;
  -webkit-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #top_qa.view .block .btn .line_bottom{
    -webkit-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);

}
#johnmaster #top_qa .block .btn .line_left{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #979797;
     	      transform-origin: right bottom;
      -webkit-transform-origin: right bottom;
  -webkit-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #top_qa.view .block .btn .line_left{
    -webkit-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);

}
#johnmaster #top_qa .block .btn .line_right{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #979797;
     	      transform-origin: right top;
      -webkit-transform-origin: right top;
  -webkit-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #top_qa.view .block .btn .line_right{
    -webkit-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0.4s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);

}
#johnmaster #top_qa .block .btn .t{
	margin-top: 14px;
	display: inline-block;
	font-size: 19px;
	letter-spacing: 0.48px;
	line-height: 19px;
	vertical-align: middle;
	color: #505050;
	margin-right: 4px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	opacity: 0;
}
#johnmaster #top_qa.view .block .btn .t{
    -webkit-transition: all 0.5s 0.5s ease;
       -moz-transition: all 0.5s 0.5s ease;
        -ms-transition: all 0.5s 0.5s ease;
         -o-transition: all 0.5s 0.5s ease;
            transition: all 0.5s 0.5s ease;
	opacity: 1;
}
#johnmaster #top_qa .block .btn .arrow_t{
	margin-top: 14px;
	display: inline-block;
	width: 33px;
	height: 11px;
	vertical-align: middle;
            opacity: 0;
}
#johnmaster #top_qa.view .block .btn .arrow_t{
    -webkit-transition: all 0.5s 0.5s ease;
       -moz-transition: all 0.5s 0.5s ease;
        -ms-transition: all 0.5s 0.5s ease;
         -o-transition: all 0.5s 0.5s ease;
            transition: all 0.5s 0.5s ease;
	opacity: 1;
}
#johnmaster #top_qa .block .btn .arrow{
	display: block;
	width: 33px;
	height: 11px;
	background: url(../img/common/next_arrow01.png) no-repeat;
	background-size: contain;
    -webkit-transition: all 0.3s 0s ease;
       -moz-transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
         -o-transition: all 0.3s 0s ease;
            transition: all 0.3s 0s ease;
}
#johnmaster #top_qa .block a:hover .btn .arrow{
    -webkit-transform: translate(10px,0%);
       -moz-transform: translate(10px,0%);
        -ms-transform: translate(10px,0%);
         -o-transform: translate(10px,0%);
            transform: translate(10px,0%);
}
@media only screen and (max-width: 768px) {

	#johnmaster #top_qa .bg li.tree01{
		top: 0;
		left: 0;
	     	      transform-origin: left top;
	      -webkit-transform-origin: left top;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	}
	#johnmaster #top_qa.view .bg li.tree01{
	    -webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	       -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	        -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	         -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	            transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	}
	#johnmaster #top_qa .bg li.tree02{
		bottom: 0;
		left: 0;
	     	      transform-origin: left bottom;
	      -webkit-transform-origin: left bottom;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	}
	#johnmaster #top_qa.view .bg li.tree02{
	    -webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	       -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	        -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	         -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	            transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	}
	#johnmaster #top_qa .bg li.tree03{
		top: 0;
		right: 0;
	     	      transform-origin: right top;
	      -webkit-transform-origin: right top;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	}
	#johnmaster #top_qa.view .bg li.tree03{
	    -webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	       -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	        -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	         -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	            transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	}
	#johnmaster #top_qa .bg li.tree04{
		bottom: 0;
		right: 0;
	     	      transform-origin: right bottom;
	      -webkit-transform-origin: right bottom;
	  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
	}
	#johnmaster #top_qa.view .bg li.tree04{
	    -webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	       -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	        -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	         -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	            transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	}

	#johnmaster #top_qa .block{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -0;
		margin-left: -42.66%;
		width: 85.33%;
		height: auto;
		background: rgba(255,255,255,0.9);
		text-align: center;
		opacity: 0;
	  -webkit-transform: scale3d(1,1,1) translate3d(0px,-40%,0px) rotate(0deg);
	     -moz-transform: scale3d(1,1,1) translate3d(0px,-40%,0px) rotate(0deg);
	      -ms-transform: scale3d(1,1,1) translate3d(0px,-40%,0px) rotate(0deg);
	       -o-transform: scale3d(1,1,1) translate3d(0px,-40%,0px) rotate(0deg);
	          transform: scale3d(1,1,1) translate3d(0px,-40%,0px) rotate(0deg);
	          padding-bottom: 70px;
	}
	#johnmaster #top_qa.view .block{
		opacity: 1;
	    -webkit-transition: all 0.5s 0.2s ease;
	       -moz-transition: all 0.5s 0.2s ease;
	        -ms-transition: all 0.5s 0.2s ease;
	         -o-transition: all 0.5s 0.2s ease;
	            transition: all 0.5s 0.2s ease;
	  -webkit-transform: scale3d(1,1,1) translate3d(0px,-50%,0px) rotate(0deg);
	     -moz-transform: scale3d(1,1,1) translate3d(0px,-50%,0px) rotate(0deg);
	      -ms-transform: scale3d(1,1,1) translate3d(0px,-50%,0px) rotate(0deg);
	       -o-transform: scale3d(1,1,1) translate3d(0px,-50%,0px) rotate(0deg);
	          transform: scale3d(1,1,1) translate3d(0px,-50%,0px) rotate(0deg);
	}
	#johnmaster #top_qa .block h2{
		padding-top: 60px;
		margin-bottom: 35px;
	    font-family: 'Playfair Display', serif;
	    font-size: 25px;
	    line-height: 37px;
	    color: #686562;
	    letter-spacing: 1px;
	}
	#johnmaster #top_qa .block .line{
	}
	#johnmaster #top_qa .block .text{
		font-size: 23px;
		line-height: 37px;
		margin-bottom: 40px;
	}
	#johnmaster #top_qa .block .btn{
		margin: 0 auto;
		width: 74.21%;
		height: 45px;
	}
	#johnmaster #top_qa .block .btn .t{
		margin-top: 14px;
		font-size: 17px;
	}
}
@media only screen and (max-width: 320px) {
	#johnmaster #top_qa .block h2{
	    font-size: 20px;
	    line-height: 30px;
	}
	#johnmaster #top_qa .block .text{
		font-size: 18px;
		line-height: 30px;
	}
	#johnmaster #top_qa .block .btn .t{
		margin-top: 14px;
		font-size: 15px;
	}
}
