/* 金・貴金属TOP */
.cat-Plus_Title span.cat-Plus_Title_suffix {
  display: block;
  margin-top: 0;
  margin-bottom: calc(8em / var(--em));
}
@media (min-width: 48em) {
  .cat-Plus_Title span.cat-Plus_Title_suffix {
    --em: 25;
    margin-bottom: 0;
  }
}

/* 金・貴金属の相場 */
.cat-AboutPrices {
  padding-top: calc(96em / var(--em));
  padding-bottom: calc(96em / var(--em));
}
.cat-AboutPrices_Title {
  margin-bottom: calc(40em / var(--em));
}
.cat-AboutPricesUnit_Title {
  --em: 30;
  --lh: 30;
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: calc(18em / var(--em));
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  margin-top: calc(50em / var(--em));
  margin-bottom: calc(29em / var(--em));
}
.cat-AboutPricesUnit_Title::before,
.cat-AboutPricesUnit_Title::after {
  background-color: currentColor;
  content: "";
  height: 1px;
}
.cat-AboutPricesUnit_Img {
  margin-bottom: calc(29em / var(--em));
}

@media (min-width: 48em) {
  .cat-AboutPrices {
    padding-top: calc(100em / var(--em));
  }
  .cat-AboutPricesUnit_Title {
    --em: 20;
    --lh: 20;
    gap: calc(12em / var(--em));
    margin-bottom: calc(30em / var(--em));
  }
  .cat-AboutPricesUnit_Body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cat-AboutPricesUnit_Img {
    width: 320px;
    margin-bottom: 0;
  }
  .cat-AboutPricesUnit_Text {
    width: calc(100% - 320px - 2.675em);
    line-height: 30px;
  }
  .cat-AboutPricesUnit:last-child .cat-AboutPricesUnit_Text {
    width: 100%;
  }
}

