@charset "utf-8";body {
  background-color: #000000; //黒


}
.kv{
  margin-bottom: 0px;
}
.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.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: left;
}
#demo_256-04{ 
  text-align: right; 
  margin: 0px 150px 0px;
}
#demo_256-05{ 
 text-align: left; 
  margin: 0px 150px 0px;
}
#demo_256-06{ 
 text-align: center; 
  margin: 150px 150px 0px;
}


@media screen and (max-width:1300px) {
  .productList li{
    margin: 0 1.923vw 50px;
    list-style: none;
  }
#demo_256-04{ 
  text-align: right; 
  margin: 10px;
}
#demo_256-05{ 
 text-align: left; 
  margin: 10px;
}
#demo_256-06{ 
 text-align: left; 
  margin: 10px 10px 0px;
}
}

@media screen and (max-width:768px) {
  .kv{
    margin-bottom: 13.333vvw;
  }
  .copy{
    width: 90%;
    margin: 6.666vw auto 0;
    font-size: 1.1em;
  }
.copy1{
    width: 90%;
    margin: 0 6.666vw 0;
    font-size: 0.9em;
  }
  .productList li{
    margin-bottom: 6.666vw;
  }
  .productDetail{
    padding-top: 2.666vw;
  }
#demo_256-04{ 
  text-align: right; 
  margin: 10px;
}
#demo_256-05{ 
 text-align: left; 
  margin: 10px;
}
#demo_256-06{ 
 text-align: left; 
  margin: 10px 10px 0px;
}
}

.btn--orange,
a.btn--orange {
  color: #000000;
  background-color: #ffffff;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #000000;
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

.slider2 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0px;
}

.slides2 {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides2::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
}
.slides2::-webkit-scrollbar-track {
  background: transparent;
}
.slides2 > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  height: 800px;
  margin-right: 50px;
  border-radius: 10px;
  background: #fff;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.slides2 > div:target {
/*   transform: scale(0.8); */
}
.author-info2 {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info2 a {
  color: white;
}
img2 {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider2 > a {
  display:none;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0 0;
  position: relative;
}
.slider2 > a:active {
  top: 1px;
}
.slider2 > a:focus {
  background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider2 > a {
    display: none;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
     img { max-width: 100%; }
    .pc { display: none !important; }
    .sp { display: block !important; }
}
