@charset "UTF-8";
/* 商品検索（ＰＣ） ファーストビュー用 */
.isSp {
  display: none;
}

.isPc {
  display: block;
}

/* 共通のヘッダスタイル */
.section_hdg {
  text-align: center;
  color: #31546d;
  font-weight: 400;
}
.section_hdg_main {
  font-family: "Roboto Condensed", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 36px;
}
.section_hdg_sub {
  font-size: 14px;
}

/*sys/base_form.css のコピー ここから*/
input,
button,
select,
textarea {
  color: var(--cl-bk);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"] {
  height: 56px;
  padding: 0 16px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1.6rem;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover {
  border: 1px solid var(--cl-gr-3);
}

select,
textarea {
  border: 1px solid var(--cl-gr-3);
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
}

select {
  height: 56px;
  padding: 0 32px 0 16px;
  background-image: url(../../img/usr/common/arw_select.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}

select:hover {
  border: 1px solid var(--cl-gr-3);
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="checkbox"]:has(+ label),
label input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label,
label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 24px;
  padding-left: 36px;
  font-size: 1.6rem;
  cursor: pointer;
}

input[type="checkbox"] + label::before,
label:has(input[type="checkbox"])::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/common/icon_cb_off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.12s;
}

input[type="checkbox"]:checked + label::before,
label:has(input[type="checkbox"]:checked)::before {
  background-image: url(../../img/usr/common/icon_cb_on.png);
}

/*----ボタン----*/
/*ここまで sys/base_form.css のコピー*/
/*usr/layout.css のコピー ここから*/
.pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

/*ここまで usr/layout.css のコピー*/
/*usr/block.css のコピー ここから*/
/*----ヘッダー----*/

.block-header-logo {
  width: 240px;
}

.block-headernav {
  width: 440px;
}

.block-headernav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-headernav--item-list li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  text-align: center;
}
.block-headernav--item-list li a {
  display: block;
}

/*----ヘッダー検索----*/
.block-global-search {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-global-search--keyword {
  width: 280px;
}

input.block-global-search--keyword:hover {
  background-color: transparent;
}

button.block-global-search--submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-global-search--searchdetail {
  margin-left: 15px;
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  text-decoration: underline;
}

/*----グローバルナビ----*/
.block-globalnav--item-list {
  display: table;
  width: 100%;
}
.block-globalnav--item-list div {
  margin-right: 10px;
}
.block-globalnav--item-list > div {
  display: table-cell;
  width: 20%;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.block-globalnav--item-list > div > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
  text-decoration: none;
}
.block-globalnav--item-list > div > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  border-left: 1px solid #666;
  top: 10px;
  left: 0;
}
.block-globalnav--item-list > div:last-child > a:before {
  border-right: 1px solid #666;
}

.block-globalnav-menu {
  position: absolute;
  background-color: #191919;
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 30px 0 20px;
  text-align: left;
  z-index: 10;
}

/*ここまで usr/block.css のコピー*/
/*usr/user.css のコピー ここから*/
/*fade image in after load*/
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

/*ここまで usr/user.css のコピー*/

/*_firstview_listpage_body*/
/*sys/base_form.css のコピー ここから*/

/*----ボタン----*/
/*ここまで sys/base_form.css のコピー*/
/*sys/base_misc.css のコピー ここから*/
/*----画像センタリング配置----*/
.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img-center img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/*ここまで sys/base_misc.css のコピー*/
/*sys/layout.css のコピー ここから*/

/*ここまで sys/layout.css のコピー*/
/*sys/block_common.css と共通 ここから*/

/*ここまでsys/block_common.css と共通*/
/*sys/block_goods.css のコピー ここから*/
/*----アイコン----*/
/*----商品一覧画面----*/
/*表示方法・並べ替え・ページャ*/
.block-goods-list--display-style-items {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.block-goods-list--display-style-items .active {
  color: #c00;
}
.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: bold;
}
.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 5px;
}
/*----関連商品----*/
.block-cart-i--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-cart-i--goods-image {
  width: 224px;
}

