@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{
  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;
  }
}

@media only screen and (max-width: 320px) {
  #johnmaster #photo01 .block p{
    font-size: 0.7rem;
    line-height: 22px;
  }
}
/*----------------------------------------------------
 video
--------------------------------------------------- */
#johnmaster #video{
  position: relative;
  background: #403f3b url(../img/video_bg.png) no-repeat center center;
  background-size: cover;
}
#johnmaster #video .inner{
  position: absolute;
  top: 47%;
  left: 50%;
  width: 854px;
  text-align: center;
  margin-left: -392px;
  -webkit-transform: translate(0px,-50%) rotate(0deg);
     -moz-transform: translate(0px,-50%) rotate(0deg);
      -ms-transform: translate(0px,-50%) rotate(0deg);
       -o-transform: translate(0px,-50%) rotate(0deg);
          transform: translate(0px,-50%) rotate(0deg);

}
#johnmaster #video .video{
  width: 683px;
  height: 384px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#johnmaster #video .video iframe{
  width: 100%;
  height: 100%;
}
#johnmaster #video h2{
  margin-bottom: 20px;
}

#johnmaster #video p{
  font-size: 15px;
  letter-spacing: 0.25px;
  color: #FFF;
  line-height: 22px;
  text-align: center;
}
#johnmaster #video p a{
  text-decoration: underline;
  color: #FFF;
}
#johnmaster #video p a:hover{
  text-decoration: none;
  color: #FFF;
}

@media only screen and (max-width: 768px) {

  #johnmaster #video h2{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #johnmaster #video .inner{
    position: absolute;
    top: 44%;
    left: 0%;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    -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: 100%;
    height: 210px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  #johnmaster #video p{
    font-size: 13px;
    letter-spacing: 0.25px;
    color: #FFF;
    line-height: 22px;
    text-align: center;
  }

}

