@charset "UTF-8";
/* breakpoint */
/* ============================================ */
@media (max-width: 1023.9px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 1023.9px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023.9px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1023.9px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

#top_mainbg {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

#top_mainbg img {
  width: auto;
  max-width: 100%;
  padding-bottom: 20px;
}

section#mainbanner {
  width: 100%;
  height: 660px;
  background-size: cover;
  margin-bottom: 20px;
}

section#flowWarp {
  float: left;
  width: 100%;
  height: 500px;
  background: #f8f8f8;
  margin: 60px 0 0;
}

/*=== mainbanner					============================================================================================================*/
.main-text {
  margin: 0 auto;
  width: 1000px;
}

.main-text p {
  float: left;
  margin: 80px 0 0 110px;
}

.bg-slider {
  width: 100%;
  height: 660px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023.9px) {
  .bg-slider {
    height: 400px;
  }
}

.mainbanner-text {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.mainbanner-text h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding: 0 0 20px;
}

/*=== index					============================================================================================================*/
.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.benefit-item {
  border: 1px solid #d3c3aa;
  background-color: #fff;
  padding: 16px 18px 18px;
  box-sizing: border-box;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  border-radius: 50%;
  background-color: #f4e5cf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon i {
  font-size: 22px;
  color: #c27b32;
}

.benefit-label {
  margin: 0 0 6px;
  font-size: 14px;
  color: #8a5a2f;
}

.benefit-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #c7291c;
  font-family: "Noto Serif JP", serif;
}

.benefit-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 768px) {
  .benefit-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .benefit-list {
    grid-template-columns: 1fr;
  }
}

.price-section {
  max-width: 980px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}

.price-section .price-campaign {
  margin: 0 0 8px;
  font-size: 13px;
  color: #d10000;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 4px;
}

.price-section .price-wrapper {
  display: flex;
  gap: 20px;
}

.price-section .price-wrapper .price-table-wrap {
  flex: 0 0 60%;
}

.price-section .price-wrapper .price-table-wrap .price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
}

.price-section .price-wrapper .price-table-wrap .price-table th,
.price-section .price-wrapper .price-table-wrap .price-table td {
  border: 1px solid #d7d7d7;
  padding: 6px 8px;
  text-align: center;
  white-space: nowrap;
}

