@charset "UTF-8";
/* CSS Document */

/*海外版*/
.goodBase_En {
  display: none;
}

/*Headerタブ内気になるボタン*/
.goodBase_tab {
  margin-left: auto;
}

.goodBaseIn_tab,
.goodBaseIn2_tab {
  align-items: center;
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 100%;
  padding: 16px 0;
  position: relative;
}

.goodBaseIn_tab:hover,
.goodBaseIn2_tab:hover {
  opacity: 0.8;
  text-decoration: none;
}

.goodBaseIn_tab span,
.goodBaseIn2_tab span {
  font-size: 16px;
  line-height: 28px;
  margin: -6px 0;
  user-select: none;
}

.icon_heart_off_tab-in {
  display: block;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.goodBaseIn_tab:hover .icon_heart_off_tab-in {
  fill: #ff0078;
}

.icon_heart_on_tab-in {
  display: block;
  fill: #ff0078;
  height: 24px;
  width: 24px;
}

/*tabMenu*/
.tab_wrapper {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  position: sticky;
  top: 0;
  z-index: 50;
}

.tabNavigation {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

.tabNavigation_wrapper {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

.tabNav_menu {
  display: flex;
}

.tabNav_menu li {
  display: contents;
}

.tabNav_menu li a {
  align-items: center;
  color: inherit;
  display: flex;
  height: 100%;
  padding: 0 24px;
  text-decoration: none;
}

.tabNav_menu li a:hover {
  background-color: #fafafa;
}

.tabOn {
  font-weight: bold;
  position: relative;
}

.tabOn::after {
  border-bottom: 4px solid #222;
  border-radius: 9999px;
  bottom: 0;
  content: '';
  display: block;
  left: 20px;
  position: absolute;
  right: 20px;
}

.tabNav_menu li a span {
  display: flex;
  font-size: 16px;
  gap: 4px;
  line-height: 28px;
  margin: -6px 0;
}

.tabnavicon {
  color: #4ab3df;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
}

.users-goods-count {
  display: block;
}
