/** Shopify CDN: Minification failed

Line 13:19 Unexpected "{"

**/
.label-flex{
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  column-gap: 1rem;
}
.label-flex div +  {
  margin-left: 1rem; /* お好きな余白サイズ */
}
.label-vendor {
  display: inline-block;
  background-color: rgb(var(--color-button));
  padding: 0.3em 1em;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9em;
  margin: 0;
  font-size: 1.3rem;
}
.label-cool {
  display: inline-block;
  background-color: #68a4d9;
  padding: 0.3em 1em;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9em;
  margin: 0;
  font-size: 1.3rem;
}
.product-info-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.custom-table-section, .brand-section {
  flex: 1 1 0;
  min-width: 300px;
  padding: 2em;
}
.custom-table-section.custom-table-section-100{
  max-width: 100%;
  border-top: 0.3rem solid rgba(var(--color-foreground), 1);
}
.custom-table-section.border{
  border-top: 0.3rem solid rgba(var(--color-foreground), 1);
  border-bottom: 0.3rem solid rgba(var(--color-foreground), 1);
}
.custom-table-section.border h3{
  margin-top: 1em;
}
.custom-table-section.border table th,
.custom-table-section.border table td{
  text-align: center;
  padding: 0.3em 0.8em!important;
}
.custom-table-section.border table{
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .product-info-columns {
    flex-direction: column;
  }
  .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper table {
  min-width: 1000px;
  border-collapse: collapse;
}
}
.brand-section {
  background: #fff;
  border-radius: 1em;
}
.custom-table-section table {
  width: 100%;
  max-width: 540px;
}
.custom-table-section.custom-table-section-100 table {
  max-width: 100%;
  border: .1rem solid rgba(var(--color-foreground), .2);
}
.custom-table-section table th,
.custom-table-section table td {
  padding: 0.8em !important;
  font-size: 1.2rem;
}
.custom-table-section-100.custom-table-section table th,
.custom-table-section-100.custom-table-section table td{
  text-align: center;
  padding: 0.3em 0.8em!important;
}
.custom-table-section table td:first-of-type {
  width: 35%;
}
.custom-table-section h3, .brand-section h3 {
  margin-top: 0;
}
.brand-section {
  margin-bottom: 2rem;
}
.brand-content {
  display: block;
}
.brand-content.with-image {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.brand-content.with-image.has-table {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.brand-content.with-image.has-table .brand-text {
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
}
.brand-face {
  max-width: 320px;
}
.brand-face img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .custom-table-section {
    padding: 0;
  }
  .product-info-columns {
    flex-direction: column;
  }
  .brand-content.with-image {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .brand-text {
    width: 100%;
    text-align: left;
  }
}
.prof-wrap {
  border-top: 0.3rem solid rgba(var(--color-foreground), 1);
  padding: 2em;
  display: flex;
  flex-wrap: wrap;
}
.prof-wrap img {
  width: 100%;
  margin: 0 auto;
}
.prof-wrap h3 {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.prof-wrap .prof-box1 {
  width: 30%;
}
.prof-wrap .prof-box2 {
  width: 70%;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .prof-wrap {
    padding: 2em 0;
  }
  .prof-wrap .prof-box1, .prof-wrap .prof-box2 {
    width: 100%;
    padding-left: 0;
  }
}
.prof-box1 dt {
  max-width: 200px;
  margin: 0 auto;
}
.prof-box1 dd {
  margin-left: 0;
  text-align: center;
}
.prof-box1 dd .name {
  margin-bottom: 0;
}
.prof-box1 dd .name span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
.responsive-table {
  border-collapse: collapse;
}
.responsive-table td:first-of-type {
  border: .1rem solid rgba(var(--color-foreground), .2);
  padding: 0.8em !important;
  width: 25%;
  font-size: 1.2rem;
}
.responsive-table td {
  border: .1rem solid rgba(var(--color-foreground), .2);
  padding: 0.8em !important;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .responsive-table td:first-of-type, .responsive-table td {
    display: block;
    width: 100%;
  }
}