/* 金・貴金属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 {
  position: relative;
  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%;
  transition-property: filter, visibility;
  filter: opacity(1);
  visibility: visible;
}
.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 {
  transition-property: filter, visibility;
  filter: opacity(0);
  visibility: hidden;
}
.st-Results_Btn_withTab.hide {
  display: none;
  transition-property: filter, visibility;
  filter: opacity(0);
  visibility: hidden;
}
.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;
  }
  .pricesChart_Title {
    --em: 35;
    --lh: 45;
    text-align: center;
    font-weight: 500;
  }
  .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: 2px;
  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;
  -webkit-appearance: none;
}
/* Safariのみ */
@supports (-webkit-touch-callout: none) {
  .chartIndicator_input {
    padding-top: 8px;
  }
}

@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;
  }
}

.st-Contents .home-Results {
  margin-bottom: 0;
}
.home-Results .home-Results_Tabs {
  margin-top: calc(30em / var(--em));
  margin-inline: calc(-20em / var(--em));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(3em * 2 / var(--em));
}
.home-Results .home-Results_Tabs .home-Results_Tab {
  height: calc(50em * 2 / var(--em));
  border: 1px solid #ccc;
  border-radius: calc(3em * 2 / var(--em));
  color: #000;
  --em: 17;
  font-weight: 500;
  display: grid;
  place-items: center;
  cursor: pointer;
  pointer-events: all;
}
.home-Results .home-Results_Tabs .home-Results_Tab.active {
  background-color: #100169;
  color: #fff;
}
.home-Results .home-ResultsUnit_tabContent {
  display: none;
}
.home-Results .home-ResultsUnit_tabContent .home-ResultsUnit_Container {
  filter: opacity(1);
  z-index: 1;
}
.home-Results .home-ResultsUnit_tabContent.show {
  display: block;
}
.home-Results .home-Results_Container {
  display: block;
  gap: 0;
  margin-top: 0;
  padding-top: 0;
  padding-inline: 0;
}
.home-Results .home-ResultsUnit_Container {
  padding-top: 0;
}

@media (min-width: 48em) {
  .home-Results .home-Results_Tabs {
    gap: calc(5em / var(--em));
    margin-inline: calc(156em / 2 / var(--em));
  }
  .home-Results .home-Results_Tabs .home-Results_Tab {
    height: calc(60em / var(--em));
    border-radius: 0;
  }
}