/* 1gあたりの買取相場価格表 */
.soubaPriceTable {
  margin-top: calc(45em / var(--em));
}
.soubaPriceTable_Title {
  --em: 30;
  --lh: 44;
  font-weight: 500;
  text-align: center;
}
.soubaPriceTable__table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
  margin-top: calc(23.8em / var(--em));
}
.soubaPriceTable__table th {
  border: 1px solid #ccc;
  background: #c8bf76;
  padding: calc(10em / var(--em)) calc(10em / var(--em));
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
.soubaPriceTable__table.pt th {
  background: #6897b5;
}
.soubaPriceTable__table.sv th {
  background: #1f797c;
}
.soubaPriceTable__table th:nth-child(2) {
  width: 50%;
}
.soubaPriceTable__table td {
  --em: 22;
  border: 1px solid #cccccc;
  background: #fff;
  padding: calc(10em / var(--em));
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.soubaPriceTable__table td:nth-child(1) {
  --em: 18;
  background: #f4f2df;
}
.soubaPriceTable__table.pt td:nth-child(1) {
  background: #eef1f4;
}
.soubaPriceTable__table.sv td:nth-child(1) {
  background: #e6ecec;
}
.soubaPriceTable__table td span {
  --em: 16;
}

@media (min-width: 48em) {
  .soubaPriceTable {
    margin-top: calc(50em / var(--em));
  }
  .soubaPriceTable_Title {
    --em: 25;
    --lh: 36;
  }
  .soubaPriceTable__table {
    margin-top: calc(22.8em / var(--em));
  }
}

@media (max-width: 48em) {
  .soubaPriceTable__tableWrap {
    overflow: scroll;
  }
  .soubaPriceTable__table {
    width: 180%;
  }
  .soubaPriceTable__table th {
    padding: calc(15em / var(--em)) calc(10em / var(--em));
  }
  .soubaPriceTable__table td {
    --em: 32;
    padding: calc(20em / var(--em));
  }
  .soubaPriceTable__table td:nth-child(1) {
    --em: 28;
  }
  .soubaPriceTable__table td span {
    --em: 22;
  }
}

/* 18金(K18)について */
.cat-AboutGold {
  padding-top: calc(96em / var(--em));
  padding-bottom: calc(96em / var(--em));
}
.cat-AboutGold_Intro {
  margin-top: calc(30em / var(--em));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cat-AboutGold_Intro_Img {
  width: 380px;
}
.cat-AboutGold_Intro_Text {
  width: calc(100% - 380px);
  margin-left: calc(40em / var(--em));
  line-height: 30px;
}
.cat-AboutGoldUnit_Title {
  margin-top: calc(40em / var(--em));
  padding: 15px 15px;
  --em: 20;
  --lh: 20;
  font-weight: 500;
  background: #fff;
  border: 1px solid #ccc;
}
.cat-AboutGoldUnit_Text {
  margin-top: calc(20em / var(--em));
  line-height: 30px;
}

@media (min-width: 48em) {
  .cat-AboutGold {
    padding-top: calc(100em / var(--em));
  }
}

@media (max-width: 48em) {
  .cat-AboutGold_Intro {
    display: block;
  }
  .cat-AboutGold_Intro_Img {
    width: 100%;
  }
  .cat-AboutGold_Intro_Text {
    width: 100%;
    margin-left: 0;
    margin-top: calc(24.2em / var(--em));
    --lh: 40;
  }
  .cat-AboutGoldUnit_Title {
    padding: 10px 10px;
    --em: 30;
    --lh: 30;
    margin-top: calc(24.2em / var(--em));
  }
  .cat-AboutGoldUnit_Text {
    margin-top: calc(24.2em / var(--em));
    --lh: 40;
  }
}

/* 専門家 */
.st-Expert.seo-Expert {
  margin-bottom: 0;
}

/* 買取参考価格 */
.st-Results_TabContainer {
  margin-top: calc(30em / var(--em));
  margin-inline: calc(-20em / var(--em));
  display: flex;
  gap: 3px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 1;
}
.st-Results_Tab {
  width: calc(25% - 9px / 4);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #100169;
  font-weight: normal;
  font-weight: 500;
  --em: 17;
  line-height: 1;
}
.st-Results_Tab:hover {
  cursor: pointer;
}
.st-Results_Tab.active {
  background: #100169;
  color: #fff;
}
.st-Results_TabContent {
  display: none;
}
.st-Results_TabContent.show {
  display: block;
}
.st-Results_SubTitle {
  --em: 30;
  --lh: 30;
  align-items: center;
  display: grid;
  gap: calc(18em / var(--em));
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  margin-top: calc(40em / var(--em));
  margin-bottom: calc(-19em / var(--em));
}
.st-Results_SubTitle::before,
.st-Results_SubTitle::after {
  background-color: currentColor;
  content: "";
  height: 1px;
}

.st-Results_withTab {
  display: grid;
  margin-top: calc(-31.3em / var(--em));
  padding-top: calc(120em / var(--em));
  padding-bottom: calc(84.8em / var(--em));
}
.st-Results_withTab.Category {
}
.st-Results_withTab.Category:is(.st-Results_withTab.Category) {
  margin-top: calc(66.7em / var(--em));
}
.st-Results_withTab.Category:before {
  background-color: #eee;
  content: "";
  position: absolute;
  inset: 0;
  top: calc(33.3em / var(--em));
  z-index: -1;
}

.st-Results_withTab_Container {
  display: grid;
  gap: 0 calc(20em / var(--em));
  grid-template-columns: repeat(2, 1fr);
  /* max-height: var(--close); */
  margin-top: calc(-16.7em / var(--em));
  margin-inline: calc(-20em / var(--em));
  overflow: hidden;
  transition-property: max-height;
}

.st-ResultsUnit_withTab {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding-top: calc(50em / var(--em));
  position: relative;
  visibility: visible;
  z-index: 1;
}
.st-ResultsUnit_withTab.hide {
  display: none;
}
.st-ResultsUnit_withTab_Category {
  --em: 17;
  --let: 0.1em;
  background-color: #100169;
  color: #fff;
  display: grid;
  grid-area: 1 / 1;
  height: calc(40em / var(--em));
  place-items: center;
  place-self: start;
  width: calc(120em / var(--em));
  z-index: 2;
}
.st-ResultsUnit_withTab_Img {
  grid-area: 1 / 1;
  position: relative;
}
.st-ResultsUnit_withTab_Img img {
  height: calc(230em / var(--em));
  object-fit: cover;
  width: 100%;
}
.st-ResultsUnit_withTab_Img:after {
  box-shadow: 0 0 0 1px #ccc inset, 0 0 0 calc(5em / var(--em)) #fff inset;
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.st-ResultsUnit_withTab_Title {
  --em: 20;
  --let: 0;
  --lh: 25;
  font-weight: 500;
  margin-top: calc(13em / var(--em));
  padding-top: calc(2em / var(--em));
  padding-bottom: calc(2em / var(--em));
}
.st-ResultsUnit_withTab_Title a {
  display: block;
}
.st-ResultsUnit_withTab_Title a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
}
.st-ResultsUnit_withTab_Price {
  align-items: center;
  display: grid;
  gap: calc(8.7em / var(--em));
  grid-template-columns: calc(114em / var(--em)) 1fr;
  margin-top: calc(7.5em / var(--em));
}
.st-ResultsUnit_withTab_Price dt {
  --em: 17;
  --let: 0;
  box-shadow: 0 0 0 1px #ccc inset;
  display: grid;
  height: calc(30em / var(--em));
  place-items: center;
  width: calc(114em / var(--em));
  background: #fff;
}
.st-ResultsUnit_withTab_Price dd {
  --lh: 59;
  --let: -0.02em;
  color: #100169;
  font-weight: 600;
}
.st-ResultsUnit_withTab_Price dd span {
  --em: 40;
}
.st-ResultsUnit_withTab_Tag {
  --em: 18;
  --let: 0;
  --lh: 26;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(3em / var(--em));
  z-index: 10;
}
.st-ResultsUnit_withTab_Tag a {
  text-decoration: underline;
}
.st-ResultsUnit_withTab_Tag li + li:before {
  padding-left: 0.375em;
  content: " / ";
}

.st-Results_Btn_withTab {
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccc inset;
  cursor: pointer;
  display: grid;
  font-weight: 500;
  height: calc(100em / var(--em));
  place-items: center;
  margin-top: calc(54.6em / var(--em));
  margin-inline: auto;
  padding-inline: 1.5em 3em;
  position: relative;
  width: 100%;
}
.st-Results_Btn_withTab::before,
.st-Results_Btn_withTab::after {
  background-color: currentColor;
  content: "";
  height: 1px;
  margin-block: auto;
  position: absolute;
  right: calc(28.6em / var(--em));
  top: 0;
  bottom: 0;
  transition-property: rotate;
  width: calc(21.81em / var(--em));
}
.st-Results_Btn_withTab.openBtn::after {
  rotate: 0 0 1 90deg;
}
.st-Results_Btn_withTab.closeBtn::after {
  rotate: 0 0 1 0deg;
}
.st-Results_Btn_withTab span {
  grid-area: 1 / 1;
  transition-property: filter, visibility;
  filter: opacity(1);
  visibility: visible;
}
.st-Results_Btn_withTab span.hide {
  filter: opacity(0);
  visibility: hidden;
}
.st-Results_Btn_withTab.hide {
  display: none;
}
.st-Results_Btn_withTab:hover {
}
.st-Results_Btn_Wrap_withTab {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.st-Results_withTab_Note {
  --em: 18;
  --let: 0;
  --lh: 26;
  margin-top: calc(24.9em / var(--em));
  margin-inline: calc(var(--pd) * -1);
  order: 2;
  padding-left: 1em;
  text-align: center;
  text-indent: -1em;
}

@media (min-width: 48em) {
  .st-Results_TabContainer {
    margin-top: calc(34em / var(--em));
    margin-inline: 0;
  }
  .st-Results_SubTitle {
    --em: 20;
    --lh: 20;
    gap: calc(12em / var(--em));
    margin-bottom: calc(-13.4em / var(--em));
  }

  .st-Results_withTab {
    margin-top: calc(-67.3em / var(--em));
    padding-top: calc(140em / var(--em));
    padding-bottom: calc(69.8em / var(--em));
  }
  .st-Results_withTab.Category:is(.st-Results_withTab.Category) {
    margin-top: calc(48.7em / var(--em));
  }
  .st-Results_withTab.Category:before {
    top: calc(51.3em / var(--em));
  }

  .st-Results_withTab_Container {
    gap: 0 calc(19em / var(--em));
    grid-template-columns: repeat(3, 1fr);
    margin-top: calc(-12.3em / var(--em));
    margin-inline: 0;
  }

  .st-ResultsUnit_withTab_Category {
    --em: 13;
    height: calc(30em / var(--em));
    width: calc(100em / var(--em));
  }
  .st-ResultsUnit_withTab_Img img {
    height: calc(190em / var(--em));
  }
  .st-ResultsUnit_withTab_Title {
    --em: 14;
    --lh: 20;
    margin-top: calc(10.2em / var(--em));
    padding-top: calc(0em / var(--em));
    padding-bottom: calc(0em / var(--em));
  }
  .st-ResultsUnit_withTab_Price {
    grid-template-columns: calc(90em / var(--em)) 1fr;
    margin-top: calc(9.2em / var(--em));
  }
  .st-ResultsUnit_withTab_Price dt {
    --em: 13;
    height: calc(25em / var(--em));
    width: calc(90em / var(--em));
  }
  .st-ResultsUnit_withTab_Price dd {
    --em: 18;
    --lh: 44;
  }
  .st-ResultsUnit_withTab_Price dd span {
    --em: 30;
  }
  .st-ResultsUnit_withTab_Tag {
    --em: 13;
    --lh: 19;
    margin-top: calc(4em / var(--em));
  }

  .st-Results_Btn_withTab {
    box-shadow: 0 0 0 1px #ccc inset;
    height: calc(60em / var(--em));
    margin-top: calc(47.6em / var(--em));
    margin-inline: auto;
    width: calc(820em / var(--em));
  }
  .st-Results_Btn_withTab::before,
  .st-Results_Btn_withTab::after {
    right: calc(19.7em / var(--em));
    width: calc(14.54em / var(--em));
  }

  .st-Results_withTab_Note {
    --em: 12;
    --lh: 17;
    margin-top: calc(16.9em / var(--em));
    margin-inline: 0;
  }
}

/* チャート */
.tv-lightweight-charts,
.tv-lightweight-charts table {
  width: 100% !important;
  height: 500px !important;
}
.pricesChart {
  padding-top: calc(50em / var(--em));
}
.pricesChart_Title {
  --em: 25;
  --lh: 36;
  text-align: center;
  font-weight: 500;
}
.cat-MarketPrice_Title {
}
.cat-MarketPrice_Title_updated {
  --em: 14;
  --lh: 20;
  font-weight: 400;
  margin-top: calc(5.2em / var(--em));
  text-align: center;
}
.chartIndicator {
  padding: 30px;
  margin-top: calc(20em / var(--em));
  background: #fff;
}
.chartIndicator #bullionChart {
  position: relative !important;
  margin: 0 auto;
  width: fit-content;
}
.chartIndicator h3 {
  margin: calc(18em / var(--em)) 0 12px;
  padding-bottom: 5px;
  --em: 16;
  --lh: 18;
  font-weight: bold;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.chartIndicator_chartUi-types {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  --em: 14;
}
.chartIndicator_chartUi-type {
  margin: 0 14px 10px -5px;
  cursor: pointer;
  color: #444;
  white-space: nowrap;
}
.chartIndicator_chartUi-type::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px -5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L5.5 12L12 2' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  content: "";
}
.chartIndicator_chartUi-type.show {
  font-weight: bold;
  font-weight: 500;
}
.chartIndicator_chartUi-type[data-type="au"].show,
.chartIndicator_chartUi-type[data-type^="K"].show {
  color: #c8bf76;
}
.chartIndicator_chartUi-type[data-type="pt"].show,
.chartIndicator_chartUi-type[data-type^="Pt"].show {
  color: #6897b5;
}
.chartIndicator_chartUi-type[data-type="ag"].show,
.chartIndicator_chartUi-type[data-type^="Sv"].show {
  color: #1e797c;
}
.chartIndicator_chartUi-type[data-type="pd"].show {
  color: #b5686d;
}
.chartIndicator_chartUi-type[data-type="au"].show::before,
.chartIndicator_chartUi-type[data-type^="K"].show::before {
  background-color: #c8bf76;
  border-color: #c8bf76;
}
.chartIndicator_chartUi-type[data-type="pt"].show::before,
.chartIndicator_chartUi-type[data-type^="Pt"].show::before {
  background-color: #6897b5;
  border-color: #6897b5;
}
.chartIndicator_chartUi-type[data-type="ag"].show::before,
.chartIndicator_chartUi-type[data-type^="Sv"].show::before {
  background-color: #1e797c;
  border-color: #1e797c;
}
.chartIndicator_chartUi-type[data-type="pd"].show::before {
  background-color: #b5686d;
  border-color: #b5686d;
}

.chartIndicator_chartUi-buttons-wrapper,
.chartIndicator_chartUi-select-wrapper {
  display: flex;
  justify-content: flex-start;
}
.chartIndicator_chartUi-select-wrapper {
  margin-top: 4px;
}
.chartIndicator_chartUi-buttons-wrapper .heading,
.chartIndicator_chartUi-select-wrapper .heading {
  width: 90px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --em: 15;
  white-space: nowrap;
}
.chartIndicator_chartUi-buttons,
.chartIndicator_chartUi-select {
  width: calc(100% - 90px);
  display: flex;
  justify-content: flex-start;
}
.chartIndicator_chartUi-button {
  width: calc(100% / 7);
  height: 50px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  --em: 15;
}
.chartIndicator_chartUi-button.is-click {
  background: #c8bf76;
  color: #fff;
}
.chartIndicator_select-wrapper {
  width: calc((100% - 3em) / 2);
}
.chartIndicator_select-wrapper_and {
  width: 3em;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  --em: 15;
}

.chartIndicator_select {
  margin-left: 4px;
}
.chartIndicator_select input[type="date"]::-webkit-date-and-time-value,
.chartIndicator_select input[type="time"]::-webkit-date-and-time-value {
  text-align: left;
}
.chartIndicator_select-error {
  width: 100%;
  display: none;
  color: red;
  font-size: 12px;
  line-height: 1.5;
}
.chartIndicator_select-error.is-error {
  display: block;
}

#bullionChart {
  opacity: 0;
  width: 100% !important;
}
#bullionChart.show {
  opacity: 1;
}

.flatpickr-calendar .flatpickr-months {
  padding: 15px 0;
}
.flatpickr-current-month {
  padding-top: 0;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  display: flex;
  align-items: center;
  position: relative;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #c8bf76;
}
.flatpickr-calendar .flatpickr-days {
  padding-bottom: 15px;
}
.flatpickr-day.selected {
  border-color: #c8bf76 !important;
  background-color: #c8bf76 !important;
  color: #000 !important;
}

.chartTooltip {
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1000;
  box-sizing: border-box;
  padding: 10px;
  pointer-events: none;
  border: 1px solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  line-height: 1.66;
  /* box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15); */
  background: rgba(255, 255, 255, 0.85);
  color: #444;
}
.chartTooltipContentdate {
  font-size: 13px;
  font-weight: bold;
}
.chartTooltipContent {
  font-size: 12px;
}
.chartTooltipContentItem {
  font-size: 12px;
}
.chartTooltipContentItem em {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 48em) {
  .tv-lightweight-charts,
  .tv-lightweight-charts table {
    width: 100% !important;
    height: 300px !important;
  }
  .cat-MarketPrice_Title_updated {
    --em: 20;
    --let: 0;
    --lh: 29;
  }
  .chartIndicator {
    margin-inline: calc(-50em / var(--em));
    padding: 10px;
  }
  .chartIndicator_chartUi-type {
    margin: 0 7px 13px -3px;
  }
  .chartIndicator_chartUi-type::before {
    width: 18px;
    height: 18px;
    margin: 0 3px -5px;
    background-size: 11px 11px;
  }
  .chartIndicator_chartUi-buttons-wrapper .heading,
  .chartIndicator_chartUi-select-wrapper .heading {
    width: 52px;
  }
  .chartIndicator_chartUi-buttons,
  .chartIndicator_chartUi-select {
    width: calc(100% - 52px);
    flex-wrap: nowrap;
  }
  .chartIndicator_chartUi-button {
    height: 36px;
    margin-left: 2px;
  }
  .chartIndicator_select-wrapper {
    width: 100%;
  }
  .chartIndicator_select-wrapper_and {
    width: 6em;
    height: 36px;
  }
  .chartIndicator_select {
    margin-left: 2px;
  }
}

.chartIndicator_input {
  width: 100%;
  height: 36px;
  padding-top: 6px;
  padding-left: 32px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9H6V11H4V9ZM4 13H6V15H4V13ZM8 9H10V11H8V9ZM8 13H10V15H8V13ZM12 9H14V11H12V9ZM12 13H14V15H12V13Z' fill='%23444444'/%3E%3Cpath d='M2 20H16C17.103 20 18 19.103 18 18V4C18 2.897 17.103 2 16 2H14V0H12V2H6V0H4V2H2C0.897 2 0 2.897 0 4V18C0 19.103 0.897 20 2 20ZM16 6L16.001 18H2V6H16Z' fill='%23444444'/%3E%3C/svg%3E%0A");
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 18px 20px;
}

@media (min-width: 48em) {
  .chartIndicator_input {
    width: 100%;
    height: 50px;
    padding-left: 50px;
    padding-top: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9H6V11H4V9ZM4 13H6V15H4V13ZM8 9H10V11H8V9ZM8 13H10V15H8V13ZM12 9H14V11H12V9ZM12 13H14V15H12V13Z' fill='%23444444'/%3E%3Cpath d='M2 20H16C17.103 20 18 19.103 18 18V4C18 2.897 17.103 2 16 2H14V0H12V2H6V0H4V2H2C0.897 2 0 2.897 0 4V18C0 19.103 0.897 20 2 20ZM16 6L16.001 18H2V6H16Z' fill='%23444444'/%3E%3C/svg%3E%0A"),
      url("data:image/svg+xml,%3Csvg viewBox='0 0 1 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='30' fill='%23CCCCCC'/%3E%3C/svg%3E%0A"),
      url("data:image/svg+xml,%3Csvg viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1607_128' fill='white'%3E%3Cpath d='M0 7L6.36396 0.636039L12.7279 7L6.36396 13.364L0 7Z'/%3E%3C/mask%3E%3Cpath d='M6.36396 13.364L5.65685 14.0711C6.04738 14.4616 6.68054 14.4616 7.07107 14.0711L6.36396 13.364ZM12.7279 7L12.0208 6.29289L5.65685 12.6569L6.36396 13.364L7.07107 14.0711L13.435 7.70711L12.7279 7ZM6.36396 13.364L7.07107 12.6569L0.707107 6.29289L0 7L-0.707107 7.70711L5.65685 14.0711L6.36396 13.364Z' fill='%23444444' mask='url(%23path-1-inside-1_1607_128)'/%3E%3C/svg%3E%0A");
    background-position: left 20px center, right 40px center, right 13px center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 18px 20px, 1px 30px, 14px 14px;
    outline: none;
    --em: 15;
    --lh: 37;
  }
}

/* jewelry */
/* その他の査定可能な宝石 */
.cat-JewelryList {
  padding-bottom: calc(100em / var(--em));
}
.cat-JewelryList_Title {
  margin-bottom: calc(40em / var(--em));
}
.jewelryListInnerList {
}
.jewelryListInnerList_box {
  margin-bottom: 0.625rem;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 1px solid #ccc;
}
.jewelryListInnerList_box_ttl {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  --em: 18;
  --lh: 17;
  border-bottom: 1px solid #ccc;
}
.jewelryListInnerList_items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 calc(var(--em) * var(--1rem) / var(--rem));
  --em: 14;
  --lh: 25;
}
.jewelryListInnerList_items .item-name {
  display: inline;
}
.jewelryListInnerList_items .item-name::after {
  display: inline;
  content: "/";
  padding-left: calc(var(--em) * var(--1rem) / var(--rem));
  color: #ccc;
}
.jewelryListInnerList_items .item-name:last-child::after {
  display: none;
}
@media (max-width: 48em) {
  .jewelryListInnerList {
    margin-inline: calc(-20em / var(--em));
  }
  .jewelryListInnerList_box_ttl {
    --em: 30;
    --lh: 36;
  }
  .jewelryListInnerList_items {
    gap: 0 calc(var(--em) * var(--1rem) * 0.5 / var(--rem));
    --em: 25;
    --lh: 36;
  }
  .jewelryListInnerList_items .item-name::after {
    padding-left: calc(var(--em) * var(--1rem) * 0.5 / var(--rem));
  }
}

