/* ==============================
  ダルトンLP専用スタイル
  SPメイン（最大幅 768px）
============================== */

/* --- Base --- */
body.dalton-lp202604 .bl_headerNav {
  display: none;
}

body.dalton-lp202604 {
  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_dalton_wrapper {
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

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

.un_dalton_hero_img {
  display: block;
  width: 100%;
}

/* --- FV CTA (MV直下の2列バナー) --- */
.un_dalton_fv_cta {
  background-image: url("../lp/dalton/assets/img/dalton_lp_fv_cta_bg_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 8px;
}

.un_dalton_fv_cta_item {
  border-radius: 6px;
  display: block;
  flex: 1;
  overflow: hidden;
  width: 250px;
}

.un_dalton_fv_cta_item img {
  display: block;
  width: 100%;
}

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

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

.un_dalton_section_bg {
  background: #f5f0e8;
}

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

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

.un_dalton_text_left {
  text-align: left;
}

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

.un_dalton_text_block {
  margin-top: 20px;
}

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

/* --- Intro label --- */
.un_dalton_intro_label {
  font-size: 15px;
  font-weight: 700;
  color: #a69c6e;
  margin-bottom: 12px;
}

/* --- Intro card (ファンド紹介の1枚カード) --- */
.un_dalton_intro_card {
  background: #faf9f7;
  border-radius: 8px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.un_dalton_intro_item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.un_dalton_intro_num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #a69c6e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.un_dalton_intro_text {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* --- Partner logo --- */
.un_dalton_partner_logo {
  display: block;
  width: 200px;
  height: auto;
  margin-bottom: 12px;
}

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

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

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

.un_dalton_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_dalton_merit_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

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

/* --- Video heading (SP時は小さめ) --- */
.un_dalton_video_heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .un_dalton_video_heading {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

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

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

/* --- Member (横並びプロフィール) --- */
.un_dalton_member {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.un_dalton_member_left {
  text-align: center;
}

.un_dalton_member_right {
  flex: 1;
}

@media (min-width: 768px) {
  .un_dalton_member {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
  }

  .un_dalton_member_left {
    width: 230px;
    flex-shrink: 0;
  }
}

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

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

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

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

.un_dalton_profile_bio {
  font-size: 12px;
  line-height: 1.8;
  color: #888;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
}

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

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

/* --- Voice (Customer testimonials) --- */
.un_dalton_voice_grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.un_dalton_voice_card {
  width: 100%;
  text-align: left;
  background: #faf9f7;
  border-radius: 8px;
  padding: 24px 20px;
}

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

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

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

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

/* --- CTA Section --- */
.un_dalton_cta_lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}

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

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

.un_dalton_cta_btn_wrapper {
  margin-top: 20px;
}

a.un_dalton_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_dalton_cta_btn:hover {
  opacity: 0.8;
}

/* --- Consult Section (枠付き) --- */
.un_dalton_consult_section {
  border: 3px solid #a69c6e;
  margin: 0 20px;
  border-radius: 8px;
}

.un_dalton_consult_section + .un_dalton_line_section,
.un_dalton_consult_section + .un_dalton_section_bg,
.un_dalton_section_bg + .un_dalton_line_section {
  margin-top: 40px;
}

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

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

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

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

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

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

.un_dalton_section a.un_dalton_cta_btn {
  color: #fff;
  text-decoration: none;
}

/* --- Footer padding for floating CTA --- */
.un_dalton_section:last-of-type {
  padding-bottom: 100px;
}

/* --- Floating CTA --- */
.un_dalton_float_cta {
  border: none;
  bottom: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  transition:
    opacity 0.3s,
    visibility 0.3s;
  width: 70%;
  z-index: 1000;
}

.un_dalton_float_cta.is_hidden {
  opacity: 0;
  visibility: hidden;
}

.un_dalton_float_cta_close {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 24px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 24px;
}

.un_dalton_float_cta_close:hover {
  background: rgba(0, 0, 0, 0.75);
}

.un_dalton_float_cta img {
  border-radius: 100px;
  display: block;
  width: 100%;
}

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

  .un_dalton_hero {
    padding: 0;
  }

  .un_dalton_container {
    padding: 0 32px;
  }

  .un_dalton_section {
    padding: 56px 0;
  }

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

  .un_dalton_fv_cta {
    background-image: url("../lp/dalton/assets/img/dalton_lp_fv_cta_bg_pc.png");
    gap: 16px;
    padding: 8px 0;
  }

  .un_dalton_fv_cta_item {
    flex: none;
  }

  .un_dalton_merit_item {
    padding: 32px;
  }

  .un_dalton_merit_title {
    font-size: 18px;
  }

  .un_dalton_line_section {
    margin: 0 32px;
  }

  .un_dalton_consult_section {
    margin: 0 32px;
  }

  /* --- Footer padding for floating CTA --- */
  .un_dalton_section:last-of-type {
    padding-bottom: 120px;
  }

  .un_dalton_float_cta {
    bottom: 24px;
    box-shadow: none;
    width: 300px;
  }

  .un_dalton_float_cta img {
    border: 2px solid #666666;
    border-radius: 100px;
    display: block;
    width: 100%;
  }
}
