@charset "Shift_JIS";

#header #suggest_area_wrap {
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  z-index: 1000;
}
#header #suggest-area-SEARCH_TEXT {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 15px;
  margin-right: 122px;
  line-height: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#header #suggest-area-SEARCH_TEXT li.suggest-item-SEARCH_TEXT a:link {
  color: #333;
  text-decoration: none;
}
#header #suggest-area-SEARCH_TEXT li.suggest-item-SEARCH_TEXT a:active {
  color: #333;
  text-decoration: none;
}
#header #suggest-area-SEARCH_TEXT li.suggest-item-SEARCH_TEXT a:visited {
  color: #333;
  text-decoration: none;
}
#header #suggest-area-SEARCH_TEXT li.suggest-item-SEARCH_TEXT a:hover {
  color: #333;
  text-decoration: none;
}
#header #suggest-area-SEARCH_TEXT li.suggest-item-SEARCH_TEXT {
  padding: 2px 2px 2px 7px;
  cursor: default;
  list-style: none;
}
#header #suggest-area-SEARCH_TEXT li.suggest-item-SEARCH_TEXT.active {
  background-color: lightgrey;
}
#header .matchedCharacters {
  font-weight: bold;
}

@media screen and (max-width: 699px) {
  #header #suggest-area-SEARCH_TEXT {
    margin-right: 60px;
    font-size: 12px;
  }
}

/*
	added by top-renewal
*/
#header.commonHeader .suggest_area_wrap {
  left: -2px;
  top: 38px;
  width: 100%;
  z-index: 1000;
}
#header.commonHeader .suggest-area {
  margin-right: 40px;
  border-radius: 8px;
  filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
#header.commonHeader .keyword-history p {
  border-radius: 8px 8px 0 0;
}
#header.commonHeader .keyword-history p,
#header.commonHeader .category-history p {
  background: #f4f4f4;
  padding: 12px 8px !important;
}
#header.commonHeader .suggest-item {
  padding: 12px 16px !important;
}
#header.commonHeader .suggest-item.active {
  background-color: #faf7dd !important;
}
#header.commonHeader .suggest-item-data {
  display: none;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-top: none;
  position: absolute;
  top: 0;
  width: 65%;
  max-width: 398px;
}
@media screen and (min-width: 700px) {
  #header.commonHeader .suggest-item-data {
    left: 240px;
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  #header.commonHeader .suggest-item-data {
    left: calc(100% - 280px);
  }
}
#header.commonHeader .suggest-area li.suggest-item a:link {
  color: #333;
  text-decoration: none;
}
#header.commonHeader .suggest-area li.feature-item a {
  position: relative;
  display: block;
  padding: 9px 25px 7px 8px;
  overflow: hidden;
  cursor: pointer;
}
#header.commonHeader .suggest-area li.feature-item a:hover {
  background-color: #faf7dd;
}
#header.commonHeader .suggest-area li.feature-item {
  border-top: 1px solid #dbdbdb;
}
#header.commonHeader .suggest-item-data {
  border-radius: 8px;
  filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
#header.commonHeader .suggest-product {
  border-radius: 8px;
}
#header.commonHeader .suggest-product-title {
  background-color: #f4f4f4;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
}
#header.commonHeader .suggest-product-data ul {
  padding-left: 16px;
  padding-right: 16px;
}
#header.commonHeader .suggest-product-data__item {
  border-bottom: 1px solid #dbdbdb;
}
#header.commonHeader .suggest-product-data__item:hover .suggest-product-name {
  text-decoration: underline;
}
#header.commonHeader .suggest-area li.suggest-item a:link {
  color: #333;
  text-decoration: none;
}
#header.commonHeader .suggest-product-data__item a {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 16px 0;
  box-sizing: border-box;
  overflow: hidden;
  justify-content: space-between;
}
#header.commonHeader .suggest-product-img {
  width: 22%;
  max-width: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#header.commonHeader .suggest-product-img img {
  width: 100%;
  height: auto;
}
#header.commonHeader .suggest-product-text {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: space-between;
}
#header.commonHeader .suggest-product-name {
  color: #0070c0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#header.commonHeader .suggest-product-price {
  color: #c91234;
  text-align: right;
}
#header.commonHeader .suggest-product-price__num {
  font-size: 20px;
  font-weight: bold;
}
#header.commonHeader .suggest-product-price__num .suggest-product-price__num_option {
  font-size: 14px;
  font-weight: normal;
}
#header.commonHeader .suggest-product-foot {
  padding: 16px;
  text-align: right;
}
#header.commonHeader .suggest-product-foot a {
  font-size: 16px;
  position: relative;
  padding-right: 18px;
}
#header.commonHeader .suggest-product-foot a:after {
  content: "";
  background-image: url("/kaunet/images/template/k041_sc_common-link-icon-arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 2px;
  padding-left: 2px;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
#header.commonHeader .suggest-product-foot a:hover {
  text-decoration: underline !important;
}

