@charset "utf-8";
#t-spark_top .maxImg img {
  width: 100%;
}

/*LEAD*/
#t-spark_top #lead {
  width: 100%;
  height: 1080px;
  position: relative;
  background: url("../img/BG01.png") center top no-repeat;
}

#t-spark_top #lead .lead-T {
  left: 0;
  margin: 140px 0;
  opacity: 30%;
  z-index: 0;
  position: absolute;
}

#t-spark_top #lead .lead-G {
  right: 0;
  margin: 290px 0;
  opacity: 30%;
  z-index: 0;
  position: absolute;
}

#t-spark_top #lead .text1-logo {
  padding-top: 140px;
  padding-bottom: 100px;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}

#t-spark_top #lead .text1-logo img {
  display: flex;
  width: 100%;
}

#t-spark_top #lead .lead-story img {
  margin: 0 12%;
  position: absolute;
}

#t-spark_top #lead .text1 {
  width: 100%;
  padding: 0 17%;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 2.5px;
  position: absolute;
  font-size: medium;
}

/*MOVIE*/
#t-spark_top #movie {
  width: 100%;
  height: auto;
  background: url("../img/BG02.png") center top no-repeat;
  background-size: 180% auto;
  padding-top: 3%;
  padding-bottom: 6%;
  margin: 100px 0;
}

#t-spark_top #movie .movie-logo {
  width: 40%;
  margin: 0 auto;
  padding-bottom: 3%;
}

#t-spark_top #movie div.mv {
  width: 75%;
  margin: 0 auto;
}

/*PRODUCT*/
#t-spark_top #product {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/BG03.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: center top;
  background-attachment: fixed;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 3%;
}

#t-spark_top #product .bgchara {
  width: 70%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: -45%;
  margin: 0 auto;
}

#t-spark_top #product .product1 {
  z-index: 1;
  padding-top: 5%;
  position: relative;
}

#t-spark_top #product .product-logo {
  width: 60%;
  margin: 0 auto;
  padding-top: 7%;
  padding-bottom: 5%;
  position: relative;
  z-index: 2;
}

#t-spark_top #product .product-text {
  width: 60%;
  margin: 0 auto 60px auto;
  position: relative;
  z-index: 2;
}
#t-spark_top #product .product-red1-right , .product-red1-left ,.product-red2-right , .product-red2-left {
  width: 80%;
  position: absolute;
  z-index: 0;
  margin: 0 auto;
}
#t-spark_top #product .product-red1-right {
  left: 0;
  right: -150%;
  top: 4%;
}
#t-spark_top #product .product-red1-left {
  right: 0;
  left: -150%;
  top: 4%;
}
#t-spark_top #product .product-red2-right {
  left: 0;
  right: -150%;
  top: 53%;
}
#t-spark_top #product .product-red2-left {
  right: 0;
  left: -150%;
  top: 53%;
}

#t-spark_top #product .product-red1-left img , .product-red1-right img , .product-red2-left img , .product-red2-right img {
  width: 100%;
  margin: 0;
  opacity: 50%;
}

#t-spark_top #product .text1 {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  z-index: 2;
}

#t-spark_top #product dl.specBox {
  width: 1040px;
  margin: auto;
  font-size: 16px;
  line-height: 25px;
  margin-top: 45px;
  margin-bottom: 100px;
}

#t-spark_top #product dl.specBox dt {
  width: 720px;
  padding-right: 30px;
  padding-top: 15px;
  float: left;
}

#t-spark_top #product dl.specBox dt img {
  margin-bottom: 20px;
}

#t-spark_top #product dl.specBox dd {
  width: 300px;
  height: 300px;
  margin-left: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*INFO*/

#t-spark_top #info {
  width: 100%;
  background: #000;
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("../img/bg_info.jpg") center top no-repeat #000;
}

#t-spark_top #info .pict {
  width: 1040px;
  margin: 0 auto;
}
#t-spark_top #info .text {
  width: 640px;
  margin: 60px auto;
}
#t-spark_top #info p.caution {
  width: 640px;
  margin: 0 auto;
  font-size: 13px;
}
#t-spark_top #info p.copy {
  margin-top: 100px;
  text-align: center;
  font-size: 15px;
}