@media only screen and (max-width: 320px) {

  #johnmaster #video p{
    font-size: 11px;
  }
}
/*----------------------------------------------------
 story
--------------------------------------------------- */
#johnmaster #story{
  position: relative;
  background: #8d847c ;
}
#johnmaster #story .inner{
  position: absolute;
  top: 45%;
  left: 50%;
  width: 854px;
  text-align: center;
  margin-left: -392px;
  margin-top: -236px;

}
#johnmaster #story h2{
  font-size: 22px;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  letter-spacing: 0.84px;
  color: #FFF;
  line-height: 28px;
  margin-bottom: 20px;
}
#johnmaster #story .line{
  width: 100px;
  height: 1px;
  margin: 0 auto;
  background: #FFF;
  margin-bottom: 25px;
            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 #story.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 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 #story .list{
  width: 854px;
  letter-spacing: -0.4em;
}
#johnmaster #story .list .column{
  width: 280px;
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 8px;
  margin-right: 7px;

}
#johnmaster #story .list .column:nth-child(3n){
  margin-right: 0px;
}
#johnmaster #story .list .column a{
  display: block;
  position: relative;
}
#johnmaster #story .list .column a img{
  width: 100%;
  height: auto;
}
#johnmaster #story .list .column a .plus{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background: #FFF;
  opacity: 0.85;
}
#johnmaster #story .list .column a .plus i{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  width: 19px;
  height: 1px;
  background: #565454;
  margin-top: -1px;
  -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 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 #story .list .column a .plus i:after{
  content: " ";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 19px;
  height: 1px;
  background: #565454;
  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 #story .list .column a:hover .plus i{
  -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);

}
@media only screen and (max-width: 768px) {

  #johnmaster #story .inner{
    position: absolute;
    top: 50%;
    left: 4.635%;
    width: 90.93%;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    -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 #story h2{
  }
  #johnmaster #story .line{
  }
  #johnmaster #story .list{
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #johnmaster #story .list .column{
    width: 47.67%;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 14px;
    margin-right: 2.93%;
  }
  #johnmaster #story .list .column:nth-child(3n){
    margin-right: 2.93%;
  }
  #johnmaster #story .list .column:nth-child(2n){
    margin-right: 0%;
  }
  #johnmaster #story .list .column a .plus{
    width: 20px;
    height: 20px;
    background: #FFF;
  }
  #johnmaster #story .list .column a .plus i{
    margin-left: -5px;
    width: 10px;
  }
  #johnmaster #story .list .column a .plus i:after{
    width: 10px;
    height: 1px;

  }
}
/*----------------------------------------------------
 interview
--------------------------------------------------- */
#johnmaster #interview .image {
    background: #D4BF79 no-repeat center center;
}
#johnmaster #interview .line01,
#johnmaster #interview .line02 {
    background: #D4BF79;
}
#johnmaster #interview .title {
    color: #D4BF79;
}
@media only screen and (max-width: 768px) {

  #johnmaster #interview .title {
      color: #FFF;
  }
}
/*----------------------------------------------------
 organics
--------------------------------------------------- */
#johnmaster #organics{
  position: relative;
  background: url(../img/organics_bg.png) no-repeat center center;
  background-size: cover;
}
#johnmaster #organics .inner{
  position: absolute;
  top: 45%;
  left: 50%;
  width: 854px;
  text-align: center;
  margin-left: -392px;
  margin-top: -236px;

}
#johnmaster #organics h2{
  margin-bottom: 10px;
}
#johnmaster #organics .line{
  width: 350px;
  height: 1px;
  margin: 0 auto;
  background: #FFF;
  margin-bottom: 35px;
            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 #organics.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 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 #organics .list{
  width: 854px;
  letter-spacing: -0.4em;
  margin-bottom: 20px;
}
#johnmaster #organics .list .column{
  width: 160px;
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 11px;
  margin-right: 13px;
}
#johnmaster #organics .list .column:nth-child(5n){
  margin-right: 0px;
}
#johnmaster #organics .list .column a{
  display: block;
  position: relative;
  background: #FFF;
}
#johnmaster #organics .list .column a img{
  width: 100%;
  height: auto;
}
#johnmaster #organics .list .column a .plus{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background: #000;
  opacity: 0.85;
}
#johnmaster #organics .list .column a .plus i{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  width: 19px;
  height: 1px;
  background: #FFF;
  margin-top: -1px;
  -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 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 #organics .list .column a .plus i:after{
  content: " ";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 19px;
  height: 1px;
  background: #FFF;
  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 #organics .list .column a:hover .plus i{
  -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 #organics .btn_detail{
  margin: 0 auto;
  width: 310px;
  height: 45px;
  position: relative;
}
#johnmaster #organics .btn_detail .line_top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
            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 #organics.view  .btn_detail .line_top{
    -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);
  -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 #organics .btn_detail .line_bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
            transform-origin: right center;
      -webkit-transform-origin: right center;
  -webkit-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(0,1,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #organics.view  .btn_detail .line_bottom{
    -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);
  -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 #organics .btn_detail .line_left{
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #c2c2c2;
            transform-origin: right bottom;
      -webkit-transform-origin: right bottom;
  -webkit-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #organics.view  .btn_detail .line_left{
    -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);
  -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 #organics .btn_detail .line_right{
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #c2c2c2;
            transform-origin: right top;
      -webkit-transform-origin: right top;
  -webkit-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,0,1) translate3d(0px,0px,0px) rotate(0deg);
}
#johnmaster #organics.view  .btn_detail .line_right{
    -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);
  -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 #organics .btn_detail .t{
  margin-top: 14px;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 0.48px;
  line-height: 19px;
  vertical-align: middle;
  color: #eae7dd;
  margin-right: 4px;
  opacity: 0;
}
#johnmaster #organics.view  .btn_detail .t{
    -webkit-transition: all 0.5s 0.3s ease;
       -moz-transition: all 0.5s 0.3s ease;
        -ms-transition: all 0.5s 0.3s ease;
         -o-transition: all 0.5s 0.3s ease;
            transition: all 0.5s 0.3s ease;
  opacity: 1;
}
#johnmaster #organics .btn_detail .arrow_t{
  margin-top: 14px;
  display: inline-block;
  width: 33px;
  height: 11px;
  vertical-align: middle;
            opacity: 0;
}
#johnmaster #organics.view .btn_detail .arrow_t{
    -webkit-transition: all 0.5s 0.3s ease;
       -moz-transition: all 0.5s 0.3s ease;
        -ms-transition: all 0.5s 0.3s ease;
         -o-transition: all 0.5s 0.3s ease;
            transition: all 0.5s 0.3s ease;
  opacity: 1;
}
#johnmaster #organics .btn_detail .arrow{
  display: block;
  width: 33px;
  height: 11px;
  background: url(../../img/common/next_arrow02.png) no-repeat;
  background-size: contain;
    -webkit-transition: all 0.3s 0s ease;
       -moz-transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
         -o-transition: all 0.3s 0s ease;
            transition: all 0.3s 0s ease;
}
#johnmaster #organics .btn_detail a:hover .arrow{
    -webkit-transform: translate(10px,0%);
       -moz-transform: translate(10px,0%);
        -ms-transform: translate(10px,0%);
         -o-transform: translate(10px,0%);
            transform: translate(10px,0%);
}

