@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: 50%;
  margin-left: -200px;
  width: 400px;
}
#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{
  width: 600px;
  margin: 0 auto;
  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 #video{
  position: relative;
  background: #403f3b;
}
#johnmaster #video .line{
  position: absolute;
	top: 50%;
	left: 70px;
    width : 100% ;
    width : -webkit-calc(100% - 70px) ;
    width : calc(100% - 70px) ;
	height: 1px;
	margin-top: -85px;
	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);
    -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 #video.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 .5s 0s ease;
       -moz-transition: all .5s 0s ease;
        -ms-transition: all .5s 0s ease;
         -o-transition: all .5s 0s ease;
            transition: all .5s 0s ease;
}
#johnmaster #video .inner{
  position: absolute;
  top: 45%;
  left: 50%;
  width: 680px;
  text-align: center;
  margin-left: -305px;
  -webkit-transform: translate(0px,-50%);
     -moz-transform: translate(0px,-50%);
      -ms-transform: translate(0px,-50%);
       -o-transform: translate(0px,-50%);
          transform: translate(0px,-50%);

}
#johnmaster #video .video{
  width: 385px;
  height: 385px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media only screen and (max-height: 650px) {
  #johnmaster #video .video{
    width: 350px;
    height: 350px;
  }
}
#johnmaster #video .video iframe{
  width: 100%;
  height: 100%;
}
#johnmaster #video h2{
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  letter-spacing: 1.32px;
  color: #FFF;
  text-align: center;
  margin-bottom: 2px;
}
#johnmaster #video .name{
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
#johnmaster #video .name span{
  color: #FFF;
  font-size: 30px;
  font-family: 'Mrs Saint Delafield', cursive;
}
#johnmaster #video .line2{
  width: 220px;
  height: 1px;
  background: #FFF;
  margin: 0 auto;
  margin-bottom: 15px;
            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 #video.view .line2{
  -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.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;
}
#johnmaster #video p{
  text-align: left;
  font-size: 15px;
  color: #FFF;
  letter-spacing: 0.37px;
  line-height: 25px;
  opacity: 0;
}
#johnmaster #video.view p{
  opacity: 1;
    -webkit-transition: all 1.0s 1.0s ease;
       -moz-transition: all 1.0s 1.0s ease;
        -ms-transition: all 1.0s 1.0s ease;
         -o-transition: all 1.0s 1.0s ease;
            transition: all 1.0s 1.0s ease;
}

@media only screen and (max-width: 768px) {

  #johnmaster #video .line{
    position: absolute;
    top: 160px;
    left: 0px;
      width : 100% ;
      width : -webkit-calc(100% - 0px) ;
      width : calc(100% - 0px) ;
    height: 1px;
    margin-top: 0px;
    background: #979797;
  }
  #johnmaster #video .inner{
    position: static;
    top: 0%;
    left: 0%;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    padding-top: 60px;
    -webkit-transform: translate(0px,0%);
       -moz-transform: translate(0px,0%);
        -ms-transform: translate(0px,0%);
         -o-transform: translate(0px,0%);
            transform: translate(0px,0%);

  }
  #johnmaster #video .video{
    width: 240px;
    height: 240px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #johnmaster #video h2{
  }
  #johnmaster #video .line2{
  }

  #johnmaster #video p{
    width: 86.66%;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 0.37px;
    line-height: 22px;
    opacity: 0;
  }

}

@media only screen and (max-width: 320px) {

  #johnmaster #video .line{
    top: 160px;
  }
  #johnmaster #video .inner{

  }
  #johnmaster #video .video{
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
  }
  #johnmaster #video h2{
    font-size: 18px;
  }
  #johnmaster #video .name{
    margin-bottom: 10px;
    font-size: 12px;
  }

  #johnmaster #video .line2{
    margin-bottom: 10px;
  }
  #johnmaster #video .name span{
    font-size: 20px;
  }
  #johnmaster #video p{
    font-size: 12px;
    line-height: 18px;
  }

}
/*----------------------------------------------------
 interview
--------------------------------------------------- */
#johnmaster #interview .image {
    background: #85939E no-repeat center center;
}
#johnmaster #interview .line01{
    background: #85939E;
}
#johnmaster #interview .line02{
    background: #85939E;
}
#johnmaster #interview .title {
    color: #85939E;
}
@media only screen and (max-width: 768px) {

  #johnmaster #interview .title {
      color: #FFF;
  }
}
