@charset "utf-8";
/*----------------------------------------------------
 mainvisual
--------------------------------------------------- */
#johnmaster #mainvisual{
	position: relative;
}
#johnmaster #mainvisual .bg{
}
#johnmaster #mainvisual .bg li.gray{
	position: fixed;
	top: 0%;
  left: 70px;
  width : 100% ;
  width : -webkit-calc(100% - 70px) ;
  width : calc(100% - 70px) ;
	height: 100%;
	background: url(../img/top_visual.png) no-repeat center top;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#johnmaster #mainvisual .bg li.color{
	position: fixed;
	top: 0%;
  left: 70px;
  width : 100% ;
  width : -webkit-calc(100% - 70px) ;
  width : calc(100% - 70px) ;
	height: 100%;
	background: url(../img/top_visual.png) no-repeat center top;
	background-size: cover;
	opacity: 0;
    -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 #mainvisual.view .bg li.color{
	opacity: 1;
    -webkit-transition: all 0.8s 2s ease;
       -moz-transition: all 0.8s 2s ease;
        -ms-transition: all 0.8s 2s ease;
         -o-transition: all 0.8s 2s ease;
            transition: all 0.8s 2s ease;
}
#johnmaster #mainvisual 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 #mainvisual.out a.wwd{
	opacity: 0;
}
#johnmaster #mainvisual .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 #mainvisual.out .titleSet{
	opacity: 0;
}
#johnmaster #mainvisual h1{
  position: fixed;
  top: 50%;
  left: 10%;
  width: 350px;
  margin-top: -80px;
}
#johnmaster #mainvisual h1 img{
  width: 100%;
  height: auto;
}
#johnmaster #mainvisual h1 img{
  width: 100%;
  height: auto;
}
#johnmaster #mainvisual.view h1{
	opacity: 0;
    -webkit-transition: all 0.8s 2s ease;
       -moz-transition: all 0.8s 2s ease;
        -ms-transition: all 0.8s 2s ease;
         -o-transition: all 0.8s 2s ease;
            transition: all 0.8s 2s ease;
}
#johnmaster #mainvisual .line{
	position: fixed;
	top: 43%;
	left: 0%;
	width: 550px;
	height: 1px;
	margin-top: 105px;
	background: #FFF;
  opacity: 0.8;
     	        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 #mainvisual.view .line{
  -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.5s 2.5s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 2.5s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 0.5s 2.5s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 0.5s 2.5s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 2.5s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #mainvisual .catch{
	position: fixed;
	top: 44%;
	left:0%;
	text-align: right;
	width: 550px;
	font-size: 35px;
	color: #FFF;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing: 0.87px;
	margin-top: 57px;
	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 #mainvisual.view .catch{
	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.5s 2.9s ease;
       -moz-transition: all 0.5s 2.9s ease;
        -ms-transition: all 0.5s 2.9s ease;
         -o-transition: all 0.5s 2.9s ease;
            transition: all 0.5s 2.9s ease;
}
#johnmaster #mainvisual .name{
	position: fixed;
	top: 43%;
	left:0%;
	text-align: right;
	width: 550px;
	font-size: 29px;
	color: #FFF;
	letter-spacing: 3.05px;
	margin-top: 125px;
	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 #mainvisual.view .name{
	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.5s 2.9s ease;
       -moz-transition: all 0.5s 2.9s ease;
        -ms-transition: all 0.5s 2.9s ease;
         -o-transition: all 0.5s 2.9s ease;
            transition: all 0.5s 2.9s ease;
}

