body {
  font-family: serif;
}

p {
  padding: 0 !important;
  margin: 0 !important;
}

.navy {
  color: #2A4C91;
}
.red {
  color: red;
}
.black {
  color: black;
}
.bold {
  font-weight: bold;
}

.midashi-hl {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: red;
}

.midashi-small {
  font-size: 1rem;
}

#app,
.sp-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  padding-bottom: 92px;
}

/* フッター 常時表示 */
footer {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: self-start;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  gap: 12px;
  padding: 6px 0;
  background: rgba(0, 0, 0, 0.4);
}

.footer-btn {
  height: 80px;
}

.tel-btn-contents {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.tel-btn-contents img {
  width: 20px;
}
.tel-btn-contents p {
  color: white;
  font-size: 1rem;
}
.tel {
  padding: 10px;
  background: linear-gradient(to right, #081c73, #3d58c8);
  box-sizing: border-box;
}

.line-btn-contents {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
}
.line-btn-contents img {
  width: 40px;
}
.line-btn-contents p {
  color: #06C755;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2rem;
}
.line {
  padding: 6px 8px;
  background: white;
  border: 5px solid #06C755;
  box-sizing: border-box;
}

.tel-hosoku {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: normal;
  color: white;
  font-family: sans-serif;
}

.line-hosoku {
  font-size: 0.8rem;
  font-weight: normal;
  color: black;
  font-family: sans-serif;
  text-align: center;
}


/* ヘッダーエリア */
.header {
  background: rgb(251, 251, 251);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header img {
  width: 110px;
}
.main-visual {
  width: 100%;
  overflow: hidden;
}
.main-visual img {
  width: 100%;
  height: auto;
}

.headline {
  text-align: center;
  background: linear-gradient(to right, #223863, #456EC0);
  padding: 12px 0;
  position: relative;
}

.ornament {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
}

.sube-headline {
  text-align: center;
  padding: 8px 0;
  background: linear-gradient(to right, #94873D, #f1da5a);
}

/* 4つのメリット */
.merits-wrapper {
  width: 100%;
  padding: 18px 0 0;
  background: linear-gradient(to right, #fff5d5, #ffffff);
}

.merits {
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items:flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.merit {
  width: calc(50% - 10px);
  margin-bottom: 22px;
}

.merit-image {
  width: 97%;
  height: 110px;
  border-radius: 12px;
  border: 3px solid #B9A223;
  margin-bottom: 6px;
  object-fit: cover;
  padding: 0;
  box-shadow: 2px 2px 3px rgba(152, 145, 66, 0.3);
}

.merit-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-left: 8px !important;
}

.highlight {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #c4a02a;
  text-shadow: 1px 1px 2px rgba(143, 143, 15, 0.7);
}

.highlight-num {
  font-size: 1.7rem;
  font-family: sans-serif;
  font-weight: 700;
  color: #c4a02a;
  text-shadow: 1px 1px 2px rgba(143, 143, 15, 0.7);
}

.font-small {
  font-size: 1.1rem;
}

.highlight-2 {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2A4C91;
  text-shadow: 1px 1px 2px rgba(143, 143, 15, 0.7);
}

.second-merit {
  height: 85px;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
  background: radial-gradient(circle, #ffffff, #FFF6B3);
  border: 3px solid rgba(178, 156, 29, 0.798);
  box-shadow: 2px 2px 3px rgba(152, 145, 66, 0.3);
  font-weight: 700;
}

.star-icon {
  width: 75%;
  margin: 0 auto;
}

.kaitori-up {
  width: 100%;
  margin: 8px auto 8px;
}

.second-merit-text {
  font-size: 1.3rem;
  font-family: sans-serif;
  font-weight: 700;
  color: #c4a02a;
  text-shadow: 1px 1px 2px rgba(143, 143, 15, 0.7);
}

.google {
  display: flex;
  align-items: center;
  padding: 6px 0;
  gap: 4px;
  justify-content: center;
}
.google img {
  width: 70px;
}
.google p {
  font-size: 0.9rem;
  font-weight: 700;
}


/* ユーザーの悩み */
.nayami {
  width: 92%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.nayami-contents {
  margin-top: 16px;
}

.nayami-box-1 {
  text-align: left;
  width: fit-content;
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding: 12px 24px;
  margin-left: 5rem;
  border-radius: 36px;
  background: #E0EAFF;
  box-shadow: 2px 2px 3px rgba(152, 145, 66, 0.3);
  margin-bottom: 16px;
}

.nayami-user {
  display: flex;
  align-items: self-start;
  justify-content: center;
  gap: 8px;
}

.nayami-user img {
  width: 125px;
}

.nayami-box-2 {
  text-align: left;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.6rem;
  padding: 12px 24px;
  border-radius: 40px;
  background: #E0EAFF;
  box-shadow: 2px 2px 3px rgba(152, 145, 66, 0.3);
}

.nayami-box-3 {
  text-align: left;
  width: fit-content;
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding: 12px 30px;
  border-radius: 36px;
  background: #E0EAFF;
  box-shadow: 2px 2px 3px rgba(152, 145, 66, 0.3);
  margin-left: 1.5rem;
}


/* 買取一期が査定します */
.satei {
  width: 92%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.satei img {
  width: 30%;
}

.satei-content {
  width: 68%;
  margin-right: 8px;
}
.satei-text1 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
}

.satei-text2 {
  font-size: 1rem;
  line-height: 1.5rem;
}


/* お任せください */
.omakase {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

.omakase-img {
  width: 75%;
  margin: 12px auto;
}

.omakase-contents {
  margin-top: -80px;
  padding: 80px 0 20px;
  background: linear-gradient(to right, #dcdcdc, #ffffff);
}
.omakase-contents p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.omakase-points {
  width: 92%;
  margin: 12px auto;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.omakase-point {
  width: 34%;
  padding: 12px 16px;
  background: linear-gradient(to right, #081c73, #3d58c8);
  border: 2px solid #EBCF35;
  border-radius: 8px;
  color: white;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.omakase-point span {
  color: #E5CA99;
  font-size: 1.3rem;
  font-weight: bold;
}
.omakase-points p {
  width: 59%;
  text-align: left;
}


/* 豊かになる */
.yutaka {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.yutaka-contents {
  margin-top: -30px;
  padding: 30px 0 20px;
  background: linear-gradient(to right, #ffffe1, #ffffff);
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.yutaka-content {
  width: 92%;
  margin: 14px auto 26px;
  text-align: left;
}
.yutaka-content img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.yutaka-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 8px 0;
}
.yutaka-num {
  font-size: 1.4rem;
}


/* チェックBOX */
.checkbox {
  width: 92%;
  margin: 20px auto;
  text-align: center;
}
.check-sheet {
  background: linear-gradient(to right, #FFF0F0, #ffffff);
  border-radius: 12px;
  box-shadow: 2px 2px 3px rgba(152, 145, 66, 0.3);
  padding: 20px 14px 10px 14px;
  margin: 20px auto;
}
.check-sheet-content {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  text-align: left;
}
.check-sheet-content img {
  width: 20px;
  margin-top: 3px;
}
.check-sheet-content p {
  font-size: 1.1rem;
  line-height: 1.7rem;
}



/* 買取品目リスト */
.lists {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.lists-wrapper {
  padding: 20px 0 0;
  margin-top: -30px;
  background: linear-gradient(to right, #ffffe1, #ffffff);
}
.lists-midashi {
  margin: 12px auto 20px;
  font-weight: bold;
}
.lists-midashi span {
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}

.kaitori-lists {
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hinmoku {
  width: 48%;
  margin-bottom: 20px;
}
.hinmoku img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;

}
.hinmoku p {
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: left;
}



/* 選ばれる理由 */
.reason {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.reason-wrapper {
  display: flex;
  align-items: self-start;
  margin: 20px 0;
  width: 100%;
  height: 125px;
}
.reason-content {
  width: 45%;
  height: 125px;
  background: #F6F6F6;
  padding: 0 14px;
}
.reason-wrapper img {
  width: 55%;
  height: 125px;
  object-fit: cover;
}
.reason-midashi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
}
.reason-number {
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  font-size: 1.1rem;
  padding: 3px 6px !important;
  border-radius: 50%;
  background: red;
  margin-right: 8px;
}
.reason-midashi p {
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}
.reason-text {
  margin-top: 8px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4rem;
}



/* お客様の声 */
.voices {
  width: 92%;
  margin: 20px auto;
  text-align: center;
}

/* 吹き出し */
.speech-bubble {
  position: relative;
  background-color: #FFF6DE;
  border: 3px solid #B9A223;
  border-radius: 20px;
  padding: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* 右下の三角形（内側） */
.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -22px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 19px 3px 0px;
  border-color: #FFF6DE transparent transparent transparent;
}

/* 三角形の枠線（外側） */
.speech-bubble::before {
  content: '';
  position: absolute;
  bottom: -25px;
  right: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #B9A223 transparent transparent transparent;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #B9A223;
}

.google-icon {
  width: 24px;
}

.stars {
  color: #fcb93b;
  font-size: 16px;
  letter-spacing: 2px;
}

.rating-number {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 5px;
  font-family: sans-serif;
}

.review-text {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: left;
  margin-top: 10px;
}

/* 店舗情報 */
.shops {
  width: 92%;
  margin: 20px auto;
  text-align: center;
}
.shop {
  margin-top: 20px;
  padding: 16px;
  background: #FFF1F1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.shopinfo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.info {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4rem;
}
.shop-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.shop-image {
  margin: 12px 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.shop iframe {
  width: 100%;
  height: 220px;
}

/* Q&A */
.qa {
  width: 92%;
  margin: 30px auto;
  text-align: center;
}
.question {
  text-align: left;
  font-family: sans-serif;
  font-size: 1rem;
  color: #1E63A7;
  margin-top: 25px;
  margin-bottom: 16px;
  font-weight: bold;
}
.question span {
  font-size: 1.5rem;
}
.answer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.answer-text {
  font-size: 1rem;
  line-height: 1.7rem;
  text-align: left;
  display: flex;
  align-items: self-start;
  gap: 8px;
}
.answer-mark {
  font-size: 1.5rem;
}
.answer-1-img {
  width: 32%;
}

.answer-2-img {
  width: 23%;
}


/* CTA */
.call-to-action {
  margin-top: 20px;
  text-align: center;
  padding: 20px 0 10px;
  background: linear-gradient(to right, #ffffe1, #ffffff);
  position: relative;
}

.cta-wrapper {
  width: 96%;
  margin: 30px auto;
}
.cta-call-wrapper {
  width: 65%;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(to right, #081c73, #3d58c8);
  border-radius: 32px;
  margin-bottom: 16px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.cta-line-wrapper {
  width: 65%;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(to right, #06C755, #1DBA5D);
  border-radius: 32px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.call-icon {
  width: 25px;
}
.line-icon {
  width: 32px;
}

.cta-text {
  font-size: 1rem;
  color: white;
}
.cta-highlight {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 8px;
}
.cta-operator {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
  width: 35%;
}


















/* PC表示時：SP幅で中央配置 */
@media (min-width: 768px) {
  #app,
  .sp-container {
    max-width: 450px;
  }
}


/* セーフエリア対応（ノッチ付きデバイス） */
@supports (padding: env(safe-area-inset-top)) {
  body {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* 基本的なタイポグラフィ */
h1 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;

  background: linear-gradient(to right, #FFDAA4, #FFFFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* フォールバック用 */
}

h2 {
  font-size: 1.1rem;
  font-weight: 500;

  color: white;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
  margin-bottom: 10px;
}

/* 画像のレスポンシブ対応 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* リンク */
a {
  color: #007aff;
  text-decoration:  none;
}

a:active {
  opacity: 0.6;
}

/* ユーティリティクラス */
.text-center {
  text-align: center;
}

.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }

.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }

.pt-1 { padding-top:  8px; }
.pt-2 { padding-top:  16px; }
.pt-3 { padding-top:  24px; }
.pt-4 { padding-top:  32px; }

.pb-1 { padding-bottom:  8px; }
.pb-2 { padding-bottom:  16px; }
.pb-3 { padding-bottom:  24px; }
.pb-4 { padding-bottom:  32px; }

/* タッチ操作の最適化 */
* {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* スクロールの最適化 */
. scroll-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}