/** Shopify CDN: Minification failed

Line 63:34 Expected "}" to go with "{"

**/
/* 商品ページ
=============================================== */
.detail_cell {
  margin-bottom: 30px;
  border: solid 1px #EEE;
}
.detail_cell dl {
  display: table;
  width: 100%;
  margin-bottom: 0;
  font-size: 0;
}
.detail_cell dl:nth-child(even) {
   background-color: #f7f7f7;
}
.detail_cell dl dt,
.detail_cell dl dd {
  display: table-cell;
  padding: 15px 20px;
  font-size: 16px;
}
.detail_cell dl dt {
  width: 25%;
}
.detail_cell dl dd {
  width: 75%;
  border-left: solid 1px #EEE;
}
#product_detail {
  padding: 0 0 50px;
  text-align: center;
}

@media screen and (max-width: 768px){
 .detail_cell dl dt,
 .detail_cell dl dd {
  padding: 10px;
  font-size: 14px;
 }
  .detail_cell dl dt {
  width: 35%
  }
.detail_cell dl dd {
  width: 65%
}
}

/** 商品ページ　サイズ表（追従）
********************/
.sizelist {
   transition: all 300ms;
   transform: translate(125px, 0);
}
.fixed {
   transform: translate(0, 0);
}
.none {
   transform: translate(125px, 0);