.home-cat-MarketPrice {
  padding-top: calc(100em / var(--em));
  position: relative;
  visibility: visible;
  z-index: 1;
}
.home-cat-MarketPrice_Title {
  --em: 45;
  --let: 0.05em;
  --lh: 72;
  display: grid;
  font-weight: 600;
  justify-items: center;
  text-align: center;
  white-space: nowrap;
}
.home-cat-MarketPrice_Title::after {
  background-image: radial-gradient(
    circle farthest-side,
    #100169,
    #100169 calc(3em / var(--em)),
    transparent calc(3em / var(--em)),
    transparent
  );
  background-repeat: repeat-x;
  background-size: calc(14em / var(--em)) 100%;
  content: "";
  height: calc(6em / var(--em));
  width: calc(69em / var(--em));
  margin-top: calc(15.3em / var(--em));
}
.home-cat-MarketPrice_Title strong {
  --em: 27;
  --let: 0.1em;
  --lh: 39;
  background-color: #100169;
  border-radius: 10em;
  color: #fff;
  display: grid;
  font-weight: 600;
  height: calc(60em / var(--em));
  margin-bottom: calc(23.2em / var(--em));
  padding-bottom: calc(2.6em / var(--em));
  place-items: center;
  position: relative;
  width: calc(320em / var(--em));
  z-index: 1;
}
.home-cat-MarketPrice_Title strong::after {
  background-color: #100169;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  content: "";
  height: calc(18em / var(--em));
  margin-inline: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(-18em / var(--em));
  width: calc(24em / var(--em));
}
.home-cat-MarketPrice_Circle {
  --em: 14;
  --let: 0;
  --lh: 22;
  background-color: #fff600;
  border-radius: 50%;
  display: grid;
  /* font-style: italic; */
  font-weight: 700;
  height: calc(150em / var(--em));
  place-items: center;
  position: absolute;
  left: calc(-20em / var(--em));
  top: calc(10em / var(--em));
  text-align: center;
  width: calc(150em / var(--em));
  z-index: -1;
}
@media not screen and (min-width: 48em) {
  .home-cat-MarketPrice_Circle {
    --rem: calc(25 * 750 / 1280);
    scale: 0.8666666667;
  }
}
.home-cat-MarketPrice_Circle span {
  padding-inline: 1em;
}
.home-cat-MarketPrice_Circle strong {
  --em: 18;
  --lh: 18;
}
.home-cat-MarketPrice_Boxs {
  margin-top: calc(30em / var(--em));
  margin-inline: calc(-20em / var(--em));
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10em * 2 / var(--em));
}
.home-cat-MarketPrice_Box {
}
.home-cat-MarketPrice_boxImage {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  img {
  }
}
.home-cat-MarketPrice_boxText {
  display: grid;
  grid-template-rows: calc(44em / var(--em)) calc(68em / var(--em)) 1fr;
}
.home-cat-MarketPrice_boxBrand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: calc(5em * 2 / var(--em));
}
.home-cat-MarketPrice_boxBrandHead {
  padding: calc(5em / var(--em)) calc(8em / var(--em));
  background-color: #100169;
  color: #fff;
  --em: 17;
}
.home-cat-MarketPrice_boxBrandName {
  margin-left: calc(8em / var(--em));
  --em: 24;
  /* --let: -0.05; */
  font-weight: 500;
  color: #000;
}
.home-cat-MarketPrice_boxName {
  margin-top: calc(5em * 2 / var(--em));
  --em: 20;
  --lh: 24;
  /* --let: -0.05; */
  color: #444;
}
.home-cat-MarketPrice_boxPrices {
  padding-top: calc(5em * 2 / var(--em));
  border-top: 1px solid #ccc;
}
.home-cat-MarketPrice_boxPrice {
  margin-bottom: calc(5em / var(--em));
  display: flex;
  justify-content: space-between;
  align-items: center;
  --em: 24;
  --lh: 38;
  font-weight: 500;
}
.home-cat-MarketPrice_boxPrice span {
}
.home-cat-MarketPrice_boxPrice .date {
  display: grid;
  place-items: center;
  width: calc(120em / var(--em));
}
.home-cat-MarketPrice_boxPrice .date span {
  padding: calc(5em / var(--em)) calc(8em / var(--em));
  background-color: #e8e9f2;
  color: #100169;
  --em: 17;
  --let: 0;
  font-weight: 400;
  text-align: center;
}
.home-cat-MarketPrice_boxPrice .font-Heebo {
  --em: 38;
  --let: -0.03em;
}
.home-cat-MarketPrice_boxPriceBefore {
}
.home-cat-MarketPrice_boxPriceAfter {
}
.home-cat-MarketPrice_Note {
  margin-top: calc(10em * 2 / var(--em));
  margin-inline: calc(-20em / var(--em));
  --em: 18;
  --let: 0;
  --lh: 26;
  text-align: center;
}

