/* ================================================
   赤ロム買取ページ - ページ固有の微調整のみ
   既存コンポーネント（top-about, menu-list, js-price-panel,
   cta, header, footer）をそのまま流用
   ================================================ */

/* ---- フォントフォールバック（買取サイトに外部フォントがないため） ---- */
@font-face {
  font-family: "shin-go-bold";
  src: local("HiraginoSans-W8"), local("Hiragino Sans W8"), local("Noto Sans JP Black"), local("NotoSansJP-Black");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "A-OTF Shin Go Pr6N";
  src: local("HiraginoSans-W8"), local("Hiragino Sans W8"), local("Noto Sans JP Black"), local("NotoSansJP-Black");
  font-weight: 800 900;
  font-style: normal;
}
@font-face {
  font-family: "A-OTF Shin Go Pr6N";
  src: local("HiraginoSans-W6"), local("Hiragino Sans W6"), local("Noto Sans JP Bold"), local("NotoSansJP-Bold");
  font-weight: 400 700;
  font-style: normal;
}
@font-face {
  font-family: "din-2014";
  src: local("Oswald"), local("Oswald Regular");
  font-weight: 400;
}
@font-face {
  font-family: "din-2014";
  src: local("Oswald Bold"), local("Oswald-Bold");
  font-weight: 700;
}

/* ---- 既存CSSの br + * { margin-left: -0.2em } を解除 ---- */
.page-template-page-akarom br + * {
  margin-left: 0;
}

