@charset "UTF-8";
#kaitori__hero {
  background: url(../images/kaitori/mv_bottom_bg.jpg) no-repeat 0 0;
  padding: 40px 0 20px 0;
  background-color: #fff;
  background-size: cover;
  /* リードコピー（使用中のため残す） */
  /* 黄色マーカー（使用中のため残す） */
  /* USP バッジ群（レイアウトに必要なため残す） */
  /* ラベルをPNGで置く用（使用中のため残す） */
  /* === ここから「出張買取とは」帯（div#kaitori__about） === */
}
@media (max-width: 767px) {
  #kaitori__hero {
    padding: 40px 0 0 0;
  }
}
#kaitori__hero .khero {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#kaitori__hero .khero__copy {
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin: 30px auto 30px;
  max-width: 820px;
  font-size: 1.3em;
}
@media (max-width: 767px) {
  #kaitori__hero .khero__copy {
    font-size: 15px;
    line-height: 1.85;
    padding: 0 6px;
  }
}
#kaitori__hero .marker {
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 37%, #fff000 0);
  padding: 0 0.15em 0.05em;
}
#kaitori__hero .marker .bold {
  font-size: 1.6em;
}
#kaitori__hero .khero__usp {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
}
#kaitori__hero .khero__usp > li {
  flex: 1 1 0;
}
@media (max-width: 767px) {
  #kaitori__hero .khero__usp {
    gap: 18px 14px;
  }
  #kaitori__hero .khero__usp > li {
    flex: 0 1 calc(50% - 7px);
  }
}
#kaitori__hero .usp {
  text-align: center;
}
#kaitori__hero .usp__label-img {
  display: block;
  margin: 0 auto;
  height: auto;
}
#kaitori__hero #kaitori__about {
  /* 見出し（使用中のため残す） */
  /* 2カラム（使用中のため残す） */
  /* テキスト（使用中のため残す） */
  /* 図版（使用中のため残す） */
}
#kaitori__hero #kaitori__about .kabout {
  max-width: 1000px;
  margin: 0 auto;
}
#kaitori__hero #kaitori__about .kabout__title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 70px auto 40px;
}
#kaitori__hero #kaitori__about .kabout__title span {
  font-size: 26px;
}
#kaitori__hero #kaitori__about .kabout__title::after {
  content: "";
  display: block;
  width: 228px;
  height: 2px;
  margin: 0 auto;
  background: #edb700;
}
@media (max-width: 767px) {
  #kaitori__hero #kaitori__about .kabout__title {
    margin: 0 0 22px 0;
  }
  #kaitori__hero #kaitori__about .kabout__title::after {
    width: 210px;
    height: 3px;
  }
}
#kaitori__hero #kaitori__about .kabout__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 36px 48px;
  align-items: center;
}
@media (max-width: 767px) {
  #kaitori__hero #kaitori__about .kabout__grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
#kaitori__hero #kaitori__about .kabout__text {
  line-height: 2;
  font-weight: bold;
}
#kaitori__hero #kaitori__about .kabout__text p {
  margin: 0px;
}
@media (max-width: 767px) {
  #kaitori__hero #kaitori__about .kabout__text {
    line-height: 1.95;
  }
}
#kaitori__hero #kaitori__about .kabout__figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================
   嬉しい3つのメリット（半円はセクション内だけに描画）
   ============================ */
