.plush-taxonomy-list {
  padding: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin: 20px 0;
}
.plush-taxonomy-list__title {
  font-size: 1.5rem;
  color: #007c5b;
  margin-bottom: 30px;
  font-weight: bold;
}
.plush-taxonomy-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.plush-taxonomy-list__item {
  display: inline-block;
  padding: 12px 28px;
  background-color: #d4edda;
  color: #1a5c3f !important;
  text-decoration: none !important;
  border-radius: 50px;
  font-size: 1.1rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.plush-taxonomy-list__item:hover {
  background-color: rgb(194.0245901639, 229.4754098361, 202.5327868852);
  transform: translateY(-2px);
  text-decoration: none;
}

div.contnet-in {
  justify-content: center;
}
div.contnet-in main#main {
  width: 80%;
}

@media screen and (max-width: 1266px) {
  .main, .sidebar, .sidebar-left .main, .sidebar-left .sidebar {
    margin: 0 auto;
  }
}
.p-product-detail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.p-product-detail__inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .p-product-detail__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "gallery info" "spec    info";
    align-items: start;
  }
}
@media (min-width: 768px) {
  .p-product-detail__gallery-area {
    grid-area: gallery;
  }
}
.p-product-detail__img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-product-detail__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-detail .js-gallery-main {
  margin-bottom: 10px;
}
.p-product-detail .js-gallery-thumbs .swiper-slide {
  width: 25%;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-product-detail .js-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #009E96;
  border-radius: 4px;
}
.p-product-detail .js-gallery-thumbs img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-product-detail__info-area {
    grid-area: info;
    position: sticky;
    top: 20px;
  }
}
.p-product-detail__cat-tag {
  display: inline-block;
  background: #d4edda;
  color: #155724;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.p-product-detail__title {
  color: #009E96;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 2px solid #009E96;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .p-product-detail__title {
    font-size: 1.25rem;
  }
}
.p-product-detail__price-box {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
.p-product-detail__price-row {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.p-product-detail__price {
  color: #F15A24;
  font-size: 2rem;
  font-weight: bold;
}
.p-product-detail__tax {
  font-size: 0.8rem;
  color: #666;
}
.p-product-detail .c-btn-rakuten {
  display: block;
  width: 100%;
  background: #F27038;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 6px;
  font-weight: bold;
  transition: opacity 0.3s;
}
.p-product-detail .c-btn-rakuten:hover {
  opacity: 0.8;
}
.p-product-detail__desc-box {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-product-detail__spec-area {
    grid-area: spec;
  }
}
.p-product-detail__sec-title {
  color: #009E96;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.p-spec-list {
  border: 1px solid #ddd;
}
.p-spec-list__row {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.p-spec-list__row:last-child {
  border-bottom: none;
}
.p-spec-list__term {
  background: #f5f5f5;
  width: 35%;
  padding: 10px;
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.p-spec-list__desc {
  width: 65%;
  padding: 10px;
  font-size: 0.9rem;
  margin: 0;
}

/* section taxonomy-list */
section.p-product-detail__category-link-area {
  margin: 40px 0;
}/*# sourceMappingURL=plush-style.css.map */