@media only screen and (max-width: 768px) {

  #johnmaster #mainvisual .bg li.gray{
    position: fixed;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    width : -webkit-calc(100% - 0px) ;
    width : calc(100% - 0px) ;
    height: 100%;
    background: url(../img/top_visual_sp.png) no-repeat center top;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
#johnmaster #mainvisual .bg li.color{
  position: fixed;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    width : -webkit-calc(100% - 0px) ;
    width : calc(100% - 0px) ;
    height: 100%;
  background: url(../img/top_visual_sp.png) no-repeat center top;
  background-size: cover;
}
  #johnmaster #mainvisual a.wwd{
    top: 11px;
    right: 8px;
    width: 75px;
  }
  #johnmaster #mainvisual h1{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -33.33%;
    width: 66.66%;
    margin-top: 100px;
  }
  #johnmaster #mainvisual.fix h1{
    margin-top: -100px;
  }
  #johnmaster #mainvisual .catch{
    position: fixed;
    top: 51%;
    left: 0%;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 6.6666vw;
  }
  #johnmaster #mainvisual .line{
    top: 50%;
    left: 50%;
    width: 84%;
    margin-left: -42%;
    margin-top: 80px;
  }
  #johnmaster #mainvisual .name{
      top: 49%;
      left: 0%;
      width: 100%;
      text-align: center;
      margin-top: 100px;
      font-size: 5vw;
  }

}
/*----------------------------------------------------
 photo01
--------------------------------------------------- */
#johnmaster #photo01{
	position: relative;
}
#johnmaster #photo01 .block{
	position: absolute;
	top: 0px;
	left: 70px;
	width: 470px;
	height: 100%;
  background: rgba(255,255,255,0.86);
  -webkit-transform: scale3d(1,1,1) translate3d(-100%,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(-100%,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(-100%,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(-100%,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(-100%,0px,0px) rotate(0deg);
}
#johnmaster #photo01.view .block{
    -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(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 #photo01 .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -154px;
	width: 308px;
    -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 #photo01 h2{
	width: 280px;
	margin: 0 auto;
	margin-bottom: 55px;
}
#johnmaster #photo01 h2 img{
	width: 100%;
	height: auto;
}

#johnmaster #photo01 p{
	font-size: 15px;
	line-height: 29px;
	letter-spacing: 0.37px;
    padding-top: 20px;
	color: #4F4A41;
}

@media only screen and (max-width: 768px) {
  #johnmaster #photo01 .block{
    position: absolute;
    left: 0;
    height: auto;
    top: auto;
    bottom: 0px;
    width: 100%;
    background: rgba(255,255,255,0.86);
    margin-left: 0px;
  -webkit-transform: scale3d(1,1,1) translate3d(0%,100%,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0%,100%,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0%,100%,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0%,100%,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0%,100%,0px) rotate(0deg);
  }
  #johnmaster #photo01 .inner{
    position: static;
    margin-left: 0px;
    padding-bottom: 60px;
    width: auto;
      -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 #photo01 .block h2{
    padding: 33px 0 33px;
    width: 62.66%;
    margin: 0 auto;

  }
  #johnmaster #photo01 .block p{
    width: 86.666%;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 29px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 320px) {
  #johnmaster #photo01 .block p{
    font-size: 0.7rem;
    line-height: 22px;
  }
}
/*----------------------------------------------------
 photo02
--------------------------------------------------- */
#johnmaster #photo02{
	position: relative;
	background: #FFF;
}
#johnmaster #photo02 .image{
	position: absolute;
	top: 0;
	left: 70px;
	width: 470px;
	height: 100%;
	background: url(../img/image01.png) no-repeat center center;
	background-size: cover;
}