#kaitori__merits {
  position: relative;
  background: #edb700;
  padding: 48px 0 56px;
  overflow: hidden;
  /* 背景の円（最大880px、SPでは自動で小さく） */
  /* コンテンツは前面 */
  /* ===== 見出し（h2に一本化） ===== */
  /* h2 全体の器 */
  /* 上段の肩見出し（装飾画像を両サイドに） */
  /* 下段のメインタイトル（従来の .kmerit__title の見た目を継承） */
  /* ===== カード群 ===== */
  /* 画像リボン */
}
#kaitori__merits::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(880px, 120vw);
  height: min(880px, 120vw);
  background: #edce00;
  border-radius: 50%;
  top: calc(-0.75 * min(880px, 120vw));
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  #kaitori__merits::before {
    top: calc(-0.83 * min(880px, 120vw));
  }
}
#kaitori__merits .container {
  position: relative;
  z-index: 1;
}
#kaitori__merits .kmerit {
  max-width: 1100px;
  margin: 0 auto;
  color: #002549;
}
#kaitori__merits .kmerit__head {
  text-align: center;
  margin-bottom: 36px;
}
#kaitori__merits .kmerit__title {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
}
#kaitori__merits .kmerit__eyebrow {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__eyebrow {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__eyebrow .kmerit__accent {
    width: 2vw;
  }
}
#kaitori__merits .kmerit__title-main {
  display: inline-block;
  background: linear-gradient(to left, #ed8000, #eda200); /* 右→左 */
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  padding: 12px 28px;
  border: 1px solid #fff;
}
#kaitori__merits .kmerit__title-main strong {
  font-size: 1.1em;
}
#kaitori__merits .kmerit__title-main .big {
  font-size: 1.2em;
}
#kaitori__merits .kmerit__title-main .small {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__title-main {
    font-size: 24px;
    padding: 8px 16px;
  }
}
#kaitori__merits .kmerit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__list {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
#kaitori__merits .kmerit__item {
  background: #fff;
  padding: 20px 20px 18px;
  box-shadow: 6px 6px 0px 2px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__item {
    padding: 18px 16px 16px;
  }
}
#kaitori__merits .kmerit__badge--img {
  width: 160px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__badge--img {
    width: 140px;
    height: 42px;
    left: 12px;
  }
}
#kaitori__merits .kmerit__badge--img.is-1, #kaitori__merits .kmerit__badge--img.is-2, #kaitori__merits .kmerit__badge--img.is-3 {
  margin: 0 auto;
  margin-top: -20px;
}
#kaitori__merits .kmerit__badge--img.is-1 {
  background-image: url(../images/kaitori/merit1.png);
}
#kaitori__merits .kmerit__badge--img.is-2 {
  background-image: url(../images/kaitori/merit2.png);
}
#kaitori__merits .kmerit__badge--img.is-3 {
  background-image: url(../images/kaitori/merit3.png);
}
#kaitori__merits .kmerit__illust {
  text-align: center;
  margin-top: 28px;
}
#kaitori__merits .kmerit__illust.merit02 {
  padding: 12px 0 0 0;
}
@media screen and (max-width: 900px) {
  #kaitori__merits .kmerit__illust.merit02 {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__illust {
    margin-top: 22px;
  }
  #kaitori__merits .kmerit__illust img {
    max-width: 260px;
  }
}
#kaitori__merits .kmerit__lead {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ed8000;
  text-align: center;
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__lead {
    font-size: 20px;
  }
}
#kaitori__merits .kmerit__sub {
  font-weight: 700;
  text-align: left;
  margin-top: 8px;
  color: #002549;
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__sub {
    font-size: 18px;
  }
}
#kaitori__merits .kmerit__body {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.9;
  color: #002549;
}
#kaitori__merits .kmerit__body p + p {
  margin-top: 8px;
}
@media (max-width: 767px) {
  #kaitori__merits .kmerit__body {
    font-size: 14px;
    line-height: 1.85;
  }
}

/* ============================
   出張買取は危険？ 不安解消セクション（整理済み）
   ============================ */
