section#product2 {
  max-width: 1720px;
  margin: 0 auto;
  background-color: white;
  }
section#product2 .wrap { 
  
  }
section#product2 .wrap h2 {
  
  }
section#product2 .wrap ul {
  /*! width: calc(100% / 1); */
  flex-wrap: wrap;
  gap: 30px;
  }
section#product2 .wrap ul li {
  width: 360px;
  height: 360px;
  }
section#product2 .wrap ul li {
  
  }
section#product2 .wrap ul li:not(:first-child){  
  /*! background-image: url(../img/prod1.png); */
  /*! background-repeat: no-repeat; */
  /*! background-position: right bottom; */
  /*! background-size: 37%; */
  }
section#product2 .wrap ul li a {
  height: 100%;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  transition: box-shadow 0.5s;
  flex-direction: column;
  gap: 20px;
  }
section#product2 .wrap ul li a:hover {
  box-shadow: 0px 0px 15px #ccc;
  }
section#product2 .wrap ul li a::after{
  content: "";
  background-image: url(../img/goods2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
  width: 200px;
  height: 180px;
  display: inline-block;
  margin-left: 25px;
  }
section#product2 .wrap ul li a h3 {
  width: calc(100% / 2);
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  }
section#product2 .wrap ul li a p {  
  color: #999;
  width: 100%;
  }
section#product2 .wrap .pdetail {
  width: calc(100% / 2);
  }
section#product2 .wrap .pdetail article{
  
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section#product2 .wrap .pdetail article:not(:first-child) {
  display: none;
  }
section#product2 .wrap .pdetail article hgroup {
  width: 100%;
  }
section#product2 .wrap .pdetail article hgroup h3 {
  margin-bottom: 16px;
  color: #333;
  font-weight: bold;
  }
section#product2 .wrap .pdetail article hgroup h4 {
  
  }
section#product2 .wrap .pdetail article p.h4 {
  line-height: 1.3;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  }
section#product2 .wrap .pdetail article p.p {  
  color: #333;
  width: 100%;
  }
section#product2 .wrap .pdetail article>img {
  width: 80%;
  }