.lp_imageArea {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  color: #000000;
}

.lp_imageArea .img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.lp_imageArea .PC_costom1 {
  text-align: center;
  color: #000000;
}

.lp_imageArea .PC_costom1 h2,
.lp_imageArea .PC_costom1 .section-title {
  color: #000000;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  margin: 0 auto 1rem;
  letter-spacing: 0.02em;
  border-bottom: none;
  padding-bottom: 0;
}

.lp_imageArea .PC_costom1 .section-title {
  margin-top: 0.25em;
}

.lp_imageArea .PC_costom1 h3:not(.section-title),
.lp_imageArea .PC_costom1 li {
  text-align: center;
}

.lp_imageArea .PC_costom1 p {
  display: inline-block;
  text-align: left;
  font-weight: bolder;
  line-height: 1.7;
  margin: 0 0 1.25em;
  color: #000000;
}

.lp_imageArea .PC_costom1 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .lp_imageArea .PC_costom1 {
    width: 90%;
    max-width: 100%;
    margin: 22px auto !important;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
  }

  .lp_imageArea .PC_costom1 h2,
  .lp_imageArea .PC_costom1 .section-title {
    font-size: clamp(1.5rem, 6.5vw, 2.125rem);
    margin-bottom: 0.85rem;
  }

  .lp_imageArea .PC_costom1 p {
    font-size: 17px;
    line-height: 1.7;
  }

  .lp_imageArea .highlight-box {
    margin: 20px 10px auto !important;
  }

  .lp_imageArea .section-title {
    font-size: clamp(1.5rem, 6.5vw, 2.125rem);
  }
}

@media screen and (min-width: 769px) {
  .lp_imageArea .PC_costom1 {
    width: 55%;
    max-width: 720px;
    min-width: 320px;
    margin: 26px auto !important;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
  }

  .lp_imageArea .PC_costom1 h2,
  .lp_imageArea .PC_costom1 .section-title {
    font-size: 32px;
    margin-bottom: 1rem;
  }

  .lp_imageArea .PC_costom1 p {
    font-size: 20px;
    line-height: 1.75;
  }

  .lp_imageArea .section-title {
    font-size: 32px;
  }
}

.lp_imageArea .section-title {
  text-align: center;
  font-weight: bold;
  margin: 40px 0 20px;
  color: #000000;
  border-bottom: none;
}

.lp_imageArea .highlight-box {
  border: 2px solid #ffd700;
  padding: 20px;
  font-weight: bold;
  border-radius: 8px;
  max-width: 600px;
  margin: 20px auto;
  color: #000000;
}

.lp_imageArea .highlight-box ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
  text-align: center;
}

.lp_imageArea .highlight-box li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #000000;
  text-align: center;
}

.lp_imageArea .topcustom {
  margin-top: 20px;
  font-weight: bold;
  color: #000000;
}

.lp_imageArea .txt-center {
  text-align: center !important;
}

.lp_imageArea .catch {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0 10px !important;
  color: #000000;
}

.lp_imageArea .reason-block h3 {
  font-size: 1.1em;
  margin-top: 30px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.lp_imageArea .scene-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.lp_imageArea .scene-list li {
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
}

.lp_imageArea .btn-buy {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  color: #000000;
}

.lp_imageArea .h2 {
  margin-bottom: 32px;
  padding-bottom: 16px;
  font-size: 32px;
  text-align: center;
  color: #000000;
  border-bottom: none;
}

.lp_imageArea h1::before,
.lp_imageArea h2::before,
.lp_imageArea h3::before,
.lp_imageArea .h2::before,
.lp_imageArea .section-title::before {
  display: none !important;
}

.lp_imageArea .link-kouhaku-area {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.lp_imageArea .link-kouhaku-area .link-text {
  display: block;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #c90000;
  margin-bottom: 10px;
}

.lp_imageArea .link-kouhaku-area .link-img {
  max-width: 80%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp_imageArea .link-kouhaku-area a:hover .link-img {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .lp_imageArea .link-kouhaku-area .link-img {
    max-width: 95%;
  }
}