﻿@charset "UTF-8";

/*----関連商品----*/
.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;
}

/* sort/count */
.block-category-list--goods {
  margin-top: 34px;
  margin-top: 40px;
}

.page-search .block-goods-list--sort-order-items {
  padding-top: 12px;
}

.itemsort_items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.3;
}

.itemsort_items div {
  color: #111111;
  font-weight: 700;
}

.itemsort_items div:not(:first-child) {
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid #999999;
}

.itemsort_items a {
  color: #999999;
  font-weight: 400;
}

/*--- 絞り込み ---*/

.block-goods-list--filter-container {
  display: flex;
  align-items: center;
  width: var(--base-width);
  margin: 40px auto 0;
}

.block-goods-list--filter-disp > form {
  display: flex;
  align-items: center;
}

.block-goods-list--filter-disp-item {
  position: relative;
}

.block-goods-list--filter-disp-item + .block-goods-list--filter-disp-item {
  margin-left: 24px;
}

.block-goods-list--filter-disp-item .item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 48px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: border 0.12s;
}

.block-goods-list--filter-disp-item .item-ttl.is-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.block-goods-list--filter-disp-item .item-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background-image: url(../../img/usr/common/arw_select.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.12s;
}

.block-goods-list--filter-disp-item .item-ttl.is-open::after {
  transform: rotate(180deg);
}

.block-goods-list--filter-disp-item .item-content {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 200px;
  padding: 24px;
  border: 1px solid var(--cl-gr-3);
  border-top: none;
  background-color: #ffffff;
  z-index: 9;
}

.block-goods-list--filter-disp-item .item-content li + li {
  margin-top: 12px;
}

.block-goods-list--filter-disp-item .disp-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  border: none;
  border-radius: 48px;
  background-color: var(--cl-gr-1);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
}

.block-goods-list--filter-disp-item .disp-btn-submit:hover {
  background-color: var(--cl-bk);
}

.block-goods-list--filter-modal_btn {
  margin-left: auto;
}

.block-goods-list--filter-modal_btn > button {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s;
}

.block-goods-list--filter-modal_btn > button:hover {
  color: var(--cl-link);
}

.block-goods-list--filter-modal_btn > button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  background-image: url(../../img/usr/common/icon_filter2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-list--filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
}

.block-goods-list--filter-modal.is-modal-open {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.block-goods-list--filter-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.block-goods-list--filter-modal-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.8);
  backdrop-filter: blur(24px);
}

.block-goods-list--filter-modal-body {
  position: relative;
  width: 1440px;
  min-width: 1440px;
  height: calc(100vh - 112px);
  padding: 96px 50px 0 72px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.block-goods-list--filter-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--cl-gr-1);
  background-image: url(../../img/usr/common/icon_modal_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.block-goods-list--filter-modal-close:hover {
  background-color: var(--cl-bk);
}

.block-goods-list--filter-modal-scrollbar {
  position: relative;
  width: 100%;
  height: calc(100vh - 304px);
  padding: 0 20px 0 0;
  overflow: auto;
}

.block-goods-list--filter-modal-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

.block-goods-list--filter-modal-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(17, 17, 17, 0.1);
  border-radius: 4px;
}

.block-goods-list--filter-modal-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.block-filter--list + .block-filter--list:not(.block-filter--list-acc) {
  margin-top: 40px;
}

.block-filter--list:not(.block-filter--list-acc) + .block-filter--list.block-filter--list-acc {
  margin-top: 24px;
}

.block-filter--list:not(.block-filter--list-acc) .block-filter--list-inner {
  display: flex;
}

.block-filter--list-acc .block-filter--list-inner {
  border-bottom: 1px solid var(--cl-bdr);
}

.block-filter--list-inner .pane-block--subtitle {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.block-filter--list:not(.block-filter--list-acc) .pane-block--subtitle {
  width: 224px;
}

.block-filter--list:not(.block-filter--list-acc) .pane-block--subtitle.ttl-middle {
  display: flex;
  align-items: center;
  height: 48px;
}

.block-filter--list-inner .pane-block--subtitle.js-fl-switch {
  display: flex;
  align-items: center;
  height: 80px;
  cursor: pointer;
}

.block-filter--list-inner .pane-block--subtitle .icon-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-radius: 32px;
  background-color: var(--cl-gr-4);
  transition: background-color 0.3s;
}

.block-filter--list-inner .pane-block--subtitle:hover .icon-plus {
  background-color: var(--cl-bdr);
}

.block-filter--list-inner .pane-block--subtitle .icon-plus::before,
.block-filter--list-inner .pane-block--subtitle .icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background-color: var(--cl-gr-1);
  transition: transform 0.15s;
}

.block-filter--list-inner .pane-block--subtitle .icon-plus::after {
  transform: rotate(90deg);
}