.block-cart-i--goods {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  margin-left: 33px;
}
.block-cart-i--goods:first-of-type {
  margin-left: 0;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-cart-i--goods a {
  text-decoration: underline;
}

.block-cart-i--goods-description {
  margin-top: 20px;
}

.block-cart-i--goods .price {
  font-weight: bold;
  text-align: right;
}
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-cart-i--scomment {
  color: #cc3302;
}

/*----カテゴリーツリー----*/
.pane-left-menu .pane-block--title {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 3px solid #31546d;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.pane-left-menu .pane-block--title a {
  display: block;
  color: #31546d;
}
.pane-left-menu .pane-block--title a:hover,
.pane-left-menu .pane-block--title a:focus {
  opacity: 1;
  text-decoration: none;
}
.pane-left-menu .pane-block--title span {
  display: block;
}
.pane-left-menu .pane-block--title span:first-child {
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.pane-left-menu .pane-block--title span:first-child:hover {
  opacity: 0.7;
}
.pane-left-menu .pane-block--title span:first-child strong {
  font-family: "Roboto Condensed", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  font-weight: 400;
  letter-spacing: 0.02em;
  display: block;
  font-size: 29px;
}
.pane-left-menu .pane-block--title span.js_treeaccordion_btn {
  cursor: default;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.pane-left-menu .pane-block--title span.js_treeaccordion_btn:hover {
  opacity: 0.7;
}

.pane-left-menu .pane-block--subtitle {
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
  cursor: pointer;
}

.block-category-tree--item__open,
.block-genre-tree--item__open,
.block-category-tree--item,
.block-genre-tree--item {
  font-family: "Roboto", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
  color: #31546d;
  font-size: 18px;
  margin-bottom: 12px;
}
.block-category-tree--item__open a,
.block-genre-tree--item__open a,
.block-category-tree--item a,
.block-genre-tree--item a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
  padding-left: 5px;
  color: #111111;
  line-height: 1.4;
}
.block-category-tree--item__open a span:not(.js_treeaccordion_btn):nth-child(2),
.block-genre-tree--item__open a span:not(.js_treeaccordion_btn):nth-child(2),
.block-category-tree--item a span:not(.js_treeaccordion_btn):nth-child(2),
.block-genre-tree--item a span:not(.js_treeaccordion_btn):nth-child(2) {
  display: block;
  font-size: 12px;
  color: #747474;
}
.block-category-tree--item__open a .js_treeaccordion_btn,
.block-genre-tree--item__open a .js_treeaccordion_btn,
.block-category-tree--item a .js_treeaccordion_btn,
.block-genre-tree--item a .js_treeaccordion_btn {
  cursor: default;
}
.block-category-tree--item__open a:hover,
.block-category-tree--item__open a:focus,
.block-genre-tree--item__open a:hover,
.block-genre-tree--item__open a:focus,
.block-category-tree--item a:hover,
.block-category-tree--item a:focus,
.block-genre-tree--item a:hover,
.block-genre-tree--item a:focus {
  text-decoration: none;
}
.block-category-tree--item__open.isTreeParent > a:hover,
.block-category-tree--item__open.isTreeParent > a:focus,
.block-genre-tree--item__open.isTreeParent > a:hover,
.block-genre-tree--item__open.isTreeParent > a:focus,
.block-category-tree--item.isTreeParent > a:hover,
.block-category-tree--item.isTreeParent > a:focus,
.block-genre-tree--item.isTreeParent > a:hover,
.block-genre-tree--item.isTreeParent > a:focus {
  opacity: 1;
  text-decoration: none;
}
.block-category-tree--item__open.isTreeParent > a span,
.block-genre-tree--item__open.isTreeParent > a span,
.block-category-tree--item.isTreeParent > a span,
.block-genre-tree--item.isTreeParent > a span {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.block-category-tree--item__open.isTreeParent > a span:not(.js_treeaccordion_btn),
.block-genre-tree--item__open.isTreeParent > a span:not(.js_treeaccordion_btn),
.block-category-tree--item.isTreeParent > a span:not(.js_treeaccordion_btn),
.block-genre-tree--item.isTreeParent > a span:not(.js_treeaccordion_btn) {
  width: 100%;
}
.block-category-tree--item__open.isTreeParent > a span:hover .js_treeaccordion_btn,
.block-genre-tree--item__open.isTreeParent > a span:hover .js_treeaccordion_btn,
.block-category-tree--item.isTreeParent > a span:hover .js_treeaccordion_btn,
.block-genre-tree--item.isTreeParent > a span:hover .js_treeaccordion_btn {
  opacity: 0.7;
}
.block-category-tree--item__open.isTreeParent > a:hover span:not(.js_treeaccordion_btn),
.block-genre-tree--item__open.isTreeParent > a:hover span:not(.js_treeaccordion_btn),
.block-category-tree--item.isTreeParent > a:hover span:not(.js_treeaccordion_btn),
.block-genre-tree--item.isTreeParent > a:hover span:not(.js_treeaccordion_btn) {
  opacity: 0.7;
}

.block-category-tree--item-label,
.block-genre-tree--item-label {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
.block-category-tree--item-label::after,
.block-genre-tree--item-label::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #31546d;
  border-top: 1px solid #31546d;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-225deg);
  transform: translateY(-50%) rotate(-225deg);
}
.block-category-tree--item-label.isOpen::after,
.block-genre-tree--item-label.isOpen::after {
  -webkit-transform: translateY(2px) translateY(-50%) rotate(-45deg);
  transform: translateY(2px) translateY(-50%) rotate(-45deg);
}

.block-category-tree--level-1 > li {
  font-family: "Roboto Condensed", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 22px;
  margin-bottom: 0;
  border-bottom: #31546d 1px solid;
}
.block-category-tree--level-1 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #31546d;
  padding: 5px 30px 5px 0;
  min-height: 60px;
}
.block-category-tree--level-1 > li > .block-category-tree--item-label {
  height: 60px;
}

.block-genre-tree--level1 {
  margin-top: 10px;
}
.block-genre-tree--level1 > li {
  font-family: "Roboto Condensed", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.block-genre-tree--level1 > li > a {
  padding: 5px 5px 5px 0;
}

.block-genre-tree--level1,
.block-category-tree--level-2,
.block-genre-tree--level2,
.block-category-tree--level-3,
.block-genre-tree--level3,
.block-category-tree--level-4,
.block-genre-tree--level4 {
  display: none;
}
.block-genre-tree--level1 > li,
.block-category-tree--level-2 > li,
.block-genre-tree--level2 > li,
.block-category-tree--level-3 > li,
.block-genre-tree--level3 > li,
.block-category-tree--level-4 > li,
.block-genre-tree--level4 > li {
  border-top: none;
}

.block-category-tree--level-2,
.block-genre-tree--level2 {
  margin-left: 5px;
  padding-left: 5px;
}
.block-category-tree--level-2 a,
.block-genre-tree--level2 a {
  padding-left: 0;
  margin-bottom: 8px;
}

.block-category-tree--level-3,
.block-genre-tree--level3,
.block-category-tree--level-4,
.block-genre-tree--level4 {
  padding-left: 5px;
  border-top: 1px solid #e5e5e5;
}
.block-category-tree--level-3 li,
.block-genre-tree--level3 li,
.block-category-tree--level-4 li,
.block-genre-tree--level4 li {
  margin-bottom: 0;
  margin-top: 10px;
}

/* 202502 added */

/* ページャー、絞り込み */

.block-goods-list--pager-top {
  width: var(--base-width);
  margin: 40px auto 0;
  padding: 0;
  text-align: left;
}

.pager-count {
  display: flex;
  align-items: baseline;
}

.pager-count-total-num {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
}

.pager-count-total-num strong {
  margin-right: 8px;
  font-size: 3.2rem;
  font-family: var(--ff-en);
  font-weight: 700;
  line-height: 150%;
}

.pager-count-current {
  margin-left: 24px;
  font-size: 1.6rem;
  line-height: 150%;
}

.block-goods-list--pager-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--base-width);
  margin: 56px auto 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-en);
  letter-spacing: 0;
}