@media (min-width: 48em) {
  .home-cat-MarketPrice_Title {
    --em: 40;
    --lh: 58;
    margin-top: calc(9.2em / var(--em));
  }
  .home-cat-MarketPrice_Title::after {
    background-image: radial-gradient(
      circle farthest-side,
      #100169,
      #100169 calc(2em / var(--em)),
      transparent calc(2em / var(--em)),
      transparent
    );
    background-size: calc(9em / var(--em)) 100%;
    height: calc(4em / var(--em));
    width: calc(45em / var(--em));
  }
  .home-cat-MarketPrice_Title strong {
    --em: 25;
    --lh: 36;
    height: calc(50em / var(--em));
    padding-bottom: calc(3.6em / var(--em));
    width: calc(300em / var(--em));
  }
  .home-cat-MarketPrice_Title strong::after {
    height: calc(15em / var(--em));
    bottom: calc(-15em / var(--em));
    width: calc(20em / var(--em));
  }
  .home-cat-MarketPrice_Circle {
    position: absolute;
    right: calc(50% + 320em / var(--em));
    left: auto;
    top: calc(134em / var(--em));
  }
  .home-cat-MarketPrice_Boxs {
    gap: calc(30em / var(--em));
    margin-inline: calc(50em / var(--em));
  }
  .home-cat-MarketPrice_Box {
    display: grid;
    grid-template-columns: calc(250em / var(--em)) 1fr;
    gap: calc(15em / var(--em));
  }
  .home-cat-MarketPrice_boxImage {
    width: calc(248em / var(--em));
    height: calc(168em / var(--em));
  }
  .home-cat-MarketPrice_boxText {
    grid-template-rows: calc(42em / var(--em)) calc(48em / var(--em)) 1fr;
  }
  .home-cat-MarketPrice_boxBrand {
    margin-top: calc(-8em / var(--em));
  }
  .home-cat-MarketPrice_boxBrandHead {
    --em: 14;
  }
  .home-cat-MarketPrice_boxBrandName {
    margin-left: calc(10em / var(--em));
    --em: 18;
  }
  .home-cat-MarketPrice_boxName {
    margin-top: 0;
    --em: 14;
    --lh: 20;
  }
  .home-cat-MarketPrice_boxPrice {
    margin-bottom: 0;
    --em: 20;
    --lh: 34;
  }
  .home-cat-MarketPrice_boxPrice .date {
    width: calc(87em / var(--em));
  }
  .home-cat-MarketPrice_boxPrice .date span {
    display: grid;
    place-items: center;
    width: 100%;
    height: calc(30em / var(--em));
    padding: 0;
    --em: 14;
    --lh: 14;
    white-space: nowrap;
  }
  .home-cat-MarketPrice_boxPrice .font-Heebo {
    --em: 30;
  }
  .home-cat-MarketPrice_Note {
    margin-top: calc(30em / var(--em));
    color: #444;
    --em: 14;
  }
}

