@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 center;
  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 center;
  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.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: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.86);
}
#johnmaster #photo01 .area{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-left: -265px;
  -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 .area p{
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.37px;
  margin-bottom: 15px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  #johnmaster #photo01 .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 #photo01 .area{
    width: 100%;
    left: 0px;
    margin: 0;
  }
  #johnmaster #photo01 .block p{
    width: 86.666%;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 29px;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
    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;
  z-index: 2;
    -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.view{
  position: relative;
  background: #373633;
    -webkit-transition: all 1s 1.0s ease;
       -moz-transition: all 1s 1.0s ease;
        -ms-transition: all 1s 1.0s ease;
         -o-transition: all 1s 1.0s ease;
            transition: all 1s 1.0s ease;
}
#johnmaster #photo02 .image{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 640px;
  margin-left: -520px;
  margin-top: -320px;
  opacity: 0;
    -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;
}
@media only screen and (max-width: 1024px) {
  #johnmaster #photo02 .image{
    margin-left: -440px;
  }
}
#johnmaster #photo02.view .image{
  opacity: 1;
    -webkit-transition: all 0s 0.5s ease;
       -moz-transition: all 0s 0.5s ease;
        -ms-transition: all 0s 0.5s ease;
         -o-transition: all 0s 0.5s ease;
            transition: all 0s 0.5s ease;
}
#johnmaster #photo02 .image span{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../img/image01.png) no-repeat center center;
  background-size: cover;
  -webkit-transform: scale3d(1,1,1) translate3d(100px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(100px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(100px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(100px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(100px,0px,0px) rotate(0deg);
}

#johnmaster #photo02.view .image span{
  -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.5s ease;
       -moz-transition: all 0.8s 0.5s ease;
        -ms-transition: all 0.8s 0.5s ease;
         -o-transition: all 0.8s 0.5s ease;
            transition: all 0.8s 0.5s ease;
}
#johnmaster #photo02 .line{
  position: absolute;
  top: 50%;
  left: 70px;
    width : 100% ;
    width : -webkit-calc(100% - 70px) ;
    width : calc(100% - 70px) ;
  height: 1px;
  margin-top: -60px;
  background: #A8A8A8;
            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);
    -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 #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.view .line.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{
  position: absolute;
  background: rgba(255,255,255,0.93);
  width: 555px;
  padding-bottom: 30px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -45px;
  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);
    -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;

}
@media only screen and (max-width: 1024px) {
  #johnmaster #photo02 .block{
   width: 435px;
  margin-top: -240px;
   margin-left: 35px;
  }
}
#johnmaster #photo02.view .block{
  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 1.2s ease;
       -moz-transition: all 0.5s 1.2s ease;
        -ms-transition: all 0.5s 1.2s ease;
         -o-transition: all 0.5s 1.2s ease;
            transition: all 0.5s 1.2s ease;
}
#johnmaster #photo02.view .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 h2{
  padding: 50px 25px 30px 25px;
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 40px;
  color:#535353;
}
#johnmaster #photo02 p{
  padding: 0px 25px;
  text-align: left;
  font-size: 14px;
  color: #535353;
  letter-spacing: 0.37px;
  line-height: 29px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {

  #johnmaster #photo02{
    overflow: hidden;
  }
  #johnmaster #photo02 .image{
    position: absolute;
    top: -5px;
    left: -5px;
    width : 105% ;
    width : -webkit-calc(100% + 10px);
    width : calc(100% + 10px);
    height : 105% ;
    height : -webkit-calc(100% + 10px);
    height : calc(100% + 10px);
    margin: 0;
    background: url(../img/image01.png) no-repeat center center;
    background-size: cover;
    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 .image span{
    -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.view .image span{
    -webkit-filter: blur(5px);
       -moz-filter: blur(5px);
         -o-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(5px);
  }
  #johnmaster #photo02.view .image.out span{
    -webkit-filter: blur(0px);
       -moz-filter: blur(0px);
         -o-filter: blur(0px);
        -ms-filter: blur(0px);
            filter: blur(0px);
  }
  #johnmaster #photo02 .line{
    top: 50%;
    left: 0px;
    width : 100% ;
    width : -webkit-calc(100% - 0px) ;
    width : calc(100% - 0px) ;
    height: 1px;
    margin-top: -23px;
    background: #A8A8A8;
    z-index: 1;
    -webkit-transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
       -moz-transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
        -ms-transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
         -o-transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
            transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
  }
  #johnmaster #photo02.view .line{
      -webkit-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
         -moz-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
          -ms-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
           -o-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
              transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
  }

  #johnmaster #photo02 .block{
    margin: 0;
    position: absolute;
    top: 50%;
    left:6%;
    width: 88%;
    height: auto;
    padding-bottom: 20px;
    opacity: 0;
    margin-top: -3px;
    background: rgba(255,255,255,0.9);
    -webkit-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
            transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
  }
  #johnmaster #photo02.view .block{
    opacity: 1;
    margin-top: -23px;
    -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) translate(0px,-50%) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
            transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
  }
  #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;
    text-align: center;
    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: 13px;
    color: #464646;
    letter-spacing: 0.37px;
    margin-top: 20px;
    line-height: 20px;
    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 .block{
      top: 20px;
    }
    #johnmaster #photo02 .line{
      top: 69px;
    }
    #johnmaster #photo02 h2{
      padding: 20px 20px 0;
      font-family: 'Mrs Saint Delafield', cursive;
      font-size: 25px;
    }
    #johnmaster #photo02 p{
      padding: 0px 20px 20px 20px;
      font-size: 12px;
      letter-spacing: 0.37px;
      margin-top: 20px;
      line-height: 18px;
    }
}
/*----------------------------------------------------
 photo04 image
--------------------------------------------------- */
#johnmaster #photo03{
  position: relative;
  background: #FFF;
    -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.view{
  position: relative;
  background: #373633;
    -webkit-transition: all 1s 1s ease;
       -moz-transition: all 1s 1s ease;
        -ms-transition: all 1s 1s ease;
         -o-transition: all 1s 1s ease;
            transition: all 1s 1s ease;
}