/* watch */
/* ブランド時計が今売りどきである理由 */
.cat-WatchBestTime {
  margin-bottom: calc(100em / var(--em));
}
.cat-WatchBestTime_Inner {
  padding: calc(60em / var(--em)) calc(50em / var(--em));
  background: #e8e9f2;
}
.cat-WatchBestTime_Title {
}
.cat-WatchBestTime_Content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  margin-top: calc(30em / var(--em));
}
.cat-WatchBestTime_Img {
  max-width: 340px;
  width: 45%;
}
.cat-WatchBestTime_Text {
  width: 55%;
  padding-left: 1.5rem;
  --lh: 30;
}
@media (max-width: 48em) {
  .cat-WatchBestTime {
    background: #e8e9f2;
  }
  .cat-WatchBestTime_Inner {
    padding: calc(60em / var(--em)) calc(30em / var(--em));
    background: transparent;
  }
  .cat-WatchBestTime_Title {
  }
  .cat-WatchBestTime_Content {
    display: block;
    margin-inline: calc(-40em / var(--em));
  }
  .cat-WatchBestTime_Img {
    width: 100%;
  }
  .cat-WatchBestTime_Text {
    width: 100%;
    margin-top: calc(20em / var(--em));
    padding: 0;
    --lh: 40;
  }
}

/* 高く売れるブランド時計の特徴 */
.cat-WatchFeatures {
  margin-bottom: calc(50em / var(--em));
}
.cat-WatchFeatures_Title {
  margin-bottom: calc(30em / var(--em));
}
.cat-WatchFeatures_Section {
  margin-bottom: calc(40em / var(--em));
}
.cat-WatchFeatures_Section-ttl {
  padding: 0.5rem 0.875rem;
  background: #fff;
  border: 1px solid #ccc;
  font-weight: 500;
  --em: 20;
}
.cat-WatchFeatures_Section-txt {
  padding-top: 1rem;
  --lh: 30;
}
@media (max-width: 48em) {
  .cat-WatchFeatures {
    margin-bottom: calc(75em / var(--em));
  }
  .cat-WatchFeatures_Title {
  }
  .cat-WatchFeatures_Section {
  }
  .cat-WatchFeatures_Section-ttl {
    --em: 25;
  }
  .cat-WatchFeatures_Section-txt {
    padding-top: 0.75rem;
    --lh: 40;
  }
}