.price-section .price-wrapper .price-table-wrap .price-table th {
  background-color: #f8f8f8;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-section-header {
  font-weight: bold;
  text-align: left;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-section-header th {
  text-align: left;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-gold th {
  background-color: #d3b750;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-platinum th {
  background-color: #9ea6b2;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-silver th {
  background-color: #7d7b7a;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-whitegold th {
  background-color: #c4b892;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-palladium th {
  background-color: #7b6d63;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-section-label {
  float: right;
  font-size: 13px;
  opacity: 0.9;
}

.price-section .price-wrapper .price-table-wrap .price-table .price-highlight {
  color: #c88a00;
  font-weight: bold;
}

.price-section .price-wrapper .price-info {
  flex: 0 0 40%;
}

.price-section .price-wrapper .price-info .price-info-title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #b30000;
  font-weight: bold;
}

.price-section .price-wrapper .price-info .price-info-title span {
  font-size: 16px;
  color: #b30000;
  font-weight: bold;
}

.price-section .price-wrapper .price-info .price-info-note {
  margin: 0 0 6px;
}

.price-section .price-wrapper .price-info .price-info-note.red {
  color: #b30000;
}

.price-section .price-wrapper .price-info .price-favorite-btn {
  margin-top: 12px;
  padding: 6px 16px;
  font-size: 12px;
  border: 1px solid #555;
  background-color: #fff;
  cursor: pointer;
}

.price-section .price-wrapper .price-info .price-favorite-btn:hover {
  background-color: #f3f3f3;
}

@media (max-width: 1023.9px) {
  .price-section .price-wrapper {
    flex-direction: column;
  }
  .price-section .price-wrapper .price-table-wrap,
  .price-section .price-wrapper .price-info {
    flex: 1 1 auto;
  }
  .price-section .price-wrapper .price-info {
    padding: 0 10px;
  }
}

.assessment-section {
  max-width: 980px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.assessment-section .assessment-lead {
  margin: 0 0 6px;
}

.assessment-section .assessment-lead strong {
  color: #e60012;
  font-weight: bold;
}

.assessment-section .assessment-lead:last-of-type {
  margin-bottom: 16px;
}

.assessment-section .assessment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.assessment-section .assessment-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e5e5e5;
}

.assessment-section .assessment-card .card-header {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-weight: bold;
  color: #fff;
}

.assessment-section .assessment-card .card-header .card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

.assessment-section .assessment-card .card-header .card-icon i {
  font-size: 16px;
}

.assessment-section .assessment-card .card-header .card-title {
  font-size: 18px;
  margin: 0;
}

.assessment-section .assessment-card .card-body {
  display: flex;
  padding: 10px 12px;
  background-color: #f4f4f4;
}

.assessment-section .assessment-card .card-body .card-image {
  flex: 0 0 120px;
  margin-right: 10px;
}

.assessment-section .assessment-card .card-body .card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.assessment-section .assessment-card .card-body .card-text {
  flex: 1 1 auto;
  font-size: 15px;
}

.assessment-section .assessment-card .card-body .card-text p {
  margin: 0 0 4px;
}

.assessment-section .assessment-card .card-body .card-text p strong {
  color: inherit;
}

.assessment-section .assessment-card .card-btn {
  display: block;
  padding: 8px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.assessment-section .assessment-card .card-btn:hover {
  opacity: 0.85;
}

.assessment-section .assessment-card.assessment-card-store .card-header {
  background-color: #e60012;
}

.assessment-section .assessment-card.assessment-card-store .card-btn {
  background-color: #c4000f;
}

.assessment-section .assessment-card.assessment-card-line .card-header {
  background-color: #00b900;
}

.assessment-section .assessment-card.assessment-card-line .card-btn {
  background-color: #009900;
}

.assessment-section .assessment-card.assessment-card-delivery .card-header {
  background-color: #0078c8;
}

.assessment-section .assessment-card.assessment-card-delivery .card-btn {
  background-color: #005f9b;
}

.assessment-section .assessment-card.assessment-card-phone .card-header {
  background-color: #f39800;
}

.assessment-section .assessment-card.assessment-card-phone .card-btn {
  background-color: #d37d00;
}

@media (max-width: 768px) {
  .assessment-section .assessment-grid {
    grid-template-columns: 1fr;
  }
}

.gold-buy {
  background: #f5f5f5;
  border-top: 1px solid #e6dcc7;
  border-bottom: 1px solid #e6dcc7;
  font-size: 14px;
  color: #333;
}

.gold-buy .gold-buy-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.gold-buy .gold-buy-title {
  font-family: "Noto Serif JP", serif;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.5;
  color: #b18200;
}

.gold-buy .gold-buy-lead {
  margin: 0 0 8px;
  font-weight: 500;
  line-height: 1.8;
}

.gold-buy .gold-buy-desc {
  margin: 0 0 6px;
  line-height: 1.8;
}

.gold-buy .gold-buy-desc strong {
  color: #d10000;
  font-weight: 700;
}

.gold-buy .gold-buy-image {
  flex: 0 0 32 0px;
  margin: 0;
}

.gold-buy .gold-buy-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .gold-buy .gold-buy-inner {
    flex-direction: column;
    gap: 16px;
  }
  .gold-buy .gold-buy-image {
    flex: 0 0 auto;
    max-width: 320px;
    margin: 0 auto;
  }
}

.it-system {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 10px;
}

.it-system img {
  width: 100%;
}

@media (max-width: 1023.9px) {
  .it-system {
    display: flex;
    flex-direction: column;
    grid-template-columns: auto;
  }
}

.company_about {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
}

.company_about .title-sub {
  font-size: 32px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  font-family: "Noto Serif JP", serif;
}

.company_about dl {
  padding: 10px 0;
  width: 100%;
}

.company_about dd {
  font-family: "Noto Serif JP", serif;
  padding: 10px;
  width: 100%;
  background: #a56a32;
  font-size: 20px;
  color: #FFF;
}

.company_about dt {
  padding: 20px 10px;
  font-size: 16px;
  line-height: 2em;
  word-break: break-all;
}

.board {
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
}

.board h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
}