#johnmaster #photo02 .line{
	position: absolute;
	top: 50%;
	left: 540px;
    width : 70% ;
    width : -webkit-calc(100% - 540px) ;
    width : calc(100% - 540px) ;
	height: 1px;
	margin-top: 70px;
	background: #c4c1c8;
     	      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 #photo02.view .line{
  -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.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 #photo02 h2{
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 50px;
  color:#535353;
	position: absolute;
	top: 53%;
	left:636px;
	margin-top: 0px;
	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 #photo02.view h2{
	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.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;
}
#johnmaster #photo02 p{
	position: absolute;
	top: 50%;
	left:636px;
	text-align: left;
	width: 340px;
	font-size: 15px;
	color: #464646;
	letter-spacing: 0.37px;
	margin-top: 95px;
	line-height: 29px;
	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 #photo02.view p{
	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.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;
}
@media only screen and (max-width: 768px) {

  #johnmaster #photo02 .image{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/image01.png) no-repeat center center;
    background-size: cover;
  }
  #johnmaster #photo02 .line{
    left: 0px;
    width : 100% ;
    width : -webkit-calc(100% - 0px) ;
    width : calc(100% - 0px) ;
    height: 1px;
    margin-top: 50px;
    background: #88828F;
    z-index: 1;
  }

  #johnmaster #photo02 .block{
    position: absolute;
    top: 50%;
    right:0;
    width: 82.66%;
    opacity: 0;
    margin-top: -20px;
    background: rgba(255,255,255,0.9);
    -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 #photo02.view .block{
    opacity: 1;
    -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;
    -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 #photo02 .line.out,
  #johnmaster #photo02 .block.out{
    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 #photo02 .block a.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: block;
      -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 #photo02 .block a.close i{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #726854;
    margin-top: -1px;
    -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
       -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
        -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
         -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
            transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
  }
  #johnmaster #photo02 .block a.close i:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #726854;
    margin-top: -1px;
    -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
       -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
        -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
         -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
            transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
  }
  #johnmaster #photo02 h2{
    padding: 40px 20px 0;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 35px;
    color:#535353;
    position: static;
    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);
  }
  #johnmaster #photo02 p{
    padding: 0px 20px 20px 20px;
    position: static;
    text-align: left;
    width: auto;
    font-size: 15px;
    color: #464646;
    letter-spacing: 0.37px;
    margin-top: 20px;
    line-height: 29px;
    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);
  }
}
@media only screen and (max-width: 320px) {
  #johnmaster #photo02 p{
    font-size: 12px;
    line-height: 22px;
  }
}
/*----------------------------------------------------
 photo03
--------------------------------------------------- */
#johnmaster #photo03{
	position: relative;
	background: #FFF url(../img/image02.png) no-repeat center top;
	background-size: cover;
}
#johnmaster #photo03 .image{
	position: absolute;
	top: 0;
	left: 70px;
	width: 470px;
	height: 100%;
	background: url(../img/image01.png) no-repeat center center;
	background-size: cover;
}

#johnmaster #photo03 .line{
	position: absolute;
	top: 50%;
	left: 70px;
    width : 470px;
	height: 1px;
	margin-top: 100px;
	background: #464646;
     	      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 #photo03.view .line{
  -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.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 #photo03 h2{
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 50px;
  color:#464646;
	position: absolute;
	top: 53%;
	left:120px;
	margin-top: 26px;
	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 #photo03.view h2{
	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.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;
}
#johnmaster #photo03 p{
	position: absolute;
	top: 50%;
	left:120px;
	text-align: left;
	width: 340px;
	font-size: 15px;
	color: #464646;
	letter-spacing: 0.37px;
	margin-top: 120px;
	line-height: 29px;
	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 #photo03.view p{
	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.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;
}
@media only screen and (max-width: 768px) {

  #johnmaster #photo03 .image{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/image02.png) no-repeat center center;
    background-size: cover;
  }
  #johnmaster #photo03 .line{
    left: 0px;
    width : 100% ;
    width : -webkit-calc(100% - 0px) ;
    width : calc(100% - 0px) ;
    height: 1px;
    margin-top: 50px;
    background: #88828F;
    z-index: 1;
  }

  #johnmaster #photo03 .block{
    position: absolute;
    top: 50%;
    left:0;
    width: 82.66%;
    opacity: 0;
    margin-top: -20px;
    background: rgba(255,255,255,0.9);
    -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 #photo03.view .block{
    opacity: 1;
    -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;
    -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 #photo03 .line.out,
  #johnmaster #photo03 .block.out{
    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 #photo03 .block a.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: block;
      -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 #photo03 .block a.close i{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #726854;
    margin-top: -1px;
    -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
       -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
        -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
         -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
            transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
  }
  #johnmaster #photo03 .block a.close i:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #726854;
    margin-top: -1px;
    -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
       -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
        -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
         -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
            transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
  }
  #johnmaster #photo03 h2{
    padding: 40px 20px 0;
    margin-top: 0px;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 35px;
    color:#535353;
    position: static;
    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);
  }
  #johnmaster #photo03 p{
    padding: 0px 20px 20px 20px;
    position: static;
    text-align: left;
    width: auto;
    font-size: 15px;
    color: #464646;
    letter-spacing: 0.37px;
    margin-top: 20px;
    line-height: 29px;
    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);
  }
}
@media only screen and (max-width: 320px) {
  #johnmaster #photo03 p{
    font-size: 12px;
    line-height: 22px;
  }
}
/*----------------------------------------------------
 photo04
--------------------------------------------------- */
#johnmaster #photo04{
	position: relative;
	background: #FFF;
}
#johnmaster #photo04 .image{
	position: absolute;
	top: 0;
	left: 70px;
	width: 470px;
	height: 100%;
	background: url(../img/image03.png) no-repeat center center;
	background-size: cover;
}