#kaitori__concerns {
  background: #fffae7;
  padding: 60px 0 20px;
  /* タイトル */
  /* カード枠 */
  /* アイコン＋吹き出し（上段） */
  /* 行：PC=横並び / SP=画像左・見出し右→下に本文 */
}
#kaitori__concerns .kc-head {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 36px;
}
#kaitori__concerns .kc-head .kc-eyebrow span {
  position: relative; /* 疑似要素配置のため */
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 27px;
  line-height: 1;
  padding: 10px 14px 9px;
  color: #fff;
  background: #002549;
  /* 疑似要素で右と下のラインを描く */
  /* 下ライン */
  /* 右ライン */
}
#kaitori__concerns .kc-head .kc-eyebrow span::before, #kaitori__concerns .kc-head .kc-eyebrow span::after {
  content: "";
  position: absolute;
  background: #002549; /* ラインの色 */
}
#kaitori__concerns .kc-head .kc-eyebrow span::before {
  height: 2px; /* 太さ */
  left: 0;
  right: -6px; /* 右へはみ出す */
  bottom: -6px; /* 下にずらす */
}
#kaitori__concerns .kc-head .kc-eyebrow span::after {
  width: 2px; /* 太さ */
  top: 6px; /* 上から少し余白 */
  bottom: -6px; /* 下へはみ出す */
  right: -6px; /* 右にずらす */
}
#kaitori__concerns .kc-head .kc-eyebrow {
  margin-bottom: 14px;
}
#kaitori__concerns .kc-head .kc-eyebrow span {
  display: block;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 27px;
  line-height: 1;
  padding: 10px 14px 9px;
  color: #fff;
  background: #002549;
  width: 290px;
  margin: 12px auto;
}
#kaitori__concerns .kc-head .kc-title {
  font-weight: 800;
  color: #002549;
  font-size: 45px;
  line-height: 1.35;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-head .kc-title {
    font-size: 25px;
  }
}
#kaitori__concerns .kc-head .kc-lead {
  color: #002549;
  opacity: 0.9;
  line-height: 1.95;
  font-weight: bold;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-head .kc-lead {
    font-size: 14px;
    line-height: 1.85;
  }
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-head .pc-br {
    display: none;
  }
}
#kaitori__concerns .kc-head .sp-only {
  display: none;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-head .sp-only {
    display: inline;
  }
}
#kaitori__concerns .kc-card {
  background: #fff;
  border: 2px solid #ffe580;
  padding: 32px 40px;
  max-width: 1120px;
  margin: 0 auto 34px;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-card {
    padding: 18px 14px;
    margin-bottom: 26px;
  }
}
#kaitori__concerns .kc-card__head {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 35px;
}
#kaitori__concerns .kc-card__icon img {
  width: auto;
  max-width: none;
  height: auto;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-card__icon img {
    max-width: 18vw;
    width: 100%;
    height: auto;
  }
}
#kaitori__concerns .kc-card__balloon {
  position: relative;
  flex: 1;
  background: #f1f2f3;
  border-radius: 17px;
  padding: 32px 20px;
  color: #002549;
  font-weight: 800;
  font-size: 23px;
}
#kaitori__concerns .kc-card__balloon::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 22px;
  background: url(../images/kaitori/fukidashi.png) no-repeat 0 0/contain;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-card__balloon {
    font-size: 16px;
    padding: 20px 14px;
  }
  #kaitori__concerns .kc-card__balloon::after {
    left: -20px;
    top: 38px;
    transform: none;
    width: 30px;
    height: 20px;
  }
}
#kaitori__concerns .kc-row {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-row {
    display: grid;
    grid-template-columns: 29vw 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
    align-items: center;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-row__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 1em;
  }
}
#kaitori__concerns .kc-row__media img {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-row__media img {
    width: 27vw;
    height: auto;
  }
}
#kaitori__concerns .kc-row__body {
  flex: 1;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-row__body {
    display: contents;
  }
}
#kaitori__concerns .kc-row__title {
  font-weight: 800;
  color: #002549;
  font-size: 22px;
  line-height: 1.5;
  margin: 6px 0 10px;
  /* 破線は見出しの直下にのみ */
}
#kaitori__concerns .kc-row__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #cfd6dd 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-row__title::after {
    display: none;
  }
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-row__title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding-bottom: 6px;
    font-size: 18px;
    /* 右カラム幅に合わせてそのまま表示 */
  }
  #kaitori__concerns .kc-row__title::after {
    margin-top: 8px;
  }
}
#kaitori__concerns .kc-row__text {
  font-size: 15px;
  line-height: 1.95;
  color: #002549;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-row__text {
    font-size: 14px;
    line-height: 1.85;
    grid-column: 1/-1;
    grid-row: 2;
    margin: 0;
  }
}
#kaitori__concerns .kc-arrow {
  text-align: center;
  margin: 20px 0 24px;
}
#kaitori__concerns .kc-arrow img {
  width: 28px;
  height: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  #kaitori__concerns .kc-arrow img {
    width: 22px;
  }
}

