@charset "UTF-8";
/* -----------------------------------------------
fs_theme.cssの上書き・追記
----------------------------------------------- */
.fs-c-productThumbnail {
  gap: 10px;
  flex-wrap: nowrap;
}
.fs-c-productThumbnail__image {
  flex-basis: calc(100% / 5);
  min-width: auto;
  margin: 0;
}
.fs-p-snsArea {
  margin: 8px 0 30px!important;
}

@media screen and (min-width: 960px) {
  .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: 49.56% 43.1%;
    grid-gap: 96px 5.17%;
  }
}

/* -----------------------------------------------
.desc__table__wrap
----------------------------------------------- */
.desc__table__wrap dl div {
  display: flex;
  gap: 0 1.6em;
  line-height: 2.07;
}
.desc__table__wrap dl dt {
  width: 4em;
  text-align-last: justify;
}
.desc__table__wrap dl dd {
  flex: 1;
  margin-left: 0;
}

/* -----------------------------------------------
.desc__wrap
----------------------------------------------- */
.desc__wrap {
  margin-bottom: 50px!important;
}
.desc__wrap h2 {
  margin: 0 0 40px;
  min-height: 2em;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 6px #603813, 0 0 6px #603813, 0 0 6px #603813;
  padding: 10px;
  background: url(../image/product/heading_bg_01.jpg) left top / contain repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desc__fx + .desc__fx {
  margin-top: 40px;
}
.desc__fx__img {
  margin-bottom: 20px;
}
.desc__fx__text h3 {
  margin: 0 0 10px;
  min-height: 1.6em;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 6px #603813, 0 0 6px #603813, 0 0 6px #603813;
  padding: 5px 10px;
  background: url(../image/product/heading_bg_02.jpg) center top / contain repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desc__fx__text p {
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (min-width: 960px) {
  .desc__wrap {
    margin-bottom: 80px!important;
  }
  .desc__wrap h2 {
    margin: 0 0 50px;
    font-size: 34px;
  }
  .desc__fx {
    display: flex;
    gap: 0 4.62%;
  }
  .desc__fx + .desc__fx {
    margin-top: 50px;
  }
  .desc__fx__img {
    width: 44.44%; 
    margin-bottom: 0;
  }
  .desc__fx__text {
    flex: 1;
  }
  .desc__fx__text h3 {
    margin: 0 0 13px;
    font-size: 25px;
  }
  .desc__fx__text p {
    font-size: 20px;
  }
}