.pagination > *,
.pager-first,
.pager-previous,
.pager-next,
.pager-last {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--cl-gr-2);
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s, font-weight 0.3s;
}

.pagination a::after,
.pagination span::after {
  content: none;
}

.pagination .pager-current span {
  color: var(--cl-bk);
  font-weight: 700;
}

.pagination .pager-current span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 1px;
  margin-left: -12px;
  background-color: var(--cl-bk);
}

.pagination .pager-ommition span {
  background-image: url(../../img/usr/common/pager_ommition.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.pagination a:hover {
  color: var(--cl-link);
  font-weight: 700;
}

.pager-previous {
  margin-right: 32px;
}

.pager-next {
  margin-left: 32px;
}

.pager-previous a,
.pager-next a {
  border: 1px solid var(--cl-gr-3);
  border-radius: 4px;
  background-color: #ffffff;
  background-image: none;
  text-indent: -999999px;
}

.pager-previous a:hover,
.pager-next a:hover {
  opacity: 1;
}

.pager-previous a::before,
.pager-next a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 13px;
  margin-top: -7px;
  background-image: url(../../img/usr/common/arw_pager.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: right 0.3s, left 0.3s;
}

.pager-previous a::before {
  left: 11px;
}

.pager-next a::before {
  right: 11px;
  margin-top: -6px;
  transform: rotate(180deg);
}

.pager-previous a:hover::before {
  left: 8px;
}

.pager-next a:hover::before {
  right: 8px;
}

.block-top-ranking {
  margin-top: 112px;
  overflow: hidden;
}

.block-top-ranking-slider {
  position: relative;
  margin-top: 64px;
}

.block-history-slider {
  position: relative;
}

.block-thumbnail-t,
.block-thumbnail-h {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.block-top-ranking-slider .block-thumbnail-t,
.block-thumbnail-h {
  flex-wrap: nowrap;
}

.block-thumbnail-t li,
.block-top-ranking-slider .block-thumbnail-t li,
.block-thumbnail-h li,
.page-top .block-thumbnail-h li {
  width: 176px;
}

.block-top-ranking-slider .block-thumbnail-t li,
.block-genre-goods-list-container .block-thumbnail-t li:not(:nth-child(6n)),
.block-category-list--goods .block-thumbnail-t li:not(:nth-child(6n)),
.block-thumbnail-h li,
.page-top .block-thumbnail-h li {
  margin-right: 32px;
}

.block-genre-goods-list-container .block-thumbnail-t li:not(:nth-child(-n + 6)),
.block-category-list--goods .block-thumbnail-t li:not(:nth-child(-n + 6)) {
  margin-top: 48px;
}

.block-thumbnail-t--goods,
.block-top-ranking-slider .block-thumbnail-t--goods,
.block-thumbnail-h--goods,
.page-top .block-thumbnail-h--goods {
  display: block;
  width: 176px;
  height: auto;
}

.block-thumbnail-t--goods a,
.block-top-ranking-slider .block-thumbnail-t--goods a,
.block-thumbnail-h--goods a,
.page-top .block-thumbnail-h--goods a {
  color: var(--cl-bk);
  text-decoration: none;
}

.block-thumbnail-t--goods a:hover,
.block-top-ranking-slider .block-thumbnail-t--goods a:hover,
.block-thumbnail-h--goods a:hover,
.page-top .block-thumbnail-h--goods a:hover {
  text-decoration: none;
  opacity: 1;
}

.block-thumbnail-t--goods-image,
.block-top-ranking-slider .block-thumbnail-t--goods-image,
.block-thumbnail-h--goods-image,
.page-top .block-thumbnail-h--goods-image {
  position: relative;
  overflow: hidden;
}

.block-thumbnail-t--goods-image img,
.block-top-ranking-slider .block-thumbnail-t--goods-image img,
.block-thumbnail-h--goods-image img,
.page-top .block-thumbnail-h--goods-image img {
  display: block;
  width: 176px;
  height: 176px;
  object-fit: cover;
  transition: transform 0.3s;
}

.block-thumbnail-t--goods a:hover .block-thumbnail-t--goods-image img,
.block-top-ranking-slider .block-thumbnail-t--goods a:hover .block-thumbnail-t--goods-image img,
.block-thumbnail-h--goods a:hover .block-thumbnail-h--goods-image img,
.page-top .block-thumbnail-h--goods a:hover .block-thumbnail-h--goods-image img {
  transform: scale(1.1);
}

.block-thumbnail-t--goods-description,
.block-top-ranking-slider .block-thumbnail-t--goods-description,
.block-thumbnail-h--goods-description,
.page-top .block-thumbnail-h--goods-description {
  margin-top: 16px;
}

.block-thumbnail-t--goods-name,
.block-top-ranking-slider .block-thumbnail-t--goods-name,
.block-thumbnail-h--goods-name,
.page-top .block-thumbnail-h--goods-name {
  display: block;
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 150%;
  overflow: visible;
}

.block-thumbnail-t--goods a:hover .block-thumbnail-t--goods-name,
.block-thumbnail-h--goods a:hover .block-thumbnail-h--goods-name {
  text-decoration: underline;
}

.block-thumbnail-t--goods-name p,
.block-top-ranking-slider .block-thumbnail-t--goods-name p,
.block-thumbnail-h--goods-name p,
.page-top .block-thumbnail-h--goods-name p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-thumbnail-t--price-items,
.block-thumbnail-h--price-items {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 8px;
  font-family: var(--ff-en);
  line-height: 100%;
}

.block-thumbnail-t--price,
.block-thumbnail-h--price {
  margin-top: 8px;
  text-align: left;
}

.block-thumbnail-t--goods .price,
.block-thumbnail-h--goods .price {
  color: var(--cl-bk);
  font-weight: 900;
}

.block-thumbnail-t--goods .price-sale + .price-default,
.block-thumbnail-h--goods .price-sale + .price-default {
  color: var(--cl-rd);
}

.block-thumbnail-t--goods .price .crc,
.block-thumbnail-h--goods .price .crc {
  font-size: 1.6rem;
}

.block-thumbnail-t--goods .price .num,
.block-thumbnail-h--goods .price .num {
  font-size: 2rem;
}

.block-thumbnail-t--goods .price .tax,
.block-thumbnail-h--goods .price .tax {
  font-size: 1.2rem;
  font-weight: 700;
}

.block-thumbnail-t--goods .price .soldout,
.block-thumbnail-h--goods .price .soldout {
  font-size: 2rem;
}

.block-thumbnail-t--goods .price-sale,
.block-thumbnail-h--goods .price-sale {
  position: relative;
}

.block-thumbnail-t--goods .price-sale::before,
.block-thumbnail-h--goods .price-sale::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--cl-bk);
}

.block-thumbnail-t--goods .price-sale .crc,
.block-thumbnail-t--goods .price-sale .num,
.block-thumbnail-h--goods .price-sale .crc,
.block-thumbnail-h--goods .price-sale .num {
  font-size: 1.6rem;
  font-weight: 700;
}

.block-thumbnail-t--goods .price-sale .tax,
.block-thumbnail-h--goods .price-sale .tax {
  font-size: 1.2rem;
  font-weight: 400;
}

.block-thumbnail-t--conditions,
.block-thumbnail-h--conditions {
  margin-top: 8px;
  color: var(--cl-gr-2);
  font-size: 1.3rem;
  font-weight: 700;
}

.block-thumbnail-t--conditions > span + span,
.block-thumbnail-h--conditions > span + span {
  position: relative;
}

.block-thumbnail-t--conditions > span + span::before,
.block-thumbnail-h--conditions > span + span::before {
  content: "｜";
}

.block-recent-item {
  width: 100%;
  margin-top: 112px;
  overflow: hidden;
}

.block-recent-item h2.pane-block--title.block-recent-item--header {
  display: flex;
  flex-direction: column;
  width: var(--base-width);
  margin: 0 auto 56px;
  padding: 0;
  text-align: left;
}

.block-recent-item h2.pane-block--title.block-recent-item--header .txt-en {
  font-weight: 700;
}

.block-recent-item h2.pane-block--title.block-recent-item--header .txt-en {
  font-size: 4.4rem;
  line-height: 100%;
}

.block-recent-item h2.pane-block--title.block-recent-item--header .txt-ja {
  margin-top: 16px;
  font-size: 1.8rem;
  color: var(--cl-gr-2);
  font-weight: 700;
  line-height: 150%;
}

.block-recent-item--body {
  width: var(--base-width);
  margin: 0 auto;
}

.block-recent-item--keep-history {
  margin-top: 40px;
  text-align: right;
}

.block-recent-item--keep-history a {
  color: var(--cl-bk);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

.block-recent-item--keep-history a:hover {
  text-decoration: underline;
}

/* block-icon */

.block-icon {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px -4px 0 0;
}

.block-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 20px;
  margin: 4px 4px 0 0;
  background-color: var(--cl-gr-4);
  color: var(--cl-gr-2);
  font-size: 1.2rem;
  font-family: var(--ff-en);
  font-weight: 700;
  text-align: center;
}

.block-icon > span.block-icon-new {
  background-color: var(--cl-gn);
  color: #ffffff;
}

.block-icon > span.block-icon-on-sale {
  background-color: var(--cl-rd);
  color: #ffffff;
}

.block-search-goods {
  margin-top: 80px;
}

.block-search-goods--header {
  width: var(--base-width);
  margin: 0 auto !important;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
}

.block-search-goods--header-comment {
  width: var(--base-width);
  margin: 16px auto 0;
  font-size: 1.6rem;
  line-height: 150%;
}

.block-search-goods--condition-items {
  width: var(--base-width);
  margin: 56px auto 0;
  padding: 0 24px;
}

.block-search-goods--condition-item {
  display: flex;
}

.block-search-goods--condition-item + .block-search-goods--condition-item {
  margin-top: 48px;
}

.block-search-goods--condition-item dt {
  width: 220px;
  font-size: 2rem;
  font-weight: 700;
}

.block-search-goods--condition-item dt.ttl-middle {
  display: flex;
  align-items: center;
  height: 48px;
}

.block-search-goods--condition-item:has(dd .block-search-goods--condition-keyword) dt.ttl-middle {
  height: 56px;
}

.block-search-goods--condition-item dd {
  width: calc(100% - 220px);
}

.block-search-goods--condition-keyword input[type="text"] {
  width: 100%;
  height: 56px;
  padding-left: 56px;
  border: none !important;
  border-radius: 4px;
  background-color: rgba(210, 210, 210, 0.4);
  background-image: url(../../img/usr/common/icon_header_search.png);
  background-position: center left 24px;
  background-repeat: no-repeat;
  background-size: 17px;
  font-size: 1.6rem;
}

.block-search-goods--condition-keyword input[type="text"]:focus {
  outline: none;
}

.block-search-goods--condition-keyword input[type="text"]::placeholder {
  color: var(--cl-gr-2);
  font-weight: 700;
}

.block-search-goods--condition-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.block-search-goods--condition-checkbox li + li {
  margin-top: 16px;
}

.block-search-goods--condition-select select {
  height: 48px;
}

.block-search-goods--condition-price {
  display: flex;
  align-items: center;
}

.block-search-goods--condition-price .item-price {
  position: relative;
  width: 420px;
}

.block-search-goods--condition-price .item-price + .item-txt + .item-price {
  margin-left: 24px;
}

.block-search-goods--condition-price input[type="number"] {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  text-align: right;
  appearance: textfield;
  -moz-appearance: textfield;
}

.block-search-goods--condition-price input[type="number"]::-webkit-outer-spin-button,
.block-search-goods--condition-price input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.block-search-goods--condition-price input[type="number"]:focus {
  outline: none;
}

.block-search-goods--condition-price .item-price-disp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.6rem;
  text-align: right;
}

