﻿@charset "UTF-8";

/* 商品一覧 */
table.goodslist_ {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}

table.goodslist_ {
  border: 1px solid #ccc;
}

table.goodslist_ td {
  padding: 3px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.goodslist_ .goods_ {
  width: 20%;
}

table.goodslist_ .item_code_ {
  width: 20%;
}

table.goodslist_ .name_ {
  width: 35%;
}

table.goodslist_ .qty_ {
  width: 16%;
  text-align: right;
}

table.goodslist_ .amt_ {
  width: 20%;
  text-align: right;
}

table.goodslist_ .money_ {
  width: 20%;
  text-align: right;
}

table.goodslist_ th,
table.goodslist_ .title_ {
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #eef8f5;
  padding: 3px;
  padding: 8px 8px 6px;
}

/* --------------------------------------------------------------------
  商品系共通
--------------------------------------------------------------------- */

/* セミクローズドサイト時ログインボタン */
.btn_login {
  background-color: #577cc6;
  color: white;
  border: none;
  border-radius: 3px;
}

.btn_login_s {
  font-size: 11px;
  height: 30px;
  width: 60px;
}

.btn_login_m {
  font-size: 14px;
  height: 40px;
  width: 160px;
}

.btn_login_l {
  font-size: 15px;
  height: 50px;
  width: 220px;
}

.btn_login_0 {
  font-size: 14px;
  height: 40px;
  width: 200px;
}

/* --------------------------------------------------------------------
  商品詳細
--------------------------------------------------------------------- */
div.goods_ {
  clear: both;
}

div.goodsproductdetail_ {
  margin-bottom: 10px;
  width: 100%;
}

table.goodsproductdetail_ {
  width: 100%;
}

table.goodsproductdetail_ td {
  vertical-align: top;
}

/* 商品問い合わせボタン */
.btn-contact-goods {
  display: inline-block;
  border: 1px solid #333;
  padding: 7px 4px 6px 4px;
  height: 20px;
  width: 270px;
  margin: 2px auto;
  text-align: center;
}

.btn-contact-goods::before {
  content: "";
  background: url(../../img/usr/sp/icon_mail.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50px;
  transform: translateY(50%);
}

/* 商品画像 */
.goodsproductdetail_ .goodsimg_ {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
}

.goodsproductdetail_ .goodsimg_ .comment_ {
  margin-top: 2vw;
  text-align: left;
}

.goodsproductdetail_ .goodsimg_ .img_c_ {
  margin-bottom: 4px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-main {
  text-align: center;
  margin-bottom: 4px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-main img {
  width: 100vw;
  height: 100vw;
  object-fit: contain;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail {
  max-width: none;
  margin: 0 -16px 16px;
  padding: 0 16px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail .swiper-slide {
  width: 16vw;
  height: 16vw;
  border: 0;
  box-sizing: border-box;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 商品添付ファイル */
div.goods-affix-list {
  margin-bottom: 10px;
}

div.goods-affix-list--item {
  margin: 0 0 16px;
}

div.goods-affix-list--item--name {
  margin: 0 0 2px;
}

div.goods-affix-list--item--name a {
  display: inline;
  width: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #3763ba;
  word-break: break-all;
  background: none;
}

div.goods-affix-list--item--name a::before {
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
  background: url(../../img/sys/file.gif) center center / 100% auto no-repeat;
  content: "";
}

div.goods-affix-list--item--button a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 9px 4px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #505050;
  word-break: break-all;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}

div.goods-affix-list--item--button a::before {
  display: inline-block;
  width: 15px;
  height: 19px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../../img/sys/file_button.png) center center / 100% auto no-repeat;
  content: "";
}

div.goods-affix-list--item--image {
}

div.goods-affix-list--item--comment {
  margin: 2px 0 0;
  font-size: 12px;
}

/* 商品スペック */
dl.goodsspec_ {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}

dl.goodsspec_ dt {
  width: 108px;
  padding: 3px 8px 3px 16px;
  color: #333;
  font-size: 13px;
  line-height: 1.61538;
  color: #333;
  word-wrap: break-word;
  box-sizing: border-box;
}

dl.goodsspec_ dd {
  width: calc(100% - 108px);
  padding: 3px 16px 3px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
  word-break: break-all;
  box-sizing: border-box;
}

dl.goodsspec_ dt:first-child,
dl.goodsspec_ dd:nth-child(2) {
  padding-top: 19px;
}

dl.goodsspec_ dt:nth-last-child(2),
dl.goodsspec_ dd:last-child {
  padding-bottom: 19px;
}

div.goodsspec_ div.to_detaillink_ {
  text-align: right;
}

dl.goodsspec_ .price_,
dl.goodsspec_ .price_ .small_ {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

.togetherlist_ .g_price_::after {
  content: none;
}

/* まとめ買い価格 */
dl.goodsspec_ dt .volume_discount_tax_fg_ {
  display: block;
}

dl.goodsspec_ dd .volumediscount_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* qty_ クラスのスタイル */
dl.goodsspec_ dd .volumediscount_ .qty_ {
  flex-basis: 40%;
  text-align: left;
}

/* price_ クラスのスタイル */
dl.goodsspec_ dd .volumediscount_ .price_ {
  flex-basis: 60%;
  text-align: left;
}

/* small_ クラスのスタイル */
dl.goodsspec_ dd .volumediscount_ .small_ {
  font-size: 0.8em;
}

/* まとめ買い価格の税抜・税込表示 */
dl.goodsspec_ dd .volumediscount_ .price_ .small_ {
  display: none;
}

/* セット商品 */
div.goodsset_ {
  margin-bottom: 10px;
}

h2.goodsset_title_ {
  margin: 0;
  padding: 4px 0;
  font-size: 13px;
  font-weight: bold;
}

dl.goodsset_ {
  margin: 0 10px;
}

dl.goodsset_ dt,
dl.goodsset_ dd {
  display: block;
  word-break: break-word;
}

dl.goodsset_ dt {
  font-size: 13px;
  padding: 1px 2px 1px 12px;
  background-color: #f0f0f0;
  border: 1px solid #cecece;
}

dl.goodsset_ dd {
  font-size: 13px;
  padding: 2px 2px 2px 12px;
  border: 1px solid #cecece;
}

.togetherlist_ .common_headline2_ {
  max-width: none;
  margin: 0 -8px 20px;
  padding: 8px 20px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #707070;
}

/* カートボタン関係 */
div.cartbox_ {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 40px;
}

div.cartbox_ input[type="text"] {
  width: 60px;
  height: 48px;
  padding: 6px 12px;
  margin: 0 4px;
  border: 1px solid #222;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  box-sizing: border-box;
}

div.cartbox_ .unit_ {
  padding-right: 4px;
  display: inline-block;
  max-width: 50px;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}

div.cartbox_ .btn_cart_ {
  width: calc(100% - 116px);
  min-width: 130px;
  height: auto;
  padding: 13px 0 13px 8px;
  margin-left: auto;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: #3763ba;
}

div.cartbox_ .btn_cart_::before {
  position: absolute;
  width: 16px;
  height: 22px;
  margin-left: calc(50% - 85px);
  top: calc(50% - 11px);
  vertical-align: bottom;
  background: url(../../img/usr/btn_cart_sp.png) center center / 15.5px auto no-repeat;
  content: "";
}

div.cartvariation_ {
  margin: 0 0 32px;
}

div.cartvariation_ ul.cartvariation_ {
  text-align: left;
}

div.cartvariation_ ul.cartvariation_ > li {
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 20px 0 16px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

div.cartvariation_ ul.cartvariation_ > li .variation_img_ {
  position: relative;
  width: 156px;
}

div.cartvariation_ ul.cartvariation_ > li .variation_img_ img {
  width: 100%;
  vertical-align: top;
}

.variation_img_ .block-goods-list-favorite .btn-add-bookmark {
  background: #fff url(../../img/usr/icon_add_bookmark_sp.png) center 58%/50% no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  height: 10%;
  position: absolute;
  right: 1%;
  top: 1%;
  width: 6%;
}

.variation_img_ .block-goods-list-favorite .btn-add-bookmark.btn-registed-bookmark {
  background: #222 url(../../img/usr/icon_registed_white_bookmark_sp.png) center 60%/57% no-repeat;
  border: 1px solid #222;
  border-radius: 50%;
  height: 10%;
  position: absolute;
  right: 1%;
  top: 1%;
  width: 6%;
}

div.cartvariation_ ul.cartvariation_ > li .variation_desc_ {
  width: calc(100% - 172px);
}

div.cartvariation_ ul.cartvariation_ .msg_ .name_,
div.cartvariation_ ul.cartvariation_ .msg_ .name_ a {
  display: -webkit-box;
  max-height: 3.0em;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

div.cartvariation_ ul.cartvariation_ .msg_ .name_ {
  margin: 0 0 2px;
}

div.cartvariation_ ul.cartvariation_ .msg_ .g_price_,
div.cartvariation_ ul.cartvariation_ .msg_ .g_price_ .price_ {
  font-size: 16px;
  font-weight: bold;
}

div.cartvariation_ ul.cartvariation_ .msg_ .maker_price_ {
  font-size: 10px;
  color: #6b6b6b;
}

div.cartvariation_ ul.cartvariation_ li .block_ {
  display: block;
  padding-left: 110px;
  padding-top: 4px;
  padding-right: 10px;
  min-height: 110px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-size: 100px auto;
  font-size: 13px;
}

div.cartvariation_ .original_price_ {
  display: block;
  font-size: 12px;
}

div.cartvariation_ div.variation_ {
  font-size: 3.733vw;
  font-weight: 600;
  text-align: right;
}

div.cartvariation_ ul.cartvariation_ .cartbox_ {
  flex-wrap: wrap;
  margin: 0;
}

div.cartvariation_ ul.cartvariation_ .qty_ {
  margin: 9px 0 0;
  width: 100%;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: left;
}

div.cartvariation_ ul.cartvariation_ .cartbutton_,
div.cartvariation_ ul.cartvariation_ .cartbutton_ .btn_cart_ {
  width: 100%;
}

div.cartvariation_ ul.cartvariation_ .cartbutton_ {
  margin: 12px 0 0;
}

div.goodscomment1_ {
  margin-bottom: 32px;
  word-break: break-word;
}

div.goodscomment2_ {
  margin-bottom: 32px;
  word-break: break-word;
}

div.goodscomment3_ {
  margin-bottom: 32px;
  word-break: break-word;
}

div.goodscomment4_ {
  margin-bottom: 32px;
  word-break: break-word;
}

div.goodscomment5_ {
  margin-bottom: 32px;
  word-break: break-word;
}

div.goods_ div.accessory_list_ {
  margin: 10px 0;
}

ul.option_buttons_ {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

ul.option_buttons_ > li {
  margin: 0 0 8px;
}

ul.option_buttons_ > li:last-of-type {
  margin-bottom: 0;
}

ul.option_buttons_ > li > a,
ul.option_buttons_ > li .block-goods-favorite a.btn-add-bookmark {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 12px 4px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}

ul.option_buttons_ > li .block-goods-favorite a,
ul.option_buttons_ > li .block-goods-favorite a.btn-registed-bookmark {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 12px 4px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}

ul.option_buttons_ > li > a.btn-contact-goods::before {
  position: static;
  display: inline-block;
  width: 17px;
  height: 24px;
  margin-right: 8px;
  vertical-align: top;
  transform: none;
  background: url(../../img/usr/icon_contact_goods_sp.png) center center / 17px auto no-repeat;
  content: "";
}

ul.option_buttons_ > li > a.btn-add-bookmark::before,
ul.option_buttons_ > li .block-goods-favorite a.btn-add-bookmark::before {
  background: #fff url(../../img/usr/icon_add_bookmark_sp.png) center 55%/15px auto no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  bottom: 20px;
  content: "";
  display: inline-block;
  height: 26.5px;
  left: calc(50% - 158px);
  margin-right: 8px;
  position: absolute;
  transform: translateY(30%);
  vertical-align: top;
  width: 29.5px;
}

ul.option_buttons_ > li a.btn-registed-bookmark::before,
ul.option_buttons_ > li .block-goods-favorite a.btn-registed-bookmark::before {
  background: #222 url(../../img/usr/icon_registed_white_bookmark_sp.png) center 55% / 17px auto no-repeat;
  border: 1px solid #222;
  border-radius: 50%;
  bottom: 20px;
  content: "";
  display: inline-block;
  height: 26.5px;
  left: calc(50% - 120px);
  margin-right: 8px;
  position: absolute;
  transform: translateY(30%);
  vertical-align: top;
  width: 29.5px;
}

/* --------------------------------------------------------------------
  商品詳細　型番リスト
--------------------------------------------------------------------- */
.item_number_list_link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.item_number_list_anchor_ {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.item_number_list_ {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-height: 50vh;
  overflow: auto;
}

.item_number_list_::-webkit-scrollbar {
  display: none;
}

.item_number_list_table_ {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: normal;
  table-layout: fixed;
  border-collapse: separate;
}

.item_number_list_table_ th {
  padding: 8px 8px 6px 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ececec;
  word-break: break-all;
  box-sizing: border-box;
}

.item_number_list_table_ .item_number_list_header_goods_ {
  border: 1px solid #ccc;
}

.item_number_list_table_ .item_number_list_header_price_,
.item_number_list_table_ .item_number_list_header_stock_,
.item_number_list_table_ .item_number_list_header_qty_,
.item_number_list_table_ .item_number_list_header_filter_ {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.item_number_list_table_ td {
  padding: 8px 8px 6px 8px;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.item_number_list_table_ .item_number_list_data_goods_ {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.item_number_list_table_ .item_number_list_data_price_,
.item_number_list_table_ .item_number_list_data_stock_,
.item_number_list_table_ .item_number_list_data_qty_,
.item_number_list_table_ .item_number_list_data_filter_ {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.item_number_list_header_goods_,
.item_number_list_data_goods_ {
  width: 150px;
}

.item_number_list_header_goods_ {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.item_number_list_data_goods_ {
  position: sticky;
  left: 0;
  text-align: left;
  z-index: 2;
}

.item_number_list_header_filter_,
.item_number_list_data_filter_ {
  width: 120px;
}

.item_number_list_header_filter_ {
  position: sticky;
  top: 0;
  z-index: 2;
}

.item_number_list_data_filter_ {
  position: sticky;
  text-align: center;
  z-index: 1;
}

.item_number_list_header_price_,
.item_number_list_header_stock_,
.item_number_list_header_qty_ {
  position: sticky;
  top: 0;
  z-index: 2;
}

.item_number_list_data_price_,
.item_number_list_data_stock_,
.item_number_list_data_qty_ {
  position: sticky;
  z-index: 1;
}

.item_number_list_header_price_,
.item_number_list_data_price_ {
  width: 120px;
}

.item_number_list_data_price_ {
  text-align: right;
}

.item_number_list_data_price_ .price_ {
  color: #000;
  font-weight: normal;
  font-size: 16px;
}

.item_number_list_data_price_ .small_ {
  font-size: 80%;
}

.item_number_list_header_stock_,
.item_number_list_data_stock_ {
  width: 120px;
}

.item_number_list_data_stock_ {
  text-align: center;
}

.item_number_list_table_ .item_number_list_header_qty_,
.item_number_list_table_ .item_number_list_data_qty_ {
  width: 70px;
}

.item_number_list_table_.has_unit_ .item_number_list_header_qty_,
.item_number_list_table_.has_unit_ .item_number_list_data_qty_ {
  width: 100px;
}

.item_number_list_table_ .item_number_list_data_qty_ {
  text-align: center;
}

.item_number_list_table_.has_unit_ .item_number_list_data_qty_ {
  text-align: left;
}

.item_number_list_data_qty_ input[type="number"] {
  text-align: right;
  box-sizing: border-box;
  width: 50px;
}

/* --------------------------------------------------------------------
  商品検索
--------------------------------------------------------------------- */
.page-search .common_headline1_ {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.page-search p.message_ {
  margin: 0 0 16px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

dl.goodssearch_ {
  border: 1px solid #cecece;
}

dl.goodssearch_ dt,
dl.goodssearch_ dd {
  display: block;
  border-bottom: 1px solid #cecece;
}

dl.goodssearch_ dt:last-child,
dl.goodssearch_ dd:last-child {
  border-bottom: 0;
}

dl.goodssearch_ dt {
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  background: #f0f0f0;
}

dl.goodssearch_ dd {
  margin: 0;
  padding: 12px 12px;
}

dl.goodssearch_ + input[type="submit"] {
  display: block;
  width: 180px;
  height: auto;
  margin: 24px auto 60px;
  padding: 12px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  box-sizing: border-box;
  background: #222;
}

dl.goodssearch_ dd input,
dl.goodssearch_ dd select {
  max-width: 100%;
  vertical-align: middle;
}

dl.goodssearch_ dd input[type="text"],
dl.goodssearch_ dd input[type="date"],
dl.goodssearch_ dd select {
  width: 100%;
  height: 40px;
  padding: 4px;
  border: 1px solid #222;
  border-radius: 4px;
  box-sizing: border-box;
}

dl.goodssearch_ dd input[name="min_price"],
dl.goodssearch_ dd input[name="max_price"],
dl.goodssearch_ dd input[name="last_sdt"],
dl.goodssearch_ dd input[type="date"] {
  width: 38%;
  box-sizing: border-box;
}

dl.goodssearch_ dd select,
dl.goodssearch_ dd.genre_ .genre_select_box_select_area_ {
  padding: 4px 32px 4px 12px;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../../img/usr/sp/down_arrow.png) center right 11px / 9.5px auto no-repeat;
}

dl.goodssearch_ dd.genre_ .genre_select_box_select_area_ {
  width: 100%;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  border: 1px solid #222;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #222;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goodssearch_ .keyword_search_method_ {
  margin-top: 5px;
}

.goodssearch_ .keyword_search_method_ input[type="radio"],
.goodssearch_ .keyword_search_method_ label {
  vertical-align: middle;
  cursor: pointer;
}

.goodssearch_ .keyword_search_method_ label {
  font-size: 2.8vw;
  margin-right: 10px;
}

.goodssearch_ .genre_ {
  position: relative;
}

.goodssearch_ .genre_ .search_genre_ {
  width: 100%;
  z-index: 1;
  display: none;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white;
  color: #000;
  padding: 5px;
  max-height: 30vh;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  overflow-y: auto;
}

.goodssearch_ .genre_ .search_genre_ input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.goodssearch_ .genre_ .search_genre_ label {
  font-size: 16px;
  cursor: pointer;
}

.goodssearch_ .genre_ .genre_select_box_disp_area_ {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #f9f9f9;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  font-size: 16px;
}

.goods-filter-description {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cbcbcb;
}

.goodssearch_.goods-filter-data-list {
  overflow-y: hidden;
}

.goodssearch_ .search_filter,
.goodssearch_ .search_filter_selection {
  white-space: unset;
  word-break: break-all;
}

.goodssearch_ .search_filter_selection input[type="checkbox"],
.goodssearch_ .search_filter_selection label {
  vertical-align: middle;
}

.goodssearch_ .search_filter_selection input[type="checkbox"] {
  max-width: 16px;
  min-width: 16px;
  margin-right: 6px;
}

.goodssearch_ .search_filter_selection label {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.goodssearch_ #toggle-filter-accordion-header,
.goodssearch_ #toggle-filter-accordion-footer {
  text-align: center;
  background-color: unset;
}

.goodssearch_ #toggle-filter-accordion-header::before {
  content: "";
  display: block;
  position: relative;
  right: -76%;
  top: 16px;
  width: 2px;
  height: 10px;
  background-color: #222;
}

.goodssearch_ #toggle-filter-accordion-header::after {
  content: "";
  display: block;
  position: relative;
  right: -74.7%;
  top: -11px;
  width: 10px;
  height: 2px;
  background-color: #222;
}

.goodssearch_ #toggle-filter-accordion-footer::after {
  content: "";
  display: block;
  position: relative;
  right: -70%;
  top: -12px;
  width: 10px;
  height: 2px;
  background-color: #222;
}

/* --------------------------------------------------------------------
  商品一覧
-------------------------------------------------------------------- */
div.goods_ {
  background-color: #fff;
}

.page-top div.goods_:has(ul.goods_p_),
.page-goods div.goods_:has(ul.goods_p_) {
  margin: 0;
  display: flex;
  overflow-x: auto;
}

.page-top div.goods_:has(ul.goods_p_) ul.goods_p_,
.page-goods div.goods_:has(ul.goods_p_) ul.goods_p_ {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  width: max-content;
  gap: unset;
  overflow: unset;
  padding-bottom: 5px;
}

.page-top div.goods_:has(ul.goods_p_) ul.goods_p_ li,
.page-goods div.goods_:has(ul.goods_p_) ul.goods_p_ li {
  width: 40vw;
  flex: 0 0 auto;
  padding-right: 13px;
}

ul.goods_p_ {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 13px;
  overflow: hidden;
  text-align: left;
}

ul.goods_p_ li {
  width: calc(50% - 6.5px);
}

ul.goods_p_ li .block_ {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

ul.goods_p_ li .block_ div.goods_img_ {
  margin: 0 0 12px;
}

ul.goods_p_ li .block_ div.goods_img_ img {
  width: 100%;
  object-fit: contain;
}

ul.goods_p_ .block-goods-list-favorite .btn-add-bookmark {
  background: #fff url(../../img/usr/icon_add_bookmark_sp.png) 48.5% 56%/48.75% no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  height: 5.5%;
  position: absolute;
  right: 1%;
  top: 0.5%;
  width: 7%;
}

ul.goods_p_ .block-goods-list-favorite .btn-add-bookmark.btn-registed-bookmark {
  background: #222 url(../../img/usr/icon_registed_white_bookmark_sp.png) 48.5% 60%/53% no-repeat;
  border: 1px solid #222;
  border-radius: 50%;
  height: 5.5%;
  position: absolute;
  right: 1%;
  top: 0.5%;
  width: 7%;
}

ul.goods_p_ li .block_ div.goods_detail_ {
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto auto auto auto;
  flex-grow: 1;
}

ul.goods_p_ li .block_ div.icon_ {
  margin: 0 0 4px;
  min-height: 24px;
}

ul.goods_p_ li .block_ div.name_,
ul.goods_p_ li .block_ div.name_ a,
ul.goods_p_ li .block_ div.name_ span.name_ {
  display: -webkit-box;
  max-height: 12em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

ul.goods_p_ li .block_ div.name_ {
  margin: 0 0 2px;
}

ul.goods_p_ li .block_ .comment_ {
  display: none;
}

ul.goods_p_ li .block_ .g_price_,
ul.goods_p_ li .block_ .g_price_ .price_ {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

ul.goods_p_ li .block_ .g_price_ {
  margin: 0;
}

ul.goods_p_ li .block_ .g_price_ .price_ .large_ {
  font-size: inherit;
}

ul.goods_p_ li .block_ .semiclosed_value_,
ul.goods_p_ li .block_ .maker_price_ {
  font-size: 10px;
  color: #6b6b6b;
}

ul.goods_p_ li .block_ .qty_ {
  margin: 9px 0 12px;
  font-size: 12px;
  color: #6b6b6b;
  min-height: 40px;
}

ul.goods_p_ li .block_ .qty_ input[type="text"] {
  width: 60px;
  height: 40px;
  margin: 0 4px;
  padding: 4px 12px;
  border: 1px solid #222;
  border-radius: 2px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
}

ul.goods_p_ li .block_ .add-cart-btn {
  min-height: 41px;
}

ul.goods_p_ li:last-child {
  border-bottom-style: none;
}

ul.goods_p_ li .btn_cart_.cart_s_button_ {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0 10px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: #3763ba;
}

ul.goods_p_ li .btn_cart_.cart_s_button_::before {
  position: absolute;
  width: 16px;
  height: 1.5em;
  top: calc(50% - 0.75em);
  margin-left: calc(50% - 80px);
  vertical-align: top;
  background: url(../../img/usr/btn_cart_sp.png) center center / 15.5px auto no-repeat;
  content: "";
}

ul.goods_l_ {
  text-align: left;
  background: #fff;
}

ul.goods_l_ li {
  padding: 16px 0;
  border-bottom: 1px solid #eaeaea;
}

ul.goods_l_ li:first-of-type {
  border-top: 1px solid #eaeaea;
}

ul.goods_l_ .icon_ {
  margin: 0 0 12px;
}

ul.goods_l_ .name_ {
  display: -webkit-box;
  max-height: 4.5em;
  margin: 0 0 2px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

ul.goods_l_ li .comment_ {
  display: none;
}

ul.goods_l_ li .g_price_,
ul.goods_l_ li .g_price_ .price_ {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

ul.goods_l_ li .semiclosed_value_,
ul.goods_l_ li .maker_price_ {
  font-size: 10px;
  color: #6b6b6b;
}

ul.goods_l_ li .semiclosed_value_ {
  word-break: break-all;
}

ul.goods_l_ li .cartbox_ {
  margin: 12px 0 0;
}

ul.goods_l_ li .cartbox_ .qty_ {
  flex-shrink: 0;
  color: #6b6b6b;
  white-space: nowrap;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  display: flex;
}

/* --------------------------------------------------------------------
  商品一覧　比較表
--------------------------------------------------------------------- */
.compare_list_ {
  width: 100%;
  max-height: 70vh;
  overflow: auto;
}

.compare_list_::-webkit-scrollbar {
  display: none;
}

.compare_list_table_ {
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: normal;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
}

.compare_list_table_ th {
  width: 120px;
  padding: 8px 8px 6px 8px;
  font-weight: bold;
  text-align: left;
  background-color: #f7f7f7;
  word-break: break-all;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.compare_list_table_ th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: -1;
}

.compare_list_table_ td {
  width: 150px;
  min-width: 150px;
  padding: 8px 8px 6px 8px;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.compare_list_table_ td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  z-index: -1;
}

.compare_list_main_header_ {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.compare_list_goods_code_header_,
.compare_list_goods_name_header_ {
  position: sticky;
  left: 0;
  z-index: 3;
}

.compare_list_main_data_ {
  position: sticky;
  top: 0;
  vertical-align: top;
  margin-bottom: 5px;
  text-align: center !important;
  z-index: 2;
}

.compare_list_goods_code_data_,
.compare_list_goods_name_data_ {
  position: sticky;
  z-index: 2;
}

.compare_list_price_header_,
.compare_list_stock_header_,
.compare_list_filter_header_,
.compare_list_maker_header_ {
  position: sticky;
  left: 0;
  z-index: 2;
}

.compare_list_goods_code_header_,
.compare_list_goods_code_data_ {
  height: 40px;
}

.compare_list_goods_name_header_,
.compare_list_goods_name_data_ {
  height: 40px;
}

.compare_list_goods_name_data_ .name_ {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compare_list_goods_name_data_ .revico-star-zone {
  width: 150px;
  height: 40px;
}

.compare_list_price_header_,
.compare_list_price_data_ {
  height: 50px;
}

.compare_list_stock_header_,
.compare_list_stock_data_ {
  height: 50px;
}

.compare_list_maker_header_,
.compare_list_maker_data_ {
  height: 40px;
}

.compare_list_filter_header_,
.compare_list_filter_data_ {
  height: 50px;
}

.compare_list_stock_data_ {
  text-align: center !important;
}

.compare_list_main_data_ .img_ {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.compare_list_main_data_ .img_ img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: scale-down;
}

.compare_list_main_data_ .block-goods-list-favorite .btn-add-bookmark {
  background: #fff url(../../img/usr/icon_add_bookmark_sp.png) center 60%/48% no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  height: 8.5%;
  position: absolute;
  right: 17%;
  top: 8%;
  width: 2%;
}

.compare_list_main_data_  .block-goods-list-favorite .btn-add-bookmark.btn-registed-bookmark {
  background: #222 url(../../img/usr/icon_registed_white_bookmark_sp.png) center 61%/54.5% no-repeat;
  border: 1px solid #222;
  border-radius: 50%;
  height: 8.5%;
  position: absolute;
  right: 17%;
  top: 8%;
  width: 2%;
}

.compare_list_main_data_ .icon_ {
  display: block;
  margin: 0 auto;
  text-align: left;
  margin-top: 5px;
}

.compare_list_main_data_ .icon_ img {
  max-width: 65px;
  max-height: 20px;
  margin-bottom: 5px;
}

.compare_list_goods_name_data_ .name_ a {
  color: #007dc5;
}

.compare_list_price_data_ {
  text-align: right !important;
}

.compare_list_price_data_ .price_ {
  color: #333;
  font-weight: bold;
  font-size: 4vw;
}

.compare_list_price_data_ .small_ {
  font-size: 80%;
}

/* --------------------------------------------------------------------
  関連商品
--------------------------------------------------------------------- */
div.title_block_ {
  max-width: none;
  margin: 0 -8px 20px;
  padding: 8px 20px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #707070;
}

.page-goods .accessory_list_ .common_headline2_ {
  max-width: none;
  margin: 0 -8px 20px;
  padding: 8px 20px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #707070;
}

.accessory_list_ .g_price_::after {
  content: none;
}

.accessory_list_ .goods_,
.togetherlist_ .goods_ {
  padding-bottom: 10px;
}

.category-list-content {
  display: flex;
}

.category-name {
  display: grid;
  margin-left: 10px;
  width: 60%;
  align-content: center;
  word-break: break-all;
}

.genre-list-content {
  display: flex;
}

.genre-name {
  display: grid;
  margin-left: 10px;
  width: 60%;
  align-content: center;
  word-break: break-all;
}

/* --------------------------------------------------------------------
  買い物かごメッセージ一覧
--------------------------------------------------------------------- */
.goods_agree_list_modal_ {
  position: fixed;
  overflow-y: auto;
  text-align: left;
  top: 70px !important;
  font-size: 12px;
}

.goods_agree_list_modal_ .ui-dialog-title {
  font-size: 16px;
}

.goods_agree_list_modal_ .ui-dialog-content {
  font-size: 14px;
}

.goods_agree_list_modal_ .agree_list_goods_ {
  width: 30%;
}

.goods_agree_list_modal_ .agree_list_name_ {
  width: 30%;
}

.goods_agree_list_modal_ .agree_list_msg_ {
  width: 40%;
}