@media only screen and (max-width: 768px) {

  #johnmaster #organics{
    position: relative;
  }
  #johnmaster #organics .inner{
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    -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 #organics h2{
    width: 81.33%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #johnmaster #organics .line{
    width: 140px;
  }
  #johnmaster #organics .list{
    width: 96%;
    margin: 0 auto;
    letter-spacing: -0.4em;
    margin-bottom: 20px;
    text-align: center;
  }
  #johnmaster #organics .list .column{
    width: 23.31%;
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 5px;
    margin-right: 1.6%;
    vertical-align: top;
  }
  #johnmaster #organics .list .column:nth-child(5n){
    margin-right: 1.6%;
  }
  #johnmaster #organics .list .column:nth-child(1){
    margin-left: 40px;
  }
  #johnmaster #organics .list .column:nth-child(3){
    margin-right: 40px;
  }
  #johnmaster #organics .list .column:nth-child(7),
  #johnmaster #organics .list .column:last-child{
    margin-right: 0px;
  }
  #johnmaster #organics .list .column a .plus{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: #000;
  }
  #johnmaster #organics .list .column a .plus i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 1px;
    background: #FFF;
    margin-top: -1px;
  }
  #johnmaster #organics .list .column a .plus i:after{
    width: 10px;
  }
  #johnmaster #organics .btn_detail{
    margin: 0 auto;
    width: 265px;
    height: 45px;
    position: relative;
  }

}

/*----------------------------------------------------
 modal_bg
--------------------------------------------------- */
#johnmaster #modal_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: rgba(0,0,0,0.85);
  display: none;
}
#johnmaster #modal_bg a.close{
  position: absolute;
  top: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  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 #modal_bg a.close i{
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #FFF;
  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 #modal_bg a.close i:after{
  content: " ";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #FFF;
  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 #modal_bg a.close:hover{
  -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);

}
@media only screen and (max-width: 768px) {
  #johnmaster #modal_bg a.close{
    display: none;
  }
}


/*----------------------------------------------------
 slick
--------------------------------------------------- */
/* Slider */

:focus {
  outline: none;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*----------------------------------------------------
 modal_story
--------------------------------------------------- */
#johnmaster #modal_story{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 622px;
  margin-left: -215px;
  margin-top: -311px;
  z-index: 91;
  display: none;
}
#johnmaster #modal_story .column{
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
#johnmaster #modal_story .block{
  position: relative;
  top: 0%;
  left: 0%;
  width: 500px;
  height: 622px;
  background: #FFF;
}
#johnmaster #modal_story .column .image{
  width: 380px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 60px;
}
#johnmaster #modal_story .column .image img{
  width: 100%;
  height: auto;
}
#johnmaster #modal_story .column p{
  width: 380px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}
