/*
Theme Name: lightning-child
Template: lightning 
Theme URI: https://salmonollagen.com/wp-content/themes/lighting-child
Author: marinepure386
*/


/* ========================================
 LPページ用スタイル（2026/02）
======================================== */
.lp-lightning {
  background: #ffffff;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.lp-section {
  padding: 60px 0;
}

.lp-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

/* セクション見出し */
.lp-sec-title {
  font-size: 26px;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  padding-bottom: 15px;
}

.lp-sec-title span {
  color: #e06d7d;
}

.lp-sec-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e06d7d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.lp-sec-lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 30px;
  color: #555;
}

/* ボタン */
.lp-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
}

.lp-btn-primary {
  background: #e06d7d;
  color: #fff;
}

.lp-btn-primary:hover {
  background: #c75a6a;
  color: #fff;
}

.lp-btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.lp-btn-outline:hover {
  background: #ffffff;
  color: #e06d7d;
}

.lp-btn-large {
  padding: 16px 40px;
  font-size: 18px;
}

/* 1. ヒーロー動画 */
.lp-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.lp-hero-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.lp-hero-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 20px;
}

.lp-hero-catch {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.lp-hero-sub {
  font-size: 16px;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* 2. 4つの魅力 */
.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lp-feature-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.lp-feature-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #e06d7d;
}

.lp-feature-text {
  font-size: 14px;
  color: #555;
}

/* 3. 海の中背景 */
.lp-ocean {
  background: url("/wp-content/uploads/gazou-umi.png") center center/cover no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
}

.lp-ocean::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.lp-ocean-inner {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 20px;
}

.lp-ocean-catch {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lp-ocean-text {
  margin-bottom: 20px;
}

/* 3-2. こだわりの理由 */
.lp-reason-row {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.lp-reason-img,
.lp-reason-text {
  flex: 1 1 0;
}

.lp-reason-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.lp-reason-text p {
  margin-bottom: 12px;
}

/* 4. 効果は実証されています */
.lp-proof {
  background: #fafafa;
}

/* 5. ステップ */
.lp-step-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.lp-step-flow,
.lp-step-img {
  flex: 1 1 0;
}

.lp-step-item {
  border-left: 4px solid #e06d7d;
  padding: 10px 15px 10px 15px;
  margin-bottom: 15px;
  background: #fff;
}

.lp-step-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #e06d7d;
  margin-bottom: 4px;
}

.lp-step-item h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.lp-step-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* FAQ */
.lp-faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.lp-faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.lp-faq-q {
  font-size: 16px;
  font-weight: 600;
  color: #e06d7d;
  margin-bottom: 5px;
}

.lp-faq-a {
  font-size: 14px;
  color: #555;
}

/* 6. クロージング */
.lp-closing {
  background: #fff5f6;
}

.lp-closing-inner {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.lp-closing-text,
.lp-closing-img {
  flex: 1 1 0;
}

.lp-closing-point {
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0 20px;
}

.lp-closing-note {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}

.lp-closing-img img {
  width: 100%;
  height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 959px) {
  .lp-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  .lp-section {
    padding: 40px 0;
  }

  .lp-feature-grid {
    grid-template-columns: 1fr;
  }

  .lp-hero-catch {
    font-size: 22px;
  }

  .lp-hero-sub {
    font-size: 14px;
  }

  .lp-hero-copy {
    top: 55%;
  }

  .lp-reason-row,
  .lp-step-row,
  .lp-closing-inner {
    flex-direction: column;
  }

  .lp-btn-large {
    width: 100%;
  }
}