.home-brandModels {
  margin-top: calc(100em / var(--em));
  padding-block: calc(91.7em / var(--em));
  background: #100169;
}
.home-brandModels_Title {
  color: #fff;
}
.home-brandModels_Title::after {
  background-image: radial-gradient(
    circle farthest-side,
    #fff,
    #fff calc(3em / var(--em)),
    transparent calc(3em / var(--em)),
    transparent
  );
}
.home-brandModels_tabContainer {
  margin-top: calc(30em / var(--em));
  margin-inline: calc(-20em / var(--em));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(3em * 2 / var(--em));
}
.home-brandModels_Tab {
  height: calc(45em * 2 / var(--em));
  border: 1px solid #ccc;
  border-radius: calc(3em * 2 / var(--em));
  color: #000;
  background: #fff;
  --em: 22;
  font-weight: 500;
  display: grid;
  place-items: center;
  cursor: pointer;
  pointer-events: all;
}
.home-brandModels_Tab.active {
  background: #fff600;
}
.home-brandModels_tabContentContainer {
  margin-top: calc(30em / var(--em));
  margin-inline: calc(-20em / var(--em));
}
.home-brandModels_tabContent {
  display: none;
  gap: calc(20em / var(--em));
  /* grid-area: 3 / 1 / 3 / 3; */
  grid-auto-rows: min-content;
  grid-template-columns: repeat(2, 1fr);
}
.home-brandModels_tabContent.show {
  display: grid;
}
.home-brandModels_item {
  background: #eee;
  text-align: center;
}
.home-brandModels_item a {
  display: block;
  padding-block: calc(10em / var(--em)) calc(10em / var(--em));
}
.home-brandModels_itemImage {
}
.home-brandModels_itemName {
  padding-top: calc(5em / var(--em));
  --em: 24;
  color: #000;
}
@media (min-width: 48em) {
  .home-brandModels_Title::after {
    background-image: radial-gradient(
      circle farthest-side,
      #fff,
      #fff calc(2em / var(--em)),
      transparent calc(2em / var(--em)),
      transparent
    );
    background-size: calc(9em / var(--em)) 100%;
    height: calc(4em / var(--em));
    width: calc(45em / var(--em));
  }
  .home-brandModels_tabContainer {
    margin-inline: calc(140em / var(--em));
    gap: calc(5em / var(--em));
  }
  .home-brandModels_Tab {
    height: calc(60em / var(--em));
    border-radius: 0;
    --em: 18;
  }
  .home-brandModels_tabContentContainer {
    margin-top: calc(50em / var(--em));
    margin-inline: 0;
  }
  .home-brandModels_tabContent {
    grid-template-columns: repeat(5, 1fr);
    gap: calc(16em / var(--em));
  }
  .home-brandModels_tabContent:nth-child(2),
  .home-brandModels_tabContent:nth-child(5) {
    grid-template-columns: repeat(4, 1fr);
    margin-inline: calc(122em / var(--em));
  }
  .home-brandModels_tabContent:nth-child(4),
  .home-brandModels_tabContent:nth-child(6),
  .home-brandModels_tabContent:nth-child(8),
  .home-brandModels_tabContent:nth-child(9) {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: calc(365em / var(--em));
  }
  .home-brandModels_tabContent:nth-child(7) {
    grid-template-columns: repeat(1, 1fr);
    margin-inline: calc(486.5em / var(--em));
  }
  .home-brandModels_item {
    height: calc(200em / var(--em));
  }
  .home-brandModels_item a {
    padding-block: 0;
    display: grid;
    grid-template-rows: calc(150em / var(--em)) 1fr;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .home-brandModels_itemImage {
    width: calc(207em / var(--em));
    margin-top: calc(10em / var(--em));
  }
  .home-brandModels_itemImage img {
    width: 100%;
    height: auto;
  }
  .home-brandModels_itemName {
    padding-top: 0;
    margin-bottom: calc(25em / var(--em));
    --em: 16;
    align-self: end;
  }
}

.home-brandTimeToSell {
  padding-top: calc(91.7em / var(--em));
  padding-bottom: calc(100em / var(--em));
}
.home-brandTimeToSellSection {
  margin-top: calc(30em / var(--em));
}
.home-brandTimeToSellSection_Title {
  display: grid;
  grid-template-columns: calc(75em / var(--em)) 1fr;
  align-items: center;
  min-height: calc(75em / var(--em));
  border: 1px solid #ccc;
  background: #fff;
}
.home-brandTimeToSellSection_Title .num {
  display: grid;
  place-items: center;
  width: calc(75em / var(--em));
  min-height: calc(75em / var(--em));
  background: #100169;
  color: #fff;
  --em: 36;
  --lh: 36;
  font-weight: 600;
}
.home-brandTimeToSellSection_Title .txt {
  padding-left: calc(10em / var(--em));
  --em: 30;
  --let: 0.03em;
  font-weight: 500;
}
.home-brandTimeToSellSection_Text {
  margin-top: calc(30em / var(--em));
}
@media (min-width: 48em) {
  .home-brandTimeToSell {
    padding-bottom: calc(80em / var(--em));
  }
  .home-brandTimeToSellSection {
    padding-bottom: calc(20em / var(--em));
    margin-inline: calc(100em / var(--em));
  }
  .home-brandTimeToSellSection_Title {
    grid-template-columns: calc(60em / var(--em)) 1fr;
    min-height: calc(60em / var(--em));
  }
  .home-brandTimeToSellSection_Title .num {
    width: calc(60em / var(--em));
    min-height: calc(60em / var(--em));
    --em: 31;
  }
  .home-brandTimeToSellSection_Title .txt {
    padding-left: calc(20em / var(--em));
    --em: 25;
  }
  .home-brandTimeToSellSection_Text {
    margin-inline: calc(20em / var(--em));
  }
}

.home-highPricedBrand {
  /* padding-top: calc(91.7em / var(--em)); */
  padding-bottom: calc(100em / var(--em));
}
.home-highPricedBrand_Title {
}
.home-highPricedBrandSection {
  margin-top: calc(30em / var(--em));
  padding: calc(20em / var(--em));
  background: #fff;
}
.home-highPricedBrandSection_Header {
  display: grid;
  grid-template-columns: calc(94em * 2 / var(--em)) 1fr;
}
.home-highPricedBrandSection_Img {
  width: calc(94em * 2 / var(--em));
  height: calc(94em * 2 / var(--em));
  display: grid;
  place-items: center;
  background-color: rgba(237, 232, 221, 0.5);
  border-radius: 50%;
}
.home-highPricedBrandSection_Img1 {
  img {
    width: calc(48.13em * 2 / var(--em));
    margin-top: calc(-12em * 2 / var(--em));
    margin-left: calc(-8em * 2 / var(--em));
  }
}
.home-highPricedBrandSection_Img2 {
  background-image: url(https://www.kaitori-daikichi.jp/cms/wp-content/themes/daikichi_new/assets/img/home-highpricedbrand-02-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  img {
    width: calc(38.13em * 2 / var(--em));
  }
}
.home-highPricedBrandSection_Img3 {
  img {
    width: calc(60em * 2 / var(--em));
  }
}
.home-highPricedBrandSection_Num {
  padding-left: calc(10em / var(--em));
  --em: 28;
  --let: 0.04em;
  font-weight: 700;
  color: #6d5800;
}
.home-highPricedBrandSection_Num > span {
  background: linear-gradient(transparent 50%, #ede8dd 50%);
}
.home-highPricedBrandSection_Num .font-Heebo {
  --em: 40;
  --let: -0.01em;
  font-weight: 800;
  padding-left: calc(5em / var(--em));
}
.home-highPricedBrandSection_TitleWrap {
  display: grid;
  grid-template-rows: calc(25em * 2 / var(--em)) calc(69em * 2 / var(--em)) calc(
      2em * 2 / var(--em)
    );
}
.home-highPricedBrandSection_Title {
  align-self: center;
  margin-bottom: 0;
  padding-left: calc(10em / var(--em));
  --em: 35;
  --lh: 50;
  font-weight: 500;
}
.home-highPricedBrandSection_TitleBorder {
  background: radial-gradient(
    circle farthest-side,
    #6d5800,
    #6d5800 20%,
    transparent 20%,
    transparent
  );
  background-size: calc(20em / var(--em));
  content: "";
  display: inline-block;
  height: calc(4em / var(--em));
  width: 100%;
}
.home-highPricedBrandSection_Body {
  margin-top: calc(10em * 2 / var(--em));
}
@media (min-width: 48em) {
  .home-highPricedBrandSectionWrap {
    margin-top: calc(30em / var(--em));
    margin-inline: calc(100em / var(--em));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20em / var(--em));
  }
  .home-highPricedBrandSection {
    margin: 0;
    padding: calc(15em / var(--em)) calc(25em / var(--em))
      calc(10em / var(--em));
  }
  .home-highPricedBrandSection_Header {
    grid-template-columns: calc(94em / var(--em)) 1fr;
  }
  .home-highPricedBrandSection_Img {
    width: calc(94em / var(--em));
    height: calc(94em / var(--em));
  }
  .home-highPricedBrandSection_Img1 {
    img {
      width: calc(48.13em / var(--em));
      margin-top: calc(-12em / var(--em));
      margin-left: calc(-8em / var(--em));
    }
  }
  .home-highPricedBrandSection_Img2 {
    img {
      width: calc(38.13em / var(--em));
    }
  }
  .home-highPricedBrandSection_Img3 {
    img {
      width: calc(60em / var(--em));
    }
  }
  .home-highPricedBrandSection_Num {
    --em: 14;
  }
  .home-highPricedBrandSection_Num .font-Heebo {
    --em: 20;
  }
  .home-highPricedBrandSection_TitleWrap {
    grid-template-rows: calc(25em / var(--em)) calc(69em / var(--em)) calc(
        2em / var(--em)
      );
  }
  .home-highPricedBrandSection_Title {
    --em: 25;
    --lh: 30;
  }
  .home-highPricedBrandSection_TitleBorder {
    background-size: calc(10em / var(--em));
    height: calc(2em / var(--em));
  }
}

.home .situationCategoryInner {
}
@media (min-width: 48em) {
  .home .situationCategoryInner {
    margin-inline: calc(170em / var(--em));
  }
}

.appraiser_home {
}
@media (min-width: 48em) {
  .appraiser_home {
  }
  .appraiser_home .appraiserSec {
    margin-inline: calc(50em / var(--em));
  }
  .appraiser_home .appraiserSecList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20em / var(--em));
  }
  .appraiser_home .appraiserSecList_item {
    width: auto;
    margin: 0;
  }
  .appraiser_home .appraiserSecList_itemTop {
    display: grid;
    grid-template-columns: calc(140em / var(--em)) 1fr;
  }
  .appraiser_home .appraiserSecList_itemTopL {
    width: auto;
  }
  .appraiser_home .appraiserSecList_itemTopR {
    width: auto;
    margin-left: calc(20em / var(--em));
  }
  .appraiser_home .appraiserSecList_itemTopR_info li {
    justify-content: flex-start;
  }
  .appraiser_home .appraiserSecList_itemTopR_info li h4 {
    width: calc(70em / var(--em));
  }
  .appraiser_home .appraiserSecList_itemTopR_info li p {
    width: auto;
  }
}