/* ============================
錬金堂が安心できるわけ
============================ */
#kaitori__trust {
  background: url(../images/kaitori/small_bg.jpg) repeat 0 0;
  padding: 36px 0 56px;
  /* ── 上部 ── */
  /* スタッフ画像 */
  /* 濃紺バッジ */
  /* 見出し */
  /* 「ワケ」末尾のアクセント */
  /* 見出し下の長いルール線 */
  /* ── 3つのバッジ ── */
}
@media (max-width: 767px) {
  #kaitori__trust {
    padding: 36px 0 90px;
  }
}
#kaitori__trust .sp-only {
  display: none;
}
@media (max-width: 767px) {
  #kaitori__trust .sp-only {
    display: inline;
  }
}
#kaitori__trust .ktrust {
  max-width: 1100px;
  margin: 0 auto;
  color: #002549;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust {
    margin: -70px auto;
  }
}
#kaitori__trust .ktrust__mast {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(4px, 1vw, 12px);
  text-align: center;
  /* PC幅はみ出し部分を見切る */
}
#kaitori__trust .ktrust__staff {
  position: absolute;
  right: -12px; /* ← 固定。ブレークポイントで動かさない */
  top: -5px;
  width: 175px;
  /* SP用：中央寄せ表示 */
}
@media screen and (max-width: 990px) {
  #kaitori__trust .ktrust__staff {
    right: -8em;
  }
}
#kaitori__trust .ktrust__staff img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust__staff {
    position: static;
    margin: 0 auto 8px;
    width: 12vw;
    min-width: 100px;
    z-index: 0;
  }
  #kaitori__trust .ktrust__staff img {
    width: min(34vw, 120px);
    height: auto;
  }
}
#kaitori__trust .ktrust__badge {
  display: inline-block;
  background: #002549;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 33px; /* PC用固定サイズ */
  padding: 12px 22px;
  margin-top: 50px; /* PC用調整 */
  padding-block: 10px;
}
#kaitori__trust .ktrust__badge em {
  color: #fdd600; /* 黄色 */
  font-style: normal;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust__badge {
    margin: -17px 0px 0px 0px;
    font-size: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
  }
}
#kaitori__trust .ktrust__title {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 55px; /* PC用固定サイズ */
  line-height: 1.25;
  margin: 0; /* PC用調整 */
  position: relative;
  font-style: italic;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust__title {
    margin: 7px 0 0 0;
    font-size: 35px;
  }
}
@media screen and (max-width: 470px) {
  #kaitori__trust .ktrust__title {
    font-size: 25px;
  }
}
#kaitori__trust .ktrust__title::after {
  content: "";
  display: block;
  width: 670px; /* PC用罫線幅 */
  height: 2px;
  background: #002549;
  opacity: 0.9;
  left: -30px;
  position: relative;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust__title::after {
    max-width: 440px;
    height: 1px;
    left: -8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 470px) {
  #kaitori__trust .ktrust__title::after {
    max-width: 300px;
  }
}
#kaitori__trust .ktrust__title-end {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-style: italic;
  font-size: 65px;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust__title-end {
    font-size: 45px;
  }
}
@media screen and (max-width: 470px) {
  #kaitori__trust .ktrust__title-end {
    font-size: 34px;
  }
}
#kaitori__trust .ktrust__accent {
  position: absolute;
  right: -27px;
  top: -18px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust__accent {
    top: -6px;
    right: -13px;
    width: 11px;
  }
}
#kaitori__trust .ktrust__rule {
  width: 680px; /* PC用固定幅 */
  height: 2px;
  background: #002549;
  opacity: 0.85;
  margin: 6px auto 0px;
  position: relative;
  left: 4px;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust__rule {
    height: 1px;
    width: 440px;
    margin: 2px auto 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 470px) {
  #kaitori__trust .ktrust__rule {
    width: 300px;
  }
}
#kaitori__trust .ktrust__badges {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust__badges {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#kaitori__trust .ktrust-badge {
  text-align: center;
}
#kaitori__trust .ktrust-badge__figure {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 0 35px;
}
#kaitori__trust .ktrust-badge__wreath {
  display: block;
  width: 100%;
  height: auto;
  max-width: 360px;
}
#kaitori__trust .ktrust-badge__cap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18% 8%;
}
#kaitori__trust .ktrust-badge__label {
  display: block;
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.5;
  color: #dcb607; /* 明るい黄色 */
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust-badge__label {
    position: absolute;
    top: 70px;
    font-size: 35px;
  }
}
@media screen and (max-width: 360px) {
  #kaitori__trust .ktrust-badge__label {
    top: 60px;
    font-size: 30px;
  }
}
#kaitori__trust .ktrust-badge__desc {
  max-width: 620px;
  text-align: left;
  line-height: 1.9;
  font-size: clamp(14px, 1.7vw, 16px);
  color: #002549;
}
@media (max-width: 767px) {
  #kaitori__trust .ktrust-badge__desc {
    margin: 0 auto;
    max-width: 740px;
  }
}