#johnmaster #photo03 .image{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 640px;
  margin-left: 80px;
  margin-top: -320px;
  opacity: 0;
    -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;
}
@media only screen and (max-width: 1024px) {
  #johnmaster #photo03 .image{
    margin-left: 10px;
  }
}
#johnmaster #photo03.view .image{
  opacity: 1;
    -webkit-transition: all 0s 0.5s ease;
       -moz-transition: all 0s 0.5s ease;
        -ms-transition: all 0s 0.5s ease;
         -o-transition: all 0s 0.5s ease;
            transition: all 0s 0.5s ease;
}
#johnmaster #photo03 .image span{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../img/image02.png) no-repeat center center;
  background-size: cover;
  -webkit-transform: scale3d(1,1,1) translate3d(-100px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(-100px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(-100px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(-100px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(-100px,0px,0px) rotate(0deg);
}

#johnmaster #photo03.view .image span{
  -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.5s ease;
       -moz-transition: all 0.8s 0.5s ease;
        -ms-transition: all 0.8s 0.5s ease;
         -o-transition: all 0.8s 0.5s ease;
            transition: all 0.8s 0.5s ease;
}

#johnmaster #photo03 .line{
  position: absolute;
  top: 50%;
  left: 70px;
    width : 100% ;
    width : -webkit-calc(100% - 70px) ;
    width : calc(100% - 70px) ;
  height: 1px;
  margin-top: -20px;
  background: #A8A8A8;
            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);
    -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 #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 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
        -ms-transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
         -o-transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#johnmaster #photo03.view .line.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{
  position: absolute;
  background: rgba(255,255,255,0.93);
  width: 556px;
  padding-bottom: 30px;
  top: 50%;
  left: 50%;
  margin-top: -153px;
  margin-left: -495px;
  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);
    -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;

}
@media only screen and (max-width: 1024px) {
  #johnmaster #photo03 .block{
   width: 435px;
   margin-top: -240px;
   margin-left: -440px;
  }
}
#johnmaster #photo03.view .block{
  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 1.2s ease;
       -moz-transition: all 0.5s 1.2s ease;
        -ms-transition: all 0.5s 1.2s ease;
         -o-transition: all 0.5s 1.2s ease;
            transition: all 0.5s 1.2s ease;
}
#johnmaster #photo03.view .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 h2{
  padding: 50px 25px 30px 25px;
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 40px;
  color:#535353;
}
#johnmaster #photo03 p{
  padding: 0px 25px;
  text-align: left;
  font-size: 14px;
  color: #535353;
  letter-spacing: 0.37px;
  line-height: 29px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {

  #johnmaster #photo03{
    overflow: hidden;
  }
  #johnmaster #photo03 .image{
    position: absolute;
    top: -5px;
    left: -5px;
    width : 105% ;
    width : -webkit-calc(100% + 10px);
    width : calc(100% + 10px);
    height : 105% ;
    height : -webkit-calc(100% + 10px);
    height : calc(100% + 10px);
    margin: 0;
    background: url(../img/image02.png) no-repeat center center;
    background-size: cover;
    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 .image span{
    -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.view .image span{
    -webkit-filter: blur(5px);
       -moz-filter: blur(5px);
         -o-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(5px);
  }
  #johnmaster #photo03.view .image.out span{
    -webkit-filter: blur(0px);
       -moz-filter: blur(0px);
         -o-filter: blur(0px);
        -ms-filter: blur(0px);
            filter: blur(0px);
  }
  #johnmaster #photo03 .line{
    top: 50%;
    left: 0px;
    width : 100% ;
    width : -webkit-calc(100% - 0px) ;
    width : calc(100% - 0px) ;
    height: 1px;
    margin-top: -23px;
    background: #A8A8A8;
    z-index: 1;
    -webkit-transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
       -moz-transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
        -ms-transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
         -o-transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
            transform: scale3d(0,1,1) translate(0px,-50%) rotate(0deg);
  }
  #johnmaster #photo03.view .line{
      -webkit-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
         -moz-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
          -ms-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
           -o-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
              transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
  }

  #johnmaster #photo03 .block{
    margin: 0;
    position: absolute;
    top: 50%;
    left:6%;
    width: 88%;
    height: auto;
    padding-bottom: 20px;
    opacity: 0;
    margin-top: -3px;
    background: rgba(255,255,255,0.9);
    -webkit-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
            transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
  }
  #johnmaster #photo03.view .block{
    opacity: 1;
    margin-top: -23px;
    -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) translate(0px,-50%) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
            transform: scale3d(1,1,1) translate(0px,-50%) rotate(0deg);
  }
  #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;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 35px;
    color:#535353;
    text-align: center;
    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;
    text-align: justify;
    position: static;
    text-align: left;
    width: auto;
    font-size: 13px;
    color: #464646;
    letter-spacing: 0.37px;
    margin-top: 20px;
    line-height: 20px;
    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 .block{
      top: 20px;
    }
    #johnmaster #photo03 .line{
      top: 69px;
    }
    #johnmaster #photo03 h2{
      padding: 20px 20px 0;
      font-family: 'Mrs Saint Delafield', cursive;
      font-size: 25px;
    }
    #johnmaster #photo03 p{
      padding: 0px 20px 20px 20px;
      font-size: 12px;
      letter-spacing: 0.37px;
      margin-top: 20px;
      line-height: 18px;
      text-align: justify;
    }
}
/*----------------------------------------------------
 interview
--------------------------------------------------- */
#johnmaster #interview .image {
    background: #A8A8A8 no-repeat center center;
}
#johnmaster #interview .line01{
    background: #A8A8A8;
}
#johnmaster #interview .line02{
    background: #A8A8A8;
}
#johnmaster #interview .title {
    color: #A8A8A8;
}
@media only screen and (max-width: 768px) {
  #johnmaster #interview .title {
      color: #FFF;
  }
}