#t-spark_top #info .banner {
  width: 400px;
  margin: 0 auto 40px;
}
#t-spark_top #info .btnBuy {
  width: 500px;
  margin: 60px auto;
}

.img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1250px) {
  /*MOVIE*/
  #t-spark_top #movie .movie-logo {
    width: 30%;
    margin: 0 auto;
    padding-bottom: 3%;
  }
  #t-spark_top #product .product-logo , .product-text {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 3%;
  }
  #t-spark_top #product .product-text {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 3%;
  }
  /*PRODUCT*/
  #t-spark_top #product .product-red2-right , .product-red2-left {
    top: 52%;
  }  
}

@media screen and (max-width: 1070px) {
  #t-spark_top #product dl.specBox {
    width: 95%;
    margin: 0 auto;
    font-size: 3.4vw;
    padding-bottom: 7%;
  }

  #t-spark_top #product dl.specBox dt {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  #t-spark_top #product dl.specBox dt p {
    width: 90%;
    margin: 0 auto;
    font-size: medium;
  }
  #t-spark_top #product dl.specBox dt img {
    margin-bottom: 4vw;
  }

  #t-spark_top #product dl.specBox dd {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #t-spark_top #product dl.specBox.num2 {
    margin: 0 auto;
  }
  #t-spark_top #product dl.specBox.num2 dd {
    margin: 4vw auto;
  }


}

@media screen and (max-width: 667px) {
  /*LEAD*/
  #t-spark_top #lead {
    width: 100%;
    background: url("../img/BG01.png") center top no-repeat;
    background-size: 180% auto;
    padding: 8vw 0;
  }
  #t-spark_top #lead .text1-logo {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #t-spark_top #lead .lead-story img {
    margin: 0 5%;
  }

  #t-spark_top #lead .text1 {
  padding: 0 10%;
  font-weight: 100;
  font-size: medium;
  margin-left: 4%;
  }

  /*MOVIE*/
  #t-spark_top #movie {
    width: 100%;
    background: url("../img/BG02.png") center top no-repeat;
    background-size: 180%;
    padding-top: 0;
    padding-bottom: 20px;
    margin: 60px 0;
  }
  #t-spark_top #movie div.mv {
    margin: 4vw auto;
  }
  #t-spark_top #movie .movie-logo {
  width: 50%;
  margin: 0 auto;
  }
  #t-spark_top #movie .movie-logo img {
  width: 100%;
  margin: 0;
  }

  /*PRODUCT*/
  #t-spark_top #product {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url("../img/BG03.png");
    background-repeat: repeat-y;
    background-size: 320% auto;
    background-position: center top;
    background-attachment: scroll !important;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }
  #t-spark_top #product .product-logo {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #t-spark_top #product .product-logo img {
    width: 100%;
    margin: 0;
  }
  #t-spark_top #product .product-text {
    width: 75%;
    margin: 0 auto;
  }
  #t-spark_top #product .product-text img {
    width: 100%;
    margin: 0;
  }
  
  #t-spark_top #product .bgchara {
    width: 70%;
    right: -300px;
  }
  #t-spark_top #product .product-red1-right , .product-red1-left {
    top: 4% !important;
  }
  #t-spark_top #product .product-red2-right , .product-red2-left {
    top: 52% !important;
  }

  /*INFO*/

  #t-spark_top #info {
    width: 100%;
    padding: 7vw 0;
  }

  #t-spark_top #info .pict {
    width: 100%;
    margin: 0 auto;
  }
  #t-spark_top #info p.caution {
    width: 90%;
    margin: 0 auto;
    font-size: 2.5vw;
  }
  #t-spark_top #info p.copy {
    margin-top: 7vw;
    text-align: center;
    font-size: 2.5vw;
  }

  #t-spark_top #info .banner {
    width: 70%;
    margin: 7vw auto;
  }
  #t-spark_top #info .btnBuy {
    width: 80%;
    margin: 0px auto 5vw;
  }
}
@media screen and (max-width: 470px) {
  #t-spark_top #lead .text1 {
    font-size: 11px;
  }
  #t-spark_top #product {
    background-size: 400% auto;
  }
  #t-spark_top #product dl.specBox dt p {
    font-size: 11px;
  }
  #t-spark_top #product dl.specBox dd img {
    width: 40%;
  }
}
