@charset "UTF-8";
.product-all {
  margin-bottom: 6rem;
}
/* ----------------------------------------
.product-lot
---------------------------------------- */
.product-lot {
  flex-direction: column-reverse;
  gap: 3rem;
  margin-bottom: 6rem;
}
.product-lot-in {
  width: 100%;
}
.product-lot-in:first-child {
  max-width: none;
}
.product-lot-text {
  margin-bottom: 2rem;
}
.caption-text {
  font-size: 1.2rem;
  margin-top: 1rem;
}
/* ----------------------------------------
.product-b-img
---------------------------------------- */
.product-b-img {
  padding-bottom: 4rem;
  background-size: auto;
}
.product-title {
  font-size: 2.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.product-list {
  gap: 0;
  max-width: none;
  flex-wrap: wrap;
}
.product-list li {
  width: 48%;
  margin-right: 4%;
}
.product-list li:nth-child(2n) {
  margin-right: 0;
}
/* ----------------------------------------
.seal-area
---------------------------------------- */
.seal-area {
  grid-template-columns: 1fr;
  gap: 2rem;
}
.seal-box {
  background-color: #f2f6f8;
  padding: 4rem 1.5rem;
}
.seal-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.seal-box figure {
  margin-bottom: 1.5rem;
}
.seal-text {
  font-size: 1.6rem;
  line-height: 2;
}
/* ----------------------------------------
.youtube-area
---------------------------------------- */
.youtube-box {
  max-width: none;
}
.youtube-title {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 1.5rem;
}
/* ----------------------------------------
.c-contents
---------------------------------------- */
.c-contents.pt {
  padding: 6rem 1.5rem 0;
}
