*{
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#boxTop{
  position:relative;
  width: 100%; height: 500px;
  overflow: hidden;
  background-color: rgba(60,60,60,1.0);
  color: rgba(255,255,255,1.0);
}
.inner{
  position:relative;
  height: 100%; width: 1024px;
  margin: auto;
  text-align: center;
}
#logo{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100px;
}
#topScreen{
  position: absolute;
  top: 72px; left: 645px; width: 309px; height: 500px;
  border-radius: 0px;
  background-image: url("65-1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#topDevice{
  position: absolute;
  top: 0px;
  left: 600px;
  width: 400px;
}
#topTitle{
  position: absolute;
  color: rgba(217,217,217,1.0);
  font-size: 80px;
  line-height: 1.2;
  font-weight: 900;
  top: 80px;
  left: 0px;
  width: 600px;
  text-align: center;
  white-space: nowrap;
}
#topDescription{
  position: absolute;
  color: rgba(217,217,217,1.0);
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  top: 200px;
  left: 0px;
  width: 600px;
  text-align: center;
  white-space: nowrap;
}
#topFree{
  position: absolute;
  top: 388px;
  left: 20px;
  width: 81px;
  height: 81px;
  background-color: rgba(217,217,217,1.0);
  border-radius: 41px;
  color: rgba(60,60,60,1.0);
  text-align: center;
  font-size: 31px;
  line-height: 1.0;
  padding: 25px 0px;
  white-space: nowrap;
}
#boxDownload{
  position:relative;
  width: 100%; height: 50px;
  overflow: hidden;
  background-color: rgba(120,120,120,1.0);
}
#downloadTitle{
  color: rgba(255,255,255,1.0);
  font-size: 20px;
  line-height: 1.0;
  font-weight: 900;
  padding: 15px 10px;
  text-align: center;
}
#boxConcept{
  position:relative;
  width: 100%; height: 617px;
  overflow: hidden;
  background-color: rgba(255,255,255,1.0);
}
#conceptDevice{
  position: absolute;
  top: 25px; left: 0px; width: 300px;
}
#conceptScreen{
  position: absolute;
  top: 60px; left: 35px; width: 230px; height: 495px;
  border-radius: 5px;
  background: rgba(60,60,60,1.0);
  background-image: url("65-1.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#conceptText1{
  position: absolute;
  color: rgba(60,60,60,1.0);
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  top: 95px; left: 300px; width: 724px;
  text-align: center;
  white-space: nowrap;
}
#conceptText2{
  position: absolute;
  color: rgba(255,103,103,1.0);
  font-size: 70px;
  line-height: 1.2;
  padding: 10px;
  font-weight: 900;
  top: 185px; left: 300px; width: 724px;
  text-align: center;
  white-space: nowrap;
}
#conceptText3{
  position: absolute;
  color: rgba(255,103,103,1.0);
  font-size: 70px;
  line-height: 1.2;
  padding: 10px;
  font-weight: 900;
  top: 295px; left: 300px; width: 724px;
  text-align: center;
  white-space: nowrap;
}
#conceptText4{
  position: absolute;
  color: rgba(255,103,103,1.0);
  font-size: 20px;
  line-height: 1.2;
  padding: 10px;
  font-weight: 400;
  top: 415px; left: 300px; width: 724px;
  text-align: center;
  white-space: nowrap;
}
#boxDescription{
  position:relative;
  width: 100%; height: auto;
  background-color: rgba(60,60,60,1.0);
  padding:10px 0px;
}
#boxDescription p{
  color:#CCCCCC; 
  font-size: 12px; 
  text-align: center;
}
#boxAdjust{
  position:relative;
  width: 100%; height: 750px;
  overflow: hidden;
  background-color: rgba(60,60,60,1.0);
}
.adjustSquare{
  position: absolute;
  width: 80px; height: 80px;
  text-align: center;
  padding: 16px 0px;
  font-size: 20px;
  background-color: rgba(255,103,103,1.0);
  color: rgba(255,255,255,1.0);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0,0,0,1.0);
}
#adjustSquare1{
  top: 135px; left: 215px;
}
#adjustSquare2{
  top: 135px; left: 939px;
}
#adjustDescription{
  position: absolute;
  width: 404px; height: 169px; left: 310px; top: 320px;
  text-align: center;
  padding: 10px 10px;
  font-size: 20px;
  background-color: rgba(217,217,217,1.0);
  color: rgba(60,60,60,1.0);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 5px;
}
#adjustDescriptionExample{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  width: auto;
  margin: auto;
  padding-top: 5px;
  display: inline-block;
}
#adjustDevice1{
  position: absolute;
  top: 125px; left: 0px; width: 300px;
}
#adjustScreen1{
  position: absolute;
  top: 215px; left: 35px; width: 230px; height: 460px;
  border-radius: 5px;
  background: rgba(60,60,60,1.0);
  background-image: url("55-7.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#adjustDevice2{
  position: absolute;
  top: 125px; left: 724px; width: 300px;
}
#adjustScreen2{
  position: absolute;
  top: 215px; left: 759px; width: 230px; height: 460px;
  border-radius: 5px;
  background: rgba(60,60,60,1.0);
  background-image: url("55-8.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#adjustTitle{
  color: rgba(255,255,255,1.0);
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 50px 0px;
}
#boxFavorite{
  position:relative;
  width: 100%; height: 620px;
  overflow: hidden;
  background-color: rgba(255,255,255,1.0);
}
#favoriteTitle{
  position: absolute;
  width: 724px; height: 169px; left: 310px; top: 100px;
  text-align: left;
  padding: 20px 20px;
  font-size: 50px;
  color: rgba(228,174,0,1.0);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
