@charset "utf-8";.kv{
  margin-bottom: 50px;
}
.kv img{
  width: 100%;
  height: auto;
}
.kvImg{
  width: 100%;
  max-height: 1152px;
  height: 54.648vw;
  background: #999999;
}
.copy{
  text-align: center;
  margin: 70px 70px 0px;
  font-size: 1.5em;
}

.copy1{
  text-align: center;
  margin: 0px 70px 0px;
  font-size: 1.2em;
}

.copy2{
  text-align: center;
  margin: 0px 70px 0px;
  font-size: 0.9em;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #000000;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #000000;
}


.productList ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  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: left;
}

@media screen and (max-width:1300px) {
 .productList li{
    margin: 0 1.923vw 50px;
    list-style: none;
  }
 .copy{
    text-align: center;
    margin: 70px 70px 0px;
    font-size: 1.5em;
  }

 .copy1{
    text-align: center;
    margin: 0px 70px 0px;
    font-size: 1.0em;
  }

 .copy2{
    text-align: center;
    margin: 0px 20px 0px;
    font-size: 0.8em;
  }
@media screen and (max-width:768px) {
  .kv{
    margin-bottom: 13.333vvw;
  }
  .copy{
   text-align: center;
    margin: 50px 30px 0px;
    font-size: 1.1em;
  }
 .copy1{
    text-align: center;
    margin: 0px 70px 0px;
    font-size: 0.8em;
  }
  .productList li{
    margin-bottom: 6.666vw;
  }
  .productDetail{
    padding-top: 2.666vw;
  }
}