/* ============================
3STEPで完結！錬金堂の買取
============================ */
.kaitori_block {
  text-align: center;
  /* サブテキスト */
  /* 本人確認ボックス */
}
.kaitori_block .block-heading {
  position: relative;
}
.kaitori_block h2 {
  position: relative; /* 疑似要素の基準 */
  display: inline-block; /* テキスト幅にフィット */
  padding: 0 28px; /* 文字と＝画像の間隔 */
  font-size: 55px;
  font-weight: 800;
  color: #002549;
  /* ＝画像（左右固定） */
  /* 左側 */
  /* 右側 */
}
@media screen and (max-width: 1150px) {
  .kaitori_block h2 {
    font-size: 45px;
  }
}
.kaitori_block h2 .red {
  color: #e30c08;
}
.kaitori_block h2 .small {
  font-size: 45px;
}
.kaitori_block h2::before, .kaitori_block h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 20px;
  background: url(../images/kaitori/double_line.png) no-repeat center/contain;
  pointer-events: none;
}
.kaitori_block h2::before {
  right: 100%;
  margin-right: -2px; /* 隙間微調整 */
}
.kaitori_block h2::after {
  left: 100%;
  margin-left: -145px; /* ＝画像幅に合わせて調整 */
  transform: translateY(-50%) scaleX(-1); /* 反転 */
  transform-origin: center right;
}
@media (max-width: 767px) {
  .kaitori_block h2::after {
    margin-left: -113px; /* SPでは画像幅が小さくなるので調整 */
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .kaitori_block h2 {
    font-size: 35px;
    padding: 0 16px;
  }
  .kaitori_block h2 .small {
    font-size: 28px;
  }
  .kaitori_block h2::before, .kaitori_block h2::after {
    width: 110px;
    height: 16px;
  }
}
@media screen and (min-width: 767px) {
  .kaitori_block h2 .sp_only {
    display: none;
  }
}
.kaitori_block .sub_txt {
  font-weight: bold;
  margin: 20px auto;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .kaitori_block .sub_txt {
    text-align: left;
  }
}
.kaitori_block .txt-area {
  background-color: #fff;
  border: 2px solid #002549;
  padding: 20px 37px;
  margin: 10px auto 65px;
  position: relative;
  /* 上部の短冊ラインを擬似要素で */
}
.kaitori_block .txt-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background-color: #002549;
}
.kaitori_block .txt-area .txt-area1 {
  font-weight: bold;
  margin: 10px auto;
  font-size: 22px;
}
.kaitori_block .txt-area .txt-area2 {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .kaitori_block .txt-area {
    padding: 15px;
  }
  .kaitori_block .txt-area .txt-area1 {
    font-size: 18px;
  }
  .kaitori_block .txt-area .txt-area2 {
    font-size: 14px;
  }
}

/* ============================
錬金堂では 店頭買取も行っています！
============================ */
#kaitori__shop {
  background: url(../images/kaitori/shop_bg.jpg) no-repeat center/cover;
  padding: 72px 0;
  /* 写真 */
  /* テキスト側 */
  /* タイトル：黄色マーカー */
  /* CTAボタン */
  /* 矢印：右端センター固定（画像版） */
}
@media (max-width: 767px) {
  #kaitori__shop {
    padding: 40px 0 0px;
  }
}
#kaitori__shop .sp-only {
  display: none;
}
@media (max-width: 767px) {
  #kaitori__shop .sp-only {
    display: inline;
  }
}
#kaitori__shop .kshop {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 767px) {
  #kaitori__shop .kshop {
    display: block;
  }
}
#kaitori__shop .kshop__media {
  margin: 0;
  max-width: 500px;
}
#kaitori__shop .kshop__media img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #kaitori__shop .kshop__media {
    margin-bottom: 18px;
    max-width: 100%;
  }
}
#kaitori__shop .kshop__body {
  color: #002549;
  padding-right: 16px;
}
@media (max-width: 767px) {
  #kaitori__shop .kshop__body {
    padding-right: 0;
  }
}
#kaitori__shop .kshop__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
  font-style: italic;
}
#kaitori__shop .kshop__title .hl {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 62%, #fff000 0) no-repeat;
  padding: 0 0.12em 0.04em;
}
#kaitori__shop .kshop__title .strong {
  font-size: 1.06em;
}
@media screen and (max-width: 1140px) {
  #kaitori__shop .kshop__title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  #kaitori__shop .kshop__title {
    font-size: 28px;
  }
  #kaitori__shop .kshop__title .strong {
    font-size: 1em;
  }
}
@media screen and (max-width: 380px) {
  #kaitori__shop .kshop__title {
    font-size: 23px;
  }
}
#kaitori__shop .kshop__lead {
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.95;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  #kaitori__shop .kshop__lead {
    font-size: 15px;
    line-height: 1.85;
  }
}
#kaitori__shop .kshop__cta {
  text-align: center;
}
#kaitori__shop .kshop__btn {
  position: relative; /* ← 矢印のabsolute基準 */
  display: inline-flex;
  align-items: center;
  justify-content: center; /* ← テキストをど真ん中 */
  padding: 18px 56px 18px 28px; /* ← 右に矢印分の余白を確保 */
  min-width: 320px; /* 目安。不要なら削除 */
  background: #002549;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.12s ease-out;
}
#kaitori__shop .kshop__btn:hover {
  transform: translateY(-1px);
}
#kaitori__shop .kshop__btn:active {
  transform: translateY(0);
}
#kaitori__shop .kshop__btn-arrow {
  position: absolute;
  right: 22px; /* ← 右端の余白 */
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/kaitori/white_arrow.png) no-repeat center/contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  #kaitori__shop .kshop__btn {
    width: 44vw;
    min-width: 300px; /* SPでは幅制限を外す */
    font-size: 17px;
    padding: 14px 54px 14px 20px; /* 右余白をやや調整 */
  }
  #kaitori__shop .kshop__btn-arrow {
    right: 18px; /* SPで少し詰める */
    width: 20px;
    height: 20px;
  }
}

