/*@font-face {
    font-family: 'NotoSans';
    src: url(../font/NotoSans_regular.woff) format('woff');
	font-weight: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url(../font/NotoSans_bold.woff) format('woff');
	font-weight: bold;
}*/
.feature-item #productImage {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .feature-item #productImage {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .feature-item #productImage {
    width: auto;
    height: auto;
  }
}

.product-list-wrap {
  background-color: #ddd;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .product-list-wrap {
    padding: 16px;
  }
}

.product-list-inner {
  padding: 60px 40px 46px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .product-list-inner {
    padding: 30px 15px 15px;
  }
}

.feature-item-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 24px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .feature-item-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 14px;
  }
}

.feature-item {
  width: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .feature-item {
    text-align: left;
    width: auto;
  }
}

.feature-item-name {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.7;
  margin: 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .feature-item-name {
    font-size: 13px;
  }
}

.feature-item-product-id {
  margin: 10px 0;
  text-align: left;
}

.favoriteRegistration.feature-item-favorite-registration {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .favoriteRegistration.feature-item-favorite-registration {
    font-size: 10px;
  }
}

#feature-group-items .productPrice,
#feature-group-items .specialPrice {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
#feature-group-items .pmini {
  font-size: 10px;
  font-weight: bold;
}
#feature-group-items .basePrice {
  text-decoration: line-through;
  font-size: 13px;
  line-height: 1.1;
}
#feature-group-items .basePrice ~ .pmini {
  font-weight: normal;
}
#feature-group-items #list-title {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #feature-group-items #list-title {
    padding-bottom: 32px;
  }
}
#feature-group-items #list-title:empty {
  display: none;
}
#feature-group-items .u-title__set {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #feature-group-items .u-title__set {
    padding-top: 0;
  }
}
#feature-group-items .btn.btn-feature-cart {
  margin-top: 10px;
  background-color: #e60012;
  color: #fff;
  width: 200px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #feature-group-items .btn.btn-feature-cart {
    padding: 8px 0;
    width: 100%;
  }
}
#feature-group-items .btn.btn-feature-fav {
  margin-top: 10px;
  background-color: #000;
  color: #fff;
  width: 200px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #feature-group-items .btn.btn-feature-fav {
    padding: 8px 0;
    width: 100%;
  }
}

#pagination.below.clearFix {
  background-color: #f8f8f8;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 1280px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #pagination.below.clearFix {
    display: block;
    margin: 4% 4% 100px;
    max-width: auto;
  }
}
#pagination.below.clearFix .top_use {
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 768px) {
  #pagination.below.clearFix .top_use {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
  }
}
#pagination.below.clearFix .bototm_use {
  width: 100%;
  text-align: center;
}
#pagination.below.clearFix .bototm_use b {
  background-color: #e60012;
  color: #fff;
  padding: 6px;
  display: inline-block;
  min-width: 32px;
  margin: 0 3px;
}
#pagination.below.clearFix .bototm_use a {
  background-color: #fff;
  padding: 6px;
  margin: 0 3px;
  display: inline-block;
  min-width: 32px;
}/*# sourceMappingURL=featurepage_custom.css.map */