p.wrapping {
  text-align:center;
  margin:20px 0;
  }
  p.wrapping img {
  max-width:100%;
  }
  
  .sns li{
  margin:0 auto;
  display:inline-block;
  width:100px;
  vertical-align:top;
  padding:0;
  margin-bottom:10px;
  }
  .cartbottom{
     border-left: medium none;
     border-radius: 4px;
     border-right: medium none;
     font-size: 16px;
     font-weight: bold;
     padding: 10px 0;
     width: 90%;
     text-decoration:none;
     display:block;
     text-align:center;
     background-color:#000;
     color:#fff;
     margin:0 auto;
  }
  .bnr_grp p{
  margin:10px 0;
  }
  
  .button_detail{
  border:1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding:10px;
  text-decoration:none;
  display:block;
  color: #000;
  margin:0 auto;
  background-color: #E6E6E6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
   background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
   background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
   background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
   background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
   background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
    width:90%;
    text-align:center;
    
  }
  .s1 {
    color: #444;
    font-size: 24px;
    display: flex;
    align-items: center;
  }
  .s1:before, .s1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
  }
  .s1:before {
    margin-right: .4em;
  }
  .s1:after {
    margin-left: .4em;
  }
  .clear {
    display:block;
    clear:both;
    width:100%;
    height:1px;
  }
  .yl {
  text-align:center;
  }
  .attention {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  /* ╲╲╲ 云竣卞ェ曰示正件 ╲╲╲ */
  .product__fav-item {
      margin-right: 10px;
      text-align: right;
    }
    
  .product__fav-item button, .product__fav-item__2 button {
    padding: 0;
    cursor: pointer;
    transition: .2s;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 2rem;
  }
  
  .product__fav-item .fav-items, .product__fav-item__2 .fav-items {
    color: #ff7373;
  }
  
  .product__fav-item svg, .product__fav-item__2 svg {
    width: 30px;
    height: 30px;
    vertical-align: -.35em;
    fill: currentColor;
  }

  .product__fav-item__2 {
    margin: 10px 18px;
    text-align: center;
    padding: 10px;
    border: solid 1px #999;
    border-radius: 5px;
  }

  .product__fav-item__2 button {
    font-size: 16px;
    width: 100%;
  }

  .product__fav-item__2 svg {
    width: 20px;
    height: 20px;
  }
  /* ╱╱╱ 云竣卞ェ曰示正件 ╱╱╱ */