#johnmaster #modal_story .column .bottom{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 55px;
  border-top: 1px #c3c3c3 solid;
}
#johnmaster #modal_story .page{
  position: absolute;
  bottom: 0;
  left: 0px;
  line-height: 55px;
  font-size: 18px;
  padding-left: 20px;
}
#johnmaster #modal_story  a.close{
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 17px;
  line-height: 55px;
  color: #676767;
  text-decoration: none;
}
#johnmaster #modal_story .slide .slick-prev{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -312px;
  width: 25px;
  height: 38px;
  margin-top: -19px;
  background: url(../img/prev.png) no-repeat;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
#johnmaster #modal_story .slide .slick-next{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 287px;
  width: 25px;
  height: 38px;
  margin-top: -19px;
  background: url(../img/next.png) no-repeat;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
#johnmaster #modal_story .slide .slick-disabled{
  opacity: 0;
}

@media only screen and (max-width: 768px) {

  #johnmaster #modal_story{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 91;
    display: none;
  }
  #johnmaster #modal_story .column{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
  #johnmaster #modal_story .block{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #FFF;
  }
  #johnmaster #modal_story .column .image{
    width: 90.66%;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-top: 45px;
  }
  #johnmaster #modal_story .column .image img{
    width: 100%;
    height: auto;
  }
  #johnmaster #modal_story .column p{
    width: 90.66%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
  }
  #johnmaster #modal_story .column .bottom{
  }
  #johnmaster #modal_story .n_line{
    content: " ";
    position: absolute;
    bottom: 20px;
    right: 55px;
    height: 17px;
    width: 1px;
    background: #bababa;
  }
  #johnmaster #modal_story  a.close{
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    font-size: 17px;
    line-height: 55px;
    color: #676767;
    text-decoration: none;
    -webkit-transform: translate(-50%,0%);
       -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
         -o-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
  }
  #johnmaster #modal_story .slide .slick-prev{
    position: absolute;
    top: auto;
    left: auto;
    right: 60px;
    bottom: 20px;
    margin-left: 0px;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    background: url(../img/prev_sp.png) no-repeat;
    background-size: contain;
    z-index: 1;
  }
  #johnmaster #modal_story .slide .slick-next{
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    margin-left: 0px;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    background: url(../img/next_sp.png) no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 320px) {

    #johnmaster #modal_story .column .image{
      width: 80.66%;
      margin-bottom: 15px;
      padding-top: 25px;
    }
    #johnmaster #modal_story .column p{
      font-size: 11px;
      line-height: 18px;
	  text-align: justify;
    }
}
/*----------------------------------------------------
 modal_organics
--------------------------------------------------- */
#johnmaster #modal_organics{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 622px;
  margin-left: -215px;
  margin-top: -311px;
  z-index: 91;
  display: none;
}
#johnmaster #modal_organics .column{
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
#johnmaster #modal_organics .block{
  position: relative;
  top: 0%;
  left: 0%;
  width: 500px;
  height: 622px;
  background: #FFF;
}
#johnmaster #modal_organics .block a{
  display: block;
  padding-top: 23px;
}
#johnmaster #modal_organics .block a .image{
  width: 350px;
  height: 315px;
  margin: 0 auto;
  margin-bottom: 14px;
  overflow: hidden;
  border:1px #6b655c solid;
  position: relative;
}
#johnmaster #modal_organics .block a .image img{
  width: auto;
  display: block;
  margin: 0 auto;
  height: 315px;
}
#johnmaster #modal_organics .block a .image .line_top{
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 7px;
  background: #6b655c;
}
#johnmaster #modal_organics .block a .image .line_bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 7px;
  background: #6b655c;
}
#johnmaster #modal_organics .block a .image .line_right{
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 65px;
  background: #6b655c;
}
#johnmaster #modal_organics .block a .image .line_left{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 65px;
  background: #6b655c;
}
#johnmaster #modal_organics .block a h2{
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.37px;
  font-weight: bold;
  text-align: center;
  color: #7E662C;
  margin-bottom: 10px;
}
#johnmaster #modal_organics .block a p{
  width: 350px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.37px;
  text-align: left;
  color: #4A4640;
  margin-bottom: 20px;
}
#johnmaster #modal_organics .block a .btn{
  width: 350px;
  height: 47px;
  margin: 0 auto;
  background: #70655c;
  color: #FFF;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  letter-spacing: 0.45px;
    -webkit-transition: all 0.3s 0s ease;
       -moz-transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
         -o-transition: all 0.3s 0s ease;
            transition: all 0.3s 0s ease;
}
#johnmaster #modal_organics .block a:hover .btn{
  opacity: .5;
}
#johnmaster #modal_organics .column .bottom{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 55px;
  border-top: 1px #c3c3c3 solid;
}