/* コラム：監修者 */
.columnSupervisor__box {
  margin-top: calc(30em / var(--em));
  padding: calc(30em / var(--em));
  padding-left: 0;
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: calc(210em / var(--em)) 1fr;
  align-items: center;
}
.columnSupervisor__box--figure {
  margin-bottom: 0;
  text-align: center;
}
.columnSupervisor__box--figure img {
  width: calc(150em / var(--em));
  height: calc(150em / var(--em));
  object-fit: cover;
  border-radius: 50%;
}
.columnSupervisor__box--figure figcaption {
  margin-top: calc(15em / var(--em));
  --em: 22;
  --lh: 12;
  --let: 0;
}
.columnSupervisor__box--text {
  padding-left: calc(30em / var(--em));
  border-left: 1px solid #ccc;
}
.columnSupervisor__box--title {
  --em: 20;
  --lh: 24;
  --let: 0.05em;
  color: #000;
}
.columnSupervisor__box--name {
  margin-top: calc(10em / var(--em));
  --em: 30;
  --lh: 40;
  --let: 0.05em;
  font-weight: 500;
  color: #000;
}
.columnSupervisor__box--intro {
  margin-top: calc(20em / var(--em));
  margin-bottom: 0;
  --em: 22;
  --lh: 35;
  /* --let: 0; */
}

