/* ==============================
   あけぼのLP専用スタイル
   SPメイン（最大幅 768px）
   ============================== */

/* --- Base --- */
body.akebno-lp202603 {
  background: #f0ede5
    url("//s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/template_root/v2/s3bucket/images/default/bg_abstract_paper.jpg")
    center repeat;
}

.un_akebono_wrapper {
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

/* --- Hero --- */
.un_akebono_hero {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.un_akebono_hero_img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Container --- */
.un_akebono_container {
  padding: 0 20px;
}

/* --- Section --- */
.un_akebono_section {
  padding: 40px 0;
}

.un_akebono_section_bg {
  background: #f5f0e8;
}

/* --- Heading --- */
.un_akebono_heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 24px;
}

/* --- Text utilities --- */
.un_akebono_text_center {
  text-align: center;
}

.un_akebono_text_left {
  text-align: left;
}

.un_akebono_text_title {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.un_akebono_text_block {
  margin-top: 20px;
}

.un_akebono_text_block p {
  font-size: 14px;
  line-height: 1.8;
}

/* --- Merit (特徴①②③) --- */
.un_akebono_merit {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.un_akebono_merit_item {
  background: #faf9f7;
  border-radius: 8px;
  padding: 24px 20px;
}

.un_akebono_merit_header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.un_akebono_merit_label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #a69c6e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
}

.un_akebono_merit_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.un_akebono_merit_desc {
  font-size: 14px;
  line-height: 1.8;
}

/* --- Full width image --- */
.un_akebono_full_img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* --- JPYC Logo (SVG) --- */
.un_akebono_jpyc_logo {
  width: 75%;
  max-width: 400px;
  height: auto;
}

#jpyc.un_akebono_section {
  padding-bottom: 0;
}

/* --- LINE Section (枠付き) --- */
.un_akebono_line_section {
  border: 2px solid #06c755;
  margin: 0 20px;
  border-radius: 8px;
}

/* --- Two Column (Video + Text) → SPは1カラム --- */
.un_akebono_two_col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --- Video embed --- */
.un_akebono_video {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
}

.un_akebono_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* --- Article (Image + Text) → SPは1カラム --- */
.un_akebono_article {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.un_akebono_article_image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.un_akebono_article_body p {
  font-size: 14px;
  line-height: 1.8;
}

/* --- Profile --- */
.un_akebono_profile {
  margin-top: 32px;
}

.un_akebono_profile_image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.un_akebono_profile_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.un_akebono_profile_name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
}

.un_akebono_profile_bio {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-top: 16px;
}

.un_akebono_profile_quote {
  text-align: left;
  margin-top: 24px;
  padding: 20px;
  background: #faf9f7;
  border-radius: 6px;
}

.un_akebono_profile_quote p {
  font-size: 14px;
  line-height: 1.8;
}

/* --- Voice (Customer testimonials) → SPは1カラム --- */
.un_akebono_voice_grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.un_akebono_voice_card {
  text-align: center;
}

.un_akebono_voice_image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.un_akebono_voice_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.un_akebono_voice_name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
}

.un_akebono_voice_subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
}

.un_akebono_voice_text {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-top: 12px;
}

/* --- Fund Overview (dl) --- */
.un_akebono_fund_overview {
  margin: 0;
}

.un_akebono_fund_overview > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid #d8d8d7;
  font-size: 14px;
}

.un_akebono_fund_overview > div:first-child {
  border-top: 1px solid #d8d8d7;
}

.un_akebono_fund_overview dt {
  font-weight: 600;
  color: #3e3a39;
}

.un_akebono_fund_overview dd {
  margin: 0;
  color: #3e3a39;
}

/* --- CTA Section --- */
.un_akebono_cta_section {
  background: #f8f6f1;
  border-top: 3px solid #a69c6e;
  border-bottom: 3px solid #a69c6e;
}

.un_akebono_cta_lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}

.un_akebono_cta_desc {
  font-size: 14px;
  line-height: 1.8;
  color: #656161;
  margin-bottom: 4px;
}