.block-filter--list-inner .pane-block--subtitle.is-open .icon-plus::after {
  transform: rotate(0);
}

.block-filter--list:not(.block-filter--list-acc) .block-filter--list-inner-content {
  width: calc(100% - 224px);
}

.block-filter--list-acc .block-filter--list-inner-content {
  display: none;
  margin-top: 6px;
  padding: 0 0 48px 24px;
}

.block-filter-option-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.block-filter-option-items + .block-filter-option-items {
  margin-top: 16px;
}

.block-filter-select-items select {
  height: 48px;
}

.block-filter-price-items {
  display: flex;
  align-items: center;
  width: 100%;
}

.block-filter-price-items .item-price {
  position: relative;
  width: 420px;
}

.block-filter-price-items .item-price + .item-txt + .item-price {
  margin-left: 24px;
}

.block-filter-price-items .item-price select {
  width: 100%;
  height: 48px;
  padding-right: 56px;
  text-align: right;
}

.block-filter-price-items input[type="text"],
.block-filter-price-items input[type="number"] {
  width: 100%;
  text-align: right;
  appearance: textfield;
  -moz-appearance: textfield;
}

.block-filter-price-items input[type="number"]::-webkit-outer-spin-button,
.block-filter-price-items input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.block-filter-price-items input[type="number"]:focus {
  outline: none;
}

.block-filter-price-items .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-filter-price-items .item-price + .item-txt b {
  font-size: 1.6rem;
  font-weight: 700;
}

.block-filter-price-items .item-price + .item-txt {
  margin-left: 24px;
}

.block-filter-price-items .item-price + .item-txt span {
  margin-left: 24px;
  font-size: 1.6rem;
}

.block-goods-list--filter-modal-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1440px;
  height: 96px;
  background-color: rgba(49, 84, 109, 0.95);
}

.block-goods-list--filter-modal-btns .modal-btn-clear {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 1.6rem;
  cursor: pointer;
}

.block-goods-list--filter-modal-btns .modal-btn-clear:hover {
  text-decoration: underline;
}

.block-goods-list--filter-modal-btns .modal-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 48px;
  margin-left: 56px;
  border: none;
  border-radius: 48px;
  background-color: #ffffff;
  color: var(--cl-bk);
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.block-goods-list--filter-modal-btns .modal-btn-submit:hover {
  background-color: var(--cl-link);
  color: #ffffff;
}

/* fade image in after load */
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

/* block-goods-detail共通 */
.goodsdetail_hdg {
  color: #31546d;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 2px solid #31546d;
}

/* block-goods-comment */
.block-goods-comment1 {
  margin-top: 40px;
}

.goodscomment_hdg {
  margin: 24px 0 10px;
  color: #31546d;
  font-size: 18px;
  font-weight: 700;
}

.goodscomment_txt {
  margin: 10px 0 12px;
  line-height: 1.7;
}

.goodscomment_txt:last-child {
  margin-bottom: 0;
}

.goodscomment_img {
  margin-top: 10px;
}

.goodscomment_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goodscomment_cols + .goodscomment_cols {
  margin-top: 20px;
}

.goodscomment_cols > *:not(:first-child) {
  margin-left: 20px;
}

.goodscomment_cols .goodscomment_txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 0;
}

.goodscomment_cols .goodscomment_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
}

/* 商品比較ページ */
.compare_container {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 120px;
}

.compare_head {
  margin-bottom: 75px;
}

.compare_head_hdg {
  margin: 96px 0 32px;
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  line-height: 150%;
}

.compare_head_conditions {
  margin-bottom: 40px;
  padding: 28px 100px 60px;
  background-color: var(--cl-gr-4);
}

.compare_head_conditions_hdg {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.compare_head_conditions_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.compare_head_condition {
  width: calc(19% - 25px);
}

.compare_head_condition.compare_head_condition2 {
  width: calc(62% - 25px);
}

.compare_head_condition_hdg {
  color: var(--cl-bk);
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cl-bl);
  font-size: 16px;
}

.compare_head_condition2 .compare_head_condition_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.compare_head_condition2 .compare_head_condition_body > * {
  width: 33%;
}

.compare_head_condition_item {
  margin-top: 20px;
  position: relative;
}

.compare_head_condition_item input {
  opacity: 0;
  position: absolute;
}

.compare_head_condition_item label {
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  min-height: 22px;
  display: block;
}

.compare_head_condition_item label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.compare_head_condition_item input:checked + label::before {
  background-color: #31546d;
  border-color: #31546d;
}

