.product__social-list {
  display: flex;
  gap: 10px;
}

/* オリジナルCSS */
.product__container {
  display: flex;
  justify-content: space-between;
}

.product__image-main{
  margin-bottom: 20px;
}

.product__image-main img{
  border-radius:6px;
}

.product__image{
  width:45%;
}

.product__image-thumb{
  width:auto;
  display:flex;
}

.product__image-thumb ul li{
  width:100px;
  height:auto;
}

.image__thumb {
  padding: 0;
  border: 1px solid #FFF;
}

.image__thumb--active {
  border: 1px solid #B58E30;
}

.product__section h2{
  font-size:34px;
  color:#000;
  font-weight: normal !important;
}

.product__data{
  width:50%;
}

.product__explain{
  font-size:18px;
  padding-top:0;
  margin-bottom:20px;
  color:#000;
}

.product__price-part{
  font-size:18px;
  color:#000;
}

.option-table table{
  width:100%;
  color: #000;
}

.option-table table th,
.option-table table td {
  padding: 11px;
  text-align: left;
}

.option-table table th {
  color:#B58E30;
}

.option-table table td {
    display:flex;
}

.option-table table td label{
  margin-left:0.5em;
}

.product__order{
  border:none;
}