#johnmaster #photo04 .line{
	position: absolute;
	top: 50%;
	left: 540px;
    width : 70% ;
    width : -webkit-calc(100% - 540px) ;
    width : calc(100% - 540px) ;
	height: 1px;
	margin-top: 70px;
	background: #c4c1c8;
     	      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 #photo04.view .line{
  -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.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 #photo04 h2{
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 50px;
  color:#535353;
	position: absolute;
	top: 53%;
	left:636px;
	margin-top: 0px;
	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 #photo04.view h2{
	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.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;
}
#johnmaster #photo04 p{
	position: absolute;
	top: 50%;
	left:636px;
	text-align: left;
	width: 340px;
	font-size: 15px;
	color: #464646;
	letter-spacing: 0.37px;
	margin-top: 95px;
	line-height: 29px;
	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 #photo04.view p{
	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.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;
}

@media only screen and (max-width: 768px) {

  #johnmaster #photo04 .image{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/image03.png) no-repeat center center;
    background-size: cover;
  }
  #johnmaster #photo04 .line{
    left: 0px;
    width : 100% ;
    width : -webkit-calc(100% - 0px) ;
    width : calc(100% - 0px) ;
    height: 1px;
    margin-top: 70px;
    background: #88828F;
    z-index: 1;
  }

  #johnmaster #photo04 .block{
    position: absolute;
    top: 50%;
    right:0;
    width: 82.66%;
    opacity: 0;
    margin-top: 0px;
    background: rgba(255,255,255,0.9);
    -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 #photo04.view .block{
    opacity: 1;
    -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;
    -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 #photo04 .line.out,
  #johnmaster #photo04 .block.out{
    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 #photo04 .block a.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: block;
      -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 #photo04 .block a.close i{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #726854;
    margin-top: -1px;
    -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
       -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
        -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
         -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
            transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
  }
  #johnmaster #photo04 .block a.close i:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #726854;
    margin-top: -1px;
    -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
       -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
        -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
         -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
            transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
  }
  #johnmaster #photo04 h2{
    padding: 40px 20px 0;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 35px;
    color:#535353;
    position: static;
    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);
  }
  #johnmaster #photo04 p{
    padding: 0px 20px 20px 20px;
    position: static;
    text-align: left;
    width: auto;
    font-size: 15px;
    color: #464646;
    letter-spacing: 0.37px;
    margin-top: 20px;
    line-height: 29px;
    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);
  }
}
@media only screen and (max-width: 320px) {
  #johnmaster #photo04 p{
    font-size: 12px;
    line-height: 22px;
  }
}
/*----------------------------------------------------
 photo05
--------------------------------------------------- */
#johnmaster #photo05{
	position: relative;
	background: #FFF;
}
#johnmaster #photo05 .bg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 370px;
	height: 560px;
	background: #6E6F6E;
	margin-left: 55px;
	margin-top: -250px;
  -webkit-transform: scale3d(1,1,1) translate3d(55px,-55px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(55px,-55px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(55px,-55px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(55px,-55px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(55px,-55px,0px) rotate(0deg);
}
#johnmaster #photo05.view .bg{
  -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 1.0s 0.2s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 1.0s 0.2s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 1.0s 0.2s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 1.0s 0.2s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 1.0s 0.2s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #photo05 .image{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 70px;
	margin-top: -305px;
}

#johnmaster #photo05 .line{
	position: absolute;
	top: 50%;
	left: 70px;
    width : 100%;
	height: 1px;
	margin-top: 100px;
	background: #6E6F6E;
     	      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 #photo05.view .line{
  -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.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 #photo05 h2{
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 50px;
  color:#535353;
	position: absolute;
	top: 53%;
	left:15%;
	margin-top: 26px;
	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 #photo05.view h2{
	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.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;
}
#johnmaster #photo05 p{
	position: absolute;
	top: 50%;
  left:15%;
	text-align: left;
	width: 340px;
	font-size: 15px;
	color: #464646;
	letter-spacing: 0.37px;
	margin-top: 120px;
	line-height: 29px;
	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 #photo05.view p{
	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.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;
}

