@charset "utf-8";.kv{
  margin-bottom: 100px;
}
.kv img{
  width: 100%;
  height: auto;
}
.kvImg{
  width: 100%;
  max-height: 1152px;
  height: 54.648vw;
  background: #999999;
}
.copy{
  width: 90%;
  margin: 50px auto 0;
  font-size: 1.0em;
}
.productList ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;
}
.productList li{
  max-width: 600px;
  width: 46.153vw;
  margin: 0 25px 50px;
  list-style: none;
}
.productList li img{
  width: 100%;
  height: auto;
}
.productImg{
  width: 100%;
  max-height: 600px;
  height:46.153vw;
  background: #999999;
}
.productDetail{
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width:1300px) {
  .productList li{
    margin: 0 1.923vw 50px;
    list-style: none;
  }
}

@media screen and (max-width:768px) {
  .kv{
    margin-bottom: 13.333vvw;
  }
  .copy{
    width: 90%;
    margin: 6.666vw auto 0;
    font-size: 1em;
  }
  .productList li{
    margin-bottom: 6.666vw;
  }
  .productDetail{
    padding-top: 2.666vw;
  }
}