.block-search-goods--condition-price .item-price + .item-txt b {
  font-size: 1.6rem;
  font-weight: 700;
}

.block-search-goods--condition-price .item-price + .item-txt {
  margin-left: 24px;
}

.block-search-goods--condition-price .item-price + .item-txt span {
  margin-left: 24px;
  font-size: 1.6rem;
}

.block-search-goods--condition-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--base-width);
  margin: 56px auto 0;
}

.block-search-goods--condition-btns .modal-btn-clear {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  cursor: pointer;
}

.block-search-goods--condition-btns .modal-btn-clear:hover {
  text-decoration: underline;
}

.block-search-goods--condition-btns .modal-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 384px;
  height: 64px;
  margin-left: 56px;
  border: 1px solid var(--cl-gr-1);
  border-radius: 4px;
  background-color: #ffffff;
  color: var(--cl-bk);
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: border 0.3s, background-color 0.3s, color 0.3s;
}

.block-search-goods--condition-btns .modal-btn-submit:hover {
  border-color: var(--cl-link);
  background-color: var(--cl-link);
  color: #ffffff;
}

.block-search-goods--condition-btns .modal-btn-submit::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 11px;
  height: 10px;
  margin-top: -5px;
  background-image: url(../../img/usr/common/arw_link_blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: right 0.3s, background-image 0.3s;
}

.block-search-goods--condition-btns .modal-btn-submit:hover::after {
  right: 16px;
  background-image: url(../../img/usr/common/arw_link_white.png);
}