#favoriteDescription{
  position: absolute;
  width: 724px; height: 169px; left: 310px; top: 300px;
  text-align: left;
  padding: 20px 20px;
  font-size: 20px;
  color: rgba(120,120,120,1.0);
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
#favoriteDevice{
  position: absolute;
  top: 25px; left: 0px; width: 300px;
}
#favoriteScreen{
  position: absolute;
  top: 60px; left: 35px; width: 230px; height: 500px;
  border-radius: 5px;
  background: rgba(60,60,60,1.0);
  background-image: url("65-2.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#boxScene{
  position:relative;
  width: 100%; height: 380px;
  overflow: hidden;
  background-color: rgba(60,60,60,1.0);
}
#sceneTitle{
  color: rgba(255,255,255,1.0);
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 50px 0px;
}
#googlePlay{
  background-image: url("https://tapo.tokyo.jp/common/googleplay.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 380px;
  left: 140px;
  width: 200px;
  height: 100px;
}
#appStore{
  background-image: url("https://tapo.tokyo.jp/common/appstore.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 363px;
  left: 355px;
  width: 200px;
  height: 100px;
  margin: 16px;
}
#boxIcon{
  position:relative;
  width: 100%; height: 450px;
  background-color: rgba(245,245,245,1.0);
  overflow: hidden;
}
#iconIcon{
  position: absolute;
  top: 50px; left: 412px; width: 200px; height: 200px;
  margin: auto;
  border-radius: 22.5%;
  border: solid 1px rgba(220,220,220,1.0);
  background-image: url("icon_512.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#iconText{
  position: absolute;
  top: 250px; left: 412px; width: 200px; height: 200px;
  color: rgba(99,99,102,1.0);
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
#googlePlay2{
  background-image: url("https://play.google.com/intl/ja-jp/badges/static/images/badges/ja_badge_web_generic.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 320px; left: 242px; width: 250px; height: 97px;
}
#appStore2{
  background-image: url("https://linkmaker.itunes.apple.com/ja-jp/badge-lrg.svg?releaseDate=2015-11-12&kind=iossoftware&bubble=ios_apps");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 320px; left: 532px; width: 218px; height: 65px;
  margin: 16px;
}
.sceneItem{
  position: absolute;
  width: 487px; height: 80px;
  background-color: rgba(217,217,217,1.0);
  border-radius: 10px;
}
#sceneItem1{
  top: 150px; left: 0px;
}
#sceneItem2{
  top: 150px; left: 537px;
}
#sceneItem3{
  top: 250px; left: 0px;
}
#sceneItem4{
  top: 250px; left: 537px;
}
.sceneIcon{
  position: absolute;
  top: 10px; left: 20px; width: 60px; height: 60px;
  border-radius: 30px;
  background-color:  rgba(60,60,60,1.0);
}
.sceneText{
  position: absolute;
  top: 20px; left: 100px; width: 367px; height: 40px;
  color: rgba(60,60,60,1.0);
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}
.sceneSvg {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 54px;
  height: 54px;
}
@media only screen and (max-width:1023px) {
  #boxTop{
    height: 850px;
  }
  .inner{
    width: 600px;
  }
  #topTitle{
    top: 30px; left: 0px;
    width: 600px;
  }
  #topDescription{
    top: 130px; 
    width: 600px;
  }
  #topFree{
    top: 278px;
  }
  #googlePlay{
    top: 270px;
  }
  #appStore{
    top: 254px;
  }
  #topDevice{
    top: 360px; left: 100px;
  }
  #topScreen{
    top: 405px; left: 146px;
  }
  #conceptText1{
    font-size: 20px;
    top: 200px; width: 300px;
  }
  #conceptText2{
    font-size: 30px;
    top: 240px; width: 300px;
  }
  #conceptText3{
    font-size: 30px;
    top: 290px; width: 300px;
  }
  #conceptText4{
    font-size: 12px;
    top: 340px; width: 300px;
  }
  #boxAdjust{
    height: 890px;
  }
  #adjustTitle{
    font-size: 30px;
    padding: 30px 0px;
  }
  #adjustSquare1{
    top: 285px;
  }
  #adjustSquare2{
    left: 515px; top: 285px;
  }
  #adjustDescription{
    left: 97px; top: 90px;
  }
  #adjustDevice1{
    top: 275px;
  }
  #adjustScreen1{
    top: 365px;
  }
  #adjustDevice2{
    top: 275px; left: 300px;
  }
  #adjustScreen2{
    top: 365px; left: 335px;
  }
  #boxFavorite{
    height: 480px;
  }
  #favoriteTitle{
    top: 160px; left: 300px; width: 300px; height: 100px;
    font-size: 24px;
    padding: 10px;
  }
  #favoriteDescription{
    top: 250px; left: 300px; width: 300px; height: 100px;
    font-size: 11px;
    padding: 10px;
  }
  #sceneTitle{
    font-size: 30px;
    padding: 30px 0px;
  }
  #sceneItem1{
    top: 90px; left: 56px;
  }
  #sceneItem2{
    top: 190px; left: 56px;
  }
  #sceneItem3{
    top: 290px; left: 56px;
  }
  #sceneItem4{
    top: 390px; left: 56px;
  }
  #boxScene {
    height: 520px;
  }
  #iconIcon{
    left: 200px;
  }
  #iconText{
    left: 200px;
  }
  #googlePlay2{
    left: 40px;
  }
  #appStore2{
    left: 310px;
  }
}
@media only screen and (max-width:599px) {
  #boxTop{
    height: 650px;
  }
  .inner{
    width: 320px;
  }
  #topTitle{
    font-size: 45px;
    top: 30px; left: 0px;
    width: 320px;
  }
  #topDescription{
    font-size: 24px;
    top: 100px; 
    width: 320px;
  }
  #logo{
    width: 50px;
  }
  #topFree{
    top: 190px; left: 5px; width: 48.5px; height: 48.5px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 1.0;
    padding: 14px 0px;
  }
  #googlePlay{
    top: 190px; left: 65px; width: 125px; height: 50px;
  }
  #appStore{
    top: 182px; left: 195px; width: 125px; height: 50px;
    margin: 8px;
  }
  #topDevice{
    top: 250px; left: 0px; width: 320px;
  }
  #topScreen{
    top: 285px; left: 35px; width: 247px; height: 400px;
  }
  #boxConcept{
    height: 777px;
  }
  #conceptDevice{
    top: 185px; left: 10px;
  }
  #conceptScreen{
    top: 220px; left: 45px;
  }
  #conceptText1{
    top: 20px; left: 10px;
  }
  #conceptText2{
    top: 45px; left: 10px;
  }
  #conceptText3{
    top: 85px; left: 10px;
  }
  #conceptText4{
    top: 135px; left: 10px;
  }
  #boxAdjust{
    height: 1460px;
  }
  #adjustSquare1{
    left: 225px; top: 260px;
  }
  #adjustSquare2{
    left: 225px; top: 860px;
  }
  #adjustDescription{
    left: 10px; width: 300px; height: 144px; top: 90px;
    font-size: 16px;
  }
  #adjustDescriptionExample{
    font-size: 10px;
  }
  #adjustDevice1{
    top: 250px; left: 10px;
  }
  #adjustScreen1{
    top: 340px; left: 45px;
  }
  #adjustDevice2{
    top: 850px; left: 10px;
  }
  #adjustScreen2{
    top: 940px; left: 45px;
  }
  #boxFavorite{
    height: 580px;
  }
  #favoriteTitle{
    top: 20px; left: 10px;
  }
  #favoriteDescription{
    top: 110px; left: 10px;
  }
  #favoriteScreen{
    top: 200px; left: 45px;
  }
  #favoriteDevice{
    top: 165px; left: 10px;
  }
  #boxScene{
    height: 400px;
  }
  .sceneItem{
    width: 320px;
    height: 60px;
  }
  #sceneItem1{
    top: 75px; left: 0px;
  }
  #sceneItem2{
    top: 150px; left: 0px;
  }
  #sceneItem3{
    top: 225px; left: 0px;
  }
  #sceneItem4{
    top: 300px; left: 0px;
  }
  .sceneIcon{
    width: 40px; height: 40px; left: 10px;
  }
  .sceneSvg{
    top: 2px; left: 2px; width: 36px; height: 36px;
  }
  .sceneText{
    top: 15px; left: 60px; width: 260px;
    font-size: 16px;
    line-height: 30px;
  }
  #boxIcon{
    height: 420px;
  }
  #iconIcon{
    left: 60px;
  }
  #iconText{
    left: 60px;
  }
  #googlePlay2{
    left: 30px; width: 125px; height: 48.5px;
  }
  #appStore2{
    left: 165px; width: 109px; height: 32.5px;
    margin: 8px;
  }

}