/* ---- ページ全体フォント ---- */
body.page-template-page-akarom {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

/* ---- FV（android-fv構造ベース） ---- */
.akarom-fv {
  background-color: #ffdb00;
  background-image: url("../img/akarom/fv_sunburst.png");
  background-size: cover;
  background-position: center;
  padding: 70px 20px 60px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.akarom-fv__img-left,
.akarom-fv__img-right {
  position: absolute;
  pointer-events: none;
  height: auto;
}
.akarom-fv__img-left {
  left: 50%;
  bottom: 0;
  transform: translateX(calc(-50% - 535px));
  max-height: 88%;
}
.akarom-fv__img-right {
  left: 50%;
  bottom: -20px;
  transform: translateX(calc(-50% + 620px));
  max-height: 100%;
}
.akarom-fv__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.akarom-fv__cta {
  display: flex;
  justify-content: center;
}
.akarom-fv__badge {
  display: inline-block;
  background: #e50012;
  color: #fff;
  padding: 13px 53px;
  border-radius: 9999px;
  font-family: "A-OTF Shin Go Pr6N", "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 24px;
}
.akarom-fv__title {
  font-family: "A-OTF Shin Go Pr6N", "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #333;
}
.akarom-fv__title--red {
  font-size: 52px;
  color: #e50012;
}
.akarom-fv__sub {
  font-family: "A-OTF Shin Go Pr6N", "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.5;
}
.akarom-fv__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 420px;
  height: 80px;
  background: linear-gradient(to bottom, #43ec65 16.346%, #00aa46);
  border: 4px solid #fff;
  border-radius: 10px;
  box-shadow: 0 6px 8px rgba(0,0,0,0.15);
  color: #fff;
  font-family: "A-OTF Shin Go Pr6N", "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none;
  transition: opacity 0.3s;
}
.akarom-fv__cta-btn:hover {
  opacity: 0.85;
}
.akarom-fv__cta-btn--large {
  width: 600px;
  height: 100px;
  font-size: 2.4rem;
}
.akarom-fv__cta-icon {
  width: 32px;
  height: auto;
}
.akarom-fv__note {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
}

/* ---- FV レスポンシブ ---- */
@media (max-width: 768px) {
  .akarom-fv {
    padding: 50px 16px 40px;
  }
  .akarom-fv__img-left {
    transform: translateX(calc(-50% - 200px));
    max-height: 60%;
    opacity: 0.3;
  }
  .akarom-fv__img-right {
    transform: translateX(calc(-50% + 160px));
    max-height: 60%;
    bottom: -10px;
    opacity: 0.3;
  }
  .akarom-fv__badge {
    font-size: 18px;
    padding: 10px 30px;
  }
  .akarom-fv__title {
    font-size: 26px;
  }
  .akarom-fv__title--red {
    font-size: 34px;
  }
  .akarom-fv__sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .akarom-fv__cta-btn {
    width: 300px;
    height: 60px;
    font-size: 1.6rem;
  }
  .akarom-fv__cta-btn--large {
    width: 300px;
    height: 60px;
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .akarom-fv__badge {
    font-size: 14px;
    padding: 8px 24px;
  }
  .akarom-fv__title {
    font-size: 20px;
  }
  .akarom-fv__title--red {
    font-size: 26px;
  }
  .akarom-fv__sub {
    font-size: 12px;
  }
}

/* ---- 赤ロム高額買取説明（新規セクション） ---- */
.akarom-about {
  padding: 60px 20px;
  background: #f0f0f0;
}
.akarom-about__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.akarom-about__card {
  background: #fff;
  border: 3px solid #e50012;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
.br--sp {
  display: none;
}
.akarom-about__heading {
  font-family: "A-OTF Shin Go Pr6N", "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.akarom-about__heading--red {
  color: #e50012;
  font-size: 4.2rem;
}
.akarom-about__list {
  font-weight: 800;
  font-size: 2.2rem;
  color: #333;
  line-height: 1.8;
  list-style: none;
  margin-bottom: 20px;
}
.akarom-about__catch {
  display: inline-block;
  font-weight: 800;
  font-size: 3.2rem;
  color: #e50012;
  margin-bottom: 16px;
}
.akarom-about__catch-hl {
  background: linear-gradient(transparent 60%, #fff562 60%);
}
.akarom-about__note {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .akarom-about__card {
    padding: 24px 16px;
  }
  .br--sp {
    display: block;
  }
  .akarom-about__heading {
    font-size: 1.8rem;
  }
  .akarom-about__heading--red {
    font-size: 2.2rem;
  }
  .akarom-about__list {
    font-size: 1.3rem;
    text-align: left;
  }
  .akarom-about__catch {
    font-size: 1.6rem;
  }
  .akarom-about__note {
    font-size: 1.2rem;
  }
}

/* ---- 高額買取の理由（top-about 上書き） ---- */
.akarom-feature-section {
  padding-top: 60px;
}
.akarom-feature-section .top-about__item {
  gap: 0;
}
.akarom-feature-section .top-about__item:nth-child(odd) .top-about__img {
  margin-right: -12px;
  width: 50%;
  max-width: 720px;
}
.akarom-feature-section .top-about__img--main {
  aspect-ratio: 72/37;
}
@media (max-width: 1100px) {
  .akarom-feature-section .top-about__item:nth-child(odd) .top-about__img {
    margin-right: auto;
    width: 80%;
  }
}
.akarom-feature-section .top-about__body,
.akarom-feature-section .top-about__item:nth-child(odd) .top-about__body {
  padding: 50px 125px 49px 115px;
  margin-right: 0;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.akarom-feature-section .top-about__body > * {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .akarom-feature-section .top-about__body,
  .akarom-feature-section .top-about__item:nth-child(odd) .top-about__body {
    padding: 0;
    margin-right: 0;
    max-width: unset;
  }
}
.akarom-feature__heading {
  color: #e50012;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
.akarom-feature-section .top-about__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.akarom-feature-section .top-about__text strong {
  font-weight: 800;
}
@media (max-width: 768px) {
  .akarom-feature__heading {
    font-size: 2.4rem;
  }
  .akarom-feature-section .top-about__text {
    font-size: 1.4rem;
  }
}

/* ---- 買取価格セクション ---- */
.akarom-price-section {
  padding: 100px 30px;
  background-color: #fbeced;
}
@media (max-width: 768px) {
  .akarom-price-section {
    padding: 50px 20px;
  }
}
.akarom-price__wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
.akarom-price__wrapper .menu-list__heading {
  font-family: "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  border-bottom: 3px solid #333;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .akarom-price__wrapper .menu-list__heading {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
.akarom-price__desc {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.akarom-price__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.akarom-price__nav-item {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  padding: 15px 30px;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.akarom-price__nav-item:hover {
  opacity: 0.7;
}
.akarom-price__restriction-note {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 30px;
}
.akarom-price__bottom-note {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  margin-top: 30px;
}
.akarom-price__line-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.akarom-price__line-cta .akarom-fv__cta-btn {
  width: 600px;
  height: 100px;
  font-size: 2.4rem;
  font-family: "A-OTF Shin Go Pr6N", "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 900;
}
@media (max-width: 768px) {
  .akarom-price__line-cta .akarom-fv__cta-btn {
    width: 300px;
    height: 60px;
    font-size: 1.6rem;
  }
}
/* 価格テーブル: js-price-panel は page-android.css からコピー */
.akarom-price__wrapper .js-price-panel {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 40px 40px 30px;
  margin-bottom: 20px;
}
.akarom-price__wrapper .js-price-panel__header {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 15px 12px;
  font-size: 2rem;
  font-weight: 700;
  margin: -40px -40px 30px;
}
.akarom-price__wrapper .js-price-panel__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e4e4e4;
}
.akarom-price__wrapper .js-price-panel__table td {
  border: 1px solid #e4e4e4;
}
.akarom-price__wrapper .js-price-panel__table thead td {
  background: #f0f0f0;
  font-size: 18px;
  font-weight: 800;
  padding: 14px 24px;
  color: #333;
}
.akarom-price__wrapper .js-price-panel__table tbody td {
  font-size: 16px;
  font-weight: 400;
  padding: 14px 24px;
  color: #333;
}
@media (max-width: 768px) {
  .akarom-price__nav {
    gap: 10px;
  }
  .akarom-price__nav-item {
    font-size: 1.4rem;
    padding: 10px 16px;
  }
  .akarom-price__wrapper .js-price-panel {
    padding: 30px 20px 20px;
  }
  .akarom-price__wrapper .js-price-panel__header {
    margin: -30px -20px 20px;
  }
  .akarom-price__wrapper .js-price-panel__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .akarom-price__wrapper .js-price-panel__table {
    min-width: 560px;
  }
  .akarom-price__wrapper .js-price-panel__table thead td {
    font-size: 14px;
    padding: 10px 12px;
  }
  .akarom-price__wrapper .js-price-panel__table tbody td {
    font-size: 13px;
    padding: 10px 12px;
  }
  .akarom-fv__cta-btn--large {
    width: 280px;
    height: 56px;
    font-size: 1.4rem;
  }
}

/* ---- 買取ステップ見出し ---- */
.akarom-flow__heading {
  font-family: "A-OTF Shin Go Pr6N", "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .akarom-flow__heading {
    font-size: 2.4rem;
  }
}

/* ---- 買取ステップ（android-flow構造ベース） ---- */
.akarom-flow {
  background: #f8f8f8;
  padding: 80px 20px;
}
.akarom-flow__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.akarom-flow__steps {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.akarom-flow__step {
  flex: 1;
  position: relative;
  text-align: center;
  padding-top: 32px;
}
.akarom-flow__num {
  display: block;
  font-family: "din-2014", "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #e50012;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.akarom-flow__card {
  background: #fff;
  border: 2px solid #333;
  border-radius: 20px;
  overflow: hidden;
}
.akarom-flow__img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  display: block;
}
.akarom-flow__text {
  padding: 20px 16px;
}
.akarom-flow__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #333;
}
.akarom-flow__sub {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
}
.akarom-flow__arrow {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.akarom-flow__arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 18px;
  border-color: transparent transparent transparent #e50012;
}
@media (max-width: 768px) {
  .akarom-flow {
    padding: 40px 20px;
  }
  .akarom-flow__steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 16px;
  }
  .akarom-flow__arrow {
    display: none;
  }
  .akarom-flow__num {
    font-size: 48px;
  }
  .akarom-flow__title {
    font-size: 16px;
  }
  .akarom-flow__sub {
    font-size: 13px;
  }
}

/* ---- よくある質問セクション（android-faq構造ベース） ---- */
.akarom-faq-section {
  padding: 100px 30px;
  background-color: #333;
}
@media (max-width: 768px) {
  .akarom-faq-section {
    padding: 50px 20px;
  }
}
.akarom-faq__wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
.akarom-faq__section-heading {
  font-family: "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 900;
  color: #fff;
  border-bottom-color: #fff;
}
.akarom-faq__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.akarom-faq__q {
  background: #e50012;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 30px;
  font-size: 20px;
  font-weight: 600;
}
.akarom-faq__a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 30px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
.akarom-faq__label {
  font-family: "A-OTF Shin Go Pr6N", "shin-go-bold", "ヒラギノ角ゴシック", sans-serif;
  font-size: 26px;
  font-weight: 900;
  flex-shrink: 0;
}
.akarom-faq__label--a {
  color: #e50012;
}
@media (max-width: 768px) {
  .akarom-faq__q {
    font-size: 15px;
    padding: 14px 16px;
    gap: 12px;
  }
  .akarom-faq__a {
    font-size: 14px;
    padding: 16px;
    gap: 12px;
    align-items: flex-start;
  }
  .akarom-faq__label {
    font-size: 20px;
  }
}
