/*=======================
  製品紹介
==========================*/
.fs-18 {
  font-size: 1.8rem;
}

/* ■■■■ */
/* product-btn-section */
/* ■■■■ */
.btn-banner-section .scale-img img {
  object-position: center;
}
#ac4aProductSection {
  padding-top: 30px;
}
#ac3afProductSection {
  padding-bottom: 50px;
}

.ac7a-product-section,
.ac4a-product-section,
.ac3af-product-section {
  padding: 100px 30px 0 30px;
}

.ac7a-product-section .product-description-wrapper,
.ac4a-product-section .product-description-wrapper,
.ac3af-product-section .product-description-wrapper {
  color: #313131;
  padding: 30px 0px 30px 30px;
}

.ac7a-product-section .container,
.ac4a-product-section .container,
.ac3af-product-section .container {
  text-align: left;
}

.ac7a-product-section .products-img-wrapper,
.ac4a-product-section .products-img-wrapper,
.ac3af-product-section .products-img-wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.ac7a-product-section .products-img-wrapper img,
.ac4a-product-section .product-container .product-img img,
.ac3af-product-section .product-container .product-img img {
  width: 100%;
  aspect-ratio: 6 / 4;
}

.ac7a-product-section .product-name,
.ac4a-product-section .product-name,
.ac3af-product-section .product-name {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.ac7a-product-section .product-name > a p {
  color: #439247;
}

.ac7a-product-section .product-img-container .product-img {
  text-align: center;
  width: 100%;
}

.ac7a-product-section .product-img-container .product-img img {
  width: 100%;
  object-fit: cover;
}

.ac7a-product-section .product-name p,
.ac4a-product-section .product-name p,
.ac3af-product-section .product-name p {
  color: #313131;
}

.ac7a-product-section .product-name a {
  padding-bottom: 50px;
}

@media (max-width: 780px) {
  #ac7aProductSection .product-container,
  #ac4aProductSection .product-container,
  #ac3afProductSection .product-container {
    margin-left: 0;
  }

  #ac7aProductSection .product-description-wrapper,
  #ac4aProductSection .product-description-wrapper,
  #ac3afProductSection .product-description-wrapper {
    padding-top: 30px;
  }

  .ac7a-product-section .products-img-wrapper,
  .ac4a-product-section .products-img-wrapper,
  .ac3af-product-section .products-img-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 620px) {
  #ac7aProductSection,
  #ac4aProductSection {
    padding: 50px 20px 0 20px;
  }

  #ac3afProductSection {
    padding: 50px 20px;
  }

  .ac7a-product-section .products-img-wrapper,
  .ac4a-product-section .products-img-wrapper,
  .ac3af-product-section .products-img-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ac4a-product-section .products-img-wrapper,
  .ac3af-product-section .products-img-wrapper {
    margin-top: 20px;
  }

  .ac7a-product-section .product-description-wrapper,
  .ac4a-product-section .product-description-wrapper,
  .ac3af-product-section .product-description-wrapper {
    padding: 30px 0px;
  }

  .ac7a-product-section .product-name,
  .ac4a-product-section .product-name,
  .ac3af-product-section .product-name {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}
