<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-search .block-search-goods {
  display: block;
}
.page-search .block-search-goods .block-search-goods--header {
  margin: 0;
  padding: 55px 20px;
  width: 100%;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  background: #eee;
}
.page-search .block-search-goods .fallback_msg {
  margin: 0;
  padding: 0 20px 20px;
  width: 100%;
  background: #eee;
  color: #a94442;
}
.page-search .block-search-goods .search_result_item .alert {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 10px 30px;
}
.page-search .block-goods-list--display-style-items {
  display: none;
}
.page-search .block-pickup-list-p {
  margin-top: 50px;
}
.page-search .block-goods-list-d,
.page-search .search_result_feature,
.page-search .search_result_reading {
  margin-top: 20px;
}
.page-search .block-goods-list-d,
.page-search .block-pickup-list-p,
.page-search .search_result_feature,
.page-search .search_result_reading {
  padding: 0 15px;
}
.page-search .block-search-goods--condition-items {
  margin-top: 80px;
  padding-top: 0px;
  background: #fff;
}
.page-search .search_result_item_ctrls {
  width: 100%;
  height: 30px;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.page-search .block-goods-list--sort-order-items {
  margin: 0;
}
.display_style_items_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.display_style_items_ctrl:before {
  content: '';
  display: block;
}
.display_style_items_ctrl dt {
  display: block;
  font-weight: bold;
}
.display_style_items_ctrl dt:after {
  content: ':';
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.display_style_items_ctrl dd {
  margin-right: 12px;
  cursor: pointer;
}
.display_style_items_ctrl dd:last-of-type {
  margin-right: 0;
}
.display_style_items_ctrl dd a {
  opacity: 0.5;
  display: block;
}
.display_style_items_ctrl dd.active {
  color: #111;
  font-weight: 700;
  pointer-events: none;
}
.display_style_items_ctrl dd img {
  display: block;
}
.search_goods_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.search_goods_head_main {
  font-size: 32px;
  font-weight: bold;
}
.search_goods_head_sub {
  font-size: 18px;
}
.search_result_tabs {
  width: 100%;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background: #eee;
}
.search_result_tab {
  min-width: 160px;
  height: 56px;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border-radius: 4px 4px 0 0;
  color: #666;
  background: #d0d0d0;
  cursor: pointer;
}
.search_result_tab.is_active {
  color: #000;
  background: #fff;
  pointer-events: none;
}
.search_result_tab_body {
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
}
.search_result_tab_count {
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
}
.search_result_items {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px 60px;
  background: #eee;
}
.search_result_item {
  padding: 40px 0;
  background: #fff;
  display: none;
}
.search_result_item.is_active {
  display: block;
}
.search_result_item:has(.search_result_reading) .display_style_items_ctrl,
.search_result_item:has(.search_result_feature) .display_style_items_ctrl {
  display: none;
}
.search_result_feature_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 25px;
}
.search_result_feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_result_feature_item:hover {
  opacity: 0.7;
  text-decoration: none;
}
.search_result_feature_item_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_result_feature_item_img img {
  aspect-ratio: 220/255;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.search_result_feature_item_misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.search_result_feature_item_head {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.search_result_feature_item_txt {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.search_result_reading_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 25px;
}
.search_result_reading_item {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_result_reading_item:hover {
  opacity: 0.7;
  text-decoration: none;
}
.search_result_reading_item_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_result_reading_item_img img {
  aspect-ratio: 282/177;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.search_result_reading_item_misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.search_result_reading_item_date {
  font-size: 13px;
  line-height: 1.4;
  color: #999;
}
.search_result_reading_item_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
</pre></body></html>