@media only screen and (max-width: 768px) {

  #johnmaster #photo05 .image{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/image04_sp.png) no-repeat center center;
    background-size: cover;
    margin: 0;
  }
  #johnmaster #photo05 .image img{
    opacity: 0;
  }
  #johnmaster #photo05 .line{
    left: 0px;
    width : 100% ;
    width : -webkit-calc(100% - 0px) ;
    width : calc(100% - 0px) ;
    height: 1px;
    margin-top: 50px;
    background: #88828F;
    z-index: 1;
  }

  #johnmaster #photo05 .block{
    position: absolute;
    top: 50%;
    left:0;
    width: 82.66%;
    opacity: 0;
    margin-top: -20px;
    background: rgba(255,255,255,0.9);
    -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 #photo05.view .block{
    opacity: 1;
    -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;
    -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 #photo05 .line.out,
  #johnmaster #photo05 .block.out{
    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 #photo05 .block a.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: block;
      -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 #photo05 .block a.close i{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #726854;
    margin-top: -1px;
    -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
       -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
        -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
         -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
            transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
  }
  #johnmaster #photo05 .block a.close i:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #726854;
    margin-top: -1px;
    -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
       -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
        -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
         -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
            transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(90deg);
  }
  #johnmaster #photo05 h2{
    padding: 40px 20px 0;
    margin-top: 0px;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 35px;
    color:#535353;
    position: static;
    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);
  }
  #johnmaster #photo05 p{
    padding: 0px 20px 20px 20px;
    position: static;
    text-align: left;
    width: auto;
    font-size: 15px;
    color: #464646;
    letter-spacing: 0.37px;
    margin-top: 20px;
    line-height: 29px;
    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);
  }
}


@media only screen and (min-width: 400px) and (max-width: 1024px) {
    #johnmaster #photo05 h2{
      left: 180px;
  }
  #johnmaster #photo05 p{
      left: 180px;
  }
}

@media only screen and (max-width: 320px) {
  #johnmaster #photo05 p{
    font-size: 12px;
    line-height: 22px;
  }
}


/*----------------------------------------------------
 interview
--------------------------------------------------- */
#johnmaster #interview .image {
    background: #6E6F6E no-repeat center center;
}
#johnmaster #interview .line01{
    background: #6E6F6E;
}
#johnmaster #interview .line02{
    background: #6E6F6E;
}
#johnmaster #interview .title {
    color: #6E6F6E;
}
@media only screen and (max-width: 768px) {
  #johnmaster #interview .title {
      color: #FFF;
  }
}