/*
  added by top-renewal
*/
#header.commonHeader .suggest_area_wrap {
  left: -2px;
  top: 38px;
  width: 100%;
  z-index: 1000;
}
#header.commonHeader .suggest-area {
  margin-right: 40px;
  border-radius: 8px;
  filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
#header.commonHeader .keyword-history p {
  border-radius: 8px 8px 0 0;
}
#header.commonHeader .keyword-history p,
#header.commonHeader .category-history p {
  background: #f4f4f4;
  padding: 12px 8px !important;
}
#header.commonHeader .suggest-item {
  padding: 12px 16px !important;
}
#header.commonHeader .suggest-item.active {
  background-color: #faf7dd !important;
}
#header.commonHeader .suggest-item-data {
  display: none;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-top: none;
  position: absolute;
  top: 0;
  width: 65%;
  max-width: 398px;
}
@media screen and (min-width: 700px) {
  #header.commonHeader .suggest-item-data {
    left: 240px;
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  #header.commonHeader .suggest-item-data {
    left: calc(100% - 280px);
  }
}
#header.commonHeader .suggest-area li.suggest-item a:link {
  color: #333;
  text-decoration: none;
}
#header.commonHeader .suggest-area li.feature-item a {
  position: relative;
  display: block;
  padding: 9px 25px 7px 8px;
  overflow: hidden;
  cursor: pointer;
}
#header.commonHeader .suggest-area li.feature-item a:hover {
  background-color: #faf7dd;
}
#header.commonHeader .suggest-area li.feature-item {
  border-top: 1px solid #dbdbdb;
}
#header.commonHeader .suggest-item-data {
  border-radius: 8px;
  filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
#header.commonHeader .suggest-product {
  border-radius: 8px;
}
#header.commonHeader .suggest-product-title {
  background-color: #f4f4f4;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
}
#header.commonHeader .suggest-product-data ul {
  padding-left: 16px;
  padding-right: 16px;
}
#header.commonHeader .suggest-product-data__item {
  border-bottom: 1px solid #dbdbdb;
}
#header.commonHeader .suggest-product-data__item:hover .suggest-product-name {
  text-decoration: underline;
}
#header.commonHeader .suggest-area li.suggest-item a:link {
  color: #333;
  text-decoration: none;
}
#header.commonHeader .suggest-product-data__item a {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 16px 0;
  box-sizing: border-box;
  overflow: hidden;
  justify-content: space-between;
}
#header.commonHeader .suggest-product-img {
  width: 22%;
  max-width: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#header.commonHeader .suggest-product-img img {
  width: 100%;
  height: auto;
}
#header.commonHeader .suggest-product-text {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: space-between;
}
#header.commonHeader .suggest-product-name {
  color: #0070c0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#header.commonHeader .suggest-product-price {
  color: #c91234;
  text-align: right;
}
#header.commonHeader .suggest-product-price__num {
  font-size: 20px;
  font-weight: bold;
}
#header.commonHeader .suggest-product-price__num .suggest-product-price__num_option {
  font-size: 14px;
  font-weight: normal;
}
#header.commonHeader .suggest-product-foot {
  padding: 16px;
  text-align: right;
}
#header.commonHeader .suggest-product-foot a {
  font-size: 16px;
  position: relative;
  padding-right: 18px;
}
#header.commonHeader .suggest-product-foot a:after {
  content: "";
  background-image: url("/kaunet/images/template/k041_sc_common-link-icon-arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 2px;
  padding-left: 2px;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
#header.commonHeader .suggest-product-foot a:hover {
  text-decoration: underline !important;
}