/* 人気のキーワード */
.awoo-keyword-popular-tags .popular-tags-wrapper {
  background: none;
  padding: 40px 15px;
}

.awoo-keyword-popular-tags .popular-tags-wrapper .popular-tags-title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

.awoo-keyword-popular-tags .popular-tags-wrapper .popular-tags-list-container .awoo-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.awoo-keyword-popular-tags .popular-tags-wrapper .popular-tags-list-container .awoo-tag-wrapper .awoo-tag {
  background-color: #f3f8fb;
  border: .5px solid #b2b4c8;
  border-radius: 40px;
  color: inherit;
  font-size: 16px;
}

.awoo-keyword-popular-tags .popular-tags-wrapper .popular-tags-list-container .awoo-tag-wrapper .awoo-tag:hover {
  opacity: .7;
}
/* 人気のキーワード end*/

/* 関連タグ（商品用） */
.awoo-product-tags .awoo-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.awoo-product-tags a.awoo-tag {
  background-color: #f3f8fb;
  border: .5px solid #b2b4c8;
  border-radius: 40px;
  color: inherit;
  font-size: 16px;
}

.awoo-product-tags a.awoo-tag:hover {
  opacity: .7;
}
/* 関連タグ（商品用） end*/

/* 関連タグ（カテゴリ用） */
.awoo-classify .awoo-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.awoo-classify a.awoo-tag {
  background-color: #f3f8fb;
  border: .5px solid #b2b4c8;
  border-radius: 40px;
  color: inherit;
  font-size: 16px;
}

.awoo-classify a.awoo-tag:hover {
  opacity: .7;
}
/* 関連タグ（カテゴリ用） end */

/* おすすめ商品 画像レコメンド（いったん未使用） */
.awoo-related-products p.related-title {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 20px;
}

.awoo-related-products .related-wrapper .related-carousel .rec-slider-container {
  margin: 0px 30px;
}

/* .awoo-related-products a[href^="https://devkyusaicojp.ec-force.net/shop/information"].related-product .product__price,
.awoo-related-products a[href^="https://www.kyusai.co.jp/shop/information"].related-product .product__price {
  display: none;
} */
.awoo-related-products a.related-product:hover {
  opacity: .7;
}

.awoo-related-products a.related-product .product__price {
  display: none;
}

.awoo-related-products .related-product-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #f9f9f9;
}

.awoo-related-products .related-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.awoo-related-products .carousel-arrow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: transparent;
  background-color: #fff;
  border: 1px solid #444f56;
  transition: all .3s ease;
}

.awoo-related-products .carousel-arrow:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 8px;
  position: absolute;
  transition: all .3s ease;
}

.awoo-related-products .carousel-arrow.NEXT:before {
  right: 40%;
  border-top: solid 1px #444f56;
  border-right: solid 1px #444f56;
  transform: rotate(45deg);
}

.awoo-related-products .carousel-arrow.PREV:before {
  left: 40%;
  border-top: solid 1px #444f56;
  border-left: solid 1px #444f56;
  transform: rotate(-45deg);
}

.awoo-related-products .carousel-arrow:hover {
  border: 1px solid #026c8d;
  background-color: #026c8d;
}

.awoo-related-products .carousel-arrow.NEXT:hover:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.awoo-related-products .carousel-arrow.PREV:hover:before {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

@media screen and (min-width: 768px) {
  .awoo-related-products .related-wrapper .related-carousel .rec-slider-container {
    margin: 0px 50px;
  }

  .awoo-related-products .carousel-arrow {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }

  .awoo-related-products .carousel-arrow:before {
    width: 20px;
    height: 20px;
    top: 14px;
  }
}
/* おすすめ商品 画像レコメンド（いったん未使用） end */

/* awooハッシュタグ クリック先ページ */
#hashtag_list_page.hashtag_list {
  max-width: 1120px;
  margin: 60px auto 80px;
  color: #444F56;
}

#hashtag_list_page h1.category-page-h1-v2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
  display: block;
  color: #444F56;
  line-height: 1.2;
}

/* #awoo-tag-filter-shadow-dom はおそらく shadow dom で管理されているため、通常の方法ではスタイルの指定が効かない */

/* #awoo-tag-filter-shadow-dom .awoo-tag-filter-wrapper {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
} */

#hashtag_list_page .suggestion-tag-wrapper-v2 {
  display: none;
}

#hashtag_list_page .products-wrapper-v2.grid {
  display: grid;
  gap: 30px 24px;
  grid-template-columns: repeat(4, 1fr);
}

#hashtag_list_page .products-wrapper-v2.grid a.product__href:hover {
  opacity: .7;
}

#hashtag_list_page .product-image {
  border: 2px solid #F2F2F7;
  border-radius: 8px;
}

#hashtag_list_page .product__name {
  color: #444F56;
  font-size: 16px;
  margin-top: 0;
  text-decoration: none;
  line-height: 1.2;
  height: auto;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#hashtag_list_page .product__price {
  display: none;
}

#hashtag_list_page .suggestion-tag-wrapper {
  background: none;
  padding: 0;
  margin: 40px 0;
}

#hashtag_list_page .suggestion-tag-wrapper .suggestion-tag-title {
  margin-bottom: 15px;
}

#hashtag_list_page .suggestion-tag-wrapper .suggestion-tag-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#hashtag_list_page .suggestion-tag-wrapper .suggestion-tag-list-container .awoo-tag {
  background-color: #f3f8fb;
  border: .5px solid #b2b4c8;
  border-radius: 40px;
  color: inherit;
  font-size: 16px;
}

#hashtag_list_page .suggestion-tag-wrapper .suggestion-tag-list-container .awoo-tag:hover {
  opacity: .7;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li {
  width: 29px;
  height: auto;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.disabledBtn {
  display: block;
  opacity: .5;
  pointer-events: none;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li>a {
  color: #B2B4C8;
  font-size: 18px;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li>a:hover,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.selected>a {
  background: none;
  color: #026C8D;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next {
  width: 100px;
  height: 44px;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous {
  margin-right: 40px;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next {
  margin-left: 40px;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a svg,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a svg {
  display: none;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #b2b4c8;
  border-radius: 8px;
  font-size: 16px;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a {
  padding: 10px 24px 10px 40px;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a {
  padding: 10px 40px 10px 24px;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a:hover,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a:hover {
  background: #026C8D;
  border: 1px solid #b2b4c8;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a:before,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a:before {
  color: #444f56;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a:before {
  content: '前へ';
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a:before {
  content: '次へ';
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a:hover:before,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a:hover:before {
  color: #fff;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a:after,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 32%;
  transform: rotate(135deg) translateY(-50%);
  transition: all 0.3s ease;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a:after {
  left: 20px;
  border-bottom: solid 1px #b2b4c8;
  border-right: solid 1px #b2b4c8;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a:after {
  right: 24px;
  border-top: solid 1px #b2b4c8;
  border-left: solid 1px #b2b4c8;
}

#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.previous>a:hover:after,
#hashtag_list_page .pagination-wrapper-v2 ul.awoo-pagination>li.next>a:hover:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  #hashtag_list_page.hashtag_list {
    padding: 0 15px;
  }

  #hashtag_list_page h1.category-page-h1-v2 {
    font-size: 20px;
  }

  #hashtag_list_page .products-wrapper-v2.grid {
    gap: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* awooハッシュタグ クリック先ページ end */