.compare_head_condition_item input:checked + label::after {
  position: absolute;
  top: 6px;
  left: 5px;
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.compare_head_submit {
  text-align: center;
}

.compare_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 280px;
  height: 64px;
  margin: 0 auto;
  border-radius: 4px;
  border: solid 1px var(--cl-gr-1);
  background-color: #ffffff;
  color: var(--cl-bk);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.compare_btn:hover {
  border-color: var(--cl-link);
  background-color: var(--cl-link);
  color: #ffffff;
}

.compare_list_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.compare_list_hdg {
  font-size: 18px;
  font-weight: 700;
}

.compare_list_hdg strong {
  font-family: "Roboto", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 29px;
  font-weight: 700;
  margin-right: 3px;
}

.compare_list_deleteall a {
  font-size: 16px;
  color: #31546d;
  text-decoration: underline;
}

.compare_list_tablewrap.is_scroll {
  overflow-x: scroll;
}

.compare_table {
  border: 1px solid #e5e5e5;
  table-layout: fixed;
}

.compare_table_th,
.compare_table_td {
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

.compare_table_th {
  padding: 20px;
  width: 136px;
  background-color: #f7f7f7;
}

.compare_table_th span {
  display: block;
  width: 96px;
  font-weight: 700;
}

.compare_table_td {
  padding: 20px 26px;
  width: 256px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5; /*block-thumbnail-hの上書き*/
}

.compare_table_td p {
  font-size: 14px;
}

.compare_table_td .block-thumbnail-h--goods .img-center {
  padding: 0;
  width: 198px;
  height: 198px;
}

.compare_table_td .block-thumbnail-h--goods .block-thumbnail-h--goods-name {
  font-size: 16px;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
}

.compare_table_td .block-thumbnail-h--goods .block-thumbnail-h--price-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.compare_table_td .block-thumbnail-h--goods .price_body {
  font-size: 24px;
}

.compare_table_td .block-thumbnail-h--goods .price_tax {
  display: inline-block;
}

.compare_table_td .block-thumbnail-h--goods .price_sale .price_head {
  margin-right: 8px;
  font-size: 12px;
}

.compare_table_td .block-thumbnail-h--goods .price_strike .price_body {
  font-size: 20px;
}

/* マイページ */
.mypage_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  color: #000;
}

.mypage_col {
  margin-top: 20px;
  width: 460px;
}

.mypage_block:not(:first-child) {
  margin-top: 60px;
}

.block-mypage .section_hdg_main {
  display: none;
}

.mypage_block_hdg {
  background-color: #31546d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 20px;
}

.mypage_user_info {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypage_user_name {
  font-size: 22px;
  font-weight: 700;
}

.mypage_user_logout a {
  font-size: 16px;
  color: #31546d;
  text-decoration: underline;
}

.mypage_user_menu_list {
  border-bottom: 1px solid #e5e5e5;
}

.mypage_user_menu_item {
  border-top: 1px solid #e5e5e5;
}

.mypage_user_menu_link {
  position: relative;
  display: block;
  padding: 24px 20px;
  font-size: 16px;
  color: var(--cl-bk);
  text-decoration: none;
}

.mypage_user_menu_link:hover {
  text-decoration: none;
}

.mypage_user_menu_link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border-right: 1px solid #717171;
  border-top: 1px solid #717171;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  right: 20px;
  margin-top: -5px;
  top: 50%;
  border-color: #31546d;
}

.mypage_barcode {
  margin-top: 60px;
  padding: 25px 52px;
  background-color: #f7f7f7;
  text-align: center;
}

.mypage_barcode_hdg {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

.mypage_barcode_img {
  padding: 22px;
  background-color: #fff;
}

.mypage_barcode_img img {
  max-width: 400px;
  vertical-align: top;
}

.mypage_shopping_menu {
  margin-top: 20px;
}

.mypage_shopping_menu_link {
  position: relative;
  display: block;
  padding: 24px 60px 24px 20px;
  background-color: #f7f7f7;
  color: var(--cl-bk);
  position: relative;
  text-decoration: none;
}

.mypage_shopping_menu_link:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border-right: 1px solid #717171;
  border-top: 1px solid #717171;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  right: 20px;
  margin-top: -5px;
  top: 50%;
  border-color: #31546d;
}

.mypage_shopping_menu_link:hover {
  text-decoration: none;
}

.mypage_shopping_menu_hdg {
  font-size: 18px;
  font-weight: 700;
}

.mypage_shopping_menu_txt {
  margin-top: 8px;
  font-size: 14px;
}

.mypage_barcode_txt {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

/* 202411 added WazzUp */

.wazzup_storelist {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 16px;
}

.block-store-detail {
  position: relative;
}

.page-shopstoredetail h1.block-store-detail--title {
  padding-right: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
}

.wazzup_storedetail {
  display: flex;
  justify-content: flex-end;
}

.block-store-detail--wazzup.wazzup_storedetail {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.wazzup_storelist .w_topic_button,
.wazzup_storedetail .w_topic_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 200px !important;
  height: 44px !important;
  border-radius: 0 !important;
  background-color: #09c655 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
}

.wazzup_storelist .w_topic_button::before,
.wazzup_storedetail .w_topic_button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 29px;
  margin-right: 12px;
  background-image: url("../../img/usr/common/icon_line_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-store-detail--store-linebutton {
  order: 75;
}

/* 202502 added */

.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;
  padding: 0 5px;
  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;
}

/* ----パンくず---- */

.pane-topic-path {
  background-color: var(--cl-gr-4);
}

.pane-topic-path .container {
  width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
}

.block-topic-path {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
  padding: 10px 0;
  font-family: var(--ff-en);
}

.block-topic-path--list {
  display: flex;
  flex-wrap: wrap;
}

.block-topic-path--list li {
  display: block;
  color: var(--cl-gr-2);
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 150%;
}

.block-topic-path--list li:not(:last-child) {
  position: relative;
  margin-right: 28px;
}

.block-topic-path--list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 4px;
  background-color: var(--cl-gr-3);
}