/* ============================
   買取不可ブロック（完成）
============================ */
/* 見出し帯：文字は中央/背景は画面いっぱい */
#kaitori__no_block {
  /* ネイビー帯（中央・角丸・幅はコンテンツより狭め） */
  /* リード文は幅を絞って中央に */
  /* 薄グレーのパネル全体 */
  /* アイコン + 小見出し（中央） */
  /* 品目グリッド */
  /* 注意書き */
}
#kaitori__no_block .container {
  background-color: #fff;
  padding-bottom: 40px;
}
#kaitori__no_block .kno__title {
  position: relative;
  z-index: 0; /* 背景擬似要素の下敷きにしないための基準 */
  margin: 0 0 22px;
  padding: 18px 0;
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  background: transparent; /* ← 自身の背景は消す（擬似要素で塗る） */
  border-radius: 0;
  /* ここでフルブリードの帯を作る */
}
#kaitori__no_block .kno__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); /* 画面中央基準で配置 */
  width: 100vw; /* ← 画面幅いっぱいに伸ばす */
  height: 100%;
  background: #002549; /* ネイビー */
  z-index: -1; /* テキストの下に敷く */
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__title {
    font-size: 21px;
    padding: 14px 0;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 380px) {
  #kaitori__no_block .kno__title {
    font-size: 19px;
  }
}
#kaitori__no_block .kno {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #002549;
}
#kaitori__no_block .kno__lead {
  max-width: 850px;
  margin: 0 auto 26px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: bold;
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__lead {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 22px;
  }
}
#kaitori__no_block .kno__panel {
  background: #f2f4f6; /* カンプの淡いグレーに寄せる */
  padding: 28px 28px 24px;
  max-width: 920px;
  margin: 0 auto 26px;
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__panel {
    padding: 18px 16px;
    max-width: none;
    margin-bottom: 22px;
  }
}
#kaitori__no_block .kno__head {
  margin: 0 0 18px;
}
#kaitori__no_block .kno__head .kno__icon {
  width: 39px;
  height: auto;
  margin: 0 auto 8px;
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__head .kno__icon {
    width: 30px;
  }
}
#kaitori__no_block .kno__head .kno__subtitle {
  font-weight: 800;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__head .kno__subtitle {
    font-size: 18px;
  }
}
#kaitori__no_block .kno__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
#kaitori__no_block .kno__item figure {
  margin: 0;
}
#kaitori__no_block .kno__item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}
#kaitori__no_block .kno__item figcaption {
  font-size: 14px;
  line-height: 1.6;
  color: #002549;
  /* 2行目以降も整列 */
  text-wrap: balance;
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__item figcaption {
    font-size: 13px;
  }
}
#kaitori__no_block .kno__note {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.9;
  margin: 8px auto 0;
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__note {
    font-size: 15px;
  }
}
#kaitori__no_block .kno__note .sp-only {
  display: none;
}
@media (max-width: 767px) {
  #kaitori__no_block .kno__note .sp-only {
    display: block;
  }
}/*# sourceMappingURL=page-kaitori.css.map */