@charset "UTF-8";

/* Inline styles in ProductList.aspx */
.btn-history-clear {
  display: none;
}
#breadcrumb.breadcrumb {
  margin-top: 140px;
}
.mainTtl {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .feature-keyword-wrap .top-cont-title {
    margin: 80px 0 16px;
  }
}

/*新着特集の表示位置制御用*/
.common-main {
  display: flex;
  flex-direction: column;
}
#divTopArea {
  height: inherit;/*product.css上書き*/
}
.feature-page-view-title p{
  line-height: 1.4;
  font-size: .85em;
  letter-spacing: .03em;
}

.keyword-wrap {
  margin-bottom: 3rem;
}

#dvRecommend .common__tag-list li:nth-child(n + 13) {
  display: none;
}

.u-productlist .category-new-feature .mainTtl {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .u-productlist .feature-page-view-item {
    flex-shrink: 1;
  }
  .u-productlist .feature-page-view-thumb,
  .u-productlist .feature-page-view-thumb img {
    width: calc(285* (100vw / 375));
  }
  .u-productlist .feature-page-view-thumb,
  .u-productlist .feature-page-view-title p {
    line-break: anywhere;
  }
}
