@charset "UTF-8";
/* Scss Document */
/* ---------------------------
 * products design
----------------------------- */
/* ブレークポイント */
/* その他 */
.price {
  color: #d31717;
  font-weight: 700;
}
.price .base {
  font-size: 1.8em;
  position: relative;
}
.price .base:before {
  position: absolute;
  top: 45%;
  content: "";
  left: 20%;
  border-top: 3px solid #d31717;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .price .base:before {
    left: 15%;
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .price .base:before {
    left: 10%;
    width: 80%;
  }
}
.price .amount {
  font-size: 2em;
}
.price .discount {
  font-size: 1.9em;
  margin: 0 0.5rem;
}
.price .discount span {
  display: block;
  width: 70%;
  margin: 0 auto;
  border: 1px solid #d31717;
}

.contact a {
  display: block;
  width: 70%;
  padding: 0.2rem;
  margin: 1rem auto;
  background-color: #fb7e16;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .contact a {
    width: 90%;
  }
}

.pagination span {
  margin: 0 0.2em;
}
.pagination a {
  margin: 0 0.2em;
}

.single-products-area .h-60 {
  height: 60% !important;
}
.single-products-area h1 {
  width: 100%;
  background: #008a3e;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 10px 15px;
  text-align: center;
}
.single-products-area h1 a {
  text-decoration: none;
  margin: 0;
}
.single-products-area h2 {
  text-align: center;
}
.single-products-area h2 a {
  display: block;
  width: 80%;
  margin: auto;
  padding: 10px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .single-products-area h2 a {
    width: 100%;
  }
}
.single-products-area figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-products-area .catch-copy {
  margin: 2rem 0;
}
.single-products-area .catch-copy p {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .single-products-area .catch-copy p {
    width: 100%;
  }
}
.single-products-area .tag {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .single-products-area .tag {
    width: 100%;
  }
}
.single-products-area .tag a {
  display: block;
  padding: 0.2rem 1rem;
  margin: 0.5rem 0.4rem;
  background-color: #6eb92b;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .single-products-area .tag a {
    padding: 0.2rem 0.8rem;
  }
}
.single-products-area .table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  text-align: left;
  width: 100%;
}
.single-products-area .table th {
  background: #efefef;
  border: 1px solid #ddd;
  vertical-align: middle;
  width: 20%;
}
.single-products-area .table td {
  border: 1px solid #ddd;
  vertical-align: middle;
  word-break: break-all;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .single-products-area .table th, .single-products-area .table td {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 576px) {
  .single-products-area .table th, .single-products-area .table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .single-products-area .table tr:last-child th:nth-of-type(2), .single-products-area .table tr:last-child td:nth-of-type(2) {
    display: none;
  }
}
.single-products-area .return a {
  display: block;
  width: 50%;
  border: 2px solid #ccc;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #555;
}
@media screen and (max-width: 576px) {
  .single-products-area .return a {
    width: 80%;
  }
}

.archive-products-area h1,
.recommend-list h1 {
  width: 100%;
  background: #008a3e;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 10px 15px;
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
}
.archive-products-area section,
.recommend-list section {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .archive-products-area section,
.recommend-list section {
    justify-content: center;
  }
}
.archive-products-area article,
.recommend-list article {
  height: 620px;
  max-width: 30%;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .archive-products-area article,
.recommend-list article {
    max-width: 95%;
  }
}
.archive-products-area article h2,
.recommend-list article h2 {
  height: 4.5em;
  margin: 1em 0;
  font-size: 1em;
  overflow: hidden;
}
.archive-products-area article h2 a,
.recommend-list article h2 a {
  letter-spacing: 1px;
  color: #666;
}
.archive-products-area article h3 a,
.recommend-list article h3 a {
  display: block;
  width: 100%;
  margin: auto;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 0.7em;
  text-align: center;
}
.archive-products-area article figure,
.recommend-list article figure {
  height: 270px;
}
.archive-products-area article figure img,
.recommend-list article figure img {
  height: 100%;
  object-fit: cover;
}
.archive-products-area article .price .base,
.recommend-list article .price .base {
  font-size: 1.3em;
  line-height: 1;
}
.archive-products-area article .price .base:before,
.recommend-list article .price .base:before {
  border-top: 2px solid #d31717;
  left: 10%;
  width: 80%;
}
.archive-products-area article .price .amount,
.recommend-list article .price .amount {
  font-size: 1.7em;
}
.archive-products-area article .price .discount,
.recommend-list article .price .discount {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.6;
}
.archive-products-area article .price .discount span,
.recommend-list article .price .discount span {
  width: 100%;
}
.archive-products-area article .contact a,
.recommend-list article .contact a {
  width: 100%;
  text-align: center;
  font-size: 1.1em;
}

.recommend .recommend-header h2 {
  background: #6eb92b;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 10px 15px;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
}
.recommend .recommend-header p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 1.5rem;
}
.recommend .recommend-main .recommend-list {
  justify-content: space-between;
  margin: 2em 0 0;
}
@media screen and (max-width: 576px) {
  .recommend .recommend-main .recommend-list {
    justify-content: center;
  }
}
.recommend .recommend-main .recommend-category {
  width: 85%;
  margin: 0 auto;
}
.recommend .recommend-main .recommend-category .recommend-category-list {
  justify-content: center;
}
.recommend .recommend-main .recommend-category .recommend-category-list h3 {
  font-size: 1.7em;
  width: 45%;
  margin: 2%;
}
.recommend .recommend-main .recommend-category .recommend-category-list h3 a {
  display: block;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  font-weight: 700;
}
.recommend .recommend-main a.all-product {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
}
.recommend .recommend-footer {
  margin: 4em 0;
}
.recommend .recommend-footer h3 {
  font-weight: 700;
  color: #777;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #777;
}
.recommend .recommend-footer .manufacturer {
  width: 95%;
  margin: 1em auto;
  justify-content: space-around;
}
.recommend .recommend-footer .manufacturer a {
  width: 16%;
}
.recommend .recommend-footer .manufacturer a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recommend-category {
  width: 95%;
  margin: 2rem auto;
  padding-top: 2rem;
}
.recommend-category .recommend-category-list {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recommend-category .recommend-category-list {
    justify-content: space-evenly;
  }
}
.recommend-category .recommend-category-list h3 {
  width: 140px;
  height: 110px;
}
.recommend-category .recommend-category-list h3 a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.recommend-category .recommend-category-list h3 a span {
  display: table-cell;
  margin: auto;
  line-height: 30px;
  vertical-align: middle;
}

/*# sourceMappingURL=product.css.map */
