﻿/*全体*/div.mainframe_ {
  float: left;
  width: calc(100% - 230px);
  min-width: 1030px;
}
/*レフトナビ*/.contents_leftmenuframe_ {
  width: 200px;
  float: left;
  margin-top: 0px;
  position: relative;
}
.contents_leftmenuframe_ .filter_heading_title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #000;
  margin-top: 10px;
}
.filter_frame_ .cf_block {
  margin: 10px 0px 50px 0px;
}
.filter_frame_ .cf_block h3.cf_title {
  background: #eee;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.contents_leftmenuframe_ .filter_keyword_frame_ {
  margin: 10px 0;
  position: relative;
}
ul.as_cf_area li.as_cf_list {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
ul.as_cf_area li.as_cf_list input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 0 10px;
  margin: 0;
}
ul.as_cf_area li.as_cf_list input[type="checkbox"][disabled] {
  background: #eee;
  cursor: not-allowed;
}
.cf_block.price .price_input_area input[type="text"][disabled] {
  background: #eee;
  cursor: not-allowed;
}
ul.as_cf_area li.as_cf_list label.cf_name {
  cursor: pointer;
  font-weight: 500;
  line-height: 20px;
  padding: 0 0 0 10px;
  align-items: center;
  margin: 0;
  font-size: 13px;
}
/*レフトナビ_カテゴリ用*/.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category > a:hover {
  background: #e3faff;
  cursor:pointer;
  display: block;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category ul {
  position: relative;
}
/*.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category > ul > li:nth-child(n+6) {display: none;}*/.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category li a {
  color: #000;
  display: block;
  padding: 5px 0 0 1em;
  cursor: pointer;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category ul > li > ul {
  padding-left: 1em;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category ul.child {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 5px;
  /*　文字の上部の空白　*/left: 150px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin-top: -2em;
  width: 200px;
  border-radius: 5px;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category ul > li > a:hover {
  background: #e3faff;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category li.parents {
  position: relative;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category li.parents:hover {
  background: #e3faff;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category li.parents:hover > ul.child {
  display: block;
}
/*レフトナビ_ファセットレビュー*/.cf_block.review ul.as_cf_area li.as_cf_list  label.cf_name {
  line-height: 100%;
  align-items: flex-end;
  display: flex;
  vertical-align: middle;
}
ul.as_cf_area li.as_cf_list label img {
  width: 80px;
  height: auto;
  margin-right: 5px;
  display: block;
}
/*レフトナビのクリアボタン*/.contents_leftmenuframe_ .filter_frame_ .cf_block .cf_clear {
  text-align: right;
  position: relative;
  margin-top: 0.5em;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block .cf_clear input[type="button"] {
  border: none;
  background: none;
  margin-right: 5px;
  color: #333;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block .cf_clear:before {
  position: absolute;
  content:"×";
  font-weight: bold;
  right: 22%;
  font-size: 10px;
  top: 3px;
}
/*レフトナビ すべて表示・閉じるボタン*/.contents_leftmenuframe_ .filter_frame_ .cf_block {
  position: relative;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block .facet-more {
  position: absolute;
  display: block;
  bottom: -25px;
  margin: 0 auto;
  right: 0;
  color: #333;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  font-size: 12px;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block label.facet-more:first-letter {
  color: #ff0000;
  font-weight: bold;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block label.facet-more:before {
  content: '＋ すべて表示';
}
.contents_leftmenuframe_ .filter_frame_ .cf_block > input[type="checkbox"]:checked ~ label.facet-more:before {
  content: '- 閉じる';
}
.contents_leftmenuframe_ .filter_frame_ .cf_block > input[type="checkbox"] {
  display: none;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block ul.as_cf_area {
  position: relative;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block:not(.maker) ul.as_cf_area li.as_cf_list:nth-child(n+6) {
  display: none;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.maker ul.as_cf_area li.as_cf_list:nth-child(n+7) {
  display: none;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block:not(.maker) input[type="checkbox"]:checked ~ ul.as_cf_area li.as_cf_list:nth-child(n+6) {
  display: flex;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.maker input[type="checkbox"]:checked ~ ul.as_cf_area li.as_cf_list:nth-child(n+7) {
  display: flex;
}
/*レフトナビ すべて表示・閉じるボタン(カテゴリ用)*/.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category > ul {
  position: relative;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block .category-more {
  position: absolute;
  display: block;
  bottom: -25px;
  margin: 0 auto;
  right: 0;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  z-index: 1;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block .category-more:first-letter {
  color: #ff0000;
  font-weight: bold;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block label.category-more:before {
  content: '＋ すべて表示';
}
.contents_leftmenuframe_ .filter_frame_ .cf_block > input[type="checkbox"]:checked ~ label.category-more:before {
  content: '- 閉じる';
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.left_category li.parents:nth-child(n+6) {
  display: none;
}
.cf_block.left_category input[type="checkbox"]:checked ~ ul li.parents:nth-child(n+6) {
  display: block;
}
/*レフトナビ ファセット価格部分*/.contents_leftmenuframe_ .filter_frame_ .cf_block.price ul.as_cf_area li.as_cf_list:nth-child(n+6) {
  display: flex;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.price ul.as_cf_area li.price_input_area {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.contents_leftmenuframe_ .filter_frame_ .cf_block.price input[type="text"] {
  width: 50px;
  margin: 5px;
}
.contents_leftmenuframe_ .filter_keyword_frame_ .filter_keyword_input_ .keyword_input_area input,
.cf_block.maker .keyword_input_area input#left-makerword-input,
.cf_block.brand .keyword_input_area input#left-brandword-input {
  box-sizing: border-box;
  width: 200px;
  height: 30px;
}
/*レフトナビ キーワード入力部分×ボタン*/.filter_keyword_input_ .keyword_input_area {
  position: relative;
  margin-bottom: 15px;
}
.filter_keyword_input_ .keyword_input_area button#left_kw_delete,
.filter_keyword_input_ .keyword_input_area button#leftnega_kw_delete {
  position: absolute;
  top: 10px;
  left: 180px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.filter_keyword_input_ .keyword_input_area button#left_kw_delete:disabled {
  display: none;
}
.filter_keyword_input_ .keyword_input_area button#leftnega_kw_delete:disabled {
  display: none;
}
/*レフトナビ ブランドキーワード入力部分×ボタン*/.cf_block.brand .keyword_input_area {
  position: relative;
}
.cf_block.brand .keyword_input_area button#leftbrand_kw_delete {
  position: absolute;
  top: 10px;
  left: 180px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.cf_block.brand .keyword_input_area button#leftbrand_kw_delete:disabled {
  display: none;
}
.cf_block.brand .hidden {
  display: none!important;
}
/*レフトナビ メーカーキーワード入力部分×ボタン*/.cf_block.maker .keyword_input_area {
  position: relative;
}
.cf_block.maker .keyword_input_area button#leftmaker_kw_delete {
  position: absolute;
  top: 10px;
  left: 180px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.cf_block.maker .keyword_input_area button#leftmaker_kw_delete:disabled {
  display: none;
}
.cf_block.maker .hidden {
  display: none!important;
}
/*レフトナビ キーワード入力部分*/.contents_leftmenuframe_ .filter_keyword_frame_ .filter_keyword_input_ .keyword_input_area input {
  box-sizing: border-box;
  width: 200px;
  height: 30px;
}
.mfilter_contents #mfilter_keyword .keyword_range {
  margin: 0 0 15px 0;
}
.filter_keyword_input_ .keyword_range {
  margin-bottom: 15px;
}
.filter_keyword_input_ .keyword_range input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 1px inset;
  box-shadow: 1px 1px 1px 1px inset;
  -webkit-border-radius: 7px / 7px;
  border-radius: 7px / 7px;
  position: relative;
  margin-bottom: 3px;
  margin-right: 5px;
}
.filter_keyword_input_ .keyword_range input[type="radio"]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -2px 0 0 -2px;
  -webkit-box-shadow: 1 1px 1px;
  box-shadow: 1 1px 1px;
  -webkit-border-radius: 5px / 5px;
  border-radius: 6px / 6px;
  content: "";
  width: 6px;
  height: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
}
.filter_keyword_input_ .keyword_range label {
  font-size: 12px;
  margin-right: 10px;
}
/*レフトナビ 絞り込みボタン部分*/.contents_leftmenuframe_ .leftnav_resultarea {
  position: sticky;
  z-index: 3;
  bottom: 0;
  padding: 20px 0px;
  margin: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px -2px #aaa;
}
.contents_leftmenuframe_ .leftnav_resultarea .navigation_sum_ {
  text-align: center;
}
.contents_leftmenuframe_ .leftnav_resultarea .navigation_sum_ span {
  font-weight: bold;
  font-size: 18px;
}
.contents_leftmenuframe_ .leftnav_resultarea .filter_leftnav_button_ {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.contents_leftmenuframe_ .leftnav_resultarea .filter_leftnav_button_ .btn_go_ button {
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 5px;
  background-color: #e60013;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.contents_leftmenuframe_ .leftnav_resultarea .filter_leftnav_button_ .btn_clear_.leftnav-btn-del span {
  border: solid 1px #000;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 5px;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
/*検索結果_上部*/#search_result  h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}
#search_result .filter_keyword_ {
  margin-bottom: 20px;
}
#search_result .filter_keyword_ .keyword_flame_ dl.relation-words-area {
  display: flex;
  font-weight: bold;
  align-items: center;
  min-width: 1030px;
  padding: 10px;
  overflow-x: auto;
}
#search_result .filter_keyword_ .keyword_flame_ dl.relation-words-area dt {
  background: #eee;
  padding: 8px 10px;
  position: relative;
  margin-right: 25px;
  white-space: nowrap;
}
#search_result .filter_keyword_ .keyword_flame_ dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  display: block;
  border: 18px solid transparent;
  border-left: 10px solid #eee;
}
#search_result .filter_keyword_ .keyword_flame_ dl.relation-words-area dd {
  border-right: solid 1px #ccc;
  padding: 0 15px;
  white-space: nowrap;
}
#search_result .filter_keyword_ .keyword_flame_ dl.relation-words-area .kw_related {
  font-weight: normal;
}
#search_result h2.result_banner_heading {
  font-weight: bold;
}
/*特集バナー slick*/.result_banner_flame_ {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.result_banner_flame_ .slick-slider {
  position: relative;
}
.result_banner_flame_ .slick-track {
  display: flex;
}
.result_banner_flame_ .slick-slide {
  height: auto !important;
}
.result_banner_flame_ .slick-prev,
.result_banner_flame_ .slick-next {
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 45px;
  text-indent: -9999px;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
}
.result_banner_flame_ .slick-dots {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 5px 0;
}
.result_banner_flame_ li {
  display: inline-block;
  margin: 10px 10px 0 10px;
}
.result_banner_flame_ li button {
  -webkit-appearance: none;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  padding: 0;
  border: none;
  outline: none;
  background: #cccccc;
  border-radius: 50%;
}
.result_banner_flame_ li.slick-active button {
  background: #333;
}
.result_banner_flame_ .slick-disabled {
  cursor: default;
  opacity: 0.3;
}
.result_banner_flame_ .slick-prev {
  left: 0;
  background: url('/img/usr/sb/prev.png') center center no-repeat;
  background-size: contain;
}
.result_banner_flame_ .slick-next {
  right: 0;
  background: url('/img/usr/sb/next.png') center center no-repeat;
  background-size: contain;
}
.result_banner_flame_ p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
}
/*特集バナー slick終わり*//*グッズフィルター内*/#goods_filter {
  width: auto;
  margin-top: 30px;
  margin-left: 0px;
}
#goods_filter .display_nav_area1 .navigation_sum_ {
  font-weight: bold;
  font-size: 24px;
}
#goods_filter .display_nav_area1 .navigation_sum_ span.result_word_s {
  font-size: 18px;
  margin-left: 10px;
}
/*選択済みファセットのボタン部分*/#goods_filter .display_nav_area1 .displayed_facets {
  margin: 10px 0;
}
#goods_filter .display_nav_area1 .displayed_facets a {
  display: inline-block;
  border: none;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 5px;
  background-color: #fff;
  border: solid 1px #333;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
#goods_filter .display_nav_area1 .displayed_facets a .selected_fc {
  font-weight: bold;
  position: relative;
}
#goods_filter .display_nav_area1 .displayed_facets a .selected_fc:after {
  content: ':';
  margin: 0 5px;
}
#goods_filter .display_nav_area1 .displayed_facets a .fc_cancel {
  margin-left: 10px;
}
#goods_filter .display_nav_area1 .displayed_facets a.selectef_fc_allcancel {
  margin-left: 10px;
  border: solid 2px #006699;
  background: #fff;
  border-radius: 5px;
  color: #006699;
}
#goods_filter .display_nav_area1 .goods_nav_area {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
#goods_filter .display_nav_area1 .goods_navigation_sbox {
  display: block;
  min-width: 400px;
}
#goods_filter .display_nav_area1 .goods_navigation_sbox .navigation_sort_.as_hit_area {
  display: block;
  float: left;
  margin-right: 10px;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display {
  display: flex;
  font-weight: bold;
  height: 38px;
  margin-left: auto;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_list.list_on {
  background: orange;
  color: #fff;
  width: 100px;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_list.list_off {
  background: #aaa;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_list a {
  display: block;
  color: #fff;
  width: 80px;
  margin-left: 10px;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_list:before {
  content: "";
  background-image: url(/image/formatchange_list_white.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-left: 10px;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_list a span {
  padding-left: 10px;
  display: block;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_image.image_on {
  background: orange;
  color: #fff;
  width: 100px;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_image.image_off {
  background: #aaa;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_image:before {
  content: "";
  background-image: url(/image/formatchange_block_white.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
#goods_filter .display_nav_area1 .goods_nav_area ul.goods_navigation_display li.display_format_image span {
  margin-left: 10px;
}
#goods_filter .display_nav_area2 {
  clear: both;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
#goods_filter .display_nav_area2 .navigation_sum_ {
  font-weight: bold;
  font-size: 20px;
}
#goods_filter .display_nav_area2 .navigation_sum_ small {
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 10px;
}
/*ページ番号表示*/#goods_filter .display_nav_area2 .M_pager {
  display: flex;
  justify-content: space-between;
}
#goods_filter .display_nav_area2 .M_pager .search_page_number {
  display: flex;
  padding: 0 5px;
  box-sizing: border-box;
}
#goods_filter .display_nav_area2 .M_pager li {
  border: solid 1px #ccc;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 2px;
  box-sizing: border-box;
}
#goods_filter .display_nav_area2 .M_pager li.min-link a,
#goods_filter .display_nav_area2 .M_pager li.prev-link a {
  padding: 3px;
  display: block;
  color: #000
}
#goods_filter .display_nav_area2 .M_pager li.next-link a,
#goods_filter .display_nav_area2 .M_pager li.max-link a {
  padding: 3px;
  display: block;
  color: #000
}
#goods_filter .display_nav_area2 .M_pager .search_page_number .num {
  background: #eee;
  border: none;
}
#goods_filter .display_nav_area2 .M_pager .search_page_number .num a {
  color: #000;
  display: block;
  padding: 3px;
}
#goods_filter .display_nav_area2 .M_pager .search_page_number .num.here {
  background: #ffd6d6;
  padding: 3px;
}
/*ページジャンプボタン部分*/#goods_filter .display_nav_area2 .pager_jump_frame_ {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
#goods_filter .display_nav_area2 .pager_jump_frame_ span {
  margin: 0 5px;
  font-weight: bold;
}
#goods_filter .display_nav_area2 .pager_jump_frame_ input {
  width: 40px;
}
#goods_filter .display_nav_area2 .pager_jump_frame_ .btn_go_ button {
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 5px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
/*商品情報_画像表示*/div.StyleT_Frame_ {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
  padding: 30px 0;
  box-sizing: border-box;
}
div.goods_ div.StyleT_Item_ {
  float: none;
  padding: 30px;
  border: solid 1px #ddd;
  margin: 0;
  width: 250px;
  box-sizing: border-box;
}
div.goods_ div.StyleT_Item_ .img_column_ {
  width: 194px;
  position: relative;
}
div.goods_ div.StyleT_Item_ .desc_column_ {
  width: 194px;
  font-weight: 500;
}
div.goods_ div.StyleT_Item_ .desc_column_ h3 {
  font-size: 16px;
  line-height: 1.2em;
  height: auto;
}
div.goods_ div.StyleT_Item_ .desc_column_ h3 p.name_ {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
div.goods_ div.StyleT_Item_ .desc_column_ h3 p.name_ a {
  display: block;
}
div.goods_ div.StyleT_Item_ .price_box_ {
  justify-content: left;
  display: block;
  margin: 0;
}
div.goods_ div.StyleT_Item_ .desc_column_ .price_box_ .price_ span {
  font-size: 1.2em;
}
div.goods_ div.StyleT_Item_ .img_column_ .img_ a {
  display: block;
}
div.goods_ div.StyleT_Item_ .img_column_ .img_ a img {
  width: 194px;
  max-width: 194px;
  max-height: 194px;
}
div.goods_ div.StyleT_Item_ .desc_column_ .spec_ .as_jcode_area {
  display: flex;
}
div.goods_ div.StyleT_Item_ .desc_column_ .as_variation_area dl {
  display: flex;
}
/*ランキングアイコン*/div.goods_ div.StyleT_Item_ .img_column_ p.img_ span.ranking_ico_ {
  color: #fff;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 1em;
}
div.goods_ div.StyleT_Item_ .img_column_ p.img_ span.ranking_ico_.rank1 {
  background: url(/img/icon/rank_b_1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
div.goods_ div.StyleT_Item_ .img_column_ p.img_ span.ranking_ico_.rank2 {
  background: url(/img/icon/rank_b_2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
div.goods_ div.StyleT_Item_ .img_column_ p.img_ span.ranking_ico_.rank3 {
  background: url(/img/icon/rank_b_3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
div.goods_ div.StyleT_Item_ .img_column_ p.img_ span.ranking_ico_.rank_other {
  background-color: #61adc9;
  border-radius: 0.2em;
  line-height: 30px;
}
/*カートボタン部分*/div.goods_ div.StyleT_Item_ .desc_column_ .spec_ {
  margin-top: 10px;
  font-size: 14px;
}
div.goods_ div.StyleT_Item_ .cartbtn_area {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: auto;
}
div.goods_ div.StyleT_Item_ .cartbtn_area input {
  width: 40px;
  margin-right: 5px;
}
div.goods_ div.StyleT_Item_ .cartbtn_area>div {
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
  margin-right: 0.5em;
}
div.goods_ div.StyleT_Item_ .cartbtn_area .cart_l_ a span {
  white-space: nowrap;
}
/*画像表示_代替商品*/.StyleT_Frame_ .relation_goods_ a {
  text-decoration: none;
}
.StyleT_Frame_ .relation_goods_ {
  border: solid 2px #e60013;
  margin: 10px 0;
  text-align: center;
}
.StyleT_Frame_ .relation_goods_ .ttl_ {
  background: #ffe8ea;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  color: #e60013;
}
.StyleT_Frame_ .relation_goods_ .ttl_ span {
  display: block;
  padding-top: 0px;
  background: url(/img/sys/button/ico_sub.png) 10px top no-repeat;
  background-size: 20px;
}
.StyleT_Frame_ .relation_goods_ .item_ {
  display: flex;
  padding: 5px;
}
.StyleT_Frame_ .relation_goods_ .item_ .img_ {
  margin: 4px;
}
.StyleT_Frame_ .relation_goods_ .item_ .desc_ {
  margin: 4px 4px 4px 0;
}
.StyleT_Frame_ .relation_goods_ .item_ .desc_ .name_ {
  margin: 0;
  height: auto !important;
  line-height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.StyleT_Frame_ .relation_goods_ .item_ .desc_ .price_box_ {
  margin-top: 0.2em;
  height: auto !important;
}
.StyleT_Frame_ .relation_goods_ p.price_ {
  color: #000;
  font-size: 10px;
}
.StyleT_Frame_ .relation_goods_ p.price_ span {
  font-size: 14px;
}
.StyleT_Frame_ .relation_goods_ p.price_ span small {
  font-size: 10px;
}