.un_akebono_cta_btn__line {
  background: #06c755 !important;
}

.un_akebono_cta_btn_wrapper {
  margin-top: 20px;
}

a.un_akebono_cta_btn {
  display: inline-block;
  padding: 14px 24px;
  background: #a69c6e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  transition: opacity 0.3s;
}

a.un_akebono_cta_btn:hover {
  opacity: 0.8;
}

.un_akebono_cta_buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.un_akebono_cta_buttons .un_akebono_cta_btn {
  width: 100%;
  max-width: 320px;
  text-align: center;
}

.un_akebono_cta_note {
  font-size: 13px;
  color: #656161;
  margin-top: 16px;
}

.un_akebono_tel {
  margin-top: 20px;
}

.un_akebono_tel p {
  font-size: 14px;
  line-height: 1.6;
}

/* --- Box --- */
.un_akebono_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  border: 1px solid #d8d8d7;
  border-radius: 6px;
  text-align: center;
}

.un_akebono_box p {
  font-size: 14px;
}

/* --- HP誘導 --- */
.un_akebono_hp_lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}

.un_akebono_hp_desc {
  font-size: 14px;
  line-height: 1.8;
  color: #656161;
}

/* --- Consult Section (オンライン相談・枠付き) --- */
.un_akebono_consult_section {
  border: 3px solid #a69c6e;
  margin: 0 20px;
  border-radius: 8px;
}

.un_akebono_consult_section + .un_akebono_line_section,
.un_akebono_consult_section + .un_akebono_section_bg,
.un_akebono_section_bg + .un_akebono_line_section {
  margin-top: 40px;
}

/* --- Heading underline --- */
.un_akebono_heading_underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* --- Text lead --- */
.un_akebono_text_lead {
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* --- Disclaimer --- */
.un_akebono_disclaimer {
  font-size: 14px;
  line-height: 1.8;
  color: #656161;
  margin-top: 16px;
}

/* --- General typography for sections --- */
.un_akebono_section p {
  line-height: 1.8;
}

.un_akebono_section a {
  color: #a69c6e;
  text-decoration: underline;
}

.un_akebono_section a:hover {
  text-decoration: none;
}

.un_akebono_section a.un_akebono_cta_btn {
  color: #fff;
  text-decoration: none;
}

/* ==============================
   PC対応（768px以上）
   ============================== */
@media (min-width: 768px) {
  .un_akebono_br_sp {
    display: none;
  }

  .un_akebono_hero {
    padding: 0;
  }

  .un_akebono_container {
    padding: 0 32px;
  }

  .un_akebono_section {
    padding: 56px 0;
  }

  .un_akebono_heading {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .un_akebono_two_col {
    flex-direction: row;
    gap: 32px;
  }

  .un_akebono_two_col_media {
    flex: 5;
  }

  .un_akebono_two_col_body {
    flex: 7;
  }

  .un_akebono_article {
    flex-direction: row;
    gap: 32px;
  }

  .un_akebono_article_image {
    flex: 5;
  }

  .un_akebono_article_body {
    flex: 7;
  }

  .un_akebono_voice_grid {
    flex-direction: row;
    gap: 32px;
  }

  .un_akebono_voice_card {
    flex: 1;
  }

  .un_akebono_fund_overview > div {
    flex-direction: row;
    gap: 16px;
  }

  .un_akebono_fund_overview dt {
    width: 160px;
    flex-shrink: 0;
  }

  .un_akebono_cta_buttons {
    flex-direction: row;
    justify-content: center;
  }

  .un_akebono_cta_buttons .un_akebono_cta_btn {
    width: auto;
  }

  .un_akebono_merit_item {
    padding: 32px;
  }

  .un_akebono_merit_title {
    font-size: 18px;
  }

  .un_akebono_line_section {
    margin: 0 32px;
  }

  .un_akebono_consult_section {
    margin: 0 32px;
  }

  .un_akebono_box {
    flex-direction: row;
    justify-content: center;
    padding: 32px;
  }
}