#johnmaster #modal_organics .page{
  position: absolute;
  bottom: 0;
  left: 0px;
  line-height: 55px;
  font-size: 18px;
  padding-left: 20px;
}
#johnmaster #modal_organics  a.close{
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 17px;
  line-height: 55px;
  color: #676767;
  text-decoration: none;
}
#johnmaster #modal_organics .slide .slick-prev{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -312px;
  width: 25px;
  height: 38px;
  margin-top: -19px;
  background: url(../img/prev.png) no-repeat;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
#johnmaster #modal_organics .slide .slick-next{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 287px;
  width: 25px;
  height: 38px;
  margin-top: -19px;
  background: url(../img/next.png) no-repeat;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
#johnmaster #modal_organics .slide .slick-disabled{
  opacity: 0;
}



@media only screen and (max-width: 768px) {

  #johnmaster #modal_organics{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 91;
    display: none;
  }
  #johnmaster #modal_organics .column{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
  #johnmaster #modal_organics .block{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #FFF;
  }
  #johnmaster #modal_organics .block a .image{
    width: 60.54%;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-top: 0px;
    height: auto;
  }
  #johnmaster #modal_organics .block a .image img{
    width: 100%;
    height: auto;
  }
  #johnmaster #modal_organics .block a p{
    width: 90.66%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 22px;
  }
  #johnmaster #modal_organics .block a .btn{
    width: 90.66%;
    margin: 0 auto;
    height: 47px;
  }
  #johnmaster #modal_organics .column .bottom{
  }
  #johnmaster #modal_organics .column .bottom:after{
  }
  #johnmaster #modal_organics .n_line{
    content: " ";
    position: absolute;
    bottom: 20px;
    right: 55px;
    height: 17px;
    width: 1px;
    background: #bababa;
  }
  #johnmaster #modal_organics  a.close{
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    font-size: 17px;
    line-height: 55px;
    color: #676767;
    text-decoration: none;
    -webkit-transform: translate(-50%,0%);
       -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
         -o-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
  }
  #johnmaster #modal_organics .slide .slick-prev{
    position: absolute;
    top: auto;
    left: auto;
    right: 60px;
    bottom: 20px;
    margin-left: 0px;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    background: url(../img/prev_sp.png) no-repeat;
    background-size: contain;
    z-index: 1;
  }
  #johnmaster #modal_organics .slide .slick-next{
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    margin-left: 0px;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    background: url(../img/next_sp.png) no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 320px) {
  #johnmaster #modal_organics .block a {
      padding-top: 20px;
  }
  #johnmaster #modal_organics .block a .image{
    width: 50.54%;
    margin-bottom: 10px;
  }
  #johnmaster #modal_organics .block a h2{
    width: 90.66%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #johnmaster #modal_organics .block a p{
    width: 90.66%;
    margin: 0 auto;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #johnmaster #modal_organics .block a .btn{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {

  #johnmaster #modal_organics .n_line,
  #johnmaster #modal_story .n_line{
    right: 46px;
  }
}