.block-topic-path--list a {
  color: var(--cl-gr-2);
  text-decoration: none;
}

.block-topic-path--list li:not(:first-child) a {
  margin-left: 0;
}

.block-topic-path--list li:not(:last-child) a {
  color: var(--cl-bk);
  text-decoration: none;
}

.table th,
.block-purchase-history--search-frame {
  background-color: var(--cl-gr-4);
}

.table,
.table td,
.table th {
  border-color: var(--cl-bdr);
}

.block-purchase-history--search-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-purchase-history--search-title {
  width: 100%;
}

.block-purchase-history--search-item input[type="text"],
.block-purchase-history--search-item select {
  height: 40px;
}

.block-purchase-history--search-item input[type="text"] {
  width: 300px;
  padding: 0 10px;
}

.block-purchase-history--search-btn {
  border: solid 1px var(--cl-gr-1);
  background-color: #ffffff;
  color: var(--cl-bk);
}

.block-favorite--form .action {
  display: flex;
  align-items: center;
}

.action .btn.block-favorite--add-to-cart {
  width: 380px;
}

.block-favorite--bookmark-update {
  margin-left: 32px;
}

.block-favorite--description {
  width: 410px;
}

.block-favorite--comment {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
}

.block-keep-history--pager-top,
.block-keep-history--pager-bottom,
.block-coupon-list--pager-top,
.block-coupon-list--pager-bottom,
.block-purchase-history--pager-top,
.block-purchase-history--pager-bottom,
.block-favorite--pager-top,
.block-favorite--pager-bottom,
.block-inquiry-history--pager-top,
.block-inquiry-history--pager-bottom,
.block-topic-details--pager-top,
.block-topic-details--pager-bottom {
  margin: 24px 0;
}

.block-inquiry-history-detail--body {
  margin-top: 24px;
}

.block-inquiry-history-detail--update-dt {
  font-size: 1.2rem;
}

.block-keep--form {
  margin-top: 24px;
}

.block-keep--form-content {
  background-color: var(--cl-gr-4);
}

.block-keep--form-content > div {
  border-color: var(--cl-bdr);
}

.block-topic-details--items li {
  padding: 24px 0;
  border-color: var(--cl-bdr);
  font-size: 1.6rem;
}

.block-top-topic--header {
  font-size: 28px;
  text-align: left;
  line-height: 1.5;
  border-top: none;
  padding: 0;
  margin: 100px 0 56px;
  font-weight: 700;
}

.block-top-topic--header .section_hdg_main {
  font-size: 4.8rem;
  font-family: var(--ff-en);
  line-height: 150%;
}

.block-top-topic--header .section_hdg_sub {
  margin-top: 16px;
  font-size: 1.8rem;
  color: var(--cl-gr-2);
  font-weight: 700;
  line-height: 150%;
}

.block-top-topic--body {
  margin-bottom: 100px;
}

.block-top-topic--items {
  border-bottom: 1px solid var(--cl-bdr);
}

.block-top-topic--items li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--cl-bdr);
}

.block-top-topic--items li dl {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.block-top-topic--items li dl dt {
  width: 200px;
  font-family: var(--ff-en);
}

.block-top-topic--items li dl dd {
  width: calc(100% - 200px);
}

.topcontents_viewall {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  padding: 0 8px;
}

.topcontents_viewall a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 24px;
  color: var(--cl-bk);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.topcontents_viewall a:hover {
  color: var(--cl-link);
  text-decoration: none;
}

.topcontents_viewall a::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  width: 11px;
  height: 10px;
  margin-left: 8px;
  background-image: url(../../img/usr/common/arw_link_blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: left 0.3s;
}

.topcontents_viewall a:hover::after {
  left: 8px;
}