th,
td {
  border: 1px solid #000;
  padding: 5px 8px;
  white-space: nowrap;
}

.no-border th,
.no-border td {
  border: none;
}

.section-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

.section-flex > table {
  width: 50%;
}

.sub-head {
  background: #dcdcdc;
  font-weight: 700;
}

.sub-head .right {
  text-align: right;
}

.combo-table td {
  font-weight: bold;
}

.scrap-table td:nth-child(2),
.pt-scrap-table td:nth-child(2),
.silver-scrap-table td:nth-child(2),
.combo-table td:nth-child(2) {
  text-align: right;
}

.scrap-table td,
.pt-scrap-table td,
.silver-scrap-table td {
  font-size: 14px;
  font-weight: bold;
}

.combo-note {
  font-size: 11px;
  padding-left: 6px;
}

.combo-table td:first-child {
  width: 60%;
}

.combo-table td:last-child {
  width: 40%;
}

.combo-footnote {
  font-size: 13px;
  text-align: right;
  margin-top: 4px;
}

.section-bottom {
  margin-top: 28px;
}

.ny-table td {
  font-weight: bold;
}

.ny-table td:first-child {
  width: 45%;
}

.ny-table td:last-child {
  width: 55%;
  text-align: right;
}

.ny-head {
  background: #dcdcdc;
  font-weight: 700;
}

.ny-subhead {
  background: #dcdcdc;
}

.notes {
  margin-top: 10px;
  font-size: 13px;
}

@media (max-width: 1023.9px) {
  .section-flex {
    flex-direction: column;
  }
  .section-flex > table {
    width: 100%;
  }
}

.main-rate {
  font-size: 13px;
  margin-bottom: 20px;
}

.main-rate-row {
  display: flex;
  gap: 20px;
}

.main-rate-row:last-child {
  border-bottom: none;
}

/* 각 아이템(금, Pt, 은, Pd) */
.main-rate-item {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 3px 6px;
  box-sizing: border-box;
  border-top: 1px solid #000;
}

/* 금 / Pt / 銀 / Pd 라벨 부분 */
.main-rate-label {
  width: 40px;
  /* th 폭 느낌 */
  font-weight: 700;
}

/* 숫자·단위·전일비 부분 */
.main-rate-value {
  flex: 1;
}

.main-rate-price {
  font-size: 18px;
  font-weight: 700;
  margin-right: 2px;
}

.main-rate-unit {
  margin-right: 8px;
}

.main-rate-diff {
  font-size: 12px;
}

/* ====== 모바일 대응 ====== */
@media (max-width: 767px) {
  .main-rate-row {
    flex-direction: column;
    /* 한 줄에 하나씩 세로로 */
  }
  .main-rate-item {
    padding: 4px 6px;
  }
  .main-rate-price {
    font-size: 16px;
    /* 살짝 줄이기 */
  }
  .main-rate-diff {
    display: block;
    /* 前日比 텍스트를 다음 줄로 내려서 폭 확보 */
    margin-top: 2px;
  }
  .main-rate-label,
  .main-rate-unit,
  .main-rate-diff {
    white-space: normal;
    /* 줄바꿈 허용 → 가로 스크롤 방지 */
  }
}

.price-info {
  flex: 0 0 40%;
}

.price-info .price-info-title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #b30000;
  font-weight: bold;
}

.price-info .price-info-title span {
  font-size: 16px;
  color: #b30000;
  font-weight: bold;
}

.price-info .price-info-note {
  margin: 0 0 6px;
}

.price-info .price-info-note.red {
  color: #b30000;
}

.price-info .price-favorite-btn {
  margin-top: 12px;
  padding: 6px 16px;
  font-size: 12px;
  border: 1px solid #555;
  background-color: #fff;
  cursor: pointer;
}

.price-info .price-favorite-btn:hover {
  background-color: #f3f3f3;
}