@media (min-width: 48em) {
  .columnSupervisor__box {
    margin-top: calc(40em / var(--em));
    margin-bottom: calc(28em / var(--em));
    grid-template-columns: calc(160em / var(--em)) 1fr;
  }
  .columnSupervisor__box--figure {
    border-right: 1px solid #ccc;
  }
  .columnSupervisor__box--figure img {
    width: calc(100em / var(--em));
    height: calc(100em / var(--em));
  }
  .columnSupervisor__box--figure figcaption {
    margin-top: calc(10em / var(--em));
    --em: 14;
    --lh: 22;
  }
  .columnSupervisor__box--text {
    border: none;
  }
  .columnSupervisor__box--title {
    --em: 14;
    --lh: 12;
  }
  .columnSupervisor__box--name {
    margin-top: calc(5em / var(--em));
    --em: 18;
    --lh: 25;
  }
  .columnSupervisor__box--intro {
    margin-top: calc(15em / var(--em));
    --em: 14;
    --lh: 22;
  }

  .columnSupervisor__box--bottom {
    margin-top: calc(90em / var(--em));
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .l-article .after-columnSupervisor__box {
    margin-top: calc(40em / var(--em));
  }
}

/* コラム：チャート */
.pricesChart_column {
  margin-top: calc(50em / var(--em));
  border-top: 1px solid #ccc;
}
.pricesChart_column .pricesChart_Title {
  margin-top: 0;
  margin-bottom: calc(24em / var(--em));
}
.pricesChart_column .cat-MarketPrice_Title_updated {
  --em: 16;
}
.pricesChart_column .cat-MarketPrice_Title_updated::before {
  content: "※";
}
.pricesChart_column .chartIndicator {
  margin-top: calc(33em / var(--em));
}
@media (max-width: 48em) {
  .pricesChart_column .pricesChart_Title {
    margin-bottom: 0;
  }
  .pricesChart_column .cat-MarketPrice_Title_updated {
    --em: 20;
  }
  .pricesChart_column .chartIndicator {
    margin-top: calc(20em / var(--em));
    margin-inline: calc(var(--pd) * -1);
    padding-inline: calc(40em / var(--em));
  }
  .pricesChart_column .chartIndicator_chartUi-button {
    white-space: nowrap;
  }
}

/* コラム：CTA */
.columnGoldCta {
  margin-top: calc(25em / var(--em));
  padding-bottom: calc(30em / var(--em));
  background-color: #e8e9f2;
  background-image: url('https://cdn.speedsize.com/238b2c9c-0e0b-44a9-9a48-93e2951b75dc/www.kaitori-daikichi.jp/cms/wp-content/themes/daikichi_new/assets/img/assessment-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.columnGoldCta a {
  display: block;
}
.columnGoldCta__InnerText {
  display: grid;
  place-items: center;
  background: #100169;
  height: calc(60em / var(--em));
  color: #fff;
  --em: 28;
  --lh: 30;
  --let: 0;
  font-weight: 500;
}
.columnGoldCta__InnerText small {
  --em: 25;
}
.columnGoldCta__InnerFs-color {
  color: #ff0;
}
.columnGoldCta__InnerFs-large {
  --em: 40;
  --let: -0.04em;
}
.columnGoldCta__Inner {
  padding-inline: calc(23em / var(--em));
}
.columnGoldCta__InnerCont {
  margin-top: calc(10em / var(--em));
}
.columnGoldCta__InnerTel {
  margin-inline: calc(40em / var(--em));
  margin-top: calc(30em / var(--em));
}
.columnGoldCta__InnerMail {
  margin-inline: calc(40em / var(--em));
  margin-top: calc(20em / var(--em));
}
@media (min-width: 48em) {
  .columnGoldCta {
    margin-top: calc(50em / var(--em));
  }
  .columnGoldCta__InnerText {
    height: calc(40em / var(--em));
    --em: 22;
  }
  .columnGoldCta__InnerText small {
    --em: 17;
  }
  .columnGoldCta__InnerFs-large {
    --em: 27;
    --let: -0.05em;
  }
  .columnGoldCta__InnerCont {
    width: calc(571.16em / var(--em));
    margin-top: calc(5em / var(--em));
    margin-inline: auto;
  }
  .columnGoldCta .st-Assessment_Btns {
    display: grid;
    grid-template-columns: calc(433em / var(--em)) calc(300em / var(--em));
    justify-content: center;
    margin-top: calc(10em / var(--em));
  }
  .columnGoldCta .st-Assessment_Freedial {
    color: #100169;
    display: grid;
    gap: 0 calc(1.6em / var(--em));
    grid-template-columns: calc(70em / var(--em)) 1fr;
    grid-template-rows: calc(68.9em / var(--em)) calc(20em / var(--em));
  }
  .columnGoldCta .st-Assessment_Freedial svg {
    width: 100%;
    max-height: calc(40.05em / var(--em));
    margin-top: calc(18.9em / var(--em));
  }
  .columnGoldCta .st-Assessment_Freedial .Txt {
    --lh: 40;
    width: calc(410em / var(--em));
  }
  body:not(.home) .columnGoldCta .st-Assessment_Mail {
    align-items: center;
    border-radius: 10em;
    color: #fff;
    display: grid;
    font-weight: 500;
    grid-template-columns: calc(25em / var(--em)) auto;
    justify-content: center;
    position: relative;
    z-index: 1;
    --em: 17;
    --let: 0.05em;
    gap: calc(16.8em / var(--em));
    height: calc(80em / var(--em));
    margin-top: calc(5em / var(--em));
  }
  .columnGoldCta .st-Assessment_Mail::before,
  .columnGoldCta .st-Assessment_Mail::after {
    border-radius: 10em;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .columnGoldCta .st-Assessment_Mail::before {
    background-image: linear-gradient(to right, #eb046a, #f14fae);
  }
  .columnGoldCta .st-Assessment_Mail::after {
    background-color: #c9002f;
    right: calc(-5em / var(--em));
    left: calc(5em / var(--em));
    top: calc(5em / var(--em));
    bottom: calc(-5em / var(--em));
    z-index: -2;
  }
}

/*Processed-by-SpeedSize:2025-11-28_14:54:08*/